minimal-piral 1.3.1-beta.6128 → 1.3.1-beta.6135
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/{index.5faa11.js → index.abba5f.js} +662 -664
- package/app/index.abba5f.js.map +1 -0
- package/app/index.html +1 -1
- package/app/index.js +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +6 -6
- package/app/index.5faa11.js.map +0 -1
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"use strict";
|
|
11
11
|
__webpack_require__.r(__webpack_exports__);
|
|
12
12
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
13
|
-
/* harmony export */
|
|
13
|
+
/* harmony export */ Piral: () => (/* binding */ Piral)
|
|
14
14
|
/* harmony export */ });
|
|
15
15
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
16
16
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -63,7 +63,7 @@ Piral.displayName = 'Piral';
|
|
|
63
63
|
"use strict";
|
|
64
64
|
__webpack_require__.r(__webpack_exports__);
|
|
65
65
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
66
|
-
/* harmony export */
|
|
66
|
+
/* harmony export */ PiralContext: () => (/* binding */ PiralContext)
|
|
67
67
|
/* harmony export */ });
|
|
68
68
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
69
69
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -127,7 +127,7 @@ PiralContext.displayName = 'PiralContext';
|
|
|
127
127
|
"use strict";
|
|
128
128
|
__webpack_require__.r(__webpack_exports__);
|
|
129
129
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
130
|
-
/* harmony export */
|
|
130
|
+
/* harmony export */ RootListener: () => (/* binding */ RootListener)
|
|
131
131
|
/* harmony export */ });
|
|
132
132
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
133
133
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -195,14 +195,14 @@ var RootListener = function RootListener() {
|
|
|
195
195
|
"use strict";
|
|
196
196
|
__webpack_require__.r(__webpack_exports__);
|
|
197
197
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
198
|
-
/* harmony export */
|
|
199
|
-
/* harmony export */
|
|
200
|
-
/* harmony export */
|
|
201
|
-
/* harmony export */
|
|
202
|
-
/* harmony export */
|
|
203
|
-
/* harmony export */
|
|
204
|
-
/* harmony export */
|
|
205
|
-
/* harmony export */
|
|
198
|
+
/* harmony export */ addPilet: () => (/* binding */ addPilet),
|
|
199
|
+
/* harmony export */ includeProvider: () => (/* binding */ includeProvider),
|
|
200
|
+
/* harmony export */ initialize: () => (/* binding */ initialize),
|
|
201
|
+
/* harmony export */ injectPilet: () => (/* binding */ injectPilet),
|
|
202
|
+
/* harmony export */ removePilet: () => (/* binding */ removePilet),
|
|
203
|
+
/* harmony export */ setComponent: () => (/* binding */ setComponent),
|
|
204
|
+
/* harmony export */ setErrorComponent: () => (/* binding */ setErrorComponent),
|
|
205
|
+
/* harmony export */ setRoute: () => (/* binding */ setRoute)
|
|
206
206
|
/* harmony export */ });
|
|
207
207
|
/* harmony import */ var piral_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-base */ "../../framework/piral-base/dist/piral-base-full.mjs");
|
|
208
208
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils */ "../../framework/piral-core/esm/utils/helpers.js");
|
|
@@ -291,10 +291,10 @@ function includeProvider(ctx, provider) {
|
|
|
291
291
|
"use strict";
|
|
292
292
|
__webpack_require__.r(__webpack_exports__);
|
|
293
293
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
294
|
-
/* harmony export */
|
|
295
|
-
/* harmony export */
|
|
296
|
-
/* harmony export */
|
|
297
|
-
/* harmony export */
|
|
294
|
+
/* harmony export */ registerExtension: () => (/* binding */ registerExtension),
|
|
295
|
+
/* harmony export */ registerPage: () => (/* binding */ registerPage),
|
|
296
|
+
/* harmony export */ unregisterExtension: () => (/* binding */ unregisterExtension),
|
|
297
|
+
/* harmony export */ unregisterPage: () => (/* binding */ unregisterPage)
|
|
298
298
|
/* harmony export */ });
|
|
299
299
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils */ "../../framework/piral-core/esm/utils/state.js");
|
|
300
300
|
|
|
@@ -322,11 +322,11 @@ function unregisterExtension(ctx, name, reference) {
|
|
|
322
322
|
"use strict";
|
|
323
323
|
__webpack_require__.r(__webpack_exports__);
|
|
324
324
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
325
|
-
/* harmony export */
|
|
326
|
-
/* harmony export */
|
|
327
|
-
/* harmony export */
|
|
328
|
-
/* harmony export */
|
|
329
|
-
/* harmony export */
|
|
325
|
+
/* harmony export */ readDataItem: () => (/* binding */ readDataItem),
|
|
326
|
+
/* harmony export */ readDataValue: () => (/* binding */ readDataValue),
|
|
327
|
+
/* harmony export */ resetData: () => (/* binding */ resetData),
|
|
328
|
+
/* harmony export */ tryWriteDataItem: () => (/* binding */ tryWriteDataItem),
|
|
329
|
+
/* harmony export */ writeDataItem: () => (/* binding */ writeDataItem)
|
|
330
330
|
/* harmony export */ });
|
|
331
331
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils */ "../../framework/piral-core/esm/utils/helpers.js");
|
|
332
332
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
@@ -389,8 +389,8 @@ function tryWriteDataItem(ctx, key, value, owner, target, expires) {
|
|
|
389
389
|
"use strict";
|
|
390
390
|
__webpack_require__.r(__webpack_exports__);
|
|
391
391
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
392
|
-
/* harmony export */
|
|
393
|
-
/* harmony export */
|
|
392
|
+
/* harmony export */ defineAction: () => (/* binding */ defineAction),
|
|
393
|
+
/* harmony export */ defineActions: () => (/* binding */ defineActions)
|
|
394
394
|
/* harmony export */ });
|
|
395
395
|
function defineAction(ctx, actionName, action) {
|
|
396
396
|
ctx[actionName] = action.bind(ctx, ctx);
|
|
@@ -414,31 +414,31 @@ function defineActions(ctx, actions) {
|
|
|
414
414
|
"use strict";
|
|
415
415
|
__webpack_require__.r(__webpack_exports__);
|
|
416
416
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
417
|
-
/* harmony export */
|
|
418
|
-
/* harmony export */
|
|
419
|
-
/* harmony export */
|
|
420
|
-
/* harmony export */
|
|
421
|
-
/* harmony export */
|
|
422
|
-
/* harmony export */
|
|
423
|
-
/* harmony export */
|
|
424
|
-
/* harmony export */
|
|
425
|
-
/* harmony export */
|
|
426
|
-
/* harmony export */
|
|
427
|
-
/* harmony export */
|
|
428
|
-
/* harmony export */
|
|
429
|
-
/* harmony export */
|
|
430
|
-
/* harmony export */
|
|
431
|
-
/* harmony export */
|
|
432
|
-
/* harmony export */
|
|
433
|
-
/* harmony export */
|
|
434
|
-
/* harmony export */
|
|
435
|
-
/* harmony export */
|
|
436
|
-
/* harmony export */
|
|
437
|
-
/* harmony export */
|
|
438
|
-
/* harmony export */
|
|
439
|
-
/* harmony export */
|
|
440
|
-
/* harmony export */
|
|
441
|
-
/* harmony export */
|
|
417
|
+
/* harmony export */ addPilet: () => (/* reexport safe */ _app__WEBPACK_IMPORTED_MODULE_0__.addPilet),
|
|
418
|
+
/* harmony export */ defineAction: () => (/* reexport safe */ _define__WEBPACK_IMPORTED_MODULE_3__.defineAction),
|
|
419
|
+
/* harmony export */ defineActions: () => (/* reexport safe */ _define__WEBPACK_IMPORTED_MODULE_3__.defineActions),
|
|
420
|
+
/* harmony export */ destroyPortal: () => (/* reexport safe */ _portal__WEBPACK_IMPORTED_MODULE_4__.destroyPortal),
|
|
421
|
+
/* harmony export */ dispatch: () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_5__.dispatch),
|
|
422
|
+
/* harmony export */ hidePortal: () => (/* reexport safe */ _portal__WEBPACK_IMPORTED_MODULE_4__.hidePortal),
|
|
423
|
+
/* harmony export */ includeProvider: () => (/* reexport safe */ _app__WEBPACK_IMPORTED_MODULE_0__.includeProvider),
|
|
424
|
+
/* harmony export */ initialize: () => (/* reexport safe */ _app__WEBPACK_IMPORTED_MODULE_0__.initialize),
|
|
425
|
+
/* harmony export */ injectPilet: () => (/* reexport safe */ _app__WEBPACK_IMPORTED_MODULE_0__.injectPilet),
|
|
426
|
+
/* harmony export */ readDataItem: () => (/* reexport safe */ _data__WEBPACK_IMPORTED_MODULE_2__.readDataItem),
|
|
427
|
+
/* harmony export */ readDataValue: () => (/* reexport safe */ _data__WEBPACK_IMPORTED_MODULE_2__.readDataValue),
|
|
428
|
+
/* harmony export */ readState: () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_5__.readState),
|
|
429
|
+
/* harmony export */ registerExtension: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_1__.registerExtension),
|
|
430
|
+
/* harmony export */ registerPage: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_1__.registerPage),
|
|
431
|
+
/* harmony export */ removePilet: () => (/* reexport safe */ _app__WEBPACK_IMPORTED_MODULE_0__.removePilet),
|
|
432
|
+
/* harmony export */ resetData: () => (/* reexport safe */ _data__WEBPACK_IMPORTED_MODULE_2__.resetData),
|
|
433
|
+
/* harmony export */ setComponent: () => (/* reexport safe */ _app__WEBPACK_IMPORTED_MODULE_0__.setComponent),
|
|
434
|
+
/* harmony export */ setErrorComponent: () => (/* reexport safe */ _app__WEBPACK_IMPORTED_MODULE_0__.setErrorComponent),
|
|
435
|
+
/* harmony export */ setRoute: () => (/* reexport safe */ _app__WEBPACK_IMPORTED_MODULE_0__.setRoute),
|
|
436
|
+
/* harmony export */ showPortal: () => (/* reexport safe */ _portal__WEBPACK_IMPORTED_MODULE_4__.showPortal),
|
|
437
|
+
/* harmony export */ tryWriteDataItem: () => (/* reexport safe */ _data__WEBPACK_IMPORTED_MODULE_2__.tryWriteDataItem),
|
|
438
|
+
/* harmony export */ unregisterExtension: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_1__.unregisterExtension),
|
|
439
|
+
/* harmony export */ unregisterPage: () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_1__.unregisterPage),
|
|
440
|
+
/* harmony export */ updatePortal: () => (/* reexport safe */ _portal__WEBPACK_IMPORTED_MODULE_4__.updatePortal),
|
|
441
|
+
/* harmony export */ writeDataItem: () => (/* reexport safe */ _data__WEBPACK_IMPORTED_MODULE_2__.writeDataItem)
|
|
442
442
|
/* harmony export */ });
|
|
443
443
|
/* harmony import */ var _app__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./app */ "../../framework/piral-core/esm/actions/app.js");
|
|
444
444
|
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/actions/components.js");
|
|
@@ -464,10 +464,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
464
464
|
"use strict";
|
|
465
465
|
__webpack_require__.r(__webpack_exports__);
|
|
466
466
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
467
|
-
/* harmony export */
|
|
468
|
-
/* harmony export */
|
|
469
|
-
/* harmony export */
|
|
470
|
-
/* harmony export */
|
|
467
|
+
/* harmony export */ destroyPortal: () => (/* binding */ destroyPortal),
|
|
468
|
+
/* harmony export */ hidePortal: () => (/* binding */ hidePortal),
|
|
469
|
+
/* harmony export */ showPortal: () => (/* binding */ showPortal),
|
|
470
|
+
/* harmony export */ updatePortal: () => (/* binding */ updatePortal)
|
|
471
471
|
/* harmony export */ });
|
|
472
472
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils */ "../../framework/piral-core/esm/utils/helpers.js");
|
|
473
473
|
|
|
@@ -513,8 +513,8 @@ function showPortal(ctx, id, entry) {
|
|
|
513
513
|
"use strict";
|
|
514
514
|
__webpack_require__.r(__webpack_exports__);
|
|
515
515
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
516
|
-
/* harmony export */
|
|
517
|
-
/* harmony export */
|
|
516
|
+
/* harmony export */ dispatch: () => (/* binding */ dispatch),
|
|
517
|
+
/* harmony export */ readState: () => (/* binding */ readState)
|
|
518
518
|
/* harmony export */ });
|
|
519
519
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils */ "../../framework/piral-core/esm/utils/compare.js");
|
|
520
520
|
|
|
@@ -540,7 +540,7 @@ function readState(ctx, read) {
|
|
|
540
540
|
"use strict";
|
|
541
541
|
__webpack_require__.r(__webpack_exports__);
|
|
542
542
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
543
|
-
/* harmony export */
|
|
543
|
+
/* harmony export */ ErrorBoundary: () => (/* binding */ ErrorBoundary)
|
|
544
544
|
/* harmony export */ });
|
|
545
545
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
|
|
546
546
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
@@ -626,7 +626,7 @@ var ErrorBoundary = /*#__PURE__*/function (_React$Component) {
|
|
|
626
626
|
"use strict";
|
|
627
627
|
__webpack_require__.r(__webpack_exports__);
|
|
628
628
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
629
|
-
/* harmony export */
|
|
629
|
+
/* harmony export */ ExtensionSlot: () => (/* binding */ ExtensionSlot)
|
|
630
630
|
/* harmony export */ });
|
|
631
631
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
632
632
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -690,7 +690,7 @@ ExtensionSlot.displayName = "ExtensionSlot";
|
|
|
690
690
|
"use strict";
|
|
691
691
|
__webpack_require__.r(__webpack_exports__);
|
|
692
692
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
693
|
-
/* harmony export */
|
|
693
|
+
/* harmony export */ ForeignComponentContainer: () => (/* binding */ ForeignComponentContainer)
|
|
694
694
|
/* harmony export */ });
|
|
695
695
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
696
696
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -789,7 +789,7 @@ var ForeignComponentContainer = /*#__PURE__*/function (_React$Component) {
|
|
|
789
789
|
"use strict";
|
|
790
790
|
__webpack_require__.r(__webpack_exports__);
|
|
791
791
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
792
|
-
/* harmony export */
|
|
792
|
+
/* harmony export */ Mediator: () => (/* binding */ Mediator)
|
|
793
793
|
/* harmony export */ });
|
|
794
794
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
795
795
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -840,7 +840,7 @@ var Mediator = function Mediator(_ref) {
|
|
|
840
840
|
"use strict";
|
|
841
841
|
__webpack_require__.r(__webpack_exports__);
|
|
842
842
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
843
|
-
/* harmony export */
|
|
843
|
+
/* harmony export */ PiralGlobals: () => (/* binding */ PiralGlobals)
|
|
844
844
|
/* harmony export */ });
|
|
845
845
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
846
846
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -870,7 +870,7 @@ var PiralGlobals = function PiralGlobals() {
|
|
|
870
870
|
"use strict";
|
|
871
871
|
__webpack_require__.r(__webpack_exports__);
|
|
872
872
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
873
|
-
/* harmony export */
|
|
873
|
+
/* harmony export */ PiralRoutes: () => (/* binding */ PiralRoutes)
|
|
874
874
|
/* harmony export */ });
|
|
875
875
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
|
|
876
876
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
@@ -960,7 +960,7 @@ PiralRoutes.displayName = 'Routes';
|
|
|
960
960
|
"use strict";
|
|
961
961
|
__webpack_require__.r(__webpack_exports__);
|
|
962
962
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
963
|
-
/* harmony export */
|
|
963
|
+
/* harmony export */ PiralSuspense: () => (/* binding */ PiralSuspense)
|
|
964
964
|
/* harmony export */ });
|
|
965
965
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
966
966
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -993,7 +993,7 @@ var PiralSuspense = function PiralSuspense(_ref) {
|
|
|
993
993
|
"use strict";
|
|
994
994
|
__webpack_require__.r(__webpack_exports__);
|
|
995
995
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
996
|
-
/* harmony export */
|
|
996
|
+
/* harmony export */ PiralView: () => (/* binding */ PiralView)
|
|
997
997
|
/* harmony export */ });
|
|
998
998
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
999
999
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1041,7 +1041,7 @@ PiralView.displayName = 'PiralView';
|
|
|
1041
1041
|
"use strict";
|
|
1042
1042
|
__webpack_require__.r(__webpack_exports__);
|
|
1043
1043
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1044
|
-
/* harmony export */
|
|
1044
|
+
/* harmony export */ PortalRenderer: () => (/* binding */ PortalRenderer)
|
|
1045
1045
|
/* harmony export */ });
|
|
1046
1046
|
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../hooks */ "../../framework/piral-core/esm/hooks/globalState.js");
|
|
1047
1047
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils */ "../../framework/piral-core/esm/utils/helpers.js");
|
|
@@ -1067,7 +1067,7 @@ var PortalRenderer = function PortalRenderer(_ref) {
|
|
|
1067
1067
|
"use strict";
|
|
1068
1068
|
__webpack_require__.r(__webpack_exports__);
|
|
1069
1069
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1070
|
-
/* harmony export */
|
|
1070
|
+
/* harmony export */ ResponsiveLayout: () => (/* binding */ ResponsiveLayout)
|
|
1071
1071
|
/* harmony export */ });
|
|
1072
1072
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1073
1073
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1102,7 +1102,7 @@ ResponsiveLayout.displayName = 'ResponsiveLayout';
|
|
|
1102
1102
|
"use strict";
|
|
1103
1103
|
__webpack_require__.r(__webpack_exports__);
|
|
1104
1104
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1105
|
-
/* harmony export */
|
|
1105
|
+
/* harmony export */ SwitchErrorInfo: () => (/* binding */ SwitchErrorInfo)
|
|
1106
1106
|
/* harmony export */ });
|
|
1107
1107
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1108
1108
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1149,13 +1149,13 @@ var SwitchErrorInfo = function SwitchErrorInfo(props) {
|
|
|
1149
1149
|
"use strict";
|
|
1150
1150
|
__webpack_require__.r(__webpack_exports__);
|
|
1151
1151
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1152
|
-
/* harmony export */
|
|
1153
|
-
/* harmony export */
|
|
1154
|
-
/* harmony export */
|
|
1155
|
-
/* harmony export */
|
|
1156
|
-
/* harmony export */
|
|
1157
|
-
/* harmony export */
|
|
1158
|
-
/* harmony export */
|
|
1152
|
+
/* harmony export */ RegisteredDebug: () => (/* binding */ RegisteredDebug),
|
|
1153
|
+
/* harmony export */ RegisteredErrorInfo: () => (/* binding */ RegisteredErrorInfo),
|
|
1154
|
+
/* harmony export */ RegisteredLayout: () => (/* binding */ RegisteredLayout),
|
|
1155
|
+
/* harmony export */ RegisteredLoadingIndicator: () => (/* binding */ RegisteredLoadingIndicator),
|
|
1156
|
+
/* harmony export */ RegisteredRouteSwitch: () => (/* binding */ RegisteredRouteSwitch),
|
|
1157
|
+
/* harmony export */ RegisteredRouter: () => (/* binding */ RegisteredRouter),
|
|
1158
|
+
/* harmony export */ getPiralComponent: () => (/* binding */ getPiralComponent)
|
|
1159
1159
|
/* harmony export */ });
|
|
1160
1160
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1161
1161
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1220,7 +1220,7 @@ var RegisteredDebug = getPiralComponent('Debug');
|
|
|
1220
1220
|
"use strict";
|
|
1221
1221
|
__webpack_require__.r(__webpack_exports__);
|
|
1222
1222
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1223
|
-
/* harmony export */
|
|
1223
|
+
/* harmony export */ wrapComponent: () => (/* binding */ wrapComponent)
|
|
1224
1224
|
/* harmony export */ });
|
|
1225
1225
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1226
1226
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1306,7 +1306,7 @@ function wrapComponent(converters, component, captured, Wrapper) {
|
|
|
1306
1306
|
"use strict";
|
|
1307
1307
|
__webpack_require__.r(__webpack_exports__);
|
|
1308
1308
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1309
|
-
/* harmony export */
|
|
1309
|
+
/* harmony export */ createInstance: () => (/* binding */ createInstance)
|
|
1310
1310
|
/* harmony export */ });
|
|
1311
1311
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
|
|
1312
1312
|
/* harmony import */ var piral_base__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! piral-base */ "../../framework/piral-base/dist/piral-base-full.mjs");
|
|
@@ -1414,7 +1414,7 @@ function createInstance() {
|
|
|
1414
1414
|
"use strict";
|
|
1415
1415
|
__webpack_require__.r(__webpack_exports__);
|
|
1416
1416
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1417
|
-
/* harmony export */
|
|
1417
|
+
/* harmony export */ DefaultErrorInfo: () => (/* binding */ DefaultErrorInfo)
|
|
1418
1418
|
/* harmony export */ });
|
|
1419
1419
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1420
1420
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1450,7 +1450,7 @@ DefaultErrorInfo.displayName = 'DefaultErrorInfo';
|
|
|
1450
1450
|
"use strict";
|
|
1451
1451
|
__webpack_require__.r(__webpack_exports__);
|
|
1452
1452
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1453
|
-
/* harmony export */
|
|
1453
|
+
/* harmony export */ DefaultLayout: () => (/* binding */ DefaultLayout)
|
|
1454
1454
|
/* harmony export */ });
|
|
1455
1455
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils */ "../../framework/piral-core/esm/utils/react.js");
|
|
1456
1456
|
|
|
@@ -1474,7 +1474,7 @@ DefaultLayout.displayName = 'DefaultLayout';
|
|
|
1474
1474
|
"use strict";
|
|
1475
1475
|
__webpack_require__.r(__webpack_exports__);
|
|
1476
1476
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1477
|
-
/* harmony export */
|
|
1477
|
+
/* harmony export */ DefaultLoadingIndicator: () => (/* binding */ DefaultLoadingIndicator)
|
|
1478
1478
|
/* harmony export */ });
|
|
1479
1479
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1480
1480
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1498,7 +1498,7 @@ DefaultLoadingIndicator.displayName = 'DefaultLoadingIndicator';
|
|
|
1498
1498
|
"use strict";
|
|
1499
1499
|
__webpack_require__.r(__webpack_exports__);
|
|
1500
1500
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1501
|
-
/* harmony export */
|
|
1501
|
+
/* harmony export */ DefaultRouteSwitch: () => (/* binding */ DefaultRouteSwitch)
|
|
1502
1502
|
/* harmony export */ });
|
|
1503
1503
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
|
|
1504
1504
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
@@ -1537,7 +1537,7 @@ DefaultRouteSwitch.displayName = 'DefaultRouteSwitch';
|
|
|
1537
1537
|
"use strict";
|
|
1538
1538
|
__webpack_require__.r(__webpack_exports__);
|
|
1539
1539
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1540
|
-
/* harmony export */
|
|
1540
|
+
/* harmony export */ DefaultRouter: () => (/* binding */ DefaultRouter)
|
|
1541
1541
|
/* harmony export */ });
|
|
1542
1542
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1543
1543
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1564,10 +1564,10 @@ DefaultRouter.displayName = 'DefaultRouter';
|
|
|
1564
1564
|
"use strict";
|
|
1565
1565
|
__webpack_require__.r(__webpack_exports__);
|
|
1566
1566
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1567
|
-
/* harmony export */
|
|
1568
|
-
/* harmony export */
|
|
1569
|
-
/* harmony export */
|
|
1570
|
-
/* harmony export */
|
|
1567
|
+
/* harmony export */ createNavigation: () => (/* binding */ createNavigation),
|
|
1568
|
+
/* harmony export */ createRedirect: () => (/* binding */ createRedirect),
|
|
1569
|
+
/* harmony export */ useCurrentNavigation: () => (/* binding */ useCurrentNavigation),
|
|
1570
|
+
/* harmony export */ useRouterContext: () => (/* binding */ useRouterContext)
|
|
1571
1571
|
/* harmony export */ });
|
|
1572
1572
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1573
1573
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1677,7 +1677,7 @@ function createNavigation(publicPath) {
|
|
|
1677
1677
|
"use strict";
|
|
1678
1678
|
__webpack_require__.r(__webpack_exports__);
|
|
1679
1679
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1680
|
-
/* harmony export */
|
|
1680
|
+
/* harmony export */ createPiletOptions: () => (/* binding */ createPiletOptions)
|
|
1681
1681
|
/* harmony export */ });
|
|
1682
1682
|
/* harmony import */ var piral_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-base */ "../../framework/piral-base/dist/piral-base-full.mjs");
|
|
1683
1683
|
/* harmony import */ var _modules__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./modules */ "../../framework/piral-core/esm/modules/dependencies.js");
|
|
@@ -1724,8 +1724,8 @@ function createPiletOptions(_ref) {
|
|
|
1724
1724
|
"use strict";
|
|
1725
1725
|
__webpack_require__.r(__webpack_exports__);
|
|
1726
1726
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1727
|
-
/* harmony export */
|
|
1728
|
-
/* harmony export */
|
|
1727
|
+
/* harmony export */ useGlobalState: () => (/* binding */ useGlobalState),
|
|
1728
|
+
/* harmony export */ useGlobalStateContext: () => (/* binding */ useGlobalStateContext)
|
|
1729
1729
|
/* harmony export */ });
|
|
1730
1730
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1731
1731
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1758,7 +1758,7 @@ function useGlobalState(select) {
|
|
|
1758
1758
|
"use strict";
|
|
1759
1759
|
__webpack_require__.r(__webpack_exports__);
|
|
1760
1760
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1761
|
-
/* harmony export */
|
|
1761
|
+
/* harmony export */ useMedia: () => (/* binding */ useMedia)
|
|
1762
1762
|
/* harmony export */ });
|
|
1763
1763
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
1764
1764
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -1812,8 +1812,8 @@ function useMedia(queries, values, defaultValue) {
|
|
|
1812
1812
|
"use strict";
|
|
1813
1813
|
__webpack_require__.r(__webpack_exports__);
|
|
1814
1814
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1815
|
-
/* harmony export */
|
|
1816
|
-
/* harmony export */
|
|
1815
|
+
/* harmony export */ createExtenders: () => (/* binding */ createExtenders),
|
|
1816
|
+
/* harmony export */ defaultApiFactory: () => (/* binding */ defaultApiFactory)
|
|
1817
1817
|
/* harmony export */ });
|
|
1818
1818
|
/* harmony import */ var piral_base__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! piral-base */ "../../framework/piral-base/dist/piral-base-full.mjs");
|
|
1819
1819
|
/* harmony import */ var _core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./core */ "../../framework/piral-core/esm/modules/core.js");
|
|
@@ -1858,7 +1858,7 @@ function defaultApiFactory(context, apis) {
|
|
|
1858
1858
|
"use strict";
|
|
1859
1859
|
__webpack_require__.r(__webpack_exports__);
|
|
1860
1860
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1861
|
-
/* harmony export */
|
|
1861
|
+
/* harmony export */ createCoreApi: () => (/* binding */ createCoreApi)
|
|
1862
1862
|
/* harmony export */ });
|
|
1863
1863
|
/* harmony import */ var _element__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./element */ "../../framework/piral-core/esm/modules/element.js");
|
|
1864
1864
|
/* harmony import */ var _state__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../state */ "../../framework/piral-core/esm/state/withApi.js");
|
|
@@ -1943,9 +1943,9 @@ function createCoreApi(context) {
|
|
|
1943
1943
|
"use strict";
|
|
1944
1944
|
__webpack_require__.r(__webpack_exports__);
|
|
1945
1945
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1946
|
-
/* harmony export */
|
|
1947
|
-
/* harmony export */
|
|
1948
|
-
/* harmony export */
|
|
1946
|
+
/* harmony export */ defaultDependencySelector: () => (/* binding */ defaultDependencySelector),
|
|
1947
|
+
/* harmony export */ defaultModuleRequester: () => (/* binding */ defaultModuleRequester),
|
|
1948
|
+
/* harmony export */ globalDependencies: () => (/* binding */ globalDependencies)
|
|
1949
1949
|
/* harmony export */ });
|
|
1950
1950
|
/* harmony import */ var piral_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-base */ "../../framework/piral-base/dist/piral-base-full.mjs");
|
|
1951
1951
|
/* harmony import */ var _app_codegen__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../app.codegen */ "../../framework/piral-core/app.codegen");
|
|
@@ -1992,7 +1992,7 @@ function defaultModuleRequester() {
|
|
|
1992
1992
|
"use strict";
|
|
1993
1993
|
__webpack_require__.r(__webpack_exports__);
|
|
1994
1994
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1995
|
-
/* harmony export */
|
|
1995
|
+
/* harmony export */ renderElement: () => (/* binding */ renderElement)
|
|
1996
1996
|
/* harmony export */ });
|
|
1997
1997
|
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../components */ "../../framework/piral-core/esm/components/ExtensionSlot.js");
|
|
1998
1998
|
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils */ "../../framework/piral-core/esm/utils/helpers.js");
|
|
@@ -2320,8 +2320,8 @@ function renderElement(context, element, props) {
|
|
|
2320
2320
|
"use strict";
|
|
2321
2321
|
__webpack_require__.r(__webpack_exports__);
|
|
2322
2322
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2323
|
-
/* harmony export */
|
|
2324
|
-
/* harmony export */
|
|
2323
|
+
/* harmony export */ createActions: () => (/* binding */ createActions),
|
|
2324
|
+
/* harmony export */ includeActions: () => (/* binding */ includeActions)
|
|
2325
2325
|
/* harmony export */ });
|
|
2326
2326
|
/* harmony import */ var _actions__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../actions */ "../../framework/piral-core/esm/actions/index.js");
|
|
2327
2327
|
/* harmony import */ var _app_codegen__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../app.codegen */ "../../framework/piral-core/esm/defaults/navigator_v5.js");
|
|
@@ -2367,7 +2367,7 @@ function createActions(state, events) {
|
|
|
2367
2367
|
"use strict";
|
|
2368
2368
|
__webpack_require__.r(__webpack_exports__);
|
|
2369
2369
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2370
|
-
/* harmony export */
|
|
2370
|
+
/* harmony export */ createGlobalState: () => (/* binding */ createGlobalState)
|
|
2371
2371
|
/* harmony export */ });
|
|
2372
2372
|
/* harmony import */ var zustand__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! zustand */ "../../../node_modules/zustand/esm/index.js");
|
|
2373
2373
|
/* harmony import */ var _app_codegen__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../app.codegen */ "../../framework/piral-core/app.codegen");
|
|
@@ -2406,7 +2406,7 @@ function createGlobalState() {
|
|
|
2406
2406
|
"use strict";
|
|
2407
2407
|
__webpack_require__.r(__webpack_exports__);
|
|
2408
2408
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2409
|
-
/* harmony export */
|
|
2409
|
+
/* harmony export */ StateContext: () => (/* binding */ StateContext),
|
|
2410
2410
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
2411
2411
|
/* harmony export */ });
|
|
2412
2412
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
@@ -2426,7 +2426,7 @@ var StateContext = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createContext
|
|
|
2426
2426
|
"use strict";
|
|
2427
2427
|
__webpack_require__.r(__webpack_exports__);
|
|
2428
2428
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2429
|
-
/* harmony export */
|
|
2429
|
+
/* harmony export */ withApi: () => (/* binding */ withApi)
|
|
2430
2430
|
/* harmony export */ });
|
|
2431
2431
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
2432
2432
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -2481,7 +2481,7 @@ function withApi(context, component, piral, errorType) {
|
|
|
2481
2481
|
"use strict";
|
|
2482
2482
|
__webpack_require__.r(__webpack_exports__);
|
|
2483
2483
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2484
|
-
/* harmony export */
|
|
2484
|
+
/* harmony export */ integrateDebugger: () => (/* binding */ integrateDebugger)
|
|
2485
2485
|
/* harmony export */ });
|
|
2486
2486
|
/* harmony import */ var piral_debug_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-debug-utils */ "../../utilities/piral-debug-utils/esm/debug.js");
|
|
2487
2487
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
@@ -2578,7 +2578,7 @@ function integrateDebugger(context, options) {
|
|
|
2578
2578
|
"use strict";
|
|
2579
2579
|
__webpack_require__.r(__webpack_exports__);
|
|
2580
2580
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2581
|
-
/* harmony export */
|
|
2581
|
+
/* harmony export */ integrateEmulator: () => (/* binding */ integrateEmulator)
|
|
2582
2582
|
/* harmony export */ });
|
|
2583
2583
|
/* harmony import */ var piral_debug_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-debug-utils */ "../../utilities/piral-debug-utils/esm/emulator.js");
|
|
2584
2584
|
|
|
@@ -2603,7 +2603,7 @@ function integrateEmulator(context, options) {
|
|
|
2603
2603
|
"use strict";
|
|
2604
2604
|
__webpack_require__.r(__webpack_exports__);
|
|
2605
2605
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2606
|
-
/* harmony export */
|
|
2606
|
+
/* harmony export */ isSame: () => (/* binding */ isSame)
|
|
2607
2607
|
/* harmony export */ });
|
|
2608
2608
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2609
2609
|
function compareObjects(a, b) {
|
|
@@ -2658,9 +2658,9 @@ function isSame(a, b) {
|
|
|
2658
2658
|
"use strict";
|
|
2659
2659
|
__webpack_require__.r(__webpack_exports__);
|
|
2660
2660
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2661
|
-
/* harmony export */
|
|
2662
|
-
/* harmony export */
|
|
2663
|
-
/* harmony export */
|
|
2661
|
+
/* harmony export */ createDataOptions: () => (/* binding */ createDataOptions),
|
|
2662
|
+
/* harmony export */ createDataView: () => (/* binding */ createDataView),
|
|
2663
|
+
/* harmony export */ getDataExpiration: () => (/* binding */ getDataExpiration)
|
|
2664
2664
|
/* harmony export */ });
|
|
2665
2665
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2666
2666
|
var defaultTarget = 'memory';
|
|
@@ -2710,8 +2710,8 @@ function getDataExpiration(expires) {
|
|
|
2710
2710
|
"use strict";
|
|
2711
2711
|
__webpack_require__.r(__webpack_exports__);
|
|
2712
2712
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2713
|
-
/* harmony export */
|
|
2714
|
-
/* harmony export */
|
|
2713
|
+
/* harmony export */ reactifyContent: () => (/* binding */ reactifyContent),
|
|
2714
|
+
/* harmony export */ toExtension: () => (/* binding */ toExtension)
|
|
2715
2715
|
/* harmony export */ });
|
|
2716
2716
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
2717
2717
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -2781,14 +2781,14 @@ function reactifyContent(childNodes) {
|
|
|
2781
2781
|
"use strict";
|
|
2782
2782
|
__webpack_require__.r(__webpack_exports__);
|
|
2783
2783
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2784
|
-
/* harmony export */
|
|
2785
|
-
/* harmony export */
|
|
2786
|
-
/* harmony export */
|
|
2787
|
-
/* harmony export */
|
|
2788
|
-
/* harmony export */
|
|
2789
|
-
/* harmony export */
|
|
2790
|
-
/* harmony export */
|
|
2791
|
-
/* harmony export */
|
|
2784
|
+
/* harmony export */ attachDomPortal: () => (/* binding */ attachDomPortal),
|
|
2785
|
+
/* harmony export */ changeDomPortal: () => (/* binding */ changeDomPortal),
|
|
2786
|
+
/* harmony export */ contentName: () => (/* binding */ contentName),
|
|
2787
|
+
/* harmony export */ convertComponent: () => (/* binding */ convertComponent),
|
|
2788
|
+
/* harmony export */ extensionName: () => (/* binding */ extensionName),
|
|
2789
|
+
/* harmony export */ portalName: () => (/* binding */ portalName),
|
|
2790
|
+
/* harmony export */ renderInDom: () => (/* binding */ renderInDom),
|
|
2791
|
+
/* harmony export */ slotName: () => (/* binding */ slotName)
|
|
2792
2792
|
/* harmony export */ });
|
|
2793
2793
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
2794
2794
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -2839,8 +2839,8 @@ function renderInDom(context, element, component, props) {
|
|
|
2839
2839
|
"use strict";
|
|
2840
2840
|
__webpack_require__.r(__webpack_exports__);
|
|
2841
2841
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2842
|
-
/* harmony export */
|
|
2843
|
-
/* harmony export */
|
|
2842
|
+
/* harmony export */ buildName: () => (/* binding */ buildName),
|
|
2843
|
+
/* harmony export */ generateId: () => (/* binding */ generateId)
|
|
2844
2844
|
/* harmony export */ });
|
|
2845
2845
|
function rand(c) {
|
|
2846
2846
|
var r = Math.random() * 16 | 0;
|
|
@@ -2865,22 +2865,22 @@ function buildName(prefix, name) {
|
|
|
2865
2865
|
"use strict";
|
|
2866
2866
|
__webpack_require__.r(__webpack_exports__);
|
|
2867
2867
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2868
|
-
/* harmony export */
|
|
2869
|
-
/* harmony export */
|
|
2870
|
-
/* harmony export */
|
|
2871
|
-
/* harmony export */
|
|
2872
|
-
/* harmony export */
|
|
2873
|
-
/* harmony export */
|
|
2874
|
-
/* harmony export */
|
|
2875
|
-
/* harmony export */
|
|
2876
|
-
/* harmony export */
|
|
2877
|
-
/* harmony export */
|
|
2878
|
-
/* harmony export */
|
|
2879
|
-
/* harmony export */
|
|
2880
|
-
/* harmony export */
|
|
2881
|
-
/* harmony export */
|
|
2882
|
-
/* harmony export */
|
|
2883
|
-
/* harmony export */
|
|
2868
|
+
/* harmony export */ appendItem: () => (/* binding */ appendItem),
|
|
2869
|
+
/* harmony export */ appendItems: () => (/* binding */ appendItems),
|
|
2870
|
+
/* harmony export */ excludeItem: () => (/* binding */ excludeItem),
|
|
2871
|
+
/* harmony export */ excludeOn: () => (/* binding */ excludeOn),
|
|
2872
|
+
/* harmony export */ includeItem: () => (/* binding */ includeItem),
|
|
2873
|
+
/* harmony export */ none: () => (/* binding */ none),
|
|
2874
|
+
/* harmony export */ noop: () => (/* binding */ noop),
|
|
2875
|
+
/* harmony export */ prependItem: () => (/* binding */ prependItem),
|
|
2876
|
+
/* harmony export */ prependItems: () => (/* binding */ prependItems),
|
|
2877
|
+
/* harmony export */ removeIndicator: () => (/* binding */ removeIndicator),
|
|
2878
|
+
/* harmony export */ removeNested: () => (/* binding */ removeNested),
|
|
2879
|
+
/* harmony export */ replaceOrAddItem: () => (/* binding */ replaceOrAddItem),
|
|
2880
|
+
/* harmony export */ tryParseJson: () => (/* binding */ tryParseJson),
|
|
2881
|
+
/* harmony export */ updateKey: () => (/* binding */ updateKey),
|
|
2882
|
+
/* harmony export */ withKey: () => (/* binding */ withKey),
|
|
2883
|
+
/* harmony export */ withoutKey: () => (/* binding */ withoutKey)
|
|
2884
2884
|
/* harmony export */ });
|
|
2885
2885
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
|
|
2886
2886
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
@@ -2983,9 +2983,9 @@ function tryParseJson(content) {
|
|
|
2983
2983
|
"use strict";
|
|
2984
2984
|
__webpack_require__.r(__webpack_exports__);
|
|
2985
2985
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2986
|
-
/* harmony export */
|
|
2987
|
-
/* harmony export */
|
|
2988
|
-
/* harmony export */
|
|
2986
|
+
/* harmony export */ defaultBreakpoints: () => (/* binding */ defaultBreakpoints),
|
|
2987
|
+
/* harmony export */ defaultLayouts: () => (/* binding */ defaultLayouts),
|
|
2988
|
+
/* harmony export */ getCurrentLayout: () => (/* binding */ getCurrentLayout)
|
|
2989
2989
|
/* harmony export */ });
|
|
2990
2990
|
/* harmony import */ var piral_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-base */ "../../framework/piral-base/dist/piral-base-full.mjs");
|
|
2991
2991
|
|
|
@@ -3020,7 +3020,7 @@ function getCurrentLayout() {
|
|
|
3020
3020
|
"use strict";
|
|
3021
3021
|
__webpack_require__.r(__webpack_exports__);
|
|
3022
3022
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3023
|
-
/* harmony export */
|
|
3023
|
+
/* harmony export */ defaultRender: () => (/* binding */ defaultRender)
|
|
3024
3024
|
/* harmony export */ });
|
|
3025
3025
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
3026
3026
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -3042,7 +3042,7 @@ function defaultRender(children, key) {
|
|
|
3042
3042
|
"use strict";
|
|
3043
3043
|
__webpack_require__.r(__webpack_exports__);
|
|
3044
3044
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3045
|
-
/* harmony export */
|
|
3045
|
+
/* harmony export */ createRouteMatcher: () => (/* binding */ createRouteMatcher)
|
|
3046
3046
|
/* harmony export */ });
|
|
3047
3047
|
// Unfortunately `require`d:
|
|
3048
3048
|
// * exports are otherwise potentially converted by, e.g., Parcel (see #385)
|
|
@@ -3062,14 +3062,14 @@ function createRouteMatcher(path) {
|
|
|
3062
3062
|
"use strict";
|
|
3063
3063
|
__webpack_require__.r(__webpack_exports__);
|
|
3064
3064
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3065
|
-
/* harmony export */
|
|
3066
|
-
/* harmony export */
|
|
3067
|
-
/* harmony export */
|
|
3068
|
-
/* harmony export */
|
|
3069
|
-
/* harmony export */
|
|
3070
|
-
/* harmony export */
|
|
3071
|
-
/* harmony export */
|
|
3072
|
-
/* harmony export */
|
|
3065
|
+
/* harmony export */ withAll: () => (/* binding */ withAll),
|
|
3066
|
+
/* harmony export */ withExtension: () => (/* binding */ withExtension),
|
|
3067
|
+
/* harmony export */ withPage: () => (/* binding */ withPage),
|
|
3068
|
+
/* harmony export */ withProvider: () => (/* binding */ withProvider),
|
|
3069
|
+
/* harmony export */ withRootExtension: () => (/* binding */ withRootExtension),
|
|
3070
|
+
/* harmony export */ withRoute: () => (/* binding */ withRoute),
|
|
3071
|
+
/* harmony export */ withoutExtension: () => (/* binding */ withoutExtension),
|
|
3072
|
+
/* harmony export */ withoutPage: () => (/* binding */ withoutPage)
|
|
3073
3073
|
/* harmony export */ });
|
|
3074
3074
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
3075
3075
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -3211,7 +3211,7 @@ function withRoute(path, component) {
|
|
|
3211
3211
|
"use strict";
|
|
3212
3212
|
__webpack_require__.r(__webpack_exports__);
|
|
3213
3213
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3214
|
-
/* harmony export */
|
|
3214
|
+
/* harmony export */ DebugTracker: () => (/* binding */ DebugTracker)
|
|
3215
3215
|
/* harmony export */ });
|
|
3216
3216
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
3217
3217
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -3242,7 +3242,7 @@ var DebugTracker = function DebugTracker() {
|
|
|
3242
3242
|
"use strict";
|
|
3243
3243
|
__webpack_require__.r(__webpack_exports__);
|
|
3244
3244
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3245
|
-
/* harmony export */
|
|
3245
|
+
/* harmony export */ ExtensionCatalogue: () => (/* binding */ ExtensionCatalogue)
|
|
3246
3246
|
/* harmony export */ });
|
|
3247
3247
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
3248
3248
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -3276,7 +3276,7 @@ var ExtensionCatalogue = function ExtensionCatalogue() {
|
|
|
3276
3276
|
"use strict";
|
|
3277
3277
|
__webpack_require__.r(__webpack_exports__);
|
|
3278
3278
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3279
|
-
/* harmony export */
|
|
3279
|
+
/* harmony export */ VisualizationWrapper: () => (/* binding */ VisualizationWrapper)
|
|
3280
3280
|
/* harmony export */ });
|
|
3281
3281
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
3282
3282
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -3411,7 +3411,7 @@ var VisualizationWrapper = function VisualizationWrapper(_ref2) {
|
|
|
3411
3411
|
"use strict";
|
|
3412
3412
|
__webpack_require__.r(__webpack_exports__);
|
|
3413
3413
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3414
|
-
/* harmony export */
|
|
3414
|
+
/* harmony export */ installPiralDebug: () => (/* binding */ installPiralDebug)
|
|
3415
3415
|
/* harmony export */ });
|
|
3416
3416
|
/* harmony import */ var _DebugTracker__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./DebugTracker */ "../../utilities/piral-debug-utils/esm/DebugTracker.js");
|
|
3417
3417
|
/* harmony import */ var _VisualizationWrapper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./VisualizationWrapper */ "../../utilities/piral-debug-utils/esm/VisualizationWrapper.js");
|
|
@@ -3653,12 +3653,12 @@ function installPiralDebug(options) {
|
|
|
3653
3653
|
debug: debugApiVersion,
|
|
3654
3654
|
instance: {
|
|
3655
3655
|
name: "minimal-piral",
|
|
3656
|
-
version: "1.3.1-beta.
|
|
3656
|
+
version: "1.3.1-beta.6135",
|
|
3657
3657
|
dependencies: "tslib,react,react-dom,react-router,react-router-dom"
|
|
3658
3658
|
},
|
|
3659
3659
|
build: {
|
|
3660
|
-
date: "2023-10-
|
|
3661
|
-
cli: "1.3.1-beta.
|
|
3660
|
+
date: "2023-10-18T18:21:05.648Z",
|
|
3661
|
+
cli: "1.3.1-beta.6135",
|
|
3662
3662
|
compat: "1"
|
|
3663
3663
|
}
|
|
3664
3664
|
};
|
|
@@ -3894,7 +3894,7 @@ function installPiralDebug(options) {
|
|
|
3894
3894
|
"use strict";
|
|
3895
3895
|
__webpack_require__.r(__webpack_exports__);
|
|
3896
3896
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3897
|
-
/* harmony export */
|
|
3897
|
+
/* harmony export */ decycle: () => (/* binding */ decycle)
|
|
3898
3898
|
/* harmony export */ });
|
|
3899
3899
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
3900
3900
|
function decycle(obj) {
|
|
@@ -3956,7 +3956,7 @@ function decycle(obj) {
|
|
|
3956
3956
|
"use strict";
|
|
3957
3957
|
__webpack_require__.r(__webpack_exports__);
|
|
3958
3958
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3959
|
-
/* harmony export */
|
|
3959
|
+
/* harmony export */ installPiletEmulator: () => (/* binding */ installPiletEmulator)
|
|
3960
3960
|
/* harmony export */ });
|
|
3961
3961
|
/* harmony import */ var _routeRefresh__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./routeRefresh */ "../../utilities/piral-debug-utils/esm/routeRefresh.js");
|
|
3962
3962
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
@@ -4054,8 +4054,8 @@ function installPiletEmulator(requestPilets, options) {
|
|
|
4054
4054
|
"use strict";
|
|
4055
4055
|
__webpack_require__.r(__webpack_exports__);
|
|
4056
4056
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4057
|
-
/* harmony export */
|
|
4058
|
-
/* harmony export */
|
|
4057
|
+
/* harmony export */ debugRouteCache: () => (/* binding */ debugRouteCache),
|
|
4058
|
+
/* harmony export */ freezeRouteRefresh: () => (/* binding */ freezeRouteRefresh)
|
|
4059
4059
|
/* harmony export */ });
|
|
4060
4060
|
var debugRouteCache = {
|
|
4061
4061
|
active: 0,
|
|
@@ -4086,18 +4086,18 @@ function freezeRouteRefresh() {
|
|
|
4086
4086
|
"use strict";
|
|
4087
4087
|
__webpack_require__.r(__webpack_exports__);
|
|
4088
4088
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4089
|
-
/* harmony export */
|
|
4090
|
-
/* harmony export */
|
|
4091
|
-
/* harmony export */
|
|
4092
|
-
/* harmony export */
|
|
4093
|
-
/* harmony export */
|
|
4094
|
-
/* harmony export */
|
|
4095
|
-
/* harmony export */
|
|
4096
|
-
/* harmony export */
|
|
4097
|
-
/* harmony export */
|
|
4098
|
-
/* harmony export */
|
|
4099
|
-
/* harmony export */
|
|
4100
|
-
/* harmony export */
|
|
4089
|
+
/* harmony export */ disablePersistance: () => (/* binding */ disablePersistance),
|
|
4090
|
+
/* harmony export */ enablePersistance: () => (/* binding */ enablePersistance),
|
|
4091
|
+
/* harmony export */ getInitialSettings: () => (/* binding */ getInitialSettings),
|
|
4092
|
+
/* harmony export */ getState: () => (/* binding */ getState),
|
|
4093
|
+
/* harmony export */ initialSetter: () => (/* binding */ initialSetter),
|
|
4094
|
+
/* harmony export */ navigate: () => (/* binding */ navigate),
|
|
4095
|
+
/* harmony export */ setInitialState: () => (/* binding */ setInitialState),
|
|
4096
|
+
/* harmony export */ setNavigate: () => (/* binding */ setNavigate),
|
|
4097
|
+
/* harmony export */ setState: () => (/* binding */ setState),
|
|
4098
|
+
/* harmony export */ settingsKeys: () => (/* binding */ settingsKeys),
|
|
4099
|
+
/* harmony export */ subscribe: () => (/* binding */ subscribe),
|
|
4100
|
+
/* harmony export */ useDebugState: () => (/* binding */ useDebugState)
|
|
4101
4101
|
/* harmony export */ });
|
|
4102
4102
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
4103
4103
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -4260,7 +4260,7 @@ function useDebugState(select) {
|
|
|
4260
4260
|
"use strict";
|
|
4261
4261
|
__webpack_require__.r(__webpack_exports__);
|
|
4262
4262
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4263
|
-
/* harmony export */
|
|
4263
|
+
/* harmony export */ useDebugRouteFilter: () => (/* binding */ useDebugRouteFilter)
|
|
4264
4264
|
/* harmony export */ });
|
|
4265
4265
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
4266
4266
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
@@ -4301,19 +4301,19 @@ function useDebugRouteFilter(paths) {
|
|
|
4301
4301
|
"use strict";
|
|
4302
4302
|
__webpack_require__.r(__webpack_exports__);
|
|
4303
4303
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
4304
|
-
/* harmony export */
|
|
4305
|
-
/* harmony export */
|
|
4306
|
-
/* harmony export */
|
|
4307
|
-
/* harmony export */
|
|
4308
|
-
/* harmony export */
|
|
4309
|
-
/* harmony export */
|
|
4310
|
-
/* harmony export */
|
|
4304
|
+
/* harmony export */ createBrowserHistory: () => (/* binding */ createBrowserHistory),
|
|
4305
|
+
/* harmony export */ createHashHistory: () => (/* binding */ createHashHistory),
|
|
4306
|
+
/* harmony export */ createLocation: () => (/* binding */ createLocation),
|
|
4307
|
+
/* harmony export */ createMemoryHistory: () => (/* binding */ createMemoryHistory),
|
|
4308
|
+
/* harmony export */ createPath: () => (/* binding */ createPath),
|
|
4309
|
+
/* harmony export */ locationsAreEqual: () => (/* binding */ locationsAreEqual),
|
|
4310
|
+
/* harmony export */ parsePath: () => (/* binding */ parsePath)
|
|
4311
4311
|
/* harmony export */ });
|
|
4312
4312
|
/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ "../../../node_modules/@babel/runtime/helpers/esm/extends.js");
|
|
4313
4313
|
/* harmony import */ var resolve_pathname__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! resolve-pathname */ "../../../node_modules/resolve-pathname/esm/resolve-pathname.js");
|
|
4314
4314
|
/* harmony import */ var value_equal__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! value-equal */ "../../../node_modules/value-equal/esm/value-equal.js");
|
|
4315
|
-
/* harmony import */ var
|
|
4316
|
-
/* harmony import */ var
|
|
4315
|
+
/* harmony import */ var tiny_warning__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tiny-warning */ "../../../node_modules/tiny-warning/dist/tiny-warning.esm.js");
|
|
4316
|
+
/* harmony import */ var tiny_invariant__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tiny-invariant */ "../../../node_modules/tiny-invariant/dist/esm/tiny-invariant.js");
|
|
4317
4317
|
|
|
4318
4318
|
|
|
4319
4319
|
|
|
@@ -4432,7 +4432,7 @@ function createTransitionManager() {
|
|
|
4432
4432
|
var prompt = null;
|
|
4433
4433
|
|
|
4434
4434
|
function setPrompt(nextPrompt) {
|
|
4435
|
-
true ? (0,
|
|
4435
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(prompt == null, 'A history supports only one prompt at a time') : 0;
|
|
4436
4436
|
prompt = nextPrompt;
|
|
4437
4437
|
return function () {
|
|
4438
4438
|
if (prompt === nextPrompt) prompt = null;
|
|
@@ -4450,7 +4450,7 @@ function createTransitionManager() {
|
|
|
4450
4450
|
if (typeof getUserConfirmation === 'function') {
|
|
4451
4451
|
getUserConfirmation(result, callback);
|
|
4452
4452
|
} else {
|
|
4453
|
-
true ? (0,
|
|
4453
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(false, 'A history needs a getUserConfirmation function in order to use a prompt message') : 0;
|
|
4454
4454
|
callback(true);
|
|
4455
4455
|
}
|
|
4456
4456
|
} else {
|
|
@@ -4563,7 +4563,7 @@ function createBrowserHistory(props) {
|
|
|
4563
4563
|
props = {};
|
|
4564
4564
|
}
|
|
4565
4565
|
|
|
4566
|
-
!canUseDOM ? true ? (0,
|
|
4566
|
+
!canUseDOM ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_3__["default"])(false, 'Browser history needs a DOM') : 0 : void 0;
|
|
4567
4567
|
var globalHistory = window.history;
|
|
4568
4568
|
var canUseHistory = supportsHistory();
|
|
4569
4569
|
var needsHashChangeListener = !supportsPopStateOnHashChange();
|
|
@@ -4586,7 +4586,7 @@ function createBrowserHistory(props) {
|
|
|
4586
4586
|
search = _window$location.search,
|
|
4587
4587
|
hash = _window$location.hash;
|
|
4588
4588
|
var path = pathname + search + hash;
|
|
4589
|
-
true ? (0,
|
|
4589
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(!basename || hasBasename(path, basename), 'You are attempting to use a basename on a page whose URL path does not begin ' + 'with the basename. Expected path "' + path + '" to begin with "' + basename + '".') : 0;
|
|
4590
4590
|
if (basename) path = stripBasename(path, basename);
|
|
4591
4591
|
return createLocation(path, state, key);
|
|
4592
4592
|
}
|
|
@@ -4660,7 +4660,7 @@ function createBrowserHistory(props) {
|
|
|
4660
4660
|
}
|
|
4661
4661
|
|
|
4662
4662
|
function push(path, state) {
|
|
4663
|
-
true ? (0,
|
|
4663
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(!(typeof path === 'object' && path.state !== undefined && state !== undefined), 'You should avoid providing a 2nd state argument to push when the 1st ' + 'argument is a location-like object that already has state; it is ignored') : 0;
|
|
4664
4664
|
var action = 'PUSH';
|
|
4665
4665
|
var location = createLocation(path, state, createKey(), history.location);
|
|
4666
4666
|
transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) {
|
|
@@ -4688,14 +4688,14 @@ function createBrowserHistory(props) {
|
|
|
4688
4688
|
});
|
|
4689
4689
|
}
|
|
4690
4690
|
} else {
|
|
4691
|
-
true ? (0,
|
|
4691
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(state === undefined, 'Browser history cannot push state in browsers that do not support HTML5 history') : 0;
|
|
4692
4692
|
window.location.href = href;
|
|
4693
4693
|
}
|
|
4694
4694
|
});
|
|
4695
4695
|
}
|
|
4696
4696
|
|
|
4697
4697
|
function replace(path, state) {
|
|
4698
|
-
true ? (0,
|
|
4698
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(!(typeof path === 'object' && path.state !== undefined && state !== undefined), 'You should avoid providing a 2nd state argument to replace when the 1st ' + 'argument is a location-like object that already has state; it is ignored') : 0;
|
|
4699
4699
|
var action = 'REPLACE';
|
|
4700
4700
|
var location = createLocation(path, state, createKey(), history.location);
|
|
4701
4701
|
transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) {
|
|
@@ -4721,7 +4721,7 @@ function createBrowserHistory(props) {
|
|
|
4721
4721
|
});
|
|
4722
4722
|
}
|
|
4723
4723
|
} else {
|
|
4724
|
-
true ? (0,
|
|
4724
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(state === undefined, 'Browser history cannot replace state in browsers that do not support HTML5 history') : 0;
|
|
4725
4725
|
window.location.replace(href);
|
|
4726
4726
|
}
|
|
4727
4727
|
});
|
|
@@ -4848,7 +4848,7 @@ function createHashHistory(props) {
|
|
|
4848
4848
|
props = {};
|
|
4849
4849
|
}
|
|
4850
4850
|
|
|
4851
|
-
!canUseDOM ? true ? (0,
|
|
4851
|
+
!canUseDOM ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_3__["default"])(false, 'Hash history needs a DOM') : 0 : void 0;
|
|
4852
4852
|
var globalHistory = window.history;
|
|
4853
4853
|
var canGoWithoutReload = supportsGoWithoutReloadUsingHash();
|
|
4854
4854
|
var _props = props,
|
|
@@ -4863,7 +4863,7 @@ function createHashHistory(props) {
|
|
|
4863
4863
|
|
|
4864
4864
|
function getDOMLocation() {
|
|
4865
4865
|
var path = decodePath(getHashPath());
|
|
4866
|
-
true ? (0,
|
|
4866
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(!basename || hasBasename(path, basename), 'You are attempting to use a basename on a page whose URL path does not begin ' + 'with the basename. Expected path "' + path + '" to begin with "' + basename + '".') : 0;
|
|
4867
4867
|
if (basename) path = stripBasename(path, basename);
|
|
4868
4868
|
return createLocation(path);
|
|
4869
4869
|
}
|
|
@@ -4958,7 +4958,7 @@ function createHashHistory(props) {
|
|
|
4958
4958
|
}
|
|
4959
4959
|
|
|
4960
4960
|
function push(path, state) {
|
|
4961
|
-
true ? (0,
|
|
4961
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(state === undefined, 'Hash history cannot push state; it is ignored') : 0;
|
|
4962
4962
|
var action = 'PUSH';
|
|
4963
4963
|
var location = createLocation(path, undefined, undefined, history.location);
|
|
4964
4964
|
transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) {
|
|
@@ -4982,14 +4982,14 @@ function createHashHistory(props) {
|
|
|
4982
4982
|
location: location
|
|
4983
4983
|
});
|
|
4984
4984
|
} else {
|
|
4985
|
-
true ? (0,
|
|
4985
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(false, 'Hash history cannot PUSH the same path; a new entry will not be added to the history stack') : 0;
|
|
4986
4986
|
setState();
|
|
4987
4987
|
}
|
|
4988
4988
|
});
|
|
4989
4989
|
}
|
|
4990
4990
|
|
|
4991
4991
|
function replace(path, state) {
|
|
4992
|
-
true ? (0,
|
|
4992
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(state === undefined, 'Hash history cannot replace state; it is ignored') : 0;
|
|
4993
4993
|
var action = 'REPLACE';
|
|
4994
4994
|
var location = createLocation(path, undefined, undefined, history.location);
|
|
4995
4995
|
transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) {
|
|
@@ -5016,7 +5016,7 @@ function createHashHistory(props) {
|
|
|
5016
5016
|
}
|
|
5017
5017
|
|
|
5018
5018
|
function go(n) {
|
|
5019
|
-
true ? (0,
|
|
5019
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(canGoWithoutReload, 'Hash history go(n) causes a full page reload in this browser') : 0;
|
|
5020
5020
|
globalHistory.go(n);
|
|
5021
5021
|
}
|
|
5022
5022
|
|
|
@@ -5131,7 +5131,7 @@ function createMemoryHistory(props) {
|
|
|
5131
5131
|
var createHref = createPath;
|
|
5132
5132
|
|
|
5133
5133
|
function push(path, state) {
|
|
5134
|
-
true ? (0,
|
|
5134
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(!(typeof path === 'object' && path.state !== undefined && state !== undefined), 'You should avoid providing a 2nd state argument to push when the 1st ' + 'argument is a location-like object that already has state; it is ignored') : 0;
|
|
5135
5135
|
var action = 'PUSH';
|
|
5136
5136
|
var location = createLocation(path, state, createKey(), history.location);
|
|
5137
5137
|
transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) {
|
|
@@ -5156,7 +5156,7 @@ function createMemoryHistory(props) {
|
|
|
5156
5156
|
}
|
|
5157
5157
|
|
|
5158
5158
|
function replace(path, state) {
|
|
5159
|
-
true ? (0,
|
|
5159
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_4__["default"])(!(typeof path === 'object' && path.state !== undefined && state !== undefined), 'You should avoid providing a 2nd state argument to replace when the 1st ' + 'argument is a location-like object that already has state; it is ignored') : 0;
|
|
5160
5160
|
var action = 'REPLACE';
|
|
5161
5161
|
var location = createLocation(path, state, createKey(), history.location);
|
|
5162
5162
|
transitionManager.confirmTransitionTo(location, action, getUserConfirmation, function (ok) {
|
|
@@ -5362,203 +5362,6 @@ module.exports = Array.isArray || function (arr) {
|
|
|
5362
5362
|
};
|
|
5363
5363
|
|
|
5364
5364
|
|
|
5365
|
-
/***/ }),
|
|
5366
|
-
|
|
5367
|
-
/***/ "../../../node_modules/mini-create-react-context/dist/esm/index.js":
|
|
5368
|
-
/*!*************************************************************************!*\
|
|
5369
|
-
!*** ../../../node_modules/mini-create-react-context/dist/esm/index.js ***!
|
|
5370
|
-
\*************************************************************************/
|
|
5371
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
5372
|
-
|
|
5373
|
-
"use strict";
|
|
5374
|
-
__webpack_require__.r(__webpack_exports__);
|
|
5375
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5376
|
-
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
5377
|
-
/* harmony export */ });
|
|
5378
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
5379
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
5380
|
-
/* harmony import */ var _babel_runtime_helpers_esm_inheritsLoose__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inheritsLoose */ "../../../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js");
|
|
5381
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! prop-types */ "../../../node_modules/prop-types/index.js");
|
|
5382
|
-
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_3__);
|
|
5383
|
-
/* harmony import */ var tiny_warning__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tiny-warning */ "../../../node_modules/tiny-warning/dist/tiny-warning.esm.js");
|
|
5384
|
-
|
|
5385
|
-
|
|
5386
|
-
|
|
5387
|
-
|
|
5388
|
-
|
|
5389
|
-
var MAX_SIGNED_31_BIT_INT = 1073741823;
|
|
5390
|
-
var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof __webpack_require__.g !== 'undefined' ? __webpack_require__.g : {};
|
|
5391
|
-
|
|
5392
|
-
function getUniqueId() {
|
|
5393
|
-
var key = '__global_unique_id__';
|
|
5394
|
-
return commonjsGlobal[key] = (commonjsGlobal[key] || 0) + 1;
|
|
5395
|
-
}
|
|
5396
|
-
|
|
5397
|
-
function objectIs(x, y) {
|
|
5398
|
-
if (x === y) {
|
|
5399
|
-
return x !== 0 || 1 / x === 1 / y;
|
|
5400
|
-
} else {
|
|
5401
|
-
return x !== x && y !== y;
|
|
5402
|
-
}
|
|
5403
|
-
}
|
|
5404
|
-
|
|
5405
|
-
function createEventEmitter(value) {
|
|
5406
|
-
var handlers = [];
|
|
5407
|
-
return {
|
|
5408
|
-
on: function on(handler) {
|
|
5409
|
-
handlers.push(handler);
|
|
5410
|
-
},
|
|
5411
|
-
off: function off(handler) {
|
|
5412
|
-
handlers = handlers.filter(function (h) {
|
|
5413
|
-
return h !== handler;
|
|
5414
|
-
});
|
|
5415
|
-
},
|
|
5416
|
-
get: function get() {
|
|
5417
|
-
return value;
|
|
5418
|
-
},
|
|
5419
|
-
set: function set(newValue, changedBits) {
|
|
5420
|
-
value = newValue;
|
|
5421
|
-
handlers.forEach(function (handler) {
|
|
5422
|
-
return handler(value, changedBits);
|
|
5423
|
-
});
|
|
5424
|
-
}
|
|
5425
|
-
};
|
|
5426
|
-
}
|
|
5427
|
-
|
|
5428
|
-
function onlyChild(children) {
|
|
5429
|
-
return Array.isArray(children) ? children[0] : children;
|
|
5430
|
-
}
|
|
5431
|
-
|
|
5432
|
-
function createReactContext(defaultValue, calculateChangedBits) {
|
|
5433
|
-
var _Provider$childContex, _Consumer$contextType;
|
|
5434
|
-
|
|
5435
|
-
var contextProp = '__create-react-context-' + getUniqueId() + '__';
|
|
5436
|
-
|
|
5437
|
-
var Provider = /*#__PURE__*/function (_Component) {
|
|
5438
|
-
(0,_babel_runtime_helpers_esm_inheritsLoose__WEBPACK_IMPORTED_MODULE_1__["default"])(Provider, _Component);
|
|
5439
|
-
|
|
5440
|
-
function Provider() {
|
|
5441
|
-
var _this;
|
|
5442
|
-
|
|
5443
|
-
_this = _Component.apply(this, arguments) || this;
|
|
5444
|
-
_this.emitter = createEventEmitter(_this.props.value);
|
|
5445
|
-
return _this;
|
|
5446
|
-
}
|
|
5447
|
-
|
|
5448
|
-
var _proto = Provider.prototype;
|
|
5449
|
-
|
|
5450
|
-
_proto.getChildContext = function getChildContext() {
|
|
5451
|
-
var _ref;
|
|
5452
|
-
|
|
5453
|
-
return _ref = {}, _ref[contextProp] = this.emitter, _ref;
|
|
5454
|
-
};
|
|
5455
|
-
|
|
5456
|
-
_proto.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
|
5457
|
-
if (this.props.value !== nextProps.value) {
|
|
5458
|
-
var oldValue = this.props.value;
|
|
5459
|
-
var newValue = nextProps.value;
|
|
5460
|
-
var changedBits;
|
|
5461
|
-
|
|
5462
|
-
if (objectIs(oldValue, newValue)) {
|
|
5463
|
-
changedBits = 0;
|
|
5464
|
-
} else {
|
|
5465
|
-
changedBits = typeof calculateChangedBits === 'function' ? calculateChangedBits(oldValue, newValue) : MAX_SIGNED_31_BIT_INT;
|
|
5466
|
-
|
|
5467
|
-
if (true) {
|
|
5468
|
-
(0,tiny_warning__WEBPACK_IMPORTED_MODULE_2__["default"])((changedBits & MAX_SIGNED_31_BIT_INT) === changedBits, 'calculateChangedBits: Expected the return value to be a ' + '31-bit integer. Instead received: ' + changedBits);
|
|
5469
|
-
}
|
|
5470
|
-
|
|
5471
|
-
changedBits |= 0;
|
|
5472
|
-
|
|
5473
|
-
if (changedBits !== 0) {
|
|
5474
|
-
this.emitter.set(nextProps.value, changedBits);
|
|
5475
|
-
}
|
|
5476
|
-
}
|
|
5477
|
-
}
|
|
5478
|
-
};
|
|
5479
|
-
|
|
5480
|
-
_proto.render = function render() {
|
|
5481
|
-
return this.props.children;
|
|
5482
|
-
};
|
|
5483
|
-
|
|
5484
|
-
return Provider;
|
|
5485
|
-
}(react__WEBPACK_IMPORTED_MODULE_0__.Component);
|
|
5486
|
-
|
|
5487
|
-
Provider.childContextTypes = (_Provider$childContex = {}, _Provider$childContex[contextProp] = (prop_types__WEBPACK_IMPORTED_MODULE_3___default().object.isRequired), _Provider$childContex);
|
|
5488
|
-
|
|
5489
|
-
var Consumer = /*#__PURE__*/function (_Component2) {
|
|
5490
|
-
(0,_babel_runtime_helpers_esm_inheritsLoose__WEBPACK_IMPORTED_MODULE_1__["default"])(Consumer, _Component2);
|
|
5491
|
-
|
|
5492
|
-
function Consumer() {
|
|
5493
|
-
var _this2;
|
|
5494
|
-
|
|
5495
|
-
_this2 = _Component2.apply(this, arguments) || this;
|
|
5496
|
-
_this2.state = {
|
|
5497
|
-
value: _this2.getValue()
|
|
5498
|
-
};
|
|
5499
|
-
|
|
5500
|
-
_this2.onUpdate = function (newValue, changedBits) {
|
|
5501
|
-
var observedBits = _this2.observedBits | 0;
|
|
5502
|
-
|
|
5503
|
-
if ((observedBits & changedBits) !== 0) {
|
|
5504
|
-
_this2.setState({
|
|
5505
|
-
value: _this2.getValue()
|
|
5506
|
-
});
|
|
5507
|
-
}
|
|
5508
|
-
};
|
|
5509
|
-
|
|
5510
|
-
return _this2;
|
|
5511
|
-
}
|
|
5512
|
-
|
|
5513
|
-
var _proto2 = Consumer.prototype;
|
|
5514
|
-
|
|
5515
|
-
_proto2.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
|
5516
|
-
var observedBits = nextProps.observedBits;
|
|
5517
|
-
this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT : observedBits;
|
|
5518
|
-
};
|
|
5519
|
-
|
|
5520
|
-
_proto2.componentDidMount = function componentDidMount() {
|
|
5521
|
-
if (this.context[contextProp]) {
|
|
5522
|
-
this.context[contextProp].on(this.onUpdate);
|
|
5523
|
-
}
|
|
5524
|
-
|
|
5525
|
-
var observedBits = this.props.observedBits;
|
|
5526
|
-
this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT : observedBits;
|
|
5527
|
-
};
|
|
5528
|
-
|
|
5529
|
-
_proto2.componentWillUnmount = function componentWillUnmount() {
|
|
5530
|
-
if (this.context[contextProp]) {
|
|
5531
|
-
this.context[contextProp].off(this.onUpdate);
|
|
5532
|
-
}
|
|
5533
|
-
};
|
|
5534
|
-
|
|
5535
|
-
_proto2.getValue = function getValue() {
|
|
5536
|
-
if (this.context[contextProp]) {
|
|
5537
|
-
return this.context[contextProp].get();
|
|
5538
|
-
} else {
|
|
5539
|
-
return defaultValue;
|
|
5540
|
-
}
|
|
5541
|
-
};
|
|
5542
|
-
|
|
5543
|
-
_proto2.render = function render() {
|
|
5544
|
-
return onlyChild(this.props.children)(this.state.value);
|
|
5545
|
-
};
|
|
5546
|
-
|
|
5547
|
-
return Consumer;
|
|
5548
|
-
}(react__WEBPACK_IMPORTED_MODULE_0__.Component);
|
|
5549
|
-
|
|
5550
|
-
Consumer.contextTypes = (_Consumer$contextType = {}, _Consumer$contextType[contextProp] = (prop_types__WEBPACK_IMPORTED_MODULE_3___default().object), _Consumer$contextType);
|
|
5551
|
-
return {
|
|
5552
|
-
Provider: Provider,
|
|
5553
|
-
Consumer: Consumer
|
|
5554
|
-
};
|
|
5555
|
-
}
|
|
5556
|
-
|
|
5557
|
-
var index = (react__WEBPACK_IMPORTED_MODULE_0___default().createContext) || createReactContext;
|
|
5558
|
-
|
|
5559
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (index);
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
5365
|
/***/ }),
|
|
5563
5366
|
|
|
5564
5367
|
/***/ "../../../node_modules/object-assign/index.js":
|
|
@@ -5672,15 +5475,15 @@ module.exports = shouldUseNative() ? Object.assign : function (target, source) {
|
|
|
5672
5475
|
var _node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache;
|
|
5673
5476
|
__webpack_require__.r(__webpack_exports__);
|
|
5674
5477
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
5675
|
-
/* harmony export */
|
|
5676
|
-
/* harmony export */
|
|
5677
|
-
/* harmony export */
|
|
5678
|
-
/* harmony export */
|
|
5679
|
-
/* harmony export */
|
|
5680
|
-
/* harmony export */
|
|
5681
|
-
/* harmony export */
|
|
5682
|
-
/* harmony export */
|
|
5683
|
-
/* harmony export */
|
|
5478
|
+
/* harmony export */ createDefaultState: () => (/* binding */ createDefaultState),
|
|
5479
|
+
/* harmony export */ createNavigation: () => (/* reexport safe */ piral_core_defaults_navigator_v5__WEBPACK_IMPORTED_MODULE_5__.createNavigation),
|
|
5480
|
+
/* harmony export */ createRedirect: () => (/* reexport safe */ piral_core_defaults_navigator_v5__WEBPACK_IMPORTED_MODULE_5__.createRedirect),
|
|
5481
|
+
/* harmony export */ fillDependencies: () => (/* binding */ fillDependencies),
|
|
5482
|
+
/* harmony export */ integrateDebugger: () => (/* binding */ integrateDebugger),
|
|
5483
|
+
/* harmony export */ integrateEmulator: () => (/* reexport safe */ piral_core_tools_emulator__WEBPACK_IMPORTED_MODULE_12__.integrateEmulator),
|
|
5484
|
+
/* harmony export */ publicPath: () => (/* binding */ publicPath),
|
|
5485
|
+
/* harmony export */ useRouteFilter: () => (/* binding */ useRouteFilter),
|
|
5486
|
+
/* harmony export */ useRouterContext: () => (/* reexport safe */ piral_core_defaults_navigator_v5__WEBPACK_IMPORTED_MODULE_5__.useRouterContext)
|
|
5684
5487
|
/* harmony export */ });
|
|
5685
5488
|
/* harmony import */ var _node_modules_tslib_tslib_es6_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../node_modules/tslib/tslib.es6.js */ "../../../node_modules/tslib/tslib.es6.js");
|
|
5686
5489
|
/* harmony import */ var _node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../node_modules/react/index.js */ "../../../node_modules/react/index.js");
|
|
@@ -5715,7 +5518,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
5715
5518
|
|
|
5716
5519
|
|
|
5717
5520
|
function fillDependencies(deps) {
|
|
5718
|
-
deps['minimal-piral']={};deps["tslib"]=_node_modules_tslib_tslib_es6_js__WEBPACK_IMPORTED_MODULE_2__;deps["tslib@2.5.2"]=_node_modules_tslib_tslib_es6_js__WEBPACK_IMPORTED_MODULE_2__;deps["react"]=_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_0__;deps["react@18.2.0"]=_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_0__;deps["react-dom"]=/*#__PURE__*/ (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache || (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache = __webpack_require__.t(_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1__, 2)));deps["react-dom@18.2.0"]=/*#__PURE__*/ (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache || (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache = __webpack_require__.t(_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1__, 2)));deps["react-router"]=_node_modules_react_router_esm_react_router_js__WEBPACK_IMPORTED_MODULE_3__;deps["react-router@5.3.
|
|
5521
|
+
deps['minimal-piral']={};deps["tslib"]=_node_modules_tslib_tslib_es6_js__WEBPACK_IMPORTED_MODULE_2__;deps["tslib@2.5.2"]=_node_modules_tslib_tslib_es6_js__WEBPACK_IMPORTED_MODULE_2__;deps["react"]=_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_0__;deps["react@18.2.0"]=_node_modules_react_index_js__WEBPACK_IMPORTED_MODULE_0__;deps["react-dom"]=/*#__PURE__*/ (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache || (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache = __webpack_require__.t(_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1__, 2)));deps["react-dom@18.2.0"]=/*#__PURE__*/ (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache || (_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1___namespace_cache = __webpack_require__.t(_node_modules_react_dom_index_js__WEBPACK_IMPORTED_MODULE_1__, 2)));deps["react-router"]=_node_modules_react_router_esm_react_router_js__WEBPACK_IMPORTED_MODULE_3__;deps["react-router@5.3.4"]=_node_modules_react_router_esm_react_router_js__WEBPACK_IMPORTED_MODULE_3__;deps["react-router-dom"]=_node_modules_react_router_dom_esm_react_router_dom_js__WEBPACK_IMPORTED_MODULE_4__;deps["react-router-dom@5.3.4"]=_node_modules_react_router_dom_esm_react_router_dom_js__WEBPACK_IMPORTED_MODULE_4__
|
|
5719
5522
|
}
|
|
5720
5523
|
|
|
5721
5524
|
|
|
@@ -37163,36 +36966,36 @@ if (false) {} else {
|
|
|
37163
36966
|
"use strict";
|
|
37164
36967
|
__webpack_require__.r(__webpack_exports__);
|
|
37165
36968
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
37166
|
-
/* harmony export */
|
|
37167
|
-
/* harmony export */
|
|
37168
|
-
/* harmony export */
|
|
37169
|
-
/* harmony export */
|
|
37170
|
-
/* harmony export */
|
|
37171
|
-
/* harmony export */
|
|
37172
|
-
/* harmony export */
|
|
37173
|
-
/* harmony export */
|
|
37174
|
-
/* harmony export */
|
|
37175
|
-
/* harmony export */
|
|
37176
|
-
/* harmony export */
|
|
37177
|
-
/* harmony export */
|
|
37178
|
-
/* harmony export */
|
|
37179
|
-
/* harmony export */
|
|
37180
|
-
/* harmony export */
|
|
37181
|
-
/* harmony export */
|
|
37182
|
-
/* harmony export */
|
|
37183
|
-
/* harmony export */
|
|
36969
|
+
/* harmony export */ BrowserRouter: () => (/* binding */ BrowserRouter),
|
|
36970
|
+
/* harmony export */ HashRouter: () => (/* binding */ HashRouter),
|
|
36971
|
+
/* harmony export */ Link: () => (/* binding */ Link),
|
|
36972
|
+
/* harmony export */ MemoryRouter: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.MemoryRouter),
|
|
36973
|
+
/* harmony export */ NavLink: () => (/* binding */ NavLink),
|
|
36974
|
+
/* harmony export */ Prompt: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.Prompt),
|
|
36975
|
+
/* harmony export */ Redirect: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.Redirect),
|
|
36976
|
+
/* harmony export */ Route: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.Route),
|
|
36977
|
+
/* harmony export */ Router: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.Router),
|
|
36978
|
+
/* harmony export */ StaticRouter: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.StaticRouter),
|
|
36979
|
+
/* harmony export */ Switch: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.Switch),
|
|
36980
|
+
/* harmony export */ generatePath: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.generatePath),
|
|
36981
|
+
/* harmony export */ matchPath: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.matchPath),
|
|
36982
|
+
/* harmony export */ useHistory: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.useHistory),
|
|
36983
|
+
/* harmony export */ useLocation: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.useLocation),
|
|
36984
|
+
/* harmony export */ useParams: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.useParams),
|
|
36985
|
+
/* harmony export */ useRouteMatch: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.useRouteMatch),
|
|
36986
|
+
/* harmony export */ withRouter: () => (/* reexport safe */ react_router__WEBPACK_IMPORTED_MODULE_0__.withRouter)
|
|
37184
36987
|
/* harmony export */ });
|
|
37185
36988
|
/* harmony import */ var react_router__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react-router */ "../../../node_modules/react-router/esm/react-router.js");
|
|
37186
36989
|
/* harmony import */ var _babel_runtime_helpers_esm_inheritsLoose__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inheritsLoose */ "../../../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js");
|
|
37187
36990
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
37188
36991
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_2__);
|
|
37189
|
-
/* harmony import */ var
|
|
37190
|
-
/* harmony import */ var
|
|
37191
|
-
/* harmony import */ var
|
|
37192
|
-
/* harmony import */ var
|
|
36992
|
+
/* harmony import */ var history__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! history */ "../../../node_modules/history/esm/history.js");
|
|
36993
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! prop-types */ "../../../node_modules/prop-types/index.js");
|
|
36994
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_7__);
|
|
36995
|
+
/* harmony import */ var tiny_warning__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! tiny-warning */ "../../../node_modules/tiny-warning/dist/tiny-warning.esm.js");
|
|
37193
36996
|
/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ "../../../node_modules/@babel/runtime/helpers/esm/extends.js");
|
|
37194
36997
|
/* harmony import */ var _babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/objectWithoutPropertiesLoose */ "../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js");
|
|
37195
|
-
/* harmony import */ var
|
|
36998
|
+
/* harmony import */ var tiny_invariant__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! tiny-invariant */ "../../../node_modules/tiny-invariant/dist/esm/tiny-invariant.js");
|
|
37196
36999
|
|
|
37197
37000
|
|
|
37198
37001
|
|
|
@@ -37219,7 +37022,7 @@ var BrowserRouter = /*#__PURE__*/function (_React$Component) {
|
|
|
37219
37022
|
}
|
|
37220
37023
|
|
|
37221
37024
|
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
|
|
37222
|
-
_this.history = (0,
|
|
37025
|
+
_this.history = (0,history__WEBPACK_IMPORTED_MODULE_6__.createBrowserHistory)(_this.props);
|
|
37223
37026
|
return _this;
|
|
37224
37027
|
}
|
|
37225
37028
|
|
|
@@ -37237,15 +37040,15 @@ var BrowserRouter = /*#__PURE__*/function (_React$Component) {
|
|
|
37237
37040
|
|
|
37238
37041
|
if (true) {
|
|
37239
37042
|
BrowserRouter.propTypes = {
|
|
37240
|
-
basename: (
|
|
37241
|
-
children: (
|
|
37242
|
-
forceRefresh: (
|
|
37243
|
-
getUserConfirmation: (
|
|
37244
|
-
keyLength: (
|
|
37043
|
+
basename: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().string),
|
|
37044
|
+
children: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().node),
|
|
37045
|
+
forceRefresh: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().bool),
|
|
37046
|
+
getUserConfirmation: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().func),
|
|
37047
|
+
keyLength: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().number)
|
|
37245
37048
|
};
|
|
37246
37049
|
|
|
37247
37050
|
BrowserRouter.prototype.componentDidMount = function () {
|
|
37248
|
-
true ? (0,
|
|
37051
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!this.props.history, "<BrowserRouter> ignores the history prop. To use a custom history, " + "use `import { Router }` instead of `import { BrowserRouter as Router }`.") : 0;
|
|
37249
37052
|
};
|
|
37250
37053
|
}
|
|
37251
37054
|
|
|
@@ -37264,7 +37067,7 @@ var HashRouter = /*#__PURE__*/function (_React$Component) {
|
|
|
37264
37067
|
}
|
|
37265
37068
|
|
|
37266
37069
|
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
|
|
37267
|
-
_this.history = (0,
|
|
37070
|
+
_this.history = (0,history__WEBPACK_IMPORTED_MODULE_6__.createHashHistory)(_this.props);
|
|
37268
37071
|
return _this;
|
|
37269
37072
|
}
|
|
37270
37073
|
|
|
@@ -37282,14 +37085,14 @@ var HashRouter = /*#__PURE__*/function (_React$Component) {
|
|
|
37282
37085
|
|
|
37283
37086
|
if (true) {
|
|
37284
37087
|
HashRouter.propTypes = {
|
|
37285
|
-
basename: (
|
|
37286
|
-
children: (
|
|
37287
|
-
getUserConfirmation: (
|
|
37288
|
-
hashType:
|
|
37088
|
+
basename: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().string),
|
|
37089
|
+
children: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().node),
|
|
37090
|
+
getUserConfirmation: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().func),
|
|
37091
|
+
hashType: prop_types__WEBPACK_IMPORTED_MODULE_7___default().oneOf(["hashbang", "noslash", "slash"])
|
|
37289
37092
|
};
|
|
37290
37093
|
|
|
37291
37094
|
HashRouter.prototype.componentDidMount = function () {
|
|
37292
|
-
true ? (0,
|
|
37095
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!this.props.history, "<HashRouter> ignores the history prop. To use a custom history, " + "use `import { Router }` instead of `import { HashRouter as Router }`.") : 0;
|
|
37293
37096
|
};
|
|
37294
37097
|
}
|
|
37295
37098
|
|
|
@@ -37297,7 +37100,7 @@ var resolveToLocation = function resolveToLocation(to, currentLocation) {
|
|
|
37297
37100
|
return typeof to === "function" ? to(currentLocation) : to;
|
|
37298
37101
|
};
|
|
37299
37102
|
var normalizeToLocation = function normalizeToLocation(to, currentLocation) {
|
|
37300
|
-
return typeof to === "string" ? (0,
|
|
37103
|
+
return typeof to === "string" ? (0,history__WEBPACK_IMPORTED_MODULE_6__.createLocation)(to, null, null, currentLocation) : to;
|
|
37301
37104
|
};
|
|
37302
37105
|
|
|
37303
37106
|
var forwardRefShim = function forwardRefShim(C) {
|
|
@@ -37371,7 +37174,7 @@ var Link = forwardRef(function (_ref2, forwardedRef) {
|
|
|
37371
37174
|
rest = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_4__["default"])(_ref2, ["component", "replace", "to", "innerRef"]);
|
|
37372
37175
|
|
|
37373
37176
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2___default().createElement(react_router__WEBPACK_IMPORTED_MODULE_0__.__RouterContext.Consumer, null, function (context) {
|
|
37374
|
-
!context ? true ? (0,
|
|
37177
|
+
!context ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_5__["default"])(false, "You should not use <Link> outside a <Router>") : 0 : void 0;
|
|
37375
37178
|
var history = context.history;
|
|
37376
37179
|
var location = normalizeToLocation(resolveToLocation(to, context.location), context.location);
|
|
37377
37180
|
var href = location ? history.createHref(location) : "";
|
|
@@ -37380,7 +37183,7 @@ var Link = forwardRef(function (_ref2, forwardedRef) {
|
|
|
37380
37183
|
href: href,
|
|
37381
37184
|
navigate: function navigate() {
|
|
37382
37185
|
var location = resolveToLocation(to, context.location);
|
|
37383
|
-
var isDuplicateNavigation = (0,
|
|
37186
|
+
var isDuplicateNavigation = (0,history__WEBPACK_IMPORTED_MODULE_6__.createPath)(context.location) === (0,history__WEBPACK_IMPORTED_MODULE_6__.createPath)(normalizeToLocation(location));
|
|
37384
37187
|
var method = replace || isDuplicateNavigation ? history.replace : history.push;
|
|
37385
37188
|
method(location);
|
|
37386
37189
|
}
|
|
@@ -37398,16 +37201,16 @@ var Link = forwardRef(function (_ref2, forwardedRef) {
|
|
|
37398
37201
|
});
|
|
37399
37202
|
|
|
37400
37203
|
if (true) {
|
|
37401
|
-
var toType =
|
|
37402
|
-
var refType =
|
|
37403
|
-
current: (
|
|
37204
|
+
var toType = prop_types__WEBPACK_IMPORTED_MODULE_7___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_7___default().string), (prop_types__WEBPACK_IMPORTED_MODULE_7___default().object), (prop_types__WEBPACK_IMPORTED_MODULE_7___default().func)]);
|
|
37205
|
+
var refType = prop_types__WEBPACK_IMPORTED_MODULE_7___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_7___default().string), (prop_types__WEBPACK_IMPORTED_MODULE_7___default().func), prop_types__WEBPACK_IMPORTED_MODULE_7___default().shape({
|
|
37206
|
+
current: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().any)
|
|
37404
37207
|
})]);
|
|
37405
37208
|
Link.displayName = "Link";
|
|
37406
37209
|
Link.propTypes = {
|
|
37407
37210
|
innerRef: refType,
|
|
37408
|
-
onClick: (
|
|
37409
|
-
replace: (
|
|
37410
|
-
target: (
|
|
37211
|
+
onClick: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().func),
|
|
37212
|
+
replace: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().bool),
|
|
37213
|
+
target: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().string),
|
|
37411
37214
|
to: toType.isRequired
|
|
37412
37215
|
};
|
|
37413
37216
|
}
|
|
@@ -37454,7 +37257,7 @@ var NavLink = forwardRef$1(function (_ref, forwardedRef) {
|
|
|
37454
37257
|
rest = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_4__["default"])(_ref, ["aria-current", "activeClassName", "activeStyle", "className", "exact", "isActive", "location", "sensitive", "strict", "style", "to", "innerRef"]);
|
|
37455
37258
|
|
|
37456
37259
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_2___default().createElement(react_router__WEBPACK_IMPORTED_MODULE_0__.__RouterContext.Consumer, null, function (context) {
|
|
37457
|
-
!context ? true ? (0,
|
|
37260
|
+
!context ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_5__["default"])(false, "You should not use <NavLink> outside a <Router>") : 0 : void 0;
|
|
37458
37261
|
var currentLocation = locationProp || context.location;
|
|
37459
37262
|
var toLocation = normalizeToLocation(resolveToLocation(to, currentLocation), currentLocation);
|
|
37460
37263
|
var path = toLocation.pathname; // Regex taken from: https://github.com/pillarjs/path-to-regexp/blob/master/index.js#L202
|
|
@@ -37495,18 +37298,18 @@ var NavLink = forwardRef$1(function (_ref, forwardedRef) {
|
|
|
37495
37298
|
|
|
37496
37299
|
if (true) {
|
|
37497
37300
|
NavLink.displayName = "NavLink";
|
|
37498
|
-
var ariaCurrentType =
|
|
37301
|
+
var ariaCurrentType = prop_types__WEBPACK_IMPORTED_MODULE_7___default().oneOf(["page", "step", "location", "date", "time", "true", "false"]);
|
|
37499
37302
|
NavLink.propTypes = (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__["default"])({}, Link.propTypes, {
|
|
37500
37303
|
"aria-current": ariaCurrentType,
|
|
37501
|
-
activeClassName: (
|
|
37502
|
-
activeStyle: (
|
|
37503
|
-
className:
|
|
37504
|
-
exact: (
|
|
37505
|
-
isActive: (
|
|
37506
|
-
location: (
|
|
37507
|
-
sensitive: (
|
|
37508
|
-
strict: (
|
|
37509
|
-
style:
|
|
37304
|
+
activeClassName: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().string),
|
|
37305
|
+
activeStyle: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().object),
|
|
37306
|
+
className: prop_types__WEBPACK_IMPORTED_MODULE_7___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_7___default().string), (prop_types__WEBPACK_IMPORTED_MODULE_7___default().func)]),
|
|
37307
|
+
exact: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().bool),
|
|
37308
|
+
isActive: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().func),
|
|
37309
|
+
location: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().object),
|
|
37310
|
+
sensitive: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().bool),
|
|
37311
|
+
strict: (prop_types__WEBPACK_IMPORTED_MODULE_7___default().bool),
|
|
37312
|
+
style: prop_types__WEBPACK_IMPORTED_MODULE_7___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_7___default().object), (prop_types__WEBPACK_IMPORTED_MODULE_7___default().func)])
|
|
37510
37313
|
});
|
|
37511
37314
|
}
|
|
37512
37315
|
|
|
@@ -37525,32 +37328,31 @@ if (true) {
|
|
|
37525
37328
|
"use strict";
|
|
37526
37329
|
__webpack_require__.r(__webpack_exports__);
|
|
37527
37330
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
37528
|
-
/* harmony export */
|
|
37529
|
-
/* harmony export */
|
|
37530
|
-
/* harmony export */
|
|
37531
|
-
/* harmony export */
|
|
37532
|
-
/* harmony export */
|
|
37533
|
-
/* harmony export */
|
|
37534
|
-
/* harmony export */
|
|
37535
|
-
/* harmony export */
|
|
37536
|
-
/* harmony export */
|
|
37537
|
-
/* harmony export */
|
|
37538
|
-
/* harmony export */
|
|
37539
|
-
/* harmony export */
|
|
37540
|
-
/* harmony export */
|
|
37541
|
-
/* harmony export */
|
|
37542
|
-
/* harmony export */
|
|
37543
|
-
/* harmony export */
|
|
37331
|
+
/* harmony export */ MemoryRouter: () => (/* binding */ MemoryRouter),
|
|
37332
|
+
/* harmony export */ Prompt: () => (/* binding */ Prompt),
|
|
37333
|
+
/* harmony export */ Redirect: () => (/* binding */ Redirect),
|
|
37334
|
+
/* harmony export */ Route: () => (/* binding */ Route),
|
|
37335
|
+
/* harmony export */ Router: () => (/* binding */ Router),
|
|
37336
|
+
/* harmony export */ StaticRouter: () => (/* binding */ StaticRouter),
|
|
37337
|
+
/* harmony export */ Switch: () => (/* binding */ Switch),
|
|
37338
|
+
/* harmony export */ __HistoryContext: () => (/* binding */ historyContext),
|
|
37339
|
+
/* harmony export */ __RouterContext: () => (/* binding */ context),
|
|
37340
|
+
/* harmony export */ generatePath: () => (/* binding */ generatePath),
|
|
37341
|
+
/* harmony export */ matchPath: () => (/* binding */ matchPath),
|
|
37342
|
+
/* harmony export */ useHistory: () => (/* binding */ useHistory),
|
|
37343
|
+
/* harmony export */ useLocation: () => (/* binding */ useLocation),
|
|
37344
|
+
/* harmony export */ useParams: () => (/* binding */ useParams),
|
|
37345
|
+
/* harmony export */ useRouteMatch: () => (/* binding */ useRouteMatch),
|
|
37346
|
+
/* harmony export */ withRouter: () => (/* binding */ withRouter)
|
|
37544
37347
|
/* harmony export */ });
|
|
37545
37348
|
/* harmony import */ var _babel_runtime_helpers_esm_inheritsLoose__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @babel/runtime/helpers/esm/inheritsLoose */ "../../../node_modules/@babel/runtime/helpers/esm/inheritsLoose.js");
|
|
37546
37349
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
37547
37350
|
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
|
|
37548
|
-
/* harmony import */ var
|
|
37549
|
-
/* harmony import */ var
|
|
37351
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! prop-types */ "../../../node_modules/prop-types/index.js");
|
|
37352
|
+
/* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_9__);
|
|
37550
37353
|
/* harmony import */ var history__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! history */ "../../../node_modules/history/esm/history.js");
|
|
37551
|
-
/* harmony import */ var
|
|
37552
|
-
/* harmony import */ var
|
|
37553
|
-
/* harmony import */ var tiny_invariant__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! tiny-invariant */ "../../../node_modules/tiny-invariant/dist/tiny-invariant.esm.js");
|
|
37354
|
+
/* harmony import */ var tiny_warning__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! tiny-warning */ "../../../node_modules/tiny-warning/dist/tiny-warning.esm.js");
|
|
37355
|
+
/* harmony import */ var tiny_invariant__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tiny-invariant */ "../../../node_modules/tiny-invariant/dist/esm/tiny-invariant.js");
|
|
37554
37356
|
/* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/extends */ "../../../node_modules/@babel/runtime/helpers/esm/extends.js");
|
|
37555
37357
|
/* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! path-to-regexp */ "../../../node_modules/path-to-regexp/index.js");
|
|
37556
37358
|
/* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(path_to_regexp__WEBPACK_IMPORTED_MODULE_4__);
|
|
@@ -37570,11 +37372,199 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
37570
37372
|
|
|
37571
37373
|
|
|
37572
37374
|
|
|
37375
|
+
var MAX_SIGNED_31_BIT_INT = 1073741823;
|
|
37376
|
+
var commonjsGlobal = typeof globalThis !== "undefined" // 'global proper'
|
|
37377
|
+
? // eslint-disable-next-line no-undef
|
|
37378
|
+
globalThis : typeof window !== "undefined" ? window // Browser
|
|
37379
|
+
: typeof __webpack_require__.g !== "undefined" ? __webpack_require__.g // node.js
|
|
37380
|
+
: {};
|
|
37381
|
+
|
|
37382
|
+
function getUniqueId() {
|
|
37383
|
+
var key = "__global_unique_id__";
|
|
37384
|
+
return commonjsGlobal[key] = (commonjsGlobal[key] || 0) + 1;
|
|
37385
|
+
} // Inlined Object.is polyfill.
|
|
37386
|
+
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
|
|
37387
|
+
|
|
37388
|
+
|
|
37389
|
+
function objectIs(x, y) {
|
|
37390
|
+
if (x === y) {
|
|
37391
|
+
return x !== 0 || 1 / x === 1 / y;
|
|
37392
|
+
} else {
|
|
37393
|
+
// eslint-disable-next-line no-self-compare
|
|
37394
|
+
return x !== x && y !== y;
|
|
37395
|
+
}
|
|
37396
|
+
}
|
|
37397
|
+
|
|
37398
|
+
function createEventEmitter(value) {
|
|
37399
|
+
var handlers = [];
|
|
37400
|
+
return {
|
|
37401
|
+
on: function on(handler) {
|
|
37402
|
+
handlers.push(handler);
|
|
37403
|
+
},
|
|
37404
|
+
off: function off(handler) {
|
|
37405
|
+
handlers = handlers.filter(function (h) {
|
|
37406
|
+
return h !== handler;
|
|
37407
|
+
});
|
|
37408
|
+
},
|
|
37409
|
+
get: function get() {
|
|
37410
|
+
return value;
|
|
37411
|
+
},
|
|
37412
|
+
set: function set(newValue, changedBits) {
|
|
37413
|
+
value = newValue;
|
|
37414
|
+
handlers.forEach(function (handler) {
|
|
37415
|
+
return handler(value, changedBits);
|
|
37416
|
+
});
|
|
37417
|
+
}
|
|
37418
|
+
};
|
|
37419
|
+
}
|
|
37420
|
+
|
|
37421
|
+
function onlyChild(children) {
|
|
37422
|
+
return Array.isArray(children) ? children[0] : children;
|
|
37423
|
+
}
|
|
37424
|
+
|
|
37425
|
+
function createReactContext(defaultValue, calculateChangedBits) {
|
|
37426
|
+
var _Provider$childContex, _Consumer$contextType;
|
|
37427
|
+
|
|
37428
|
+
var contextProp = "__create-react-context-" + getUniqueId() + "__";
|
|
37429
|
+
|
|
37430
|
+
var Provider = /*#__PURE__*/function (_React$Component) {
|
|
37431
|
+
(0,_babel_runtime_helpers_esm_inheritsLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(Provider, _React$Component);
|
|
37432
|
+
|
|
37433
|
+
function Provider() {
|
|
37434
|
+
var _this;
|
|
37435
|
+
|
|
37436
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
37437
|
+
args[_key] = arguments[_key];
|
|
37438
|
+
}
|
|
37439
|
+
|
|
37440
|
+
_this = _React$Component.call.apply(_React$Component, [this].concat(args)) || this;
|
|
37441
|
+
_this.emitter = createEventEmitter(_this.props.value);
|
|
37442
|
+
return _this;
|
|
37443
|
+
}
|
|
37444
|
+
|
|
37445
|
+
var _proto = Provider.prototype;
|
|
37446
|
+
|
|
37447
|
+
_proto.getChildContext = function getChildContext() {
|
|
37448
|
+
var _ref;
|
|
37449
|
+
|
|
37450
|
+
return _ref = {}, _ref[contextProp] = this.emitter, _ref;
|
|
37451
|
+
};
|
|
37452
|
+
|
|
37453
|
+
_proto.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
|
37454
|
+
if (this.props.value !== nextProps.value) {
|
|
37455
|
+
var oldValue = this.props.value;
|
|
37456
|
+
var newValue = nextProps.value;
|
|
37457
|
+
var changedBits;
|
|
37458
|
+
|
|
37459
|
+
if (objectIs(oldValue, newValue)) {
|
|
37460
|
+
changedBits = 0; // No change
|
|
37461
|
+
} else {
|
|
37462
|
+
changedBits = typeof calculateChangedBits === "function" ? calculateChangedBits(oldValue, newValue) : MAX_SIGNED_31_BIT_INT;
|
|
37463
|
+
|
|
37464
|
+
if (true) {
|
|
37465
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])((changedBits & MAX_SIGNED_31_BIT_INT) === changedBits, "calculateChangedBits: Expected the return value to be a " + "31-bit integer. Instead received: " + changedBits) : 0;
|
|
37466
|
+
}
|
|
37467
|
+
|
|
37468
|
+
changedBits |= 0;
|
|
37469
|
+
|
|
37470
|
+
if (changedBits !== 0) {
|
|
37471
|
+
this.emitter.set(nextProps.value, changedBits);
|
|
37472
|
+
}
|
|
37473
|
+
}
|
|
37474
|
+
}
|
|
37475
|
+
};
|
|
37476
|
+
|
|
37477
|
+
_proto.render = function render() {
|
|
37478
|
+
return this.props.children;
|
|
37479
|
+
};
|
|
37480
|
+
|
|
37481
|
+
return Provider;
|
|
37482
|
+
}((react__WEBPACK_IMPORTED_MODULE_1___default().Component));
|
|
37483
|
+
|
|
37484
|
+
Provider.childContextTypes = (_Provider$childContex = {}, _Provider$childContex[contextProp] = (prop_types__WEBPACK_IMPORTED_MODULE_9___default().object).isRequired, _Provider$childContex);
|
|
37485
|
+
|
|
37486
|
+
var Consumer = /*#__PURE__*/function (_React$Component2) {
|
|
37487
|
+
(0,_babel_runtime_helpers_esm_inheritsLoose__WEBPACK_IMPORTED_MODULE_0__["default"])(Consumer, _React$Component2);
|
|
37488
|
+
|
|
37489
|
+
function Consumer() {
|
|
37490
|
+
var _this2;
|
|
37491
|
+
|
|
37492
|
+
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
|
|
37493
|
+
args[_key2] = arguments[_key2];
|
|
37494
|
+
}
|
|
37495
|
+
|
|
37496
|
+
_this2 = _React$Component2.call.apply(_React$Component2, [this].concat(args)) || this;
|
|
37497
|
+
_this2.observedBits = void 0;
|
|
37498
|
+
_this2.state = {
|
|
37499
|
+
value: _this2.getValue()
|
|
37500
|
+
};
|
|
37501
|
+
|
|
37502
|
+
_this2.onUpdate = function (newValue, changedBits) {
|
|
37503
|
+
var observedBits = _this2.observedBits | 0;
|
|
37504
|
+
|
|
37505
|
+
if ((observedBits & changedBits) !== 0) {
|
|
37506
|
+
_this2.setState({
|
|
37507
|
+
value: _this2.getValue()
|
|
37508
|
+
});
|
|
37509
|
+
}
|
|
37510
|
+
};
|
|
37511
|
+
|
|
37512
|
+
return _this2;
|
|
37513
|
+
}
|
|
37514
|
+
|
|
37515
|
+
var _proto2 = Consumer.prototype;
|
|
37516
|
+
|
|
37517
|
+
_proto2.componentWillReceiveProps = function componentWillReceiveProps(nextProps) {
|
|
37518
|
+
var observedBits = nextProps.observedBits;
|
|
37519
|
+
this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default
|
|
37520
|
+
: observedBits;
|
|
37521
|
+
};
|
|
37522
|
+
|
|
37523
|
+
_proto2.componentDidMount = function componentDidMount() {
|
|
37524
|
+
if (this.context[contextProp]) {
|
|
37525
|
+
this.context[contextProp].on(this.onUpdate);
|
|
37526
|
+
}
|
|
37527
|
+
|
|
37528
|
+
var observedBits = this.props.observedBits;
|
|
37529
|
+
this.observedBits = observedBits === undefined || observedBits === null ? MAX_SIGNED_31_BIT_INT // Subscribe to all changes by default
|
|
37530
|
+
: observedBits;
|
|
37531
|
+
};
|
|
37532
|
+
|
|
37533
|
+
_proto2.componentWillUnmount = function componentWillUnmount() {
|
|
37534
|
+
if (this.context[contextProp]) {
|
|
37535
|
+
this.context[contextProp].off(this.onUpdate);
|
|
37536
|
+
}
|
|
37537
|
+
};
|
|
37538
|
+
|
|
37539
|
+
_proto2.getValue = function getValue() {
|
|
37540
|
+
if (this.context[contextProp]) {
|
|
37541
|
+
return this.context[contextProp].get();
|
|
37542
|
+
} else {
|
|
37543
|
+
return defaultValue;
|
|
37544
|
+
}
|
|
37545
|
+
};
|
|
37546
|
+
|
|
37547
|
+
_proto2.render = function render() {
|
|
37548
|
+
return onlyChild(this.props.children)(this.state.value);
|
|
37549
|
+
};
|
|
37550
|
+
|
|
37551
|
+
return Consumer;
|
|
37552
|
+
}((react__WEBPACK_IMPORTED_MODULE_1___default().Component));
|
|
37553
|
+
|
|
37554
|
+
Consumer.contextTypes = (_Consumer$contextType = {}, _Consumer$contextType[contextProp] = (prop_types__WEBPACK_IMPORTED_MODULE_9___default().object), _Consumer$contextType);
|
|
37555
|
+
return {
|
|
37556
|
+
Provider: Provider,
|
|
37557
|
+
Consumer: Consumer
|
|
37558
|
+
};
|
|
37559
|
+
}
|
|
37560
|
+
|
|
37561
|
+
// MIT License
|
|
37562
|
+
var createContext = (react__WEBPACK_IMPORTED_MODULE_1___default().createContext) || createReactContext;
|
|
37573
37563
|
|
|
37574
37564
|
// TODO: Replace with React.createContext once we can assume React 16+
|
|
37575
37565
|
|
|
37576
37566
|
var createNamedContext = function createNamedContext(name) {
|
|
37577
|
-
var context = (
|
|
37567
|
+
var context = createContext();
|
|
37578
37568
|
context.displayName = name;
|
|
37579
37569
|
return context;
|
|
37580
37570
|
};
|
|
@@ -37680,13 +37670,13 @@ var Router = /*#__PURE__*/function (_React$Component) {
|
|
|
37680
37670
|
|
|
37681
37671
|
if (true) {
|
|
37682
37672
|
Router.propTypes = {
|
|
37683
|
-
children: (
|
|
37684
|
-
history: (
|
|
37685
|
-
staticContext: (
|
|
37673
|
+
children: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().node),
|
|
37674
|
+
history: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().object).isRequired,
|
|
37675
|
+
staticContext: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().object)
|
|
37686
37676
|
};
|
|
37687
37677
|
|
|
37688
37678
|
Router.prototype.componentDidUpdate = function (prevProps) {
|
|
37689
|
-
true ? (0,
|
|
37679
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(prevProps.history === this.props.history, "You cannot change <Router history>") : 0;
|
|
37690
37680
|
};
|
|
37691
37681
|
}
|
|
37692
37682
|
|
|
@@ -37723,15 +37713,15 @@ var MemoryRouter = /*#__PURE__*/function (_React$Component) {
|
|
|
37723
37713
|
|
|
37724
37714
|
if (true) {
|
|
37725
37715
|
MemoryRouter.propTypes = {
|
|
37726
|
-
initialEntries: (
|
|
37727
|
-
initialIndex: (
|
|
37728
|
-
getUserConfirmation: (
|
|
37729
|
-
keyLength: (
|
|
37730
|
-
children: (
|
|
37716
|
+
initialEntries: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().array),
|
|
37717
|
+
initialIndex: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().number),
|
|
37718
|
+
getUserConfirmation: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().func),
|
|
37719
|
+
keyLength: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().number),
|
|
37720
|
+
children: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().node)
|
|
37731
37721
|
};
|
|
37732
37722
|
|
|
37733
37723
|
MemoryRouter.prototype.componentDidMount = function () {
|
|
37734
|
-
true ? (0,
|
|
37724
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!this.props.history, "<MemoryRouter> ignores the history prop. To use a custom history, " + "use `import { Router }` instead of `import { MemoryRouter as Router }`.") : 0;
|
|
37735
37725
|
};
|
|
37736
37726
|
}
|
|
37737
37727
|
|
|
@@ -37772,7 +37762,7 @@ function Prompt(_ref) {
|
|
|
37772
37762
|
_ref$when = _ref.when,
|
|
37773
37763
|
when = _ref$when === void 0 ? true : _ref$when;
|
|
37774
37764
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(context.Consumer, null, function (context) {
|
|
37775
|
-
!context ? true ? (0,
|
|
37765
|
+
!context ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_2__["default"])(false, "You should not use <Prompt> outside a <Router>") : 0 : void 0;
|
|
37776
37766
|
if (!when || context.staticContext) return null;
|
|
37777
37767
|
var method = context.history.block;
|
|
37778
37768
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(Lifecycle, {
|
|
@@ -37794,9 +37784,9 @@ function Prompt(_ref) {
|
|
|
37794
37784
|
}
|
|
37795
37785
|
|
|
37796
37786
|
if (true) {
|
|
37797
|
-
var messageType =
|
|
37787
|
+
var messageType = prop_types__WEBPACK_IMPORTED_MODULE_9___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_9___default().func), (prop_types__WEBPACK_IMPORTED_MODULE_9___default().string)]);
|
|
37798
37788
|
Prompt.propTypes = {
|
|
37799
|
-
when: (
|
|
37789
|
+
when: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().bool),
|
|
37800
37790
|
message: messageType.isRequired
|
|
37801
37791
|
};
|
|
37802
37792
|
}
|
|
@@ -37845,7 +37835,7 @@ function Redirect(_ref) {
|
|
|
37845
37835
|
_ref$push = _ref.push,
|
|
37846
37836
|
push = _ref$push === void 0 ? false : _ref$push;
|
|
37847
37837
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(context.Consumer, null, function (context) {
|
|
37848
|
-
!context ? true ? (0,
|
|
37838
|
+
!context ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_2__["default"])(false, "You should not use <Redirect> outside a <Router>") : 0 : void 0;
|
|
37849
37839
|
var history = context.history,
|
|
37850
37840
|
staticContext = context.staticContext;
|
|
37851
37841
|
var method = push ? history.push : history.replace;
|
|
@@ -37879,9 +37869,9 @@ function Redirect(_ref) {
|
|
|
37879
37869
|
|
|
37880
37870
|
if (true) {
|
|
37881
37871
|
Redirect.propTypes = {
|
|
37882
|
-
push: (
|
|
37883
|
-
from: (
|
|
37884
|
-
to:
|
|
37872
|
+
push: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().bool),
|
|
37873
|
+
from: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().string),
|
|
37874
|
+
to: prop_types__WEBPACK_IMPORTED_MODULE_9___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_9___default().string), (prop_types__WEBPACK_IMPORTED_MODULE_9___default().object)]).isRequired
|
|
37885
37875
|
};
|
|
37886
37876
|
}
|
|
37887
37877
|
|
|
@@ -37971,7 +37961,7 @@ function isEmptyChildren(children) {
|
|
|
37971
37961
|
|
|
37972
37962
|
function evalChildrenDev(children, props, path) {
|
|
37973
37963
|
var value = children(props);
|
|
37974
|
-
true ? (0,
|
|
37964
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(value !== undefined, "You returned `undefined` from the `children` function of " + ("<Route" + (path ? " path=\"" + path + "\"" : "") + ">, but you ") + "should have returned a React element or `null`") : 0;
|
|
37975
37965
|
return value || null;
|
|
37976
37966
|
}
|
|
37977
37967
|
/**
|
|
@@ -37992,7 +37982,7 @@ var Route = /*#__PURE__*/function (_React$Component) {
|
|
|
37992
37982
|
var _this = this;
|
|
37993
37983
|
|
|
37994
37984
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(context.Consumer, null, function (context$1) {
|
|
37995
|
-
!context$1 ? true ? (0,
|
|
37985
|
+
!context$1 ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_2__["default"])(false, "You should not use <Route> outside a <Router>") : 0 : void 0;
|
|
37996
37986
|
var location = _this.props.location || context$1.location;
|
|
37997
37987
|
var match = _this.props.computedMatch ? _this.props.computedMatch // <Switch> already computed the match for us
|
|
37998
37988
|
: _this.props.path ? matchPath(location.pathname, _this.props) : context$1.match;
|
|
@@ -38023,29 +38013,29 @@ var Route = /*#__PURE__*/function (_React$Component) {
|
|
|
38023
38013
|
|
|
38024
38014
|
if (true) {
|
|
38025
38015
|
Route.propTypes = {
|
|
38026
|
-
children:
|
|
38016
|
+
children: prop_types__WEBPACK_IMPORTED_MODULE_9___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_9___default().func), (prop_types__WEBPACK_IMPORTED_MODULE_9___default().node)]),
|
|
38027
38017
|
component: function component(props, propName) {
|
|
38028
38018
|
if (props[propName] && !(0,react_is__WEBPACK_IMPORTED_MODULE_5__.isValidElementType)(props[propName])) {
|
|
38029
38019
|
return new Error("Invalid prop 'component' supplied to 'Route': the prop is not a valid React component");
|
|
38030
38020
|
}
|
|
38031
38021
|
},
|
|
38032
|
-
exact: (
|
|
38033
|
-
location: (
|
|
38034
|
-
path:
|
|
38035
|
-
render: (
|
|
38036
|
-
sensitive: (
|
|
38037
|
-
strict: (
|
|
38022
|
+
exact: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().bool),
|
|
38023
|
+
location: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().object),
|
|
38024
|
+
path: prop_types__WEBPACK_IMPORTED_MODULE_9___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_9___default().string), prop_types__WEBPACK_IMPORTED_MODULE_9___default().arrayOf((prop_types__WEBPACK_IMPORTED_MODULE_9___default().string))]),
|
|
38025
|
+
render: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().func),
|
|
38026
|
+
sensitive: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().bool),
|
|
38027
|
+
strict: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().bool)
|
|
38038
38028
|
};
|
|
38039
38029
|
|
|
38040
38030
|
Route.prototype.componentDidMount = function () {
|
|
38041
|
-
true ? (0,
|
|
38042
|
-
true ? (0,
|
|
38043
|
-
true ? (0,
|
|
38031
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!(this.props.children && !isEmptyChildren(this.props.children) && this.props.component), "You should not use <Route component> and <Route children> in the same route; <Route component> will be ignored") : 0;
|
|
38032
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!(this.props.children && !isEmptyChildren(this.props.children) && this.props.render), "You should not use <Route render> and <Route children> in the same route; <Route render> will be ignored") : 0;
|
|
38033
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!(this.props.component && this.props.render), "You should not use <Route component> and <Route render> in the same route; <Route render> will be ignored") : 0;
|
|
38044
38034
|
};
|
|
38045
38035
|
|
|
38046
38036
|
Route.prototype.componentDidUpdate = function (prevProps) {
|
|
38047
|
-
true ? (0,
|
|
38048
|
-
true ? (0,
|
|
38037
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!(this.props.location && !prevProps.location), '<Route> elements should not change from uncontrolled to controlled (or vice versa). You initially used no "location" prop and then provided one on a subsequent render.') : 0;
|
|
38038
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!(!this.props.location && prevProps.location), '<Route> elements should not change from controlled to uncontrolled (or vice versa). You provided a "location" prop initially but omitted it on a subsequent render.') : 0;
|
|
38049
38039
|
};
|
|
38050
38040
|
}
|
|
38051
38041
|
|
|
@@ -38075,7 +38065,7 @@ function createURL(location) {
|
|
|
38075
38065
|
|
|
38076
38066
|
function staticHandler(methodName) {
|
|
38077
38067
|
return function () {
|
|
38078
|
-
true ? (0,
|
|
38068
|
+
true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_2__["default"])(false, "You cannot %s with <StaticRouter>", methodName) : 0 ;
|
|
38079
38069
|
};
|
|
38080
38070
|
}
|
|
38081
38071
|
|
|
@@ -38167,13 +38157,13 @@ var StaticRouter = /*#__PURE__*/function (_React$Component) {
|
|
|
38167
38157
|
|
|
38168
38158
|
if (true) {
|
|
38169
38159
|
StaticRouter.propTypes = {
|
|
38170
|
-
basename: (
|
|
38171
|
-
context: (
|
|
38172
|
-
location:
|
|
38160
|
+
basename: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().string),
|
|
38161
|
+
context: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().object),
|
|
38162
|
+
location: prop_types__WEBPACK_IMPORTED_MODULE_9___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_9___default().string), (prop_types__WEBPACK_IMPORTED_MODULE_9___default().object)])
|
|
38173
38163
|
};
|
|
38174
38164
|
|
|
38175
38165
|
StaticRouter.prototype.componentDidMount = function () {
|
|
38176
|
-
true ? (0,
|
|
38166
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!this.props.history, "<StaticRouter> ignores the history prop. To use a custom history, " + "use `import { Router }` instead of `import { StaticRouter as Router }`.") : 0;
|
|
38177
38167
|
};
|
|
38178
38168
|
}
|
|
38179
38169
|
|
|
@@ -38194,7 +38184,7 @@ var Switch = /*#__PURE__*/function (_React$Component) {
|
|
|
38194
38184
|
var _this = this;
|
|
38195
38185
|
|
|
38196
38186
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(context.Consumer, null, function (context) {
|
|
38197
|
-
!context ? true ? (0,
|
|
38187
|
+
!context ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_2__["default"])(false, "You should not use <Switch> outside a <Router>") : 0 : void 0;
|
|
38198
38188
|
var location = _this.props.location || context.location;
|
|
38199
38189
|
var element, match; // We use React.Children.forEach instead of React.Children.toArray().find()
|
|
38200
38190
|
// here because toArray adds keys to all child elements and we do not want
|
|
@@ -38222,13 +38212,13 @@ var Switch = /*#__PURE__*/function (_React$Component) {
|
|
|
38222
38212
|
|
|
38223
38213
|
if (true) {
|
|
38224
38214
|
Switch.propTypes = {
|
|
38225
|
-
children: (
|
|
38226
|
-
location: (
|
|
38215
|
+
children: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().node),
|
|
38216
|
+
location: (prop_types__WEBPACK_IMPORTED_MODULE_9___default().object)
|
|
38227
38217
|
};
|
|
38228
38218
|
|
|
38229
38219
|
Switch.prototype.componentDidUpdate = function (prevProps) {
|
|
38230
|
-
true ? (0,
|
|
38231
|
-
true ? (0,
|
|
38220
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!(this.props.location && !prevProps.location), '<Switch> elements should not change from uncontrolled to controlled (or vice versa). You initially used no "location" prop and then provided one on a subsequent render.') : 0;
|
|
38221
|
+
true ? (0,tiny_warning__WEBPACK_IMPORTED_MODULE_8__["default"])(!(!this.props.location && prevProps.location), '<Switch> elements should not change from controlled to uncontrolled (or vice versa). You provided a "location" prop initially but omitted it on a subsequent render.') : 0;
|
|
38232
38222
|
};
|
|
38233
38223
|
}
|
|
38234
38224
|
|
|
@@ -38244,7 +38234,7 @@ function withRouter(Component) {
|
|
|
38244
38234
|
remainingProps = (0,_babel_runtime_helpers_esm_objectWithoutPropertiesLoose__WEBPACK_IMPORTED_MODULE_6__["default"])(props, ["wrappedComponentRef"]);
|
|
38245
38235
|
|
|
38246
38236
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(context.Consumer, null, function (context) {
|
|
38247
|
-
!context ? true ? (0,
|
|
38237
|
+
!context ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_2__["default"])(false, "You should not use <" + displayName + " /> outside a <Router>") : 0 : void 0;
|
|
38248
38238
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(Component, (0,_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_3__["default"])({}, remainingProps, context, {
|
|
38249
38239
|
ref: wrappedComponentRef
|
|
38250
38240
|
}));
|
|
@@ -38256,7 +38246,7 @@ function withRouter(Component) {
|
|
|
38256
38246
|
|
|
38257
38247
|
if (true) {
|
|
38258
38248
|
C.propTypes = {
|
|
38259
|
-
wrappedComponentRef:
|
|
38249
|
+
wrappedComponentRef: prop_types__WEBPACK_IMPORTED_MODULE_9___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_9___default().string), (prop_types__WEBPACK_IMPORTED_MODULE_9___default().func), (prop_types__WEBPACK_IMPORTED_MODULE_9___default().object)])
|
|
38260
38250
|
};
|
|
38261
38251
|
}
|
|
38262
38252
|
|
|
@@ -38266,21 +38256,21 @@ function withRouter(Component) {
|
|
|
38266
38256
|
var useContext = (react__WEBPACK_IMPORTED_MODULE_1___default().useContext);
|
|
38267
38257
|
function useHistory() {
|
|
38268
38258
|
if (true) {
|
|
38269
|
-
!(typeof useContext === "function") ? true ? (0,
|
|
38259
|
+
!(typeof useContext === "function") ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_2__["default"])(false, "You must use React >= 16.8 in order to use useHistory()") : 0 : void 0;
|
|
38270
38260
|
}
|
|
38271
38261
|
|
|
38272
38262
|
return useContext(historyContext);
|
|
38273
38263
|
}
|
|
38274
38264
|
function useLocation() {
|
|
38275
38265
|
if (true) {
|
|
38276
|
-
!(typeof useContext === "function") ? true ? (0,
|
|
38266
|
+
!(typeof useContext === "function") ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_2__["default"])(false, "You must use React >= 16.8 in order to use useLocation()") : 0 : void 0;
|
|
38277
38267
|
}
|
|
38278
38268
|
|
|
38279
38269
|
return useContext(context).location;
|
|
38280
38270
|
}
|
|
38281
38271
|
function useParams() {
|
|
38282
38272
|
if (true) {
|
|
38283
|
-
!(typeof useContext === "function") ? true ? (0,
|
|
38273
|
+
!(typeof useContext === "function") ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_2__["default"])(false, "You must use React >= 16.8 in order to use useParams()") : 0 : void 0;
|
|
38284
38274
|
}
|
|
38285
38275
|
|
|
38286
38276
|
var match = useContext(context).match;
|
|
@@ -38288,7 +38278,7 @@ function useParams() {
|
|
|
38288
38278
|
}
|
|
38289
38279
|
function useRouteMatch(path) {
|
|
38290
38280
|
if (true) {
|
|
38291
|
-
!(typeof useContext === "function") ? true ? (0,
|
|
38281
|
+
!(typeof useContext === "function") ? true ? (0,tiny_invariant__WEBPACK_IMPORTED_MODULE_2__["default"])(false, "You must use React >= 16.8 in order to use useRouteMatch()") : 0 : void 0;
|
|
38292
38282
|
}
|
|
38293
38283
|
|
|
38294
38284
|
var location = useLocation();
|
|
@@ -38298,7 +38288,7 @@ function useRouteMatch(path) {
|
|
|
38298
38288
|
|
|
38299
38289
|
if (true) {
|
|
38300
38290
|
if (typeof window !== "undefined") {
|
|
38301
|
-
var global = window;
|
|
38291
|
+
var global$1 = window;
|
|
38302
38292
|
var key = "__react_router_build__";
|
|
38303
38293
|
var buildNames = {
|
|
38304
38294
|
cjs: "CommonJS",
|
|
@@ -38306,15 +38296,15 @@ if (true) {
|
|
|
38306
38296
|
umd: "UMD"
|
|
38307
38297
|
};
|
|
38308
38298
|
|
|
38309
|
-
if (global[key] && global[key] !== "esm") {
|
|
38310
|
-
var initialBuildName = buildNames[global[key]];
|
|
38299
|
+
if (global$1[key] && global$1[key] !== "esm") {
|
|
38300
|
+
var initialBuildName = buildNames[global$1[key]];
|
|
38311
38301
|
var secondaryBuildName = buildNames["esm"]; // TODO: Add link to article that explains in detail how to avoid
|
|
38312
38302
|
// loading 2 different builds.
|
|
38313
38303
|
|
|
38314
38304
|
throw new Error("You are loading the " + secondaryBuildName + " build of React Router " + ("on a page that is already running the " + initialBuildName + " ") + "build, so things won't work right.");
|
|
38315
38305
|
}
|
|
38316
38306
|
|
|
38317
|
-
global[key] = "esm";
|
|
38307
|
+
global$1[key] = "esm";
|
|
38318
38308
|
}
|
|
38319
38309
|
}
|
|
38320
38310
|
|
|
@@ -41840,36 +41830,6 @@ if (false) {} else {
|
|
|
41840
41830
|
}
|
|
41841
41831
|
|
|
41842
41832
|
|
|
41843
|
-
/***/ }),
|
|
41844
|
-
|
|
41845
|
-
/***/ "../../../node_modules/tiny-invariant/dist/tiny-invariant.esm.js":
|
|
41846
|
-
/*!***********************************************************************!*\
|
|
41847
|
-
!*** ../../../node_modules/tiny-invariant/dist/tiny-invariant.esm.js ***!
|
|
41848
|
-
\***********************************************************************/
|
|
41849
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
41850
|
-
|
|
41851
|
-
"use strict";
|
|
41852
|
-
__webpack_require__.r(__webpack_exports__);
|
|
41853
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
41854
|
-
/* harmony export */ "default": () => (/* binding */ invariant)
|
|
41855
|
-
/* harmony export */ });
|
|
41856
|
-
var isProduction = "development" === 'production';
|
|
41857
|
-
var prefix = 'Invariant failed';
|
|
41858
|
-
function invariant(condition, message) {
|
|
41859
|
-
if (condition) {
|
|
41860
|
-
return;
|
|
41861
|
-
}
|
|
41862
|
-
if (isProduction) {
|
|
41863
|
-
throw new Error(prefix);
|
|
41864
|
-
}
|
|
41865
|
-
var provided = typeof message === 'function' ? message() : message;
|
|
41866
|
-
var value = provided ? prefix + ": " + provided : prefix;
|
|
41867
|
-
throw new Error(value);
|
|
41868
|
-
}
|
|
41869
|
-
|
|
41870
|
-
|
|
41871
|
-
|
|
41872
|
-
|
|
41873
41833
|
/***/ }),
|
|
41874
41834
|
|
|
41875
41835
|
/***/ "../../../node_modules/tiny-warning/dist/tiny-warning.esm.js":
|
|
@@ -41916,35 +41876,35 @@ function warning(condition, message) {
|
|
|
41916
41876
|
"use strict";
|
|
41917
41877
|
__webpack_require__.r(__webpack_exports__);
|
|
41918
41878
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
41919
|
-
/* harmony export */
|
|
41920
|
-
/* harmony export */
|
|
41921
|
-
/* harmony export */
|
|
41922
|
-
/* harmony export */
|
|
41923
|
-
/* harmony export */
|
|
41924
|
-
/* harmony export */
|
|
41925
|
-
/* harmony export */
|
|
41926
|
-
/* harmony export */
|
|
41927
|
-
/* harmony export */
|
|
41928
|
-
/* harmony export */
|
|
41929
|
-
/* harmony export */
|
|
41930
|
-
/* harmony export */
|
|
41931
|
-
/* harmony export */
|
|
41932
|
-
/* harmony export */
|
|
41933
|
-
/* harmony export */
|
|
41934
|
-
/* harmony export */
|
|
41935
|
-
/* harmony export */
|
|
41936
|
-
/* harmony export */
|
|
41937
|
-
/* harmony export */
|
|
41938
|
-
/* harmony export */
|
|
41939
|
-
/* harmony export */
|
|
41940
|
-
/* harmony export */
|
|
41941
|
-
/* harmony export */
|
|
41942
|
-
/* harmony export */
|
|
41943
|
-
/* harmony export */
|
|
41944
|
-
/* harmony export */
|
|
41945
|
-
/* harmony export */
|
|
41946
|
-
/* harmony export */
|
|
41947
|
-
/* harmony export */
|
|
41879
|
+
/* harmony export */ __assign: () => (/* binding */ __assign),
|
|
41880
|
+
/* harmony export */ __asyncDelegator: () => (/* binding */ __asyncDelegator),
|
|
41881
|
+
/* harmony export */ __asyncGenerator: () => (/* binding */ __asyncGenerator),
|
|
41882
|
+
/* harmony export */ __asyncValues: () => (/* binding */ __asyncValues),
|
|
41883
|
+
/* harmony export */ __await: () => (/* binding */ __await),
|
|
41884
|
+
/* harmony export */ __awaiter: () => (/* binding */ __awaiter),
|
|
41885
|
+
/* harmony export */ __classPrivateFieldGet: () => (/* binding */ __classPrivateFieldGet),
|
|
41886
|
+
/* harmony export */ __classPrivateFieldIn: () => (/* binding */ __classPrivateFieldIn),
|
|
41887
|
+
/* harmony export */ __classPrivateFieldSet: () => (/* binding */ __classPrivateFieldSet),
|
|
41888
|
+
/* harmony export */ __createBinding: () => (/* binding */ __createBinding),
|
|
41889
|
+
/* harmony export */ __decorate: () => (/* binding */ __decorate),
|
|
41890
|
+
/* harmony export */ __esDecorate: () => (/* binding */ __esDecorate),
|
|
41891
|
+
/* harmony export */ __exportStar: () => (/* binding */ __exportStar),
|
|
41892
|
+
/* harmony export */ __extends: () => (/* binding */ __extends),
|
|
41893
|
+
/* harmony export */ __generator: () => (/* binding */ __generator),
|
|
41894
|
+
/* harmony export */ __importDefault: () => (/* binding */ __importDefault),
|
|
41895
|
+
/* harmony export */ __importStar: () => (/* binding */ __importStar),
|
|
41896
|
+
/* harmony export */ __makeTemplateObject: () => (/* binding */ __makeTemplateObject),
|
|
41897
|
+
/* harmony export */ __metadata: () => (/* binding */ __metadata),
|
|
41898
|
+
/* harmony export */ __param: () => (/* binding */ __param),
|
|
41899
|
+
/* harmony export */ __propKey: () => (/* binding */ __propKey),
|
|
41900
|
+
/* harmony export */ __read: () => (/* binding */ __read),
|
|
41901
|
+
/* harmony export */ __rest: () => (/* binding */ __rest),
|
|
41902
|
+
/* harmony export */ __runInitializers: () => (/* binding */ __runInitializers),
|
|
41903
|
+
/* harmony export */ __setFunctionName: () => (/* binding */ __setFunctionName),
|
|
41904
|
+
/* harmony export */ __spread: () => (/* binding */ __spread),
|
|
41905
|
+
/* harmony export */ __spreadArray: () => (/* binding */ __spreadArray),
|
|
41906
|
+
/* harmony export */ __spreadArrays: () => (/* binding */ __spreadArrays),
|
|
41907
|
+
/* harmony export */ __values: () => (/* binding */ __values),
|
|
41948
41908
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
41949
41909
|
/* harmony export */ });
|
|
41950
41910
|
/******************************************************************************
|
|
@@ -42466,14 +42426,12 @@ function _extends() {
|
|
|
42466
42426
|
_extends = Object.assign ? Object.assign.bind() : function (target) {
|
|
42467
42427
|
for (var i = 1; i < arguments.length; i++) {
|
|
42468
42428
|
var source = arguments[i];
|
|
42469
|
-
|
|
42470
42429
|
for (var key in source) {
|
|
42471
42430
|
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
42472
42431
|
target[key] = source[key];
|
|
42473
42432
|
}
|
|
42474
42433
|
}
|
|
42475
42434
|
}
|
|
42476
|
-
|
|
42477
42435
|
return target;
|
|
42478
42436
|
};
|
|
42479
42437
|
return _extends.apply(this, arguments);
|
|
@@ -42518,13 +42476,11 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
|
42518
42476
|
var target = {};
|
|
42519
42477
|
var sourceKeys = Object.keys(source);
|
|
42520
42478
|
var key, i;
|
|
42521
|
-
|
|
42522
42479
|
for (i = 0; i < sourceKeys.length; i++) {
|
|
42523
42480
|
key = sourceKeys[i];
|
|
42524
42481
|
if (excluded.indexOf(key) >= 0) continue;
|
|
42525
42482
|
target[key] = source[key];
|
|
42526
42483
|
}
|
|
42527
|
-
|
|
42528
42484
|
return target;
|
|
42529
42485
|
}
|
|
42530
42486
|
|
|
@@ -42560,45 +42516,45 @@ function _setPrototypeOf(o, p) {
|
|
|
42560
42516
|
"use strict";
|
|
42561
42517
|
__webpack_require__.r(__webpack_exports__);
|
|
42562
42518
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
42563
|
-
/* harmony export */
|
|
42564
|
-
/* harmony export */
|
|
42565
|
-
/* harmony export */
|
|
42566
|
-
/* harmony export */
|
|
42567
|
-
/* harmony export */
|
|
42568
|
-
/* harmony export */
|
|
42569
|
-
/* harmony export */
|
|
42570
|
-
/* harmony export */
|
|
42571
|
-
/* harmony export */
|
|
42572
|
-
/* harmony export */
|
|
42573
|
-
/* harmony export */
|
|
42574
|
-
/* harmony export */
|
|
42575
|
-
/* harmony export */
|
|
42576
|
-
/* harmony export */
|
|
42577
|
-
/* harmony export */
|
|
42578
|
-
/* harmony export */
|
|
42579
|
-
/* harmony export */
|
|
42580
|
-
/* harmony export */
|
|
42581
|
-
/* harmony export */
|
|
42582
|
-
/* harmony export */
|
|
42583
|
-
/* harmony export */
|
|
42584
|
-
/* harmony export */
|
|
42585
|
-
/* harmony export */
|
|
42586
|
-
/* harmony export */
|
|
42587
|
-
/* harmony export */
|
|
42588
|
-
/* harmony export */
|
|
42589
|
-
/* harmony export */
|
|
42590
|
-
/* harmony export */
|
|
42591
|
-
/* harmony export */
|
|
42592
|
-
/* harmony export */
|
|
42593
|
-
/* harmony export */
|
|
42594
|
-
/* harmony export */
|
|
42595
|
-
/* harmony export */
|
|
42596
|
-
/* harmony export */
|
|
42597
|
-
/* harmony export */
|
|
42598
|
-
/* harmony export */
|
|
42599
|
-
/* harmony export */
|
|
42600
|
-
/* harmony export */
|
|
42601
|
-
/* harmony export */
|
|
42519
|
+
/* harmony export */ asyncStrategy: () => (/* binding */ asyncStrategy),
|
|
42520
|
+
/* harmony export */ blazingStrategy: () => (/* binding */ blazingStrategy),
|
|
42521
|
+
/* harmony export */ callfunc: () => (/* binding */ callfunc),
|
|
42522
|
+
/* harmony export */ checkCreateApi: () => (/* binding */ checkCreateApi),
|
|
42523
|
+
/* harmony export */ checkPiletApp: () => (/* binding */ checkPiletApp),
|
|
42524
|
+
/* harmony export */ checkPiletAppAsync: () => (/* binding */ checkPiletAppAsync),
|
|
42525
|
+
/* harmony export */ createDeferredStrategy: () => (/* binding */ createDeferredStrategy),
|
|
42526
|
+
/* harmony export */ createEvaluatedPilet: () => (/* binding */ createEvaluatedPilet),
|
|
42527
|
+
/* harmony export */ createListener: () => (/* binding */ createListener),
|
|
42528
|
+
/* harmony export */ createProgressiveStrategy: () => (/* binding */ createProgressiveStrategy),
|
|
42529
|
+
/* harmony export */ emptyApp: () => (/* binding */ emptyApp),
|
|
42530
|
+
/* harmony export */ extendLoader: () => (/* binding */ extendLoader),
|
|
42531
|
+
/* harmony export */ getBasePath: () => (/* binding */ getBasePath),
|
|
42532
|
+
/* harmony export */ getDefaultLoader: () => (/* binding */ getDefaultLoader),
|
|
42533
|
+
/* harmony export */ includeScript: () => (/* binding */ includeScript),
|
|
42534
|
+
/* harmony export */ includeScriptDependency: () => (/* binding */ includeScriptDependency),
|
|
42535
|
+
/* harmony export */ initializeApi: () => (/* binding */ initializeApi),
|
|
42536
|
+
/* harmony export */ inspectPilet: () => (/* binding */ inspectPilet),
|
|
42537
|
+
/* harmony export */ isfunc: () => (/* binding */ isfunc),
|
|
42538
|
+
/* harmony export */ loadFrom: () => (/* binding */ loadFrom),
|
|
42539
|
+
/* harmony export */ loadMetadata: () => (/* binding */ loadMetadata),
|
|
42540
|
+
/* harmony export */ loadPilets: () => (/* binding */ loadPilets),
|
|
42541
|
+
/* harmony export */ loadSystemPilet: () => (/* binding */ loadSystemPilet),
|
|
42542
|
+
/* harmony export */ mergeApis: () => (/* binding */ mergeApis),
|
|
42543
|
+
/* harmony export */ prepareCleanup: () => (/* binding */ prepareCleanup),
|
|
42544
|
+
/* harmony export */ promisify: () => (/* binding */ promisify),
|
|
42545
|
+
/* harmony export */ registerDependencies: () => (/* binding */ registerDependencies),
|
|
42546
|
+
/* harmony export */ registerDependencyUrls: () => (/* binding */ registerDependencyUrls),
|
|
42547
|
+
/* harmony export */ registerModule: () => (/* binding */ registerModule),
|
|
42548
|
+
/* harmony export */ requireModule: () => (/* binding */ requireModule),
|
|
42549
|
+
/* harmony export */ runCleanup: () => (/* binding */ runCleanup),
|
|
42550
|
+
/* harmony export */ runPilet: () => (/* binding */ runPilet),
|
|
42551
|
+
/* harmony export */ runPilets: () => (/* binding */ runPilets),
|
|
42552
|
+
/* harmony export */ setupPiletBundle: () => (/* binding */ setupPiletBundle),
|
|
42553
|
+
/* harmony export */ setupSinglePilet: () => (/* binding */ setupSinglePilet),
|
|
42554
|
+
/* harmony export */ standardStrategy: () => (/* binding */ standardStrategy),
|
|
42555
|
+
/* harmony export */ startLoadingPilets: () => (/* binding */ startLoadingPilets),
|
|
42556
|
+
/* harmony export */ syncStrategy: () => (/* binding */ syncStrategy),
|
|
42557
|
+
/* harmony export */ unregisterModules: () => (/* binding */ unregisterModules)
|
|
42602
42558
|
/* harmony export */ });
|
|
42603
42559
|
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
|
|
42604
42560
|
var _excluded = ["dependencies", "spec", "name"],
|
|
@@ -42613,7 +42569,6 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
42613
42569
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
42614
42570
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
42615
42571
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
42616
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
42617
42572
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
|
|
42618
42573
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
42619
42574
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -42625,10 +42580,11 @@ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o =
|
|
|
42625
42580
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
42626
42581
|
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
42627
42582
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
42583
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
42628
42584
|
// ../../../node_modules/systemjs/dist/system.js
|
|
42629
42585
|
(function () {
|
|
42630
42586
|
function errMsg(errCode, msg) {
|
|
42631
|
-
return (msg || "") + " (SystemJS Error#" + errCode + " https://
|
|
42587
|
+
return (msg || "") + " (SystemJS Error#" + errCode + " https://github.com/systemjs/systemjs/blob/main/docs/errors.md#" + errCode + ")";
|
|
42632
42588
|
}
|
|
42633
42589
|
var hasSymbol = typeof Symbol !== "undefined";
|
|
42634
42590
|
var hasSelf = typeof self !== "undefined";
|
|
@@ -42750,12 +42706,13 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42750
42706
|
this[REGISTRY] = {};
|
|
42751
42707
|
}
|
|
42752
42708
|
var systemJSPrototype = SystemJS.prototype;
|
|
42753
|
-
systemJSPrototype["import"] = function (id, parentUrl) {
|
|
42709
|
+
systemJSPrototype["import"] = function (id, parentUrl, meta) {
|
|
42754
42710
|
var loader7 = this;
|
|
42711
|
+
parentUrl && _typeof(parentUrl) === "object" && (meta = parentUrl, parentUrl = void 0);
|
|
42755
42712
|
return Promise.resolve(loader7.prepareImport()).then(function () {
|
|
42756
|
-
return loader7.resolve(id, parentUrl);
|
|
42713
|
+
return loader7.resolve(id, parentUrl, meta);
|
|
42757
42714
|
}).then(function (id2) {
|
|
42758
|
-
var load = getOrCreateLoad(loader7, id2);
|
|
42715
|
+
var load = getOrCreateLoad(loader7, id2, void 0, meta);
|
|
42759
42716
|
return load.C || topLevelLoad(loader7, load);
|
|
42760
42717
|
});
|
|
42761
42718
|
};
|
|
@@ -42777,15 +42734,15 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42777
42734
|
if (err) throw err;
|
|
42778
42735
|
}
|
|
42779
42736
|
var lastRegister;
|
|
42780
|
-
systemJSPrototype.register = function (deps, declare) {
|
|
42781
|
-
lastRegister = [deps, declare];
|
|
42737
|
+
systemJSPrototype.register = function (deps, declare, metas) {
|
|
42738
|
+
lastRegister = [deps, declare, metas];
|
|
42782
42739
|
};
|
|
42783
42740
|
systemJSPrototype.getRegister = function () {
|
|
42784
42741
|
var _lastRegister = lastRegister;
|
|
42785
42742
|
lastRegister = void 0;
|
|
42786
42743
|
return _lastRegister;
|
|
42787
42744
|
};
|
|
42788
|
-
function getOrCreateLoad(loader7, id, firstParentUrl) {
|
|
42745
|
+
function getOrCreateLoad(loader7, id, firstParentUrl, meta) {
|
|
42789
42746
|
var load = loader7[REGISTRY][id];
|
|
42790
42747
|
if (load) return load;
|
|
42791
42748
|
var importerSetters = [];
|
|
@@ -42794,7 +42751,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42794
42751
|
value: "Module"
|
|
42795
42752
|
});
|
|
42796
42753
|
var instantiatePromise = Promise.resolve().then(function () {
|
|
42797
|
-
return loader7.instantiate(id, firstParentUrl);
|
|
42754
|
+
return loader7.instantiate(id, firstParentUrl, meta);
|
|
42798
42755
|
}).then(function (registration) {
|
|
42799
42756
|
if (!registration) throw Error(errMsg(2, "Module " + id + " did not instantiate"));
|
|
42800
42757
|
function _export(name, value) {
|
|
@@ -42824,13 +42781,13 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42824
42781
|
return value;
|
|
42825
42782
|
}
|
|
42826
42783
|
var declared = registration[1](_export, registration[1].length === 2 ? {
|
|
42827
|
-
"import": function _import(importId) {
|
|
42828
|
-
return loader7["import"](importId, id);
|
|
42784
|
+
"import": function _import(importId, meta2) {
|
|
42785
|
+
return loader7["import"](importId, id, meta2);
|
|
42829
42786
|
},
|
|
42830
42787
|
meta: loader7.createContext(id)
|
|
42831
42788
|
} : void 0);
|
|
42832
42789
|
load.e = declared.execute || function () {};
|
|
42833
|
-
return [registration[0], declared.setters || []];
|
|
42790
|
+
return [registration[0], declared.setters || [], registration[2] || []];
|
|
42834
42791
|
}, function (err) {
|
|
42835
42792
|
load.e = null;
|
|
42836
42793
|
load.er = err;
|
|
@@ -42840,8 +42797,9 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42840
42797
|
var linkPromise = instantiatePromise.then(function (instantiation) {
|
|
42841
42798
|
return Promise.all(instantiation[0].map(function (dep, i) {
|
|
42842
42799
|
var setter = instantiation[1][i];
|
|
42800
|
+
var meta2 = instantiation[2][i];
|
|
42843
42801
|
return Promise.resolve(loader7.resolve(dep, id)).then(function (depId) {
|
|
42844
|
-
var depLoad = getOrCreateLoad(loader7, depId, id);
|
|
42802
|
+
var depLoad = getOrCreateLoad(loader7, depId, id, meta2);
|
|
42845
42803
|
return Promise.resolve(depLoad.I).then(function () {
|
|
42846
42804
|
if (setter) {
|
|
42847
42805
|
depLoad.i.push(setter);
|
|
@@ -42858,6 +42816,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42858
42816
|
id: id,
|
|
42859
42817
|
i: importerSetters,
|
|
42860
42818
|
n: ns,
|
|
42819
|
+
m: meta,
|
|
42861
42820
|
I: instantiatePromise,
|
|
42862
42821
|
L: linkPromise,
|
|
42863
42822
|
h: false,
|
|
@@ -42901,13 +42860,14 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42901
42860
|
if (load.E) return load.E;
|
|
42902
42861
|
return;
|
|
42903
42862
|
}
|
|
42863
|
+
var exec = load.e;
|
|
42864
|
+
load.e = null;
|
|
42904
42865
|
var depLoadPromises;
|
|
42905
42866
|
load.d.forEach(function (depLoad) {
|
|
42906
42867
|
try {
|
|
42907
42868
|
var depLoadPromise = postOrderExec(loader7, depLoad, seen);
|
|
42908
42869
|
if (depLoadPromise) (depLoadPromises = depLoadPromises || []).push(depLoadPromise);
|
|
42909
42870
|
} catch (err) {
|
|
42910
|
-
load.e = null;
|
|
42911
42871
|
load.er = err;
|
|
42912
42872
|
triggerOnload(loader7, load, err, false);
|
|
42913
42873
|
throw err;
|
|
@@ -42917,7 +42877,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42917
42877
|
return doExec();
|
|
42918
42878
|
function doExec() {
|
|
42919
42879
|
try {
|
|
42920
|
-
var execPromise =
|
|
42880
|
+
var execPromise = exec.call(nullContext);
|
|
42921
42881
|
if (execPromise) {
|
|
42922
42882
|
execPromise = execPromise.then(function () {
|
|
42923
42883
|
load.C = load.n;
|
|
@@ -42937,7 +42897,6 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42937
42897
|
load.er = err;
|
|
42938
42898
|
throw err;
|
|
42939
42899
|
} finally {
|
|
42940
|
-
load.e = null;
|
|
42941
42900
|
triggerOnload(loader7, load, load.er, true);
|
|
42942
42901
|
}
|
|
42943
42902
|
}
|
|
@@ -42962,6 +42921,9 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42962
42921
|
processScripts();
|
|
42963
42922
|
window.addEventListener("DOMContentLoaded", processScripts);
|
|
42964
42923
|
}
|
|
42924
|
+
systemJSPrototype.addImportMap = function (newMap, mapBase) {
|
|
42925
|
+
resolveAndComposeImportMap(newMap, mapBase || baseUrl, importMap);
|
|
42926
|
+
};
|
|
42965
42927
|
function processScripts() {
|
|
42966
42928
|
[].forEach.call(document.querySelectorAll("script"), function (script) {
|
|
42967
42929
|
if (script.sp) return;
|
|
@@ -42969,7 +42931,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
42969
42931
|
script.sp = true;
|
|
42970
42932
|
if (!script.src) return;
|
|
42971
42933
|
System["import"](script.src.slice(0, 7) === "import:" ? script.src.slice(7) : resolveUrl(script.src, baseUrl))["catch"](function (e) {
|
|
42972
|
-
if (e.message.indexOf("https://
|
|
42934
|
+
if (e.message.indexOf("https://github.com/systemjs/systemjs/blob/main/docs/errors.md#3") > -1) {
|
|
42973
42935
|
var event = document.createEvent("Event");
|
|
42974
42936
|
event.initEvent("error", false, false);
|
|
42975
42937
|
script.dispatchEvent(event);
|
|
@@ -43033,6 +42995,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
43033
42995
|
var scripts = document.querySelectorAll("script[src]");
|
|
43034
42996
|
var lastScript = scripts[scripts.length - 1];
|
|
43035
42997
|
if (lastScript) {
|
|
42998
|
+
lastScript.src;
|
|
43036
42999
|
lastAutoImportDeps = deps;
|
|
43037
43000
|
var loader7 = this;
|
|
43038
43001
|
lastAutoImportTimeout = setTimeout(function () {
|
|
@@ -43078,12 +43041,13 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
43078
43041
|
if (typeof fetch !== "undefined") systemJSPrototype.fetch = fetch;
|
|
43079
43042
|
var instantiate = systemJSPrototype.instantiate;
|
|
43080
43043
|
var jsContentTypeRegEx = /^(text|application)\/(x-)?javascript(;|$)/;
|
|
43081
|
-
systemJSPrototype.instantiate = function (url, parent) {
|
|
43044
|
+
systemJSPrototype.instantiate = function (url, parent, meta) {
|
|
43082
43045
|
var loader7 = this;
|
|
43083
|
-
if (!this.shouldFetch(url)) return instantiate.apply(this, arguments);
|
|
43046
|
+
if (!this.shouldFetch(url, parent, meta)) return instantiate.apply(this, arguments);
|
|
43084
43047
|
return this.fetch(url, {
|
|
43085
43048
|
credentials: "same-origin",
|
|
43086
|
-
integrity: importMap.integrity[url]
|
|
43049
|
+
integrity: importMap.integrity[url],
|
|
43050
|
+
meta: meta
|
|
43087
43051
|
}).then(function (res) {
|
|
43088
43052
|
if (!res.ok) throw Error(errMsg(7, res.status + " " + res.statusText + ", loading " + url + (parent ? " from " + parent : "")));
|
|
43089
43053
|
var contentType = res.headers.get("content-type");
|
|
@@ -43103,12 +43067,12 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
43103
43067
|
throw Error(errMsg(8, "Unable to resolve bare specifier '" + id + (parentUrl ? "' from " + parentUrl : "'")));
|
|
43104
43068
|
}
|
|
43105
43069
|
var systemInstantiate = systemJSPrototype.instantiate;
|
|
43106
|
-
systemJSPrototype.instantiate = function (url, firstParentUrl) {
|
|
43070
|
+
systemJSPrototype.instantiate = function (url, firstParentUrl, meta) {
|
|
43107
43071
|
var preloads = importMap.depcache[url];
|
|
43108
43072
|
if (preloads) {
|
|
43109
43073
|
for (var i = 0; i < preloads.length; i++) getOrCreateLoad(this, this.resolve(preloads[i], url), url);
|
|
43110
43074
|
}
|
|
43111
|
-
return systemInstantiate.call(this, url, firstParentUrl);
|
|
43075
|
+
return systemInstantiate.call(this, url, firstParentUrl, meta);
|
|
43112
43076
|
};
|
|
43113
43077
|
if (hasSelf && typeof importScripts === "function") systemJSPrototype.instantiate = function (url) {
|
|
43114
43078
|
var loader7 = this;
|
|
@@ -43146,9 +43110,9 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
43146
43110
|
return lastGlobalProp;
|
|
43147
43111
|
}
|
|
43148
43112
|
var impt = systemJSPrototype2["import"];
|
|
43149
|
-
systemJSPrototype2["import"] = function (id, parentUrl) {
|
|
43113
|
+
systemJSPrototype2["import"] = function (id, parentUrl, meta) {
|
|
43150
43114
|
noteGlobalProps();
|
|
43151
|
-
return impt.call(this, id, parentUrl);
|
|
43115
|
+
return impt.call(this, id, parentUrl, meta);
|
|
43152
43116
|
};
|
|
43153
43117
|
var emptyInstantiation = [[], function () {
|
|
43154
43118
|
return {};
|
|
@@ -43185,8 +43149,9 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
43185
43149
|
(function (global2) {
|
|
43186
43150
|
var systemJSPrototype2 = global2.System.constructor.prototype;
|
|
43187
43151
|
var moduleTypesRegEx = /^[^#?]+\.(css|html|json|wasm)([?#].*)?$/;
|
|
43152
|
+
var _shouldFetch = systemJSPrototype2.shouldFetch.bind(systemJSPrototype2);
|
|
43188
43153
|
systemJSPrototype2.shouldFetch = function (url) {
|
|
43189
|
-
return moduleTypesRegEx.test(url);
|
|
43154
|
+
return _shouldFetch(url) || moduleTypesRegEx.test(url);
|
|
43190
43155
|
};
|
|
43191
43156
|
var jsonContentType = /^application\/json(;|$)/;
|
|
43192
43157
|
var cssContentType = /^text\/css(;|$)/;
|
|
@@ -43204,7 +43169,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
43204
43169
|
});
|
|
43205
43170
|
if (cssContentType.test(contentType)) return res.text().then(function (source) {
|
|
43206
43171
|
source = source.replace(/url\(\s*(?:(["'])((?:\\.|[^\n\\"'])+)\1|((?:\\.|[^\s,"'()\\])+))\s*\)/g, function (match, quotes, relUrl1, relUrl2) {
|
|
43207
|
-
return "url("
|
|
43172
|
+
return ["url(", quotes, resolveUrl(relUrl1 || relUrl2, url), quotes, ")"].join("");
|
|
43208
43173
|
});
|
|
43209
43174
|
return new Response(new Blob(["System.register([],function(e){return{execute:function(){var s=new CSSStyleSheet();s.replaceSync(" + JSON.stringify(source) + ');e("default",s)}}})'], {
|
|
43210
43175
|
type: "application/javascript"
|
|
@@ -43340,9 +43305,9 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
43340
43305
|
systemInstance.namedRegisterAliases = Object.create(null);
|
|
43341
43306
|
}
|
|
43342
43307
|
var register = systemJSPrototype.register;
|
|
43343
|
-
systemJSPrototype.register = function (name, deps, declare) {
|
|
43308
|
+
systemJSPrototype.register = function (name, deps, declare, metas) {
|
|
43344
43309
|
if (typeof name !== "string") return register.apply(this, arguments);
|
|
43345
|
-
var define = [deps, declare];
|
|
43310
|
+
var define = [deps, declare, metas];
|
|
43346
43311
|
this.registerRegistry[name] = define;
|
|
43347
43312
|
if (!firstNamedDefine) {
|
|
43348
43313
|
firstNamedDefine = define;
|
|
@@ -43352,7 +43317,7 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
43352
43317
|
firstNamedDefine = null;
|
|
43353
43318
|
firstName = null;
|
|
43354
43319
|
});
|
|
43355
|
-
return register.apply(this, [deps, declare]);
|
|
43320
|
+
return register.apply(this, [deps, declare, metas]);
|
|
43356
43321
|
};
|
|
43357
43322
|
var resolve = systemJSPrototype.resolve;
|
|
43358
43323
|
systemJSPrototype.resolve = function (id, parentURL) {
|
|
@@ -43366,13 +43331,13 @@ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
43366
43331
|
}
|
|
43367
43332
|
};
|
|
43368
43333
|
var instantiate = systemJSPrototype.instantiate;
|
|
43369
|
-
systemJSPrototype.instantiate = function (url, firstParentUrl) {
|
|
43334
|
+
systemJSPrototype.instantiate = function (url, firstParentUrl, meta) {
|
|
43370
43335
|
var result = this.registerRegistry[url];
|
|
43371
43336
|
if (result) {
|
|
43372
43337
|
this.registerRegistry[url] = null;
|
|
43373
43338
|
return result;
|
|
43374
43339
|
} else {
|
|
43375
|
-
return instantiate.call(this, url, firstParentUrl);
|
|
43340
|
+
return instantiate.call(this, url, firstParentUrl, meta);
|
|
43376
43341
|
}
|
|
43377
43342
|
};
|
|
43378
43343
|
var getRegister = systemJSPrototype.getRegister;
|
|
@@ -44396,6 +44361,39 @@ function createListener() {
|
|
|
44396
44361
|
};
|
|
44397
44362
|
}
|
|
44398
44363
|
|
|
44364
|
+
/*!
|
|
44365
|
+
* SystemJS 6.14.2
|
|
44366
|
+
*/
|
|
44367
|
+
|
|
44368
|
+
/***/ }),
|
|
44369
|
+
|
|
44370
|
+
/***/ "../../../node_modules/tiny-invariant/dist/esm/tiny-invariant.js":
|
|
44371
|
+
/*!***********************************************************************!*\
|
|
44372
|
+
!*** ../../../node_modules/tiny-invariant/dist/esm/tiny-invariant.js ***!
|
|
44373
|
+
\***********************************************************************/
|
|
44374
|
+
/***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
|
|
44375
|
+
|
|
44376
|
+
"use strict";
|
|
44377
|
+
__webpack_require__.r(__webpack_exports__);
|
|
44378
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
44379
|
+
/* harmony export */ "default": () => (/* binding */ invariant)
|
|
44380
|
+
/* harmony export */ });
|
|
44381
|
+
var isProduction = "development" === 'production';
|
|
44382
|
+
var prefix = 'Invariant failed';
|
|
44383
|
+
function invariant(condition, message) {
|
|
44384
|
+
if (condition) {
|
|
44385
|
+
return;
|
|
44386
|
+
}
|
|
44387
|
+
if (isProduction) {
|
|
44388
|
+
throw new Error(prefix);
|
|
44389
|
+
}
|
|
44390
|
+
var provided = typeof message === 'function' ? message() : message;
|
|
44391
|
+
var value = provided ? "".concat(prefix, ": ").concat(provided) : prefix;
|
|
44392
|
+
throw new Error(value);
|
|
44393
|
+
}
|
|
44394
|
+
|
|
44395
|
+
|
|
44396
|
+
|
|
44399
44397
|
|
|
44400
44398
|
/***/ })
|
|
44401
44399
|
|
|
@@ -44551,4 +44549,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
|
|
|
44551
44549
|
|
|
44552
44550
|
/******/ })()
|
|
44553
44551
|
;
|
|
44554
|
-
//# sourceMappingURL=index.
|
|
44552
|
+
//# sourceMappingURL=index.abba5f.js.map
|