@everymatrix/lottery-game-page 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/helper-accordion_14.cjs.entry.js +19183 -19410
- package/dist/cjs/{index-a240c449.js → index-c77bea42.js} +180 -76
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/lottery-game-page.cjs.js +3 -3
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/collection/components/lottery-game-page/lottery-game-page.js +52 -32
- package/dist/esm/helper-accordion_14.entry.js +19183 -19410
- package/dist/esm/{index-ad071e63.js → index-13ed46b6.js} +180 -76
- package/dist/esm/loader.js +3 -3
- package/dist/esm/lottery-game-page.js +4 -4
- package/dist/lottery-game-page/lottery-game-page.esm.js +1 -1
- package/dist/lottery-game-page/p-07f9838b.js +2 -0
- package/dist/lottery-game-page/p-f348243b.entry.js +3901 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/lottery-game-page/.stencil/packages/stencil/lottery-game-page/stencil.config.d.ts +2 -0
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/lottery-game-page/.stencil/packages/stencil/lottery-game-page/stencil.config.dev.d.ts +2 -0
- package/package.json +1 -1
- package/dist/lottery-game-page/p-5465eaee.entry.js +0 -4970
- package/dist/lottery-game-page/p-ed51a70f.js +0 -2
- package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/lottery-game-page/.stencil/packages/stencil/lottery-game-page/stencil.config.d.ts +0 -2
- package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/lottery-game-page/.stencil/packages/stencil/lottery-game-page/stencil.config.dev.d.ts +0 -2
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/lottery-game-page/.stencil/tools/plugins/index.d.ts +0 -0
- /package/dist/types/Users/{maria.bumbar/Desktop → adrian.pripon/Documents/Work}/widgets-monorepo/packages/stencil/lottery-game-page/.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/lottery-game-page/.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/lottery-game-page/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
|
@@ -21,19 +21,23 @@ function _interopNamespace(e) {
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
const NAMESPACE = 'lottery-game-page';
|
|
24
|
-
const BUILD = /* lottery-game-page */ { allRenderFn: true, appendChildSlotFix: false, asyncLoading: true, asyncQueue: false, attachStyles: true, cloneNodeFix: false, cmpDidLoad:
|
|
24
|
+
const BUILD = /* lottery-game-page */ { 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: true, 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: false, 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: true, 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: false, taskQueue: true, transformTagName: false, updatable: true, vdomAttribute: true, vdomClass: true, vdomFunctional: false, vdomKey: true, vdomListener: true, vdomPropOrAttr: true, vdomRef: true, vdomRender: true, vdomStyle: true, 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/client/client-host-ref.ts
|
|
34
36
|
var hostRefs = /* @__PURE__ */ new WeakMap();
|
|
35
37
|
var getHostRef = (ref) => hostRefs.get(ref);
|
|
36
|
-
var registerInstance = (lazyInstance, hostRef) =>
|
|
38
|
+
var registerInstance = (lazyInstance, hostRef) => {
|
|
39
|
+
hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
|
|
40
|
+
};
|
|
37
41
|
var registerHost = (hostElement, cmpMeta) => {
|
|
38
42
|
const hostRef = {
|
|
39
43
|
$flags$: 0,
|
|
@@ -46,7 +50,8 @@ var registerHost = (hostElement, cmpMeta) => {
|
|
|
46
50
|
hostElement["s-p"] = [];
|
|
47
51
|
hostElement["s-rc"] = [];
|
|
48
52
|
}
|
|
49
|
-
|
|
53
|
+
const ref = hostRefs.set(hostElement, hostRef);
|
|
54
|
+
return ref;
|
|
50
55
|
};
|
|
51
56
|
var isMemberInElement = (elm, memberName) => memberName in elm;
|
|
52
57
|
var consoleError = (e, el) => (0, console.error)(e, el);
|
|
@@ -83,16 +88,22 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
83
88
|
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
84
89
|
/* webpackMode: "lazy" */
|
|
85
90
|
`./${bundleId}.entry.js${""}`
|
|
86
|
-
)); }).then(
|
|
87
|
-
{
|
|
88
|
-
|
|
91
|
+
)); }).then(
|
|
92
|
+
(importedModule) => {
|
|
93
|
+
{
|
|
94
|
+
cmpModules.set(bundleId, importedModule);
|
|
95
|
+
}
|
|
96
|
+
return importedModule[exportName];
|
|
97
|
+
},
|
|
98
|
+
(e) => {
|
|
99
|
+
consoleError(e, hostRef.$hostElement$);
|
|
89
100
|
}
|
|
90
|
-
|
|
91
|
-
}, consoleError);
|
|
101
|
+
);
|
|
92
102
|
};
|
|
93
103
|
|
|
94
104
|
// src/client/client-style.ts
|
|
95
105
|
var styles = /* @__PURE__ */ new Map();
|
|
106
|
+
var HYDRATED_STYLE_ID = "sty-id";
|
|
96
107
|
var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
|
|
97
108
|
var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
|
|
98
109
|
var win = typeof window !== "undefined" ? window : {};
|
|
@@ -172,12 +183,6 @@ var getAssetPath = (path) => {
|
|
|
172
183
|
const assetUrl = new URL(path, plt.$resourcesUrl$);
|
|
173
184
|
return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
|
|
174
185
|
};
|
|
175
|
-
|
|
176
|
-
// src/utils/constants.ts
|
|
177
|
-
var EMPTY_OBJ = {};
|
|
178
|
-
|
|
179
|
-
// src/utils/helpers.ts
|
|
180
|
-
var isDef = (v) => v != null;
|
|
181
186
|
var isComplexType = (o) => {
|
|
182
187
|
o = typeof o;
|
|
183
188
|
return o === "object" || o === "function";
|
|
@@ -381,7 +386,7 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
381
386
|
}
|
|
382
387
|
if (!appliedStyles.has(scopeId2)) {
|
|
383
388
|
{
|
|
384
|
-
styleElm = doc.createElement("style");
|
|
389
|
+
styleElm = document.querySelector(`[${HYDRATED_STYLE_ID}="${scopeId2}"]`) || doc.createElement("style");
|
|
385
390
|
styleElm.innerHTML = style;
|
|
386
391
|
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
|
|
387
392
|
if (nonce != null) {
|
|
@@ -391,7 +396,10 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
391
396
|
if (styleContainerNode.nodeName === "HEAD") {
|
|
392
397
|
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
393
398
|
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
394
|
-
styleContainerNode.insertBefore(
|
|
399
|
+
styleContainerNode.insertBefore(
|
|
400
|
+
styleElm,
|
|
401
|
+
(referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
|
|
402
|
+
);
|
|
395
403
|
} else if ("host" in styleContainerNode) {
|
|
396
404
|
if (supportsConstructableStylesheets) {
|
|
397
405
|
const stylesheet = new CSSStyleSheet();
|
|
@@ -409,7 +417,7 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
409
417
|
styleContainerNode.append(styleElm);
|
|
410
418
|
}
|
|
411
419
|
}
|
|
412
|
-
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */
|
|
420
|
+
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
|
413
421
|
styleContainerNode.insertBefore(styleElm, null);
|
|
414
422
|
}
|
|
415
423
|
}
|
|
@@ -434,23 +442,25 @@ var attachStyles = (hostRef) => {
|
|
|
434
442
|
const scopeId2 = addStyle(
|
|
435
443
|
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
|
436
444
|
cmpMeta);
|
|
437
|
-
if (flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */) {
|
|
445
|
+
if ((flags & 10 /* needsScopedEncapsulation */ && flags & 2 /* scopedCssEncapsulation */ || flags & 128 /* shadowNeedsScopedCss */)) {
|
|
438
446
|
elm["s-sc"] = scopeId2;
|
|
439
447
|
elm.classList.add(scopeId2 + "-h");
|
|
440
448
|
}
|
|
441
449
|
endAttachStyles();
|
|
442
450
|
};
|
|
443
451
|
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
|
444
|
-
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
452
|
+
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRender) => {
|
|
445
453
|
if (oldValue !== newValue) {
|
|
446
454
|
let isProp = isMemberInElement(elm, memberName);
|
|
447
455
|
let ln = memberName.toLowerCase();
|
|
448
456
|
if (memberName === "class") {
|
|
449
457
|
const classList = elm.classList;
|
|
450
458
|
const oldClasses = parseClassList(oldValue);
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
459
|
+
let newClasses = parseClassList(newValue);
|
|
460
|
+
{
|
|
461
|
+
classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
|
|
462
|
+
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
|
463
|
+
}
|
|
454
464
|
} else if (memberName === "style") {
|
|
455
465
|
{
|
|
456
466
|
for (const prop in oldValue) {
|
|
@@ -509,7 +519,7 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
509
519
|
elm.setAttribute(memberName, n);
|
|
510
520
|
}
|
|
511
521
|
}
|
|
512
|
-
} else {
|
|
522
|
+
} else if (elm[memberName] !== newValue) {
|
|
513
523
|
elm[memberName] = newValue;
|
|
514
524
|
}
|
|
515
525
|
} catch (e) {
|
|
@@ -531,24 +541,44 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
531
541
|
}
|
|
532
542
|
};
|
|
533
543
|
var parseClassListRegex = /\s/;
|
|
534
|
-
var parseClassList = (value) =>
|
|
544
|
+
var parseClassList = (value) => {
|
|
545
|
+
if (typeof value === "object" && value && "baseVal" in value) {
|
|
546
|
+
value = value.baseVal;
|
|
547
|
+
}
|
|
548
|
+
if (!value || typeof value !== "string") {
|
|
549
|
+
return [];
|
|
550
|
+
}
|
|
551
|
+
return value.split(parseClassListRegex);
|
|
552
|
+
};
|
|
535
553
|
var CAPTURE_EVENT_SUFFIX = "Capture";
|
|
536
554
|
var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
|
|
537
555
|
|
|
538
556
|
// src/runtime/vdom/update-element.ts
|
|
539
|
-
var updateElement = (oldVnode, newVnode, isSvgMode2) => {
|
|
557
|
+
var updateElement = (oldVnode, newVnode, isSvgMode2, isInitialRender) => {
|
|
540
558
|
const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
|
|
541
|
-
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ ||
|
|
542
|
-
const newVnodeAttrs = newVnode.$attrs$ ||
|
|
559
|
+
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || {};
|
|
560
|
+
const newVnodeAttrs = newVnode.$attrs$ || {};
|
|
543
561
|
{
|
|
544
562
|
for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
|
|
545
563
|
if (!(memberName in newVnodeAttrs)) {
|
|
546
|
-
setAccessor(
|
|
564
|
+
setAccessor(
|
|
565
|
+
elm,
|
|
566
|
+
memberName,
|
|
567
|
+
oldVnodeAttrs[memberName],
|
|
568
|
+
void 0,
|
|
569
|
+
isSvgMode2,
|
|
570
|
+
newVnode.$flags$);
|
|
547
571
|
}
|
|
548
572
|
}
|
|
549
573
|
}
|
|
550
574
|
for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
|
|
551
|
-
setAccessor(
|
|
575
|
+
setAccessor(
|
|
576
|
+
elm,
|
|
577
|
+
memberName,
|
|
578
|
+
oldVnodeAttrs[memberName],
|
|
579
|
+
newVnodeAttrs[memberName],
|
|
580
|
+
isSvgMode2,
|
|
581
|
+
newVnode.$flags$);
|
|
552
582
|
}
|
|
553
583
|
};
|
|
554
584
|
function sortedAttrNames(attrNames) {
|
|
@@ -560,13 +590,10 @@ function sortedAttrNames(attrNames) {
|
|
|
560
590
|
attrNames
|
|
561
591
|
);
|
|
562
592
|
}
|
|
563
|
-
|
|
564
|
-
// src/runtime/vdom/vdom-render.ts
|
|
565
|
-
var scopeId;
|
|
566
593
|
var hostTagName;
|
|
567
594
|
var useNativeShadowDom = false;
|
|
568
595
|
var isSvgMode = false;
|
|
569
|
-
var createElm = (oldParentVNode, newParentVNode, childIndex
|
|
596
|
+
var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
570
597
|
const newVNode2 = newParentVNode.$children$[childIndex];
|
|
571
598
|
let i2 = 0;
|
|
572
599
|
let elm;
|
|
@@ -580,11 +607,6 @@ var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
|
|
|
580
607
|
{
|
|
581
608
|
updateElement(null, newVNode2, isSvgMode);
|
|
582
609
|
}
|
|
583
|
-
const rootNode = elm.getRootNode();
|
|
584
|
-
const isElementWithinShadowRoot = !rootNode.querySelector("body");
|
|
585
|
-
if (!isElementWithinShadowRoot && BUILD.scoped && isDef(scopeId) && elm["s-si"] !== scopeId) {
|
|
586
|
-
elm.classList.add(elm["s-si"] = scopeId);
|
|
587
|
-
}
|
|
588
610
|
if (newVNode2.$children$) {
|
|
589
611
|
for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
|
|
590
612
|
childNode = createElm(oldParentVNode, newVNode2, i2);
|
|
@@ -714,6 +736,9 @@ var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
|
714
736
|
if (!isInitialRender) {
|
|
715
737
|
return leftVNode.$key$ === rightVNode.$key$;
|
|
716
738
|
}
|
|
739
|
+
if (isInitialRender && !leftVNode.$key$ && rightVNode.$key$) {
|
|
740
|
+
leftVNode.$key$ = rightVNode.$key$;
|
|
741
|
+
}
|
|
717
742
|
return true;
|
|
718
743
|
}
|
|
719
744
|
return false;
|
|
@@ -754,8 +779,9 @@ var nullifyVNodeRefs = (vNode) => {
|
|
|
754
779
|
}
|
|
755
780
|
};
|
|
756
781
|
var insertBefore = (parent, newNode, reference) => {
|
|
757
|
-
|
|
758
|
-
|
|
782
|
+
{
|
|
783
|
+
return parent == null ? void 0 : parent.insertBefore(newNode, reference);
|
|
784
|
+
}
|
|
759
785
|
};
|
|
760
786
|
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
761
787
|
const hostElm = hostRef.$hostElement$;
|
|
@@ -780,17 +806,21 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
780
806
|
rootVnode.$flags$ |= 4 /* isHost */;
|
|
781
807
|
hostRef.$vnode$ = rootVnode;
|
|
782
808
|
rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm ;
|
|
783
|
-
|
|
784
|
-
scopeId = hostElm["s-sc"];
|
|
785
|
-
}
|
|
786
|
-
useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;
|
|
809
|
+
useNativeShadowDom = !!(cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) && !(cmpMeta.$flags$ & 128 /* shadowNeedsScopedCss */);
|
|
787
810
|
patch(oldVNode, rootVnode, isInitialLoad);
|
|
788
811
|
};
|
|
789
812
|
|
|
790
813
|
// src/runtime/update-component.ts
|
|
791
814
|
var attachToAncestor = (hostRef, ancestorComponent) => {
|
|
792
815
|
if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent["s-p"]) {
|
|
793
|
-
ancestorComponent["s-p"].push(
|
|
816
|
+
const index = ancestorComponent["s-p"].push(
|
|
817
|
+
new Promise(
|
|
818
|
+
(r) => hostRef.$onRenderResolve$ = () => {
|
|
819
|
+
ancestorComponent["s-p"].splice(index - 1, 1);
|
|
820
|
+
r();
|
|
821
|
+
}
|
|
822
|
+
)
|
|
823
|
+
);
|
|
794
824
|
}
|
|
795
825
|
};
|
|
796
826
|
var scheduleUpdate = (hostRef, isInitialLoad) => {
|
|
@@ -819,16 +849,16 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
|
|
|
819
849
|
{
|
|
820
850
|
hostRef.$flags$ |= 256 /* isListenReady */;
|
|
821
851
|
if (hostRef.$queuedListeners$) {
|
|
822
|
-
hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
|
|
852
|
+
hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event, elm));
|
|
823
853
|
hostRef.$queuedListeners$ = void 0;
|
|
824
854
|
}
|
|
825
855
|
}
|
|
826
856
|
{
|
|
827
|
-
maybePromise = safeCall(instance, "componentWillLoad");
|
|
857
|
+
maybePromise = safeCall(instance, "componentWillLoad", void 0, elm);
|
|
828
858
|
}
|
|
829
859
|
}
|
|
830
860
|
{
|
|
831
|
-
maybePromise = enqueue(maybePromise, () => safeCall(instance, "componentWillRender"));
|
|
861
|
+
maybePromise = enqueue(maybePromise, () => safeCall(instance, "componentWillRender", void 0, elm));
|
|
832
862
|
}
|
|
833
863
|
endSchedule();
|
|
834
864
|
return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
|
|
@@ -896,13 +926,16 @@ var postUpdateComponent = (hostRef) => {
|
|
|
896
926
|
const instance = hostRef.$lazyInstance$ ;
|
|
897
927
|
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
898
928
|
{
|
|
899
|
-
safeCall(instance, "componentDidRender");
|
|
929
|
+
safeCall(instance, "componentDidRender", void 0, elm);
|
|
900
930
|
}
|
|
901
931
|
if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
|
|
902
932
|
hostRef.$flags$ |= 64 /* hasLoadedComponent */;
|
|
903
933
|
{
|
|
904
934
|
addHydratedFlag(elm);
|
|
905
935
|
}
|
|
936
|
+
{
|
|
937
|
+
safeCall(instance, "componentDidLoad", void 0, elm);
|
|
938
|
+
}
|
|
906
939
|
endPostUpdate();
|
|
907
940
|
{
|
|
908
941
|
hostRef.$onReadyResolve$(elm);
|
|
@@ -925,17 +958,14 @@ var postUpdateComponent = (hostRef) => {
|
|
|
925
958
|
}
|
|
926
959
|
};
|
|
927
960
|
var appDidLoad = (who) => {
|
|
928
|
-
{
|
|
929
|
-
addHydratedFlag(doc.documentElement);
|
|
930
|
-
}
|
|
931
961
|
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
932
962
|
};
|
|
933
|
-
var safeCall = (instance, method, arg) => {
|
|
963
|
+
var safeCall = (instance, method, arg, elm) => {
|
|
934
964
|
if (instance && instance[method]) {
|
|
935
965
|
try {
|
|
936
966
|
return instance[method](arg);
|
|
937
967
|
} catch (e) {
|
|
938
|
-
consoleError(e);
|
|
968
|
+
consoleError(e, elm);
|
|
939
969
|
}
|
|
940
970
|
}
|
|
941
971
|
return void 0;
|
|
@@ -994,15 +1024,68 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
994
1024
|
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
|
995
1025
|
members.map(([memberName, [memberFlags]]) => {
|
|
996
1026
|
if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
|
|
1027
|
+
const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
|
|
1028
|
+
if (origGetter) cmpMeta.$members$[memberName][0] |= 2048 /* Getter */;
|
|
1029
|
+
if (origSetter) cmpMeta.$members$[memberName][0] |= 4096 /* Setter */;
|
|
1030
|
+
if (flags & 1 /* isElementConstructor */ || !origGetter) {
|
|
1031
|
+
Object.defineProperty(prototype, memberName, {
|
|
1032
|
+
get() {
|
|
1033
|
+
{
|
|
1034
|
+
if ((cmpMeta.$members$[memberName][0] & 2048 /* Getter */) === 0) {
|
|
1035
|
+
return getValue(this, memberName);
|
|
1036
|
+
}
|
|
1037
|
+
const ref = getHostRef(this);
|
|
1038
|
+
const instance = ref ? ref.$lazyInstance$ : prototype;
|
|
1039
|
+
if (!instance) return;
|
|
1040
|
+
return instance[memberName];
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
configurable: true,
|
|
1044
|
+
enumerable: true
|
|
1045
|
+
});
|
|
1046
|
+
}
|
|
997
1047
|
Object.defineProperty(prototype, memberName, {
|
|
998
|
-
get() {
|
|
999
|
-
return getValue(this, memberName);
|
|
1000
|
-
},
|
|
1001
1048
|
set(newValue) {
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1049
|
+
const ref = getHostRef(this);
|
|
1050
|
+
if (origSetter) {
|
|
1051
|
+
const currentValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
|
|
1052
|
+
if (typeof currentValue === "undefined" && ref.$instanceValues$.get(memberName)) {
|
|
1053
|
+
newValue = ref.$instanceValues$.get(memberName);
|
|
1054
|
+
} else if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1055
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
1056
|
+
}
|
|
1057
|
+
origSetter.apply(this, [parsePropertyValue(newValue, memberFlags)]);
|
|
1058
|
+
newValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
|
|
1059
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
1060
|
+
return;
|
|
1061
|
+
}
|
|
1062
|
+
{
|
|
1063
|
+
if ((flags & 1 /* isElementConstructor */) === 0 || (cmpMeta.$members$[memberName][0] & 4096 /* Setter */) === 0) {
|
|
1064
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
1065
|
+
if (flags & 1 /* isElementConstructor */ && !ref.$lazyInstance$) {
|
|
1066
|
+
ref.$onReadyPromise$.then(() => {
|
|
1067
|
+
if (cmpMeta.$members$[memberName][0] & 4096 /* Setter */ && ref.$lazyInstance$[memberName] !== ref.$instanceValues$.get(memberName)) {
|
|
1068
|
+
ref.$lazyInstance$[memberName] = newValue;
|
|
1069
|
+
}
|
|
1070
|
+
});
|
|
1071
|
+
}
|
|
1072
|
+
return;
|
|
1073
|
+
}
|
|
1074
|
+
const setterSetVal = () => {
|
|
1075
|
+
const currentValue = ref.$lazyInstance$[memberName];
|
|
1076
|
+
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1077
|
+
ref.$instanceValues$.set(memberName, currentValue);
|
|
1078
|
+
}
|
|
1079
|
+
ref.$lazyInstance$[memberName] = parsePropertyValue(newValue, memberFlags);
|
|
1080
|
+
setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
|
|
1081
|
+
};
|
|
1082
|
+
if (ref.$lazyInstance$) {
|
|
1083
|
+
setterSetVal();
|
|
1084
|
+
} else {
|
|
1085
|
+
ref.$onReadyPromise$.then(() => setterSetVal());
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1006
1089
|
});
|
|
1007
1090
|
}
|
|
1008
1091
|
});
|
|
@@ -1012,7 +1095,7 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1012
1095
|
plt.jmp(() => {
|
|
1013
1096
|
var _a2;
|
|
1014
1097
|
const propName = attrNameToPropName.get(attrName);
|
|
1015
|
-
if (this.hasOwnProperty(propName)) {
|
|
1098
|
+
if (this.hasOwnProperty(propName) && BUILD.lazyLoad) {
|
|
1016
1099
|
newValue = this[propName];
|
|
1017
1100
|
delete this[propName];
|
|
1018
1101
|
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && // cast type to number to avoid TS compiler issues
|
|
@@ -1032,7 +1115,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1032
1115
|
}
|
|
1033
1116
|
return;
|
|
1034
1117
|
}
|
|
1035
|
-
|
|
1118
|
+
const propDesc = Object.getOwnPropertyDescriptor(prototype, propName);
|
|
1119
|
+
newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
1120
|
+
if (newValue !== this[propName] && (!propDesc.get || !!propDesc.set)) {
|
|
1121
|
+
this[propName] = newValue;
|
|
1122
|
+
}
|
|
1036
1123
|
});
|
|
1037
1124
|
};
|
|
1038
1125
|
Cstr.observedAttributes = Array.from(
|
|
@@ -1061,7 +1148,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1061
1148
|
hostRef.$flags$ |= 32 /* hasInitializedComponent */;
|
|
1062
1149
|
const bundleId = cmpMeta.$lazyBundleId$;
|
|
1063
1150
|
if (bundleId) {
|
|
1064
|
-
const CstrImport = loadModule(cmpMeta);
|
|
1151
|
+
const CstrImport = loadModule(cmpMeta, hostRef);
|
|
1065
1152
|
if (CstrImport && "then" in CstrImport) {
|
|
1066
1153
|
const endLoad = uniqueTime();
|
|
1067
1154
|
Cstr = await CstrImport;
|
|
@@ -1086,7 +1173,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1086
1173
|
try {
|
|
1087
1174
|
new Cstr(hostRef);
|
|
1088
1175
|
} catch (e) {
|
|
1089
|
-
consoleError(e);
|
|
1176
|
+
consoleError(e, elm);
|
|
1090
1177
|
}
|
|
1091
1178
|
{
|
|
1092
1179
|
hostRef.$flags$ &= ~8 /* isConstructingInstance */;
|
|
@@ -1095,7 +1182,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1095
1182
|
hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
1096
1183
|
}
|
|
1097
1184
|
endNewInstance();
|
|
1098
|
-
fireConnectedCallback(hostRef.$lazyInstance
|
|
1185
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1099
1186
|
} else {
|
|
1100
1187
|
Cstr = elm.constructor;
|
|
1101
1188
|
const cmpTag = elm.localName;
|
|
@@ -1122,9 +1209,9 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1122
1209
|
schedule();
|
|
1123
1210
|
}
|
|
1124
1211
|
};
|
|
1125
|
-
var fireConnectedCallback = (instance) => {
|
|
1212
|
+
var fireConnectedCallback = (instance, elm) => {
|
|
1126
1213
|
{
|
|
1127
|
-
safeCall(instance, "connectedCallback");
|
|
1214
|
+
safeCall(instance, "connectedCallback", void 0, elm);
|
|
1128
1215
|
}
|
|
1129
1216
|
};
|
|
1130
1217
|
|
|
@@ -1160,17 +1247,17 @@ var connectedCallback = (elm) => {
|
|
|
1160
1247
|
} else {
|
|
1161
1248
|
addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
|
|
1162
1249
|
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1163
|
-
fireConnectedCallback(hostRef.$lazyInstance
|
|
1250
|
+
fireConnectedCallback(hostRef.$lazyInstance$, elm);
|
|
1164
1251
|
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1165
|
-
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance
|
|
1252
|
+
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$, elm));
|
|
1166
1253
|
}
|
|
1167
1254
|
}
|
|
1168
1255
|
endConnected();
|
|
1169
1256
|
}
|
|
1170
1257
|
};
|
|
1171
|
-
var disconnectInstance = (instance) => {
|
|
1258
|
+
var disconnectInstance = (instance, elm) => {
|
|
1172
1259
|
{
|
|
1173
|
-
safeCall(instance, "disconnectedCallback");
|
|
1260
|
+
safeCall(instance, "disconnectedCallback", void 0, elm || instance);
|
|
1174
1261
|
}
|
|
1175
1262
|
};
|
|
1176
1263
|
var disconnectedCallback = async (elm) => {
|
|
@@ -1183,11 +1270,17 @@ var disconnectedCallback = async (elm) => {
|
|
|
1183
1270
|
}
|
|
1184
1271
|
}
|
|
1185
1272
|
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1186
|
-
disconnectInstance(hostRef.$lazyInstance
|
|
1273
|
+
disconnectInstance(hostRef.$lazyInstance$, elm);
|
|
1187
1274
|
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1188
|
-
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance
|
|
1275
|
+
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$, elm));
|
|
1189
1276
|
}
|
|
1190
1277
|
}
|
|
1278
|
+
if (rootAppliedStyles.has(elm)) {
|
|
1279
|
+
rootAppliedStyles.delete(elm);
|
|
1280
|
+
}
|
|
1281
|
+
if (elm.shadowRoot && rootAppliedStyles.has(elm.shadowRoot)) {
|
|
1282
|
+
rootAppliedStyles.delete(elm.shadowRoot);
|
|
1283
|
+
}
|
|
1191
1284
|
};
|
|
1192
1285
|
|
|
1193
1286
|
// src/runtime/bootstrap-lazy.ts
|
|
@@ -1272,6 +1365,17 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1272
1365
|
}
|
|
1273
1366
|
disconnectedCallback() {
|
|
1274
1367
|
plt.jmp(() => disconnectedCallback(this));
|
|
1368
|
+
plt.raf(() => {
|
|
1369
|
+
var _a3;
|
|
1370
|
+
const hostRef = getHostRef(this);
|
|
1371
|
+
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
1372
|
+
if (i2 > -1) {
|
|
1373
|
+
deferredConnectedCallbacks.splice(i2, 1);
|
|
1374
|
+
}
|
|
1375
|
+
if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
|
|
1376
|
+
delete hostRef.$vnode$.$elm$;
|
|
1377
|
+
}
|
|
1378
|
+
});
|
|
1275
1379
|
}
|
|
1276
1380
|
componentOnReady() {
|
|
1277
1381
|
return getHostRef(this).$onReadyPromise$;
|
|
@@ -1335,7 +1439,7 @@ var hostListenerProxy = (hostRef, methodName) => (ev) => {
|
|
|
1335
1439
|
}
|
|
1336
1440
|
}
|
|
1337
1441
|
} catch (e) {
|
|
1338
|
-
consoleError(e);
|
|
1442
|
+
consoleError(e, hostRef.$hostElement$);
|
|
1339
1443
|
}
|
|
1340
1444
|
};
|
|
1341
1445
|
var getHostListenerTarget = (elm, flags) => {
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-c77bea42.js');
|
|
6
6
|
const appGlobals = require('./app-globals-3a1e7e63.js');
|
|
7
7
|
|
|
8
8
|
const defineCustomElements = async (win, options) => {
|
|
9
9
|
if (typeof window === 'undefined') return undefined;
|
|
10
10
|
await appGlobals.globalScripts();
|
|
11
|
-
return index.bootstrapLazy([["helper-accordion_14.cjs",[[1,"lottery-game-page",{"endpoint":[513],"endpointTicket":[513,"endpoint-ticket"],"gameId":[513,"game-id"],"playerId":[514,"player-id"],"sessionId":[513,"session-id"],"language":[513],"backgroundUrl":[513,"background-url"],"clientStyling":[513,"client-styling"],"clientStylingurl":[513,"client-stylingurl"],"translationUrl":[513,"translation-url"],"clientStylingUrlContent":[32],"tickets":[32],"mainTickets":[32],"secondaryTickets":[32],"tabIndex":[32],"hasErrors":[32],"totalAmount":[32],"successVisible":[32],"daysRemaining":[32],"hoursRemaining":[32],"minutesRemaining":[32],"secondsRemaining":[32],"nextDate":[32],"isLoggedIn":[32],"loginModalVisible":[32],"limitStylingAppends":[32],"isLoading":[32],"showSubmitError":[32],"submitError":[32],"showApiError":[32],"apiError":[32],"translationData":[32]},[[0,"ticketCompleted","gridFilledHandler"],[0,"gridDirty","gridDirtyHandler"],[0,"modalCloseEvent","modalCloseEvent"],[0,"stakeChange","stakeChangeHandler"],[0,"multiplierChange","multiplierChangeHandler"],[0,"drawMultiplierChange","drawMultiplierChangeHandler"],[0,"lineMultiplierChange","lineMultiplierChangeHandler"],[0,"betTypeChange","betTypeChangeHandler"]],{"translationUrl":["handleNewTranslations"]}],[1,"lottery-draw-results-history",{"endpoint":[513],"gameId":[513,"game-id"],"language":[513],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"translationUrl":[520,"translation-url"],"drawData":[32],"winningDataSetsData":[32],"dateFiltersFrom":[32],"dateFiltersTo":[32],"isLoading":[32],"noResults":[32],"limitStylingAppends":[32],"activeIndex":[32],"totalResults":[32],"limit":[32],"offset":[32]},[[0,"filterSelection","filtersHandler"],[0,"filterSelectionReset","clearFiltersHandler"],[0,"hpPageChange","hpPageChange"]]],[1,"lottery-ticket-controller",{"endpoint":[513],"ticketId":[514,"ticket-id"],"ticketDescription":[513,"ticket-description"],"gameId":[513,"game-id"],"postMessage":[516,"post-message"],"eventName":[513,"event-name"],"collapsed":[516],"numberOfGrids":[514,"number-of-grids"],"last":[516],"language":[513],"autoPick":[516,"auto-pick"],"resetButton":[516,"reset-button"],"totalControllers":[514,"total-controllers"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"translationUrl":[520,"translation-url"],"limitStylingAppends":[32]},[[0,"helperAccordionAction","helperAccordionActionHandler"]]],[1,"lottery-game-details",{"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"lowNumber":[514,"low-number"],"highNumber":[514,"high-number"],"minimumAllowed":[514,"minimum-allowed"],"maxinumAllowed":[514,"maxinum-allowed"],"language":[513],"translationUrl":[520,"translation-url"],"limitStylingAppends":[32]}],[1,"lottery-draw-results",{"endpoint":[513],"gameId":[513,"game-id"],"language":[513],"playerId":[513,"player-id"],"drawMode":[516,"draw-mode"],"drawId":[513,"draw-id"],"gameName":[513,"game-name"],"ticketDate":[513,"ticket-date"],"ticketStatus":[513,"ticket-status"],"ticketId":[513,"ticket-id"],"ticketAmount":[513,"ticket-amount"],"ticketCurrency":[513,"ticket-currency"],"ticketMultiplier":[516,"ticket-multiplier"],"ticketMultiplierNum":[514,"ticket-multiplier-num"],"ticketDrawCount":[514,"ticket-draw-count"],"ticketNumbers":[513,"ticket-numbers"],"sessionId":[513,"session-id"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"ticketDrawData":[513,"ticket-draw-data"],"tabValue":[513,"tab-value"],"translationUrl":[520,"translation-url"],"multiplier":[32],"isLoading":[32],"hasErrors":[32],"errorText":[32],"ticketData":[32],"ticketDataLoaded":[32],"ticketDraws":[32],"toggleDrawer":[32],"limitStylingAppends":[32],"drawData":[32]}],[1,"lottery-ticket",{"endpoint":[513],"gameId":[513,"game-id"],"numberOfGrids":[514,"number-of-grids"],"multipleDraws":[516,"multiple-draws"],"ticketId":[514,"ticket-id"],"resetButton":[516,"reset-button"],"autoPick":[516,"auto-pick"],"language":[513],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"translationUrl":[520,"translation-url"],"isLoading":[32],"hasErrors":[32],"ticketDone":[32],"isCustomSelect":[32],"amountInfo":[32],"limitStylingAppends":[32],"stakeMultiplier":[32],"lineMultiplier":[32],"isCustomSelectStake":[32],"isCustomSelectDraw":[32],"isCustomSelectLine":[32],"drawMultiplier":[32],"secondarySelectionAllowed":[32],"partialQuickpickAvailable":[32],"boardsAllowed":[32],"tabIndex":[32],"groupType":[32],"playType":[32],"selectedPlayTypeId":[32],"maximumAllowed":[32],"numberRange":[32],"secondaryNumberRange":[32],"secondaryMaximumAllowed":[32],"minimumAllowed":[32],"secondaryMinimumAllowed":[32]},[[8,"click","checkForClickOutside"],[0,"gridFilled","gridFilledHandler"],[0,"gridClearAllEvent","handleGridClearAllEvent"]],{"lineMultiplier":["handleLineMultiplierChange"],"tabIndex":["handleTabIndexChange"]}],[1,"helper-filters",{"showFilterId":[516,"show-filter-id"],"activateTicketSearch":[516,"activate-ticket-search"],"gameId":[513,"game-id"],"playerId":[513,"player-id"],"session":[513],"postMessage":[516,"post-message"],"language":[513],"quickFiltersActive":[516,"quick-filters-active"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"translationUrl":[520,"translation-url"],"showFilterModal":[32],"showClearButton":[32],"filterData":[32],"filterDataReset":[32],"limitStylingAppends":[32]},[[0,"modalCloseEvent","modalCloseEvent"]]],[1,"helper-tabs",{"disabled":[516],"label":[513],"selected":[516],"cmsEndpoint":[513,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16],"clientStyling":[513,"client-styling"],"clientStylingurl":[513,"client-stylingurl"],"
|
|
11
|
+
return index.bootstrapLazy([["helper-accordion_14.cjs",[[1,"lottery-game-page",{"endpoint":[513],"endpointTicket":[513,"endpoint-ticket"],"gameId":[513,"game-id"],"playerId":[514,"player-id"],"sessionId":[513,"session-id"],"language":[513],"backgroundUrl":[513,"background-url"],"clientStyling":[513,"client-styling"],"clientStylingurl":[513,"client-stylingurl"],"translationUrl":[513,"translation-url"],"clientStylingUrlContent":[32],"tickets":[32],"mainTickets":[32],"secondaryTickets":[32],"tabIndex":[32],"hasErrors":[32],"totalAmount":[32],"successVisible":[32],"daysRemaining":[32],"hoursRemaining":[32],"minutesRemaining":[32],"secondsRemaining":[32],"nextDate":[32],"isLoggedIn":[32],"loginModalVisible":[32],"limitStylingAppends":[32],"isLoading":[32],"showSubmitError":[32],"submitError":[32],"showApiError":[32],"apiError":[32],"translationData":[32]},[[0,"ticketCompleted","gridFilledHandler"],[0,"gridDirty","gridDirtyHandler"],[0,"modalCloseEvent","modalCloseEvent"],[0,"stakeChange","stakeChangeHandler"],[0,"multiplierChange","multiplierChangeHandler"],[0,"drawMultiplierChange","drawMultiplierChangeHandler"],[0,"lineMultiplierChange","lineMultiplierChangeHandler"],[0,"betTypeChange","betTypeChangeHandler"]],{"translationUrl":["handleNewTranslations"]}],[1,"lottery-draw-results-history",{"endpoint":[513],"gameId":[513,"game-id"],"language":[513],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"translationUrl":[520,"translation-url"],"drawData":[32],"winningDataSetsData":[32],"dateFiltersFrom":[32],"dateFiltersTo":[32],"isLoading":[32],"noResults":[32],"limitStylingAppends":[32],"activeIndex":[32],"totalResults":[32],"limit":[32],"offset":[32]},[[0,"filterSelection","filtersHandler"],[0,"filterSelectionReset","clearFiltersHandler"],[0,"hpPageChange","hpPageChange"]]],[1,"lottery-ticket-controller",{"endpoint":[513],"ticketId":[514,"ticket-id"],"ticketDescription":[513,"ticket-description"],"gameId":[513,"game-id"],"postMessage":[516,"post-message"],"eventName":[513,"event-name"],"collapsed":[516],"numberOfGrids":[514,"number-of-grids"],"last":[516],"language":[513],"autoPick":[516,"auto-pick"],"resetButton":[516,"reset-button"],"totalControllers":[514,"total-controllers"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"translationUrl":[520,"translation-url"],"limitStylingAppends":[32]},[[0,"helperAccordionAction","helperAccordionActionHandler"]]],[1,"lottery-game-details",{"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"lowNumber":[514,"low-number"],"highNumber":[514,"high-number"],"minimumAllowed":[514,"minimum-allowed"],"maxinumAllowed":[514,"maxinum-allowed"],"language":[513],"translationUrl":[520,"translation-url"],"limitStylingAppends":[32]}],[1,"lottery-draw-results",{"endpoint":[513],"gameId":[513,"game-id"],"language":[513],"playerId":[513,"player-id"],"drawMode":[516,"draw-mode"],"drawId":[513,"draw-id"],"gameName":[513,"game-name"],"ticketDate":[513,"ticket-date"],"ticketStatus":[513,"ticket-status"],"ticketId":[513,"ticket-id"],"ticketAmount":[513,"ticket-amount"],"ticketCurrency":[513,"ticket-currency"],"ticketMultiplier":[516,"ticket-multiplier"],"ticketMultiplierNum":[514,"ticket-multiplier-num"],"ticketDrawCount":[514,"ticket-draw-count"],"ticketNumbers":[513,"ticket-numbers"],"sessionId":[513,"session-id"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"ticketDrawData":[513,"ticket-draw-data"],"tabValue":[513,"tab-value"],"translationUrl":[520,"translation-url"],"multiplier":[32],"isLoading":[32],"hasErrors":[32],"errorText":[32],"ticketData":[32],"ticketDataLoaded":[32],"ticketDraws":[32],"toggleDrawer":[32],"limitStylingAppends":[32],"drawData":[32]}],[1,"lottery-ticket",{"endpoint":[513],"gameId":[513,"game-id"],"numberOfGrids":[514,"number-of-grids"],"multipleDraws":[516,"multiple-draws"],"ticketId":[514,"ticket-id"],"resetButton":[516,"reset-button"],"autoPick":[516,"auto-pick"],"language":[513],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"translationUrl":[520,"translation-url"],"isLoading":[32],"hasErrors":[32],"ticketDone":[32],"isCustomSelect":[32],"amountInfo":[32],"limitStylingAppends":[32],"stakeMultiplier":[32],"lineMultiplier":[32],"isCustomSelectStake":[32],"isCustomSelectDraw":[32],"isCustomSelectLine":[32],"drawMultiplier":[32],"secondarySelectionAllowed":[32],"partialQuickpickAvailable":[32],"boardsAllowed":[32],"tabIndex":[32],"groupType":[32],"playType":[32],"selectedPlayTypeId":[32],"maximumAllowed":[32],"numberRange":[32],"secondaryNumberRange":[32],"secondaryMaximumAllowed":[32],"minimumAllowed":[32],"secondaryMinimumAllowed":[32]},[[8,"click","checkForClickOutside"],[0,"gridFilled","gridFilledHandler"],[0,"gridClearAllEvent","handleGridClearAllEvent"]],{"lineMultiplier":["handleLineMultiplierChange"],"tabIndex":["handleTabIndexChange"]}],[1,"helper-filters",{"showFilterId":[516,"show-filter-id"],"activateTicketSearch":[516,"activate-ticket-search"],"gameId":[513,"game-id"],"playerId":[513,"player-id"],"session":[513],"postMessage":[516,"post-message"],"language":[513],"quickFiltersActive":[516,"quick-filters-active"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"translationUrl":[520,"translation-url"],"showFilterModal":[32],"showClearButton":[32],"filterData":[32],"filterDataReset":[32],"limitStylingAppends":[32]},[[0,"modalCloseEvent","modalCloseEvent"]]],[1,"helper-tabs",{"disabled":[516],"label":[513],"selected":[516],"cmsEndpoint":[513,"cms-endpoint"],"selectedIndex":[1538,"selected-index"],"tabs":[16],"clientStyling":[513,"client-styling"],"mbSource":[1,"mb-source"],"clientStylingurl":[513,"client-stylingurl"],"clientStylingUrl":[513,"client-styling-url"],"lowNumber":[514,"low-number"],"highNumber":[514,"high-number"],"minimumAllowed":[514,"minimum-allowed"],"maxinumAllowed":[514,"maxinum-allowed"],"language":[513],"translationUrl":[520,"translation-url"]},null,{"clientStyling":["handleClientStylingChange"],"clientStylingUrl":["handleClientStylingChangeURL"]}],[1,"lottery-pagination",{"nextPage":[1540,"next-page"],"prevPage":[1540,"prev-page"],"offset":[1538],"limit":[1538],"total":[1538],"language":[1537],"clientStyling":[1537,"client-styling"],"clientStylingUrlContent":[1537,"client-styling-url-content"],"arrowsActive":[1540,"arrows-active"],"secondaryArrowsActive":[1540,"secondary-arrows-active"],"numberedNavActive":[1540,"numbered-nav-active"],"isReset":[1540,"is-reset"],"translationUrl":[520,"translation-url"],"offsetInt":[32],"lastPage":[32],"previousPage":[32],"limitInt":[32],"totalInt":[32],"pagesArray":[32],"endInt":[32],"limitStylingAppends":[32]}],[1,"helper-accordion",{"ticketHistoryFlag":[516,"ticket-history-flag"],"headerTitle":[513,"header-title"],"headerSubtitle":[513,"header-subtitle"],"description":[513],"footer":[516],"deleteTab":[516,"delete-tab"],"postMessage":[516,"post-message"],"eventName":[513,"event-name"],"collapsed":[516],"language":[513],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"translationUrl":[520,"translation-url"],"showContent":[32],"limitStylingAppends":[32]}],[1,"helper-modal",{"titleModal":[513,"title-modal"],"visible":[1540],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[514,"selected-index"],"cmsEndpoint":[513,"cms-endpoint"],"mbSource":[1,"mb-source"],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"lowNumber":[514,"low-number"],"highNumber":[514,"high-number"],"minimumAllowed":[514,"minimum-allowed"],"maxinumAllowed":[514,"maxinum-allowed"],"language":[513],"translationUrl":[520,"translation-url"],"tabContent":[32]},null,{"clientStyling":["handleClientStylingChange"],"clientStylingUrl":["handleClientStylingChangeURL"]}],[1,"lottery-grid",{"ticketId":[514,"ticket-id"],"totalNumbers":[514,"total-numbers"],"gameId":[513,"game-id"],"maximumAllowed":[514,"maximum-allowed"],"minimumAllowed":[514,"minimum-allowed"],"numberRange":[513,"number-range"],"selectable":[516],"selectedNumbers":[513,"selected-numbers"],"secondaryNumbers":[513,"secondary-numbers"],"displaySelected":[516,"display-selected"],"language":[513],"gridIndex":[514,"grid-index"],"gridType":[513,"grid-type"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"highNumber":[514,"high-number"],"lowNumber":[514,"low-number"],"selectionType":[513,"selection-type"],"partialQuickpickAvailable":[516,"partial-quickpick-available"],"numbers":[32],"bonusNumbers":[32],"limitStylingAppends":[32]},[[0,"lotteryBulletSelection","lotteryBulletSelectionHandler"],[4,"resetSelection","resetSelectionHandler"],[4,"autoSelection","autoSelectionHandler"]]],[1,"lottery-bullet",{"value":[513],"selectable":[516],"isSelected":[516,"is-selected"],"isBonus":[516,"is-bonus"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}]]]], options);
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports.setNonce = index.setNonce;
|