sample-cross-fx 0.14.22-beta.4103 → 0.14.23-beta.4124
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.a3c9ff.js → index.851526.js} +210 -1076
- package/app/{index.a3c9ff.js.map → index.851526.js.map} +1 -1
- 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 +21 -21
|
@@ -124335,23 +124335,6 @@ function createExtension(rootName) {
|
|
|
124335
124335
|
return AureliaExtension;
|
|
124336
124336
|
}
|
|
124337
124337
|
|
|
124338
|
-
/***/ }),
|
|
124339
|
-
|
|
124340
|
-
/***/ "../../converters/piral-aurelia/esm/index.js":
|
|
124341
|
-
/*!***************************************************!*\
|
|
124342
|
-
!*** ../../converters/piral-aurelia/esm/index.js ***!
|
|
124343
|
-
\***************************************************/
|
|
124344
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
124345
|
-
|
|
124346
|
-
"use strict";
|
|
124347
|
-
__webpack_require__.r(__webpack_exports__);
|
|
124348
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
124349
|
-
/* harmony export */ "createAureliaApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createAureliaApi)
|
|
124350
|
-
/* harmony export */ });
|
|
124351
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-aurelia/esm/create.js");
|
|
124352
|
-
|
|
124353
|
-
|
|
124354
|
-
|
|
124355
124338
|
/***/ }),
|
|
124356
124339
|
|
|
124357
124340
|
/***/ "../../converters/piral-blazor/esm/converter.js":
|
|
@@ -124365,8 +124348,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
124365
124348
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
124366
124349
|
/* harmony export */ "createConverter": () => (/* binding */ createConverter)
|
|
124367
124350
|
/* harmony export */ });
|
|
124368
|
-
/* harmony import */ var
|
|
124351
|
+
/* harmony import */ var _events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./events */ "../../converters/piral-blazor/esm/events.js");
|
|
124369
124352
|
/* harmony import */ var _interop__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./interop */ "../../converters/piral-blazor/esm/interop.js");
|
|
124353
|
+
/* harmony import */ var _infra_codegen__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../infra.codegen */ "../../converters/piral-blazor/infra.codegen");
|
|
124354
|
+
|
|
124370
124355
|
|
|
124371
124356
|
|
|
124372
124357
|
const mediaRules = [{
|
|
@@ -124394,9 +124379,7 @@ function project(component, destination, options) {
|
|
|
124394
124379
|
}
|
|
124395
124380
|
|
|
124396
124381
|
function createConverter(lazy) {
|
|
124397
|
-
const
|
|
124398
|
-
|
|
124399
|
-
const boot = (0,_interop__WEBPACK_IMPORTED_MODULE_0__.createBootLoader)(bootConfig);
|
|
124382
|
+
const boot = (0,_interop__WEBPACK_IMPORTED_MODULE_0__.createBootLoader)(_infra_codegen__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
124400
124383
|
const root = document.body.appendChild(document.createElement('div'));
|
|
124401
124384
|
let loader = !lazy && boot();
|
|
124402
124385
|
root.style.display = 'none';
|
|
@@ -124406,9 +124389,9 @@ function createConverter(lazy) {
|
|
|
124406
124389
|
mount(el, data, ctx, locals) {
|
|
124407
124390
|
const props = Object.assign(Object.assign({}, args), data);
|
|
124408
124391
|
el.setAttribute('data-blazor-pilet-root', 'true');
|
|
124409
|
-
(0,
|
|
124392
|
+
(0,_events__WEBPACK_IMPORTED_MODULE_2__.addGlobalEventListeners)(el);
|
|
124410
124393
|
locals.state = 'fresh';
|
|
124411
|
-
locals.dispose = (0,
|
|
124394
|
+
locals.dispose = (0,_events__WEBPACK_IMPORTED_MODULE_2__.attachEvents)(el, ev => data.piral.renderHtmlExtension(ev.detail.target, ev.detail.props), ev => ev.detail.replace ? ctx.router.history.replace(ev.detail.to, ev.detail.store) : ctx.router.history.push(ev.detail.to, ev.detail.state));
|
|
124412
124395
|
(loader || (loader = boot())).then(dependency).then(() => (0,_interop__WEBPACK_IMPORTED_MODULE_0__.activate)(moduleName, props)).then(refId => {
|
|
124413
124396
|
if (locals.state === 'fresh') {
|
|
124414
124397
|
locals.id = refId;
|
|
@@ -124426,7 +124409,7 @@ function createConverter(lazy) {
|
|
|
124426
124409
|
},
|
|
124427
124410
|
|
|
124428
124411
|
unmount(el, locals) {
|
|
124429
|
-
(0,
|
|
124412
|
+
(0,_events__WEBPACK_IMPORTED_MODULE_2__.removeGlobalEventListeners)(el);
|
|
124430
124413
|
el.removeAttribute('data-blazor-pilet-root');
|
|
124431
124414
|
locals.dispose();
|
|
124432
124415
|
|
|
@@ -124666,23 +124649,6 @@ function removeGlobalEventListeners(el) {
|
|
|
124666
124649
|
globalEventNames.forEach(eventName => el.removeEventListener(eventName, dispatchToRoot));
|
|
124667
124650
|
}
|
|
124668
124651
|
|
|
124669
|
-
/***/ }),
|
|
124670
|
-
|
|
124671
|
-
/***/ "../../converters/piral-blazor/esm/index.js":
|
|
124672
|
-
/*!**************************************************!*\
|
|
124673
|
-
!*** ../../converters/piral-blazor/esm/index.js ***!
|
|
124674
|
-
\**************************************************/
|
|
124675
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
124676
|
-
|
|
124677
|
-
"use strict";
|
|
124678
|
-
__webpack_require__.r(__webpack_exports__);
|
|
124679
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
124680
|
-
/* harmony export */ "createBlazorApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createBlazorApi)
|
|
124681
|
-
/* harmony export */ });
|
|
124682
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-blazor/esm/create.js");
|
|
124683
|
-
|
|
124684
|
-
|
|
124685
|
-
|
|
124686
124652
|
/***/ }),
|
|
124687
124653
|
|
|
124688
124654
|
/***/ "../../converters/piral-blazor/esm/interop.js":
|
|
@@ -124938,23 +124904,6 @@ function createExtension(selector) {
|
|
|
124938
124904
|
return selector || defaultExtensionSelector;
|
|
124939
124905
|
}
|
|
124940
124906
|
|
|
124941
|
-
/***/ }),
|
|
124942
|
-
|
|
124943
|
-
/***/ "../../converters/piral-elm/esm/index.js":
|
|
124944
|
-
/*!***********************************************!*\
|
|
124945
|
-
!*** ../../converters/piral-elm/esm/index.js ***!
|
|
124946
|
-
\***********************************************/
|
|
124947
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
124948
|
-
|
|
124949
|
-
"use strict";
|
|
124950
|
-
__webpack_require__.r(__webpack_exports__);
|
|
124951
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
124952
|
-
/* harmony export */ "createElmApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createElmApi)
|
|
124953
|
-
/* harmony export */ });
|
|
124954
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-elm/esm/create.js");
|
|
124955
|
-
|
|
124956
|
-
|
|
124957
|
-
|
|
124958
124907
|
/***/ }),
|
|
124959
124908
|
|
|
124960
124909
|
/***/ "../../converters/piral-hyperapp/esm/converter.js":
|
|
@@ -125067,23 +125016,6 @@ function createExtension(rootName) {
|
|
|
125067
125016
|
});
|
|
125068
125017
|
}
|
|
125069
125018
|
|
|
125070
|
-
/***/ }),
|
|
125071
|
-
|
|
125072
|
-
/***/ "../../converters/piral-hyperapp/esm/index.js":
|
|
125073
|
-
/*!****************************************************!*\
|
|
125074
|
-
!*** ../../converters/piral-hyperapp/esm/index.js ***!
|
|
125075
|
-
\****************************************************/
|
|
125076
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
125077
|
-
|
|
125078
|
-
"use strict";
|
|
125079
|
-
__webpack_require__.r(__webpack_exports__);
|
|
125080
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
125081
|
-
/* harmony export */ "createHyperappApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createHyperappApi)
|
|
125082
|
-
/* harmony export */ });
|
|
125083
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-hyperapp/esm/create.js");
|
|
125084
|
-
|
|
125085
|
-
|
|
125086
|
-
|
|
125087
125019
|
/***/ }),
|
|
125088
125020
|
|
|
125089
125021
|
/***/ "../../converters/piral-hyperapp/esm/mount.js":
|
|
@@ -125277,23 +125209,6 @@ function createExtension(rootName) {
|
|
|
125277
125209
|
return InfernoExtension;
|
|
125278
125210
|
}
|
|
125279
125211
|
|
|
125280
|
-
/***/ }),
|
|
125281
|
-
|
|
125282
|
-
/***/ "../../converters/piral-inferno/esm/index.js":
|
|
125283
|
-
/*!***************************************************!*\
|
|
125284
|
-
!*** ../../converters/piral-inferno/esm/index.js ***!
|
|
125285
|
-
\***************************************************/
|
|
125286
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
125287
|
-
|
|
125288
|
-
"use strict";
|
|
125289
|
-
__webpack_require__.r(__webpack_exports__);
|
|
125290
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
125291
|
-
/* harmony export */ "createInfernoApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createInfernoApi)
|
|
125292
|
-
/* harmony export */ });
|
|
125293
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-inferno/esm/create.js");
|
|
125294
|
-
|
|
125295
|
-
|
|
125296
|
-
|
|
125297
125212
|
/***/ }),
|
|
125298
125213
|
|
|
125299
125214
|
/***/ "../../converters/piral-inferno/esm/mount.js":
|
|
@@ -125488,23 +125403,6 @@ function createExtension(selector) {
|
|
|
125488
125403
|
return selector;
|
|
125489
125404
|
}
|
|
125490
125405
|
|
|
125491
|
-
/***/ }),
|
|
125492
|
-
|
|
125493
|
-
/***/ "../../converters/piral-litel/esm/index.js":
|
|
125494
|
-
/*!*************************************************!*\
|
|
125495
|
-
!*** ../../converters/piral-litel/esm/index.js ***!
|
|
125496
|
-
\*************************************************/
|
|
125497
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
125498
|
-
|
|
125499
|
-
"use strict";
|
|
125500
|
-
__webpack_require__.r(__webpack_exports__);
|
|
125501
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
125502
|
-
/* harmony export */ "createLitElApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createLitElApi)
|
|
125503
|
-
/* harmony export */ });
|
|
125504
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-litel/esm/create.js");
|
|
125505
|
-
|
|
125506
|
-
|
|
125507
|
-
|
|
125508
125406
|
/***/ }),
|
|
125509
125407
|
|
|
125510
125408
|
/***/ "../../converters/piral-mithril/esm/converter.js":
|
|
@@ -125630,23 +125528,6 @@ function createExtension(rootName) {
|
|
|
125630
125528
|
};
|
|
125631
125529
|
}
|
|
125632
125530
|
|
|
125633
|
-
/***/ }),
|
|
125634
|
-
|
|
125635
|
-
/***/ "../../converters/piral-mithril/esm/index.js":
|
|
125636
|
-
/*!***************************************************!*\
|
|
125637
|
-
!*** ../../converters/piral-mithril/esm/index.js ***!
|
|
125638
|
-
\***************************************************/
|
|
125639
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
125640
|
-
|
|
125641
|
-
"use strict";
|
|
125642
|
-
__webpack_require__.r(__webpack_exports__);
|
|
125643
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
125644
|
-
/* harmony export */ "createMithrilApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createMithrilApi)
|
|
125645
|
-
/* harmony export */ });
|
|
125646
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-mithril/esm/create.js");
|
|
125647
|
-
|
|
125648
|
-
|
|
125649
|
-
|
|
125650
125531
|
/***/ }),
|
|
125651
125532
|
|
|
125652
125533
|
/***/ "../../converters/piral-ng/common.js":
|
|
@@ -126130,23 +126011,6 @@ function createNgApi(config = {}) {
|
|
|
126130
126011
|
};
|
|
126131
126012
|
}
|
|
126132
126013
|
|
|
126133
|
-
/***/ }),
|
|
126134
|
-
|
|
126135
|
-
/***/ "../../converters/piral-ng/esm/index.js":
|
|
126136
|
-
/*!**********************************************!*\
|
|
126137
|
-
!*** ../../converters/piral-ng/esm/index.js ***!
|
|
126138
|
-
\**********************************************/
|
|
126139
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
126140
|
-
|
|
126141
|
-
"use strict";
|
|
126142
|
-
__webpack_require__.r(__webpack_exports__);
|
|
126143
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
126144
|
-
/* harmony export */ "createNgApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createNgApi)
|
|
126145
|
-
/* harmony export */ });
|
|
126146
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-ng/esm/create.js");
|
|
126147
|
-
|
|
126148
|
-
|
|
126149
|
-
|
|
126150
126014
|
/***/ }),
|
|
126151
126015
|
|
|
126152
126016
|
/***/ "../../converters/piral-ng/esm/module.js":
|
|
@@ -126675,23 +126539,6 @@ function createExtension(rootName) {
|
|
|
126675
126539
|
return NgjsExtension;
|
|
126676
126540
|
}
|
|
126677
126541
|
|
|
126678
|
-
/***/ }),
|
|
126679
|
-
|
|
126680
|
-
/***/ "../../converters/piral-ngjs/esm/index.js":
|
|
126681
|
-
/*!************************************************!*\
|
|
126682
|
-
!*** ../../converters/piral-ngjs/esm/index.js ***!
|
|
126683
|
-
\************************************************/
|
|
126684
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
126685
|
-
|
|
126686
|
-
"use strict";
|
|
126687
|
-
__webpack_require__.r(__webpack_exports__);
|
|
126688
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
126689
|
-
/* harmony export */ "createNgjsApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createNgjsApi)
|
|
126690
|
-
/* harmony export */ });
|
|
126691
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-ngjs/esm/create.js");
|
|
126692
|
-
|
|
126693
|
-
|
|
126694
|
-
|
|
126695
126542
|
/***/ }),
|
|
126696
126543
|
|
|
126697
126544
|
/***/ "../../converters/piral-preact/esm/converter.js":
|
|
@@ -126857,23 +126704,6 @@ function createExtension(rootName) {
|
|
|
126857
126704
|
return PreactExtension;
|
|
126858
126705
|
}
|
|
126859
126706
|
|
|
126860
|
-
/***/ }),
|
|
126861
|
-
|
|
126862
|
-
/***/ "../../converters/piral-preact/esm/index.js":
|
|
126863
|
-
/*!**************************************************!*\
|
|
126864
|
-
!*** ../../converters/piral-preact/esm/index.js ***!
|
|
126865
|
-
\**************************************************/
|
|
126866
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
126867
|
-
|
|
126868
|
-
"use strict";
|
|
126869
|
-
__webpack_require__.r(__webpack_exports__);
|
|
126870
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
126871
|
-
/* harmony export */ "createPreactApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createPreactApi)
|
|
126872
|
-
/* harmony export */ });
|
|
126873
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-preact/esm/create.js");
|
|
126874
|
-
|
|
126875
|
-
|
|
126876
|
-
|
|
126877
126707
|
/***/ }),
|
|
126878
126708
|
|
|
126879
126709
|
/***/ "../../converters/piral-preact/esm/mount.js":
|
|
@@ -127057,23 +126887,6 @@ function createExtension(extensionName) {
|
|
|
127057
126887
|
};
|
|
127058
126888
|
}
|
|
127059
126889
|
|
|
127060
|
-
/***/ }),
|
|
127061
|
-
|
|
127062
|
-
/***/ "../../converters/piral-riot/esm/index.js":
|
|
127063
|
-
/*!************************************************!*\
|
|
127064
|
-
!*** ../../converters/piral-riot/esm/index.js ***!
|
|
127065
|
-
\************************************************/
|
|
127066
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
127067
|
-
|
|
127068
|
-
"use strict";
|
|
127069
|
-
__webpack_require__.r(__webpack_exports__);
|
|
127070
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
127071
|
-
/* harmony export */ "createRiotApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createRiotApi)
|
|
127072
|
-
/* harmony export */ });
|
|
127073
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-riot/esm/create.js");
|
|
127074
|
-
|
|
127075
|
-
|
|
127076
|
-
|
|
127077
126890
|
/***/ }),
|
|
127078
126891
|
|
|
127079
126892
|
/***/ "../../converters/piral-solid/esm/converter.js":
|
|
@@ -127185,23 +126998,6 @@ function createExtension(rootName) {
|
|
|
127185
126998
|
};
|
|
127186
126999
|
}
|
|
127187
127000
|
|
|
127188
|
-
/***/ }),
|
|
127189
|
-
|
|
127190
|
-
/***/ "../../converters/piral-solid/esm/index.js":
|
|
127191
|
-
/*!*************************************************!*\
|
|
127192
|
-
!*** ../../converters/piral-solid/esm/index.js ***!
|
|
127193
|
-
\*************************************************/
|
|
127194
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
127195
|
-
|
|
127196
|
-
"use strict";
|
|
127197
|
-
__webpack_require__.r(__webpack_exports__);
|
|
127198
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
127199
|
-
/* harmony export */ "createSolidApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createSolidApi)
|
|
127200
|
-
/* harmony export */ });
|
|
127201
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-solid/esm/create.js");
|
|
127202
|
-
|
|
127203
|
-
|
|
127204
|
-
|
|
127205
127001
|
/***/ }),
|
|
127206
127002
|
|
|
127207
127003
|
/***/ "../../converters/piral-svelte/esm/converter.js":
|
|
@@ -127318,23 +127114,6 @@ function createExtension(selector) {
|
|
|
127318
127114
|
return selector || defaultExtensionSelector;
|
|
127319
127115
|
}
|
|
127320
127116
|
|
|
127321
|
-
/***/ }),
|
|
127322
|
-
|
|
127323
|
-
/***/ "../../converters/piral-svelte/esm/index.js":
|
|
127324
|
-
/*!**************************************************!*\
|
|
127325
|
-
!*** ../../converters/piral-svelte/esm/index.js ***!
|
|
127326
|
-
\**************************************************/
|
|
127327
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
127328
|
-
|
|
127329
|
-
"use strict";
|
|
127330
|
-
__webpack_require__.r(__webpack_exports__);
|
|
127331
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
127332
|
-
/* harmony export */ "createSvelteApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createSvelteApi)
|
|
127333
|
-
/* harmony export */ });
|
|
127334
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-svelte/esm/create.js");
|
|
127335
|
-
|
|
127336
|
-
|
|
127337
|
-
|
|
127338
127117
|
/***/ }),
|
|
127339
127118
|
|
|
127340
127119
|
/***/ "../../converters/piral-vue/esm/converter.js":
|
|
@@ -127499,23 +127278,6 @@ function createExtension(rootName, selector) {
|
|
|
127499
127278
|
return VueExtension;
|
|
127500
127279
|
}
|
|
127501
127280
|
|
|
127502
|
-
/***/ }),
|
|
127503
|
-
|
|
127504
|
-
/***/ "../../converters/piral-vue/esm/index.js":
|
|
127505
|
-
/*!***********************************************!*\
|
|
127506
|
-
!*** ../../converters/piral-vue/esm/index.js ***!
|
|
127507
|
-
\***********************************************/
|
|
127508
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
127509
|
-
|
|
127510
|
-
"use strict";
|
|
127511
|
-
__webpack_require__.r(__webpack_exports__);
|
|
127512
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
127513
|
-
/* harmony export */ "createVueApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createVueApi)
|
|
127514
|
-
/* harmony export */ });
|
|
127515
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../converters/piral-vue/esm/create.js");
|
|
127516
|
-
|
|
127517
|
-
|
|
127518
|
-
|
|
127519
127281
|
/***/ }),
|
|
127520
127282
|
|
|
127521
127283
|
/***/ "../../converters/piral-vue/esm/mount.js":
|
|
@@ -129669,169 +129431,6 @@ function SetComponent({
|
|
|
129669
129431
|
|
|
129670
129432
|
/***/ }),
|
|
129671
129433
|
|
|
129672
|
-
/***/ "../../framework/piral-core/esm/components/SetError.js":
|
|
129673
|
-
/*!*************************************************************!*\
|
|
129674
|
-
!*** ../../framework/piral-core/esm/components/SetError.js ***!
|
|
129675
|
-
\*************************************************************/
|
|
129676
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
129677
|
-
|
|
129678
|
-
"use strict";
|
|
129679
|
-
__webpack_require__.r(__webpack_exports__);
|
|
129680
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
129681
|
-
/* harmony export */ "SetError": () => (/* binding */ SetError)
|
|
129682
|
-
/* harmony export */ });
|
|
129683
|
-
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../hooks */ "../../framework/piral-core/esm/hooks/globalState.js");
|
|
129684
|
-
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../hooks */ "../../framework/piral-core/esm/hooks/setter.js");
|
|
129685
|
-
|
|
129686
|
-
/**
|
|
129687
|
-
* The component capable of setting a globally defined error handler component at mounting.
|
|
129688
|
-
*/
|
|
129689
|
-
|
|
129690
|
-
function SetError({
|
|
129691
|
-
type,
|
|
129692
|
-
component
|
|
129693
|
-
}) {
|
|
129694
|
-
const {
|
|
129695
|
-
setErrorComponent
|
|
129696
|
-
} = (0,_hooks__WEBPACK_IMPORTED_MODULE_0__.useGlobalStateContext)();
|
|
129697
|
-
(0,_hooks__WEBPACK_IMPORTED_MODULE_1__.useSetter)(() => component && setErrorComponent(type, component)); // tslint:disable-next-line:no-null-keyword
|
|
129698
|
-
|
|
129699
|
-
return null;
|
|
129700
|
-
}
|
|
129701
|
-
|
|
129702
|
-
/***/ }),
|
|
129703
|
-
|
|
129704
|
-
/***/ "../../framework/piral-core/esm/components/SetErrors.js":
|
|
129705
|
-
/*!**************************************************************!*\
|
|
129706
|
-
!*** ../../framework/piral-core/esm/components/SetErrors.js ***!
|
|
129707
|
-
\**************************************************************/
|
|
129708
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
129709
|
-
|
|
129710
|
-
"use strict";
|
|
129711
|
-
__webpack_require__.r(__webpack_exports__);
|
|
129712
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
129713
|
-
/* harmony export */ "SetErrors": () => (/* binding */ SetErrors)
|
|
129714
|
-
/* harmony export */ });
|
|
129715
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
129716
|
-
/* harmony import */ var _SetError__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./SetError */ "../../framework/piral-core/esm/components/SetError.js");
|
|
129717
|
-
|
|
129718
|
-
|
|
129719
|
-
/**
|
|
129720
|
-
* The component capable of batch setting error handling components.
|
|
129721
|
-
*/
|
|
129722
|
-
|
|
129723
|
-
function SetErrors({
|
|
129724
|
-
errors = {}
|
|
129725
|
-
}) {
|
|
129726
|
-
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, Object.keys(errors).map(key => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_SetError__WEBPACK_IMPORTED_MODULE_1__.SetError, {
|
|
129727
|
-
type: key,
|
|
129728
|
-
component: errors[key],
|
|
129729
|
-
key: key
|
|
129730
|
-
})));
|
|
129731
|
-
}
|
|
129732
|
-
|
|
129733
|
-
/***/ }),
|
|
129734
|
-
|
|
129735
|
-
/***/ "../../framework/piral-core/esm/components/SetLayout.js":
|
|
129736
|
-
/*!**************************************************************!*\
|
|
129737
|
-
!*** ../../framework/piral-core/esm/components/SetLayout.js ***!
|
|
129738
|
-
\**************************************************************/
|
|
129739
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
129740
|
-
|
|
129741
|
-
"use strict";
|
|
129742
|
-
__webpack_require__.r(__webpack_exports__);
|
|
129743
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
129744
|
-
/* harmony export */ "SetLayout": () => (/* binding */ SetLayout)
|
|
129745
|
-
/* harmony export */ });
|
|
129746
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
129747
|
-
/* harmony import */ var _SetComponent__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./SetComponent */ "../../framework/piral-core/esm/components/SetComponent.js");
|
|
129748
|
-
|
|
129749
|
-
|
|
129750
|
-
/**
|
|
129751
|
-
* The component capable of batch setting layout components.
|
|
129752
|
-
*/
|
|
129753
|
-
|
|
129754
|
-
function SetLayout({
|
|
129755
|
-
layout = {}
|
|
129756
|
-
}) {
|
|
129757
|
-
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(react__WEBPACK_IMPORTED_MODULE_0__.Fragment, null, Object.keys(layout).map(key => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_SetComponent__WEBPACK_IMPORTED_MODULE_1__.SetComponent, {
|
|
129758
|
-
name: key,
|
|
129759
|
-
component: layout[key],
|
|
129760
|
-
key: key
|
|
129761
|
-
})));
|
|
129762
|
-
}
|
|
129763
|
-
|
|
129764
|
-
/***/ }),
|
|
129765
|
-
|
|
129766
|
-
/***/ "../../framework/piral-core/esm/components/SetProvider.js":
|
|
129767
|
-
/*!****************************************************************!*\
|
|
129768
|
-
!*** ../../framework/piral-core/esm/components/SetProvider.js ***!
|
|
129769
|
-
\****************************************************************/
|
|
129770
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
129771
|
-
|
|
129772
|
-
"use strict";
|
|
129773
|
-
__webpack_require__.r(__webpack_exports__);
|
|
129774
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
129775
|
-
/* harmony export */ "SetProvider": () => (/* binding */ SetProvider)
|
|
129776
|
-
/* harmony export */ });
|
|
129777
|
-
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../hooks */ "../../framework/piral-core/esm/hooks/globalState.js");
|
|
129778
|
-
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../hooks */ "../../framework/piral-core/esm/hooks/setter.js");
|
|
129779
|
-
|
|
129780
|
-
/**
|
|
129781
|
-
* The component capable of setting a global provider at mounting.
|
|
129782
|
-
*/
|
|
129783
|
-
|
|
129784
|
-
function SetProvider({
|
|
129785
|
-
provider
|
|
129786
|
-
}) {
|
|
129787
|
-
const {
|
|
129788
|
-
includeProvider
|
|
129789
|
-
} = (0,_hooks__WEBPACK_IMPORTED_MODULE_0__.useGlobalStateContext)();
|
|
129790
|
-
(0,_hooks__WEBPACK_IMPORTED_MODULE_1__.useSetter)(() => provider && includeProvider(provider)); // tslint:disable-next-line:no-null-keyword
|
|
129791
|
-
|
|
129792
|
-
return null;
|
|
129793
|
-
}
|
|
129794
|
-
|
|
129795
|
-
/***/ }),
|
|
129796
|
-
|
|
129797
|
-
/***/ "../../framework/piral-core/esm/components/SetRedirect.js":
|
|
129798
|
-
/*!****************************************************************!*\
|
|
129799
|
-
!*** ../../framework/piral-core/esm/components/SetRedirect.js ***!
|
|
129800
|
-
\****************************************************************/
|
|
129801
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
129802
|
-
|
|
129803
|
-
"use strict";
|
|
129804
|
-
__webpack_require__.r(__webpack_exports__);
|
|
129805
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
129806
|
-
/* harmony export */ "SetRedirect": () => (/* binding */ SetRedirect)
|
|
129807
|
-
/* harmony export */ });
|
|
129808
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
129809
|
-
/* harmony import */ var react_router__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! react-router */ "../../../node_modules/react-router/esm/react-router.js");
|
|
129810
|
-
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../hooks */ "../../framework/piral-core/esm/hooks/globalState.js");
|
|
129811
|
-
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../hooks */ "../../framework/piral-core/esm/hooks/setter.js");
|
|
129812
|
-
|
|
129813
|
-
|
|
129814
|
-
|
|
129815
|
-
/**
|
|
129816
|
-
* The component capable of setting a global redirect route at mounting.
|
|
129817
|
-
*/
|
|
129818
|
-
|
|
129819
|
-
function SetRedirect({
|
|
129820
|
-
from,
|
|
129821
|
-
to
|
|
129822
|
-
}) {
|
|
129823
|
-
const {
|
|
129824
|
-
setRoute
|
|
129825
|
-
} = (0,_hooks__WEBPACK_IMPORTED_MODULE_1__.useGlobalStateContext)();
|
|
129826
|
-
(0,_hooks__WEBPACK_IMPORTED_MODULE_2__.useSetter)(() => setRoute(from, () => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(react_router__WEBPACK_IMPORTED_MODULE_3__.Redirect, {
|
|
129827
|
-
to: to
|
|
129828
|
-
}))); // tslint:disable-next-line:no-null-keyword
|
|
129829
|
-
|
|
129830
|
-
return null;
|
|
129831
|
-
}
|
|
129832
|
-
|
|
129833
|
-
/***/ }),
|
|
129834
|
-
|
|
129835
129434
|
/***/ "../../framework/piral-core/esm/components/SetRoute.js":
|
|
129836
129435
|
/*!*************************************************************!*\
|
|
129837
129436
|
!*** ../../framework/piral-core/esm/components/SetRoute.js ***!
|
|
@@ -129977,91 +129576,6 @@ const PiralLayout = getPiralComponent('Layout');
|
|
|
129977
129576
|
*/
|
|
129978
129577
|
|
|
129979
129578
|
const PiralDebug = getPiralComponent('Debug');
|
|
129980
|
-
|
|
129981
|
-
/***/ }),
|
|
129982
|
-
|
|
129983
|
-
/***/ "../../framework/piral-core/esm/components/index.js":
|
|
129984
|
-
/*!**********************************************************!*\
|
|
129985
|
-
!*** ../../framework/piral-core/esm/components/index.js ***!
|
|
129986
|
-
\**********************************************************/
|
|
129987
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
129988
|
-
|
|
129989
|
-
"use strict";
|
|
129990
|
-
__webpack_require__.r(__webpack_exports__);
|
|
129991
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
129992
|
-
/* harmony export */ "PiralDebug": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.PiralDebug),
|
|
129993
|
-
/* harmony export */ "PiralError": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.PiralError),
|
|
129994
|
-
/* harmony export */ "PiralLayout": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.PiralLayout),
|
|
129995
|
-
/* harmony export */ "PiralLoadingIndicator": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.PiralLoadingIndicator),
|
|
129996
|
-
/* harmony export */ "PiralRouteSwitch": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.PiralRouteSwitch),
|
|
129997
|
-
/* harmony export */ "PiralRouter": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.PiralRouter),
|
|
129998
|
-
/* harmony export */ "getPiralComponent": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_0__.getPiralComponent),
|
|
129999
|
-
/* harmony export */ "DefaultErrorInfo": () => (/* reexport safe */ _DefaultErrorInfo__WEBPACK_IMPORTED_MODULE_1__.DefaultErrorInfo),
|
|
130000
|
-
/* harmony export */ "DefaultLayout": () => (/* reexport safe */ _DefaultLayout__WEBPACK_IMPORTED_MODULE_2__.DefaultLayout),
|
|
130001
|
-
/* harmony export */ "DefaultLoadingIndicator": () => (/* reexport safe */ _DefaultLoader__WEBPACK_IMPORTED_MODULE_3__.DefaultLoadingIndicator),
|
|
130002
|
-
/* harmony export */ "DefaultRouter": () => (/* reexport safe */ _DefaultRouter__WEBPACK_IMPORTED_MODULE_4__.DefaultRouter),
|
|
130003
|
-
/* harmony export */ "DefaultRouteSwitch": () => (/* reexport safe */ _DefaultRouteSwitch__WEBPACK_IMPORTED_MODULE_5__.DefaultRouteSwitch),
|
|
130004
|
-
/* harmony export */ "ErrorBoundary": () => (/* reexport safe */ _ErrorBoundary__WEBPACK_IMPORTED_MODULE_6__.ErrorBoundary),
|
|
130005
|
-
/* harmony export */ "ExtensionSlot": () => (/* reexport safe */ _ExtensionSlot__WEBPACK_IMPORTED_MODULE_7__.ExtensionSlot),
|
|
130006
|
-
/* harmony export */ "Mediator": () => (/* reexport safe */ _Mediator__WEBPACK_IMPORTED_MODULE_8__.Mediator),
|
|
130007
|
-
/* harmony export */ "PiralRoutes": () => (/* reexport safe */ _PiralRoutes__WEBPACK_IMPORTED_MODULE_9__.PiralRoutes),
|
|
130008
|
-
/* harmony export */ "PiralView": () => (/* reexport safe */ _PiralView__WEBPACK_IMPORTED_MODULE_10__.PiralView),
|
|
130009
|
-
/* harmony export */ "PortalRenderer": () => (/* reexport safe */ _PortalRenderer__WEBPACK_IMPORTED_MODULE_11__.PortalRenderer),
|
|
130010
|
-
/* harmony export */ "ResponsiveLayout": () => (/* reexport safe */ _ResponsiveLayout__WEBPACK_IMPORTED_MODULE_12__.ResponsiveLayout),
|
|
130011
|
-
/* harmony export */ "SetComponent": () => (/* reexport safe */ _SetComponent__WEBPACK_IMPORTED_MODULE_13__.SetComponent),
|
|
130012
|
-
/* harmony export */ "SetError": () => (/* reexport safe */ _SetError__WEBPACK_IMPORTED_MODULE_14__.SetError),
|
|
130013
|
-
/* harmony export */ "SetErrors": () => (/* reexport safe */ _SetErrors__WEBPACK_IMPORTED_MODULE_15__.SetErrors),
|
|
130014
|
-
/* harmony export */ "SetLayout": () => (/* reexport safe */ _SetLayout__WEBPACK_IMPORTED_MODULE_16__.SetLayout),
|
|
130015
|
-
/* harmony export */ "SetProvider": () => (/* reexport safe */ _SetProvider__WEBPACK_IMPORTED_MODULE_17__.SetProvider),
|
|
130016
|
-
/* harmony export */ "SetRedirect": () => (/* reexport safe */ _SetRedirect__WEBPACK_IMPORTED_MODULE_18__.SetRedirect),
|
|
130017
|
-
/* harmony export */ "SetRoute": () => (/* reexport safe */ _SetRoute__WEBPACK_IMPORTED_MODULE_19__.SetRoute),
|
|
130018
|
-
/* harmony export */ "SwitchErrorInfo": () => (/* reexport safe */ _SwitchErrorInfo__WEBPACK_IMPORTED_MODULE_20__.SwitchErrorInfo),
|
|
130019
|
-
/* harmony export */ "wrapComponent": () => (/* reexport safe */ _wrapComponent__WEBPACK_IMPORTED_MODULE_21__.wrapComponent)
|
|
130020
|
-
/* harmony export */ });
|
|
130021
|
-
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/components/components.js");
|
|
130022
|
-
/* harmony import */ var _DefaultErrorInfo__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./DefaultErrorInfo */ "../../framework/piral-core/esm/components/DefaultErrorInfo.js");
|
|
130023
|
-
/* harmony import */ var _DefaultLayout__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./DefaultLayout */ "../../framework/piral-core/esm/components/DefaultLayout.js");
|
|
130024
|
-
/* harmony import */ var _DefaultLoader__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./DefaultLoader */ "../../framework/piral-core/esm/components/DefaultLoader.js");
|
|
130025
|
-
/* harmony import */ var _DefaultRouter__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./DefaultRouter */ "../../framework/piral-core/esm/components/DefaultRouter.js");
|
|
130026
|
-
/* harmony import */ var _DefaultRouteSwitch__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./DefaultRouteSwitch */ "../../framework/piral-core/esm/components/DefaultRouteSwitch.js");
|
|
130027
|
-
/* harmony import */ var _ErrorBoundary__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./ErrorBoundary */ "../../framework/piral-core/esm/components/ErrorBoundary.js");
|
|
130028
|
-
/* harmony import */ var _ExtensionSlot__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./ExtensionSlot */ "../../framework/piral-core/esm/components/ExtensionSlot.js");
|
|
130029
|
-
/* harmony import */ var _Mediator__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./Mediator */ "../../framework/piral-core/esm/components/Mediator.js");
|
|
130030
|
-
/* harmony import */ var _PiralRoutes__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./PiralRoutes */ "../../framework/piral-core/esm/components/PiralRoutes.js");
|
|
130031
|
-
/* harmony import */ var _PiralView__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./PiralView */ "../../framework/piral-core/esm/components/PiralView.js");
|
|
130032
|
-
/* harmony import */ var _PortalRenderer__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./PortalRenderer */ "../../framework/piral-core/esm/components/PortalRenderer.js");
|
|
130033
|
-
/* harmony import */ var _ResponsiveLayout__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./ResponsiveLayout */ "../../framework/piral-core/esm/components/ResponsiveLayout.js");
|
|
130034
|
-
/* harmony import */ var _SetComponent__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./SetComponent */ "../../framework/piral-core/esm/components/SetComponent.js");
|
|
130035
|
-
/* harmony import */ var _SetError__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./SetError */ "../../framework/piral-core/esm/components/SetError.js");
|
|
130036
|
-
/* harmony import */ var _SetErrors__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./SetErrors */ "../../framework/piral-core/esm/components/SetErrors.js");
|
|
130037
|
-
/* harmony import */ var _SetLayout__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./SetLayout */ "../../framework/piral-core/esm/components/SetLayout.js");
|
|
130038
|
-
/* harmony import */ var _SetProvider__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./SetProvider */ "../../framework/piral-core/esm/components/SetProvider.js");
|
|
130039
|
-
/* harmony import */ var _SetRedirect__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./SetRedirect */ "../../framework/piral-core/esm/components/SetRedirect.js");
|
|
130040
|
-
/* harmony import */ var _SetRoute__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./SetRoute */ "../../framework/piral-core/esm/components/SetRoute.js");
|
|
130041
|
-
/* harmony import */ var _SwitchErrorInfo__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./SwitchErrorInfo */ "../../framework/piral-core/esm/components/SwitchErrorInfo.js");
|
|
130042
|
-
/* harmony import */ var _wrapComponent__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./wrapComponent */ "../../framework/piral-core/esm/components/wrapComponent.js");
|
|
130043
|
-
|
|
130044
|
-
|
|
130045
|
-
|
|
130046
|
-
|
|
130047
|
-
|
|
130048
|
-
|
|
130049
|
-
|
|
130050
|
-
|
|
130051
|
-
|
|
130052
|
-
|
|
130053
|
-
|
|
130054
|
-
|
|
130055
|
-
|
|
130056
|
-
|
|
130057
|
-
|
|
130058
|
-
|
|
130059
|
-
|
|
130060
|
-
|
|
130061
|
-
|
|
130062
|
-
|
|
130063
|
-
|
|
130064
|
-
|
|
130065
129579
|
|
|
130066
129580
|
/***/ }),
|
|
130067
129581
|
|
|
@@ -130217,7 +129731,7 @@ function createInstance(config = {}) {
|
|
|
130217
129731
|
const createApi = apiFactory(context, usedPlugins);
|
|
130218
129732
|
const root = createApi({
|
|
130219
129733
|
name: 'root',
|
|
130220
|
-
version: "0.14.
|
|
129734
|
+
version: "0.14.23-beta.4124" || 0,
|
|
130221
129735
|
spec: ''
|
|
130222
129736
|
});
|
|
130223
129737
|
const options = (0,_helpers__WEBPACK_IMPORTED_MODULE_6__.createPiletOptions)({
|
|
@@ -130308,64 +129822,6 @@ function createPiletOptions({
|
|
|
130308
129822
|
|
|
130309
129823
|
/***/ }),
|
|
130310
129824
|
|
|
130311
|
-
/***/ "../../framework/piral-core/esm/hooks/action.js":
|
|
130312
|
-
/*!******************************************************!*\
|
|
130313
|
-
!*** ../../framework/piral-core/esm/hooks/action.js ***!
|
|
130314
|
-
\******************************************************/
|
|
130315
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
130316
|
-
|
|
130317
|
-
"use strict";
|
|
130318
|
-
__webpack_require__.r(__webpack_exports__);
|
|
130319
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
130320
|
-
/* harmony export */ "useAction": () => (/* binding */ useAction)
|
|
130321
|
-
/* harmony export */ });
|
|
130322
|
-
/* harmony import */ var _globalState__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./globalState */ "../../framework/piral-core/esm/hooks/globalState.js");
|
|
130323
|
-
|
|
130324
|
-
/**
|
|
130325
|
-
* Hook that gets an action for manipulating the global state.
|
|
130326
|
-
* @param action The name of the action to retrieve.
|
|
130327
|
-
*/
|
|
130328
|
-
|
|
130329
|
-
function useAction(action) {
|
|
130330
|
-
const ctx = (0,_globalState__WEBPACK_IMPORTED_MODULE_0__.useGlobalStateContext)();
|
|
130331
|
-
return ctx[action];
|
|
130332
|
-
}
|
|
130333
|
-
|
|
130334
|
-
/***/ }),
|
|
130335
|
-
|
|
130336
|
-
/***/ "../../framework/piral-core/esm/hooks/actions.js":
|
|
130337
|
-
/*!*******************************************************!*\
|
|
130338
|
-
!*** ../../framework/piral-core/esm/hooks/actions.js ***!
|
|
130339
|
-
\*******************************************************/
|
|
130340
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
130341
|
-
|
|
130342
|
-
"use strict";
|
|
130343
|
-
__webpack_require__.r(__webpack_exports__);
|
|
130344
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
130345
|
-
/* harmony export */ "useActions": () => (/* binding */ useActions)
|
|
130346
|
-
/* harmony export */ });
|
|
130347
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
|
|
130348
|
-
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
130349
|
-
/* harmony import */ var _state_stateContext__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../state/stateContext */ "../../framework/piral-core/esm/state/stateContext.js");
|
|
130350
|
-
|
|
130351
|
-
|
|
130352
|
-
|
|
130353
|
-
/**
|
|
130354
|
-
* Hook that gets the actions for manipulating the global state.
|
|
130355
|
-
*/
|
|
130356
|
-
|
|
130357
|
-
function useActions() {
|
|
130358
|
-
const _a = (0,react__WEBPACK_IMPORTED_MODULE_0__.useContext)(_state_stateContext__WEBPACK_IMPORTED_MODULE_1__.StateContext),
|
|
130359
|
-
{
|
|
130360
|
-
state
|
|
130361
|
-
} = _a,
|
|
130362
|
-
actions = (0,tslib__WEBPACK_IMPORTED_MODULE_2__.__rest)(_a, ["state"]);
|
|
130363
|
-
|
|
130364
|
-
return actions;
|
|
130365
|
-
}
|
|
130366
|
-
|
|
130367
|
-
/***/ }),
|
|
130368
|
-
|
|
130369
129825
|
/***/ "../../framework/piral-core/esm/hooks/globalState.js":
|
|
130370
129826
|
/*!***********************************************************!*\
|
|
130371
129827
|
!*** ../../framework/piral-core/esm/hooks/globalState.js ***!
|
|
@@ -130412,38 +129868,6 @@ function useGlobalState(select) {
|
|
|
130412
129868
|
});
|
|
130413
129869
|
}
|
|
130414
129870
|
|
|
130415
|
-
/***/ }),
|
|
130416
|
-
|
|
130417
|
-
/***/ "../../framework/piral-core/esm/hooks/index.js":
|
|
130418
|
-
/*!*****************************************************!*\
|
|
130419
|
-
!*** ../../framework/piral-core/esm/hooks/index.js ***!
|
|
130420
|
-
\*****************************************************/
|
|
130421
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
130422
|
-
|
|
130423
|
-
"use strict";
|
|
130424
|
-
__webpack_require__.r(__webpack_exports__);
|
|
130425
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
130426
|
-
/* harmony export */ "useAction": () => (/* reexport safe */ _action__WEBPACK_IMPORTED_MODULE_0__.useAction),
|
|
130427
|
-
/* harmony export */ "useActions": () => (/* reexport safe */ _actions__WEBPACK_IMPORTED_MODULE_1__.useActions),
|
|
130428
|
-
/* harmony export */ "useGlobalState": () => (/* reexport safe */ _globalState__WEBPACK_IMPORTED_MODULE_2__.useGlobalState),
|
|
130429
|
-
/* harmony export */ "useGlobalStateContext": () => (/* reexport safe */ _globalState__WEBPACK_IMPORTED_MODULE_2__.useGlobalStateContext),
|
|
130430
|
-
/* harmony export */ "useMedia": () => (/* reexport safe */ _media__WEBPACK_IMPORTED_MODULE_3__.useMedia),
|
|
130431
|
-
/* harmony export */ "useSetter": () => (/* reexport safe */ _setter__WEBPACK_IMPORTED_MODULE_4__.useSetter),
|
|
130432
|
-
/* harmony export */ "useSharedData": () => (/* reexport safe */ _sharedData__WEBPACK_IMPORTED_MODULE_5__.useSharedData)
|
|
130433
|
-
/* harmony export */ });
|
|
130434
|
-
/* harmony import */ var _action__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./action */ "../../framework/piral-core/esm/hooks/action.js");
|
|
130435
|
-
/* harmony import */ var _actions__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./actions */ "../../framework/piral-core/esm/hooks/actions.js");
|
|
130436
|
-
/* harmony import */ var _globalState__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./globalState */ "../../framework/piral-core/esm/hooks/globalState.js");
|
|
130437
|
-
/* harmony import */ var _media__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./media */ "../../framework/piral-core/esm/hooks/media.js");
|
|
130438
|
-
/* harmony import */ var _setter__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./setter */ "../../framework/piral-core/esm/hooks/setter.js");
|
|
130439
|
-
/* harmony import */ var _sharedData__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./sharedData */ "../../framework/piral-core/esm/hooks/sharedData.js");
|
|
130440
|
-
|
|
130441
|
-
|
|
130442
|
-
|
|
130443
|
-
|
|
130444
|
-
|
|
130445
|
-
|
|
130446
|
-
|
|
130447
129871
|
/***/ }),
|
|
130448
129872
|
|
|
130449
129873
|
/***/ "../../framework/piral-core/esm/hooks/media.js":
|
|
@@ -130517,140 +129941,6 @@ function useSetter(cb) {
|
|
|
130517
129941
|
useEffect(cb, _utils_helpers__WEBPACK_IMPORTED_MODULE_1__.none);
|
|
130518
129942
|
}
|
|
130519
129943
|
|
|
130520
|
-
/***/ }),
|
|
130521
|
-
|
|
130522
|
-
/***/ "../../framework/piral-core/esm/hooks/sharedData.js":
|
|
130523
|
-
/*!**********************************************************!*\
|
|
130524
|
-
!*** ../../framework/piral-core/esm/hooks/sharedData.js ***!
|
|
130525
|
-
\**********************************************************/
|
|
130526
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
130527
|
-
|
|
130528
|
-
"use strict";
|
|
130529
|
-
__webpack_require__.r(__webpack_exports__);
|
|
130530
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
130531
|
-
/* harmony export */ "useSharedData": () => (/* binding */ useSharedData)
|
|
130532
|
-
/* harmony export */ });
|
|
130533
|
-
/* harmony import */ var _globalState__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./globalState */ "../../framework/piral-core/esm/hooks/globalState.js");
|
|
130534
|
-
|
|
130535
|
-
function useSharedData(s) {
|
|
130536
|
-
const select = s || (m => m);
|
|
130537
|
-
|
|
130538
|
-
return (0,_globalState__WEBPACK_IMPORTED_MODULE_0__.useGlobalState)(s => select(s.data));
|
|
130539
|
-
}
|
|
130540
|
-
|
|
130541
|
-
/***/ }),
|
|
130542
|
-
|
|
130543
|
-
/***/ "../../framework/piral-core/esm/index.js":
|
|
130544
|
-
/*!***********************************************!*\
|
|
130545
|
-
!*** ../../framework/piral-core/esm/index.js ***!
|
|
130546
|
-
\***********************************************/
|
|
130547
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
130548
|
-
|
|
130549
|
-
"use strict";
|
|
130550
|
-
__webpack_require__.r(__webpack_exports__);
|
|
130551
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
130552
|
-
/* harmony export */ "createInstance": () => (/* reexport safe */ _createInstance__WEBPACK_IMPORTED_MODULE_0__.createInstance),
|
|
130553
|
-
/* harmony export */ "Piral": () => (/* reexport safe */ _Piral__WEBPACK_IMPORTED_MODULE_1__.Piral),
|
|
130554
|
-
/* harmony export */ "createPiletOptions": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_2__.createPiletOptions),
|
|
130555
|
-
/* harmony export */ "DefaultErrorInfo": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.DefaultErrorInfo),
|
|
130556
|
-
/* harmony export */ "DefaultLayout": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.DefaultLayout),
|
|
130557
|
-
/* harmony export */ "DefaultLoadingIndicator": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.DefaultLoadingIndicator),
|
|
130558
|
-
/* harmony export */ "DefaultRouteSwitch": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.DefaultRouteSwitch),
|
|
130559
|
-
/* harmony export */ "DefaultRouter": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.DefaultRouter),
|
|
130560
|
-
/* harmony export */ "ErrorBoundary": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.ErrorBoundary),
|
|
130561
|
-
/* harmony export */ "ExtensionSlot": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.ExtensionSlot),
|
|
130562
|
-
/* harmony export */ "Mediator": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.Mediator),
|
|
130563
|
-
/* harmony export */ "PiralDebug": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.PiralDebug),
|
|
130564
|
-
/* harmony export */ "PiralError": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.PiralError),
|
|
130565
|
-
/* harmony export */ "PiralLayout": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.PiralLayout),
|
|
130566
|
-
/* harmony export */ "PiralLoadingIndicator": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.PiralLoadingIndicator),
|
|
130567
|
-
/* harmony export */ "PiralRouteSwitch": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.PiralRouteSwitch),
|
|
130568
|
-
/* harmony export */ "PiralRouter": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.PiralRouter),
|
|
130569
|
-
/* harmony export */ "PiralRoutes": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.PiralRoutes),
|
|
130570
|
-
/* harmony export */ "PiralView": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.PiralView),
|
|
130571
|
-
/* harmony export */ "PortalRenderer": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.PortalRenderer),
|
|
130572
|
-
/* harmony export */ "ResponsiveLayout": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.ResponsiveLayout),
|
|
130573
|
-
/* harmony export */ "SetComponent": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.SetComponent),
|
|
130574
|
-
/* harmony export */ "SetError": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.SetError),
|
|
130575
|
-
/* harmony export */ "SetErrors": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.SetErrors),
|
|
130576
|
-
/* harmony export */ "SetLayout": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.SetLayout),
|
|
130577
|
-
/* harmony export */ "SetProvider": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.SetProvider),
|
|
130578
|
-
/* harmony export */ "SetRedirect": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.SetRedirect),
|
|
130579
|
-
/* harmony export */ "SetRoute": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.SetRoute),
|
|
130580
|
-
/* harmony export */ "SwitchErrorInfo": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.SwitchErrorInfo),
|
|
130581
|
-
/* harmony export */ "getPiralComponent": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.getPiralComponent),
|
|
130582
|
-
/* harmony export */ "wrapComponent": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_3__.wrapComponent),
|
|
130583
|
-
/* harmony export */ "useAction": () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_4__.useAction),
|
|
130584
|
-
/* harmony export */ "useActions": () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_4__.useActions),
|
|
130585
|
-
/* harmony export */ "useGlobalState": () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_4__.useGlobalState),
|
|
130586
|
-
/* harmony export */ "useGlobalStateContext": () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_4__.useGlobalStateContext),
|
|
130587
|
-
/* harmony export */ "useMedia": () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_4__.useMedia),
|
|
130588
|
-
/* harmony export */ "useSetter": () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_4__.useSetter),
|
|
130589
|
-
/* harmony export */ "useSharedData": () => (/* reexport safe */ _hooks__WEBPACK_IMPORTED_MODULE_4__.useSharedData),
|
|
130590
|
-
/* harmony export */ "StateContext": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_5__.StateContext),
|
|
130591
|
-
/* harmony export */ "createActions": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_5__.createActions),
|
|
130592
|
-
/* harmony export */ "createGlobalState": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_5__.createGlobalState),
|
|
130593
|
-
/* harmony export */ "includeActions": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_5__.includeActions),
|
|
130594
|
-
/* harmony export */ "withApi": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_5__.withApi),
|
|
130595
|
-
/* harmony export */ "appendItem": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.appendItem),
|
|
130596
|
-
/* harmony export */ "appendItems": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.appendItems),
|
|
130597
|
-
/* harmony export */ "attachDomPortal": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.attachDomPortal),
|
|
130598
|
-
/* harmony export */ "buildName": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.buildName),
|
|
130599
|
-
/* harmony export */ "changeDomPortal": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.changeDomPortal),
|
|
130600
|
-
/* harmony export */ "compare": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.compare),
|
|
130601
|
-
/* harmony export */ "convertComponent": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.convertComponent),
|
|
130602
|
-
/* harmony export */ "cookie": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.cookie),
|
|
130603
|
-
/* harmony export */ "createDataOptions": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.createDataOptions),
|
|
130604
|
-
/* harmony export */ "createDataView": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.createDataView),
|
|
130605
|
-
/* harmony export */ "defaultBreakpoints": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.defaultBreakpoints),
|
|
130606
|
-
/* harmony export */ "defaultLayouts": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.defaultLayouts),
|
|
130607
|
-
/* harmony export */ "defaultRender": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.defaultRender),
|
|
130608
|
-
/* harmony export */ "excludeItem": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.excludeItem),
|
|
130609
|
-
/* harmony export */ "excludeOn": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.excludeOn),
|
|
130610
|
-
/* harmony export */ "generateId": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.generateId),
|
|
130611
|
-
/* harmony export */ "getCurrentLayout": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.getCurrentLayout),
|
|
130612
|
-
/* harmony export */ "getDataExpiration": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.getDataExpiration),
|
|
130613
|
-
/* harmony export */ "includeItem": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.includeItem),
|
|
130614
|
-
/* harmony export */ "none": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.none),
|
|
130615
|
-
/* harmony export */ "noop": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.noop),
|
|
130616
|
-
/* harmony export */ "prependItem": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.prependItem),
|
|
130617
|
-
/* harmony export */ "prependItems": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.prependItems),
|
|
130618
|
-
/* harmony export */ "reactifyContent": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.reactifyContent),
|
|
130619
|
-
/* harmony export */ "removeIndicator": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.removeIndicator),
|
|
130620
|
-
/* harmony export */ "removeNested": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.removeNested),
|
|
130621
|
-
/* harmony export */ "renderInDom": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.renderInDom),
|
|
130622
|
-
/* harmony export */ "replaceOrAddItem": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.replaceOrAddItem),
|
|
130623
|
-
/* harmony export */ "storage": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.storage),
|
|
130624
|
-
/* harmony export */ "toExtension": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.toExtension),
|
|
130625
|
-
/* harmony export */ "tryParseJson": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.tryParseJson),
|
|
130626
|
-
/* harmony export */ "updateKey": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.updateKey),
|
|
130627
|
-
/* harmony export */ "withAll": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.withAll),
|
|
130628
|
-
/* harmony export */ "withExtension": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.withExtension),
|
|
130629
|
-
/* harmony export */ "withKey": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.withKey),
|
|
130630
|
-
/* harmony export */ "withPage": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.withPage),
|
|
130631
|
-
/* harmony export */ "withProvider": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.withProvider),
|
|
130632
|
-
/* harmony export */ "withRootExtension": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.withRootExtension),
|
|
130633
|
-
/* harmony export */ "withRoute": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.withRoute),
|
|
130634
|
-
/* harmony export */ "withoutExtension": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.withoutExtension),
|
|
130635
|
-
/* harmony export */ "withoutKey": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.withoutKey),
|
|
130636
|
-
/* harmony export */ "withoutPage": () => (/* reexport safe */ _utils__WEBPACK_IMPORTED_MODULE_6__.withoutPage)
|
|
130637
|
-
/* harmony export */ });
|
|
130638
|
-
/* harmony import */ var _createInstance__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./createInstance */ "../../framework/piral-core/esm/createInstance.js");
|
|
130639
|
-
/* harmony import */ var _Piral__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Piral */ "../../framework/piral-core/esm/Piral.js");
|
|
130640
|
-
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./helpers */ "../../framework/piral-core/esm/helpers.js");
|
|
130641
|
-
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./components */ "../../framework/piral-core/esm/components/index.js");
|
|
130642
|
-
/* harmony import */ var _hooks__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./hooks */ "../../framework/piral-core/esm/hooks/index.js");
|
|
130643
|
-
/* harmony import */ var _state__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./state */ "../../framework/piral-core/esm/state/index.js");
|
|
130644
|
-
/* harmony import */ var _utils__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./utils */ "../../framework/piral-core/esm/utils/index.js");
|
|
130645
|
-
|
|
130646
|
-
|
|
130647
|
-
|
|
130648
|
-
|
|
130649
|
-
|
|
130650
|
-
|
|
130651
|
-
|
|
130652
|
-
|
|
130653
|
-
|
|
130654
129944
|
/***/ }),
|
|
130655
129945
|
|
|
130656
129946
|
/***/ "../../framework/piral-core/esm/modules/api.js":
|
|
@@ -130785,7 +130075,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
130785
130075
|
/* harmony export */ "defaultModuleRequester": () => (/* binding */ defaultModuleRequester)
|
|
130786
130076
|
/* harmony export */ });
|
|
130787
130077
|
/* harmony import */ var piral_base__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-base */ "../../framework/piral-base/esm/utils.js");
|
|
130788
|
-
/* harmony import */ var
|
|
130078
|
+
/* harmony import */ var _dependencies_codegen__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../dependencies.codegen */ "../../framework/piral-core/dependencies.codegen");
|
|
130789
130079
|
|
|
130790
130080
|
|
|
130791
130081
|
/**
|
|
@@ -130795,26 +130085,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
130795
130085
|
|
|
130796
130086
|
const globalDependencies = {};
|
|
130797
130087
|
|
|
130798
|
-
if (
|
|
130799
|
-
|
|
130800
|
-
|
|
130801
|
-
if ((0,piral_base__WEBPACK_IMPORTED_MODULE_0__.isfunc)(fillDependencies)) {
|
|
130802
|
-
fillDependencies(globalDependencies);
|
|
130803
|
-
} else {
|
|
130804
|
-
// fall back to the default list if the codegen is invalid / not supported
|
|
130805
|
-
(0,tslib__WEBPACK_IMPORTED_MODULE_1__.__assign)(globalDependencies, {
|
|
130806
|
-
react: __webpack_require__(/*! react */ "../../../node_modules/react/index.js"),
|
|
130807
|
-
'react-dom': __webpack_require__(/*! react-dom */ "../../../node_modules/react-dom/index.js"),
|
|
130808
|
-
'react-router': __webpack_require__(/*! react-router */ "../../../node_modules/react-router/esm/react-router.js"),
|
|
130809
|
-
'react-router-dom': __webpack_require__(/*! react-router-dom */ "../../../node_modules/react-router-dom/esm/react-router-dom.js"),
|
|
130810
|
-
history: __webpack_require__(/*! history */ "../../../node_modules/history/esm/history.js"),
|
|
130811
|
-
tslib: __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js"),
|
|
130812
|
-
'path-to-regexp': __webpack_require__(/*! path-to-regexp */ "../../../node_modules/path-to-regexp/index.js"),
|
|
130813
|
-
'@libre/atom': __webpack_require__(/*! @libre/atom */ "../../../node_modules/@libre/atom/dist/index.esm.js"),
|
|
130814
|
-
'@dbeining/react-atom': __webpack_require__(/*! @dbeining/react-atom */ "../../../node_modules/@dbeining/react-atom/dist/react-atom.js")
|
|
130815
|
-
});
|
|
130816
|
-
}
|
|
130817
|
-
} else {}
|
|
130088
|
+
if ((0,piral_base__WEBPACK_IMPORTED_MODULE_0__.isfunc)(_dependencies_codegen__WEBPACK_IMPORTED_MODULE_1__["default"])) {
|
|
130089
|
+
(0,_dependencies_codegen__WEBPACK_IMPORTED_MODULE_1__["default"])(globalDependencies);
|
|
130090
|
+
}
|
|
130818
130091
|
/**
|
|
130819
130092
|
* The default dependency selector, which just returns the provided
|
|
130820
130093
|
* dependencies.
|
|
@@ -131070,32 +130343,6 @@ function createGlobalState(customState = {}) {
|
|
|
131070
130343
|
return _dbeining_react_atom__WEBPACK_IMPORTED_MODULE_5__.Atom.of(extend(defaultState, customState));
|
|
131071
130344
|
}
|
|
131072
130345
|
|
|
131073
|
-
/***/ }),
|
|
131074
|
-
|
|
131075
|
-
/***/ "../../framework/piral-core/esm/state/index.js":
|
|
131076
|
-
/*!*****************************************************!*\
|
|
131077
|
-
!*** ../../framework/piral-core/esm/state/index.js ***!
|
|
131078
|
-
\*****************************************************/
|
|
131079
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
131080
|
-
|
|
131081
|
-
"use strict";
|
|
131082
|
-
__webpack_require__.r(__webpack_exports__);
|
|
131083
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
131084
|
-
/* harmony export */ "createActions": () => (/* reexport safe */ _createActions__WEBPACK_IMPORTED_MODULE_0__.createActions),
|
|
131085
|
-
/* harmony export */ "includeActions": () => (/* reexport safe */ _createActions__WEBPACK_IMPORTED_MODULE_0__.includeActions),
|
|
131086
|
-
/* harmony export */ "createGlobalState": () => (/* reexport safe */ _createGlobalState__WEBPACK_IMPORTED_MODULE_1__.createGlobalState),
|
|
131087
|
-
/* harmony export */ "StateContext": () => (/* reexport safe */ _stateContext__WEBPACK_IMPORTED_MODULE_2__.StateContext),
|
|
131088
|
-
/* harmony export */ "withApi": () => (/* reexport safe */ _withApi__WEBPACK_IMPORTED_MODULE_3__.withApi)
|
|
131089
|
-
/* harmony export */ });
|
|
131090
|
-
/* harmony import */ var _createActions__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./createActions */ "../../framework/piral-core/esm/state/createActions.js");
|
|
131091
|
-
/* harmony import */ var _createGlobalState__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./createGlobalState */ "../../framework/piral-core/esm/state/createGlobalState.js");
|
|
131092
|
-
/* harmony import */ var _stateContext__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./stateContext */ "../../framework/piral-core/esm/state/stateContext.js");
|
|
131093
|
-
/* harmony import */ var _withApi__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./withApi */ "../../framework/piral-core/esm/state/withApi.js");
|
|
131094
|
-
|
|
131095
|
-
|
|
131096
|
-
|
|
131097
|
-
|
|
131098
|
-
|
|
131099
130346
|
/***/ }),
|
|
131100
130347
|
|
|
131101
130348
|
/***/ "../../framework/piral-core/esm/state/stateContext.js":
|
|
@@ -131167,50 +130414,6 @@ function withApi(context, component, piral, errorType, wrapperType = errorType,
|
|
|
131167
130414
|
|
|
131168
130415
|
/***/ }),
|
|
131169
130416
|
|
|
131170
|
-
/***/ "../../framework/piral-core/esm/utils/compare.js":
|
|
131171
|
-
/*!*******************************************************!*\
|
|
131172
|
-
!*** ../../framework/piral-core/esm/utils/compare.js ***!
|
|
131173
|
-
\*******************************************************/
|
|
131174
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
131175
|
-
|
|
131176
|
-
"use strict";
|
|
131177
|
-
__webpack_require__.r(__webpack_exports__);
|
|
131178
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
131179
|
-
/* harmony export */ "compare": () => (/* binding */ compare)
|
|
131180
|
-
/* harmony export */ });
|
|
131181
|
-
function compareObjects(a, b) {
|
|
131182
|
-
for (const i in a) {
|
|
131183
|
-
if (!(i in b)) {
|
|
131184
|
-
return false;
|
|
131185
|
-
}
|
|
131186
|
-
}
|
|
131187
|
-
|
|
131188
|
-
for (const i in b) {
|
|
131189
|
-
if (!compare(a[i], b[i])) {
|
|
131190
|
-
return false;
|
|
131191
|
-
}
|
|
131192
|
-
}
|
|
131193
|
-
|
|
131194
|
-
return true;
|
|
131195
|
-
}
|
|
131196
|
-
|
|
131197
|
-
function compare(a, b) {
|
|
131198
|
-
if (a !== b) {
|
|
131199
|
-
const ta = typeof a;
|
|
131200
|
-
const tb = typeof b;
|
|
131201
|
-
|
|
131202
|
-
if (ta === tb && ta === 'object' && a && b) {
|
|
131203
|
-
return compareObjects(a, b);
|
|
131204
|
-
}
|
|
131205
|
-
|
|
131206
|
-
return false;
|
|
131207
|
-
}
|
|
131208
|
-
|
|
131209
|
-
return true;
|
|
131210
|
-
}
|
|
131211
|
-
|
|
131212
|
-
/***/ }),
|
|
131213
|
-
|
|
131214
130417
|
/***/ "../../framework/piral-core/esm/utils/data.js":
|
|
131215
130418
|
/*!****************************************************!*\
|
|
131216
130419
|
!*** ../../framework/piral-core/esm/utils/data.js ***!
|
|
@@ -131519,81 +130722,6 @@ function tryParseJson(content) {
|
|
|
131519
130722
|
}
|
|
131520
130723
|
}
|
|
131521
130724
|
|
|
131522
|
-
/***/ }),
|
|
131523
|
-
|
|
131524
|
-
/***/ "../../framework/piral-core/esm/utils/index.js":
|
|
131525
|
-
/*!*****************************************************!*\
|
|
131526
|
-
!*** ../../framework/piral-core/esm/utils/index.js ***!
|
|
131527
|
-
\*****************************************************/
|
|
131528
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
131529
|
-
|
|
131530
|
-
"use strict";
|
|
131531
|
-
__webpack_require__.r(__webpack_exports__);
|
|
131532
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
131533
|
-
/* harmony export */ "compare": () => (/* reexport safe */ _compare__WEBPACK_IMPORTED_MODULE_0__.compare),
|
|
131534
|
-
/* harmony export */ "createDataOptions": () => (/* reexport safe */ _data__WEBPACK_IMPORTED_MODULE_1__.createDataOptions),
|
|
131535
|
-
/* harmony export */ "createDataView": () => (/* reexport safe */ _data__WEBPACK_IMPORTED_MODULE_1__.createDataView),
|
|
131536
|
-
/* harmony export */ "getDataExpiration": () => (/* reexport safe */ _data__WEBPACK_IMPORTED_MODULE_1__.getDataExpiration),
|
|
131537
|
-
/* harmony export */ "reactifyContent": () => (/* reexport safe */ _extension__WEBPACK_IMPORTED_MODULE_2__.reactifyContent),
|
|
131538
|
-
/* harmony export */ "toExtension": () => (/* reexport safe */ _extension__WEBPACK_IMPORTED_MODULE_2__.toExtension),
|
|
131539
|
-
/* harmony export */ "attachDomPortal": () => (/* reexport safe */ _foreign__WEBPACK_IMPORTED_MODULE_3__.attachDomPortal),
|
|
131540
|
-
/* harmony export */ "changeDomPortal": () => (/* reexport safe */ _foreign__WEBPACK_IMPORTED_MODULE_3__.changeDomPortal),
|
|
131541
|
-
/* harmony export */ "convertComponent": () => (/* reexport safe */ _foreign__WEBPACK_IMPORTED_MODULE_3__.convertComponent),
|
|
131542
|
-
/* harmony export */ "renderInDom": () => (/* reexport safe */ _foreign__WEBPACK_IMPORTED_MODULE_3__.renderInDom),
|
|
131543
|
-
/* harmony export */ "buildName": () => (/* reexport safe */ _guid__WEBPACK_IMPORTED_MODULE_4__.buildName),
|
|
131544
|
-
/* harmony export */ "generateId": () => (/* reexport safe */ _guid__WEBPACK_IMPORTED_MODULE_4__.generateId),
|
|
131545
|
-
/* harmony export */ "appendItem": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.appendItem),
|
|
131546
|
-
/* harmony export */ "appendItems": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.appendItems),
|
|
131547
|
-
/* harmony export */ "excludeItem": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.excludeItem),
|
|
131548
|
-
/* harmony export */ "excludeOn": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.excludeOn),
|
|
131549
|
-
/* harmony export */ "includeItem": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.includeItem),
|
|
131550
|
-
/* harmony export */ "none": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.none),
|
|
131551
|
-
/* harmony export */ "noop": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.noop),
|
|
131552
|
-
/* harmony export */ "prependItem": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.prependItem),
|
|
131553
|
-
/* harmony export */ "prependItems": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.prependItems),
|
|
131554
|
-
/* harmony export */ "removeIndicator": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.removeIndicator),
|
|
131555
|
-
/* harmony export */ "removeNested": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.removeNested),
|
|
131556
|
-
/* harmony export */ "replaceOrAddItem": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.replaceOrAddItem),
|
|
131557
|
-
/* harmony export */ "tryParseJson": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.tryParseJson),
|
|
131558
|
-
/* harmony export */ "updateKey": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.updateKey),
|
|
131559
|
-
/* harmony export */ "withKey": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.withKey),
|
|
131560
|
-
/* harmony export */ "withoutKey": () => (/* reexport safe */ _helpers__WEBPACK_IMPORTED_MODULE_5__.withoutKey),
|
|
131561
|
-
/* harmony export */ "defaultBreakpoints": () => (/* reexport safe */ _media__WEBPACK_IMPORTED_MODULE_6__.defaultBreakpoints),
|
|
131562
|
-
/* harmony export */ "defaultLayouts": () => (/* reexport safe */ _media__WEBPACK_IMPORTED_MODULE_6__.defaultLayouts),
|
|
131563
|
-
/* harmony export */ "getCurrentLayout": () => (/* reexport safe */ _media__WEBPACK_IMPORTED_MODULE_6__.getCurrentLayout),
|
|
131564
|
-
/* harmony export */ "defaultRender": () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_7__.defaultRender),
|
|
131565
|
-
/* harmony export */ "withAll": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_8__.withAll),
|
|
131566
|
-
/* harmony export */ "withExtension": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_8__.withExtension),
|
|
131567
|
-
/* harmony export */ "withPage": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_8__.withPage),
|
|
131568
|
-
/* harmony export */ "withProvider": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_8__.withProvider),
|
|
131569
|
-
/* harmony export */ "withRootExtension": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_8__.withRootExtension),
|
|
131570
|
-
/* harmony export */ "withRoute": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_8__.withRoute),
|
|
131571
|
-
/* harmony export */ "withoutExtension": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_8__.withoutExtension),
|
|
131572
|
-
/* harmony export */ "withoutPage": () => (/* reexport safe */ _state__WEBPACK_IMPORTED_MODULE_8__.withoutPage),
|
|
131573
|
-
/* harmony export */ "cookie": () => (/* reexport safe */ _storage__WEBPACK_IMPORTED_MODULE_9__.cookie),
|
|
131574
|
-
/* harmony export */ "storage": () => (/* reexport safe */ _storage__WEBPACK_IMPORTED_MODULE_9__.storage)
|
|
131575
|
-
/* harmony export */ });
|
|
131576
|
-
/* harmony import */ var _compare__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./compare */ "../../framework/piral-core/esm/utils/compare.js");
|
|
131577
|
-
/* harmony import */ var _data__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./data */ "../../framework/piral-core/esm/utils/data.js");
|
|
131578
|
-
/* harmony import */ var _extension__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./extension */ "../../framework/piral-core/esm/utils/extension.js");
|
|
131579
|
-
/* harmony import */ var _foreign__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./foreign */ "../../framework/piral-core/esm/utils/foreign.js");
|
|
131580
|
-
/* harmony import */ var _guid__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./guid */ "../../framework/piral-core/esm/utils/guid.js");
|
|
131581
|
-
/* harmony import */ var _helpers__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./helpers */ "../../framework/piral-core/esm/utils/helpers.js");
|
|
131582
|
-
/* harmony import */ var _media__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./media */ "../../framework/piral-core/esm/utils/media.js");
|
|
131583
|
-
/* harmony import */ var _react__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./react */ "../../framework/piral-core/esm/utils/react.js");
|
|
131584
|
-
/* harmony import */ var _state__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./state */ "../../framework/piral-core/esm/utils/state.js");
|
|
131585
|
-
/* harmony import */ var _storage__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./storage */ "../../framework/piral-core/esm/utils/storage.js");
|
|
131586
|
-
|
|
131587
|
-
|
|
131588
|
-
|
|
131589
|
-
|
|
131590
|
-
|
|
131591
|
-
|
|
131592
|
-
|
|
131593
|
-
|
|
131594
|
-
|
|
131595
|
-
|
|
131596
|
-
|
|
131597
130725
|
/***/ }),
|
|
131598
130726
|
|
|
131599
130727
|
/***/ "../../framework/piral-core/esm/utils/media.js":
|
|
@@ -131781,52 +130909,6 @@ function withRoute(path, component) {
|
|
|
131781
130909
|
|
|
131782
130910
|
/***/ }),
|
|
131783
130911
|
|
|
131784
|
-
/***/ "../../framework/piral-core/esm/utils/storage.js":
|
|
131785
|
-
/*!*******************************************************!*\
|
|
131786
|
-
!*** ../../framework/piral-core/esm/utils/storage.js ***!
|
|
131787
|
-
\*******************************************************/
|
|
131788
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
131789
|
-
|
|
131790
|
-
"use strict";
|
|
131791
|
-
__webpack_require__.r(__webpack_exports__);
|
|
131792
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
131793
|
-
/* harmony export */ "storage": () => (/* binding */ storage),
|
|
131794
|
-
/* harmony export */ "cookie": () => (/* binding */ cookie)
|
|
131795
|
-
/* harmony export */ });
|
|
131796
|
-
const crx = /\s*(.*?)=(.*?)($|;|,(?! ))/g;
|
|
131797
|
-
const storage = {
|
|
131798
|
-
setItem(name, data) {
|
|
131799
|
-
return localStorage.setItem(name, data);
|
|
131800
|
-
},
|
|
131801
|
-
|
|
131802
|
-
getItem(name) {
|
|
131803
|
-
return localStorage.getItem(name);
|
|
131804
|
-
},
|
|
131805
|
-
|
|
131806
|
-
removeItem(name) {
|
|
131807
|
-
return localStorage.removeItem(name);
|
|
131808
|
-
}
|
|
131809
|
-
|
|
131810
|
-
};
|
|
131811
|
-
const cookie = {
|
|
131812
|
-
setItem(name, data, expires = '') {
|
|
131813
|
-
const domain = location.hostname;
|
|
131814
|
-
const domainPart = domain ? `domain=.${domain};` : '';
|
|
131815
|
-
document.cookie = `${name}=${encodeURIComponent(data)};expires="${expires}";path=/;${domainPart}`;
|
|
131816
|
-
},
|
|
131817
|
-
|
|
131818
|
-
getItem(name) {
|
|
131819
|
-
return document.cookie.replace(crx, (_m, p1, p2) => name === p1 ? p2 : '');
|
|
131820
|
-
},
|
|
131821
|
-
|
|
131822
|
-
removeItem(name) {
|
|
131823
|
-
this.setItem(name, '', '-1');
|
|
131824
|
-
}
|
|
131825
|
-
|
|
131826
|
-
};
|
|
131827
|
-
|
|
131828
|
-
/***/ }),
|
|
131829
|
-
|
|
131830
130912
|
/***/ "../../plugins/piral-dashboard/esm/Dashboard.js":
|
|
131831
130913
|
/*!******************************************************!*\
|
|
131832
130914
|
!*** ../../plugins/piral-dashboard/esm/Dashboard.js ***!
|
|
@@ -132052,30 +131134,6 @@ const DefaultContainer = props => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0_
|
|
|
132052
131134
|
});
|
|
132053
131135
|
const DefaultTile = props => (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.defaultRender)(props.children);
|
|
132054
131136
|
|
|
132055
|
-
/***/ }),
|
|
132056
|
-
|
|
132057
|
-
/***/ "../../plugins/piral-dashboard/esm/index.js":
|
|
132058
|
-
/*!**************************************************!*\
|
|
132059
|
-
!*** ../../plugins/piral-dashboard/esm/index.js ***!
|
|
132060
|
-
\**************************************************/
|
|
132061
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
132062
|
-
|
|
132063
|
-
"use strict";
|
|
132064
|
-
__webpack_require__.r(__webpack_exports__);
|
|
132065
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
132066
|
-
/* harmony export */ "createDashboardApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createDashboardApi),
|
|
132067
|
-
/* harmony export */ "PiralDashboardContainer": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_1__.PiralDashboardContainer),
|
|
132068
|
-
/* harmony export */ "PiralDashboardTile": () => (/* reexport safe */ _components__WEBPACK_IMPORTED_MODULE_1__.PiralDashboardTile),
|
|
132069
|
-
/* harmony export */ "Dashboard": () => (/* reexport safe */ _Dashboard__WEBPACK_IMPORTED_MODULE_2__.Dashboard)
|
|
132070
|
-
/* harmony export */ });
|
|
132071
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../plugins/piral-dashboard/esm/create.js");
|
|
132072
|
-
/* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./components */ "../../plugins/piral-dashboard/esm/components.js");
|
|
132073
|
-
/* harmony import */ var _Dashboard__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Dashboard */ "../../plugins/piral-dashboard/esm/Dashboard.js");
|
|
132074
|
-
|
|
132075
|
-
|
|
132076
|
-
|
|
132077
|
-
|
|
132078
|
-
|
|
132079
131137
|
/***/ }),
|
|
132080
131138
|
|
|
132081
131139
|
/***/ "../../plugins/piral-lazy/esm/create.js":
|
|
@@ -132137,23 +131195,6 @@ function createLazyApi() {
|
|
|
132137
131195
|
};
|
|
132138
131196
|
}
|
|
132139
131197
|
|
|
132140
|
-
/***/ }),
|
|
132141
|
-
|
|
132142
|
-
/***/ "../../plugins/piral-lazy/esm/index.js":
|
|
132143
|
-
/*!*********************************************!*\
|
|
132144
|
-
!*** ../../plugins/piral-lazy/esm/index.js ***!
|
|
132145
|
-
\*********************************************/
|
|
132146
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
132147
|
-
|
|
132148
|
-
"use strict";
|
|
132149
|
-
__webpack_require__.r(__webpack_exports__);
|
|
132150
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
132151
|
-
/* harmony export */ "createLazyApi": () => (/* reexport safe */ _create__WEBPACK_IMPORTED_MODULE_0__.createLazyApi)
|
|
132152
|
-
/* harmony export */ });
|
|
132153
|
-
/* harmony import */ var _create__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./create */ "../../plugins/piral-lazy/esm/create.js");
|
|
132154
|
-
|
|
132155
|
-
|
|
132156
|
-
|
|
132157
131198
|
/***/ }),
|
|
132158
131199
|
|
|
132159
131200
|
/***/ "../../utilities/piral-debug-utils/esm/DebugRouteSwitch.js":
|
|
@@ -132690,12 +131731,12 @@ function installPiralDebug(options) {
|
|
|
132690
131731
|
debug: debugApiVersion,
|
|
132691
131732
|
instance: {
|
|
132692
131733
|
name: "sample-cross-fx",
|
|
132693
|
-
version: "0.14.
|
|
131734
|
+
version: "0.14.23-beta.4124",
|
|
132694
131735
|
dependencies: "@angular/common,@angular/compiler,@angular/core,@angular/platform-browser,@angular/platform-browser-dynamic,@webcomponents/webcomponentsjs,angular,aurelia-framework,aurelia-templating-binding,aurelia-templating-resources,aurelia-pal-browser,aurelia-event-aggregator,aurelia-history-browser,hyperapp,inferno,inferno-create-element,mithril,lit-element,solid-js,solid-js/dom,piral-ng/common,preact,riot,rxjs,vue,zone.js,react,react-dom,react-router,react-router-dom,history,tslib,path-to-regexp,@libre/atom,@dbeining/react-atom"
|
|
132695
131736
|
},
|
|
132696
131737
|
build: {
|
|
132697
|
-
date: "2022-04-
|
|
132698
|
-
cli: "0.14.
|
|
131738
|
+
date: "2022-04-27T15:09:34.920Z",
|
|
131739
|
+
cli: "0.14.22",
|
|
132699
131740
|
compat: "0.14"
|
|
132700
131741
|
},
|
|
132701
131742
|
pilets: {
|
|
@@ -133105,26 +132146,6 @@ function withEmulatorPilets(requestPilets, options) {
|
|
|
133105
132146
|
};
|
|
133106
132147
|
}
|
|
133107
132148
|
|
|
133108
|
-
/***/ }),
|
|
133109
|
-
|
|
133110
|
-
/***/ "../../utilities/piral-debug-utils/esm/index.js":
|
|
133111
|
-
/*!******************************************************!*\
|
|
133112
|
-
!*** ../../utilities/piral-debug-utils/esm/index.js ***!
|
|
133113
|
-
\******************************************************/
|
|
133114
|
-
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
133115
|
-
|
|
133116
|
-
"use strict";
|
|
133117
|
-
__webpack_require__.r(__webpack_exports__);
|
|
133118
|
-
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
133119
|
-
/* harmony export */ "installPiralDebug": () => (/* reexport safe */ _debug__WEBPACK_IMPORTED_MODULE_0__.installPiralDebug),
|
|
133120
|
-
/* harmony export */ "withEmulatorPilets": () => (/* reexport safe */ _emulator__WEBPACK_IMPORTED_MODULE_1__.withEmulatorPilets)
|
|
133121
|
-
/* harmony export */ });
|
|
133122
|
-
/* harmony import */ var _debug__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./debug */ "../../utilities/piral-debug-utils/esm/debug.js");
|
|
133123
|
-
/* harmony import */ var _emulator__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./emulator */ "../../utilities/piral-debug-utils/esm/emulator.js");
|
|
133124
|
-
|
|
133125
|
-
|
|
133126
|
-
|
|
133127
|
-
|
|
133128
132149
|
/***/ }),
|
|
133129
132150
|
|
|
133130
132151
|
/***/ "../../utilities/piral-debug-utils/esm/state.js":
|
|
@@ -133210,20 +132231,17 @@ function useDebugState(select) {
|
|
|
133210
132231
|
/*!*************************************************!*\
|
|
133211
132232
|
!*** ../../framework/piral-core/debug-pilet.ts ***!
|
|
133212
132233
|
\*************************************************/
|
|
133213
|
-
/***/ ((__unused_webpack_module,
|
|
132234
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
133214
132235
|
|
|
133215
132236
|
"use strict";
|
|
133216
|
-
|
|
133217
|
-
|
|
133218
|
-
|
|
133219
|
-
|
|
133220
|
-
|
|
133221
|
-
exports.integrate = void 0;
|
|
133222
|
-
|
|
133223
|
-
const piral_debug_utils_1 = __webpack_require__(/*! piral-debug-utils */ "../../utilities/piral-debug-utils/esm/index.js");
|
|
132237
|
+
__webpack_require__.r(__webpack_exports__);
|
|
132238
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
132239
|
+
/* harmony export */ "integrate": () => (/* binding */ integrate)
|
|
132240
|
+
/* harmony export */ });
|
|
132241
|
+
/* harmony import */ var piral_debug_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-debug-utils */ "../../utilities/piral-debug-utils/esm/emulator.js");
|
|
133224
132242
|
|
|
133225
132243
|
function integrate(context, options) {
|
|
133226
|
-
options.fetchPilets = (0,
|
|
132244
|
+
options.fetchPilets = (0,piral_debug_utils__WEBPACK_IMPORTED_MODULE_0__.withEmulatorPilets)(options.fetchPilets, {
|
|
133227
132245
|
injectPilet: context.injectPilet,
|
|
133228
132246
|
createApi: options.createApi,
|
|
133229
132247
|
loadPilet: options.loadPilet,
|
|
@@ -133237,30 +132255,26 @@ function integrate(context, options) {
|
|
|
133237
132255
|
});
|
|
133238
132256
|
}
|
|
133239
132257
|
|
|
133240
|
-
exports.integrate = integrate;
|
|
133241
|
-
|
|
133242
132258
|
/***/ }),
|
|
133243
132259
|
|
|
133244
132260
|
/***/ "../../framework/piral-core/debug-piral.ts":
|
|
133245
132261
|
/*!*************************************************!*\
|
|
133246
132262
|
!*** ../../framework/piral-core/debug-piral.ts ***!
|
|
133247
132263
|
\*************************************************/
|
|
133248
|
-
/***/ ((__unused_webpack_module,
|
|
132264
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
133249
132265
|
|
|
133250
132266
|
"use strict";
|
|
132267
|
+
__webpack_require__.r(__webpack_exports__);
|
|
132268
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
132269
|
+
/* harmony export */ "integrate": () => (/* binding */ integrate)
|
|
132270
|
+
/* harmony export */ });
|
|
132271
|
+
/* harmony import */ var _dbeining_react_atom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @dbeining/react-atom */ "../../../node_modules/@dbeining/react-atom/dist/react-atom.js");
|
|
132272
|
+
/* harmony import */ var _dbeining_react_atom__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_dbeining_react_atom__WEBPACK_IMPORTED_MODULE_1__);
|
|
132273
|
+
/* harmony import */ var piral_debug_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! piral-debug-utils */ "../../utilities/piral-debug-utils/esm/debug.js");
|
|
133251
132274
|
|
|
133252
132275
|
|
|
133253
|
-
Object.defineProperty(exports, "__esModule", ({
|
|
133254
|
-
value: true
|
|
133255
|
-
}));
|
|
133256
|
-
exports.integrate = void 0;
|
|
133257
|
-
|
|
133258
|
-
const react_atom_1 = __webpack_require__(/*! @dbeining/react-atom */ "../../../node_modules/@dbeining/react-atom/dist/react-atom.js");
|
|
133259
|
-
|
|
133260
|
-
const piral_debug_utils_1 = __webpack_require__(/*! piral-debug-utils */ "../../utilities/piral-debug-utils/esm/index.js");
|
|
133261
|
-
|
|
133262
132276
|
function integrate(context, options, debug = {}) {
|
|
133263
|
-
(0,
|
|
132277
|
+
(0,piral_debug_utils__WEBPACK_IMPORTED_MODULE_0__.installPiralDebug)(Object.assign(Object.assign({}, debug), {
|
|
133264
132278
|
createApi: options.createApi,
|
|
133265
132279
|
loadPilet: options.loadPilet,
|
|
133266
132280
|
injectPilet: context.injectPilet,
|
|
@@ -133302,7 +132316,7 @@ function integrate(context, options, debug = {}) {
|
|
|
133302
132316
|
wrappers: Object.assign(Object.assign({}, s.registry.wrappers), dbg.wrappers)
|
|
133303
132317
|
})
|
|
133304
132318
|
}));
|
|
133305
|
-
(0,
|
|
132319
|
+
(0,_dbeining_react_atom__WEBPACK_IMPORTED_MODULE_1__.addChangeHandler)(context.state, 'debugging', ({
|
|
133306
132320
|
previous,
|
|
133307
132321
|
current
|
|
133308
132322
|
}) => {
|
|
@@ -133322,8 +132336,6 @@ function integrate(context, options, debug = {}) {
|
|
|
133322
132336
|
}));
|
|
133323
132337
|
}
|
|
133324
132338
|
|
|
133325
|
-
exports.integrate = integrate;
|
|
133326
|
-
|
|
133327
132339
|
/***/ }),
|
|
133328
132340
|
|
|
133329
132341
|
/***/ "../../../node_modules/css-loader/dist/cjs.js!../../tooling/piral-cli-webpack5/node_modules/sass-loader/dist/cjs.js!./src/style.scss":
|
|
@@ -139927,9 +138939,14 @@ module.exports = shouldUseNative() ? Object.assign : function (target, source) {
|
|
|
139927
138939
|
/*!***************************************************!*\
|
|
139928
138940
|
!*** ../../converters/piral-blazor/infra.codegen ***!
|
|
139929
138941
|
\***************************************************/
|
|
139930
|
-
/***/ ((
|
|
138942
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
139931
138943
|
|
|
139932
|
-
|
|
138944
|
+
"use strict";
|
|
138945
|
+
__webpack_require__.r(__webpack_exports__);
|
|
138946
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
138947
|
+
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
138948
|
+
/* harmony export */ });
|
|
138949
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("_framework/blazor.webassembly.js");
|
|
139933
138950
|
|
|
139934
138951
|
/***/ }),
|
|
139935
138952
|
|
|
@@ -139937,11 +138954,92 @@ module.exports = "_framework/blazor.webassembly.js";
|
|
|
139937
138954
|
/*!*******************************************************!*\
|
|
139938
138955
|
!*** ../../framework/piral-core/dependencies.codegen ***!
|
|
139939
138956
|
\*******************************************************/
|
|
139940
|
-
/***/ ((
|
|
138957
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
138958
|
+
|
|
138959
|
+
"use strict";
|
|
138960
|
+
var react__WEBPACK_IMPORTED_MODULE_17___namespace_cache;
|
|
138961
|
+
var react_dom__WEBPACK_IMPORTED_MODULE_18___namespace_cache;
|
|
138962
|
+
__webpack_require__.r(__webpack_exports__);
|
|
138963
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
138964
|
+
/* harmony export */ "default": () => (/* export default binding */ __WEBPACK_DEFAULT_EXPORT__)
|
|
138965
|
+
/* harmony export */ });
|
|
138966
|
+
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! @angular/common */ "../../../node_modules/@angular/common/fesm5/common.js");
|
|
138967
|
+
/* harmony import */ var _angular_compiler__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/compiler */ "../../../node_modules/@angular/compiler/fesm5/compiler.js");
|
|
138968
|
+
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! @angular/core */ "../../../node_modules/@angular/core/fesm5/core.js");
|
|
138969
|
+
/* harmony import */ var _angular_platform_browser__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! @angular/platform-browser */ "../../../node_modules/@angular/platform-browser/fesm5/platform-browser.js");
|
|
138970
|
+
/* harmony import */ var _angular_platform_browser_dynamic__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! @angular/platform-browser-dynamic */ "../../../node_modules/@angular/platform-browser-dynamic/fesm5/platform-browser-dynamic.js");
|
|
138971
|
+
/* harmony import */ var _webcomponents_webcomponentsjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @webcomponents/webcomponentsjs */ "../../../node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js");
|
|
138972
|
+
/* harmony import */ var _webcomponents_webcomponentsjs__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_webcomponents_webcomponentsjs__WEBPACK_IMPORTED_MODULE_1__);
|
|
138973
|
+
/* harmony import */ var angular__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! angular */ "../../../node_modules/angular/index.js");
|
|
138974
|
+
/* harmony import */ var angular__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(angular__WEBPACK_IMPORTED_MODULE_2__);
|
|
138975
|
+
/* harmony import */ var aurelia_framework__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! aurelia-framework */ "../../../node_modules/aurelia-framework/dist/native-modules/aurelia-framework.js");
|
|
138976
|
+
/* harmony import */ var aurelia_templating_binding__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! aurelia-templating-binding */ "../../../node_modules/aurelia-templating-binding/dist/native-modules/aurelia-templating-binding.js");
|
|
138977
|
+
/* harmony import */ var aurelia_templating_resources__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! aurelia-templating-resources */ "../../../node_modules/aurelia-templating-resources/dist/native-modules/aurelia-templating-resources.js");
|
|
138978
|
+
/* harmony import */ var aurelia_pal_browser__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! aurelia-pal-browser */ "../../../node_modules/aurelia-pal-browser/dist/es2015/aurelia-pal-browser.js");
|
|
138979
|
+
/* harmony import */ var aurelia_event_aggregator__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! aurelia-event-aggregator */ "../../../node_modules/aurelia-event-aggregator/dist/native-modules/aurelia-event-aggregator.js");
|
|
138980
|
+
/* harmony import */ var aurelia_history_browser__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! aurelia-history-browser */ "../../../node_modules/aurelia-history-browser/dist/native-modules/aurelia-history-browser.js");
|
|
138981
|
+
/* harmony import */ var hyperapp__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! hyperapp */ "../../../node_modules/hyperapp/src/index.js");
|
|
138982
|
+
/* harmony import */ var inferno__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! inferno */ "../../../node_modules/inferno/index.esm.js");
|
|
138983
|
+
/* harmony import */ var inferno_create_element__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! inferno-create-element */ "../../../node_modules/inferno-create-element/dist/index.esm.js");
|
|
138984
|
+
/* harmony import */ var mithril__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! mithril */ "../../../node_modules/mithril/index.js");
|
|
138985
|
+
/* harmony import */ var mithril__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(mithril__WEBPACK_IMPORTED_MODULE_12__);
|
|
138986
|
+
/* harmony import */ var lit_element__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! lit-element */ "../../../node_modules/lit-element/lit-element.js");
|
|
138987
|
+
/* harmony import */ var solid_js__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! solid-js */ "../../../node_modules/solid-js/dist/index.js");
|
|
138988
|
+
/* harmony import */ var solid_js_dom__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! solid-js/dom */ "../../../node_modules/solid-js/dist/dom/index.js");
|
|
138989
|
+
/* harmony import */ var piral_ng_common__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! piral-ng/common */ "../../converters/piral-ng/common.js");
|
|
138990
|
+
/* harmony import */ var preact__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! preact */ "../../../node_modules/preact/dist/preact.module.js");
|
|
138991
|
+
/* harmony import */ var riot__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! riot */ "../../../node_modules/riot/riot.esm.js");
|
|
138992
|
+
/* harmony import */ var rxjs__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! rxjs */ "../../../node_modules/rxjs/_esm5/index.js");
|
|
138993
|
+
/* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! vue */ "../../../node_modules/vue/dist/vue.runtime.esm.js");
|
|
138994
|
+
/* harmony import */ var zone_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! zone.js */ "../../../node_modules/zone.js/dist/zone.js");
|
|
138995
|
+
/* harmony import */ var zone_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(zone_js__WEBPACK_IMPORTED_MODULE_16__);
|
|
138996
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
138997
|
+
/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! react-dom */ "../../../node_modules/react-dom/index.js");
|
|
138998
|
+
/* harmony import */ var react_router__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! react-router */ "../../../node_modules/react-router/esm/react-router.js");
|
|
138999
|
+
/* harmony import */ var react_router_dom__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! react-router-dom */ "../../../node_modules/react-router-dom/esm/react-router-dom.js");
|
|
139000
|
+
/* harmony import */ var history__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! history */ "../../../node_modules/history/esm/history.js");
|
|
139001
|
+
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
|
|
139002
|
+
/* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! path-to-regexp */ "../../../node_modules/path-to-regexp/index.js");
|
|
139003
|
+
/* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(path_to_regexp__WEBPACK_IMPORTED_MODULE_19__);
|
|
139004
|
+
/* harmony import */ var _libre_atom__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! @libre/atom */ "../../../node_modules/@libre/atom/dist/index.esm.js");
|
|
139005
|
+
/* harmony import */ var _dbeining_react_atom__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! @dbeining/react-atom */ "../../../node_modules/@dbeining/react-atom/dist/react-atom.js");
|
|
139006
|
+
/* harmony import */ var _dbeining_react_atom__WEBPACK_IMPORTED_MODULE_34___default = /*#__PURE__*/__webpack_require__.n(_dbeining_react_atom__WEBPACK_IMPORTED_MODULE_34__);
|
|
139007
|
+
|
|
139008
|
+
|
|
139009
|
+
|
|
139010
|
+
|
|
139011
|
+
|
|
139012
|
+
|
|
139013
|
+
|
|
139014
|
+
|
|
139015
|
+
|
|
139016
|
+
|
|
139017
|
+
|
|
139941
139018
|
|
|
139942
|
-
|
|
139943
|
-
|
|
139944
|
-
|
|
139019
|
+
|
|
139020
|
+
|
|
139021
|
+
|
|
139022
|
+
|
|
139023
|
+
|
|
139024
|
+
|
|
139025
|
+
|
|
139026
|
+
|
|
139027
|
+
|
|
139028
|
+
|
|
139029
|
+
|
|
139030
|
+
|
|
139031
|
+
|
|
139032
|
+
|
|
139033
|
+
|
|
139034
|
+
|
|
139035
|
+
|
|
139036
|
+
|
|
139037
|
+
|
|
139038
|
+
|
|
139039
|
+
|
|
139040
|
+
|
|
139041
|
+
|
|
139042
|
+
/* harmony default export */ function __WEBPACK_DEFAULT_EXPORT__(deps) {deps['sample-cross-fx']={};deps["@angular/common"]=_angular_common__WEBPACK_IMPORTED_MODULE_20__;deps["@angular/common@8.2.14"]=_angular_common__WEBPACK_IMPORTED_MODULE_20__;deps["@angular/compiler"]=_angular_compiler__WEBPACK_IMPORTED_MODULE_0__;deps["@angular/compiler@8.2.14"]=_angular_compiler__WEBPACK_IMPORTED_MODULE_0__;deps["@angular/core"]=_angular_core__WEBPACK_IMPORTED_MODULE_21__;deps["@angular/core@8.2.14"]=_angular_core__WEBPACK_IMPORTED_MODULE_21__;deps["@angular/platform-browser"]=_angular_platform_browser__WEBPACK_IMPORTED_MODULE_22__;deps["@angular/platform-browser@8.2.14"]=_angular_platform_browser__WEBPACK_IMPORTED_MODULE_22__;deps["@angular/platform-browser-dynamic"]=_angular_platform_browser_dynamic__WEBPACK_IMPORTED_MODULE_23__;deps["@angular/platform-browser-dynamic@8.2.14"]=_angular_platform_browser_dynamic__WEBPACK_IMPORTED_MODULE_23__;deps["@webcomponents/webcomponentsjs"]=_webcomponents_webcomponentsjs__WEBPACK_IMPORTED_MODULE_1__;deps["@webcomponents/webcomponentsjs@2.6.0"]=_webcomponents_webcomponentsjs__WEBPACK_IMPORTED_MODULE_1__;deps["angular"]=angular__WEBPACK_IMPORTED_MODULE_2__;deps["angular@1.8.2"]=angular__WEBPACK_IMPORTED_MODULE_2__;deps["aurelia-framework"]=aurelia_framework__WEBPACK_IMPORTED_MODULE_3__;deps["aurelia-framework@1.4.1"]=aurelia_framework__WEBPACK_IMPORTED_MODULE_3__;deps["aurelia-templating-binding"]=aurelia_templating_binding__WEBPACK_IMPORTED_MODULE_4__;deps["aurelia-templating-binding@1.5.3"]=aurelia_templating_binding__WEBPACK_IMPORTED_MODULE_4__;deps["aurelia-templating-resources"]=aurelia_templating_resources__WEBPACK_IMPORTED_MODULE_5__;deps["aurelia-templating-resources@1.13.1"]=aurelia_templating_resources__WEBPACK_IMPORTED_MODULE_5__;deps["aurelia-pal-browser"]=aurelia_pal_browser__WEBPACK_IMPORTED_MODULE_6__;deps["aurelia-pal-browser@1.8.1"]=aurelia_pal_browser__WEBPACK_IMPORTED_MODULE_6__;deps["aurelia-event-aggregator"]=aurelia_event_aggregator__WEBPACK_IMPORTED_MODULE_7__;deps["aurelia-event-aggregator@1.0.3"]=aurelia_event_aggregator__WEBPACK_IMPORTED_MODULE_7__;deps["aurelia-history-browser"]=aurelia_history_browser__WEBPACK_IMPORTED_MODULE_8__;deps["aurelia-history-browser@1.4.0"]=aurelia_history_browser__WEBPACK_IMPORTED_MODULE_8__;deps["hyperapp"]=hyperapp__WEBPACK_IMPORTED_MODULE_9__;deps["hyperapp@1.2.10"]=hyperapp__WEBPACK_IMPORTED_MODULE_9__;deps["inferno"]=inferno__WEBPACK_IMPORTED_MODULE_10__;deps["inferno@7.4.9"]=inferno__WEBPACK_IMPORTED_MODULE_10__;deps["inferno-create-element"]=inferno_create_element__WEBPACK_IMPORTED_MODULE_11__;deps["inferno-create-element@7.4.9"]=inferno_create_element__WEBPACK_IMPORTED_MODULE_11__;deps["mithril"]=mithril__WEBPACK_IMPORTED_MODULE_12__;deps["mithril@2.0.4"]=mithril__WEBPACK_IMPORTED_MODULE_12__;deps["lit-element"]=lit_element__WEBPACK_IMPORTED_MODULE_13__;deps["lit-element@2.5.1"]=lit_element__WEBPACK_IMPORTED_MODULE_13__;deps["solid-js"]=solid_js__WEBPACK_IMPORTED_MODULE_24__;deps["solid-js@0.18.14"]=solid_js__WEBPACK_IMPORTED_MODULE_24__;deps["solid-js/dom"]=solid_js_dom__WEBPACK_IMPORTED_MODULE_25__;deps["piral-ng/common"]=piral_ng_common__WEBPACK_IMPORTED_MODULE_26__;deps["preact"]=preact__WEBPACK_IMPORTED_MODULE_14__;deps["preact@10.5.14"]=preact__WEBPACK_IMPORTED_MODULE_14__;deps["riot"]=riot__WEBPACK_IMPORTED_MODULE_15__;deps["riot@4.14.0"]=riot__WEBPACK_IMPORTED_MODULE_15__;deps["rxjs"]=rxjs__WEBPACK_IMPORTED_MODULE_27__;deps["rxjs@6.6.7"]=rxjs__WEBPACK_IMPORTED_MODULE_27__;deps["vue"]=vue__WEBPACK_IMPORTED_MODULE_28__;deps["vue@2.6.14"]=vue__WEBPACK_IMPORTED_MODULE_28__;deps["zone.js"]=zone_js__WEBPACK_IMPORTED_MODULE_16__;deps["zone.js@0.9.1"]=zone_js__WEBPACK_IMPORTED_MODULE_16__;deps["react"]=/*#__PURE__*/ (react__WEBPACK_IMPORTED_MODULE_17___namespace_cache || (react__WEBPACK_IMPORTED_MODULE_17___namespace_cache = __webpack_require__.t(react__WEBPACK_IMPORTED_MODULE_17__, 2)));deps["react@17.0.2"]=/*#__PURE__*/ (react__WEBPACK_IMPORTED_MODULE_17___namespace_cache || (react__WEBPACK_IMPORTED_MODULE_17___namespace_cache = __webpack_require__.t(react__WEBPACK_IMPORTED_MODULE_17__, 2)));deps["react-dom"]=/*#__PURE__*/ (react_dom__WEBPACK_IMPORTED_MODULE_18___namespace_cache || (react_dom__WEBPACK_IMPORTED_MODULE_18___namespace_cache = __webpack_require__.t(react_dom__WEBPACK_IMPORTED_MODULE_18__, 2)));deps["react-dom@17.0.2"]=/*#__PURE__*/ (react_dom__WEBPACK_IMPORTED_MODULE_18___namespace_cache || (react_dom__WEBPACK_IMPORTED_MODULE_18___namespace_cache = __webpack_require__.t(react_dom__WEBPACK_IMPORTED_MODULE_18__, 2)));deps["react-router"]=react_router__WEBPACK_IMPORTED_MODULE_29__;deps["react-router@5.2.1"]=react_router__WEBPACK_IMPORTED_MODULE_29__;deps["react-router-dom"]=react_router_dom__WEBPACK_IMPORTED_MODULE_30__;deps["react-router-dom@5.3.0"]=react_router_dom__WEBPACK_IMPORTED_MODULE_30__;deps["history"]=history__WEBPACK_IMPORTED_MODULE_31__;deps["history@4.10.1"]=history__WEBPACK_IMPORTED_MODULE_31__;deps["tslib"]=tslib__WEBPACK_IMPORTED_MODULE_32__;deps["tslib@2.3.1"]=tslib__WEBPACK_IMPORTED_MODULE_32__;deps["path-to-regexp"]=path_to_regexp__WEBPACK_IMPORTED_MODULE_19__;deps["path-to-regexp@1.8.0"]=path_to_regexp__WEBPACK_IMPORTED_MODULE_19__;deps["@libre/atom"]=_libre_atom__WEBPACK_IMPORTED_MODULE_33__;deps["@libre/atom@1.3.3"]=_libre_atom__WEBPACK_IMPORTED_MODULE_33__;deps["@dbeining/react-atom"]=_dbeining_react_atom__WEBPACK_IMPORTED_MODULE_34__;deps["@dbeining/react-atom@4.1.21"]=_dbeining_react_atom__WEBPACK_IMPORTED_MODULE_34__}
|
|
139945
139043
|
|
|
139946
139044
|
/***/ }),
|
|
139947
139045
|
|
|
@@ -254673,6 +253771,36 @@ const svg = (strings, ...values) => new _lib_template_result_js__WEBPACK_IMPORTE
|
|
|
254673
253771
|
/******/ };
|
|
254674
253772
|
/******/ })();
|
|
254675
253773
|
/******/
|
|
253774
|
+
/******/ /* webpack/runtime/create fake namespace object */
|
|
253775
|
+
/******/ (() => {
|
|
253776
|
+
/******/ var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);
|
|
253777
|
+
/******/ var leafPrototypes;
|
|
253778
|
+
/******/ // create a fake namespace object
|
|
253779
|
+
/******/ // mode & 1: value is a module id, require it
|
|
253780
|
+
/******/ // mode & 2: merge all properties of value into the ns
|
|
253781
|
+
/******/ // mode & 4: return value when already ns object
|
|
253782
|
+
/******/ // mode & 16: return value when it's Promise-like
|
|
253783
|
+
/******/ // mode & 8|1: behave like require
|
|
253784
|
+
/******/ __webpack_require__.t = function(value, mode) {
|
|
253785
|
+
/******/ if(mode & 1) value = this(value);
|
|
253786
|
+
/******/ if(mode & 8) return value;
|
|
253787
|
+
/******/ if(typeof value === 'object' && value) {
|
|
253788
|
+
/******/ if((mode & 4) && value.__esModule) return value;
|
|
253789
|
+
/******/ if((mode & 16) && typeof value.then === 'function') return value;
|
|
253790
|
+
/******/ }
|
|
253791
|
+
/******/ var ns = Object.create(null);
|
|
253792
|
+
/******/ __webpack_require__.r(ns);
|
|
253793
|
+
/******/ var def = {};
|
|
253794
|
+
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
|
253795
|
+
/******/ for(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
253796
|
+
/******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
|
|
253797
|
+
/******/ }
|
|
253798
|
+
/******/ def['default'] = () => (value);
|
|
253799
|
+
/******/ __webpack_require__.d(ns, def);
|
|
253800
|
+
/******/ return ns;
|
|
253801
|
+
/******/ };
|
|
253802
|
+
/******/ })();
|
|
253803
|
+
/******/
|
|
254676
253804
|
/******/ /* webpack/runtime/define property getters */
|
|
254677
253805
|
/******/ (() => {
|
|
254678
253806
|
/******/ // define getter functions for harmony exports
|
|
@@ -254747,120 +253875,126 @@ var update = _tooling_piral_cli_webpack5_node_modules_style_loader_dist_runtime_
|
|
|
254747
253875
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
254748
253876
|
(() => {
|
|
254749
253877
|
"use strict";
|
|
254750
|
-
var exports = __webpack_exports__;
|
|
254751
253878
|
/*!***********************!*\
|
|
254752
253879
|
!*** ./src/index.tsx ***!
|
|
254753
253880
|
\***********************/
|
|
253881
|
+
__webpack_require__.r(__webpack_exports__);
|
|
253882
|
+
/* harmony import */ var core_js_es_reflect__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/es/reflect */ "./node_modules/core-js/es/reflect/index.js");
|
|
253883
|
+
/* harmony import */ var core_js_es_reflect__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_es_reflect__WEBPACK_IMPORTED_MODULE_0__);
|
|
253884
|
+
/* harmony import */ var core_js_stable_reflect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/stable/reflect */ "./node_modules/core-js/stable/reflect/index.js");
|
|
253885
|
+
/* harmony import */ var core_js_stable_reflect__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_stable_reflect__WEBPACK_IMPORTED_MODULE_1__);
|
|
253886
|
+
/* harmony import */ var core_js_features_reflect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/features/reflect */ "./node_modules/core-js/features/reflect/index.js");
|
|
253887
|
+
/* harmony import */ var core_js_features_reflect__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_features_reflect__WEBPACK_IMPORTED_MODULE_2__);
|
|
253888
|
+
/* harmony import */ var zone_js_dist_zone_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! zone.js/dist/zone.js */ "../../../node_modules/zone.js/dist/zone.js");
|
|
253889
|
+
/* harmony import */ var zone_js_dist_zone_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(zone_js_dist_zone_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
253890
|
+
/* harmony import */ var _webcomponents_webcomponentsjs_webcomponents_loader__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @webcomponents/webcomponentsjs/webcomponents-loader */ "../../../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js");
|
|
253891
|
+
/* harmony import */ var _webcomponents_webcomponentsjs_webcomponents_loader__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_webcomponents_webcomponentsjs_webcomponents_loader__WEBPACK_IMPORTED_MODULE_4__);
|
|
253892
|
+
/* harmony import */ var _webcomponents_webcomponentsjs_webcomponents_bundle_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @webcomponents/webcomponentsjs/webcomponents-bundle.js */ "../../../node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js");
|
|
253893
|
+
/* harmony import */ var _webcomponents_webcomponentsjs_webcomponents_bundle_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_webcomponents_webcomponentsjs_webcomponents_bundle_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
253894
|
+
/* harmony import */ var _webcomponents_webcomponentsjs_custom_elements_es5_adapter__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @webcomponents/webcomponentsjs/custom-elements-es5-adapter */ "../../../node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js");
|
|
253895
|
+
/* harmony import */ var _webcomponents_webcomponentsjs_custom_elements_es5_adapter__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_webcomponents_webcomponentsjs_custom_elements_es5_adapter__WEBPACK_IMPORTED_MODULE_6__);
|
|
253896
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
253897
|
+
/* harmony import */ var react_dom__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! react-dom */ "../../../node_modules/react-dom/index.js");
|
|
253898
|
+
/* harmony import */ var piral_core__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! piral-core */ "../../framework/piral-core/esm/createInstance.js");
|
|
253899
|
+
/* harmony import */ var piral_core__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! piral-core */ "../../framework/piral-core/esm/Piral.js");
|
|
253900
|
+
/* harmony import */ var piral_core__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! piral-core */ "../../framework/piral-core/esm/components/SetComponent.js");
|
|
253901
|
+
/* harmony import */ var piral_core__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! piral-core */ "../../framework/piral-core/esm/components/SetRoute.js");
|
|
253902
|
+
/* harmony import */ var piral_vue__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! piral-vue */ "../../converters/piral-vue/esm/create.js");
|
|
253903
|
+
/* harmony import */ var piral_ng__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! piral-ng */ "../../converters/piral-ng/esm/create.js");
|
|
253904
|
+
/* harmony import */ var piral_ngjs__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! piral-ngjs */ "../../converters/piral-ngjs/esm/create.js");
|
|
253905
|
+
/* harmony import */ var piral_hyperapp__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! piral-hyperapp */ "../../converters/piral-hyperapp/esm/create.js");
|
|
253906
|
+
/* harmony import */ var piral_inferno__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! piral-inferno */ "../../converters/piral-inferno/esm/create.js");
|
|
253907
|
+
/* harmony import */ var piral_preact__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! piral-preact */ "../../converters/piral-preact/esm/create.js");
|
|
253908
|
+
/* harmony import */ var piral_lazy__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! piral-lazy */ "../../plugins/piral-lazy/esm/create.js");
|
|
253909
|
+
/* harmony import */ var piral_litel__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! piral-litel */ "../../converters/piral-litel/esm/create.js");
|
|
253910
|
+
/* harmony import */ var piral_mithril__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! piral-mithril */ "../../converters/piral-mithril/esm/create.js");
|
|
253911
|
+
/* harmony import */ var piral_aurelia__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! piral-aurelia */ "../../converters/piral-aurelia/esm/create.js");
|
|
253912
|
+
/* harmony import */ var piral_riot__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! piral-riot */ "../../converters/piral-riot/esm/create.js");
|
|
253913
|
+
/* harmony import */ var piral_elm__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! piral-elm */ "../../converters/piral-elm/esm/create.js");
|
|
253914
|
+
/* harmony import */ var piral_svelte__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! piral-svelte */ "../../converters/piral-svelte/esm/create.js");
|
|
253915
|
+
/* harmony import */ var piral_blazor__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! piral-blazor */ "../../converters/piral-blazor/esm/create.js");
|
|
253916
|
+
/* harmony import */ var piral_solid__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! piral-solid */ "../../converters/piral-solid/esm/create.js");
|
|
253917
|
+
/* harmony import */ var piral_dashboard__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! piral-dashboard */ "../../plugins/piral-dashboard/esm/create.js");
|
|
253918
|
+
/* harmony import */ var piral_dashboard__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! piral-dashboard */ "../../plugins/piral-dashboard/esm/Dashboard.js");
|
|
254754
253919
|
|
|
254755
253920
|
|
|
254756
|
-
Object.defineProperty(exports, "__esModule", ({
|
|
254757
|
-
value: true
|
|
254758
|
-
}));
|
|
254759
|
-
|
|
254760
|
-
__webpack_require__(/*! core-js/es/reflect */ "./node_modules/core-js/es/reflect/index.js");
|
|
254761
|
-
|
|
254762
|
-
__webpack_require__(/*! core-js/stable/reflect */ "./node_modules/core-js/stable/reflect/index.js");
|
|
254763
253921
|
|
|
254764
|
-
__webpack_require__(/*! core-js/features/reflect */ "./node_modules/core-js/features/reflect/index.js");
|
|
254765
253922
|
|
|
254766
|
-
__webpack_require__(/*! zone.js/dist/zone.js */ "../../../node_modules/zone.js/dist/zone.js");
|
|
254767
253923
|
|
|
254768
|
-
__webpack_require__(/*! @webcomponents/webcomponentsjs/webcomponents-loader */ "../../../node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js");
|
|
254769
253924
|
|
|
254770
|
-
__webpack_require__(/*! @webcomponents/webcomponentsjs/webcomponents-bundle.js */ "../../../node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js");
|
|
254771
253925
|
|
|
254772
|
-
__webpack_require__(/*! @webcomponents/webcomponentsjs/custom-elements-es5-adapter */ "../../../node_modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js");
|
|
254773
253926
|
|
|
254774
|
-
const React = __webpack_require__(/*! react */ "../../../node_modules/react/index.js");
|
|
254775
253927
|
|
|
254776
|
-
const react_dom_1 = __webpack_require__(/*! react-dom */ "../../../node_modules/react-dom/index.js");
|
|
254777
253928
|
|
|
254778
|
-
const piral_core_1 = __webpack_require__(/*! piral-core */ "../../framework/piral-core/esm/index.js");
|
|
254779
253929
|
|
|
254780
|
-
const piral_vue_1 = __webpack_require__(/*! piral-vue */ "../../converters/piral-vue/esm/index.js");
|
|
254781
253930
|
|
|
254782
|
-
const piral_ng_1 = __webpack_require__(/*! piral-ng */ "../../converters/piral-ng/esm/index.js");
|
|
254783
253931
|
|
|
254784
|
-
const piral_ngjs_1 = __webpack_require__(/*! piral-ngjs */ "../../converters/piral-ngjs/esm/index.js");
|
|
254785
253932
|
|
|
254786
|
-
const piral_hyperapp_1 = __webpack_require__(/*! piral-hyperapp */ "../../converters/piral-hyperapp/esm/index.js");
|
|
254787
253933
|
|
|
254788
|
-
const piral_inferno_1 = __webpack_require__(/*! piral-inferno */ "../../converters/piral-inferno/esm/index.js");
|
|
254789
253934
|
|
|
254790
|
-
const piral_preact_1 = __webpack_require__(/*! piral-preact */ "../../converters/piral-preact/esm/index.js");
|
|
254791
253935
|
|
|
254792
|
-
const piral_lazy_1 = __webpack_require__(/*! piral-lazy */ "../../plugins/piral-lazy/esm/index.js");
|
|
254793
253936
|
|
|
254794
|
-
const piral_litel_1 = __webpack_require__(/*! piral-litel */ "../../converters/piral-litel/esm/index.js");
|
|
254795
253937
|
|
|
254796
|
-
const piral_mithril_1 = __webpack_require__(/*! piral-mithril */ "../../converters/piral-mithril/esm/index.js");
|
|
254797
253938
|
|
|
254798
|
-
const piral_aurelia_1 = __webpack_require__(/*! piral-aurelia */ "../../converters/piral-aurelia/esm/index.js");
|
|
254799
253939
|
|
|
254800
|
-
const piral_riot_1 = __webpack_require__(/*! piral-riot */ "../../converters/piral-riot/esm/index.js");
|
|
254801
253940
|
|
|
254802
|
-
const piral_elm_1 = __webpack_require__(/*! piral-elm */ "../../converters/piral-elm/esm/index.js");
|
|
254803
253941
|
|
|
254804
|
-
const piral_svelte_1 = __webpack_require__(/*! piral-svelte */ "../../converters/piral-svelte/esm/index.js");
|
|
254805
253942
|
|
|
254806
|
-
const piral_blazor_1 = __webpack_require__(/*! piral-blazor */ "../../converters/piral-blazor/esm/index.js");
|
|
254807
253943
|
|
|
254808
|
-
const piral_solid_1 = __webpack_require__(/*! piral-solid */ "../../converters/piral-solid/esm/index.js");
|
|
254809
253944
|
|
|
254810
|
-
const piral_dashboard_1 = __webpack_require__(/*! piral-dashboard */ "../../plugins/piral-dashboard/esm/index.js");
|
|
254811
253945
|
|
|
254812
|
-
const Loader = () =>
|
|
253946
|
+
const Loader = () => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement("div", {
|
|
254813
253947
|
className: "app-center"
|
|
254814
|
-
},
|
|
253948
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement("div", {
|
|
254815
253949
|
className: "spinner circles"
|
|
254816
253950
|
}, "Loading ..."));
|
|
254817
253951
|
|
|
254818
253952
|
const DashboardContainer = ({
|
|
254819
253953
|
children
|
|
254820
|
-
}) =>
|
|
253954
|
+
}) => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement("div", {
|
|
254821
253955
|
className: "tiles"
|
|
254822
253956
|
}, children);
|
|
254823
253957
|
|
|
254824
253958
|
const Layout = ({
|
|
254825
253959
|
children
|
|
254826
|
-
}) =>
|
|
253960
|
+
}) => /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement("div", {
|
|
254827
253961
|
className: "app-container"
|
|
254828
|
-
},
|
|
253962
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement("div", {
|
|
254829
253963
|
className: "app-header"
|
|
254830
|
-
},
|
|
253964
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement("h1", null, "Cross Framework Sample")), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement("div", {
|
|
254831
253965
|
className: "app-content"
|
|
254832
|
-
}, children),
|
|
253966
|
+
}, children), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement("div", {
|
|
254833
253967
|
className: "app-footer"
|
|
254834
|
-
}, "For more information or the source code check out our", ' ',
|
|
253968
|
+
}, "For more information or the source code check out our", ' ', /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement("a", {
|
|
254835
253969
|
href: "https://github.com/smapiot/piral"
|
|
254836
253970
|
}, "GitHub repository"), "."));
|
|
254837
253971
|
|
|
254838
|
-
const instance = (0,
|
|
254839
|
-
plugins: [(0,
|
|
253972
|
+
const instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_9__.createInstance)({
|
|
253973
|
+
plugins: [(0,piral_lazy__WEBPACK_IMPORTED_MODULE_10__.createLazyApi)(), (0,piral_vue__WEBPACK_IMPORTED_MODULE_11__.createVueApi)(), (0,piral_ng__WEBPACK_IMPORTED_MODULE_12__.createNgApi)(), (0,piral_ngjs__WEBPACK_IMPORTED_MODULE_13__.createNgjsApi)(), (0,piral_hyperapp__WEBPACK_IMPORTED_MODULE_14__.createHyperappApi)(), (0,piral_inferno__WEBPACK_IMPORTED_MODULE_15__.createInfernoApi)(), (0,piral_preact__WEBPACK_IMPORTED_MODULE_16__.createPreactApi)(), (0,piral_litel__WEBPACK_IMPORTED_MODULE_17__.createLitElApi)(), (0,piral_mithril__WEBPACK_IMPORTED_MODULE_18__.createMithrilApi)(), (0,piral_aurelia__WEBPACK_IMPORTED_MODULE_19__.createAureliaApi)(), (0,piral_riot__WEBPACK_IMPORTED_MODULE_20__.createRiotApi)(), (0,piral_elm__WEBPACK_IMPORTED_MODULE_21__.createElmApi)(), (0,piral_svelte__WEBPACK_IMPORTED_MODULE_22__.createSvelteApi)(), (0,piral_blazor__WEBPACK_IMPORTED_MODULE_23__.createBlazorApi)(), (0,piral_solid__WEBPACK_IMPORTED_MODULE_24__.createSolidApi)(), (0,piral_dashboard__WEBPACK_IMPORTED_MODULE_25__.createDashboardApi)()],
|
|
254840
253974
|
|
|
254841
253975
|
requestPilets() {
|
|
254842
253976
|
return fetch('https://feed.piral.cloud/api/v1/pilet/cross-fx').then(res => res.json()).then(res => res.items);
|
|
254843
253977
|
}
|
|
254844
253978
|
|
|
254845
253979
|
});
|
|
254846
|
-
const app =
|
|
253980
|
+
const app = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(piral_core__WEBPACK_IMPORTED_MODULE_26__.Piral, {
|
|
254847
253981
|
instance: instance
|
|
254848
|
-
},
|
|
253982
|
+
}, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(piral_core__WEBPACK_IMPORTED_MODULE_27__.SetComponent, {
|
|
254849
253983
|
name: "LoadingIndicator",
|
|
254850
253984
|
component: Loader
|
|
254851
|
-
}),
|
|
253985
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(piral_core__WEBPACK_IMPORTED_MODULE_27__.SetComponent, {
|
|
254852
253986
|
name: "Layout",
|
|
254853
253987
|
component: Layout
|
|
254854
|
-
}),
|
|
253988
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(piral_core__WEBPACK_IMPORTED_MODULE_27__.SetComponent, {
|
|
254855
253989
|
name: "DashboardContainer",
|
|
254856
253990
|
component: DashboardContainer
|
|
254857
|
-
}),
|
|
253991
|
+
}), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_7__.createElement(piral_core__WEBPACK_IMPORTED_MODULE_28__.SetRoute, {
|
|
254858
253992
|
path: "/",
|
|
254859
|
-
component:
|
|
253993
|
+
component: piral_dashboard__WEBPACK_IMPORTED_MODULE_29__.Dashboard
|
|
254860
253994
|
}));
|
|
254861
|
-
(0,
|
|
253995
|
+
(0,react_dom__WEBPACK_IMPORTED_MODULE_8__.render)(app, document.querySelector('#app'));
|
|
254862
253996
|
})();
|
|
254863
253997
|
|
|
254864
253998
|
/******/ })()
|
|
254865
253999
|
;
|
|
254866
|
-
//# sourceMappingURL=index.
|
|
254000
|
+
//# sourceMappingURL=index.851526.js.map
|