@everymatrix/general-registration 1.53.99 → 1.54.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 +21622 -26015
- package/dist/cjs/general-registration.cjs.js +2 -2
- package/dist/cjs/{index-cb325363.js → index-ed891a0d.js} +53 -46
- 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 +1 -1
- package/dist/esm/checkbox-group-input_13.entry.js +21624 -26017
- package/dist/esm/general-registration.js +3 -3
- package/dist/esm/{index-10062eb9.js → index-d069ae9e.js} +53 -46
- package/dist/esm/loader.js +2 -2
- package/dist/general-registration/general-registration.esm.js +1 -1
- package/dist/general-registration/p-30224c7b.js +2 -0
- package/dist/general-registration/p-a04c166c.entry.js +6896 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.dev.d.ts +2 -0
- package/dist/types/components/general-registration/general-registration.d.ts +1 -1
- package/package.json +3 -3
- package/dist/general-registration/p-21895a4e.js +0 -2
- package/dist/general-registration/p-993c790c.entry.js +0 -4466
- package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.d.ts +0 -2
- package/dist/types/Users/raul.vasile/workspace/everymatrix/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-registration/stencil.config.dev.d.ts +0 -2
- /package/dist/types/{Users/raul.vasile/workspace/everymatrix → builds/emfe-widgets}/widgets-monorepo/packages/stencil/general-registration/.stencil/packages/stencil/general-input/src/utils/types.d.ts +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { p as promiseResolve, b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
1
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-d069ae9e.js';
|
|
2
|
+
export { s as setNonce } from './index-d069ae9e.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-0f993ce5.js';
|
|
4
4
|
|
|
5
5
|
/*
|
|
6
|
-
Stencil Client Patch Browser v4.
|
|
6
|
+
Stencil Client Patch Browser v4.25.1 | MIT Licensed | https://stenciljs.com
|
|
7
7
|
*/
|
|
8
8
|
var patchBrowser = () => {
|
|
9
9
|
const importMeta = import.meta.url;
|
|
@@ -2,7 +2,7 @@ const NAMESPACE = 'general-registration';
|
|
|
2
2
|
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 };
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Platform v4.
|
|
5
|
+
Stencil Client Platform v4.25.1 | MIT Licensed | https://stenciljs.com
|
|
6
6
|
*/
|
|
7
7
|
var __defProp = Object.defineProperty;
|
|
8
8
|
var __export = (target, all) => {
|
|
@@ -70,12 +70,17 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
70
70
|
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
71
71
|
/* webpackMode: "lazy" */
|
|
72
72
|
`./${bundleId}.entry.js${""}`
|
|
73
|
-
).then(
|
|
74
|
-
{
|
|
75
|
-
|
|
73
|
+
).then(
|
|
74
|
+
(importedModule) => {
|
|
75
|
+
{
|
|
76
|
+
cmpModules.set(bundleId, importedModule);
|
|
77
|
+
}
|
|
78
|
+
return importedModule[exportName];
|
|
79
|
+
},
|
|
80
|
+
(e) => {
|
|
81
|
+
consoleError(e, hostRef.$hostElement$);
|
|
76
82
|
}
|
|
77
|
-
|
|
78
|
-
}, consoleError);
|
|
83
|
+
);
|
|
79
84
|
};
|
|
80
85
|
|
|
81
86
|
// src/client/client-style.ts
|
|
@@ -364,7 +369,10 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
364
369
|
if (styleContainerNode.nodeName === "HEAD") {
|
|
365
370
|
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
366
371
|
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
367
|
-
styleContainerNode.insertBefore(
|
|
372
|
+
styleContainerNode.insertBefore(
|
|
373
|
+
styleElm,
|
|
374
|
+
(referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
|
|
375
|
+
);
|
|
368
376
|
} else if ("host" in styleContainerNode) {
|
|
369
377
|
if (supportsConstructableStylesheets) {
|
|
370
378
|
const stylesheet = new CSSStyleSheet();
|
|
@@ -414,7 +422,7 @@ var attachStyles = (hostRef) => {
|
|
|
414
422
|
endAttachStyles();
|
|
415
423
|
};
|
|
416
424
|
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
|
417
|
-
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
425
|
+
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRender) => {
|
|
418
426
|
if (oldValue !== newValue) {
|
|
419
427
|
let isProp = isMemberInElement(elm, memberName);
|
|
420
428
|
let ln = memberName.toLowerCase();
|
|
@@ -422,15 +430,7 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
422
430
|
const classList = elm.classList;
|
|
423
431
|
const oldClasses = parseClassList(oldValue);
|
|
424
432
|
let newClasses = parseClassList(newValue);
|
|
425
|
-
|
|
426
|
-
newClasses.push(elm["s-si"]);
|
|
427
|
-
oldClasses.forEach((c) => {
|
|
428
|
-
if (c.startsWith(elm["s-si"])) newClasses.push(c);
|
|
429
|
-
});
|
|
430
|
-
newClasses = [...new Set(newClasses)];
|
|
431
|
-
classList.add(...newClasses);
|
|
432
|
-
delete elm["s-si"];
|
|
433
|
-
} else {
|
|
433
|
+
{
|
|
434
434
|
classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
|
|
435
435
|
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
|
436
436
|
}
|
|
@@ -494,10 +494,10 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
494
494
|
};
|
|
495
495
|
var parseClassListRegex = /\s/;
|
|
496
496
|
var parseClassList = (value) => {
|
|
497
|
-
if (typeof value === "object" && "baseVal" in value) {
|
|
497
|
+
if (typeof value === "object" && value && "baseVal" in value) {
|
|
498
498
|
value = value.baseVal;
|
|
499
499
|
}
|
|
500
|
-
if (!value) {
|
|
500
|
+
if (!value || typeof value !== "string") {
|
|
501
501
|
return [];
|
|
502
502
|
}
|
|
503
503
|
return value.split(parseClassListRegex);
|
|
@@ -506,19 +506,31 @@ var CAPTURE_EVENT_SUFFIX = "Capture";
|
|
|
506
506
|
var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
|
|
507
507
|
|
|
508
508
|
// src/runtime/vdom/update-element.ts
|
|
509
|
-
var updateElement = (oldVnode, newVnode, isSvgMode2) => {
|
|
509
|
+
var updateElement = (oldVnode, newVnode, isSvgMode2, isInitialRender) => {
|
|
510
510
|
const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
|
|
511
511
|
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || {};
|
|
512
512
|
const newVnodeAttrs = newVnode.$attrs$ || {};
|
|
513
513
|
{
|
|
514
514
|
for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
|
|
515
515
|
if (!(memberName in newVnodeAttrs)) {
|
|
516
|
-
setAccessor(
|
|
516
|
+
setAccessor(
|
|
517
|
+
elm,
|
|
518
|
+
memberName,
|
|
519
|
+
oldVnodeAttrs[memberName],
|
|
520
|
+
void 0,
|
|
521
|
+
isSvgMode2,
|
|
522
|
+
newVnode.$flags$);
|
|
517
523
|
}
|
|
518
524
|
}
|
|
519
525
|
}
|
|
520
526
|
for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
|
|
521
|
-
setAccessor(
|
|
527
|
+
setAccessor(
|
|
528
|
+
elm,
|
|
529
|
+
memberName,
|
|
530
|
+
oldVnodeAttrs[memberName],
|
|
531
|
+
newVnodeAttrs[memberName],
|
|
532
|
+
isSvgMode2,
|
|
533
|
+
newVnode.$flags$);
|
|
522
534
|
}
|
|
523
535
|
};
|
|
524
536
|
function sortedAttrNames(attrNames) {
|
|
@@ -809,12 +821,12 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
|
|
|
809
821
|
{
|
|
810
822
|
hostRef.$flags$ |= 256 /* isListenReady */;
|
|
811
823
|
if (hostRef.$queuedListeners$) {
|
|
812
|
-
hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
|
|
824
|
+
hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event, elm));
|
|
813
825
|
hostRef.$queuedListeners$ = void 0;
|
|
814
826
|
}
|
|
815
827
|
}
|
|
816
828
|
{
|
|
817
|
-
maybePromise = safeCall(instance, "componentWillLoad");
|
|
829
|
+
maybePromise = safeCall(instance, "componentWillLoad", void 0, elm);
|
|
818
830
|
}
|
|
819
831
|
}
|
|
820
832
|
endSchedule();
|
|
@@ -883,7 +895,7 @@ var postUpdateComponent = (hostRef) => {
|
|
|
883
895
|
const instance = hostRef.$lazyInstance$ ;
|
|
884
896
|
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
885
897
|
{
|
|
886
|
-
safeCall(instance, "componentDidRender");
|
|
898
|
+
safeCall(instance, "componentDidRender", void 0, elm);
|
|
887
899
|
}
|
|
888
900
|
if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
|
|
889
901
|
hostRef.$flags$ |= 64 /* hasLoadedComponent */;
|
|
@@ -891,7 +903,7 @@ var postUpdateComponent = (hostRef) => {
|
|
|
891
903
|
addHydratedFlag(elm);
|
|
892
904
|
}
|
|
893
905
|
{
|
|
894
|
-
safeCall(instance, "componentDidLoad");
|
|
906
|
+
safeCall(instance, "componentDidLoad", void 0, elm);
|
|
895
907
|
}
|
|
896
908
|
endPostUpdate();
|
|
897
909
|
{
|
|
@@ -920,12 +932,12 @@ var appDidLoad = (who) => {
|
|
|
920
932
|
}
|
|
921
933
|
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
922
934
|
};
|
|
923
|
-
var safeCall = (instance, method, arg) => {
|
|
935
|
+
var safeCall = (instance, method, arg, elm) => {
|
|
924
936
|
if (instance && instance[method]) {
|
|
925
937
|
try {
|
|
926
938
|
return instance[method](arg);
|
|
927
939
|
} catch (e) {
|
|
928
|
-
consoleError(e);
|
|
940
|
+
consoleError(e, elm);
|
|
929
941
|
}
|
|
930
942
|
}
|
|
931
943
|
return void 0;
|
|
@@ -1106,9 +1118,8 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1106
1118
|
let Cstr;
|
|
1107
1119
|
if ((hostRef.$flags$ & 32 /* hasInitializedComponent */) === 0) {
|
|
1108
1120
|
hostRef.$flags$ |= 32 /* hasInitializedComponent */;
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
const CstrImport = loadModule(cmpMeta);
|
|
1121
|
+
{
|
|
1122
|
+
const CstrImport = loadModule(cmpMeta, hostRef);
|
|
1112
1123
|
if (CstrImport && "then" in CstrImport) {
|
|
1113
1124
|
const endLoad = uniqueTime();
|
|
1114
1125
|
Cstr = await CstrImport;
|
|
@@ -1133,7 +1144,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1133
1144
|
try {
|
|
1134
1145
|
new Cstr(hostRef);
|
|
1135
1146
|
} catch (e) {
|
|
1136
|
-
consoleError(e);
|
|
1147
|
+
consoleError(e, elm);
|
|
1137
1148
|
}
|
|
1138
1149
|
{
|
|
1139
1150
|
hostRef.$flags$ &= ~8 /* isConstructingInstance */;
|
|
@@ -1142,11 +1153,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1142
1153
|
hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
1143
1154
|
}
|
|
1144
1155
|
endNewInstance();
|
|
1145
|
-
fireConnectedCallback(hostRef.$lazyInstance
|
|
1146
|
-
} else {
|
|
1147
|
-
Cstr = elm.constructor;
|
|
1148
|
-
const cmpTag = elm.localName;
|
|
1149
|
-
customElements.whenDefined(cmpTag).then(() => hostRef.$flags$ |= 128 /* isWatchReady */);
|
|
1156
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1150
1157
|
}
|
|
1151
1158
|
if (Cstr && Cstr.style) {
|
|
1152
1159
|
let style;
|
|
@@ -1169,9 +1176,9 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1169
1176
|
schedule();
|
|
1170
1177
|
}
|
|
1171
1178
|
};
|
|
1172
|
-
var fireConnectedCallback = (instance) => {
|
|
1179
|
+
var fireConnectedCallback = (instance, elm) => {
|
|
1173
1180
|
{
|
|
1174
|
-
safeCall(instance, "connectedCallback");
|
|
1181
|
+
safeCall(instance, "connectedCallback", void 0, elm);
|
|
1175
1182
|
}
|
|
1176
1183
|
};
|
|
1177
1184
|
|
|
@@ -1207,17 +1214,17 @@ var connectedCallback = (elm) => {
|
|
|
1207
1214
|
} else {
|
|
1208
1215
|
addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
|
|
1209
1216
|
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1210
|
-
fireConnectedCallback(hostRef.$lazyInstance
|
|
1217
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1211
1218
|
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1212
|
-
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance
|
|
1219
|
+
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$, elm));
|
|
1213
1220
|
}
|
|
1214
1221
|
}
|
|
1215
1222
|
endConnected();
|
|
1216
1223
|
}
|
|
1217
1224
|
};
|
|
1218
|
-
var disconnectInstance = (instance) => {
|
|
1225
|
+
var disconnectInstance = (instance, elm) => {
|
|
1219
1226
|
{
|
|
1220
|
-
safeCall(instance, "disconnectedCallback");
|
|
1227
|
+
safeCall(instance, "disconnectedCallback", void 0, elm || instance);
|
|
1221
1228
|
}
|
|
1222
1229
|
};
|
|
1223
1230
|
var disconnectedCallback = async (elm) => {
|
|
@@ -1230,9 +1237,9 @@ var disconnectedCallback = async (elm) => {
|
|
|
1230
1237
|
}
|
|
1231
1238
|
}
|
|
1232
1239
|
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1233
|
-
disconnectInstance(hostRef.$lazyInstance
|
|
1240
|
+
disconnectInstance(hostRef.$lazyInstance$, elm);
|
|
1234
1241
|
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1235
|
-
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance
|
|
1242
|
+
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$, elm));
|
|
1236
1243
|
}
|
|
1237
1244
|
}
|
|
1238
1245
|
if (rootAppliedStyles.has(elm)) {
|
|
@@ -1395,7 +1402,7 @@ var hostListenerProxy = (hostRef, methodName) => (ev) => {
|
|
|
1395
1402
|
}
|
|
1396
1403
|
}
|
|
1397
1404
|
} catch (e) {
|
|
1398
|
-
consoleError(e);
|
|
1405
|
+
consoleError(e, hostRef.$hostElement$);
|
|
1399
1406
|
}
|
|
1400
1407
|
};
|
|
1401
1408
|
var getHostListenerTarget = (elm, flags) => {
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
1
|
+
import { b as bootstrapLazy } from './index-d069ae9e.js';
|
|
2
|
+
export { s as setNonce } from './index-d069ae9e.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-0f993ce5.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as l}from"./p-
|
|
1
|
+
import{p as e,b as l}from"./p-30224c7b.js";export{s as setNonce}from"./p-30224c7b.js";import{g as i}from"./p-e1255160.js";(()=>{const l=import.meta.url,i={};return""!==l&&(i.resourcesUrl=new URL(".",l).href),e(i)})().then((async e=>(await i(),l([["p-a04c166c",[[1,"general-registration",{endpoint:[513],language:[513],clientStyling:[1537,"client-styling"],clientStylingUrl:[513,"client-styling-url"],translationUrl:[513,"translation-url"],dateFormat:[513,"date-format"],buttonInsideForm:[516,"button-inside-form"],btag:[513],emitOnClick:[516,"emit-on-click"],errorMessage:[32],isFormValid:[32],isConsentValid:[32],isConsentReady:[32],isLoading:[32],isLoadingPOST:[32],registrationStep:[32],forms:[32],limitStylingAppends:[32],autofilled:[32]},[[0,"sendValidityState","checkInputsValidityHandler"],[0,"sendInputValue","getInputsValueHandler"],[8,"message","messageHandler"]],{registrationStep:["sendStep"],clientStyling:["handleStylingChange"],clientStylingUrl:["handleStylingUrlChange"],forms:["setFormValidity"],btag:["addBtag"]}],[1,"general-input",{type:[513],name:[513],displayName:[513,"display-name"],placeholder:[513],action:[513],validation:[16],options:[520],language:[513],autofilled:[516],tooltip:[513],defaultValue:[520,"default-value"],emitValue:[516,"emit-value"],isDuplicateInput:[516,"is-duplicate-input"],clientStyling:[520,"client-styling"],dateFormat:[513,"date-format"],translationUrl:[513,"translation-url"],emitOnClick:[516,"emit-on-click"]}],[1,"toggle-checkbox-input",{name:[513],displayName:[513,"display-name"],defaultValue:[513,"default-value"],options:[16],autofilled:[516],tooltip:[513],validation:[16],language:[513],emitValue:[516,"emit-value"],clientStyling:[513,"client-styling"],errorMessage:[32],isValid:[32],limitStylingAppends:[32],showTooltip:[32],showFields:[32]},[[4,"click","handleClickOutside"]]],[1,"checkbox-group-input",{name:[513],displayName:[513,"display-name"],defaultValue:[513,"default-value"],autofilled:[516],tooltip:[513],options:[16],validation:[16],language:[513],emitValue:[516,"emit-value"],clientStyling:[513,"client-styling"],errorMessage:[32],isValid:[32],limitStylingAppends:[32],showTooltip:[32],selectedValues:[32]},[[4,"click","handleClickOutside"]],{isValid:["validityChanged"],selectedValues:["setValue"],emitValue:["emitValueHandler"]}],[1,"checkbox-input",{name:[513],displayName:[513,"display-name"],defaultValue:[513,"default-value"],autofilled:[516],tooltip:[513],validation:[16],language:[513],emitValue:[516,"emit-value"],clientStyling:[513,"client-styling"],errorMessage:[32],isValid:[32],limitStylingAppends:[32],showTooltip:[32]},[[4,"click","handleClickOutside"]],{isValid:["validityChanged"],emitValue:["emitValueHandler"]}],[1,"date-input",{name:[513],displayName:[513,"display-name"],placeholder:[513],validation:[16],defaultValue:[513,"default-value"],autofilled:[516],tooltip:[513],language:[513],emitValue:[516,"emit-value"],clientStyling:[513,"client-styling"],dateFormat:[513,"date-format"],emitOnClick:[516,"emit-on-click"],errorMessage:[32],isValid:[32],limitStylingAppends:[32],showTooltip:[32]},[[4,"click","handleClickOutside"]],{isValid:["validityChanged"],emitValue:["emitValueHandler"]}],[1,"email-input",{name:[513],displayName:[513,"display-name"],placeholder:[513],validation:[16],defaultValue:[513,"default-value"],autofilled:[516],tooltip:[513],language:[513],emitValue:[516,"emit-value"],isDuplicateInput:[516,"is-duplicate-input"],clientStyling:[513,"client-styling"],errorMessage:[32],isValid:[32],limitStylingAppends:[32],showTooltip:[32]},[[4,"click","handleClickOutside"],[16,"sendInputValue","valueChangedHandler"]],{isValid:["validityChanged"],emitValue:["emitValueHandler"]}],[1,"number-input",{name:[513],displayName:[513,"display-name"],placeholder:[513],validation:[16],defaultValue:[513,"default-value"],autofilled:[516],tooltip:[513],language:[513],emitValue:[516,"emit-value"],clientStyling:[513,"client-styling"],errorMessage:[32],isValid:[32],limitStylingAppends:[32],showTooltip:[32]},[[4,"click","handleClickOutside"]],{isValid:["validityChanged"],emitValue:["emitValueHandler"]}],[1,"password-input",{name:[513],displayName:[513,"display-name"],placeholder:[513],defaultValue:[513,"default-value"],autofilled:[516],tooltip:[513],validation:[16],language:[513],emitValue:[516,"emit-value"],isDuplicateInput:[516,"is-duplicate-input"],clientStyling:[513,"client-styling"],isValid:[32],errorMessage:[32],limitStylingAppends:[32],showTooltip:[32],passwordComplexity:[32],showPopup:[32],value:[32]},[[16,"sendOriginalValidityState","originalValidityChangedHandler"],[16,"sendInputValue","valueChangedHandler"],[4,"click","handleClickOutside"]],{isValid:["validityChanged"],value:["valueChanged"],emitValue:["emitValueHandler"]}],[1,"radio-input",{name:[513],displayName:[513,"display-name"],optionsGroup:[16],validation:[16],tooltip:[513],language:[513],emitValue:[516,"emit-value"],clientStyling:[513,"client-styling"],errorMessage:[32],isValid:[32],limitStylingAppends:[32],showTooltip:[32]},[[4,"click","handleClickOutside"]],{isValid:["validityChanged"],emitValue:["emitValueHandler"]}],[1,"select-input",{name:[513],displayName:[513,"display-name"],placeholder:[513],action:[513],defaultValue:[513,"default-value"],autofilled:[516],tooltip:[513],options:[16],validation:[16],language:[513],emitValue:[516,"emit-value"],clientStyling:[513,"client-styling"],errorMessage:[32],isValid:[32],limitStylingAppends:[32],showTooltip:[32]},[[4,"click","handleClickOutside"]],{isValid:["validityChanged"],emitValue:["emitValueHandler"]}],[1,"tel-input",{name:[513],displayName:[513,"display-name"],placeholder:[513],showLabels:[516,"show-labels"],action:[513],validation:[16],defaultValue:[520,"default-value"],autofilled:[516],tooltip:[513],language:[513],emitValue:[516,"emit-value"],clientStyling:[513,"client-styling"],isValid:[32],errorMessage:[32],limitStylingAppends:[32],showTooltip:[32]},[[4,"click","handleClickOutside"]],{isValid:["validityChanged"],emitValue:["emitValueHandler"]}],[1,"text-input",{name:[513],displayName:[513,"display-name"],placeholder:[513],validation:[16],defaultValue:[513,"default-value"],autofilled:[516],tooltip:[513],language:[513],checkValidity:[516,"check-validity"],emitValue:[516,"emit-value"],isDuplicateInput:[516,"is-duplicate-input"],clientStyling:[513,"client-styling"],isValid:[32],errorMessage:[32],limitStylingAppends:[32],showTooltip:[32]},[[4,"click","handleClickOutside"],[16,"sendInputValue","valueChangedHandler"]],{isValid:["validityChanged"],emitValue:["emitValueHandler"]}]]]],e))));
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var e=Object.defineProperty,t=new WeakMap,n=e=>t.get(e),o=(e,n)=>{t.set(n.t=e,n)},l=(e,t)=>t in e,s=(e,t)=>(0,console.error)(e,t),i=new Map,r=new Map,c="slot-fb{display:contents}slot-fb[hidden]{display:none}",u="undefined"!=typeof window?window:{},a=u.document||{head:{}},f={o:0,l:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,n,o)=>e.addEventListener(t,n,o),rel:(e,t,n,o)=>e.removeEventListener(t,n,o),ce:(e,t)=>new CustomEvent(e,t)},h=e=>Promise.resolve(e),d=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(e){}return!1})(),p=!1,m=[],v=[],y=(e,t)=>n=>{e.push(n),p||(p=!0,t&&4&f.o?$(w):f.raf(w))},b=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){s(e)}e.length=0},w=()=>{b(m),b(v),(p=m.length>0)&&f.raf(w)},$=e=>h().then(e),g=y(v,!0),S=e=>"object"==(e=typeof e)||"function"===e;function j(e){var t,n,o;return null!=(o=null==(n=null==(t=e.head)?void 0:t.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?o:void 0}((t,n)=>{for(var o in n)e(t,o,{get:n[o],enumerable:!0})})({},{err:()=>k,map:()=>C,ok:()=>O,unwrap:()=>M,unwrapErr:()=>x});var O=e=>({isOk:!0,isErr:!1,value:e}),k=e=>({isOk:!1,isErr:!0,value:e});function C(e,t){if(e.isOk){const n=t(e.value);return n instanceof Promise?n.then((e=>O(e))):O(n)}if(e.isErr)return k(e.value);throw"should never get here"}var E,M=e=>{if(e.isOk)return e.value;throw e.value},x=e=>{if(e.isErr)return e.value;throw e.value},P=(e,t,...n)=>{let o=null,l=null,s=!1,i=!1;const r=[],c=t=>{for(let n=0;n<t.length;n++)o=t[n],Array.isArray(o)?c(o):null!=o&&"boolean"!=typeof o&&((s="function"!=typeof e&&!S(o))&&(o+=""),s&&i?r[r.length-1].i+=o:r.push(s?A(null,o):o),i=s)};if(c(n),t){t.key&&(l=t.key);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}const u=A(e,null);return u.u=t,r.length>0&&(u.h=r),u.p=l,u},A=(e,t)=>({o:0,m:e,i:t,v:null,h:null,u:null,p:null}),D={},H=(e,t)=>null==e||S(e)?e:4&t?"false"!==e&&(""===e||!!e):1&t?e+"":e,R=e=>n(e).$hostElement$,L=(e,t,n)=>{const o=R(e);return{emit:e=>N(o,t,{bubbles:!!(4&n),composed:!!(2&n),cancelable:!!(1&n),detail:e})}},N=(e,t,n)=>{const o=f.ce(t,n);return e.dispatchEvent(o),o},T=new WeakMap,U=e=>"sc-"+e.$,W=(e,t,n,o,s,i)=>{if(n!==o){let r=l(e,t),c=t.toLowerCase();if("class"===t){const t=e.classList,l=V(n);let s=V(o);t.remove(...l.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!l.includes(e))))}else if("key"===t);else if("ref"===t)o&&o(e);else if(r||"o"!==t[0]||"n"!==t[1]){const l=S(o);if((r||l&&null!==o)&&!s)try{if(e.tagName.includes("-"))e[t]!==o&&(e[t]=o);else{const l=null==o?"":o;"list"===t?r=!1:null!=n&&e[t]==l||("function"==typeof e.__lookupSetter__(t)?e[t]=l:e.setAttribute(t,l))}}catch(e){}null==o||!1===o?!1===o&&""!==e.getAttribute(t)||e.removeAttribute(t):(!r||4&i||s)&&!l&&e.setAttribute(t,o=!0===o?"":o)}else if(t="-"===t[2]?t.slice(3):l(u,c)?c.slice(2):c[2]+t.slice(3),n||o){const l=t.endsWith(q);t=t.replace(G,""),n&&f.rel(e,t,n,l),o&&f.ael(e,t,o,l)}}},F=/\s/,V=e=>("object"==typeof e&&e&&"baseVal"in e&&(e=e.baseVal),e&&"string"==typeof e?e.split(F):[]),q="Capture",G=RegExp(q+"$"),_=(e,t,n)=>{const o=11===t.v.nodeType&&t.v.host?t.v.host:t.v,l=e&&e.u||{},s=t.u||{};for(const e of z(Object.keys(l)))e in s||W(o,e,l[e],void 0,n,t.o);for(const e of z(Object.keys(s)))W(o,e,l[e],s[e],n,t.o)};function z(e){return e.includes("ref")?[...e.filter((e=>"ref"!==e)),"ref"]:e}var B=!1,I=!1,J=(e,t,n)=>{const o=t.h[n];let l,s,i=0;if(null!==o.i)l=o.v=a.createTextNode(o.i);else{if(I||(I="svg"===o.m),l=o.v=a.createElementNS(I?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",o.m),I&&"foreignObject"===o.m&&(I=!1),_(null,o,I),o.h)for(i=0;i<o.h.length;++i)s=J(e,o,i),s&&l.appendChild(s);"svg"===o.m?I=!1:"foreignObject"===l.tagName&&(I=!0)}return l["s-hn"]=E,l},K=(e,t,n,o,l,s)=>{let i,r=e;for(r.shadowRoot&&r.tagName===E&&(r=r.shadowRoot);l<=s;++l)o[l]&&(i=J(null,n,l),i&&(o[l].v=i,ee(r,i,t)))},Q=(e,t,n)=>{for(let o=t;o<=n;++o){const t=e[o];if(t){const e=t.v;Z(t),e&&e.remove()}}},X=(e,t,n=!1)=>e.m===t.m&&(n?(n&&!e.p&&t.p&&(e.p=t.p),!0):e.p===t.p),Y=(e,t,n=!1)=>{const o=t.v=e.v,l=e.h,s=t.h,i=t.m,r=t.i;null===r?(I="svg"===i||"foreignObject"!==i&&I,("slot"!==i||B)&&_(e,t,I),null!==l&&null!==s?((e,t,n,o,l=!1)=>{let s,i,r=0,c=0,u=0,a=0,f=t.length-1,h=t[0],d=t[f],p=o.length-1,m=o[0],v=o[p];for(;r<=f&&c<=p;)if(null==h)h=t[++r];else if(null==d)d=t[--f];else if(null==m)m=o[++c];else if(null==v)v=o[--p];else if(X(h,m,l))Y(h,m,l),h=t[++r],m=o[++c];else if(X(d,v,l))Y(d,v,l),d=t[--f],v=o[--p];else if(X(h,v,l))Y(h,v,l),ee(e,h.v,d.v.nextSibling),h=t[++r],v=o[--p];else if(X(d,m,l))Y(d,m,l),ee(e,d.v,h.v),d=t[--f],m=o[++c];else{for(u=-1,a=r;a<=f;++a)if(t[a]&&null!==t[a].p&&t[a].p===m.p){u=a;break}u>=0?(i=t[u],i.m!==m.m?s=J(t&&t[c],n,u):(Y(i,m,l),t[u]=void 0,s=i.v),m=o[++c]):(s=J(t&&t[c],n,c),m=o[++c]),s&&ee(h.v.parentNode,s,h.v)}r>f?K(e,null==o[p+1]?null:o[p+1].v,n,o,c,p):c>p&&Q(t,r,f)})(o,l,t,s,n):null!==s?(null!==e.i&&(o.textContent=""),K(o,null,t,s,0,s.length-1)):!n&&null!==l&&Q(l,0,l.length-1),I&&"svg"===i&&(I=!1)):e.i!==r&&(o.data=r)},Z=e=>{e.u&&e.u.ref&&e.u.ref(null),e.h&&e.h.map(Z)},ee=(e,t,n)=>null==e?void 0:e.insertBefore(t,n),te=(e,t)=>{if(t&&!e.S&&t["s-p"]){const n=t["s-p"].push(new Promise((o=>e.S=()=>{t["s-p"].splice(n-1,1),o()})))}},ne=(e,t)=>{if(e.o|=16,!(4&e.o))return te(e,e.j),g((()=>oe(e,t)));e.o|=512},oe=(e,t)=>{const n=e.$hostElement$,o=e.t;if(!o)throw Error(`Can't render component <${n.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);let l;return t&&(e.o|=256,e.O&&(e.O.map((([e,t])=>ae(o,e,t,n))),e.O=void 0),l=ae(o,"componentWillLoad",void 0,n)),le(l,(()=>ie(e,o,t)))},le=(e,t)=>se(e)?e.then(t).catch((e=>{console.error(e),t()})):t(),se=e=>e instanceof Promise||e&&e.then&&"function"==typeof e.then,ie=async(e,t,n)=>{var o;const l=e.$hostElement$,s=l["s-rc"];n&&(e=>{const t=e.k,n=e.$hostElement$,o=t.o,l=((e,t)=>{var n;const o=U(t),l=r.get(o);if(e=11===e.nodeType?e:a,l)if("string"==typeof l){let s,i=T.get(e=e.head||e);if(i||T.set(e,i=new Set),!i.has(o)){{s=document.querySelector(`[sty-id="${o}"]`)||a.createElement("style"),s.innerHTML=l;const i=null!=(n=f.C)?n:j(a);if(null!=i&&s.setAttribute("nonce",i),!(1&t.o))if("HEAD"===e.nodeName){const t=e.querySelectorAll("link[rel=preconnect]"),n=t.length>0?t[t.length-1].nextSibling:e.querySelector("style");e.insertBefore(s,(null==n?void 0:n.parentNode)===e?n:null)}else if("host"in e)if(d){const t=new CSSStyleSheet;t.replaceSync(l),e.adoptedStyleSheets=[t,...e.adoptedStyleSheets]}else{const t=e.querySelector("style");t?t.innerHTML=l+t.innerHTML:e.prepend(s)}else e.append(s);1&t.o&&"HEAD"!==e.nodeName&&e.insertBefore(s,null)}4&t.o&&(s.innerHTML+=c),i&&i.add(o)}}else e.adoptedStyleSheets.includes(l)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,l]);return o})(n.shadowRoot?n.shadowRoot:n.getRootNode(),t);10&o&&2&o&&(n["s-sc"]=l,n.classList.add(l+"-h"))})(e);re(e,t,l,n),s&&(s.map((e=>e())),l["s-rc"]=void 0);{const t=null!=(o=l["s-p"])?o:[],n=()=>ce(e);0===t.length?n():(Promise.all(t).then(n),e.o|=4,t.length=0)}},re=(e,t,n,o)=>{try{t=t.render(),e.o&=-17,e.o|=2,((e,t,n=!1)=>{const o=e.$hostElement$,l=e.k,s=e.M||A(null,null),i=(e=>e&&e.m===D)(t)?t:P(null,null,t);if(E=o.tagName,l.P&&(i.u=i.u||{},l.P.map((([e,t])=>i.u[t]=o[e]))),n&&i.u)for(const e of Object.keys(i.u))o.hasAttribute(e)&&!["key","ref","style","class"].includes(e)&&(i.u[e]=o[e]);i.m=null,i.o|=4,e.M=i,i.v=s.v=o.shadowRoot||o,B=!!(1&l.o),Y(s,i,n)})(e,t,o)}catch(t){s(t,e.$hostElement$)}return null},ce=e=>{const t=e.$hostElement$,n=e.t,o=e.j;ae(n,"componentDidRender",void 0,t),64&e.o||(e.o|=64,fe(t),ae(n,"componentDidLoad",void 0,t),e.A(t),o||ue()),e.S&&(e.S(),e.S=void 0),512&e.o&&$((()=>ne(e,!1))),e.o&=-517},ue=()=>{fe(a.documentElement),$((()=>N(u,"appload",{detail:{namespace:"general-registration"}})))},ae=(e,t,n,o)=>{if(e&&e[t])try{return e[t](n)}catch(e){s(e,o)}},fe=e=>e.classList.add("hydrated"),he=(e,t,o,l)=>{const i=n(e);if(!i)throw Error(`Couldn't find host element for "${l.$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`);const r=i.$hostElement$,c=i.D.get(t),u=i.o,a=i.t;if(o=H(o,l.H[t][0]),(!(8&u)||void 0===c)&&o!==c&&(!Number.isNaN(c)||!Number.isNaN(o))&&(i.D.set(t,o),a)){if(l.R&&128&u){const e=l.R[t];e&&e.map((e=>{try{a[e](o,c,t)}catch(e){s(e,r)}}))}2==(18&u)&&ne(i,!1)}},de=(e,t,o)=>{var l,s;const i=e.prototype;if(t.H||t.R||e.watchers){e.watchers&&!t.R&&(t.R=e.watchers);const r=Object.entries(null!=(l=t.H)?l:{});if(r.map((([e,[l]])=>{if(31&l||2&o&&32&l){const{get:s,set:r}=Object.getOwnPropertyDescriptor(i,e)||{};s&&(t.H[e][0]|=2048),r&&(t.H[e][0]|=4096),(1&o||!s)&&Object.defineProperty(i,e,{get(){{if(!(2048&t.H[e][0]))return((e,t)=>n(this).D.get(t))(0,e);const o=n(this),l=o?o.t:i;if(!l)return;return l[e]}},configurable:!0,enumerable:!0}),Object.defineProperty(i,e,{set(s){const i=n(this);if(r){const n=32&l?this[e]:i.$hostElement$[e];return void 0===n&&i.D.get(e)?s=i.D.get(e):!i.D.get(e)&&n&&i.D.set(e,n),r.call(this,H(s,l)),void he(this,e,s=32&l?this[e]:i.$hostElement$[e],t)}{if(!(1&o&&4096&t.H[e][0]))return he(this,e,s,t),void(1&o&&!i.t&&i.L.then((()=>{4096&t.H[e][0]&&i.t[e]!==i.D.get(e)&&(i.t[e]=s)})));const n=()=>{const n=i.t[e];!i.D.get(e)&&n&&i.D.set(e,n),i.t[e]=H(s,l),he(this,e,i.t[e],t)};i.t?n():i.L.then((()=>n()))}}})}})),1&o){const o=new Map;i.attributeChangedCallback=function(e,l,s){f.jmp((()=>{var r;const c=o.get(e);if(this.hasOwnProperty(c))s=this[c],delete this[c];else{if(i.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const o=n(this),i=null==o?void 0:o.o;if(i&&!(8&i)&&128&i&&s!==l){const n=o.t,i=null==(r=t.R)?void 0:r[e];null==i||i.forEach((t=>{null!=n[t]&&n[t].call(n,s,l,e)}))}return}}const u=Object.getOwnPropertyDescriptor(i,c);(s=(null!==s||"boolean"!=typeof this[c])&&s)===this[c]||u.get&&!u.set||(this[c]=s)}))},e.observedAttributes=Array.from(new Set([...Object.keys(null!=(s=t.R)?s:{}),...r.filter((([e,t])=>15&t[0])).map((([e,n])=>{var l;const s=n[1]||e;return o.set(s,e),512&n[0]&&(null==(l=t.P)||l.push([e,s])),s}))]))}}return e},pe=(e,t)=>{ae(e,"connectedCallback",void 0,t)},me=(e,t)=>{ae(e,"disconnectedCallback",void 0,t||e)},ve=(e,o={})=>{var l;const h=[],p=o.exclude||[],m=u.customElements,v=a.head,y=v.querySelector("meta[charset]"),b=a.createElement("style"),w=[];let $,g=!0;Object.assign(f,o),f.l=new URL(o.resourcesUrl||"./",a.baseURI).href;let S=!1;if(e.map((e=>{e[1].map((o=>{var l;const c={o:o[0],$:o[1],H:o[2],N:o[3]};4&c.o&&(S=!0),c.H=o[2],c.N=o[3],c.P=[],c.R=null!=(l=o[4])?l:{};const u=c.$,a=class extends HTMLElement{constructor(e){if(super(e),this.hasRegisteredEventListeners=!1,((e,n)=>{const o={o:0,$hostElement$:e,k:n,D:new Map};o.L=new Promise((e=>o.A=e)),e["s-p"]=[],e["s-rc"]=[],t.set(e,o)})(e=this,c),1&c.o)if(e.shadowRoot){if("open"!==e.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${c.$}! Mode is set to ${e.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else e.attachShadow({mode:"open"})}connectedCallback(){const e=n(this);this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0,ye(this,e,c.N)),$&&(clearTimeout($),$=null),g?w.push(this):f.jmp((()=>(e=>{if(!(1&f.o)){const t=n(e),o=t.k,l=()=>{};if(1&t.o)ye(e,t,o.N),(null==t?void 0:t.t)?pe(t.t,e):(null==t?void 0:t.L)&&t.L.then((()=>pe(t.t,e)));else{t.o|=1;{let n=e;for(;n=n.parentNode||n.host;)if(n["s-p"]){te(t,t.j=n);break}}o.H&&Object.entries(o.H).map((([t,[n]])=>{if(31&n&&e.hasOwnProperty(t)){const n=e[t];delete e[t],e[t]=n}})),(async(e,t,n)=>{let o;if(!(32&t.o)){t.o|=32;{const l=((e,t)=>{const n=e.$.replace(/-/g,"_"),o=e.T;if(!o)return;const l=i.get(o);return l?l[n]:import(`./${o}.entry.js`).then((e=>(i.set(o,e),e[n])),(e=>{s(e,t.$hostElement$)}))
|
|
2
|
+
/*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n,t);if(l&&"then"in l){const e=()=>{};o=await l,e()}else o=l;if(!o)throw Error(`Constructor for "${n.$}#${t.U}" was not found`);o.isProxied||(n.R=o.watchers,de(o,n,2),o.isProxied=!0);const r=()=>{};t.o|=8;try{new o(t)}catch(t){s(t,e)}t.o&=-9,t.o|=128,r(),pe(t.t,e)}if(o&&o.style){let e;"string"==typeof o.style&&(e=o.style);const t=U(n);if(!r.has(t)){const o=()=>{};((e,t,n)=>{let o=r.get(e);d&&n?(o=o||new CSSStyleSheet,"string"==typeof o?o=t:o.replaceSync(t)):o=t,r.set(e,o)})(t,e,!!(1&n.o)),o()}}}const l=t.j,c=()=>ne(t,!0);l&&l["s-rc"]?l["s-rc"].push(c):c()})(e,t,o)}l()}})(this)))}disconnectedCallback(){f.jmp((()=>(async e=>{if(!(1&f.o)){const t=n(e);t.W&&(t.W.map((e=>e())),t.W=void 0),(null==t?void 0:t.t)?me(t.t,e):(null==t?void 0:t.L)&&t.L.then((()=>me(t.t,e)))}T.has(e)&&T.delete(e),e.shadowRoot&&T.has(e.shadowRoot)&&T.delete(e.shadowRoot)})(this))),f.raf((()=>{var e;const t=n(this);(null==(e=null==t?void 0:t.M)?void 0:e.v)instanceof Node&&!t.M.v.isConnected&&delete t.M.v}))}componentOnReady(){return n(this).L}};c.T=e[0],p.includes(u)||m.get(u)||(h.push(u),m.define(u,de(a,c,1)))}))})),h.length>0&&(S&&(b.textContent+=c),b.textContent+=h.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",b.innerHTML.length)){b.setAttribute("data-styles","");const e=null!=(l=f.C)?l:j(a);null!=e&&b.setAttribute("nonce",e),v.insertBefore(b,y?y.nextSibling:v.firstChild)}g=!1,w.length?w.map((e=>e.connectedCallback())):f.jmp((()=>$=setTimeout(ue,30)))},ye=(e,t,n)=>{n&&n.map((([n,o,l])=>{const s=we(e,n),i=be(t,l),r=$e(n);f.ael(s,o,i,r),(t.W=t.W||[]).push((()=>f.rel(s,o,i,r)))}))},be=(e,t)=>n=>{var o;try{256&e.o?null==(o=e.t)||o[t](n):(e.O=e.O||[]).push([t,n])}catch(t){s(t,e.$hostElement$)}},we=(e,t)=>4&t?a:8&t?u:16&t?a.body:e,$e=e=>({passive:!!(1&e),capture:!!(2&e)}),ge=e=>f.C=e;export{D as H,ve as b,L as c,R as g,P as h,h as p,o as r,ge as s}
|