@everymatrix/general-registration 1.55.0 → 1.56.0
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/cjs/checkbox-group-input_13.cjs.entry.js +24696 -24629
- package/dist/cjs/general-registration.cjs.js +2 -2
- package/dist/cjs/{index-e11c50f2.js → index-f710b430.js} +181 -78
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/general-registration/general-registration.js +48 -19
- package/dist/esm/checkbox-group-input_13.entry.js +24696 -24629
- package/dist/esm/general-registration.js +3 -3
- package/dist/esm/{index-a3724f84.js → index-e30ca6ba.js} +181 -78
- package/dist/esm/loader.js +2 -2
- package/dist/general-registration/general-registration.esm.js +1 -1
- package/dist/general-registration/p-0d63ba5e.js +2 -0
- package/dist/general-registration/p-5f37e4ba.entry.js +4466 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.dev.d.ts +2 -0
- package/package.json +1 -1
- package/dist/general-registration/p-0095c1dc.js +0 -2
- package/dist/general-registration/p-3dbf370c.entry.js +0 -5910
- package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.d.ts +0 -2
- package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.dev.d.ts +0 -2
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-input/src/utils/types.d.ts +0 -0
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration/.stencil/tools/plugins/index.d.ts +0 -0
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/general-registration/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-f710b430.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
/*
|
|
9
|
-
Stencil Client Patch Browser v4.
|
|
9
|
+
Stencil Client Patch Browser v4.26.0 | MIT Licensed | https://stenciljs.com
|
|
10
10
|
*/
|
|
11
11
|
var patchBrowser = () => {
|
|
12
12
|
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('general-registration.cjs.js', document.baseURI).href));
|
|
@@ -21,19 +21,27 @@ function _interopNamespace(e) {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
const NAMESPACE = 'general-registration';
|
|
24
|
-
const BUILD = /* general-registration */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: true, hostListenerTargetDocument: true, hostListenerTargetParent: false, hostListenerTargetWindow: true, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: false, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: false, vdomText: true, vdomXlink: false, watchCallback: true };
|
|
24
|
+
const BUILD = /* general-registration */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad: true, cmpDidRender: true, cmpDidUnload: false, cmpDidUpdate: false, cmpShouldUpdate: false, cmpWillLoad: true, cmpWillRender: false, cmpWillUpdate: false, connectedCallback: true, constructableCSS: true, cssAnnotations: true, devTools: false, disconnectedCallback: true, element: false, event: true, experimentalScopedSlotChanges: false, experimentalSlotFixes: false, formAssociated: false, hasRenderFn: true, hostListener: true, hostListenerTarget: true, hostListenerTargetBody: true, hostListenerTargetDocument: true, hostListenerTargetParent: false, hostListenerTargetWindow: true, hotModuleReplacement: false, hydrateClientSide: false, hydrateServerSide: false, hydratedAttribute: false, hydratedClass: true, hydratedSelectorName: "hydrated", initializeNextTick: false, invisiblePrehydration: true, isDebug: false, isDev: false, isTesting: false, lazyLoad: true, lifecycle: true, lifecycleDOMEvents: false, member: true, method: false, mode: false, modernPropertyDecls: false, observeAttribute: true, profile: false, prop: true, propBoolean: true, propMutable: true, propNumber: false, propString: true, reflect: true, scoped: false, scopedSlotTextContentFix: false, scriptDataOpts: false, shadowDelegatesFocus: false, shadowDom: true, slot: true, slotChildNodesFix: false, slotRelocation: false, state: true, style: true, svg: true, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: false, vdomText: true, vdomXlink: false, watchCallback: true };
|
|
25
25
|
|
|
26
26
|
/*
|
|
27
|
-
Stencil Client Platform v4.
|
|
27
|
+
Stencil Client Platform v4.26.0 | MIT Licensed | https://stenciljs.com
|
|
28
28
|
*/
|
|
29
29
|
var __defProp = Object.defineProperty;
|
|
30
30
|
var __export = (target, all) => {
|
|
31
31
|
for (var name in all)
|
|
32
32
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
33
33
|
};
|
|
34
|
+
|
|
35
|
+
// src/utils/constants.ts
|
|
36
|
+
var SVG_NS = "http://www.w3.org/2000/svg";
|
|
37
|
+
var HTML_NS = "http://www.w3.org/1999/xhtml";
|
|
38
|
+
|
|
39
|
+
// src/client/client-host-ref.ts
|
|
34
40
|
var hostRefs = /* @__PURE__ */ new WeakMap();
|
|
35
41
|
var getHostRef = (ref) => hostRefs.get(ref);
|
|
36
|
-
var registerInstance = (lazyInstance, hostRef) =>
|
|
42
|
+
var registerInstance = (lazyInstance, hostRef) => {
|
|
43
|
+
hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
|
|
44
|
+
};
|
|
37
45
|
var registerHost = (hostElement, cmpMeta) => {
|
|
38
46
|
const hostRef = {
|
|
39
47
|
$flags$: 0,
|
|
@@ -46,7 +54,8 @@ var registerHost = (hostElement, cmpMeta) => {
|
|
|
46
54
|
hostElement["s-p"] = [];
|
|
47
55
|
hostElement["s-rc"] = [];
|
|
48
56
|
}
|
|
49
|
-
|
|
57
|
+
const ref = hostRefs.set(hostElement, hostRef);
|
|
58
|
+
return ref;
|
|
50
59
|
};
|
|
51
60
|
var isMemberInElement = (elm, memberName) => memberName in elm;
|
|
52
61
|
var consoleError = (e, el) => (0, console.error)(e, el);
|
|
@@ -83,16 +92,22 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
83
92
|
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
84
93
|
/* webpackMode: "lazy" */
|
|
85
94
|
`./${bundleId}.entry.js${""}`
|
|
86
|
-
)); }).then(
|
|
87
|
-
{
|
|
88
|
-
|
|
95
|
+
)); }).then(
|
|
96
|
+
(importedModule) => {
|
|
97
|
+
{
|
|
98
|
+
cmpModules.set(bundleId, importedModule);
|
|
99
|
+
}
|
|
100
|
+
return importedModule[exportName];
|
|
101
|
+
},
|
|
102
|
+
(e) => {
|
|
103
|
+
consoleError(e, hostRef.$hostElement$);
|
|
89
104
|
}
|
|
90
|
-
|
|
91
|
-
}, consoleError);
|
|
105
|
+
);
|
|
92
106
|
};
|
|
93
107
|
|
|
94
108
|
// src/client/client-style.ts
|
|
95
109
|
var styles = /* @__PURE__ */ new Map();
|
|
110
|
+
var HYDRATED_STYLE_ID = "sty-id";
|
|
96
111
|
var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
|
|
97
112
|
var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
|
|
98
113
|
var win = typeof window !== "undefined" ? window : {};
|
|
@@ -166,14 +181,6 @@ var flush = () => {
|
|
|
166
181
|
};
|
|
167
182
|
var nextTick = (cb) => promiseResolve().then(cb);
|
|
168
183
|
var writeTask = /* @__PURE__ */ queueTask(queueDomWrites, true);
|
|
169
|
-
|
|
170
|
-
// src/utils/constants.ts
|
|
171
|
-
var EMPTY_OBJ = {};
|
|
172
|
-
var SVG_NS = "http://www.w3.org/2000/svg";
|
|
173
|
-
var HTML_NS = "http://www.w3.org/1999/xhtml";
|
|
174
|
-
|
|
175
|
-
// src/utils/helpers.ts
|
|
176
|
-
var isDef = (v) => v != null;
|
|
177
184
|
var isComplexType = (o) => {
|
|
178
185
|
o = typeof o;
|
|
179
186
|
return o === "object" || o === "function";
|
|
@@ -374,7 +381,7 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
374
381
|
}
|
|
375
382
|
if (!appliedStyles.has(scopeId2)) {
|
|
376
383
|
{
|
|
377
|
-
styleElm = doc.createElement("style");
|
|
384
|
+
styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) || doc.createElement("style");
|
|
378
385
|
styleElm.innerHTML = style;
|
|
379
386
|
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
|
|
380
387
|
if (nonce != null) {
|
|
@@ -384,7 +391,10 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
384
391
|
if (styleContainerNode.nodeName === "HEAD") {
|
|
385
392
|
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
386
393
|
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
387
|
-
styleContainerNode.insertBefore(
|
|
394
|
+
styleContainerNode.insertBefore(
|
|
395
|
+
styleElm,
|
|
396
|
+
(referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
|
|
397
|
+
);
|
|
388
398
|
} else if ("host" in styleContainerNode) {
|
|
389
399
|
if (supportsConstructableStylesheets) {
|
|
390
400
|
const stylesheet = new CSSStyleSheet();
|
|
@@ -402,7 +412,7 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
402
412
|
styleContainerNode.append(styleElm);
|
|
403
413
|
}
|
|
404
414
|
}
|
|
405
|
-
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */
|
|
415
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
|
406
416
|
styleContainerNode.insertBefore(styleElm, null);
|
|
407
417
|
}
|
|
408
418
|
}
|
|
@@ -427,23 +437,25 @@ var attachStyles = (hostRef) => {
|
|
|
427
437
|
const scopeId2 = addStyle(
|
|
428
438
|
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
|
429
439
|
cmpMeta);
|
|
430
|
-
if (flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {
|
|
440
|
+
if ((flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */ || flags & 128 /* shadowNeedsScopedCss */)) {
|
|
431
441
|
elm["s-sc"] = scopeId2;
|
|
432
442
|
elm.classList.add(scopeId2 + "-h");
|
|
433
443
|
}
|
|
434
444
|
endAttachStyles();
|
|
435
445
|
};
|
|
436
446
|
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
|
437
|
-
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
447
|
+
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRender) => {
|
|
438
448
|
if (oldValue !== newValue) {
|
|
439
449
|
let isProp = isMemberInElement(elm, memberName);
|
|
440
450
|
let ln = memberName.toLowerCase();
|
|
441
451
|
if (memberName === "class") {
|
|
442
452
|
const classList = elm.classList;
|
|
443
453
|
const oldClasses = parseClassList(oldValue);
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
454
|
+
let newClasses = parseClassList(newValue);
|
|
455
|
+
{
|
|
456
|
+
classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
|
|
457
|
+
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
|
458
|
+
}
|
|
447
459
|
} else if (memberName === "key") ; else if (memberName === "ref") {
|
|
448
460
|
if (newValue) {
|
|
449
461
|
newValue(elm);
|
|
@@ -481,7 +493,7 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
481
493
|
elm.setAttribute(memberName, n);
|
|
482
494
|
}
|
|
483
495
|
}
|
|
484
|
-
} else {
|
|
496
|
+
} else if (elm[memberName] !== newValue) {
|
|
485
497
|
elm[memberName] = newValue;
|
|
486
498
|
}
|
|
487
499
|
} catch (e) {
|
|
@@ -503,24 +515,44 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
503
515
|
}
|
|
504
516
|
};
|
|
505
517
|
var parseClassListRegex = /\s/;
|
|
506
|
-
var parseClassList = (value) =>
|
|
518
|
+
var parseClassList = (value) => {
|
|
519
|
+
if (typeof value === "object" && value && "baseVal" in value) {
|
|
520
|
+
value = value.baseVal;
|
|
521
|
+
}
|
|
522
|
+
if (!value || typeof value !== "string") {
|
|
523
|
+
return [];
|
|
524
|
+
}
|
|
525
|
+
return value.split(parseClassListRegex);
|
|
526
|
+
};
|
|
507
527
|
var CAPTURE_EVENT_SUFFIX = "Capture";
|
|
508
528
|
var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
|
|
509
529
|
|
|
510
530
|
// src/runtime/vdom/update-element.ts
|
|
511
|
-
var updateElement = (oldVnode, newVnode, isSvgMode2) => {
|
|
531
|
+
var updateElement = (oldVnode, newVnode, isSvgMode2, isInitialRender) => {
|
|
512
532
|
const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
|
|
513
|
-
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ ||
|
|
514
|
-
const newVnodeAttrs = newVnode.$attrs$ ||
|
|
533
|
+
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || {};
|
|
534
|
+
const newVnodeAttrs = newVnode.$attrs$ || {};
|
|
515
535
|
{
|
|
516
536
|
for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
|
|
517
537
|
if (!(memberName in newVnodeAttrs)) {
|
|
518
|
-
setAccessor(
|
|
538
|
+
setAccessor(
|
|
539
|
+
elm,
|
|
540
|
+
memberName,
|
|
541
|
+
oldVnodeAttrs[memberName],
|
|
542
|
+
void 0,
|
|
543
|
+
isSvgMode2,
|
|
544
|
+
newVnode.$flags$);
|
|
519
545
|
}
|
|
520
546
|
}
|
|
521
547
|
}
|
|
522
548
|
for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
|
|
523
|
-
setAccessor(
|
|
549
|
+
setAccessor(
|
|
550
|
+
elm,
|
|
551
|
+
memberName,
|
|
552
|
+
oldVnodeAttrs[memberName],
|
|
553
|
+
newVnodeAttrs[memberName],
|
|
554
|
+
isSvgMode2,
|
|
555
|
+
newVnode.$flags$);
|
|
524
556
|
}
|
|
525
557
|
};
|
|
526
558
|
function sortedAttrNames(attrNames) {
|
|
@@ -532,13 +564,10 @@ function sortedAttrNames(attrNames) {
|
|
|
532
564
|
attrNames
|
|
533
565
|
);
|
|
534
566
|
}
|
|
535
|
-
|
|
536
|
-
// src/runtime/vdom/vdom-render.ts
|
|
537
|
-
var scopeId;
|
|
538
567
|
var hostTagName;
|
|
539
568
|
var useNativeShadowDom = false;
|
|
540
569
|
var isSvgMode = false;
|
|
541
|
-
var createElm = (oldParentVNode, newParentVNode, childIndex
|
|
570
|
+
var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
542
571
|
const newVNode2 = newParentVNode.$children$[childIndex];
|
|
543
572
|
let i2 = 0;
|
|
544
573
|
let elm;
|
|
@@ -559,11 +588,6 @@ var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
|
|
|
559
588
|
{
|
|
560
589
|
updateElement(null, newVNode2, isSvgMode);
|
|
561
590
|
}
|
|
562
|
-
const rootNode = elm.getRootNode();
|
|
563
|
-
const isElementWithinShadowRoot = !rootNode.querySelector("body");
|
|
564
|
-
if (!isElementWithinShadowRoot && BUILD.scoped && isDef(scopeId) && elm["s-si"] !== scopeId) {
|
|
565
|
-
elm.classList.add(elm["s-si"] = scopeId);
|
|
566
|
-
}
|
|
567
591
|
if (newVNode2.$children$) {
|
|
568
592
|
for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
|
|
569
593
|
childNode = createElm(oldParentVNode, newVNode2, i2);
|
|
@@ -700,6 +724,9 @@ var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
|
700
724
|
if (!isInitialRender) {
|
|
701
725
|
return leftVNode.$key$ === rightVNode.$key$;
|
|
702
726
|
}
|
|
727
|
+
if (isInitialRender && !leftVNode.$key$ && rightVNode.$key$) {
|
|
728
|
+
leftVNode.$key$ = rightVNode.$key$;
|
|
729
|
+
}
|
|
703
730
|
return true;
|
|
704
731
|
}
|
|
705
732
|
return false;
|
|
@@ -746,8 +773,9 @@ var nullifyVNodeRefs = (vNode) => {
|
|
|
746
773
|
}
|
|
747
774
|
};
|
|
748
775
|
var insertBefore = (parent, newNode, reference) => {
|
|
749
|
-
|
|
750
|
-
|
|
776
|
+
{
|
|
777
|
+
return parent == null ? void 0 : parent.insertBefore(newNode, reference);
|
|
778
|
+
}
|
|
751
779
|
};
|
|
752
780
|
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
753
781
|
const hostElm = hostRef.$hostElement$;
|
|
@@ -772,17 +800,21 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
772
800
|
rootVnode.$flags$ |= 4 /* isHost */;
|
|
773
801
|
hostRef.$vnode$ = rootVnode;
|
|
774
802
|
rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm ;
|
|
775
|
-
|
|
776
|
-
scopeId = hostElm["s-sc"];
|
|
777
|
-
}
|
|
778
|
-
useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;
|
|
803
|
+
useNativeShadowDom = !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) && !(cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */);
|
|
779
804
|
patch(oldVNode, rootVnode, isInitialLoad);
|
|
780
805
|
};
|
|
781
806
|
|
|
782
807
|
// src/runtime/update-component.ts
|
|
783
808
|
var attachToAncestor = (hostRef, ancestorComponent) => {
|
|
784
809
|
if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent["s-p"]) {
|
|
785
|
-
ancestorComponent["s-p"].push(
|
|
810
|
+
const index = ancestorComponent["s-p"].push(
|
|
811
|
+
new Promise(
|
|
812
|
+
(r) => hostRef.$onRenderResolve$ = () => {
|
|
813
|
+
ancestorComponent["s-p"].splice(index - 1, 1);
|
|
814
|
+
r();
|
|
815
|
+
}
|
|
816
|
+
)
|
|
817
|
+
);
|
|
786
818
|
}
|
|
787
819
|
};
|
|
788
820
|
var scheduleUpdate = (hostRef, isInitialLoad) => {
|
|
@@ -811,12 +843,12 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
|
|
|
811
843
|
{
|
|
812
844
|
hostRef.$flags$ |= 256 /* isListenReady */;
|
|
813
845
|
if (hostRef.$queuedListeners$) {
|
|
814
|
-
hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
|
|
846
|
+
hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event, elm));
|
|
815
847
|
hostRef.$queuedListeners$ = void 0;
|
|
816
848
|
}
|
|
817
849
|
}
|
|
818
850
|
{
|
|
819
|
-
maybePromise = safeCall(instance, "componentWillLoad");
|
|
851
|
+
maybePromise = safeCall(instance, "componentWillLoad", void 0, elm);
|
|
820
852
|
}
|
|
821
853
|
}
|
|
822
854
|
endSchedule();
|
|
@@ -885,7 +917,7 @@ var postUpdateComponent = (hostRef) => {
|
|
|
885
917
|
const instance = hostRef.$lazyInstance$ ;
|
|
886
918
|
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
887
919
|
{
|
|
888
|
-
safeCall(instance, "componentDidRender");
|
|
920
|
+
safeCall(instance, "componentDidRender", void 0, elm);
|
|
889
921
|
}
|
|
890
922
|
if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
|
|
891
923
|
hostRef.$flags$ |= 64 /* hasLoadedComponent */;
|
|
@@ -893,7 +925,7 @@ var postUpdateComponent = (hostRef) => {
|
|
|
893
925
|
addHydratedFlag(elm);
|
|
894
926
|
}
|
|
895
927
|
{
|
|
896
|
-
safeCall(instance, "componentDidLoad");
|
|
928
|
+
safeCall(instance, "componentDidLoad", void 0, elm);
|
|
897
929
|
}
|
|
898
930
|
endPostUpdate();
|
|
899
931
|
{
|
|
@@ -917,17 +949,14 @@ var postUpdateComponent = (hostRef) => {
|
|
|
917
949
|
}
|
|
918
950
|
};
|
|
919
951
|
var appDidLoad = (who) => {
|
|
920
|
-
{
|
|
921
|
-
addHydratedFlag(doc.documentElement);
|
|
922
|
-
}
|
|
923
952
|
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
924
953
|
};
|
|
925
|
-
var safeCall = (instance, method, arg) => {
|
|
954
|
+
var safeCall = (instance, method, arg, elm) => {
|
|
926
955
|
if (instance && instance[method]) {
|
|
927
956
|
try {
|
|
928
957
|
return instance[method](arg);
|
|
929
958
|
} catch (e) {
|
|
930
|
-
consoleError(e);
|
|
959
|
+
consoleError(e, elm);
|
|
931
960
|
}
|
|
932
961
|
}
|
|
933
962
|
return void 0;
|
|
@@ -986,15 +1015,68 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
986
1015
|
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
|
987
1016
|
members.map(([memberName, [memberFlags]]) => {
|
|
988
1017
|
if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
|
|
1018
|
+
const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
|
|
1019
|
+
if (origGetter) cmpMeta.$members$[memberName][0] |= 2048 /* Getter */;
|
|
1020
|
+
if (origSetter) cmpMeta.$members$[memberName][0] |= 4096 /* Setter */;
|
|
1021
|
+
if (flags & 1 /* isElementConstructor */ || !origGetter) {
|
|
1022
|
+
Object.defineProperty(prototype, memberName, {
|
|
1023
|
+
get() {
|
|
1024
|
+
{
|
|
1025
|
+
if ((cmpMeta.$members$[memberName][0] & 2048 /* Getter */) === 0) {
|
|
1026
|
+
return getValue(this, memberName);
|
|
1027
|
+
}
|
|
1028
|
+
const ref = getHostRef(this);
|
|
1029
|
+
const instance = ref ? ref.$lazyInstance$ : prototype;
|
|
1030
|
+
if (!instance) return;
|
|
1031
|
+
return instance[memberName];
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
configurable: true,
|
|
1035
|
+
enumerable: true
|
|
1036
|
+
});
|
|
1037
|
+
}
|
|
989
1038
|
Object.defineProperty(prototype, memberName, {
|
|
990
|
-
get() {
|
|
991
|
-
return getValue(this, memberName);
|
|
992
|
-
},
|
|
993
1039
|
set(newValue) {
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
1040
|
+
const ref = getHostRef(this);
|
|
1041
|
+
if (origSetter) {
|
|
1042
|
+
const currentValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
|
|
1043
|
+
if (typeof currentValue === "undefined" && ref.$instanceValues$.get(memberName)) {
|
|
1044
|
+
newValue = ref.$instanceValues$.get(memberName);
|
|
1045
|
+
} else if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1046
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
1047
|
+
}
|
|
1048
|
+
origSetter.apply(this, [parsePropertyValue(newValue, memberFlags)]);
|
|
1049
|
+
newValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
|
|
1050
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
1051
|
+
return;
|
|
1052
|
+
}
|
|
1053
|
+
{
|
|
1054
|
+
if ((flags & 1 /* isElementConstructor */) === 0 || (cmpMeta.$members$[memberName][0] & 4096 /* Setter */) === 0) {
|
|
1055
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
1056
|
+
if (flags & 1 /* isElementConstructor */ && !ref.$lazyInstance$) {
|
|
1057
|
+
ref.$onReadyPromise$.then(() => {
|
|
1058
|
+
if (cmpMeta.$members$[memberName][0] & 4096 /* Setter */ && ref.$lazyInstance$[memberName] !== ref.$instanceValues$.get(memberName)) {
|
|
1059
|
+
ref.$lazyInstance$[memberName] = newValue;
|
|
1060
|
+
}
|
|
1061
|
+
});
|
|
1062
|
+
}
|
|
1063
|
+
return;
|
|
1064
|
+
}
|
|
1065
|
+
const setterSetVal = () => {
|
|
1066
|
+
const currentValue = ref.$lazyInstance$[memberName];
|
|
1067
|
+
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1068
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
1069
|
+
}
|
|
1070
|
+
ref.$lazyInstance$[memberName] = parsePropertyValue(newValue, memberFlags);
|
|
1071
|
+
setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
|
|
1072
|
+
};
|
|
1073
|
+
if (ref.$lazyInstance$) {
|
|
1074
|
+
setterSetVal();
|
|
1075
|
+
} else {
|
|
1076
|
+
ref.$onReadyPromise$.then(() => setterSetVal());
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
}
|
|
998
1080
|
});
|
|
999
1081
|
}
|
|
1000
1082
|
});
|
|
@@ -1004,7 +1086,7 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1004
1086
|
plt.jmp(() => {
|
|
1005
1087
|
var _a2;
|
|
1006
1088
|
const propName = attrNameToPropName.get(attrName);
|
|
1007
|
-
if (this.hasOwnProperty(propName)) {
|
|
1089
|
+
if (this.hasOwnProperty(propName) && BUILD.lazyLoad) {
|
|
1008
1090
|
newValue = this[propName];
|
|
1009
1091
|
delete this[propName];
|
|
1010
1092
|
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && // cast type to number to avoid TS compiler issues
|
|
@@ -1024,7 +1106,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1024
1106
|
}
|
|
1025
1107
|
return;
|
|
1026
1108
|
}
|
|
1027
|
-
|
|
1109
|
+
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
|
1110
|
+
newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
1111
|
+
if (newValue !== this[propName] && (!propDesc.get || !!propDesc.set)) {
|
|
1112
|
+
this[propName] = newValue;
|
|
1113
|
+
}
|
|
1028
1114
|
});
|
|
1029
1115
|
};
|
|
1030
1116
|
Cstr.observedAttributes = Array.from(
|
|
@@ -1053,7 +1139,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1053
1139
|
hostRef.$flags$ |= 32 /* hasInitializedComponent */;
|
|
1054
1140
|
const bundleId = cmpMeta.$lazyBundleId$;
|
|
1055
1141
|
if (bundleId) {
|
|
1056
|
-
const CstrImport = loadModule(cmpMeta);
|
|
1142
|
+
const CstrImport = loadModule(cmpMeta, hostRef);
|
|
1057
1143
|
if (CstrImport && "then" in CstrImport) {
|
|
1058
1144
|
const endLoad = uniqueTime();
|
|
1059
1145
|
Cstr = await CstrImport;
|
|
@@ -1078,7 +1164,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1078
1164
|
try {
|
|
1079
1165
|
new Cstr(hostRef);
|
|
1080
1166
|
} catch (e) {
|
|
1081
|
-
consoleError(e);
|
|
1167
|
+
consoleError(e, elm);
|
|
1082
1168
|
}
|
|
1083
1169
|
{
|
|
1084
1170
|
hostRef.$flags$ &= ~8 /* isConstructingInstance */;
|
|
@@ -1087,7 +1173,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1087
1173
|
hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
1088
1174
|
}
|
|
1089
1175
|
endNewInstance();
|
|
1090
|
-
fireConnectedCallback(hostRef.$lazyInstance
|
|
1176
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1091
1177
|
} else {
|
|
1092
1178
|
Cstr = elm.constructor;
|
|
1093
1179
|
const cmpTag = elm.localName;
|
|
@@ -1114,9 +1200,9 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1114
1200
|
schedule();
|
|
1115
1201
|
}
|
|
1116
1202
|
};
|
|
1117
|
-
var fireConnectedCallback = (instance) => {
|
|
1203
|
+
var fireConnectedCallback = (instance, elm) => {
|
|
1118
1204
|
{
|
|
1119
|
-
safeCall(instance, "connectedCallback");
|
|
1205
|
+
safeCall(instance, "connectedCallback", void 0, elm);
|
|
1120
1206
|
}
|
|
1121
1207
|
};
|
|
1122
1208
|
|
|
@@ -1152,17 +1238,17 @@ var connectedCallback = (elm) => {
|
|
|
1152
1238
|
} else {
|
|
1153
1239
|
addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
|
|
1154
1240
|
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1155
|
-
fireConnectedCallback(hostRef.$lazyInstance
|
|
1241
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1156
1242
|
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1157
|
-
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance
|
|
1243
|
+
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$, elm));
|
|
1158
1244
|
}
|
|
1159
1245
|
}
|
|
1160
1246
|
endConnected();
|
|
1161
1247
|
}
|
|
1162
1248
|
};
|
|
1163
|
-
var disconnectInstance = (instance) => {
|
|
1249
|
+
var disconnectInstance = (instance, elm) => {
|
|
1164
1250
|
{
|
|
1165
|
-
safeCall(instance, "disconnectedCallback");
|
|
1251
|
+
safeCall(instance, "disconnectedCallback", void 0, elm || instance);
|
|
1166
1252
|
}
|
|
1167
1253
|
};
|
|
1168
1254
|
var disconnectedCallback = async (elm) => {
|
|
@@ -1175,11 +1261,17 @@ var disconnectedCallback = async (elm) => {
|
|
|
1175
1261
|
}
|
|
1176
1262
|
}
|
|
1177
1263
|
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1178
|
-
disconnectInstance(hostRef.$lazyInstance
|
|
1264
|
+
disconnectInstance(hostRef.$lazyInstance$, elm);
|
|
1179
1265
|
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1180
|
-
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance
|
|
1266
|
+
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$, elm));
|
|
1181
1267
|
}
|
|
1182
1268
|
}
|
|
1269
|
+
if (rootAppliedStyles.has(elm)) {
|
|
1270
|
+
rootAppliedStyles.delete(elm);
|
|
1271
|
+
}
|
|
1272
|
+
if (elm.shadowRoot && rootAppliedStyles.has(elm.shadowRoot)) {
|
|
1273
|
+
rootAppliedStyles.delete(elm.shadowRoot);
|
|
1274
|
+
}
|
|
1183
1275
|
};
|
|
1184
1276
|
|
|
1185
1277
|
// src/runtime/bootstrap-lazy.ts
|
|
@@ -1264,6 +1356,17 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1264
1356
|
}
|
|
1265
1357
|
disconnectedCallback() {
|
|
1266
1358
|
plt.jmp(() => disconnectedCallback(this));
|
|
1359
|
+
plt.raf(() => {
|
|
1360
|
+
var _a3;
|
|
1361
|
+
const hostRef = getHostRef(this);
|
|
1362
|
+
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
1363
|
+
if (i2 > -1) {
|
|
1364
|
+
deferredConnectedCallbacks.splice(i2, 1);
|
|
1365
|
+
}
|
|
1366
|
+
if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
|
|
1367
|
+
delete hostRef.$vnode$.$elm$;
|
|
1368
|
+
}
|
|
1369
|
+
});
|
|
1267
1370
|
}
|
|
1268
1371
|
componentOnReady() {
|
|
1269
1372
|
return getHostRef(this).$onReadyPromise$;
|
|
@@ -1327,7 +1430,7 @@ var hostListenerProxy = (hostRef, methodName) => (ev) => {
|
|
|
1327
1430
|
}
|
|
1328
1431
|
}
|
|
1329
1432
|
} catch (e) {
|
|
1330
|
-
consoleError(e);
|
|
1433
|
+
consoleError(e, hostRef.$hostElement$);
|
|
1331
1434
|
}
|
|
1332
1435
|
};
|
|
1333
1436
|
var getHostListenerTarget = (elm, flags) => {
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-f710b430.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|