jsf.js_next_gen 4.0.4-beta.7 → 4.0.4-beta.8
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/dist/window/faces-development.js +139 -143
- package/dist/window/faces-development.js.map +1 -1
- package/dist/window/faces.js +1 -1
- package/dist/window/faces.js.map +1 -1
- package/dist/window/jsf-development.js +139 -143
- package/dist/window/jsf-development.js.map +1 -1
- package/dist/window/jsf.js +1 -1
- package/dist/window/jsf.js.map +1 -1
- package/package.json +6 -6
- package/src/main/typescript/api/_api.ts +2 -2
- package/src/main/typescript/impl/AjaxImpl.ts +5 -5
- package/src/main/typescript/impl/util/Assertions.ts +1 -1
- package/src/main/typescript/impl/util/Lang.ts +2 -2
- package/src/main/typescript/impl/util/XhrQueueController.ts +1 -1
- package/src/main/typescript/impl/xhrCore/ErrorData.ts +1 -1
- package/src/main/typescript/impl/xhrCore/RequestDataResolver.ts +1 -1
- package/src/main/typescript/impl/xhrCore/ResponseProcessor.ts +5 -5
- package/src/main/typescript/impl/xhrCore/XhrFormData.ts +1 -1
- package/src/main/typescript/impl/xhrCore/XhrRequest.ts +1 -1
- package/src/main/typescript/myfaces/OamSubmit.ts +1 -1
- package/src/main/typescript/test/api/MyFacesABTest.spec.ts +1 -1
- package/src/main/typescript/test/frameworkBase/LangTest.spec.ts +11 -14
- package/src/main/typescript/test/frameworkBase/_ext/monadish/DomQueryTest.spec.ts +8 -10
- package/src/main/typescript/test/frameworkBase/_ext/monadish/LangTest.spec.ts +6 -2
- package/src/main/typescript/test/frameworkBase/_ext/monadish/MappingProbes.ts +9 -9
- package/src/main/typescript/test/frameworkBase/_ext/monadish/MonadTest.spec.ts +5 -4
- package/src/main/typescript/test/frameworkBase/_ext/shared/StandardInits.ts +30 -30
- package/src/main/typescript/test/impl/ImplTest.spec.ts +2 -2
- package/src/main/typescript/test/impl/ImplTest_23.spec.ts +2 -2
- package/src/main/typescript/test/impl/SeparatorCharsTest.spec.ts +2 -2
- package/src/main/typescript/test/impl/util/ExtDomQueryTest.spec.ts +1 -1
- package/src/main/typescript/test/myfaces/OamSubmit.spec.ts +4 -4
- package/src/main/typescript/test/myfaces/OnLoad.spec.ts +1 -1
- package/src/main/typescript/test/queue/AsynchronousQueueTest.spec.ts +4 -4
- package/src/main/typescript/test/xhrCore/ClientWindow.spec.ts +3 -3
- package/src/main/typescript/test/xhrCore/ErrorChainTest.spec.ts +4 -4
- package/src/main/typescript/test/xhrCore/EventTests.spec.ts +3 -3
- package/src/main/typescript/test/xhrCore/FileUploadTest.spec.ts +3 -3
- package/src/main/typescript/test/xhrCore/NamespacesRequestTest.spec.ts +5 -5
- package/src/main/typescript/test/xhrCore/OamSubmitTest.spec.ts +4 -4
- package/src/main/typescript/test/xhrCore/RequestParamsTest.spec.ts +5 -5
- package/src/main/typescript/test/xhrCore/RequestTest.spec.ts +10 -10
- package/src/main/typescript/test/xhrCore/RequestTest_23.spec.ts +9 -9
- package/src/main/typescript/test/xhrCore/ResponseTest.spec.ts +23 -23
- package/src/main/typescript/test/xhrCore/ResponseTest23.spec.ts +25 -25
- package/src/main/typescript/test/xhrCore/ShadowDomTest.spec.ts +3 -3
- package/src/main/typescript/test/xhrCore/TobagoFileUploadTest.spec.ts +3 -3
- package/src/main/typescript/test/xhrCore/WebsocketTest.ts +8 -8
- package/src/main/typescript/test/xhrCore/XhrFormDataTest.spec.ts +10 -10
- package/src/main/typescript/test/xhrCore/XhrRequestProgress.spec.ts +3 -3
- package/target/api/_api.js.map +1 -1
- package/target/impl/AjaxImpl.js +5 -5
- package/target/impl/AjaxImpl.js.map +1 -1
- package/target/impl/util/Assertions.js.map +1 -1
- package/target/impl/util/Lang.js.map +1 -1
- package/target/impl/util/XhrQueueController.js +1 -1
- package/target/impl/util/XhrQueueController.js.map +1 -1
- package/target/impl/xhrCore/ErrorData.js +1 -1
- package/target/impl/xhrCore/ErrorData.js.map +1 -1
- package/target/impl/xhrCore/RequestDataResolver.js.map +1 -1
- package/target/impl/xhrCore/ResponseProcessor.js +2 -2
- package/target/impl/xhrCore/ResponseProcessor.js.map +1 -1
- package/target/impl/xhrCore/XhrFormData.js +1 -1
- package/target/impl/xhrCore/XhrFormData.js.map +1 -1
- package/target/impl/xhrCore/XhrRequest.js +1 -1
- package/target/impl/xhrCore/XhrRequest.js.map +1 -1
- package/target/myfaces/OamSubmit.js +1 -1
- package/target/myfaces/OamSubmit.js.map +1 -1
- package/target/test/api/MyFacesABTest.spec.js +1 -1
- package/target/test/api/MyFacesABTest.spec.js.map +1 -1
- package/target/test/frameworkBase/LangTest.spec.js +8 -11
- package/target/test/frameworkBase/LangTest.spec.js.map +1 -1
- package/target/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js +3 -5
- package/target/test/frameworkBase/_ext/monadish/DomQueryTest.spec.js.map +1 -1
- package/target/test/frameworkBase/_ext/monadish/LangTest.spec.js +15 -8
- package/target/test/frameworkBase/_ext/monadish/LangTest.spec.js.map +1 -1
- package/target/test/frameworkBase/_ext/monadish/MappingProbes.js.map +1 -1
- package/target/test/frameworkBase/_ext/monadish/MonadTest.spec.js +44 -40
- package/target/test/frameworkBase/_ext/monadish/MonadTest.spec.js.map +1 -1
- package/target/test/frameworkBase/_ext/shared/StandardInits.js.map +1 -1
- package/target/test/impl/ImplTest.spec.js +1 -1
- package/target/test/impl/ImplTest.spec.js.map +1 -1
- package/target/test/impl/ImplTest_23.spec.js +1 -1
- package/target/test/impl/ImplTest_23.spec.js.map +1 -1
- package/target/test/impl/SeparatorCharsTest.spec.js +2 -2
- package/target/test/impl/SeparatorCharsTest.spec.js.map +1 -1
- package/target/test/impl/util/ExtDomQueryTest.spec.js +1 -1
- package/target/test/impl/util/ExtDomQueryTest.spec.js.map +1 -1
- package/target/test/myfaces/OamSubmit.spec.js +4 -4
- package/target/test/myfaces/OamSubmit.spec.js.map +1 -1
- package/target/test/myfaces/OnLoad.spec.js +1 -1
- package/target/test/myfaces/OnLoad.spec.js.map +1 -1
- package/target/test/queue/AsynchronousQueueTest.spec.js +1 -1
- package/target/test/queue/AsynchronousQueueTest.spec.js.map +1 -1
- package/target/test/xhrCore/ClientWindow.spec.js.map +1 -1
- package/target/test/xhrCore/ErrorChainTest.spec.js +1 -1
- package/target/test/xhrCore/ErrorChainTest.spec.js.map +1 -1
- package/target/test/xhrCore/EventTests.spec.js +1 -1
- package/target/test/xhrCore/EventTests.spec.js.map +1 -1
- package/target/test/xhrCore/FileUploadTest.spec.js +1 -1
- package/target/test/xhrCore/FileUploadTest.spec.js.map +1 -1
- package/target/test/xhrCore/NamespacesRequestTest.spec.js +2 -2
- package/target/test/xhrCore/NamespacesRequestTest.spec.js.map +1 -1
- package/target/test/xhrCore/OamSubmitTest.spec.js +1 -1
- package/target/test/xhrCore/OamSubmitTest.spec.js.map +1 -1
- package/target/test/xhrCore/RequestParamsTest.spec.js +2 -2
- package/target/test/xhrCore/RequestParamsTest.spec.js.map +1 -1
- package/target/test/xhrCore/RequestTest.spec.js +4 -4
- package/target/test/xhrCore/RequestTest.spec.js.map +1 -1
- package/target/test/xhrCore/RequestTest_23.spec.js +3 -3
- package/target/test/xhrCore/RequestTest_23.spec.js.map +1 -1
- package/target/test/xhrCore/ResponseTest.spec.js +1 -1
- package/target/test/xhrCore/ResponseTest.spec.js.map +1 -1
- package/target/test/xhrCore/ResponseTest23.spec.js +3 -2
- package/target/test/xhrCore/ResponseTest23.spec.js.map +1 -1
- package/target/test/xhrCore/ShadowDomTest.spec.js +1 -1
- package/target/test/xhrCore/ShadowDomTest.spec.js.map +1 -1
- package/target/test/xhrCore/TobagoFileUploadTest.spec.js +1 -1
- package/target/test/xhrCore/TobagoFileUploadTest.spec.js.map +1 -1
- package/target/test/xhrCore/WebsocketTest.js +2 -2
- package/target/test/xhrCore/WebsocketTest.js.map +1 -1
- package/target/test/xhrCore/XhrFormDataTest.spec.js +1 -1
- package/target/test/xhrCore/XhrFormDataTest.spec.js.map +1 -1
- package/target/test/xhrCore/XhrRequestProgress.spec.js +1 -1
- package/target/test/xhrCore/XhrRequestProgress.spec.js.map +1 -1
- package/dist/main.js +0 -14
- package/remap.js +0 -44
- package/remap.js.map +0 -1
- package/webpack.config.js +0 -54
- package/webpack.config.js.map +0 -1
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/ "./node_modules/mona-dish/src/main/typescript/AssocArray.ts"
|
|
5
|
+
/***/ "./node_modules/mona-dish/src/main/typescript/AssocArray.ts"
|
|
6
6
|
/*!******************************************************************!*\
|
|
7
7
|
!*** ./node_modules/mona-dish/src/main/typescript/AssocArray.ts ***!
|
|
8
8
|
\******************************************************************/
|
|
9
|
-
|
|
9
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
/*!
|
|
@@ -367,13 +367,13 @@ function deepEqual(obj1, obj2) {
|
|
|
367
367
|
exports.deepEqual = deepEqual;
|
|
368
368
|
|
|
369
369
|
|
|
370
|
-
/***/ }
|
|
370
|
+
/***/ },
|
|
371
371
|
|
|
372
|
-
/***/ "./node_modules/mona-dish/src/main/typescript/Config.ts"
|
|
372
|
+
/***/ "./node_modules/mona-dish/src/main/typescript/Config.ts"
|
|
373
373
|
/*!**************************************************************!*\
|
|
374
374
|
!*** ./node_modules/mona-dish/src/main/typescript/Config.ts ***!
|
|
375
375
|
\**************************************************************/
|
|
376
|
-
|
|
376
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
377
377
|
|
|
378
378
|
|
|
379
379
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
@@ -381,7 +381,7 @@ exports.Config = exports.CONFIG_ANY = exports.CONFIG_VALUE = void 0;
|
|
|
381
381
|
const Es2019Array_1 = __webpack_require__(/*! ./Es2019Array */ "./node_modules/mona-dish/src/main/typescript/Es2019Array.ts");
|
|
382
382
|
const Monad_1 = __webpack_require__(/*! ./Monad */ "./node_modules/mona-dish/src/main/typescript/Monad.ts");
|
|
383
383
|
const Lang_1 = __webpack_require__(/*! ./Lang */ "./node_modules/mona-dish/src/main/typescript/Lang.ts");
|
|
384
|
-
|
|
384
|
+
const objAssign = Lang_1.Lang.objAssign;
|
|
385
385
|
const AssocArray_1 = __webpack_require__(/*! ./AssocArray */ "./node_modules/mona-dish/src/main/typescript/AssocArray.ts");
|
|
386
386
|
/**
|
|
387
387
|
* specialized value embedder
|
|
@@ -611,13 +611,13 @@ class Config extends Monad_1.Optional {
|
|
|
611
611
|
exports.Config = Config;
|
|
612
612
|
|
|
613
613
|
|
|
614
|
-
/***/ }
|
|
614
|
+
/***/ },
|
|
615
615
|
|
|
616
|
-
/***/ "./node_modules/mona-dish/src/main/typescript/DomQuery.ts"
|
|
616
|
+
/***/ "./node_modules/mona-dish/src/main/typescript/DomQuery.ts"
|
|
617
617
|
/*!****************************************************************!*\
|
|
618
618
|
!*** ./node_modules/mona-dish/src/main/typescript/DomQuery.ts ***!
|
|
619
619
|
\****************************************************************/
|
|
620
|
-
|
|
620
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
621
621
|
|
|
622
622
|
|
|
623
623
|
/*!
|
|
@@ -652,10 +652,10 @@ const SourcesCollectors_1 = __webpack_require__(/*! ./SourcesCollectors */ "./no
|
|
|
652
652
|
const Lang_1 = __webpack_require__(/*! ./Lang */ "./node_modules/mona-dish/src/main/typescript/Lang.ts");
|
|
653
653
|
const Global_1 = __webpack_require__(/*! ./Global */ "./node_modules/mona-dish/src/main/typescript/Global.ts");
|
|
654
654
|
const Es2019Array_1 = __webpack_require__(/*! ./Es2019Array */ "./node_modules/mona-dish/src/main/typescript/Es2019Array.ts");
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
655
|
+
const trim = Lang_1.Lang.trim;
|
|
656
|
+
const isString = Lang_1.Lang.isString;
|
|
657
|
+
const eqi = Lang_1.Lang.equalsIgnoreCase;
|
|
658
|
+
const objToArray = Lang_1.Lang.objToArray;
|
|
659
659
|
const AssocArray_1 = __webpack_require__(/*! ./AssocArray */ "./node_modules/mona-dish/src/main/typescript/AssocArray.ts");
|
|
660
660
|
class NonceValueEmbedder extends Monad_1.ValueEmbedder {
|
|
661
661
|
constructor(rootElems) {
|
|
@@ -993,7 +993,7 @@ class DomQuery {
|
|
|
993
993
|
this.id.value = value;
|
|
994
994
|
}
|
|
995
995
|
get checked() {
|
|
996
|
-
return new Es2019Array_1.Es2019Array(...this.values).every(el => !!el.checked);
|
|
996
|
+
return new Es2019Array_1.Es2019Array(...this.values).every(el => !!(el).checked);
|
|
997
997
|
}
|
|
998
998
|
set checked(newChecked) {
|
|
999
999
|
this.eachElem(el => el.checked = newChecked);
|
|
@@ -1442,7 +1442,7 @@ class DomQuery {
|
|
|
1442
1442
|
filterSelector(selector) {
|
|
1443
1443
|
let matched = [];
|
|
1444
1444
|
this.eachElem(item => {
|
|
1445
|
-
if (this.
|
|
1445
|
+
if (this._matchesSelector(item, selector)) {
|
|
1446
1446
|
matched.push(item);
|
|
1447
1447
|
}
|
|
1448
1448
|
});
|
|
@@ -1456,7 +1456,7 @@ class DomQuery {
|
|
|
1456
1456
|
*/
|
|
1457
1457
|
matchesSelector(selector) {
|
|
1458
1458
|
return this.asArray
|
|
1459
|
-
.some(item => this.
|
|
1459
|
+
.some(item => this._matchesSelector(item.getAsElem(0).value, selector));
|
|
1460
1460
|
}
|
|
1461
1461
|
/**
|
|
1462
1462
|
* easy node traversal, you can pass
|
|
@@ -2201,7 +2201,7 @@ class DomQuery {
|
|
|
2201
2201
|
}).filter(item => {
|
|
2202
2202
|
return item?.value?.value?.nodeType == TYPE_CDATA_BLOCK;
|
|
2203
2203
|
}).reduce((reduced: Array<any>, item: DomQuery) => {
|
|
2204
|
-
reduced.push((
|
|
2204
|
+
reduced.push((item?.value?.value)?.data ?? "" as any);
|
|
2205
2205
|
return reduced;
|
|
2206
2206
|
}, []).value;*/
|
|
2207
2207
|
// response may contain several blocks
|
|
@@ -2249,8 +2249,9 @@ class DomQuery {
|
|
|
2249
2249
|
attachShadow(params = { mode: "open" }) {
|
|
2250
2250
|
let shadowRoots = [];
|
|
2251
2251
|
this.eachElem((item) => {
|
|
2252
|
+
var _a;
|
|
2252
2253
|
let shadowElement;
|
|
2253
|
-
if (item === null ||
|
|
2254
|
+
if ((_a = (item)) === null || _a === void 0 ? void 0 : _a.attachShadow) {
|
|
2254
2255
|
shadowElement = DomQuery.byId(item.attachShadow(params));
|
|
2255
2256
|
shadowRoots.push(shadowElement);
|
|
2256
2257
|
}
|
|
@@ -2471,8 +2472,6 @@ class DomQuery {
|
|
|
2471
2472
|
}
|
|
2472
2473
|
return foundNodes;
|
|
2473
2474
|
}
|
|
2474
|
-
// source: https:// developer.mozilla.org/en-US/docs/Web/API/Element/matches
|
|
2475
|
-
// code snippet license: https:// creativecommons.org/licenses/by-sa/2.5/
|
|
2476
2475
|
/**
|
|
2477
2476
|
* matches selector call in a browser independent manner
|
|
2478
2477
|
*
|
|
@@ -2480,21 +2479,12 @@ class DomQuery {
|
|
|
2480
2479
|
* @param selector
|
|
2481
2480
|
* @private
|
|
2482
2481
|
*/
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
prototypeOwner.oMatchesSelector ||
|
|
2490
|
-
prototypeOwner.webkitMatchesSelector ||
|
|
2491
|
-
function (s) {
|
|
2492
|
-
let matches = (document || ownerDocument).querySelectorAll(s), i = matches.length;
|
|
2493
|
-
while (--i >= 0 && matches.item(i) !== toMatch) {
|
|
2494
|
-
}
|
|
2495
|
-
return i > -1;
|
|
2496
|
-
};
|
|
2497
|
-
return matchesSelector.call(toMatch, selector);
|
|
2482
|
+
_matchesSelector(toMatch, selector) {
|
|
2483
|
+
if (toMatch.matches) {
|
|
2484
|
+
return toMatch.matches(selector);
|
|
2485
|
+
}
|
|
2486
|
+
var foundElements = (document || ownerDocument).querySelectorAll(selector);
|
|
2487
|
+
return Array.prototype.indexOf.call(foundElements, toMatch) !== -1;
|
|
2498
2488
|
}
|
|
2499
2489
|
/**
|
|
2500
2490
|
* sticky non-sticky unified code of the load script eval
|
|
@@ -2621,13 +2611,13 @@ exports.DQ = DomQuery;
|
|
|
2621
2611
|
exports.DQ$ = DomQuery.querySelectorAll;
|
|
2622
2612
|
|
|
2623
2613
|
|
|
2624
|
-
/***/ }
|
|
2614
|
+
/***/ },
|
|
2625
2615
|
|
|
2626
|
-
/***/ "./node_modules/mona-dish/src/main/typescript/Es2019Array.ts"
|
|
2616
|
+
/***/ "./node_modules/mona-dish/src/main/typescript/Es2019Array.ts"
|
|
2627
2617
|
/*!*******************************************************************!*\
|
|
2628
2618
|
!*** ./node_modules/mona-dish/src/main/typescript/Es2019Array.ts ***!
|
|
2629
2619
|
\*******************************************************************/
|
|
2630
|
-
|
|
2620
|
+
(__unused_webpack_module, exports) {
|
|
2631
2621
|
|
|
2632
2622
|
|
|
2633
2623
|
/**
|
|
@@ -2650,10 +2640,10 @@ class Es2019Array_ extends Array {
|
|
|
2650
2640
|
this._another = another;
|
|
2651
2641
|
}
|
|
2652
2642
|
//for testing it definitely runs into this branch because we are on es5 level
|
|
2653
|
-
//if (!(
|
|
2643
|
+
//if (!(Array.prototype).flatMap as any) {
|
|
2654
2644
|
this.flatMap = (flatMapFun) => this._flatMap(flatMapFun);
|
|
2655
2645
|
//}
|
|
2656
|
-
//if (!(
|
|
2646
|
+
//if (!(Array.prototype).flat as any) {
|
|
2657
2647
|
this.flat = (flatLevel = 1) => this._flat(flatLevel);
|
|
2658
2648
|
//}
|
|
2659
2649
|
}
|
|
@@ -2752,13 +2742,13 @@ exports.Es2019Array = (Array.prototype.flatMap) ? function (...data) {
|
|
|
2752
2742
|
} : _Es2019Array;
|
|
2753
2743
|
|
|
2754
2744
|
|
|
2755
|
-
/***/ }
|
|
2745
|
+
/***/ },
|
|
2756
2746
|
|
|
2757
|
-
/***/ "./node_modules/mona-dish/src/main/typescript/Global.ts"
|
|
2747
|
+
/***/ "./node_modules/mona-dish/src/main/typescript/Global.ts"
|
|
2758
2748
|
/*!**************************************************************!*\
|
|
2759
2749
|
!*** ./node_modules/mona-dish/src/main/typescript/Global.ts ***!
|
|
2760
2750
|
\**************************************************************/
|
|
2761
|
-
|
|
2751
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
2762
2752
|
|
|
2763
2753
|
|
|
2764
2754
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
@@ -2799,13 +2789,13 @@ function _global$() {
|
|
|
2799
2789
|
exports._global$ = _global$;
|
|
2800
2790
|
|
|
2801
2791
|
|
|
2802
|
-
/***/ }
|
|
2792
|
+
/***/ },
|
|
2803
2793
|
|
|
2804
|
-
/***/ "./node_modules/mona-dish/src/main/typescript/Lang.ts"
|
|
2794
|
+
/***/ "./node_modules/mona-dish/src/main/typescript/Lang.ts"
|
|
2805
2795
|
/*!************************************************************!*\
|
|
2806
2796
|
!*** ./node_modules/mona-dish/src/main/typescript/Lang.ts ***!
|
|
2807
2797
|
\************************************************************/
|
|
2808
|
-
|
|
2798
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
2809
2799
|
|
|
2810
2800
|
|
|
2811
2801
|
/*!
|
|
@@ -2919,7 +2909,7 @@ var Lang;
|
|
|
2919
2909
|
}
|
|
2920
2910
|
//since offset is numeric we cannot use the shortcut due to 0 being false
|
|
2921
2911
|
//special condition array delivered no offset no pack
|
|
2922
|
-
if (obj instanceof Array && !offset && !pack)
|
|
2912
|
+
if ((obj) instanceof Array && !offset && !pack)
|
|
2923
2913
|
return obj;
|
|
2924
2914
|
return new Es2019Array_1.Es2019Array(...pack.concat(Array.prototype.slice.call(obj, offset)));
|
|
2925
2915
|
}
|
|
@@ -2975,8 +2965,8 @@ var Lang;
|
|
|
2975
2965
|
throw new TypeError('Cannot convert undefined or null to object');
|
|
2976
2966
|
}
|
|
2977
2967
|
let to = Object(target);
|
|
2978
|
-
if (Object.assign) {
|
|
2979
|
-
theArgs.forEach(item => Object.assign(to, item));
|
|
2968
|
+
if ((Object).assign) {
|
|
2969
|
+
theArgs.forEach(item => (Object).assign(to, item));
|
|
2980
2970
|
return to;
|
|
2981
2971
|
}
|
|
2982
2972
|
theArgs.filter(item => item != null).forEach(item => {
|
|
@@ -2991,13 +2981,13 @@ var Lang;
|
|
|
2991
2981
|
})(Lang || (exports.Lang = Lang = {}));
|
|
2992
2982
|
|
|
2993
2983
|
|
|
2994
|
-
/***/ }
|
|
2984
|
+
/***/ },
|
|
2995
2985
|
|
|
2996
|
-
/***/ "./node_modules/mona-dish/src/main/typescript/Monad.ts"
|
|
2986
|
+
/***/ "./node_modules/mona-dish/src/main/typescript/Monad.ts"
|
|
2997
2987
|
/*!*************************************************************!*\
|
|
2998
2988
|
!*** ./node_modules/mona-dish/src/main/typescript/Monad.ts ***!
|
|
2999
2989
|
\*************************************************************/
|
|
3000
|
-
|
|
2990
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
3001
2991
|
|
|
3002
2992
|
|
|
3003
2993
|
/*!
|
|
@@ -3330,13 +3320,13 @@ exports.ValueEmbedder = ValueEmbedder;
|
|
|
3330
3320
|
ValueEmbedder.absent = ValueEmbedder.fromNullable(null);
|
|
3331
3321
|
|
|
3332
3322
|
|
|
3333
|
-
/***/ }
|
|
3323
|
+
/***/ },
|
|
3334
3324
|
|
|
3335
|
-
/***/ "./node_modules/mona-dish/src/main/typescript/SourcesCollectors.ts"
|
|
3325
|
+
/***/ "./node_modules/mona-dish/src/main/typescript/SourcesCollectors.ts"
|
|
3336
3326
|
/*!*************************************************************************!*\
|
|
3337
3327
|
!*** ./node_modules/mona-dish/src/main/typescript/SourcesCollectors.ts ***!
|
|
3338
3328
|
\*************************************************************************/
|
|
3339
|
-
|
|
3329
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
3340
3330
|
|
|
3341
3331
|
|
|
3342
3332
|
/*!
|
|
@@ -3783,13 +3773,13 @@ class ArrayCollector {
|
|
|
3783
3773
|
exports.ArrayCollector = ArrayCollector;
|
|
3784
3774
|
|
|
3785
3775
|
|
|
3786
|
-
/***/ }
|
|
3776
|
+
/***/ },
|
|
3787
3777
|
|
|
3788
|
-
/***/ "./node_modules/mona-dish/src/main/typescript/XmlQuery.ts"
|
|
3778
|
+
/***/ "./node_modules/mona-dish/src/main/typescript/XmlQuery.ts"
|
|
3789
3779
|
/*!****************************************************************!*\
|
|
3790
3780
|
!*** ./node_modules/mona-dish/src/main/typescript/XmlQuery.ts ***!
|
|
3791
3781
|
\****************************************************************/
|
|
3792
|
-
|
|
3782
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
3793
3783
|
|
|
3794
3784
|
|
|
3795
3785
|
/*!
|
|
@@ -3812,7 +3802,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
|
3812
3802
|
exports.XQ = exports.XMLQuery = void 0;
|
|
3813
3803
|
const Lang_1 = __webpack_require__(/*! ./Lang */ "./node_modules/mona-dish/src/main/typescript/Lang.ts");
|
|
3814
3804
|
const DomQuery_1 = __webpack_require__(/*! ./DomQuery */ "./node_modules/mona-dish/src/main/typescript/DomQuery.ts");
|
|
3815
|
-
|
|
3805
|
+
const isString = Lang_1.Lang.isString;
|
|
3816
3806
|
const Global_1 = __webpack_require__(/*! ./Global */ "./node_modules/mona-dish/src/main/typescript/Global.ts");
|
|
3817
3807
|
/**
|
|
3818
3808
|
* xml query as specialized case for DomQuery
|
|
@@ -3876,13 +3866,13 @@ exports.XMLQuery = XMLQuery;
|
|
|
3876
3866
|
exports.XQ = XMLQuery;
|
|
3877
3867
|
|
|
3878
3868
|
|
|
3879
|
-
/***/ }
|
|
3869
|
+
/***/ },
|
|
3880
3870
|
|
|
3881
|
-
/***/ "./node_modules/mona-dish/src/main/typescript/index_core.ts"
|
|
3871
|
+
/***/ "./node_modules/mona-dish/src/main/typescript/index_core.ts"
|
|
3882
3872
|
/*!******************************************************************!*\
|
|
3883
3873
|
!*** ./node_modules/mona-dish/src/main/typescript/index_core.ts ***!
|
|
3884
3874
|
\******************************************************************/
|
|
3885
|
-
|
|
3875
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
3886
3876
|
|
|
3887
3877
|
|
|
3888
3878
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -3961,13 +3951,13 @@ Object.defineProperty(exports, "Es2019Array", ({ enumerable: true, get: function
|
|
|
3961
3951
|
Object.defineProperty(exports, "_Es2019Array", ({ enumerable: true, get: function () { return Es2019Array_1._Es2019Array; } }));
|
|
3962
3952
|
|
|
3963
3953
|
|
|
3964
|
-
/***/ }
|
|
3954
|
+
/***/ },
|
|
3965
3955
|
|
|
3966
|
-
/***/ "./src/main/typescript/api/_api.ts"
|
|
3956
|
+
/***/ "./src/main/typescript/api/_api.ts"
|
|
3967
3957
|
/*!*****************************************!*\
|
|
3968
3958
|
!*** ./src/main/typescript/api/_api.ts ***!
|
|
3969
3959
|
\*****************************************/
|
|
3970
|
-
|
|
3960
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
3971
3961
|
|
|
3972
3962
|
|
|
3973
3963
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
@@ -4279,13 +4269,13 @@ var myfaces;
|
|
|
4279
4269
|
})(myfaces || (exports.myfaces = myfaces = {}));
|
|
4280
4270
|
|
|
4281
4271
|
|
|
4282
|
-
/***/ }
|
|
4272
|
+
/***/ },
|
|
4283
4273
|
|
|
4284
|
-
/***/ "./src/main/typescript/impl/AjaxImpl.ts"
|
|
4274
|
+
/***/ "./src/main/typescript/impl/AjaxImpl.ts"
|
|
4285
4275
|
/*!**********************************************!*\
|
|
4286
4276
|
!*** ./src/main/typescript/impl/AjaxImpl.ts ***!
|
|
4287
4277
|
\**********************************************/
|
|
4288
|
-
|
|
4278
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
4289
4279
|
|
|
4290
4280
|
|
|
4291
4281
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -4395,12 +4385,12 @@ var Implementation;
|
|
|
4395
4385
|
Note the inclusion of this library uses a reduced build which only includes the part of it, which we really use
|
|
4396
4386
|
|
|
4397
4387
|
*/
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4388
|
+
const trim = mona_dish_1.Lang.trim;
|
|
4389
|
+
const getMessage = Lang_1.ExtLang.getMessage;
|
|
4390
|
+
const getGlobalConfig = Lang_1.ExtLang.getGlobalConfig;
|
|
4401
4391
|
var assert = Assertions_1.Assertions.assert;
|
|
4402
|
-
|
|
4403
|
-
|
|
4392
|
+
const ofAssoc = Lang_1.ExtLang.ofAssoc;
|
|
4393
|
+
const collectAssoc = Lang_1.ExtLang.collectAssoc;
|
|
4404
4394
|
let projectStage = null;
|
|
4405
4395
|
let separator = null;
|
|
4406
4396
|
let eventQueue = [];
|
|
@@ -5036,13 +5026,13 @@ var Implementation;
|
|
|
5036
5026
|
})(Implementation || (exports.Implementation = Implementation = {}));
|
|
5037
5027
|
|
|
5038
5028
|
|
|
5039
|
-
/***/ }
|
|
5029
|
+
/***/ },
|
|
5040
5030
|
|
|
5041
|
-
/***/ "./src/main/typescript/impl/PushImpl.ts"
|
|
5031
|
+
/***/ "./src/main/typescript/impl/PushImpl.ts"
|
|
5042
5032
|
/*!**********************************************!*\
|
|
5043
5033
|
!*** ./src/main/typescript/impl/PushImpl.ts ***!
|
|
5044
5034
|
\**********************************************/
|
|
5045
|
-
|
|
5035
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
5046
5036
|
|
|
5047
5037
|
|
|
5048
5038
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -5304,13 +5294,13 @@ var PushImpl;
|
|
|
5304
5294
|
})(PushImpl || (exports.PushImpl = PushImpl = {}));
|
|
5305
5295
|
|
|
5306
5296
|
|
|
5307
|
-
/***/ }
|
|
5297
|
+
/***/ },
|
|
5308
5298
|
|
|
5309
|
-
/***/ "./src/main/typescript/impl/core/Const.ts"
|
|
5299
|
+
/***/ "./src/main/typescript/impl/core/Const.ts"
|
|
5310
5300
|
/*!************************************************!*\
|
|
5311
5301
|
!*** ./src/main/typescript/impl/core/Const.ts ***!
|
|
5312
5302
|
\************************************************/
|
|
5313
|
-
|
|
5303
|
+
(__unused_webpack_module, exports) {
|
|
5314
5304
|
|
|
5315
5305
|
|
|
5316
5306
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -5490,13 +5480,13 @@ function $nsp(inputNamespace) {
|
|
|
5490
5480
|
exports.$nsp = $nsp;
|
|
5491
5481
|
|
|
5492
5482
|
|
|
5493
|
-
/***/ }
|
|
5483
|
+
/***/ },
|
|
5494
5484
|
|
|
5495
|
-
/***/ "./src/main/typescript/impl/core/ImplTypes.ts"
|
|
5485
|
+
/***/ "./src/main/typescript/impl/core/ImplTypes.ts"
|
|
5496
5486
|
/*!****************************************************!*\
|
|
5497
5487
|
!*** ./src/main/typescript/impl/core/ImplTypes.ts ***!
|
|
5498
5488
|
\****************************************************/
|
|
5499
|
-
|
|
5489
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
5500
5490
|
|
|
5501
5491
|
|
|
5502
5492
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
@@ -5537,13 +5527,13 @@ class StateHolder {
|
|
|
5537
5527
|
exports.StateHolder = StateHolder;
|
|
5538
5528
|
|
|
5539
5529
|
|
|
5540
|
-
/***/ }
|
|
5530
|
+
/***/ },
|
|
5541
5531
|
|
|
5542
|
-
/***/ "./src/main/typescript/impl/i18n/Messages.ts"
|
|
5532
|
+
/***/ "./src/main/typescript/impl/i18n/Messages.ts"
|
|
5543
5533
|
/*!***************************************************!*\
|
|
5544
5534
|
!*** ./src/main/typescript/impl/i18n/Messages.ts ***!
|
|
5545
5535
|
\***************************************************/
|
|
5546
|
-
|
|
5536
|
+
(__unused_webpack_module, exports) {
|
|
5547
5537
|
|
|
5548
5538
|
|
|
5549
5539
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -5659,13 +5649,13 @@ class Messages {
|
|
|
5659
5649
|
exports.Messages = Messages;
|
|
5660
5650
|
|
|
5661
5651
|
|
|
5662
|
-
/***/ }
|
|
5652
|
+
/***/ },
|
|
5663
5653
|
|
|
5664
|
-
/***/ "./src/main/typescript/impl/util/Assertions.ts"
|
|
5654
|
+
/***/ "./src/main/typescript/impl/util/Assertions.ts"
|
|
5665
5655
|
/*!*****************************************************!*\
|
|
5666
5656
|
!*** ./src/main/typescript/impl/util/Assertions.ts ***!
|
|
5667
5657
|
\*****************************************************/
|
|
5668
|
-
|
|
5658
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
5669
5659
|
|
|
5670
5660
|
|
|
5671
5661
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
@@ -5769,13 +5759,13 @@ var Assertions;
|
|
|
5769
5759
|
})(Assertions || (exports.Assertions = Assertions = {}));
|
|
5770
5760
|
|
|
5771
5761
|
|
|
5772
|
-
/***/ }
|
|
5762
|
+
/***/ },
|
|
5773
5763
|
|
|
5774
|
-
/***/ "./src/main/typescript/impl/util/AsyncRunnable.ts"
|
|
5764
|
+
/***/ "./src/main/typescript/impl/util/AsyncRunnable.ts"
|
|
5775
5765
|
/*!********************************************************!*\
|
|
5776
5766
|
!*** ./src/main/typescript/impl/util/AsyncRunnable.ts ***!
|
|
5777
5767
|
\********************************************************/
|
|
5778
|
-
|
|
5768
|
+
(__unused_webpack_module, exports) {
|
|
5779
5769
|
|
|
5780
5770
|
|
|
5781
5771
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -5856,13 +5846,13 @@ class AsyncRunnable {
|
|
|
5856
5846
|
exports.AsyncRunnable = AsyncRunnable;
|
|
5857
5847
|
|
|
5858
5848
|
|
|
5859
|
-
/***/ }
|
|
5849
|
+
/***/ },
|
|
5860
5850
|
|
|
5861
|
-
/***/ "./src/main/typescript/impl/util/ExtDomQuery.ts"
|
|
5851
|
+
/***/ "./src/main/typescript/impl/util/ExtDomQuery.ts"
|
|
5862
5852
|
/*!******************************************************!*\
|
|
5863
5853
|
!*** ./src/main/typescript/impl/util/ExtDomQuery.ts ***!
|
|
5864
5854
|
\******************************************************/
|
|
5865
|
-
|
|
5855
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
5866
5856
|
|
|
5867
5857
|
|
|
5868
5858
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
@@ -6171,13 +6161,13 @@ class ExtConfig extends mona_dish_1.Config {
|
|
|
6171
6161
|
exports.ExtConfig = ExtConfig;
|
|
6172
6162
|
|
|
6173
6163
|
|
|
6174
|
-
/***/ }
|
|
6164
|
+
/***/ },
|
|
6175
6165
|
|
|
6176
|
-
/***/ "./src/main/typescript/impl/util/FileUtils.ts"
|
|
6166
|
+
/***/ "./src/main/typescript/impl/util/FileUtils.ts"
|
|
6177
6167
|
/*!****************************************************!*\
|
|
6178
6168
|
!*** ./src/main/typescript/impl/util/FileUtils.ts ***!
|
|
6179
6169
|
\****************************************************/
|
|
6180
|
-
|
|
6170
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
6181
6171
|
|
|
6182
6172
|
|
|
6183
6173
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
@@ -6279,13 +6269,13 @@ function getFormInputsAsArr(parentItem) {
|
|
|
6279
6269
|
exports.getFormInputsAsArr = getFormInputsAsArr;
|
|
6280
6270
|
|
|
6281
6271
|
|
|
6282
|
-
/***/ }
|
|
6272
|
+
/***/ },
|
|
6283
6273
|
|
|
6284
|
-
/***/ "./src/main/typescript/impl/util/HiddenInputBuilder.ts"
|
|
6274
|
+
/***/ "./src/main/typescript/impl/util/HiddenInputBuilder.ts"
|
|
6285
6275
|
/*!*************************************************************!*\
|
|
6286
6276
|
!*** ./src/main/typescript/impl/util/HiddenInputBuilder.ts ***!
|
|
6287
6277
|
\*************************************************************/
|
|
6288
|
-
|
|
6278
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
6289
6279
|
|
|
6290
6280
|
|
|
6291
6281
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -6371,13 +6361,13 @@ class HiddenInputBuilder {
|
|
|
6371
6361
|
exports.HiddenInputBuilder = HiddenInputBuilder;
|
|
6372
6362
|
|
|
6373
6363
|
|
|
6374
|
-
/***/ }
|
|
6364
|
+
/***/ },
|
|
6375
6365
|
|
|
6376
|
-
/***/ "./src/main/typescript/impl/util/Lang.ts"
|
|
6366
|
+
/***/ "./src/main/typescript/impl/util/Lang.ts"
|
|
6377
6367
|
/*!***********************************************!*\
|
|
6378
6368
|
!*** ./src/main/typescript/impl/util/Lang.ts ***!
|
|
6379
6369
|
\***********************************************/
|
|
6380
|
-
|
|
6370
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
6381
6371
|
|
|
6382
6372
|
|
|
6383
6373
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -6644,19 +6634,19 @@ var ExtLang;
|
|
|
6644
6634
|
})(ExtLang || (exports.ExtLang = ExtLang = {}));
|
|
6645
6635
|
|
|
6646
6636
|
|
|
6647
|
-
/***/ }
|
|
6637
|
+
/***/ },
|
|
6648
6638
|
|
|
6649
|
-
/***/ "./src/main/typescript/impl/util/XhrQueueController.ts"
|
|
6639
|
+
/***/ "./src/main/typescript/impl/util/XhrQueueController.ts"
|
|
6650
6640
|
/*!*************************************************************!*\
|
|
6651
6641
|
!*** ./src/main/typescript/impl/util/XhrQueueController.ts ***!
|
|
6652
6642
|
\*************************************************************/
|
|
6653
|
-
|
|
6643
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
6654
6644
|
|
|
6655
6645
|
|
|
6656
6646
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6657
6647
|
exports.XhrQueueController = void 0;
|
|
6658
6648
|
const Lang_1 = __webpack_require__(/*! ./Lang */ "./src/main/typescript/impl/util/Lang.ts");
|
|
6659
|
-
|
|
6649
|
+
const debounce = Lang_1.ExtLang.debounce;
|
|
6660
6650
|
/**
|
|
6661
6651
|
* A simple XHR queue controller
|
|
6662
6652
|
* following the async op -> next pattern
|
|
@@ -6745,13 +6735,13 @@ class XhrQueueController {
|
|
|
6745
6735
|
exports.XhrQueueController = XhrQueueController;
|
|
6746
6736
|
|
|
6747
6737
|
|
|
6748
|
-
/***/ }
|
|
6738
|
+
/***/ },
|
|
6749
6739
|
|
|
6750
|
-
/***/ "./src/main/typescript/impl/xhrCore/ErrorData.ts"
|
|
6740
|
+
/***/ "./src/main/typescript/impl/xhrCore/ErrorData.ts"
|
|
6751
6741
|
/*!*******************************************************!*\
|
|
6752
6742
|
!*** ./src/main/typescript/impl/xhrCore/ErrorData.ts ***!
|
|
6753
6743
|
\*******************************************************/
|
|
6754
|
-
|
|
6744
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
6755
6745
|
|
|
6756
6746
|
|
|
6757
6747
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
@@ -6775,7 +6765,7 @@ const Const_1 = __webpack_require__(/*! ../core/Const */ "./src/main/typescript/
|
|
|
6775
6765
|
const mona_dish_1 = __webpack_require__(/*! mona-dish */ "./node_modules/mona-dish/src/main/typescript/index_core.ts");
|
|
6776
6766
|
const EventData_1 = __webpack_require__(/*! ./EventData */ "./src/main/typescript/impl/xhrCore/EventData.ts");
|
|
6777
6767
|
const Lang_1 = __webpack_require__(/*! ../util/Lang */ "./src/main/typescript/impl/util/Lang.ts");
|
|
6778
|
-
|
|
6768
|
+
const getMessage = Lang_1.ExtLang.getMessage;
|
|
6779
6769
|
var ErrorType;
|
|
6780
6770
|
(function (ErrorType) {
|
|
6781
6771
|
ErrorType["SERVER_ERROR"] = "serverError";
|
|
@@ -6841,13 +6831,13 @@ class ErrorData extends EventData_1.EventData {
|
|
|
6841
6831
|
exports.ErrorData = ErrorData;
|
|
6842
6832
|
|
|
6843
6833
|
|
|
6844
|
-
/***/ }
|
|
6834
|
+
/***/ },
|
|
6845
6835
|
|
|
6846
|
-
/***/ "./src/main/typescript/impl/xhrCore/EventData.ts"
|
|
6836
|
+
/***/ "./src/main/typescript/impl/xhrCore/EventData.ts"
|
|
6847
6837
|
/*!*******************************************************!*\
|
|
6848
6838
|
!*** ./src/main/typescript/impl/xhrCore/EventData.ts ***!
|
|
6849
6839
|
\*******************************************************/
|
|
6850
|
-
|
|
6840
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
6851
6841
|
|
|
6852
6842
|
|
|
6853
6843
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
@@ -6902,13 +6892,13 @@ class EventData {
|
|
|
6902
6892
|
exports.EventData = EventData;
|
|
6903
6893
|
|
|
6904
6894
|
|
|
6905
|
-
/***/ }
|
|
6895
|
+
/***/ },
|
|
6906
6896
|
|
|
6907
|
-
/***/ "./src/main/typescript/impl/xhrCore/RequestDataResolver.ts"
|
|
6897
|
+
/***/ "./src/main/typescript/impl/xhrCore/RequestDataResolver.ts"
|
|
6908
6898
|
/*!*****************************************************************!*\
|
|
6909
6899
|
!*** ./src/main/typescript/impl/xhrCore/RequestDataResolver.ts ***!
|
|
6910
6900
|
\*****************************************************************/
|
|
6911
|
-
|
|
6901
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
6912
6902
|
|
|
6913
6903
|
|
|
6914
6904
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -7098,13 +7088,13 @@ function resolveDefaults(event, opts, el = null) {
|
|
|
7098
7088
|
exports.resolveDefaults = resolveDefaults;
|
|
7099
7089
|
|
|
7100
7090
|
|
|
7101
|
-
/***/ }
|
|
7091
|
+
/***/ },
|
|
7102
7092
|
|
|
7103
|
-
/***/ "./src/main/typescript/impl/xhrCore/ResonseDataResolver.ts"
|
|
7093
|
+
/***/ "./src/main/typescript/impl/xhrCore/ResonseDataResolver.ts"
|
|
7104
7094
|
/*!*****************************************************************!*\
|
|
7105
7095
|
!*** ./src/main/typescript/impl/xhrCore/ResonseDataResolver.ts ***!
|
|
7106
7096
|
\*****************************************************************/
|
|
7107
|
-
|
|
7097
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
7108
7098
|
|
|
7109
7099
|
|
|
7110
7100
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -7212,13 +7202,13 @@ function resolveSourceElementId(context, internalContext) {
|
|
|
7212
7202
|
}
|
|
7213
7203
|
|
|
7214
7204
|
|
|
7215
|
-
/***/ }
|
|
7205
|
+
/***/ },
|
|
7216
7206
|
|
|
7217
|
-
/***/ "./src/main/typescript/impl/xhrCore/Response.ts"
|
|
7207
|
+
/***/ "./src/main/typescript/impl/xhrCore/Response.ts"
|
|
7218
7208
|
/*!******************************************************!*\
|
|
7219
7209
|
!*** ./src/main/typescript/impl/xhrCore/Response.ts ***!
|
|
7220
7210
|
\******************************************************/
|
|
7221
|
-
|
|
7211
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
7222
7212
|
|
|
7223
7213
|
|
|
7224
7214
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -7407,13 +7397,13 @@ var Response;
|
|
|
7407
7397
|
})(Response || (exports.Response = Response = {}));
|
|
7408
7398
|
|
|
7409
7399
|
|
|
7410
|
-
/***/ }
|
|
7400
|
+
/***/ },
|
|
7411
7401
|
|
|
7412
|
-
/***/ "./src/main/typescript/impl/xhrCore/ResponseProcessor.ts"
|
|
7402
|
+
/***/ "./src/main/typescript/impl/xhrCore/ResponseProcessor.ts"
|
|
7413
7403
|
/*!***************************************************************!*\
|
|
7414
7404
|
!*** ./src/main/typescript/impl/xhrCore/ResponseProcessor.ts ***!
|
|
7415
7405
|
\***************************************************************/
|
|
7416
|
-
|
|
7406
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
7417
7407
|
|
|
7418
7408
|
|
|
7419
7409
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -7442,9 +7432,9 @@ const EventData_1 = __webpack_require__(/*! ./EventData */ "./src/main/typescrip
|
|
|
7442
7432
|
const Const_1 = __webpack_require__(/*! ../core/Const */ "./src/main/typescript/impl/core/Const.ts");
|
|
7443
7433
|
const ExtDomQuery_1 = __webpack_require__(/*! ../util/ExtDomQuery */ "./src/main/typescript/impl/util/ExtDomQuery.ts");
|
|
7444
7434
|
const HiddenInputBuilder_1 = __webpack_require__(/*! ../util/HiddenInputBuilder */ "./src/main/typescript/impl/util/HiddenInputBuilder.ts");
|
|
7445
|
-
|
|
7435
|
+
const trim = mona_dish_1.Lang.trim;
|
|
7446
7436
|
const Lang_1 = __webpack_require__(/*! ../util/Lang */ "./src/main/typescript/impl/util/Lang.ts");
|
|
7447
|
-
|
|
7437
|
+
const ofAssoc = Lang_1.ExtLang.ofAssoc;
|
|
7448
7438
|
/**
|
|
7449
7439
|
* Response processor
|
|
7450
7440
|
*
|
|
@@ -7884,13 +7874,13 @@ class ResponseProcessor {
|
|
|
7884
7874
|
exports.ResponseProcessor = ResponseProcessor;
|
|
7885
7875
|
|
|
7886
7876
|
|
|
7887
|
-
/***/ }
|
|
7877
|
+
/***/ },
|
|
7888
7878
|
|
|
7889
|
-
/***/ "./src/main/typescript/impl/xhrCore/XhrFormData.ts"
|
|
7879
|
+
/***/ "./src/main/typescript/impl/xhrCore/XhrFormData.ts"
|
|
7890
7880
|
/*!*********************************************************!*\
|
|
7891
7881
|
!*** ./src/main/typescript/impl/xhrCore/XhrFormData.ts ***!
|
|
7892
7882
|
\*********************************************************/
|
|
7893
|
-
|
|
7883
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
7894
7884
|
|
|
7895
7885
|
|
|
7896
7886
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
@@ -7914,7 +7904,7 @@ const mona_dish_1 = __webpack_require__(/*! mona-dish */ "./node_modules/mona-di
|
|
|
7914
7904
|
const Const_1 = __webpack_require__(/*! ../core/Const */ "./src/main/typescript/impl/core/Const.ts");
|
|
7915
7905
|
const FileUtils_1 = __webpack_require__(/*! ../util/FileUtils */ "./src/main/typescript/impl/util/FileUtils.ts");
|
|
7916
7906
|
const Lang_1 = __webpack_require__(/*! ../util/Lang */ "./src/main/typescript/impl/util/Lang.ts");
|
|
7917
|
-
|
|
7907
|
+
const ofAssoc = Lang_1.ExtLang.ofAssoc;
|
|
7918
7908
|
const mona_dish_2 = __webpack_require__(/*! mona-dish */ "./node_modules/mona-dish/src/main/typescript/index_core.ts");
|
|
7919
7909
|
const defaultParamsMapper = (key, item) => [key, item];
|
|
7920
7910
|
/**
|
|
@@ -8056,13 +8046,13 @@ class XhrFormData extends mona_dish_1.Config {
|
|
|
8056
8046
|
exports.XhrFormData = XhrFormData;
|
|
8057
8047
|
|
|
8058
8048
|
|
|
8059
|
-
/***/ }
|
|
8049
|
+
/***/ },
|
|
8060
8050
|
|
|
8061
|
-
/***/ "./src/main/typescript/impl/xhrCore/XhrRequest.ts"
|
|
8051
|
+
/***/ "./src/main/typescript/impl/xhrCore/XhrRequest.ts"
|
|
8062
8052
|
/*!********************************************************!*\
|
|
8063
8053
|
!*** ./src/main/typescript/impl/xhrCore/XhrRequest.ts ***!
|
|
8064
8054
|
\********************************************************/
|
|
8065
|
-
|
|
8055
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
8066
8056
|
|
|
8067
8057
|
|
|
8068
8058
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -8091,7 +8081,7 @@ const EventData_1 = __webpack_require__(/*! ./EventData */ "./src/main/typescrip
|
|
|
8091
8081
|
const Lang_1 = __webpack_require__(/*! ../util/Lang */ "./src/main/typescript/impl/util/Lang.ts");
|
|
8092
8082
|
const Const_1 = __webpack_require__(/*! ../core/Const */ "./src/main/typescript/impl/core/Const.ts");
|
|
8093
8083
|
const RequestDataResolver_1 = __webpack_require__(/*! ./RequestDataResolver */ "./src/main/typescript/impl/xhrCore/RequestDataResolver.ts");
|
|
8094
|
-
|
|
8084
|
+
const failSaveExecute = Lang_1.ExtLang.failSaveExecute;
|
|
8095
8085
|
const ExtDomQuery_1 = __webpack_require__(/*! ../util/ExtDomQuery */ "./src/main/typescript/impl/util/ExtDomQuery.ts");
|
|
8096
8086
|
/**
|
|
8097
8087
|
* Faces XHR Request Wrapper
|
|
@@ -8493,13 +8483,13 @@ XhrRequest.TYPE_CHECKBOX = "checkbox";
|
|
|
8493
8483
|
XhrRequest.TYPE_RADIO = "radio";
|
|
8494
8484
|
|
|
8495
8485
|
|
|
8496
|
-
/***/ }
|
|
8486
|
+
/***/ },
|
|
8497
8487
|
|
|
8498
|
-
/***/ "./src/main/typescript/myfaces/OamSubmit.ts"
|
|
8488
|
+
/***/ "./src/main/typescript/myfaces/OamSubmit.ts"
|
|
8499
8489
|
/*!**************************************************!*\
|
|
8500
8490
|
!*** ./src/main/typescript/myfaces/OamSubmit.ts ***!
|
|
8501
8491
|
\**************************************************/
|
|
8502
|
-
|
|
8492
|
+
(__unused_webpack_module, exports, __webpack_require__) {
|
|
8503
8493
|
|
|
8504
8494
|
|
|
8505
8495
|
/*! Licensed to the Apache Software Foundation (ASF) under one or more
|
|
@@ -8534,7 +8524,7 @@ const Lang_1 = __webpack_require__(/*! ../impl/util/Lang */ "./src/main/typescri
|
|
|
8534
8524
|
*/
|
|
8535
8525
|
var oam;
|
|
8536
8526
|
(function (oam) {
|
|
8537
|
-
|
|
8527
|
+
const ofAssoc = Lang_1.ExtLang.ofAssoc;
|
|
8538
8528
|
/**
|
|
8539
8529
|
* sets a hidden input field
|
|
8540
8530
|
* @param formName the formName
|
|
@@ -8630,7 +8620,7 @@ var oam;
|
|
|
8630
8620
|
})(oam || (exports.oam = oam = {}));
|
|
8631
8621
|
|
|
8632
8622
|
|
|
8633
|
-
/***/ }
|
|
8623
|
+
/***/ }
|
|
8634
8624
|
|
|
8635
8625
|
/******/ });
|
|
8636
8626
|
/************************************************************************/
|
|
@@ -8644,6 +8634,12 @@ var oam;
|
|
|
8644
8634
|
/******/ if (cachedModule !== undefined) {
|
|
8645
8635
|
/******/ return cachedModule.exports;
|
|
8646
8636
|
/******/ }
|
|
8637
|
+
/******/ // Check if module exists (development only)
|
|
8638
|
+
/******/ if (__webpack_modules__[moduleId] === undefined) {
|
|
8639
|
+
/******/ var e = new Error("Cannot find module '" + moduleId + "'");
|
|
8640
|
+
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
8641
|
+
/******/ throw e;
|
|
8642
|
+
/******/ }
|
|
8647
8643
|
/******/ // Create a new module (and put it into the cache)
|
|
8648
8644
|
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
8649
8645
|
/******/ // no module.id needed
|
|
@@ -8673,7 +8669,7 @@ var oam;
|
|
|
8673
8669
|
/******/
|
|
8674
8670
|
/************************************************************************/
|
|
8675
8671
|
var __webpack_exports__ = {};
|
|
8676
|
-
// This entry
|
|
8672
|
+
// This entry needs to be wrapped in an IIFE because it needs to be isolated against other modules in the chunk.
|
|
8677
8673
|
(() => {
|
|
8678
8674
|
var exports = __webpack_exports__;
|
|
8679
8675
|
/*!****************************************!*\
|
|
@@ -8738,7 +8734,7 @@ exports.myfaces = window.myfaces;
|
|
|
8738
8734
|
})();
|
|
8739
8735
|
|
|
8740
8736
|
var __webpack_export_target__ = window;
|
|
8741
|
-
for(var
|
|
8737
|
+
for(var __webpack_i__ in __webpack_exports__) __webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
8742
8738
|
if(__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, "__esModule", { value: true });
|
|
8743
8739
|
/******/ })()
|
|
8744
8740
|
;
|