-num-new"> 341
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
342
       const router = document.querySelector('ion-router');
342
       const router = document.querySelector('ion-router');
343
 
343
 

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

File diff suppressed because it is too large
+ 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
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
65
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
66
 /* harmony export */   "ion_modal": () => (/* binding */ Modal)
66
 /* harmony export */   "ion_modal": () => (/* binding */ Modal)
67
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
69
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
70
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
70
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
71
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
71
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
236
 };
236
 };
237
 
237
 
238
 const handleCanDismiss = /*#__PURE__*/function () {
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
      * If canDismiss is not a function
241
      * If canDismiss is not a function
242
      * then we can return early. If canDismiss is `true`,
242
      * then we can return early. If canDismiss is `true`,
1550
   swipeToCloseChanged(enable) {
1550
   swipeToCloseChanged(enable) {
1551
     var _this = this;
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
       if (_this.gesture) {
1554
       if (_this.gesture) {
1555
         _this.gesture.enable(enable);
1555
         _this.gesture.enable(enable);
1556
       } else if (enable) {
1556
       } else if (enable) {
1657
   checkCanDismiss() {
1657
   checkCanDismiss() {
1658
     var _this2 = this;
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
       const {
1661
       const {
1662
         canDismiss
1662
         canDismiss
1663
       } = _this2;
1663
       } = _this2;
1685
   present() {
1685
   present() {
1686
     var _this3 = this;
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
       if (_this3.presented) {
1689
       if (_this3.presented) {
1690
         return;
1690
         return;
1691
       }
1691
       }
1822
        * removed from the DOM.
1822
        * removed from the DOM.
1823
        */
1823
        */
1824
       this.gestureAnimationDismissing = true;
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
         yield _this4.dismiss(undefined, 'gesture');
1826
         yield _this4.dismiss(undefined, 'gesture');
1827
         _this4.gestureAnimationDismissing = false;
1827
         _this4.gestureAnimationDismissing = false;
1828
       }));
1828
       }));
1882
      * removed from the DOM.
1882
      * removed from the DOM.
1883
      */
1883
      */
1884
     this.gestureAnimationDismissing = true;
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
       _this5.currentBreakpoint = 0;
1886
       _this5.currentBreakpoint = 0;
1887
 
1887
 
1888
       _this5.ionBreakpointDidChange.emit({
1888
       _this5.ionBreakpointDidChange.emit({
1904
   dismiss(data, role) {
1904
   dismiss(data, role) {
1905
     var _this6 = this;
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
       var _a;
1908
       var _a;
1909
 
1909
 
1910
       if (_this6.gestureAnimationDismissing && role !== 'gesture') {
1910
       if (_this6.gestureAnimationDismissing && role !== 'gesture') {
2011
   setCurrentBreakpoint(breakpoint) {
2011
   setCurrentBreakpoint(breakpoint) {
2012
     var _this7 = this;
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
       if (!_this7.isSheetModal) {
2015
       if (!_this7.isSheetModal) {
2016
         (0,_index_c4b11676_js__WEBPACK_IMPORTED_MODULE_7__.p)('setCurrentBreakpoint is only supported on sheet modals.');
2016
         (0,_index_c4b11676_js__WEBPACK_IMPORTED_MODULE_7__.p)('setCurrentBreakpoint is only supported on sheet modals.');
2017
         return;
2017
         return;
2052
   getCurrentBreakpoint() {
2052
   getCurrentBreakpoint() {
2053
     var _this8 = this;
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
       return _this8.currentBreakpoint;
2056
       return _this8.currentBreakpoint;
2057
     })();
2057
     })();
2058
   }
2058
   }
2060
   moveToNextBreakpoint() {
2060
   moveToNextBreakpoint() {
2061
     var _this9 = this;
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
       const {
2064
       const {
2065
         breakpoints,
2065
         breakpoints,
2066
         currentBreakpoint
2066
         currentBreakpoint
2189
 /* harmony export */   "h": () => (/* binding */ hostContext),
2189
 /* harmony export */   "h": () => (/* binding */ hostContext),
2190
 /* harmony export */   "o": () => (/* binding */ openURL)
2190
 /* harmony export */   "o": () => (/* binding */ openURL)
2191
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
2228
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
2229
 
2229
 
2230
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
2232
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
2233
       const router = document.querySelector('ion-router');
2233
       const router = document.querySelector('ion-router');
2234
 
2234
 

File diff suppressed because it is too large
+ 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
 /* harmony export */   "ion_nav": () => (/* binding */ Nav),
12
 /* harmony export */   "ion_nav": () => (/* binding */ Nav),
13
 /* harmony export */   "ion_nav_link": () => (/* binding */ NavLink)
13
 /* harmony export */   "ion_nav_link": () => (/* binding */ NavLink)
14
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
18
 /* harmony import */ var _cubic_bezier_c313947a_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./cubic-bezier-c313947a.js */ 1077);
18
 /* harmony import */ var _cubic_bezier_c313947a_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./cubic-bezier-c313947a.js */ 1077);
44
   init(container) {
44
   init(container) {
45
     var _this = this;
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
       _this.state = VIEW_STATE_ATTACHED;
48
       _this.state = VIEW_STATE_ATTACHED;
49
 
49
 
50
       if (!_this.element) {
50
       if (!_this.element) {
169
   componentDidLoad() {
169
   componentDidLoad() {
170
     var _this2 = this;
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
       _this2.rootChanged();
173
       _this2.rootChanged();
174
 
174
 
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));
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
           changed: true,
394
           changed: true,
395
           element: enteringEl,
395
           element: enteringEl,
396
           markVisible: function () {
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
               mark();
398
               mark();
399
               yield finish;
399
               yield finish;
400
             });
400
             });
444
   getRouteId() {
444
   getRouteId() {
445
     var _this3 = this;
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
       const active = _this3.getActiveSync();
448
       const active = _this3.getActiveSync();
449
 
449
 
450
       if (active) {
450
       if (active) {
466
   getActive() {
466
   getActive() {
467
     var _this4 = this;
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
       return _this4.getActiveSync();
470
       return _this4.getActiveSync();
471
     })();
471
     })();
472
   }
472
   }
480
   getByIndex(index) {
480
   getByIndex(index) {
481
     var _this5 = this;
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
       return _this5.views[index];
484
       return _this5.views[index];
485
     })();
485
     })();
486
   }
486
   }
494
   canGoBack(view) {
494
   canGoBack(view) {
495
     var _this6 = this;
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
       return _this6.canGoBackSync(view);
498
       return _this6.canGoBackSync(view);
499
     })();
499
     })();
500
   }
500
   }
508
   getPrevious(view) {
508
   getPrevious(view) {
509
     var _this7 = this;
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
       return _this7.getPreviousSync(view);
512
       return _this7.getPreviousSync(view);
513
     })();
513
     })();
514
   }
514
   }
544
   queueTrns(ti, done) {
544
   queueTrns(ti, done) {
545
     var _this8 = this;
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
       var _a, _b;
548
       var _a, _b;
549
 
549
 
550
       if (_this8.isTransitioning && ((_a = ti.opts) === null || _a === void 0 ? void 0 : _a.skipIfBusy)) {
550
       if (_this8.isTransitioning && ((_a = ti.opts) === null || _a === void 0 ? void 0 : _a.skipIfBusy)) {
669
   runTransition(ti) {
669
   runTransition(ti) {
670
     var _this9 = this;
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
       try {
673
       try {
674
         // set that this nav is actively transitioning
674
         // set that this nav is actively transitioning
675
         _this9.ionNavWillChange.emit();
675
         _this9.ionNavWillChange.emit();
935
   transition(enteringView, leavingView, ti) {
935
   transition(enteringView, leavingView, ti) {
936
     var _this10 = this;
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
       // we should animate (duration > 0) if the pushed page is not the first one (startup)
939
       // we should animate (duration > 0) if the pushed page is not the first one (startup)
940
       // or if it is a portal (modal, actionsheet, etc.)
940
       // or if it is a portal (modal, actionsheet, etc.)
941
       const opts = ti.opts;
941
       const opts = ti.opts;

File diff suppressed because it is too large
+ 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
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
 /* harmony export */   "ion_picker_column_internal": () => (/* binding */ PickerColumnInternal)
12
 /* harmony export */   "ion_picker_column_internal": () => (/* binding */ PickerColumnInternal)
13
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
398
   scrollActiveItemIntoView() {
398
   scrollActiveItemIntoView() {
399
     var _this = this;
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
       const activeEl = _this.activeItem;
402
       const activeEl = _this.activeItem;
403
 
403
 
404
       if (activeEl) {
404
       if (activeEl) {
418
   setValue(value) {
418
   setValue(value) {
419
     var _this2 = this;
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
       const {
422
       const {
423
         items
423
         items
424
       } = _this2;
424
       } = _this2;
513
 /* harmony export */   "h": () => (/* binding */ hostContext),
513
 /* harmony export */   "h": () => (/* binding */ hostContext),
514
 /* harmony export */   "o": () => (/* binding */ openURL)
514
 /* harmony export */   "o": () => (/* binding */ openURL)
515
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
552
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
553
 
553
 
554
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
556
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
557
       const router = document.querySelector('ion-router');
557
       const router = document.querySelector('ion-router');
558
 
558
 

File diff suppressed because it is too large
+ 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
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
 /* harmony export */   "ion_popover": () => (/* binding */ Popover)
12
 /* harmony export */   "ion_popover": () => (/* binding */ Popover)
13
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 /* harmony import */ var _framework_delegate_897f849d_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./framework-delegate-897f849d.js */ 3701);
17
 /* harmony import */ var _framework_delegate_897f849d_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./framework-delegate-897f849d.js */ 3701);
181
       triggerCallbacks = [{
181
       triggerCallbacks = [{
182
         eventName: 'mouseenter',
182
         eventName: 'mouseenter',
183
         callback: function () {
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
             ev.stopPropagation();
185
             ev.stopPropagation();
186
 
186
 
187
             if (hoverTimeout) {
187
             if (hoverTimeout) {
348
 
348
 
349
 const configureKeyboardInteraction = popoverEl => {
349
 const configureKeyboardInteraction = popoverEl => {
350
   const callback = /*#__PURE__*/function () {
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
       var _a;
352
       var _a;
353
 
353
 
354
       const activeElement = document.activeElement;
354
       const activeElement = document.activeElement;
1468
   presentFromTrigger(event, focusDescendant = false) {
1468
   presentFromTrigger(event, focusDescendant = false) {
1469
     var _this = this;
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
       _this.focusDescendantOnPresent = focusDescendant;
1472
       _this.focusDescendantOnPresent = focusDescendant;
1473
       yield _this.present(event);
1473
       yield _this.present(event);
1474
       _this.focusDescendantOnPresent = false;
1474
       _this.focusDescendantOnPresent = false;
1522
   present(event) {
1522
   present(event) {
1523
     var _this2 = this;
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
       if (_this2.presented) {
1526
       if (_this2.presented) {
1527
         return;
1527
         return;
1528
       }
1528
       }
1593
   dismiss(data, role, dismissParentPopover = true) {
1593
   dismiss(data, role, dismissParentPopover = true) {
1594
     var _this3 = this;
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
        * When using an inline popover
1598
        * When using an inline popover
1599
        * and presenting a popover it is possible to
1599
        * and presenting a popover it is possible to
1654
   getParentPopover() {
1654
   getParentPopover() {
1655
     var _this4 = this;
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
       return _this4.parentPopover;
1658
       return _this4.parentPopover;
1659
     })();
1659
     })();
1660
   }
1660
   }
1767
 /* harmony export */   "h": () => (/* binding */ hostContext),
1767
 /* harmony export */   "h": () => (/* binding */ hostContext),
1768
 /* harmony export */   "o": () => (/* binding */ openURL)
1768
 /* harmony export */   "o": () => (/* binding */ openURL)
1769
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
1806
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
1807
 
1807
 
1808
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
1810
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
1811
       const router = document.querySelector('ion-router');
1811
       const router = document.querySelector('ion-router');
1812
 
1812
 

File diff suppressed because it is too large
+ 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
 /* harmony export */   "h": () => (/* binding */ hostContext),
159
 /* harmony export */   "h": () => (/* binding */ hostContext),
160
 /* harmony export */   "o": () => (/* binding */ openURL)
160
 /* harmony export */   "o": () => (/* binding */ openURL)
161
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
198
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
199
 
199
 
200
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
202
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
203
       const router = document.querySelector('ion-router');
203
       const router = document.querySelector('ion-router');
204
 
204
 

File diff suppressed because it is too large
+ 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
 /* harmony export */   "ion_radio": () => (/* binding */ Radio),
12
 /* harmony export */   "ion_radio": () => (/* binding */ Radio),
13
 /* harmony export */   "ion_radio_group": () => (/* binding */ RadioGroup)
13
 /* harmony export */   "ion_radio_group": () => (/* binding */ RadioGroup)
14
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
82
   setFocus(ev) {
82
   setFocus(ev) {
83
     var _this = this;
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
       ev.stopPropagation();
86
       ev.stopPropagation();
87
       ev.preventDefault();
87
       ev.preventDefault();
88
 
88
 
95
   setButtonTabindex(value) {
95
   setButtonTabindex(value) {
96
     var _this2 = this;
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
       _this2.buttonTabindex = value;
99
       _this2.buttonTabindex = value;
100
     })();
100
     })();
101
   }
101
   }
270
   connectedCallback() {
270
   connectedCallback() {
271
     var _this3 = this;
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
       // Get the list header if it exists and set the id
274
       // Get the list header if it exists and set the id
275
       // this is used to set aria-labelledby
275
       // this is used to set aria-labelledby
276
       const header = _this3.el.querySelector('ion-list-header') || _this3.el.querySelector('ion-item-divider');
276
       const header = _this3.el.querySelector('ion-list-header') || _this3.el.querySelector('ion-item-divider');
378
 /* harmony export */   "h": () => (/* binding */ hostContext),
378
 /* harmony export */   "h": () => (/* binding */ hostContext),
379
 /* harmony export */   "o": () => (/* binding */ openURL)
379
 /* harmony export */   "o": () => (/* binding */ openURL)
380
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
417
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
418
 
418
 
419
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
421
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
422
       const router = document.querySelector('ion-router');
422
       const router = document.querySelector('ion-router');
423
 
423
 

File diff suppressed because it is too large
+ 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
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
65
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
66
 /* harmony export */   "ion_range": () => (/* binding */ Range)
66
 /* harmony export */   "ion_range": () => (/* binding */ Range)
67
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
69
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
70
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
70
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
71
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
71
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
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
       const rangeSlider = _this.rangeSlider;
194
       const rangeSlider = _this.rangeSlider;
195
 
195
 
196
       if (rangeSlider) {
196
       if (rangeSlider) {
794
 /* harmony export */   "h": () => (/* binding */ hostContext),
794
 /* harmony export */   "h": () => (/* binding */ hostContext),
795
 /* harmony export */   "o": () => (/* binding */ openURL)
795
 /* harmony export */   "o": () => (/* binding */ openURL)
796
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
833
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
834
 
834
 
835
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
837
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
838
       const router = document.querySelector('ion-router');
838
       const router = document.querySelector('ion-router');
839
 
839
 

File diff suppressed because it is too large
+ 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
 /* harmony export */   "ion_refresher": () => (/* binding */ Refresher),
66
 /* harmony export */   "ion_refresher": () => (/* binding */ Refresher),
67
 /* harmony export */   "ion_refresher_content": () => (/* binding */ RefresherContent)
67
 /* harmony export */   "ion_refresher_content": () => (/* binding */ RefresherContent)
68
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
70
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
71
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
71
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
72
 /* harmony import */ var _cubic_bezier_c313947a_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./cubic-bezier-c313947a.js */ 1077);
72
 /* harmony import */ var _cubic_bezier_c313947a_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./cubic-bezier-c313947a.js */ 1077);
286
 
286
 
287
 
287
 
288
 const shouldUseNativeRefresher = /*#__PURE__*/function () {
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
     const refresherContent = referenceEl.querySelector('ion-refresher-content');
290
     const refresherContent = referenceEl.querySelector('ion-refresher-content');
291
 
291
 
292
     if (!refresherContent) {
292
     if (!refresherContent) {
398
   checkNativeRefresher() {
398
   checkNativeRefresher() {
399
     var _this = this;
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
       const useNativeRefresher = yield shouldUseNativeRefresher(_this.el, (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this));
402
       const useNativeRefresher = yield shouldUseNativeRefresher(_this.el, (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this));
403
 
403
 
404
       if (useNativeRefresher && !_this.nativeRefresher) {
404
       if (useNativeRefresher && !_this.nativeRefresher) {
423
   resetNativeRefresher(el, state) {
423
   resetNativeRefresher(el, state) {
424
     var _this2 = this;
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
       _this2.state = state;
427
       _this2.state = state;
428
 
428
 
429
       if ((0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this2) === 'ios') {
429
       if ((0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this2) === 'ios') {
449
   setupiOSNativeRefresher(pullingSpinner, refreshingSpinner) {
449
   setupiOSNativeRefresher(pullingSpinner, refreshingSpinner) {
450
     var _this3 = this;
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
       _this3.elementToTransform = _this3.scrollEl;
453
       _this3.elementToTransform = _this3.scrollEl;
454
       const ticks = pullingSpinner.shadowRoot.querySelectorAll('svg');
454
       const ticks = pullingSpinner.shadowRoot.querySelectorAll('svg');
455
       let MAX_PULL = _this3.scrollEl.clientHeight * 0.16;
455
       let MAX_PULL = _this3.scrollEl.clientHeight * 0.16;
596
   setupMDNativeRefresher(contentEl, pullingSpinner, refreshingSpinner) {
596
   setupMDNativeRefresher(contentEl, pullingSpinner, refreshingSpinner) {
597
     var _this4 = this;
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
       const circle = (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_5__.g)(pullingSpinner).querySelector('circle');
600
       const circle = (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_5__.g)(pullingSpinner).querySelector('circle');
601
 
601
 
602
       const pullingRefresherIcon = _this4.el.querySelector('ion-refresher-content .refresher-pulling-icon');
602
       const pullingRefresherIcon = _this4.el.querySelector('ion-refresher-content .refresher-pulling-icon');
690
 
690
 
691
           _this4.animations.push(snapBackAnimation);
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
             pullingRefresherIcon.style.setProperty('--ion-pulling-refresher-translate', `${progress * 100}px`);
694
             pullingRefresherIcon.style.setProperty('--ion-pulling-refresher-translate', `${progress * 100}px`);
695
             ev.data.animation.progressEnd();
695
             ev.data.animation.progressEnd();
696
             yield snapBackAnimation.play();
696
             yield snapBackAnimation.play();
711
   setupNativeRefresher(contentEl) {
711
   setupNativeRefresher(contentEl) {
712
     var _this5 = this;
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
       if (_this5.scrollListenerCallback || !contentEl || _this5.nativeRefresher || !_this5.scrollEl) {
715
       if (_this5.scrollListenerCallback || !contentEl || _this5.nativeRefresher || !_this5.scrollEl) {
716
         return;
716
         return;
717
       }
717
       }
747
   connectedCallback() {
747
   connectedCallback() {
748
     var _this6 = this;
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
       if (_this6.el.getAttribute('slot') !== 'fixed') {
751
       if (_this6.el.getAttribute('slot') !== 'fixed') {
752
         console.error('Make sure you use: <ion-refresher slot="fixed">');
752
         console.error('Make sure you use: <ion-refresher slot="fixed">');
753
         return;
753
         return;
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
         const customScrollTarget = contentEl.querySelector(_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_4__.b);
769
         const customScrollTarget = contentEl.querySelector(_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_4__.b);
770
         /**
770
         /**
771
          * Query the custom scroll target (if available), first. In refresher implementations,
771
          * Query the custom scroll target (if available), first. In refresher implementations,
826
   complete() {
826
   complete() {
827
     var _this7 = this;
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
       if (_this7.nativeRefresher) {
830
       if (_this7.nativeRefresher) {
831
         _this7.needsCompletion = true; // Do not reset scroll el until user removes pointer from screen
831
         _this7.needsCompletion = true; // Do not reset scroll el until user removes pointer from screen
832
 
832
 
850
   cancel() {
850
   cancel() {
851
     var _this8 = this;
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
       if (_this8.nativeRefresher) {
854
       if (_this8.nativeRefresher) {
855
         // Do not reset scroll el until user removes pointer from screen
855
         // Do not reset scroll el until user removes pointer from screen
856
         if (!_this8.pointerDown) {
856
         if (!_this8.pointerDown) {

File diff suppressed because it is too large
+ 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
 /* harmony export */   "ion_reorder": () => (/* binding */ Reorder),
66
 /* harmony export */   "ion_reorder": () => (/* binding */ Reorder),
67
 /* harmony export */   "ion_reorder_group": () => (/* binding */ ReorderGroup)
67
 /* harmony export */   "ion_reorder_group": () => (/* binding */ ReorderGroup)
68
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
70
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
71
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
71
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
72
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
72
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
156
   connectedCallback() {
156
   connectedCallback() {
157
     var _this = this;
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
       const contentEl = (0,_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_4__.f)(_this.el);
160
       const contentEl = (0,_index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_4__.f)(_this.el);
161
 
161
 
162
       if (contentEl) {
162
       if (contentEl) {

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

11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
 /* harmony export */   "ion_ripple_effect": () => (/* binding */ RippleEffect)
12
 /* harmony export */   "ion_ripple_effect": () => (/* binding */ RippleEffect)
13
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 
17
 
48
   addRipple(x, y) {
48
   addRipple(x, y) {
49
     var _this = this;
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
       return new Promise(resolve => {
52
       return new Promise(resolve => {
53
         (0,_index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__.f)(() => {
53
         (0,_index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__.f)(() => {
54
           const rect = _this.el.getBoundingClientRect();
54
           const rect = _this.el.getBoundingClientRect();

+ 16 - 16
www/node_modules_ionic_core_dist_esm_ion-route_4_entry_js.js

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

File diff suppressed because it is too large
+ 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
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
 /* harmony export */   "ion_searchbar": () => (/* binding */ Searchbar)
12
 /* harmony export */   "ion_searchbar": () => (/* binding */ Searchbar)
13
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
16
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
260
   setFocus() {
260
   setFocus() {
261
     var _this = this;
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
       if (_this.nativeInput) {
264
       if (_this.nativeInput) {
265
         _this.nativeInput.focus();
265
         _this.nativeInput.focus();
266
       }
266
       }
534
 /* harmony export */   "h": () => (/* binding */ hostContext),
534
 /* harmony export */   "h": () => (/* binding */ hostContext),
535
 /* harmony export */   "o": () => (/* binding */ openURL)
535
 /* harmony export */   "o": () => (/* binding */ openURL)
536
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
573
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
574
 
574
 
575
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
577
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
578
       const router = document.querySelector('ion-router');
578
       const router = document.querySelector('ion-router');
579
 
579
 

File diff suppressed because it is too large
+ 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
 /* harmony export */   "ion_segment": () => (/* binding */ Segment),
12
 /* harmony export */   "ion_segment": () => (/* binding */ Segment),
13
 /* harmony export */   "ion_segment_button": () => (/* binding */ SegmentButton)
13
 /* harmony export */   "ion_segment_button": () => (/* binding */ SegmentButton)
14
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
169
   componentDidLoad() {
169
   componentDidLoad() {
170
     var _this = this;
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
       _this.setCheckedClasses();
173
       _this.setCheckedClasses();
174
 
174
 
175
       _this.ensureFocusable();
175
       _this.ensureFocusable();
688
 /* harmony export */   "h": () => (/* binding */ hostContext),
688
 /* harmony export */   "h": () => (/* binding */ hostContext),
689
 /* harmony export */   "o": () => (/* binding */ openURL)
689
 /* harmony export */   "o": () => (/* binding */ openURL)
690
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
727
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
728
 
728
 
729
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
731
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
732
       const router = document.querySelector('ion-router');
732
       const router = document.querySelector('ion-router');
733
 
733
 

File diff suppressed because it is too large
+ 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
 /* harmony export */   "ion_select_option": () => (/* binding */ SelectOption),
13
 /* harmony export */   "ion_select_option": () => (/* binding */ SelectOption),
14
 /* harmony export */   "ion_select_popover": () => (/* binding */ SelectPopover)
14
 /* harmony export */   "ion_select_popover": () => (/* binding */ SelectPopover)
15
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
18
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
18
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
19
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
19
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
154
   connectedCallback() {
154
   connectedCallback() {
155
     var _this = this;
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
       _this.updateOverlayOptions();
158
       _this.updateOverlayOptions();
159
 
159
 
160
       _this.emitStyle();
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
         _this.updateOverlayOptions();
163
         _this.updateOverlayOptions();
164
       }));
164
       }));
165
     })();
165
     })();
186
   open(event) {
186
   open(event) {
187
     var _this2 = this;
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
       if (_this2.disabled || _this2.isExpanded) {
190
       if (_this2.disabled || _this2.isExpanded) {
191
         return undefined;
191
         return undefined;
192
       }
192
       }
345
   openPopover(ev) {
345
   openPopover(ev) {
346
     var _this3 = this;
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
       const interfaceOptions = _this3.interfaceOptions;
349
       const interfaceOptions = _this3.interfaceOptions;
350
       const mode = (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this3);
350
       const mode = (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this3);
351
       const showBackdrop = mode === 'md' ? false : true;
351
       const showBackdrop = mode === 'md' ? false : true;
393
   openActionSheet() {
393
   openActionSheet() {
394
     var _this4 = this;
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
       const mode = (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this4);
397
       const mode = (0,_ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__.b)(_this4);
398
       const interfaceOptions = _this4.interfaceOptions;
398
       const interfaceOptions = _this4.interfaceOptions;
399
       const actionSheetOpts = Object.assign(Object.assign({
399
       const actionSheetOpts = Object.assign(Object.assign({
409
   openAlert() {
409
   openAlert() {
410
     var _this5 = this;
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
       const label = _this5.getLabel();
413
       const label = _this5.getLabel();
414
 
414
 
415
       const labelText = label ? label.textContent : null;
415
       const labelText = label ? label.textContent : null;
824
 /* harmony export */   "h": () => (/* binding */ hostContext),
824
 /* harmony export */   "h": () => (/* binding */ hostContext),
825
 /* harmony export */   "o": () => (/* binding */ openURL)
825
 /* harmony export */   "o": () => (/* binding */ openURL)
826
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
863
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
864
 
864
 
865
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
867
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
868
       const router = document.querySelector('ion-router');
868
       const router = document.querySelector('ion-router');
869
 
869
 

File diff suppressed because it is too large
+ 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
 /* harmony export */   "ion_slide": () => (/* binding */ Slide),
12
 /* harmony export */   "ion_slide": () => (/* binding */ Slide),
13
 /* harmony export */   "ion_slides": () => (/* binding */ Slides)
13
 /* harmony export */   "ion_slides": () => (/* binding */ Slides)
14
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
90
   optionsChanged() {
90
   optionsChanged() {
91
     var _this = this;
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
       if (_this.swiperReady) {
94
       if (_this.swiperReady) {
95
         const swiper = yield _this.getSwiper();
95
         const swiper = yield _this.getSwiper();
96
 
96
 
138
   update() {
138
   update() {
139
     var _this2 = this;
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
       const [swiper] = yield Promise.all([_this2.getSwiper(), waitForSlides(_this2.el)]);
142
       const [swiper] = yield Promise.all([_this2.getSwiper(), waitForSlides(_this2.el)]);
143
       swiper.update();
143
       swiper.update();
144
     })();
144
     })();
154
   updateAutoHeight(speed) {
154
   updateAutoHeight(speed) {
155
     var _this3 = this;
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
       const swiper = yield _this3.getSwiper();
158
       const swiper = yield _this3.getSwiper();
159
       swiper.updateAutoHeight(speed);
159
       swiper.updateAutoHeight(speed);
160
     })();
160
     })();
171
   slideTo(index, speed, runCallbacks) {
171
   slideTo(index, speed, runCallbacks) {
172
     var _this4 = this;
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
       const swiper = yield _this4.getSwiper();
175
       const swiper = yield _this4.getSwiper();
176
       swiper.slideTo(index, speed, runCallbacks);
176
       swiper.slideTo(index, speed, runCallbacks);
177
     })();
177
     })();
187
   slideNext(speed, runCallbacks) {
187
   slideNext(speed, runCallbacks) {
188
     var _this5 = this;
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
       const swiper = yield _this5.getSwiper();
191
       const swiper = yield _this5.getSwiper();
192
       swiper.slideNext(speed, runCallbacks);
192
       swiper.slideNext(speed, runCallbacks);
193
     })();
193
     })();
203
   slidePrev(speed, runCallbacks) {
203
   slidePrev(speed, runCallbacks) {
204
     var _this6 = this;
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
       const swiper = yield _this6.getSwiper();
207
       const swiper = yield _this6.getSwiper();
208
       swiper.slidePrev(speed, runCallbacks);
208
       swiper.slidePrev(speed, runCallbacks);
209
     })();
209
     })();
216
   getActiveIndex() {
216
   getActiveIndex() {
217
     var _this7 = this;
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
       const swiper = yield _this7.getSwiper();
220
       const swiper = yield _this7.getSwiper();
221
       return swiper.activeIndex;
221
       return swiper.activeIndex;
222
     })();
222
     })();
229
   getPreviousIndex() {
229
   getPreviousIndex() {
230
     var _this8 = this;
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
       const swiper = yield _this8.getSwiper();
233
       const swiper = yield _this8.getSwiper();
234
       return swiper.previousIndex;
234
       return swiper.previousIndex;
235
     })();
235
     })();
242
   length() {
242
   length() {
243
     var _this9 = this;
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
       const swiper = yield _this9.getSwiper();
246
       const swiper = yield _this9.getSwiper();
247
       return swiper.slides.length;
247
       return swiper.slides.length;
248
     })();
248
     })();
255
   isEnd() {
255
   isEnd() {
256
     var _this10 = this;
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
       const swiper = yield _this10.getSwiper();
259
       const swiper = yield _this10.getSwiper();
260
       return swiper.isEnd;
260
       return swiper.isEnd;
261
     })();
261
     })();
268
   isBeginning() {
268
   isBeginning() {
269
     var _this11 = this;
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
       const swiper = yield _this11.getSwiper();
272
       const swiper = yield _this11.getSwiper();
273
       return swiper.isBeginning;
273
       return swiper.isBeginning;
274
     })();
274
     })();
281
   startAutoplay() {
281
   startAutoplay() {
282
     var _this12 = this;
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
       const swiper = yield _this12.getSwiper();
285
       const swiper = yield _this12.getSwiper();
286
 
286
 
287
       if (swiper.autoplay) {
287
       if (swiper.autoplay) {
297
   stopAutoplay() {
297
   stopAutoplay() {
298
     var _this13 = this;
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
       const swiper = yield _this13.getSwiper();
301
       const swiper = yield _this13.getSwiper();
302
 
302
 
303
       if (swiper.autoplay) {
303
       if (swiper.autoplay) {
315
   lockSwipeToNext(lock) {
315
   lockSwipeToNext(lock) {
316
     var _this14 = this;
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
       const swiper = yield _this14.getSwiper();
319
       const swiper = yield _this14.getSwiper();
320
       swiper.allowSlideNext = !lock;
320
       swiper.allowSlideNext = !lock;
321
     })();
321
     })();
330
   lockSwipeToPrev(lock) {
330
   lockSwipeToPrev(lock) {
331
     var _this15 = this;
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
       const swiper = yield _this15.getSwiper();
334
       const swiper = yield _this15.getSwiper();
335
       swiper.allowSlidePrev = !lock;
335
       swiper.allowSlidePrev = !lock;
336
     })();
336
     })();
345
   lockSwipes(lock) {
345
   lockSwipes(lock) {
346
     var _this16 = this;
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
       const swiper = yield _this16.getSwiper();
349
       const swiper = yield _this16.getSwiper();
350
       swiper.allowSlideNext = !lock;
350
       swiper.allowSlideNext = !lock;
351
       swiper.allowSlidePrev = !lock;
351
       swiper.allowSlidePrev = !lock;
362
   getSwiper() {
362
   getSwiper() {
363
     var _this17 = this;
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
       return _this17.swiper;
366
       return _this17.swiper;
367
     })();
367
     })();
368
   }
368
   }
370
   initSwiper() {
370
   initSwiper() {
371
     var _this18 = this;
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
       const finalOptions = _this18.normalizeOptions(); // init swiper core
374
       const finalOptions = _this18.normalizeOptions(); // init swiper core
375
       // eslint-disable-next-line
375
       // eslint-disable-next-line
376
       // @ts-ignore
376
       // @ts-ignore

+ 2 - 2
www/node_modules_ionic_core_dist_esm_ion-spinner_entry_js.js

127
 /* harmony export */   "h": () => (/* binding */ hostContext),
127
 /* harmony export */   "h": () => (/* binding */ hostContext),
128
 /* harmony export */   "o": () => (/* binding */ openURL)
128
 /* harmony export */   "o": () => (/* binding */ openURL)
129
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
166
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
167
 
167
 
168
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
170
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
171
       const router = document.querySelector('ion-router');
171
       const router = document.querySelector('ion-router');
172
 
172
 

File diff suppressed because it is too large
+ 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
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
 /* harmony export */   "ion_split_pane": () => (/* binding */ SplitPane)
12
 /* harmony export */   "ion_split_pane": () => (/* binding */ SplitPane)
13
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 
17
 
63
   connectedCallback() {
63
   connectedCallback() {
64
     var _this = this;
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
       // TODO: connectedCallback is fired in CE build
67
       // TODO: connectedCallback is fired in CE build
68
       // before WC is defined. This needs to be fixed in Stencil.
68
       // before WC is defined. This needs to be fixed in Stencil.
69
       if (typeof customElements !== 'undefined') {
69
       if (typeof customElements !== 'undefined') {

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

256
 /* harmony export */   "h": () => (/* binding */ hostContext),
256
 /* harmony export */   "h": () => (/* binding */ hostContext),
257
 /* harmony export */   "o": () => (/* binding */ openURL)
257
 /* harmony export */   "o": () => (/* binding */ openURL)
258
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
295
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
296
 
296
 
297
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
299
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
300
       const router = document.querySelector('ion-router');
300
       const router = document.querySelector('ion-router');
301
 
301
 

File diff suppressed because it is too large
+ 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
 /* harmony export */   "ion_tab": () => (/* binding */ Tab),
12
 /* harmony export */   "ion_tab": () => (/* binding */ Tab),
13
 /* harmony export */   "ion_tabs": () => (/* binding */ Tabs)
13
 /* harmony export */   "ion_tabs": () => (/* binding */ Tabs)
14
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
17
 /* harmony import */ var _framework_delegate_897f849d_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./framework-delegate-897f849d.js */ 3701);
17
 /* harmony import */ var _framework_delegate_897f849d_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./framework-delegate-897f849d.js */ 3701);
18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
18
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
37
   componentWillLoad() {
37
   componentWillLoad() {
38
     var _this = this;
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
       if (_this.active) {
41
       if (_this.active) {
42
         yield _this.setActive();
42
         yield _this.setActive();
43
       }
43
       }
49
   setActive() {
49
   setActive() {
50
     var _this2 = this;
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
       yield _this2.prepareLazyLoaded();
53
       yield _this2.prepareLazyLoaded();
54
       _this2.active = true;
54
       _this2.active = true;
55
     })();
55
     })();
137
   componentWillLoad() {
137
   componentWillLoad() {
138
     var _this3 = this;
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
       if (!_this3.useRouter) {
141
       if (!_this3.useRouter) {
142
         _this3.useRouter = !!document.querySelector('ion-router') && !_this3.el.closest('[no-router]');
142
         _this3.useRouter = !!document.querySelector('ion-router') && !_this3.el.closest('[no-router]');
143
       }
143
       }
172
   select(tab) {
172
   select(tab) {
173
     var _this4 = this;
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
       const selectedTab = getTab(_this4.tabs, tab);
176
       const selectedTab = getTab(_this4.tabs, tab);
177
 
177
 
178
       if (!_this4.shouldSwitch(selectedTab)) {
178
       if (!_this4.shouldSwitch(selectedTab)) {
197
   getTab(tab) {
197
   getTab(tab) {
198
     var _this5 = this;
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
       return getTab(_this5.tabs, tab);
201
       return getTab(_this5.tabs, tab);
202
     })();
202
     })();
203
   }
203
   }
215
   setRouteId(id) {
215
   setRouteId(id) {
216
     var _this6 = this;
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
       const selectedTab = getTab(_this6.tabs, id);
219
       const selectedTab = getTab(_this6.tabs, id);
220
 
220
 
221
       if (!_this6.shouldSwitch(selectedTab)) {
221
       if (!_this6.shouldSwitch(selectedTab)) {
239
   getRouteId() {
239
   getRouteId() {
240
     var _this7 = this;
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
       var _a;
243
       var _a;
244
 
244
 
245
       const tabId = (_a = _this7.selectedTab) === null || _a === void 0 ? void 0 : _a.tab;
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
 /* harmony export */   "h": () => (/* binding */ hostContext),
54
 /* harmony export */   "h": () => (/* binding */ hostContext),
55
 /* harmony export */   "o": () => (/* binding */ openURL)
55
 /* harmony export */   "o": () => (/* binding */ openURL)
56
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
93
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
94
 
94
 
95
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
97
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
98
       const router = document.querySelector('ion-router');
98
       const router = document.querySelector('ion-router');
99
 
99
 

File diff suppressed because it is too large
+ 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
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
 /* harmony export */   "ion_textarea": () => (/* binding */ Textarea)
12
 /* harmony export */   "ion_textarea": () => (/* binding */ Textarea)
13
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
200
   setFocus() {
200
   setFocus() {
201
     var _this = this;
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
       if (_this.nativeInput) {
204
       if (_this.nativeInput) {
205
         _this.nativeInput.focus();
205
         _this.nativeInput.focus();
206
       }
206
       }
216
   setBlur() {
216
   setBlur() {
217
     var _this2 = this;
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
       if (_this2.nativeInput) {
220
       if (_this2.nativeInput) {
221
         _this2.nativeInput.blur();
221
         _this2.nativeInput.blur();
222
       }
222
       }
372
 /* harmony export */   "h": () => (/* binding */ hostContext),
372
 /* harmony export */   "h": () => (/* binding */ hostContext),
373
 /* harmony export */   "o": () => (/* binding */ openURL)
373
 /* harmony export */   "o": () => (/* binding */ openURL)
374
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
411
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
412
 
412
 
413
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
415
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
416
       const router = document.querySelector('ion-router');
416
       const router = document.querySelector('ion-router');
417
 
417
 

File diff suppressed because it is too large
+ 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
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
 /* harmony export */   "ion_toast": () => (/* binding */ Toast)
12
 /* harmony export */   "ion_toast": () => (/* binding */ Toast)
13
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
16
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 /* harmony import */ var _overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./overlays-87c7c7cb.js */ 2752);
17
 /* harmony import */ var _overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./overlays-87c7c7cb.js */ 2752);
204
   present() {
204
   present() {
205
     var _this = this;
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
       yield (0,_overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__.d)(_this, 'toastEnter', iosEnterAnimation, mdEnterAnimation, _this.position);
208
       yield (0,_overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__.d)(_this, 'toastEnter', iosEnterAnimation, mdEnterAnimation, _this.position);
209
 
209
 
210
       if (_this.duration > 0) {
210
       if (_this.duration > 0) {
259
   buttonClick(button) {
259
   buttonClick(button) {
260
     var _this2 = this;
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
       const role = button.role;
263
       const role = button.role;
264
 
264
 
265
       if ((0,_overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__.i)(role)) {
265
       if ((0,_overlays_87c7c7cb_js__WEBPACK_IMPORTED_MODULE_3__.i)(role)) {
277
   }
277
   }
278
 
278
 
279
   callButtonHandler(button) {
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
       if (button === null || button === void 0 ? void 0 : button.handler) {
281
       if (button === null || button === void 0 ? void 0 : button.handler) {
282
         // a handler has been provided, execute it
282
         // a handler has been provided, execute it
283
         // pass the handler the values from the inputs
283
         // pass the handler the values from the inputs
412
 /* harmony export */   "h": () => (/* binding */ hostContext),
412
 /* harmony export */   "h": () => (/* binding */ hostContext),
413
 /* harmony export */   "o": () => (/* binding */ openURL)
413
 /* harmony export */   "o": () => (/* binding */ openURL)
414
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
451
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
452
 
452
 
453
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
455
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
456
       const router = document.querySelector('ion-router');
456
       const router = document.querySelector('ion-router');
457
 
457
 

File diff suppressed because it is too large
+ 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
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
 /* harmony export */   "ion_toggle": () => (/* binding */ Toggle)
12
 /* harmony export */   "ion_toggle": () => (/* binding */ Toggle)
13
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
16
 /* harmony import */ var _index_40bb69ee_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-40bb69ee.js */ 2002);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
17
 /* harmony import */ var _ionic_global_c95cf239_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./ionic-global-c95cf239.js */ 8607);
116
   connectedCallback() {
116
   connectedCallback() {
117
     var _this = this;
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
       _this.gesture = (yield Promise.resolve(/*! import() */).then(__webpack_require__.bind(__webpack_require__, /*! ./index-f8d8aa5a.js */ 9286))).createGesture({
120
       _this.gesture = (yield Promise.resolve(/*! import() */).then(__webpack_require__.bind(__webpack_require__, /*! ./index-f8d8aa5a.js */ 9286))).createGesture({
121
         el: _this.el,
121
         el: _this.el,
122
         gestureName: 'toggle',
122
         gestureName: 'toggle',
288
 /* harmony export */   "h": () => (/* binding */ hostContext),
288
 /* harmony export */   "h": () => (/* binding */ hostContext),
289
 /* harmony export */   "o": () => (/* binding */ openURL)
289
 /* harmony export */   "o": () => (/* binding */ openURL)
290
 /* harmony export */ });
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
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
327
 const SCHEME = /^[a-z][a-z0-9+\-.]*:/;
328
 
328
 
329
 const openURL = /*#__PURE__*/function () {
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
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
331
     if (url != null && url[0] !== '#' && !SCHEME.test(url)) {
332
       const router = document.querySelector('ion-router');
332
       const router = document.querySelector('ion-router');
333
 
333
 

File diff suppressed because it is too large
+ 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
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
 /* harmony export */   "ion_virtual_scroll": () => (/* binding */ VirtualScroll)
12
 /* harmony export */   "ion_virtual_scroll": () => (/* binding */ VirtualScroll)
13
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
16
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
17
 
17
 
387
   connectedCallback() {
387
   connectedCallback() {
388
     var _this = this;
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
       const contentEl = _this.el.closest('ion-content');
391
       const contentEl = _this.el.closest('ion-content');
392
 
392
 
393
       if (!contentEl) {
393
       if (!contentEl) {
435
   checkRange(offset, len = -1) {
435
   checkRange(offset, len = -1) {
436
     var _this2 = this;
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
       // TODO: kind of hacky how we do in-place updated of the cells
439
       // TODO: kind of hacky how we do in-place updated of the cells
440
       // array. this part needs a complete refactor
440
       // array. this part needs a complete refactor
441
       if (!_this2.items) {
441
       if (!_this2.items) {
466
   checkEnd() {
466
   checkEnd() {
467
     var _this3 = this;
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
       if (_this3.items) {
470
       if (_this3.items) {
471
         _this3.checkRange(_this3.lastItemLen);
471
         _this3.checkRange(_this3.lastItemLen);
472
       }
472
       }

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

11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
11
 /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
 /* harmony export */   "startStatusTap": () => (/* binding */ startStatusTap)
12
 /* harmony export */   "startStatusTap": () => (/* binding */ startStatusTap)
13
 /* harmony export */ });
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
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
15
 /* harmony import */ var _index_8e692445_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./index-8e692445.js */ 1559);
16
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
16
 /* harmony import */ var _index_5d0c8232_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./index-5d0c8232.js */ 3081);
17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
17
 /* harmony import */ var _helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./helpers-3b390e48.js */ 9234);
42
 
42
 
43
       if (contentEl) {
43
       if (contentEl) {
44
         new Promise(resolve => (0,_helpers_3b390e48_js__WEBPACK_IMPORTED_MODULE_3__.c)(contentEl, resolve)).then(() => {
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
              * If scrolling and user taps status bar,
47
              * If scrolling and user taps status bar,
48
              * only calling scrollToTop is not enough
48
              * only calling scrollToTop is not enough

File diff suppressed because it is too large
+ 1 - 1
www/node_modules_ionic_core_dist_esm_status-tap-20472ffa_js.js.map


File diff suppressed because it is too large
+ 7 - 3
www/src_app_home_home_module_ts.js


File diff suppressed because it is too large
+ 1 - 1
www/src_app_home_home_module_ts.js.map


File diff suppressed because it is too large
+ 1 - 1
www/src_app_news-detail_news-detail_module_ts.js


File diff suppressed because it is too large
+ 1 - 1
www/src_app_news_news_module_ts.js


+ 0 - 0
www/src_app_youtube_youtube_module_ts.js


Some files were not shown because too many files changed in this diff

tum/whitesports - Gogs: Simplico Git Service

1 İşlemeler (853f55d83f0efa74059e32048c196673d0a523bc)

Yazar SHA1 Mesaj Tarih
  Tum d01d7cf85d first commit 4 yıl önce