s="language-json">+ "height": 90 96
+          },
97
+          "medium": {
98
+            "url": "https://i.ytimg.com/vi/Znw4acOwB9E/mqdefault.jpg",
99
+            "width": 320,
100
+            "height": 180
101
+          },
102
+          "high": {
103
+            "url": "https://i.ytimg.com/vi/Znw4acOwB9E/hqdefault.jpg",
104
+            "width": 480,
105
+            "height": 360
106
+          }
107
+        },
108
+        "channelTitle": "FM99 ActiveRadio",
109
+        "liveBroadcastContent": "none",
110
+        "publishTime": "2022-11-01T06:02:47Z"
111
+      }
112
+    },
113
+    {
114
+      "kind": "youtube#searchResult",
115
+      "etag": "yOpIXnqHzU92tD1PpDzKDgL8D0s",
116
+      "id": {
117
+        "kind": "youtube#video",
118
+        "videoId": "Yo7xp1OEbHU"
119
+      },
120
+      "snippet": {
121
+        "publishedAt": "2022-11-01T05:05:30Z",
122
+        "channelId": "UCfZdHbI3pIN4uselPFzzbOg",
123
+        "title": "MSM Action [01-11-2022 I 11:00 - 12:00 น.]",
124
+        "description": "MSM Action [01-11-2022 I 11:00 - 12:00 น.] ดำเนินรายการโดย เปอ นพฤทธิ์ เก่ง มนต์ชัยและจีน viewfinder ฟังออนไลน์ได้ที่ ...",
125
+        "thumbnails": {
126
+          "default": {
127
+            "url": "https://i.ytimg.com/vi/Yo7xp1OEbHU/default.jpg",
128
+            "width": 120,
129
+            "height": 90
130
+          },
131
+          "medium": {
132
+            "url": "https://i.ytimg.com/vi/Yo7xp1OEbHU/mqdefault.jpg",
133
+            "width": 320,
134
+            "height": 180
135
+          },
136
+          "high": {
137
+            "url": "https://i.ytimg.com/vi/Yo7xp1OEbHU/hqdefault.jpg",
138
+            "width": 480,
139
+            "height": 360
140
+          }
141
+        },
142
+        "channelTitle": "FM99 ActiveRadio",
143
+        "liveBroadcastContent": "none",
144
+        "publishTime": "2022-11-01T05:05:30Z"
145
+      }
146
+    },
147
+    {
148
+      "kind": "youtube#searchResult",
149
+      "etag": "rg3juQB2wGg76UkOvxrG078ueN4",
150
+      "id": {
151
+        "kind": "youtube#video",
152
+        "videoId": "7vCjUyqoI2Q"
153
+      },
154
+      "snippet": {
155
+        "publishedAt": "2022-11-01T04:03:58Z",
156
+        "channelId": "UCfZdHbI3pIN4uselPFzzbOg",
157
+        "title": "Active Entertain   [01-11-2022 l 09:00 - 10:00 น.]",
158
+        "description": "Active Entertain [01-11-2022 l 09:00 - 10:00 น.] ดำเนินรายการโดย พัตโตะและกีรติ ฟังออนไลน์ได้ที่ www.fm99activeradio.com ...",
159
+        "thumbnails": {
160
+          "default": {
161
+            "url": "https://i.ytimg.com/vi/7vCjUyqoI2Q/default.jpg",
162
+            "width": 120,
163
+            "height": 90
164
+          },
165
+          "medium": {
166
+            "url": "https://i.ytimg.com/vi/7vCjUyqoI2Q/mqdefault.jpg",
167
+            "width": 320,
168
+            "height": 180
169
+          },
170
+          "high": {
171
+            "url": "https://i.ytimg.com/vi/7vCjUyqoI2Q/hqdefault.jpg",
172
+            "width": 480,
173
+            "height": 360
174
+          }
175
+        },
176
+        "channelTitle": "FM99 ActiveRadio",
177
+        "liveBroadcastContent": "none",
178
+        "publishTime": "2022-11-01T04:03:58Z"
179
+      }
180
+    }
181
+  ]
182
+}

+ 1 - 0
www/assets/icon/menu-alt-left-svgrepo-com.svg

@@ -0,0 +1 @@
1
+<svg width="24px" height="24px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 11h12v2H4zm0-5h16v2H4zm0 12h7.235v-2H4z"/></svg>

+ 1 - 0
www/assets/icon/menu-svgrepo-com.svg

@@ -0,0 +1 @@
1
+<svg width="24px" height="24px" viewBox="-5 -7 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin" class="jam jam-menu"><path d='M1 0h5a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2zm7 8h5a1 1 0 0 1 0 2H8a1 1 0 1 1 0-2zM1 4h12a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2z' /></svg>

+ 12 - 7
www/common.js

@@ -27,13 +27,18 @@ let WpdataService = class WpdataService {
27 27
     //   );
28 28
     // }
29 29
     getAllNews() {
30
-        return this.http.get("https://dev-web-fm99.mcot.net/wp-json/wp/v2/news?_embed");
30
+        return this.http.get("https://fm99activeradio.mcot.net/wp-json/wp/v2/news?_embed");
31 31
     }
32 32
     getNewsDetail(id) {
33
-        let url = 'https://dev-web-fm99.mcot.net/';
33
+        let url = 'https://fm99activeradio.mcot.net/';
34 34
         const route = url + 'wp-json/wp/v2/' + 'news/' + id + '?_embed';
35 35
         return this.http.get(route);
36 36
     }
37
+    getAllYoutube() {
38
+        return this.http.get(
39
+        // "../assets/api/youtube-data.json"
40
+        "https://youtube.googleapis.com/youtube/v3/search?part=snippet&channelId=UCfZdHbI3pIN4uselPFzzbOg&maxResults=5&order=date&key=AIzaSyDsRrS_dUxT_3PFaMZIBBdrbl37p_fqrNY");
41
+    }
37 42
 };
38 43
 WpdataService.ctorParameters = () => [
39 44
     { type: _angular_common_http__WEBPACK_IMPORTED_MODULE_0__.HttpClient }
@@ -273,7 +278,7 @@ __webpack_require__.r(__webpack_exports__);
273 278
 /* harmony export */   "a": () => (/* binding */ attachComponent),
274 279
 /* harmony export */   "d": () => (/* binding */ detachComponent)
275 280
 /* harmony export */ });
276
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
281
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
277 282
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
278 283
 
279 284
 
@@ -283,7 +288,7 @@ __webpack_require__.r(__webpack_exports__);
283 288
 
284 289
 
285 290
 const attachComponent = /*#__PURE__*/function () {
286
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (delegate, container, component, cssClasses, componentProps, inline) {
291
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (delegate, container, component, cssClasses, componentProps, inline) {
287 292
     var _a;
288 293
 
289 294
     if (delegate) {
@@ -332,7 +337,7 @@ const CoreDelegate = () => {
332 337
   let Reference;
333 338
 
334 339
   const attachViewToDom = /*#__PURE__*/function () {
335
-    var _ref2 = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (parentElement, userComponent, userComponentProps = {}, cssClasses = []) {
340
+    var _ref2 = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (parentElement, userComponent, userComponentProps = {}, cssClasses = []) {
336 341
       var _a, _b;
337 342
 
338 343
       BaseComponent = parentElement;
@@ -665,7 +670,7 @@ __webpack_require__.r(__webpack_exports__);
665 670
 /* harmony export */   "r": () => (/* binding */ resetContentScrollY),
666 671
 /* harmony export */   "s": () => (/* binding */ scrollToTop)
667 672
 /* harmony export */ });
668
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
673
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
669 674
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
670 675
 /* harmony import */ var _index_c4b11676_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-c4b11676.js */ 9273);
671 676
 
@@ -702,7 +707,7 @@ const isIonContent = el => el.tagName === ION_CONTENT_TAG_NAME;
702 707
 
703 708
 
704 709
 const getScrollElement = /*#__PURE__*/function () {
705
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (el) {
710
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (el) {
706 711
     if (isIonContent(el)) {
707 712
       yield new Promise(resolve => (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_1__.c)(el, resolve));
708 713
       return el.getScrollElement();

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/common.js.map


+ 2 - 2
www/default-node_modules_ionic_core_dist_esm_parse-71f28cd7_js-node_modules_ionic_core_dist_esm_t-0c999b.js

@@ -1755,7 +1755,7 @@ __webpack_require__.r(__webpack_exports__);
1755 1755
 /* harmony export */   "h": () => (/* binding */ hostContext),
1756 1756
 /* harmony export */   "o": () => (/* binding */ openURL)
1757 1757
 /* harmony export */ });
1758
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
1758
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
1759 1759
 
1760 1760
 
1761 1761
 /*!
@@ -1794,7 +1794,7 @@ const getClassMap = classes => {
1794 1794
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
1795 1795
 
1796 1796
 const openURL = /*#__PURE__*/function () {
1797
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
1797
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
1798 1798
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
1799 1799
       const router = document.querySelector('ion-router');
1800 1800
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/default-node_modules_ionic_core_dist_esm_parse-71f28cd7_js-node_modules_ionic_core_dist_esm_t-0c999b.js.map


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/main.js


+ 4 - 4
www/node_modules_ionic_core_dist_esm_input-shims-6ed8f5a5_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "startInputShims": () => (/* binding */ startInputShims)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
16 16
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
17 17
 /* harmony import */ var _index_c4b11676_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./index-c4b11676.js */ 9273);
@@ -241,7 +241,7 @@ const enableScrollAssist = (componentEl, inputEl, contentEl, footerEl, keyboardH
241 241
 };
242 242
 
243 243
 const jsSetFocus = /*#__PURE__*/function () {
244
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (componentEl, inputEl, contentEl, footerEl, keyboardHeight) {
244
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (componentEl, inputEl, contentEl, footerEl, keyboardHeight) {
245 245
     if (!contentEl && !footerEl) {
246 246
       return;
247 247
     }
@@ -272,7 +272,7 @@ const jsSetFocus = /*#__PURE__*/function () {
272 272
       let scrollContentTimeout;
273 273
 
274 274
       const scrollContent = /*#__PURE__*/function () {
275
-        var _ref2 = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
275
+        var _ref2 = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
276 276
           // clean up listeners and timeouts
277 277
           if (scrollContentTimeout !== undefined) {
278 278
             clearTimeout(scrollContentTimeout);
@@ -437,7 +437,7 @@ const startInputShims = config => {
437 437
   const scrollAssistMap = new WeakMap();
438 438
 
439 439
   const registerInput = /*#__PURE__*/function () {
440
-    var _ref3 = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (componentEl) {
440
+    var _ref3 = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (componentEl) {
441 441
       yield new Promise(resolve => (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_2__.c)(componentEl, resolve));
442 442
       const inputRoot = componentEl.shadowRoot || componentEl;
443 443
       const inputEl = inputRoot.querySelector('input') || inputRoot.querySelector('textarea');

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_input-shims-6ed8f5a5_js.js.map


+ 11 - 11
www/node_modules_ionic_core_dist_esm_ion-accordion_2_entry_js.js

@@ -12,7 +12,7 @@ __webpack_require__.r(__webpack_exports__);
12 12
 /* harmony export */   "ion_accordion": () => (/* binding */ Accordion),
13 13
 /* harmony export */   "ion_accordion_group": () => (/* binding */ AccordionGroup)
14 14
 /* harmony export */ });
15
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
16 16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17 17
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
18 18
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
@@ -206,7 +206,7 @@ const Accordion = class {
206 206
           this.state = 8
207 207
           /* AccordionState.Expanding */
208 208
           ;
209
-          this.currentRaf = (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_4__.r)( /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
209
+          this.currentRaf = (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_4__.r)( /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
210 210
             const contentHeight = contentElWrapper.offsetHeight;
211 211
             const waitForTransition = (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_4__.t)(contentEl, 2000);
212 212
             contentEl.style.setProperty('max-height', `${contentHeight}px`);
@@ -247,10 +247,10 @@ const Accordion = class {
247 247
       }
248 248
 
249 249
       if (this.shouldAnimate()) {
250
-        this.currentRaf = (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_4__.r)( /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
250
+        this.currentRaf = (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_4__.r)( /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
251 251
           const contentHeight = contentEl.offsetHeight;
252 252
           contentEl.style.setProperty('max-height', `${contentHeight}px`);
253
-          (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_4__.r)( /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
253
+          (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_4__.r)( /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
254 254
             const waitForTransition = (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_4__.t)(contentEl, 2000);
255 255
             _this.state = 2
256 256
             /* AccordionState.Collapsing */
@@ -301,7 +301,7 @@ const Accordion = class {
301 301
       return true;
302 302
     };
303 303
 
304
-    this.updateState = /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (initialUpdate = false) {
304
+    this.updateState = /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (initialUpdate = false) {
305 305
       const accordionGroup = _this.accordionGroupEl;
306 306
       const accordionValue = _this.value;
307 307
 
@@ -569,7 +569,7 @@ const AccordionGroup = class {
569 569
   disabledChanged() {
570 570
     var _this2 = this;
571 571
 
572
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
572
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
573 573
       const {
574 574
         disabled
575 575
       } = _this2;
@@ -584,7 +584,7 @@ const AccordionGroup = class {
584 584
   readonlyChanged() {
585 585
     var _this3 = this;
586 586
 
587
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
587
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
588 588
       const {
589 589
         readonly
590 590
       } = _this3;
@@ -599,7 +599,7 @@ const AccordionGroup = class {
599 599
   onKeydown(ev) {
600 600
     var _this4 = this;
601 601
 
602
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
602
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
603 603
       const activeElement = document.activeElement;
604 604
 
605 605
       if (!activeElement) {
@@ -660,7 +660,7 @@ const AccordionGroup = class {
660 660
   componentDidLoad() {
661 661
     var _this5 = this;
662 662
 
663
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
663
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
664 664
       if (_this5.disabled) {
665 665
         _this5.disabledChanged();
666 666
       }
@@ -678,7 +678,7 @@ const AccordionGroup = class {
678 678
   requestAccordionToggle(accordionValue, accordionExpand) {
679 679
     var _this6 = this;
680 680
 
681
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
681
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
682 682
       const {
683 683
         multiple,
684 684
         value,
@@ -751,7 +751,7 @@ const AccordionGroup = class {
751 751
   getAccordions() {
752 752
     var _this7 = this;
753 753
 
754
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
754
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
755 755
       return Array.from(_this7.el.querySelectorAll(':scope > ion-accordion'));
756 756
     })();
757 757
   }

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-accordion_2_entry_js.js.map


+ 5 - 5
www/node_modules_ionic_core_dist_esm_ion-action-sheet_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_action_sheet": () => (/* binding */ ActionSheet)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 /* harmony import */ var _button_active_1542e4b9_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./button-active-1542e4b9.js */ 5479);
@@ -195,7 +195,7 @@ const ActionSheet = class {
195 195
   buttonClick(button) {
196 196
     var _this = this;
197 197
 
198
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
198
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
199 199
       const role = button.role;
200 200
 
201 201
       if ((0,_overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_4__.i)(role)) {
@@ -213,7 +213,7 @@ const ActionSheet = class {
213 213
   }
214 214
 
215 215
   callButtonHandler(button) {
216
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
216
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
217 217
       if (button) {
218 218
         // a handler has been provided, execute it
219 219
         // pass the handler the values from the inputs
@@ -382,7 +382,7 @@ __webpack_require__.r(__webpack_exports__);
382 382
 /* harmony export */   "h": () => (/* binding */ hostContext),
383 383
 /* harmony export */   "o": () => (/* binding */ openURL)
384 384
 /* harmony export */ });
385
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
385
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
386 386
 
387 387
 
388 388
 /*!
@@ -421,7 +421,7 @@ const getClassMap = classes => {
421 421
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
422 422
 
423 423
 const openURL = /*#__PURE__*/function () {
424
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
424
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
425 425
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
426 426
       const router = document.querySelector('ion-router');
427 427
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-action-sheet_entry_js.js.map


+ 5 - 5
www/node_modules_ionic_core_dist_esm_ion-alert_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_alert": () => (/* binding */ Alert)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 /* harmony import */ var _button_active_1542e4b9_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./button-active-1542e4b9.js */ 5479);
@@ -361,7 +361,7 @@ const Alert = class {
361 361
   buttonClick(button) {
362 362
     var _this = this;
363 363
 
364
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
364
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
365 365
       const role = button.role;
366 366
 
367 367
       const values = _this.getValues();
@@ -385,7 +385,7 @@ const Alert = class {
385 385
   }
386 386
 
387 387
   callButtonHandler(button, data) {
388
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
388
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
389 389
       if (button === null || button === void 0 ? void 0 : button.handler) {
390 390
         // a handler has been provided, execute it
391 391
         // pass the handler the values from the inputs
@@ -712,7 +712,7 @@ __webpack_require__.r(__webpack_exports__);
712 712
 /* harmony export */   "h": () => (/* binding */ hostContext),
713 713
 /* harmony export */   "o": () => (/* binding */ openURL)
714 714
 /* harmony export */ });
715
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
715
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
716 716
 
717 717
 
718 718
 /*!
@@ -751,7 +751,7 @@ const getClassMap = classes => {
751 751
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
752 752
 
753 753
 const openURL = /*#__PURE__*/function () {
754
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
754
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
755 755
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
756 756
       const router = document.querySelector('ion-router');
757 757
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-alert_entry_js.js.map


+ 21 - 21
www/node_modules_ionic_core_dist_esm_ion-app_8_entry_js.js

@@ -72,7 +72,7 @@ __webpack_require__.r(__webpack_exports__);
72 72
 /* harmony export */   "ion_title": () => (/* binding */ ToolbarTitle),
73 73
 /* harmony export */   "ion_toolbar": () => (/* binding */ Toolbar)
74 74
 /* harmony export */ });
75
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
75
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
76 76
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
77 77
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
78 78
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -112,7 +112,7 @@ const App = class {
112 112
     var _this = this;
113 113
 
114 114
     {
115
-      rIC( /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
115
+      rIC( /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
116 116
         const isHybrid = (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.a)(window, 'hybrid');
117 117
 
118 118
         if (!_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.c.getBoolean('_testing')) {
@@ -158,7 +158,7 @@ const App = class {
158 158
   setFocus(elements) {
159 159
     var _this2 = this;
160 160
 
161
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
161
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
162 162
       if (_this2.focusVisible) {
163 163
         _this2.focusVisible.setFocus(elements);
164 164
       }
@@ -364,7 +364,7 @@ const Content = class {
364 364
   getScrollElement() {
365 365
     var _this3 = this;
366 366
 
367
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
367
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
368 368
       /**
369 369
        * If this gets called in certain early lifecycle hooks (ex: Vue onMounted),
370 370
        * scrollEl won't be defined yet with the custom elements build, so wait for it to load in.
@@ -385,7 +385,7 @@ const Content = class {
385 385
   getBackgroundElement() {
386 386
     var _this4 = this;
387 387
 
388
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
388
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
389 389
       if (!_this4.backgroundContentEl) {
390 390
         yield new Promise(resolve => (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__.c)(_this4.el, resolve));
391 391
       }
@@ -413,7 +413,7 @@ const Content = class {
413 413
   scrollToBottom(duration = 0) {
414 414
     var _this5 = this;
415 415
 
416
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
416
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
417 417
       const scrollEl = yield _this5.getScrollElement();
418 418
       const y = scrollEl.scrollHeight - scrollEl.clientHeight;
419 419
       return _this5.scrollToPoint(undefined, y, duration);
@@ -431,7 +431,7 @@ const Content = class {
431 431
   scrollByPoint(x, y, duration) {
432 432
     var _this6 = this;
433 433
 
434
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
434
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
435 435
       const scrollEl = yield _this6.getScrollElement();
436 436
       return _this6.scrollToPoint(x + scrollEl.scrollLeft, y + scrollEl.scrollTop, duration);
437 437
     })();
@@ -448,7 +448,7 @@ const Content = class {
448 448
   scrollToPoint(x, y, duration = 0) {
449 449
     var _this7 = this;
450 450
 
451
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
451
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
452 452
       const el = yield _this7.getScrollElement();
453 453
 
454 454
       if (duration < 32) {
@@ -736,7 +736,7 @@ const Footer = class {
736 736
     };
737 737
 
738 738
     this.setupFadeFooter = /*#__PURE__*/function () {
739
-      var _ref2 = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (contentEl) {
739
+      var _ref2 = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (contentEl) {
740 740
         const scrollEl = _this8.scrollEl = yield (0,_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_6__.g)(contentEl);
741 741
         /**
742 742
          * Handle fading of toolbars on scroll
@@ -1033,7 +1033,7 @@ const Header = class {
1033 1033
     this.translucent = false;
1034 1034
 
1035 1035
     this.setupFadeHeader = /*#__PURE__*/function () {
1036
-      var _ref3 = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (contentEl, condenseHeader) {
1036
+      var _ref3 = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (contentEl, condenseHeader) {
1037 1037
         const scrollEl = _this9.scrollEl = yield (0,_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_6__.g)(contentEl);
1038 1038
         /**
1039 1039
          * Handle fading of toolbars on scroll
@@ -1072,7 +1072,7 @@ const Header = class {
1072 1072
   checkCollapsibleHeader() {
1073 1073
     var _this10 = this;
1074 1074
 
1075
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1075
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1076 1076
       const mode = (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this10);
1077 1077
 
1078 1078
       if (mode !== 'ios') {
@@ -1134,7 +1134,7 @@ const Header = class {
1134 1134
   setupCondenseHeader(contentEl, pageEl) {
1135 1135
     var _this11 = this;
1136 1136
 
1137
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1137
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1138 1138
       if (!contentEl || !pageEl) {
1139 1139
         (0,_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_6__.p)(_this11.el);
1140 1140
         return;
@@ -1261,7 +1261,7 @@ const RouterOutlet = class {
1261 1261
   connectedCallback() {
1262 1262
     var _this12 = this;
1263 1263
 
1264
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1264
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1265 1265
       const onStart = () => {
1266 1266
         _this12.gestureOrAnimationInProgress = true;
1267 1267
 
@@ -1331,7 +1331,7 @@ const RouterOutlet = class {
1331 1331
   commit(enteringEl, leavingEl, opts) {
1332 1332
     var _this13 = this;
1333 1333
 
1334
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1334
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1335 1335
       const unlock = yield _this13.lock();
1336 1336
       let changed = false;
1337 1337
 
@@ -1351,7 +1351,7 @@ const RouterOutlet = class {
1351 1351
   setRouteId(id, params, direction, animation) {
1352 1352
     var _this14 = this;
1353 1353
 
1354
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1354
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1355 1355
       const changed = yield _this14.setRoot(id, params, {
1356 1356
         duration: direction === 'root' ? 0 : undefined,
1357 1357
         direction: direction === 'back' ? 'back' : 'forward',
@@ -1369,7 +1369,7 @@ const RouterOutlet = class {
1369 1369
   getRouteId() {
1370 1370
     var _this15 = this;
1371 1371
 
1372
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1372
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1373 1373
       const active = _this15.activeEl;
1374 1374
       return active ? {
1375 1375
         id: active.tagName,
@@ -1382,7 +1382,7 @@ const RouterOutlet = class {
1382 1382
   setRoot(component, params, opts) {
1383 1383
     var _this16 = this;
1384 1384
 
1385
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1385
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1386 1386
       if (_this16.activeComponent === component && (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__.s)(params, _this16.activeParams)) {
1387 1387
         return false;
1388 1388
       } // attach entering view to DOM
@@ -1403,7 +1403,7 @@ const RouterOutlet = class {
1403 1403
   transition(enteringEl, leavingEl, opts = {}) {
1404 1404
     var _this17 = this;
1405 1405
 
1406
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1406
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1407 1407
       if (leavingEl === enteringEl) {
1408 1408
         return false;
1409 1409
       } // emit nav will change event
@@ -1467,7 +1467,7 @@ const RouterOutlet = class {
1467 1467
   lock() {
1468 1468
     var _this18 = this;
1469 1469
 
1470
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1470
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1471 1471
       const p = _this18.waitPromise;
1472 1472
       let resolve;
1473 1473
       _this18.waitPromise = new Promise(r => resolve = r);
@@ -1658,7 +1658,7 @@ __webpack_require__.r(__webpack_exports__);
1658 1658
 /* harmony export */   "h": () => (/* binding */ hostContext),
1659 1659
 /* harmony export */   "o": () => (/* binding */ openURL)
1660 1660
 /* harmony export */ });
1661
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
1661
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
1662 1662
 
1663 1663
 
1664 1664
 /*!
@@ -1697,7 +1697,7 @@ const getClassMap = classes => {
1697 1697
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
1698 1698
 
1699 1699
 const openURL = /*#__PURE__*/function () {
1700
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
1700
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
1701 1701
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
1702 1702
       const router = document.querySelector('ion-router');
1703 1703
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-app_8_entry_js.js.map


+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-avatar_3_entry_js.js

@@ -92,7 +92,7 @@ __webpack_require__.r(__webpack_exports__);
92 92
 /* harmony export */   "h": () => (/* binding */ hostContext),
93 93
 /* harmony export */   "o": () => (/* binding */ openURL)
94 94
 /* harmony export */ });
95
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
95
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
96 96
 
97 97
 
98 98
 /*!
@@ -131,7 +131,7 @@ const getClassMap = classes => {
131 131
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
132 132
 
133 133
 const openURL = /*#__PURE__*/function () {
134
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
134
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
135 135
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
136 136
       const router = document.querySelector('ion-router');
137 137
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-avatar_3_entry_js.js.map


+ 4 - 4
www/node_modules_ionic_core_dist_esm_ion-back-button_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_back_button": () => (/* binding */ BackButton)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
17 17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
@@ -47,7 +47,7 @@ const BackButton = class {
47 47
     this.type = 'button';
48 48
 
49 49
     this.onClick = /*#__PURE__*/function () {
50
-      var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev) {
50
+      var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev) {
51 51
         const nav = _this.el.closest('ion-nav');
52 52
 
53 53
         ev.preventDefault();
@@ -189,7 +189,7 @@ __webpack_require__.r(__webpack_exports__);
189 189
 /* harmony export */   "h": () => (/* binding */ hostContext),
190 190
 /* harmony export */   "o": () => (/* binding */ openURL)
191 191
 /* harmony export */ });
192
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
192
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
193 193
 
194 194
 
195 195
 /*!
@@ -228,7 +228,7 @@ const getClassMap = classes => {
228 228
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
229 229
 
230 230
 const openURL = /*#__PURE__*/function () {
231
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
231
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
232 232
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
233 233
       const router = document.querySelector('ion-router');
234 234
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-back-button_entry_js.js.map


+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-breadcrumb_2_entry_js.js

@@ -346,7 +346,7 @@ __webpack_require__.r(__webpack_exports__);
346 346
 /* harmony export */   "h": () => (/* binding */ hostContext),
347 347
 /* harmony export */   "o": () => (/* binding */ openURL)
348 348
 /* harmony export */ });
349
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
349
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
350 350
 
351 351
 
352 352
 /*!
@@ -385,7 +385,7 @@ const getClassMap = classes => {
385 385
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
386 386
 
387 387
 const openURL = /*#__PURE__*/function () {
388
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
388
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
389 389
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
390 390
       const router = document.querySelector('ion-router');
391 391
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-breadcrumb_2_entry_js.js.map


+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-button_2_entry_js.js

@@ -702,7 +702,7 @@ __webpack_require__.r(__webpack_exports__);
702 702
 /* harmony export */   "h": () => (/* binding */ hostContext),
703 703
 /* harmony export */   "o": () => (/* binding */ openURL)
704 704
 /* harmony export */ });
705
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
705
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
706 706
 
707 707
 
708 708
 /*!
@@ -741,7 +741,7 @@ const getClassMap = classes => {
741 741
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
742 742
 
743 743
 const openURL = /*#__PURE__*/function () {
744
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
744
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
745 745
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
746 746
       const router = document.querySelector('ion-router');
747 747
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-button_2_entry_js.js.map


+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-card_5_entry_js.js

@@ -231,7 +231,7 @@ __webpack_require__.r(__webpack_exports__);
231 231
 /* harmony export */   "h": () => (/* binding */ hostContext),
232 232
 /* harmony export */   "o": () => (/* binding */ openURL)
233 233
 /* harmony export */ });
234
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
234
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
235 235
 
236 236
 
237 237
 /*!
@@ -270,7 +270,7 @@ const getClassMap = classes => {
270 270
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
271 271
 
272 272
 const openURL = /*#__PURE__*/function () {
273
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
273
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
274 274
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
275 275
       const router = document.querySelector('ion-router');
276 276
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-card_5_entry_js.js.map


+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-checkbox_entry_js.js

@@ -208,7 +208,7 @@ __webpack_require__.r(__webpack_exports__);
208 208
 /* harmony export */   "h": () => (/* binding */ hostContext),
209 209
 /* harmony export */   "o": () => (/* binding */ openURL)
210 210
 /* harmony export */ });
211
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
211
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
212 212
 
213 213
 
214 214
 /*!
@@ -247,7 +247,7 @@ const getClassMap = classes => {
247 247
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
248 248
 
249 249
 const openURL = /*#__PURE__*/function () {
250
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
250
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
251 251
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
252 252
       const router = document.querySelector('ion-router');
253 253
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-checkbox_entry_js.js.map


+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-chip_entry_js.js

@@ -68,7 +68,7 @@ __webpack_require__.r(__webpack_exports__);
68 68
 /* harmony export */   "h": () => (/* binding */ hostContext),
69 69
 /* harmony export */   "o": () => (/* binding */ openURL)
70 70
 /* harmony export */ });
71
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
71
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
72 72
 
73 73
 
74 74
 /*!
@@ -107,7 +107,7 @@ const getClassMap = classes => {
107 107
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
108 108
 
109 109
 const openURL = /*#__PURE__*/function () {
110
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
110
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
111 111
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
112 112
       const router = document.querySelector('ion-router');
113 113
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-chip_entry_js.js.map


+ 5 - 5
www/node_modules_ionic_core_dist_esm_ion-datetime-button_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_datetime_button": () => (/* binding */ DatetimeButton)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -180,7 +180,7 @@ const DatetimeButton = class {
180 180
      */
181 181
 
182 182
 
183
-    this.waitForDatetimeChanges = /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
183
+    this.waitForDatetimeChanges = /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
184 184
       const {
185 185
         datetimeEl
186 186
       } = _this;
@@ -197,7 +197,7 @@ const DatetimeButton = class {
197 197
     });
198 198
 
199 199
     this.handleDateClick = /*#__PURE__*/function () {
200
-      var _ref2 = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev) {
200
+      var _ref2 = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev) {
201 201
         const {
202 202
           datetimeEl,
203 203
           datetimePresentation
@@ -309,7 +309,7 @@ const DatetimeButton = class {
309 309
 
310 310
 
311 311
     this.presentOverlay = /*#__PURE__*/function () {
312
-      var _ref3 = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev, needsPresentationChange, triggerEl) {
312
+      var _ref3 = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev, needsPresentationChange, triggerEl) {
313 313
         const {
314 314
           overlayEl
315 315
         } = _this;
@@ -355,7 +355,7 @@ const DatetimeButton = class {
355 355
   componentWillLoad() {
356 356
     var _this2 = this;
357 357
 
358
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
358
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
359 359
       const {
360 360
         datetime
361 361
       } = _this2;

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-datetime-button_entry_js.js.map


+ 9 - 9
www/node_modules_ionic_core_dist_esm_ion-datetime_3_entry_js.js

@@ -13,7 +13,7 @@ __webpack_require__.r(__webpack_exports__);
13 13
 /* harmony export */   "ion_picker": () => (/* binding */ Picker),
14 14
 /* harmony export */   "ion_picker_column": () => (/* binding */ PickerColumnCmp)
15 15
 /* harmony export */ });
16
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
16
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
17 17
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
18 18
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
19 19
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
@@ -1109,7 +1109,7 @@ const Datetime = class {
1109 1109
   confirm(closeOverlay = false) {
1110 1110
     var _this = this;
1111 1111
 
1112
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1112
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1113 1113
       const {
1114 1114
         isCalendarPicker,
1115 1115
         activeParts
@@ -1163,7 +1163,7 @@ const Datetime = class {
1163 1163
   reset(startDate) {
1164 1164
     var _this2 = this;
1165 1165
 
1166
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1166
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1167 1167
       _this2.processValue(startDate);
1168 1168
     })();
1169 1169
   }
@@ -1178,7 +1178,7 @@ const Datetime = class {
1178 1178
   cancel(closeOverlay = false) {
1179 1179
     var _this3 = this;
1180 1180
 
1181
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1181
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1182 1182
       _this3.ionCancel.emit();
1183 1183
 
1184 1184
       if (closeOverlay) {
@@ -2071,7 +2071,7 @@ const Datetime = class {
2071 2071
       "aria-expanded": "false",
2072 2072
       "aria-haspopup": "true",
2073 2073
       onClick: function () {
2074
-        var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev) {
2074
+        var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev) {
2075 2075
           const {
2076 2076
             popoverRef
2077 2077
           } = _this4;
@@ -2401,7 +2401,7 @@ const Picker = class {
2401 2401
   present() {
2402 2402
     var _this5 = this;
2403 2403
 
2404
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2404
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2405 2405
       yield (0,_overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_10__.d)(_this5, 'pickerEnter', iosEnterAnimation, iosEnterAnimation, undefined);
2406 2406
 
2407 2407
       if (_this5.duration > 0) {
@@ -2457,7 +2457,7 @@ const Picker = class {
2457 2457
   buttonClick(button) {
2458 2458
     var _this6 = this;
2459 2459
 
2460
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2460
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2461 2461
       const role = button.role;
2462 2462
 
2463 2463
       if ((0,_overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_10__.i)(role)) {
@@ -2477,7 +2477,7 @@ const Picker = class {
2477 2477
   callButtonHandler(button) {
2478 2478
     var _this7 = this;
2479 2479
 
2480
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2480
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2481 2481
       if (button) {
2482 2482
         // a handler has been provided, execute it
2483 2483
         // pass the handler the values from the inputs
@@ -2600,7 +2600,7 @@ const PickerColumnCmp = class {
2600 2600
   connectedCallback() {
2601 2601
     var _this8 = this;
2602 2602
 
2603
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2603
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2604 2604
       let pickerRotateFactor = 0;
2605 2605
       let pickerScaleFactor = 0.81;
2606 2606
       const mode = (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__.b)(_this8);

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-datetime_3_entry_js.js.map


+ 5 - 5
www/node_modules_ionic_core_dist_esm_ion-fab_3_entry_js.js

@@ -13,7 +13,7 @@ __webpack_require__.r(__webpack_exports__);
13 13
 /* harmony export */   "ion_fab_button": () => (/* binding */ FabButton),
14 14
 /* harmony export */   "ion_fab_list": () => (/* binding */ FabList)
15 15
 /* harmony export */ });
16
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
16
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
17 17
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
18 18
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
19 19
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
@@ -74,7 +74,7 @@ const Fab = class {
74 74
   close() {
75 75
     var _this = this;
76 76
 
77
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
77
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
78 78
       _this.activated = false;
79 79
     })();
80 80
   }
@@ -91,7 +91,7 @@ const Fab = class {
91 91
   toggle() {
92 92
     var _this2 = this;
93 93
 
94
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
94
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
95 95
       const hasList = !!_this2.el.querySelector('ion-fab-list');
96 96
 
97 97
       if (hasList) {
@@ -337,7 +337,7 @@ __webpack_require__.r(__webpack_exports__);
337 337
 /* harmony export */   "h": () => (/* binding */ hostContext),
338 338
 /* harmony export */   "o": () => (/* binding */ openURL)
339 339
 /* harmony export */ });
340
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
340
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
341 341
 
342 342
 
343 343
 /*!
@@ -376,7 +376,7 @@ const getClassMap = classes => {
376 376
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
377 377
 
378 378
 const openURL = /*#__PURE__*/function () {
379
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
379
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
380 380
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
381 381
       const router = document.querySelector('ion-router');
382 382
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-fab_3_entry_js.js.map


+ 3 - 3
www/node_modules_ionic_core_dist_esm_ion-infinite-scroll_2_entry_js.js

@@ -66,7 +66,7 @@ __webpack_require__.r(__webpack_exports__);
66 66
 /* harmony export */   "ion_infinite_scroll": () => (/* binding */ InfiniteScroll),
67 67
 /* harmony export */   "ion_infinite_scroll_content": () => (/* binding */ InfiniteScrollContent)
68 68
 /* harmony export */ });
69
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
69
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
70 70
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
71 71
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
72 72
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
@@ -184,7 +184,7 @@ const InfiniteScroll = class {
184 184
   connectedCallback() {
185 185
     var _this = this;
186 186
 
187
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
187
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
188 188
       const contentEl = (0,_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_3__.f)(_this.el);
189 189
 
190 190
       if (!contentEl) {
@@ -227,7 +227,7 @@ const InfiniteScroll = class {
227 227
   complete() {
228 228
     var _this2 = this;
229 229
 
230
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
230
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
231 231
       const scrollEl = _this2.scrollEl;
232 232
 
233 233
       if (!_this2.isLoading || !scrollEl) {

+ 5 - 5
www/node_modules_ionic_core_dist_esm_ion-input_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_input": () => (/* binding */ Input)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -279,7 +279,7 @@ const Input = class {
279 279
   setFocus() {
280 280
     var _this = this;
281 281
 
282
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
282
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
283 283
       if (_this.nativeInput) {
284 284
         _this.nativeInput.focus();
285 285
       }
@@ -295,7 +295,7 @@ const Input = class {
295 295
   setBlur() {
296 296
     var _this2 = this;
297 297
 
298
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
298
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
299 299
       if (_this2.nativeInput) {
300 300
         _this2.nativeInput.blur();
301 301
       }
@@ -444,7 +444,7 @@ __webpack_require__.r(__webpack_exports__);
444 444
 /* harmony export */   "h": () => (/* binding */ hostContext),
445 445
 /* harmony export */   "o": () => (/* binding */ openURL)
446 446
 /* harmony export */ });
447
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
447
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
448 448
 
449 449
 
450 450
 /*!
@@ -483,7 +483,7 @@ const getClassMap = classes => {
483 483
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
484 484
 
485 485
 const openURL = /*#__PURE__*/function () {
486
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
486
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
487 487
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
488 488
       const router = document.querySelector('ion-router');
489 489
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-input_entry_js.js.map


+ 9 - 9
www/node_modules_ionic_core_dist_esm_ion-item-option_3_entry_js.js

@@ -67,7 +67,7 @@ __webpack_require__.r(__webpack_exports__);
67 67
 /* harmony export */   "ion_item_options": () => (/* binding */ ItemOptions),
68 68
 /* harmony export */   "ion_item_sliding": () => (/* binding */ ItemSliding)
69 69
 /* harmony export */ });
70
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
70
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
71 71
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
72 72
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
73 73
 /* harmony import */ var _theme_7670341c_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./theme-7670341c.js */ 320);
@@ -187,7 +187,7 @@ const ItemOptions = class {
187 187
   fireSwipeEvent() {
188 188
     var _this = this;
189 189
 
190
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
190
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
191 191
       _this.ionSwipe.emit({
192 192
         side: _this.side
193 193
       });
@@ -255,7 +255,7 @@ const ItemSliding = class {
255 255
   connectedCallback() {
256 256
     var _this2 = this;
257 257
 
258
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
258
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
259 259
       _this2.item = _this2.el.querySelector('ion-item');
260 260
       _this2.contentEl = (0,_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_5__.f)(_this2.el);
261 261
       yield _this2.updateOptions();
@@ -317,7 +317,7 @@ const ItemSliding = class {
317 317
   open(side) {
318 318
     var _this3 = this;
319 319
 
320
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
320
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
321 321
       if (_this3.item === null) {
322 322
         return;
323 323
       }
@@ -383,7 +383,7 @@ const ItemSliding = class {
383 383
   close() {
384 384
     var _this4 = this;
385 385
 
386
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
386
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
387 387
       _this4.setOpenAmount(0, true);
388 388
     })();
389 389
   }
@@ -393,7 +393,7 @@ const ItemSliding = class {
393 393
 
394 394
 
395 395
   closeOpened() {
396
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
396
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
397 397
       if (openSlidingItem !== undefined) {
398 398
         openSlidingItem.close();
399 399
         openSlidingItem = undefined;
@@ -424,7 +424,7 @@ const ItemSliding = class {
424 424
   updateOptions() {
425 425
     var _this5 = this;
426 426
 
427
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
427
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
428 428
       const options = _this5.el.querySelectorAll('ion-item-options');
429 429
 
430 430
       let sides = 0; // Reset left and right options in case they were removed
@@ -772,7 +772,7 @@ __webpack_require__.r(__webpack_exports__);
772 772
 /* harmony export */   "h": () => (/* binding */ hostContext),
773 773
 /* harmony export */   "o": () => (/* binding */ openURL)
774 774
 /* harmony export */ });
775
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
775
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
776 776
 
777 777
 
778 778
 /*!
@@ -811,7 +811,7 @@ const getClassMap = classes => {
811 811
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
812 812
 
813 813
 const openURL = /*#__PURE__*/function () {
814
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
814
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
815 815
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
816 816
       const router = document.querySelector('ion-router');
817 817
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-item-option_3_entry_js.js.map


+ 4 - 4
www/node_modules_ionic_core_dist_esm_ion-item_8_entry_js.js

@@ -72,7 +72,7 @@ __webpack_require__.r(__webpack_exports__);
72 72
 /* harmony export */   "ion_note": () => (/* binding */ Note),
73 73
 /* harmony export */   "ion_skeleton_text": () => (/* binding */ SkeletonText)
74 74
 /* harmony export */ });
75
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
75
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
76 76
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
77 77
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
78 78
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
@@ -627,7 +627,7 @@ const List = class {
627 627
   closeSlidingItems() {
628 628
     var _this = this;
629 629
 
630
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
630
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
631 631
       const item = _this.el.querySelector('ion-item-sliding');
632 632
 
633 633
       if (item === null || item === void 0 ? void 0 : item.closeOpened) {
@@ -761,7 +761,7 @@ __webpack_require__.r(__webpack_exports__);
761 761
 /* harmony export */   "h": () => (/* binding */ hostContext),
762 762
 /* harmony export */   "o": () => (/* binding */ openURL)
763 763
 /* harmony export */ });
764
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
764
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
765 765
 
766 766
 
767 767
 /*!
@@ -800,7 +800,7 @@ const getClassMap = classes => {
800 800
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
801 801
 
802 802
 const openURL = /*#__PURE__*/function () {
803
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
803
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
804 804
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
805 805
       const router = document.querySelector('ion-router');
806 806
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-item_8_entry_js.js.map


+ 4 - 4
www/node_modules_ionic_core_dist_esm_ion-loading_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_loading": () => (/* binding */ Loading)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 /* harmony import */ var _overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./overlays-87c7c7cb.js */ 2752);
@@ -189,7 +189,7 @@ const Loading = class {
189 189
   present() {
190 190
     var _this = this;
191 191
 
192
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
192
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
193 193
       yield (0,_overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__.d)(_this, 'loadingEnter', iosEnterAnimation, mdEnterAnimation, undefined);
194 194
 
195 195
       if (_this.duration > 0) {
@@ -298,7 +298,7 @@ __webpack_require__.r(__webpack_exports__);
298 298
 /* harmony export */   "h": () => (/* binding */ hostContext),
299 299
 /* harmony export */   "o": () => (/* binding */ openURL)
300 300
 /* harmony export */ });
301
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
301
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
302 302
 
303 303
 
304 304
 /*!
@@ -337,7 +337,7 @@ const getClassMap = classes => {
337 337
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
338 338
 
339 339
 const openURL = /*#__PURE__*/function () {
340
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
340
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
341 341
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
342 342
       const router = document.querySelector('ion-router');
343 343
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-loading_entry_js.js.map


+ 12 - 12
www/node_modules_ionic_core_dist_esm_ion-menu_3_entry_js.js

@@ -13,7 +13,7 @@ __webpack_require__.r(__webpack_exports__);
13 13
 /* harmony export */   "ion_menu_button": () => (/* binding */ MenuButton),
14 14
 /* harmony export */   "ion_menu_toggle": () => (/* binding */ MenuToggle)
15 15
 /* harmony export */ });
16
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
16
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
17 17
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
18 18
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
19 19
 /* harmony import */ var _cubic_bezier_c313947a_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./cubic-bezier-c313947a.js */ 1077);
@@ -147,7 +147,7 @@ const Menu = class {
147 147
   connectedCallback() {
148 148
     var _this = this;
149 149
 
150
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
150
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
151 151
       // TODO: connectedCallback is fired in CE build
152 152
       // before WC is defined. This needs to be fixed in Stencil.
153 153
       if (typeof customElements !== 'undefined') {
@@ -204,7 +204,7 @@ const Menu = class {
204 204
   componentDidLoad() {
205 205
     var _this2 = this;
206 206
 
207
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
207
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
208 208
       _this2.ionMenuChange.emit({
209 209
         disabled: _this2.disabled,
210 210
         open: _this2._isOpen
@@ -380,7 +380,7 @@ const Menu = class {
380 380
   _setOpen(shouldOpen, animated = true) {
381 381
     var _this3 = this;
382 382
 
383
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
383
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
384 384
       // If the menu is disabled or it is currently being animated, let's do nothing
385 385
       if (!_this3._isActive() || _this3.isAnimating || shouldOpen === _this3._isOpen) {
386 386
         return false;
@@ -400,7 +400,7 @@ const Menu = class {
400 400
   loadAnimation() {
401 401
     var _this4 = this;
402 402
 
403
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
403
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
404 404
       // Menu swipe animation takes the menu's inner width as parameter,
405 405
       // If `offsetWidth` changes, we need to create a new animation.
406 406
       const width = _this4.menuInnerEl.offsetWidth;
@@ -431,7 +431,7 @@ const Menu = class {
431 431
   startAnimation(shouldOpen, animated) {
432 432
     var _this5 = this;
433 433
 
434
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
434
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
435 435
       const isReversed = !shouldOpen;
436 436
       const mode = (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this5);
437 437
       const easing = mode === 'ios' ? iosEasing : mdEasing;
@@ -765,7 +765,7 @@ Menu.style = {
765 765
 }; // Given a menu, return whether or not the menu toggle should be visible
766 766
 
767 767
 const updateVisibility = /*#__PURE__*/function () {
768
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (menu) {
768
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (menu) {
769 769
     const menuEl = yield _index_41145c2b_js__WEBPACK_IMPORTED_MODULE_6__.m.get(menu);
770 770
     return !!(menuEl && (yield menuEl.isActive()));
771 771
   });
@@ -799,7 +799,7 @@ const MenuButton = class {
799 799
      */
800 800
 
801 801
     this.type = 'button';
802
-    this.onClick = /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
802
+    this.onClick = /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
803 803
       return _index_41145c2b_js__WEBPACK_IMPORTED_MODULE_6__.m.toggle(_this6.menu);
804 804
     });
805 805
   }
@@ -815,7 +815,7 @@ const MenuButton = class {
815 815
   visibilityChanged() {
816 816
     var _this7 = this;
817 817
 
818
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
818
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
819 819
       _this7.visible = yield updateVisibility(_this7.menu);
820 820
     })();
821 821
   }
@@ -900,7 +900,7 @@ const MenuToggle = class {
900 900
   visibilityChanged() {
901 901
     var _this8 = this;
902 902
 
903
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
903
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
904 904
       _this8.visible = yield updateVisibility(_this8.menu);
905 905
     })();
906 906
   }
@@ -937,7 +937,7 @@ __webpack_require__.r(__webpack_exports__);
937 937
 /* harmony export */   "h": () => (/* binding */ hostContext),
938 938
 /* harmony export */   "o": () => (/* binding */ openURL)
939 939
 /* harmony export */ });
940
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
940
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
941 941
 
942 942
 
943 943
 /*!
@@ -976,7 +976,7 @@ const getClassMap = classes => {
976 976
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
977 977
 
978 978
 const openURL = /*#__PURE__*/function () {
979
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
979
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
980 980
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
981 981
       const router = document.querySelector('ion-router');
982 982
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-menu_3_entry_js.js.map


+ 13 - 13
www/node_modules_ionic_core_dist_esm_ion-modal_entry_js.js

@@ -65,7 +65,7 @@ __webpack_require__.r(__webpack_exports__);
65 65
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
66 66
 /* harmony export */   "ion_modal": () => (/* binding */ Modal)
67 67
 /* harmony export */ });
68
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
68
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
69 69
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
70 70
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
71 71
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
@@ -236,7 +236,7 @@ const setCardStatusBarDefault = () => {
236 236
 };
237 237
 
238 238
 const handleCanDismiss = /*#__PURE__*/function () {
239
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (el, animation) {
239
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (el, animation) {
240 240
     /**
241 241
      * If canDismiss is not a function
242 242
      * then we can return early. If canDismiss is `true`,
@@ -1550,7 +1550,7 @@ const Modal = class {
1550 1550
   swipeToCloseChanged(enable) {
1551 1551
     var _this = this;
1552 1552
 
1553
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1553
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1554 1554
       if (_this.gesture) {
1555 1555
         _this.gesture.enable(enable);
1556 1556
       } else if (enable) {
@@ -1657,7 +1657,7 @@ const Modal = class {
1657 1657
   checkCanDismiss() {
1658 1658
     var _this2 = this;
1659 1659
 
1660
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1660
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1661 1661
       const {
1662 1662
         canDismiss
1663 1663
       } = _this2;
@@ -1685,7 +1685,7 @@ const Modal = class {
1685 1685
   present() {
1686 1686
     var _this3 = this;
1687 1687
 
1688
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1688
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1689 1689
       if (_this3.presented) {
1690 1690
         return;
1691 1691
       }
@@ -1822,7 +1822,7 @@ const Modal = class {
1822 1822
        * removed from the DOM.
1823 1823
        */
1824 1824
       this.gestureAnimationDismissing = true;
1825
-      this.animation.onFinish( /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1825
+      this.animation.onFinish( /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1826 1826
         yield _this4.dismiss(undefined, 'gesture');
1827 1827
         _this4.gestureAnimationDismissing = false;
1828 1828
       }));
@@ -1882,7 +1882,7 @@ const Modal = class {
1882 1882
      * removed from the DOM.
1883 1883
      */
1884 1884
     this.gestureAnimationDismissing = true;
1885
-    this.animation.onFinish( /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1885
+    this.animation.onFinish( /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1886 1886
       _this5.currentBreakpoint = 0;
1887 1887
 
1888 1888
       _this5.ionBreakpointDidChange.emit({
@@ -1904,7 +1904,7 @@ const Modal = class {
1904 1904
   dismiss(data, role) {
1905 1905
     var _this6 = this;
1906 1906
 
1907
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1907
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1908 1908
       var _a;
1909 1909
 
1910 1910
       if (_this6.gestureAnimationDismissing && role !== 'gesture') {
@@ -2011,7 +2011,7 @@ const Modal = class {
2011 2011
   setCurrentBreakpoint(breakpoint) {
2012 2012
     var _this7 = this;
2013 2013
 
2014
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2014
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2015 2015
       if (!_this7.isSheetModal) {
2016 2016
         (0,_index_c4b11676_js__WEBPACK_IMPORTED_MODULE_7__.p)('setCurrentBreakpoint is only supported on sheet modals.');
2017 2017
         return;
@@ -2052,7 +2052,7 @@ const Modal = class {
2052 2052
   getCurrentBreakpoint() {
2053 2053
     var _this8 = this;
2054 2054
 
2055
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2055
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2056 2056
       return _this8.currentBreakpoint;
2057 2057
     })();
2058 2058
   }
@@ -2060,7 +2060,7 @@ const Modal = class {
2060 2060
   moveToNextBreakpoint() {
2061 2061
     var _this9 = this;
2062 2062
 
2063
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2063
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
2064 2064
       const {
2065 2065
         breakpoints,
2066 2066
         currentBreakpoint
@@ -2189,7 +2189,7 @@ __webpack_require__.r(__webpack_exports__);
2189 2189
 /* harmony export */   "h": () => (/* binding */ hostContext),
2190 2190
 /* harmony export */   "o": () => (/* binding */ openURL)
2191 2191
 /* harmony export */ });
2192
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
2192
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
2193 2193
 
2194 2194
 
2195 2195
 /*!
@@ -2228,7 +2228,7 @@ const getClassMap = classes => {
2228 2228
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
2229 2229
 
2230 2230
 const openURL = /*#__PURE__*/function () {
2231
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
2231
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
2232 2232
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
2233 2233
       const router = document.querySelector('ion-router');
2234 2234
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-modal_entry_js.js.map


+ 12 - 12
www/node_modules_ionic_core_dist_esm_ion-nav_2_entry_js.js

@@ -12,7 +12,7 @@ __webpack_require__.r(__webpack_exports__);
12 12
 /* harmony export */   "ion_nav": () => (/* binding */ Nav),
13 13
 /* harmony export */   "ion_nav_link": () => (/* binding */ NavLink)
14 14
 /* harmony export */ });
15
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
16 16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17 17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
18 18
 /* harmony import */ var _cubic_bezier_c313947a_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./cubic-bezier-c313947a.js */ 1077);
@@ -44,7 +44,7 @@ class ViewController {
44 44
   init(container) {
45 45
     var _this = this;
46 46
 
47
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
47
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
48 48
       _this.state = VIEW_STATE_ATTACHED;
49 49
 
50 50
       if (!_this.element) {
@@ -169,7 +169,7 @@ const Nav = class {
169 169
   componentDidLoad() {
170 170
     var _this2 = this;
171 171
 
172
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
172
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
173 173
       _this2.rootChanged();
174 174
 
175 175
       _this2.gesture = (yield __webpack_require__.e(/*! import() */ "common").then(__webpack_require__.bind(__webpack_require__, /*! ./swipe-back-5351da01.js */ 4114))).createSwipeBackGesture(_this2.el, _this2.canStart.bind(_this2), _this2.onStart.bind(_this2), _this2.onMove.bind(_this2), _this2.onEnd.bind(_this2));
@@ -394,7 +394,7 @@ const Nav = class {
394 394
           changed: true,
395 395
           element: enteringEl,
396 396
           markVisible: function () {
397
-            var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
397
+            var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
398 398
               mark();
399 399
               yield finish;
400 400
             });
@@ -444,7 +444,7 @@ const Nav = class {
444 444
   getRouteId() {
445 445
     var _this3 = this;
446 446
 
447
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
447
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
448 448
       const active = _this3.getActiveSync();
449 449
 
450 450
       if (active) {
@@ -466,7 +466,7 @@ const Nav = class {
466 466
   getActive() {
467 467
     var _this4 = this;
468 468
 
469
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
469
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
470 470
       return _this4.getActiveSync();
471 471
     })();
472 472
   }
@@ -480,7 +480,7 @@ const Nav = class {
480 480
   getByIndex(index) {
481 481
     var _this5 = this;
482 482
 
483
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
483
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
484 484
       return _this5.views[index];
485 485
     })();
486 486
   }
@@ -494,7 +494,7 @@ const Nav = class {
494 494
   canGoBack(view) {
495 495
     var _this6 = this;
496 496
 
497
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
497
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
498 498
       return _this6.canGoBackSync(view);
499 499
     })();
500 500
   }
@@ -508,7 +508,7 @@ const Nav = class {
508 508
   getPrevious(view) {
509 509
     var _this7 = this;
510 510
 
511
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
511
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
512 512
       return _this7.getPreviousSync(view);
513 513
     })();
514 514
   }
@@ -544,7 +544,7 @@ const Nav = class {
544 544
   queueTrns(ti, done) {
545 545
     var _this8 = this;
546 546
 
547
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
547
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
548 548
       var _a, _b;
549 549
 
550 550
       if (_this8.isTransitioning && ((_a = ti.opts) === null || _a === void 0 ? void 0 : _a.skipIfBusy)) {
@@ -669,7 +669,7 @@ const Nav = class {
669 669
   runTransition(ti) {
670 670
     var _this9 = this;
671 671
 
672
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
672
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
673 673
       try {
674 674
         // set that this nav is actively transitioning
675 675
         _this9.ionNavWillChange.emit();
@@ -935,7 +935,7 @@ const Nav = class {
935 935
   transition(enteringView, leavingView, ti) {
936 936
     var _this10 = this;
937 937
 
938
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
938
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
939 939
       // we should animate (duration > 0) if the pushed page is not the first one (startup)
940 940
       // or if it is a portal (modal, actionsheet, etc.)
941 941
       const opts = ti.opts;

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-nav_2_entry_js.js.map


+ 5 - 5
www/node_modules_ionic_core_dist_esm_ion-picker-column-internal_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_picker_column_internal": () => (/* binding */ PickerColumnInternal)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -398,7 +398,7 @@ const PickerColumnInternal = class {
398 398
   scrollActiveItemIntoView() {
399 399
     var _this = this;
400 400
 
401
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
401
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
402 402
       const activeEl = _this.activeItem;
403 403
 
404 404
       if (activeEl) {
@@ -418,7 +418,7 @@ const PickerColumnInternal = class {
418 418
   setValue(value) {
419 419
     var _this2 = this;
420 420
 
421
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
421
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
422 422
       const {
423 423
         items
424 424
       } = _this2;
@@ -513,7 +513,7 @@ __webpack_require__.r(__webpack_exports__);
513 513
 /* harmony export */   "h": () => (/* binding */ hostContext),
514 514
 /* harmony export */   "o": () => (/* binding */ openURL)
515 515
 /* harmony export */ });
516
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
516
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
517 517
 
518 518
 
519 519
 /*!
@@ -552,7 +552,7 @@ const getClassMap = classes => {
552 552
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
553 553
 
554 554
 const openURL = /*#__PURE__*/function () {
555
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
555
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
556 556
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
557 557
       const router = document.querySelector('ion-router');
558 558
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-picker-column-internal_entry_js.js.map


+ 9 - 9
www/node_modules_ionic_core_dist_esm_ion-popover_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_popover": () => (/* binding */ Popover)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 /* harmony import */ var _framework_delegate_897f849d_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./framework-delegate-897f849d.js */ 3701);
@@ -181,7 +181,7 @@ const configureTriggerInteraction = (triggerEl, triggerAction, popoverEl) => {
181 181
       triggerCallbacks = [{
182 182
         eventName: 'mouseenter',
183 183
         callback: function () {
184
-          var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev) {
184
+          var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev) {
185 185
             ev.stopPropagation();
186 186
 
187 187
             if (hoverTimeout) {
@@ -348,7 +348,7 @@ const isTriggerElement = el => el.hasAttribute('data-ion-popover-trigger');
348 348
 
349 349
 const configureKeyboardInteraction = popoverEl => {
350 350
   const callback = /*#__PURE__*/function () {
351
-    var _ref2 = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev) {
351
+    var _ref2 = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (ev) {
352 352
       var _a;
353 353
 
354 354
       const activeElement = document.activeElement;
@@ -1468,7 +1468,7 @@ const Popover = class {
1468 1468
   presentFromTrigger(event, focusDescendant = false) {
1469 1469
     var _this = this;
1470 1470
 
1471
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1471
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1472 1472
       _this.focusDescendantOnPresent = focusDescendant;
1473 1473
       yield _this.present(event);
1474 1474
       _this.focusDescendantOnPresent = false;
@@ -1522,7 +1522,7 @@ const Popover = class {
1522 1522
   present(event) {
1523 1523
     var _this2 = this;
1524 1524
 
1525
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1525
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1526 1526
       if (_this2.presented) {
1527 1527
         return;
1528 1528
       }
@@ -1593,7 +1593,7 @@ const Popover = class {
1593 1593
   dismiss(data, role, dismissParentPopover = true) {
1594 1594
     var _this3 = this;
1595 1595
 
1596
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1596
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1597 1597
       /**
1598 1598
        * When using an inline popover
1599 1599
        * and presenting a popover it is possible to
@@ -1654,7 +1654,7 @@ const Popover = class {
1654 1654
   getParentPopover() {
1655 1655
     var _this4 = this;
1656 1656
 
1657
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1657
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1658 1658
       return _this4.parentPopover;
1659 1659
     })();
1660 1660
   }
@@ -1767,7 +1767,7 @@ __webpack_require__.r(__webpack_exports__);
1767 1767
 /* harmony export */   "h": () => (/* binding */ hostContext),
1768 1768
 /* harmony export */   "o": () => (/* binding */ openURL)
1769 1769
 /* harmony export */ });
1770
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
1770
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
1771 1771
 
1772 1772
 
1773 1773
 /*!
@@ -1806,7 +1806,7 @@ const getClassMap = classes => {
1806 1806
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
1807 1807
 
1808 1808
 const openURL = /*#__PURE__*/function () {
1809
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
1809
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
1810 1810
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
1811 1811
       const router = document.querySelector('ion-router');
1812 1812
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-popover_entry_js.js.map


+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-progress-bar_entry_js.js

@@ -159,7 +159,7 @@ __webpack_require__.r(__webpack_exports__);
159 159
 /* harmony export */   "h": () => (/* binding */ hostContext),
160 160
 /* harmony export */   "o": () => (/* binding */ openURL)
161 161
 /* harmony export */ });
162
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
162
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
163 163
 
164 164
 
165 165
 /*!
@@ -198,7 +198,7 @@ const getClassMap = classes => {
198 198
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
199 199
 
200 200
 const openURL = /*#__PURE__*/function () {
201
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
201
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
202 202
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
203 203
       const router = document.querySelector('ion-router');
204 204
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-progress-bar_entry_js.js.map


+ 6 - 6
www/node_modules_ionic_core_dist_esm_ion-radio_2_entry_js.js

@@ -12,7 +12,7 @@ __webpack_require__.r(__webpack_exports__);
12 12
 /* harmony export */   "ion_radio": () => (/* binding */ Radio),
13 13
 /* harmony export */   "ion_radio_group": () => (/* binding */ RadioGroup)
14 14
 /* harmony export */ });
15
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
16 16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17 17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
18 18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -82,7 +82,7 @@ const Radio = class {
82 82
   setFocus(ev) {
83 83
     var _this = this;
84 84
 
85
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
85
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
86 86
       ev.stopPropagation();
87 87
       ev.preventDefault();
88 88
 
@@ -95,7 +95,7 @@ const Radio = class {
95 95
   setButtonTabindex(value) {
96 96
     var _this2 = this;
97 97
 
98
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
98
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
99 99
       _this2.buttonTabindex = value;
100 100
     })();
101 101
   }
@@ -270,7 +270,7 @@ const RadioGroup = class {
270 270
   connectedCallback() {
271 271
     var _this3 = this;
272 272
 
273
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
273
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
274 274
       // Get the list header if it exists and set the id
275 275
       // this is used to set aria-labelledby
276 276
       const header = _this3.el.querySelector('ion-list-header') || _this3.el.querySelector('ion-item-divider');
@@ -378,7 +378,7 @@ __webpack_require__.r(__webpack_exports__);
378 378
 /* harmony export */   "h": () => (/* binding */ hostContext),
379 379
 /* harmony export */   "o": () => (/* binding */ openURL)
380 380
 /* harmony export */ });
381
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
381
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
382 382
 
383 383
 
384 384
 /*!
@@ -417,7 +417,7 @@ const getClassMap = classes => {
417 417
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
418 418
 
419 419
 const openURL = /*#__PURE__*/function () {
420
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
420
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
421 421
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
422 422
       const router = document.querySelector('ion-router');
423 423
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-radio_2_entry_js.js.map


+ 4 - 4
www/node_modules_ionic_core_dist_esm_ion-range_entry_js.js

@@ -65,7 +65,7 @@ __webpack_require__.r(__webpack_exports__);
65 65
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
66 66
 /* harmony export */   "ion_range": () => (/* binding */ Range)
67 67
 /* harmony export */ });
68
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
68
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
69 69
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
70 70
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
71 71
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
@@ -190,7 +190,7 @@ const Range = class {
190 190
       }
191 191
     };
192 192
 
193
-    this.setupGesture = /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
193
+    this.setupGesture = /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
194 194
       const rangeSlider = _this.rangeSlider;
195 195
 
196 196
       if (rangeSlider) {
@@ -794,7 +794,7 @@ __webpack_require__.r(__webpack_exports__);
794 794
 /* harmony export */   "h": () => (/* binding */ hostContext),
795 795
 /* harmony export */   "o": () => (/* binding */ openURL)
796 796
 /* harmony export */ });
797
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
797
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
798 798
 
799 799
 
800 800
 /*!
@@ -833,7 +833,7 @@ const getClassMap = classes => {
833 833
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
834 834
 
835 835
 const openURL = /*#__PURE__*/function () {
836
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
836
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
837 837
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
838 838
       const router = document.querySelector('ion-router');
839 839
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-range_entry_js.js.map


+ 12 - 12
www/node_modules_ionic_core_dist_esm_ion-refresher_2_entry_js.js

@@ -66,7 +66,7 @@ __webpack_require__.r(__webpack_exports__);
66 66
 /* harmony export */   "ion_refresher": () => (/* binding */ Refresher),
67 67
 /* harmony export */   "ion_refresher_content": () => (/* binding */ RefresherContent)
68 68
 /* harmony export */ });
69
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
69
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
70 70
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
71 71
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
72 72
 /* harmony import */ var _cubic_bezier_c313947a_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./cubic-bezier-c313947a.js */ 1077);
@@ -286,7 +286,7 @@ const translateElement = (el, value, duration = 200) => {
286 286
 
287 287
 
288 288
 const shouldUseNativeRefresher = /*#__PURE__*/function () {
289
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (referenceEl, mode) {
289
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (referenceEl, mode) {
290 290
     const refresherContent = referenceEl.querySelector('ion-refresher-content');
291 291
 
292 292
     if (!refresherContent) {
@@ -398,7 +398,7 @@ const Refresher = class {
398 398
   checkNativeRefresher() {
399 399
     var _this = this;
400 400
 
401
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
401
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
402 402
       const useNativeRefresher = yield shouldUseNativeRefresher(_this.el, (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this));
403 403
 
404 404
       if (useNativeRefresher && !_this.nativeRefresher) {
@@ -423,7 +423,7 @@ const Refresher = class {
423 423
   resetNativeRefresher(el, state) {
424 424
     var _this2 = this;
425 425
 
426
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
426
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
427 427
       _this2.state = state;
428 428
 
429 429
       if ((0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this2) === 'ios') {
@@ -449,7 +449,7 @@ const Refresher = class {
449 449
   setupiOSNativeRefresher(pullingSpinner, refreshingSpinner) {
450 450
     var _this3 = this;
451 451
 
452
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
452
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
453 453
       _this3.elementToTransform = _this3.scrollEl;
454 454
       const ticks = pullingSpinner.shadowRoot.querySelectorAll('svg');
455 455
       let MAX_PULL = _this3.scrollEl.clientHeight * 0.16;
@@ -596,7 +596,7 @@ const Refresher = class {
596 596
   setupMDNativeRefresher(contentEl, pullingSpinner, refreshingSpinner) {
597 597
     var _this4 = this;
598 598
 
599
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
599
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
600 600
       const circle = (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_5__.g)(pullingSpinner).querySelector('circle');
601 601
 
602 602
       const pullingRefresherIcon = _this4.el.querySelector('ion-refresher-content .refresher-pulling-icon');
@@ -690,7 +690,7 @@ const Refresher = class {
690 690
 
691 691
           _this4.animations.push(snapBackAnimation);
692 692
 
693
-          (0,_index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__.c)( /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
693
+          (0,_index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__.c)( /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
694 694
             pullingRefresherIcon.style.setProperty('--ion-pulling-refresher-translate', `${progress * 100}px`);
695 695
             ev.data.animation.progressEnd();
696 696
             yield snapBackAnimation.play();
@@ -711,7 +711,7 @@ const Refresher = class {
711 711
   setupNativeRefresher(contentEl) {
712 712
     var _this5 = this;
713 713
 
714
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
714
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
715 715
       if (_this5.scrollListenerCallback || !contentEl || _this5.nativeRefresher || !_this5.scrollEl) {
716 716
         return;
717 717
       }
@@ -747,7 +747,7 @@ const Refresher = class {
747 747
   connectedCallback() {
748 748
     var _this6 = this;
749 749
 
750
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
750
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
751 751
       if (_this6.el.getAttribute('slot') !== 'fixed') {
752 752
         console.error('Make sure you use: <ion-refresher slot="fixed">');
753 753
         return;
@@ -765,7 +765,7 @@ const Refresher = class {
765 765
        */
766 766
 
767 767
 
768
-      (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_5__.c)(contentEl, /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
768
+      (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_5__.c)(contentEl, /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
769 769
         const customScrollTarget = contentEl.querySelector(_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_4__.b);
770 770
         /**
771 771
          * Query the custom scroll target (if available), first. In refresher implementations,
@@ -826,7 +826,7 @@ const Refresher = class {
826 826
   complete() {
827 827
     var _this7 = this;
828 828
 
829
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
829
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
830 830
       if (_this7.nativeRefresher) {
831 831
         _this7.needsCompletion = true; // Do not reset scroll el until user removes pointer from screen
832 832
 
@@ -850,7 +850,7 @@ const Refresher = class {
850 850
   cancel() {
851 851
     var _this8 = this;
852 852
 
853
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
853
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
854 854
       if (_this8.nativeRefresher) {
855 855
         // Do not reset scroll el until user removes pointer from screen
856 856
         if (!_this8.pointerDown) {

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-refresher_2_entry_js.js.map


+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-reorder_2_entry_js.js

@@ -66,7 +66,7 @@ __webpack_require__.r(__webpack_exports__);
66 66
 /* harmony export */   "ion_reorder": () => (/* binding */ Reorder),
67 67
 /* harmony export */   "ion_reorder_group": () => (/* binding */ ReorderGroup)
68 68
 /* harmony export */ });
69
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
69
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
70 70
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
71 71
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
72 72
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
@@ -156,7 +156,7 @@ const ReorderGroup = class {
156 156
   connectedCallback() {
157 157
     var _this = this;
158 158
 
159
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
159
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
160 160
       const contentEl = (0,_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_4__.f)(_this.el);
161 161
 
162 162
       if (contentEl) {

+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-ripple-effect_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_ripple_effect": () => (/* binding */ RippleEffect)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 
@@ -48,7 +48,7 @@ const RippleEffect = class {
48 48
   addRipple(x, y) {
49 49
     var _this = this;
50 50
 
51
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
51
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
52 52
       return new Promise(resolve => {
53 53
         (0,_index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__.f)(() => {
54 54
           const rect = _this.el.getBoundingClientRect();

+ 16 - 16
www/node_modules_ionic_core_dist_esm_ion-route_4_entry_js.js

@@ -14,7 +14,7 @@ __webpack_require__.r(__webpack_exports__);
14 14
 /* harmony export */   "ion_router": () => (/* binding */ Router),
15 15
 /* harmony export */   "ion_router_link": () => (/* binding */ RouterLink)
16 16
 /* harmony export */ });
17
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
17
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
18 18
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
19 19
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
20 20
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
@@ -269,7 +269,7 @@ const printRedirects = redirects => {
269 269
 
270 270
 
271 271
 const writeNavState = /*#__PURE__*/function () {
272
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (root, chain, direction, index, changed = false, animation) {
272
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (root, chain, direction, index, changed = false, animation) {
273 273
     try {
274 274
       // find next navigation outlet in the DOM
275 275
       const outlet = searchNavNode(root); // make sure we can continue interacting the DOM, otherwise abort
@@ -315,7 +315,7 @@ const writeNavState = /*#__PURE__*/function () {
315 315
 
316 316
 
317 317
 const readNavState = /*#__PURE__*/function () {
318
-  var _ref2 = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (root) {
318
+  var _ref2 = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (root) {
319 319
     const ids = [];
320 320
     let outlet;
321 321
     let node = root; // eslint-disable-next-line no-cond-assign
@@ -778,7 +778,7 @@ const Router = class {
778 778
   componentWillLoad() {
779 779
     var _this = this;
780 780
 
781
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
781
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
782 782
       yield waitUntilNavNode();
783 783
       const canProceed = yield _this.runGuards(_this.getSegments());
784 784
 
@@ -807,7 +807,7 @@ const Router = class {
807 807
   onPopState() {
808 808
     var _this2 = this;
809 809
 
810
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
810
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
811 811
       const direction = _this2.historyDirection();
812 812
 
813 813
       let segments = _this2.getSegments();
@@ -838,7 +838,7 @@ const Router = class {
838 838
   canTransition() {
839 839
     var _this3 = this;
840 840
 
841
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
841
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
842 842
       const canProceed = yield _this3.runGuards();
843 843
 
844 844
       if (canProceed !== true) {
@@ -863,7 +863,7 @@ const Router = class {
863 863
   push(path, direction = 'forward', animation) {
864 864
     var _this4 = this;
865 865
 
866
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
866
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
867 867
       var _a;
868 868
 
869 869
       if (path.startsWith('.')) {
@@ -902,7 +902,7 @@ const Router = class {
902 902
   printDebug() {
903 903
     var _this5 = this;
904 904
 
905
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
905
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
906 906
       printRoutes(readRoutes(_this5.el));
907 907
       printRedirects(readRedirects(_this5.el));
908 908
     })();
@@ -913,7 +913,7 @@ const Router = class {
913 913
   navChanged(direction) {
914 914
     var _this6 = this;
915 915
 
916
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
916
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
917 917
       if (_this6.busy) {
918 918
         console.warn('[ion-router] router is busy, navChanged was cancelled');
919 919
         return false;
@@ -989,7 +989,7 @@ const Router = class {
989 989
   writeNavStateRoot(segments, direction, animation) {
990 990
     var _this7 = this;
991 991
 
992
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
992
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
993 993
       if (!segments) {
994 994
         console.error('[ion-router] URL is not part of the routing set');
995 995
         return false;
@@ -1029,7 +1029,7 @@ const Router = class {
1029 1029
   safeWriteNavState(node, chain, direction, segments, redirectFrom, index = 0, animation) {
1030 1030
     var _this8 = this;
1031 1031
 
1032
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1032
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1033 1033
       const unlock = yield _this8.lock();
1034 1034
       let changed = false;
1035 1035
 
@@ -1047,7 +1047,7 @@ const Router = class {
1047 1047
   lock() {
1048 1048
     var _this9 = this;
1049 1049
 
1050
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1050
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1051 1051
       const p = _this9.waitPromise;
1052 1052
       let resolve;
1053 1053
       _this9.waitPromise = new Promise(r => resolve = r);
@@ -1070,7 +1070,7 @@ const Router = class {
1070 1070
   runGuards(to = this.getSegments(), from) {
1071 1071
     var _this10 = this;
1072 1072
 
1073
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1073
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1074 1074
       if (from === undefined) {
1075 1075
         from = parsePath(_this10.previousPath).segments;
1076 1076
       }
@@ -1097,7 +1097,7 @@ const Router = class {
1097 1097
   writeNavState(node, chain, direction, segments, redirectFrom, index = 0, animation) {
1098 1098
     var _this11 = this;
1099 1099
 
1100
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1100
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
1101 1101
       if (_this11.busy) {
1102 1102
         console.warn('[ion-router] router is busy, transition was cancelled');
1103 1103
         return false;
@@ -1204,7 +1204,7 @@ __webpack_require__.r(__webpack_exports__);
1204 1204
 /* harmony export */   "h": () => (/* binding */ hostContext),
1205 1205
 /* harmony export */   "o": () => (/* binding */ openURL)
1206 1206
 /* harmony export */ });
1207
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
1207
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
1208 1208
 
1209 1209
 
1210 1210
 /*!
@@ -1243,7 +1243,7 @@ const getClassMap = classes => {
1243 1243
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
1244 1244
 
1245 1245
 const openURL = /*#__PURE__*/function () {
1246
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
1246
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
1247 1247
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
1248 1248
       const router = document.querySelector('ion-router');
1249 1249
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-route_4_entry_js.js.map


+ 4 - 4
www/node_modules_ionic_core_dist_esm_ion-searchbar_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_searchbar": () => (/* binding */ Searchbar)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
17 17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
@@ -260,7 +260,7 @@ const Searchbar = class {
260 260
   setFocus() {
261 261
     var _this = this;
262 262
 
263
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
263
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
264 264
       if (_this.nativeInput) {
265 265
         _this.nativeInput.focus();
266 266
       }
@@ -534,7 +534,7 @@ __webpack_require__.r(__webpack_exports__);
534 534
 /* harmony export */   "h": () => (/* binding */ hostContext),
535 535
 /* harmony export */   "o": () => (/* binding */ openURL)
536 536
 /* harmony export */ });
537
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
537
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
538 538
 
539 539
 
540 540
 /*!
@@ -573,7 +573,7 @@ const getClassMap = classes => {
573 573
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
574 574
 
575 575
 const openURL = /*#__PURE__*/function () {
576
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
576
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
577 577
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
578 578
       const router = document.querySelector('ion-router');
579 579
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-searchbar_entry_js.js.map


+ 4 - 4
www/node_modules_ionic_core_dist_esm_ion-segment_2_entry_js.js

@@ -12,7 +12,7 @@ __webpack_require__.r(__webpack_exports__);
12 12
 /* harmony export */   "ion_segment": () => (/* binding */ Segment),
13 13
 /* harmony export */   "ion_segment_button": () => (/* binding */ SegmentButton)
14 14
 /* harmony export */ });
15
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
16 16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17 17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
18 18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -169,7 +169,7 @@ const Segment = class {
169 169
   componentDidLoad() {
170 170
     var _this = this;
171 171
 
172
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
172
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
173 173
       _this.setCheckedClasses();
174 174
 
175 175
       _this.ensureFocusable();
@@ -688,7 +688,7 @@ __webpack_require__.r(__webpack_exports__);
688 688
 /* harmony export */   "h": () => (/* binding */ hostContext),
689 689
 /* harmony export */   "o": () => (/* binding */ openURL)
690 690
 /* harmony export */ });
691
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
691
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
692 692
 
693 693
 
694 694
 /*!
@@ -727,7 +727,7 @@ const getClassMap = classes => {
727 727
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
728 728
 
729 729
 const openURL = /*#__PURE__*/function () {
730
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
730
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
731 731
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
732 732
       const router = document.querySelector('ion-router');
733 733
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-segment_2_entry_js.js.map


+ 9 - 9
www/node_modules_ionic_core_dist_esm_ion-select_3_entry_js.js

@@ -13,7 +13,7 @@ __webpack_require__.r(__webpack_exports__);
13 13
 /* harmony export */   "ion_select_option": () => (/* binding */ SelectOption),
14 14
 /* harmony export */   "ion_select_popover": () => (/* binding */ SelectPopover)
15 15
 /* harmony export */ });
16
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
16
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
17 17
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
18 18
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
19 19
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -154,12 +154,12 @@ const Select = class {
154 154
   connectedCallback() {
155 155
     var _this = this;
156 156
 
157
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
157
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
158 158
       _this.updateOverlayOptions();
159 159
 
160 160
       _this.emitStyle();
161 161
 
162
-      _this.mutationO = watchForOptions(_this.el, 'ion-select-option', /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
162
+      _this.mutationO = watchForOptions(_this.el, 'ion-select-option', /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
163 163
         _this.updateOverlayOptions();
164 164
       }));
165 165
     })();
@@ -186,7 +186,7 @@ const Select = class {
186 186
   open(event) {
187 187
     var _this2 = this;
188 188
 
189
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
189
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
190 190
       if (_this2.disabled || _this2.isExpanded) {
191 191
         return undefined;
192 192
       }
@@ -345,7 +345,7 @@ const Select = class {
345 345
   openPopover(ev) {
346 346
     var _this3 = this;
347 347
 
348
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
348
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
349 349
       const interfaceOptions = _this3.interfaceOptions;
350 350
       const mode = (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this3);
351 351
       const showBackdrop = mode === 'md' ? false : true;
@@ -393,7 +393,7 @@ const Select = class {
393 393
   openActionSheet() {
394 394
     var _this4 = this;
395 395
 
396
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
396
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
397 397
       const mode = (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this4);
398 398
       const interfaceOptions = _this4.interfaceOptions;
399 399
       const actionSheetOpts = Object.assign(Object.assign({
@@ -409,7 +409,7 @@ const Select = class {
409 409
   openAlert() {
410 410
     var _this5 = this;
411 411
 
412
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
412
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
413 413
       const label = _this5.getLabel();
414 414
 
415 415
       const labelText = label ? label.textContent : null;
@@ -824,7 +824,7 @@ __webpack_require__.r(__webpack_exports__);
824 824
 /* harmony export */   "h": () => (/* binding */ hostContext),
825 825
 /* harmony export */   "o": () => (/* binding */ openURL)
826 826
 /* harmony export */ });
827
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
827
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
828 828
 
829 829
 
830 830
 /*!
@@ -863,7 +863,7 @@ const getClassMap = classes => {
863 863
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
864 864
 
865 865
 const openURL = /*#__PURE__*/function () {
866
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
866
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
867 867
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
868 868
       const router = document.querySelector('ion-router');
869 869
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-select_3_entry_js.js.map


+ 19 - 19
www/node_modules_ionic_core_dist_esm_ion-slide_2_entry_js.js

@@ -12,7 +12,7 @@ __webpack_require__.r(__webpack_exports__);
12 12
 /* harmony export */   "ion_slide": () => (/* binding */ Slide),
13 13
 /* harmony export */   "ion_slides": () => (/* binding */ Slides)
14 14
 /* harmony export */ });
15
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
16 16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17 17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
18 18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -90,7 +90,7 @@ const Slides = class {
90 90
   optionsChanged() {
91 91
     var _this = this;
92 92
 
93
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
93
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
94 94
       if (_this.swiperReady) {
95 95
         const swiper = yield _this.getSwiper();
96 96
 
@@ -138,7 +138,7 @@ const Slides = class {
138 138
   update() {
139 139
     var _this2 = this;
140 140
 
141
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
141
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
142 142
       const [swiper] = yield Promise.all([_this2.getSwiper(), waitForSlides(_this2.el)]);
143 143
       swiper.update();
144 144
     })();
@@ -154,7 +154,7 @@ const Slides = class {
154 154
   updateAutoHeight(speed) {
155 155
     var _this3 = this;
156 156
 
157
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
157
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
158 158
       const swiper = yield _this3.getSwiper();
159 159
       swiper.updateAutoHeight(speed);
160 160
     })();
@@ -171,7 +171,7 @@ const Slides = class {
171 171
   slideTo(index, speed, runCallbacks) {
172 172
     var _this4 = this;
173 173
 
174
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
174
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
175 175
       const swiper = yield _this4.getSwiper();
176 176
       swiper.slideTo(index, speed, runCallbacks);
177 177
     })();
@@ -187,7 +187,7 @@ const Slides = class {
187 187
   slideNext(speed, runCallbacks) {
188 188
     var _this5 = this;
189 189
 
190
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
190
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
191 191
       const swiper = yield _this5.getSwiper();
192 192
       swiper.slideNext(speed, runCallbacks);
193 193
     })();
@@ -203,7 +203,7 @@ const Slides = class {
203 203
   slidePrev(speed, runCallbacks) {
204 204
     var _this6 = this;
205 205
 
206
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
206
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
207 207
       const swiper = yield _this6.getSwiper();
208 208
       swiper.slidePrev(speed, runCallbacks);
209 209
     })();
@@ -216,7 +216,7 @@ const Slides = class {
216 216
   getActiveIndex() {
217 217
     var _this7 = this;
218 218
 
219
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
219
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
220 220
       const swiper = yield _this7.getSwiper();
221 221
       return swiper.activeIndex;
222 222
     })();
@@ -229,7 +229,7 @@ const Slides = class {
229 229
   getPreviousIndex() {
230 230
     var _this8 = this;
231 231
 
232
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
232
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
233 233
       const swiper = yield _this8.getSwiper();
234 234
       return swiper.previousIndex;
235 235
     })();
@@ -242,7 +242,7 @@ const Slides = class {
242 242
   length() {
243 243
     var _this9 = this;
244 244
 
245
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
245
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
246 246
       const swiper = yield _this9.getSwiper();
247 247
       return swiper.slides.length;
248 248
     })();
@@ -255,7 +255,7 @@ const Slides = class {
255 255
   isEnd() {
256 256
     var _this10 = this;
257 257
 
258
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
258
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
259 259
       const swiper = yield _this10.getSwiper();
260 260
       return swiper.isEnd;
261 261
     })();
@@ -268,7 +268,7 @@ const Slides = class {
268 268
   isBeginning() {
269 269
     var _this11 = this;
270 270
 
271
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
271
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
272 272
       const swiper = yield _this11.getSwiper();
273 273
       return swiper.isBeginning;
274 274
     })();
@@ -281,7 +281,7 @@ const Slides = class {
281 281
   startAutoplay() {
282 282
     var _this12 = this;
283 283
 
284
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
284
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
285 285
       const swiper = yield _this12.getSwiper();
286 286
 
287 287
       if (swiper.autoplay) {
@@ -297,7 +297,7 @@ const Slides = class {
297 297
   stopAutoplay() {
298 298
     var _this13 = this;
299 299
 
300
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
300
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
301 301
       const swiper = yield _this13.getSwiper();
302 302
 
303 303
       if (swiper.autoplay) {
@@ -315,7 +315,7 @@ const Slides = class {
315 315
   lockSwipeToNext(lock) {
316 316
     var _this14 = this;
317 317
 
318
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
318
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
319 319
       const swiper = yield _this14.getSwiper();
320 320
       swiper.allowSlideNext = !lock;
321 321
     })();
@@ -330,7 +330,7 @@ const Slides = class {
330 330
   lockSwipeToPrev(lock) {
331 331
     var _this15 = this;
332 332
 
333
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
333
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
334 334
       const swiper = yield _this15.getSwiper();
335 335
       swiper.allowSlidePrev = !lock;
336 336
     })();
@@ -345,7 +345,7 @@ const Slides = class {
345 345
   lockSwipes(lock) {
346 346
     var _this16 = this;
347 347
 
348
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
348
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
349 349
       const swiper = yield _this16.getSwiper();
350 350
       swiper.allowSlideNext = !lock;
351 351
       swiper.allowSlidePrev = !lock;
@@ -362,7 +362,7 @@ const Slides = class {
362 362
   getSwiper() {
363 363
     var _this17 = this;
364 364
 
365
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
365
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
366 366
       return _this17.swiper;
367 367
     })();
368 368
   }
@@ -370,7 +370,7 @@ const Slides = class {
370 370
   initSwiper() {
371 371
     var _this18 = this;
372 372
 
373
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
373
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
374 374
       const finalOptions = _this18.normalizeOptions(); // init swiper core
375 375
       // eslint-disable-next-line
376 376
       // @ts-ignore

+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-spinner_entry_js.js

@@ -127,7 +127,7 @@ __webpack_require__.r(__webpack_exports__);
127 127
 /* harmony export */   "h": () => (/* binding */ hostContext),
128 128
 /* harmony export */   "o": () => (/* binding */ openURL)
129 129
 /* harmony export */ });
130
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
130
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
131 131
 
132 132
 
133 133
 /*!
@@ -166,7 +166,7 @@ const getClassMap = classes => {
166 166
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
167 167
 
168 168
 const openURL = /*#__PURE__*/function () {
169
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
169
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
170 170
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
171 171
       const router = document.querySelector('ion-router');
172 172
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-spinner_entry_js.js.map


+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-split-pane_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_split_pane": () => (/* binding */ SplitPane)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 
@@ -63,7 +63,7 @@ const SplitPane = class {
63 63
   connectedCallback() {
64 64
     var _this = this;
65 65
 
66
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
66
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
67 67
       // TODO: connectedCallback is fired in CE build
68 68
       // before WC is defined. This needs to be fixed in Stencil.
69 69
       if (typeof customElements !== 'undefined') {

+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-tab-bar_2_entry_js.js

@@ -256,7 +256,7 @@ __webpack_require__.r(__webpack_exports__);
256 256
 /* harmony export */   "h": () => (/* binding */ hostContext),
257 257
 /* harmony export */   "o": () => (/* binding */ openURL)
258 258
 /* harmony export */ });
259
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
259
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
260 260
 
261 261
 
262 262
 /*!
@@ -295,7 +295,7 @@ const getClassMap = classes => {
295 295
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
296 296
 
297 297
 const openURL = /*#__PURE__*/function () {
298
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
298
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
299 299
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
300 300
       const router = document.querySelector('ion-router');
301 301
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-tab-bar_2_entry_js.js.map


+ 8 - 8
www/node_modules_ionic_core_dist_esm_ion-tab_2_entry_js.js

@@ -12,7 +12,7 @@ __webpack_require__.r(__webpack_exports__);
12 12
 /* harmony export */   "ion_tab": () => (/* binding */ Tab),
13 13
 /* harmony export */   "ion_tabs": () => (/* binding */ Tabs)
14 14
 /* harmony export */ });
15
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
16 16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17 17
 /* harmony import */ var _framework_delegate_897f849d_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./framework-delegate-897f849d.js */ 3701);
18 18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -37,7 +37,7 @@ const Tab = class {
37 37
   componentWillLoad() {
38 38
     var _this = this;
39 39
 
40
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
40
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
41 41
       if (_this.active) {
42 42
         yield _this.setActive();
43 43
       }
@@ -49,7 +49,7 @@ const Tab = class {
49 49
   setActive() {
50 50
     var _this2 = this;
51 51
 
52
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
52
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
53 53
       yield _this2.prepareLazyLoaded();
54 54
       _this2.active = true;
55 55
     })();
@@ -137,7 +137,7 @@ const Tabs = class {
137 137
   componentWillLoad() {
138 138
     var _this3 = this;
139 139
 
140
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
140
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
141 141
       if (!_this3.useRouter) {
142 142
         _this3.useRouter = !!document.querySelector('ion-router') && !_this3.el.closest('[no-router]');
143 143
       }
@@ -172,7 +172,7 @@ const Tabs = class {
172 172
   select(tab) {
173 173
     var _this4 = this;
174 174
 
175
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
175
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
176 176
       const selectedTab = getTab(_this4.tabs, tab);
177 177
 
178 178
       if (!_this4.shouldSwitch(selectedTab)) {
@@ -197,7 +197,7 @@ const Tabs = class {
197 197
   getTab(tab) {
198 198
     var _this5 = this;
199 199
 
200
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
200
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
201 201
       return getTab(_this5.tabs, tab);
202 202
     })();
203 203
   }
@@ -215,7 +215,7 @@ const Tabs = class {
215 215
   setRouteId(id) {
216 216
     var _this6 = this;
217 217
 
218
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
218
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
219 219
       const selectedTab = getTab(_this6.tabs, id);
220 220
 
221 221
       if (!_this6.shouldSwitch(selectedTab)) {
@@ -239,7 +239,7 @@ const Tabs = class {
239 239
   getRouteId() {
240 240
     var _this7 = this;
241 241
 
242
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
242
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
243 243
       var _a;
244 244
 
245 245
       const tabId = (_a = _this7.selectedTab) === null || _a === void 0 ? void 0 : _a.tab;

+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-text_entry_js.js

@@ -54,7 +54,7 @@ __webpack_require__.r(__webpack_exports__);
54 54
 /* harmony export */   "h": () => (/* binding */ hostContext),
55 55
 /* harmony export */   "o": () => (/* binding */ openURL)
56 56
 /* harmony export */ });
57
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
57
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
58 58
 
59 59
 
60 60
 /*!
@@ -93,7 +93,7 @@ const getClassMap = classes => {
93 93
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
94 94
 
95 95
 const openURL = /*#__PURE__*/function () {
96
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
96
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
97 97
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
98 98
       const router = document.querySelector('ion-router');
99 99
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-text_entry_js.js.map


+ 5 - 5
www/node_modules_ionic_core_dist_esm_ion-textarea_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_textarea": () => (/* binding */ Textarea)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -200,7 +200,7 @@ const Textarea = class {
200 200
   setFocus() {
201 201
     var _this = this;
202 202
 
203
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
203
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
204 204
       if (_this.nativeInput) {
205 205
         _this.nativeInput.focus();
206 206
       }
@@ -216,7 +216,7 @@ const Textarea = class {
216 216
   setBlur() {
217 217
     var _this2 = this;
218 218
 
219
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
219
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
220 220
       if (_this2.nativeInput) {
221 221
         _this2.nativeInput.blur();
222 222
       }
@@ -372,7 +372,7 @@ __webpack_require__.r(__webpack_exports__);
372 372
 /* harmony export */   "h": () => (/* binding */ hostContext),
373 373
 /* harmony export */   "o": () => (/* binding */ openURL)
374 374
 /* harmony export */ });
375
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
375
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
376 376
 
377 377
 
378 378
 /*!
@@ -411,7 +411,7 @@ const getClassMap = classes => {
411 411
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
412 412
 
413 413
 const openURL = /*#__PURE__*/function () {
414
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
414
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
415 415
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
416 416
       const router = document.querySelector('ion-router');
417 417
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-textarea_entry_js.js.map


+ 6 - 6
www/node_modules_ionic_core_dist_esm_ion-toast_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_toast": () => (/* binding */ Toast)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17 17
 /* harmony import */ var _overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./overlays-87c7c7cb.js */ 2752);
@@ -204,7 +204,7 @@ const Toast = class {
204 204
   present() {
205 205
     var _this = this;
206 206
 
207
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
207
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
208 208
       yield (0,_overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__.d)(_this, 'toastEnter', iosEnterAnimation, mdEnterAnimation, _this.position);
209 209
 
210 210
       if (_this.duration > 0) {
@@ -259,7 +259,7 @@ const Toast = class {
259 259
   buttonClick(button) {
260 260
     var _this2 = this;
261 261
 
262
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
262
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
263 263
       const role = button.role;
264 264
 
265 265
       if ((0,_overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__.i)(role)) {
@@ -277,7 +277,7 @@ const Toast = class {
277 277
   }
278 278
 
279 279
   callButtonHandler(button) {
280
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
280
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
281 281
       if (button === null || button === void 0 ? void 0 : button.handler) {
282 282
         // a handler has been provided, execute it
283 283
         // pass the handler the values from the inputs
@@ -412,7 +412,7 @@ __webpack_require__.r(__webpack_exports__);
412 412
 /* harmony export */   "h": () => (/* binding */ hostContext),
413 413
 /* harmony export */   "o": () => (/* binding */ openURL)
414 414
 /* harmony export */ });
415
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
415
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
416 416
 
417 417
 
418 418
 /*!
@@ -451,7 +451,7 @@ const getClassMap = classes => {
451 451
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
452 452
 
453 453
 const openURL = /*#__PURE__*/function () {
454
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
454
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
455 455
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
456 456
       const router = document.querySelector('ion-router');
457 457
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-toast_entry_js.js.map


+ 4 - 4
www/node_modules_ionic_core_dist_esm_ion-toggle_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_toggle": () => (/* binding */ Toggle)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
17 17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
@@ -116,7 +116,7 @@ const Toggle = class {
116 116
   connectedCallback() {
117 117
     var _this = this;
118 118
 
119
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
119
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
120 120
       _this.gesture = (yield Promise.resolve(/*! import() */).then(__webpack_require__.bind(__webpack_require__, /*! ./index-f8d8aa5a.js */ 9286))).createGesture({
121 121
         el: _this.el,
122 122
         gestureName: 'toggle',
@@ -288,7 +288,7 @@ __webpack_require__.r(__webpack_exports__);
288 288
 /* harmony export */   "h": () => (/* binding */ hostContext),
289 289
 /* harmony export */   "o": () => (/* binding */ openURL)
290 290
 /* harmony export */ });
291
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
291
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
292 292
 
293 293
 
294 294
 /*!
@@ -327,7 +327,7 @@ const getClassMap = classes => {
327 327
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
328 328
 
329 329
 const openURL = /*#__PURE__*/function () {
330
-  var _ref = (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
330
+  var _ref = (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* (url, ev, direction, animation) {
331 331
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
332 332
       const router = document.querySelector('ion-router');
333 333
 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_ion-toggle_entry_js.js.map


+ 4 - 4
www/node_modules_ionic_core_dist_esm_ion-virtual-scroll_entry_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "ion_virtual_scroll": () => (/* binding */ VirtualScroll)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
17 17
 
@@ -387,7 +387,7 @@ const VirtualScroll = class {
387 387
   connectedCallback() {
388 388
     var _this = this;
389 389
 
390
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
390
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
391 391
       const contentEl = _this.el.closest('ion-content');
392 392
 
393 393
       if (!contentEl) {
@@ -435,7 +435,7 @@ const VirtualScroll = class {
435 435
   checkRange(offset, len = -1) {
436 436
     var _this2 = this;
437 437
 
438
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
438
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
439 439
       // TODO: kind of hacky how we do in-place updated of the cells
440 440
       // array. this part needs a complete refactor
441 441
       if (!_this2.items) {
@@ -466,7 +466,7 @@ const VirtualScroll = class {
466 466
   checkEnd() {
467 467
     var _this3 = this;
468 468
 
469
-    return (0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
469
+    return (0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
470 470
       if (_this3.items) {
471 471
         _this3.checkRange(_this3.lastItemLen);
472 472
       }

+ 2 - 2
www/node_modules_ionic_core_dist_esm_status-tap-20472ffa_js.js

@@ -11,7 +11,7 @@ __webpack_require__.r(__webpack_exports__);
11 11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12 12
 /* harmony export */   "startStatusTap": () => (/* binding */ startStatusTap)
13 13
 /* harmony export */ });
14
-/* harmony import */ var _Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
14
+/* harmony import */ var _Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */ 1670);
15 15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16 16
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
17 17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
@@ -42,7 +42,7 @@ const startStatusTap = () => {
42 42
 
43 43
       if (contentEl) {
44 44
         new Promise(resolve => (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__.c)(contentEl, resolve)).then(() => {
45
-          (0,_index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__.c)( /*#__PURE__*/(0,_Users_simplicoltd_projects_fm99_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
45
+          (0,_index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__.c)( /*#__PURE__*/(0,_Volumes_App_fm99_app_rev_node_modules_babel_runtime_helpers_esm_asyncToGenerator_js__WEBPACK_IMPORTED_MODULE_0__["default"])(function* () {
46 46
             /**
47 47
              * If scrolling and user taps status bar,
48 48
              * only calling scrollToTop is not enough

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/node_modules_ionic_core_dist_esm_status-tap-20472ffa_js.js.map


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 7 - 3
www/src_app_home_home_module_ts.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/src_app_home_home_module_ts.js.map


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/src_app_news-detail_news-detail_module_ts.js


La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 1 - 1
www/src_app_news_news_module_ts.js


+ 0 - 0
www/src_app_youtube_youtube_module_ts.js


Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio

tum/trafficcounter - Gogs: Simplico Git Service

暫無描述