@everymatrix/lottery-game-page 1.56.0 → 1.56.2
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 +382 -770
- package/dist/cjs/{index-c77bea42.js → index-bc91a30a.js} +77 -212
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/lottery-game-page.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +2 -2
- package/dist/collection/components/lottery-game-page/lottery-game-page.js +32 -52
- package/dist/esm/helper-accordion_14.entry.js +382 -770
- package/dist/esm/{index-13ed46b6.js → index-1df2d78b.js} +77 -212
- package/dist/esm/loader.js +2 -2
- package/dist/esm/lottery-game-page.js +3 -3
- package/dist/lottery-game-page/lottery-game-page.esm.js +1 -1
- package/dist/lottery-game-page/p-486d5a35.js +2 -0
- package/dist/lottery-game-page/{p-f348243b.entry.js → p-9a6c64e8.entry.js} +166 -168
- package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/lottery-game-page/.stencil/packages/stencil/lottery-game-page/stencil.config.d.ts +2 -0
- 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 +2 -0
- package/dist/types/stencil-public-runtime.d.ts +0 -6
- package/package.json +1 -1
- package/dist/lottery-game-page/p-07f9838b.js +0 -2
- 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 +0 -2
- 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 +0 -2
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/lottery-game-page/.stencil/tools/plugins/index.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/lottery-game-page/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/lottery-game-page/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
- /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/lottery-game-page/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
|
@@ -1,21 +1,17 @@
|
|
|
1
1
|
const NAMESPACE = 'lottery-game-page';
|
|
2
|
-
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,
|
|
2
|
+
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, 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 };
|
|
3
3
|
|
|
4
4
|
/*
|
|
5
|
-
Stencil Client Platform v4.
|
|
5
|
+
Stencil Client Platform v4.19.2 | MIT Licensed | https://stenciljs.com
|
|
6
6
|
*/
|
|
7
7
|
var __defProp = Object.defineProperty;
|
|
8
8
|
var __export = (target, all) => {
|
|
9
9
|
for (var name in all)
|
|
10
10
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
11
|
};
|
|
12
|
-
|
|
13
|
-
// src/client/client-host-ref.ts
|
|
14
12
|
var hostRefs = /* @__PURE__ */ new WeakMap();
|
|
15
13
|
var getHostRef = (ref) => hostRefs.get(ref);
|
|
16
|
-
var registerInstance = (lazyInstance, hostRef) =>
|
|
17
|
-
hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
|
|
18
|
-
};
|
|
14
|
+
var registerInstance = (lazyInstance, hostRef) => hostRefs.set(hostRef.$lazyInstance$ = lazyInstance, hostRef);
|
|
19
15
|
var registerHost = (hostElement, cmpMeta) => {
|
|
20
16
|
const hostRef = {
|
|
21
17
|
$flags$: 0,
|
|
@@ -28,8 +24,7 @@ var registerHost = (hostElement, cmpMeta) => {
|
|
|
28
24
|
hostElement["s-p"] = [];
|
|
29
25
|
hostElement["s-rc"] = [];
|
|
30
26
|
}
|
|
31
|
-
|
|
32
|
-
return ref;
|
|
27
|
+
return hostRefs.set(hostElement, hostRef);
|
|
33
28
|
};
|
|
34
29
|
var isMemberInElement = (elm, memberName) => memberName in elm;
|
|
35
30
|
var consoleError = (e, el) => (0, console.error)(e, el);
|
|
@@ -66,22 +61,16 @@ var loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
66
61
|
/* webpackExclude: /\.system\.entry\.js$/ */
|
|
67
62
|
/* webpackMode: "lazy" */
|
|
68
63
|
`./${bundleId}.entry.js${""}`
|
|
69
|
-
).then(
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
cmpModules.set(bundleId, importedModule);
|
|
73
|
-
}
|
|
74
|
-
return importedModule[exportName];
|
|
75
|
-
},
|
|
76
|
-
(e) => {
|
|
77
|
-
consoleError(e, hostRef.$hostElement$);
|
|
64
|
+
).then((importedModule) => {
|
|
65
|
+
{
|
|
66
|
+
cmpModules.set(bundleId, importedModule);
|
|
78
67
|
}
|
|
79
|
-
|
|
68
|
+
return importedModule[exportName];
|
|
69
|
+
}, consoleError);
|
|
80
70
|
};
|
|
81
71
|
|
|
82
72
|
// src/client/client-style.ts
|
|
83
73
|
var styles = /* @__PURE__ */ new Map();
|
|
84
|
-
var HYDRATED_STYLE_ID = "sty-id";
|
|
85
74
|
var HYDRATED_CSS = "{visibility:hidden}.hydrated{visibility:inherit}";
|
|
86
75
|
var SLOT_FB_CSS = "slot-fb{display:contents}slot-fb[hidden]{display:none}";
|
|
87
76
|
var win = typeof window !== "undefined" ? window : {};
|
|
@@ -161,6 +150,12 @@ var getAssetPath = (path) => {
|
|
|
161
150
|
const assetUrl = new URL(path, plt.$resourcesUrl$);
|
|
162
151
|
return assetUrl.origin !== win.location.origin ? assetUrl.href : assetUrl.pathname;
|
|
163
152
|
};
|
|
153
|
+
|
|
154
|
+
// src/utils/constants.ts
|
|
155
|
+
var EMPTY_OBJ = {};
|
|
156
|
+
|
|
157
|
+
// src/utils/helpers.ts
|
|
158
|
+
var isDef = (v) => v != null;
|
|
164
159
|
var isComplexType = (o) => {
|
|
165
160
|
o = typeof o;
|
|
166
161
|
return o === "object" || o === "function";
|
|
@@ -364,40 +359,13 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
364
359
|
}
|
|
365
360
|
if (!appliedStyles.has(scopeId2)) {
|
|
366
361
|
{
|
|
367
|
-
styleElm =
|
|
362
|
+
styleElm = doc.createElement("style");
|
|
368
363
|
styleElm.innerHTML = style;
|
|
369
364
|
const nonce = (_a = plt.$nonce$) != null ? _a : queryNonceMetaTagContent(doc);
|
|
370
365
|
if (nonce != null) {
|
|
371
366
|
styleElm.setAttribute("nonce", nonce);
|
|
372
367
|
}
|
|
373
|
-
|
|
374
|
-
if (styleContainerNode.nodeName === "HEAD") {
|
|
375
|
-
const preconnectLinks = styleContainerNode.querySelectorAll("link[rel=preconnect]");
|
|
376
|
-
const referenceNode2 = preconnectLinks.length > 0 ? preconnectLinks[preconnectLinks.length - 1].nextSibling : styleContainerNode.querySelector("style");
|
|
377
|
-
styleContainerNode.insertBefore(
|
|
378
|
-
styleElm,
|
|
379
|
-
(referenceNode2 == null ? void 0 : referenceNode2.parentNode) === styleContainerNode ? referenceNode2 : null
|
|
380
|
-
);
|
|
381
|
-
} else if ("host" in styleContainerNode) {
|
|
382
|
-
if (supportsConstructableStylesheets) {
|
|
383
|
-
const stylesheet = new CSSStyleSheet();
|
|
384
|
-
stylesheet.replaceSync(style);
|
|
385
|
-
styleContainerNode.adoptedStyleSheets = [stylesheet, ...styleContainerNode.adoptedStyleSheets];
|
|
386
|
-
} else {
|
|
387
|
-
const existingStyleContainer = styleContainerNode.querySelector("style");
|
|
388
|
-
if (existingStyleContainer) {
|
|
389
|
-
existingStyleContainer.innerHTML = style + existingStyleContainer.innerHTML;
|
|
390
|
-
} else {
|
|
391
|
-
styleContainerNode.prepend(styleElm);
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
} else {
|
|
395
|
-
styleContainerNode.append(styleElm);
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
|
399
|
-
styleContainerNode.insertBefore(styleElm, null);
|
|
400
|
-
}
|
|
368
|
+
styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector("link"));
|
|
401
369
|
}
|
|
402
370
|
if (cmpMeta.$flags$ & 4 /* hasSlotRelocation */) {
|
|
403
371
|
styleElm.innerHTML += SLOT_FB_CSS;
|
|
@@ -420,25 +388,23 @@ var attachStyles = (hostRef) => {
|
|
|
420
388
|
const scopeId2 = addStyle(
|
|
421
389
|
elm.shadowRoot ? elm.shadowRoot : elm.getRootNode(),
|
|
422
390
|
cmpMeta);
|
|
423
|
-
if (
|
|
391
|
+
if (flags & 10 /* needsScopedEncapsulation */) {
|
|
424
392
|
elm["s-sc"] = scopeId2;
|
|
425
393
|
elm.classList.add(scopeId2 + "-h");
|
|
426
394
|
}
|
|
427
395
|
endAttachStyles();
|
|
428
396
|
};
|
|
429
397
|
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
|
430
|
-
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags
|
|
398
|
+
var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
431
399
|
if (oldValue !== newValue) {
|
|
432
400
|
let isProp = isMemberInElement(elm, memberName);
|
|
433
401
|
let ln = memberName.toLowerCase();
|
|
434
402
|
if (memberName === "class") {
|
|
435
403
|
const classList = elm.classList;
|
|
436
404
|
const oldClasses = parseClassList(oldValue);
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
|
441
|
-
}
|
|
405
|
+
const newClasses = parseClassList(newValue);
|
|
406
|
+
classList.remove(...oldClasses.filter((c) => c && !newClasses.includes(c)));
|
|
407
|
+
classList.add(...newClasses.filter((c) => c && !oldClasses.includes(c)));
|
|
442
408
|
} else if (memberName === "style") {
|
|
443
409
|
{
|
|
444
410
|
for (const prop in oldValue) {
|
|
@@ -491,13 +457,9 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRen
|
|
|
491
457
|
if (memberName === "list") {
|
|
492
458
|
isProp = false;
|
|
493
459
|
} else if (oldValue == null || elm[memberName] != n) {
|
|
494
|
-
|
|
495
|
-
elm[memberName] = n;
|
|
496
|
-
} else {
|
|
497
|
-
elm.setAttribute(memberName, n);
|
|
498
|
-
}
|
|
460
|
+
elm[memberName] = n;
|
|
499
461
|
}
|
|
500
|
-
} else
|
|
462
|
+
} else {
|
|
501
463
|
elm[memberName] = newValue;
|
|
502
464
|
}
|
|
503
465
|
} catch (e) {
|
|
@@ -519,44 +481,24 @@ var setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags, initialRen
|
|
|
519
481
|
}
|
|
520
482
|
};
|
|
521
483
|
var parseClassListRegex = /\s/;
|
|
522
|
-
var parseClassList = (value) =>
|
|
523
|
-
if (typeof value === "object" && value && "baseVal" in value) {
|
|
524
|
-
value = value.baseVal;
|
|
525
|
-
}
|
|
526
|
-
if (!value || typeof value !== "string") {
|
|
527
|
-
return [];
|
|
528
|
-
}
|
|
529
|
-
return value.split(parseClassListRegex);
|
|
530
|
-
};
|
|
484
|
+
var parseClassList = (value) => !value ? [] : value.split(parseClassListRegex);
|
|
531
485
|
var CAPTURE_EVENT_SUFFIX = "Capture";
|
|
532
486
|
var CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + "$");
|
|
533
487
|
|
|
534
488
|
// src/runtime/vdom/update-element.ts
|
|
535
|
-
var updateElement = (oldVnode, newVnode, isSvgMode2
|
|
489
|
+
var updateElement = (oldVnode, newVnode, isSvgMode2) => {
|
|
536
490
|
const elm = newVnode.$elm$.nodeType === 11 /* DocumentFragment */ && newVnode.$elm$.host ? newVnode.$elm$.host : newVnode.$elm$;
|
|
537
|
-
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ ||
|
|
538
|
-
const newVnodeAttrs = newVnode.$attrs$ ||
|
|
491
|
+
const oldVnodeAttrs = oldVnode && oldVnode.$attrs$ || EMPTY_OBJ;
|
|
492
|
+
const newVnodeAttrs = newVnode.$attrs$ || EMPTY_OBJ;
|
|
539
493
|
{
|
|
540
494
|
for (const memberName of sortedAttrNames(Object.keys(oldVnodeAttrs))) {
|
|
541
495
|
if (!(memberName in newVnodeAttrs)) {
|
|
542
|
-
setAccessor(
|
|
543
|
-
elm,
|
|
544
|
-
memberName,
|
|
545
|
-
oldVnodeAttrs[memberName],
|
|
546
|
-
void 0,
|
|
547
|
-
isSvgMode2,
|
|
548
|
-
newVnode.$flags$);
|
|
496
|
+
setAccessor(elm, memberName, oldVnodeAttrs[memberName], void 0, isSvgMode2, newVnode.$flags$);
|
|
549
497
|
}
|
|
550
498
|
}
|
|
551
499
|
}
|
|
552
500
|
for (const memberName of sortedAttrNames(Object.keys(newVnodeAttrs))) {
|
|
553
|
-
setAccessor(
|
|
554
|
-
elm,
|
|
555
|
-
memberName,
|
|
556
|
-
oldVnodeAttrs[memberName],
|
|
557
|
-
newVnodeAttrs[memberName],
|
|
558
|
-
isSvgMode2,
|
|
559
|
-
newVnode.$flags$);
|
|
501
|
+
setAccessor(elm, memberName, oldVnodeAttrs[memberName], newVnodeAttrs[memberName], isSvgMode2, newVnode.$flags$);
|
|
560
502
|
}
|
|
561
503
|
};
|
|
562
504
|
function sortedAttrNames(attrNames) {
|
|
@@ -568,10 +510,13 @@ function sortedAttrNames(attrNames) {
|
|
|
568
510
|
attrNames
|
|
569
511
|
);
|
|
570
512
|
}
|
|
513
|
+
|
|
514
|
+
// src/runtime/vdom/vdom-render.ts
|
|
515
|
+
var scopeId;
|
|
571
516
|
var hostTagName;
|
|
572
517
|
var useNativeShadowDom = false;
|
|
573
518
|
var isSvgMode = false;
|
|
574
|
-
var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
519
|
+
var createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
|
|
575
520
|
const newVNode2 = newParentVNode.$children$[childIndex];
|
|
576
521
|
let i2 = 0;
|
|
577
522
|
let elm;
|
|
@@ -585,6 +530,9 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
|
585
530
|
{
|
|
586
531
|
updateElement(null, newVNode2, isSvgMode);
|
|
587
532
|
}
|
|
533
|
+
if (isDef(scopeId) && elm["s-si"] !== scopeId) {
|
|
534
|
+
elm.classList.add(elm["s-si"] = scopeId);
|
|
535
|
+
}
|
|
588
536
|
if (newVNode2.$children$) {
|
|
589
537
|
for (i2 = 0; i2 < newVNode2.$children$.length; ++i2) {
|
|
590
538
|
childNode = createElm(oldParentVNode, newVNode2, i2);
|
|
@@ -714,9 +662,6 @@ var isSameVnode = (leftVNode, rightVNode, isInitialRender = false) => {
|
|
|
714
662
|
if (!isInitialRender) {
|
|
715
663
|
return leftVNode.$key$ === rightVNode.$key$;
|
|
716
664
|
}
|
|
717
|
-
if (isInitialRender && !leftVNode.$key$ && rightVNode.$key$) {
|
|
718
|
-
leftVNode.$key$ = rightVNode.$key$;
|
|
719
|
-
}
|
|
720
665
|
return true;
|
|
721
666
|
}
|
|
722
667
|
return false;
|
|
@@ -740,10 +685,7 @@ var patch = (oldVNode, newVNode2, isInitialRender = false) => {
|
|
|
740
685
|
elm.textContent = "";
|
|
741
686
|
}
|
|
742
687
|
addVnodes(elm, null, newVNode2, newChildren, 0, newChildren.length - 1);
|
|
743
|
-
} else if (
|
|
744
|
-
// don't do this on initial render as it can cause non-hydrated content to be removed
|
|
745
|
-
!isInitialRender && BUILD.updatable && oldChildren !== null
|
|
746
|
-
) {
|
|
688
|
+
} else if (oldChildren !== null) {
|
|
747
689
|
removeVnodes(oldChildren, 0, oldChildren.length - 1);
|
|
748
690
|
}
|
|
749
691
|
} else if (oldVNode.$text$ !== text) {
|
|
@@ -757,9 +699,8 @@ var nullifyVNodeRefs = (vNode) => {
|
|
|
757
699
|
}
|
|
758
700
|
};
|
|
759
701
|
var insertBefore = (parent, newNode, reference) => {
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
}
|
|
702
|
+
const inserted = parent == null ? void 0 : parent.insertBefore(newNode, reference);
|
|
703
|
+
return inserted;
|
|
763
704
|
};
|
|
764
705
|
var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
765
706
|
const hostElm = hostRef.$hostElement$;
|
|
@@ -784,21 +725,17 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
784
725
|
rootVnode.$flags$ |= 4 /* isHost */;
|
|
785
726
|
hostRef.$vnode$ = rootVnode;
|
|
786
727
|
rootVnode.$elm$ = oldVNode.$elm$ = hostElm.shadowRoot || hostElm ;
|
|
787
|
-
|
|
728
|
+
{
|
|
729
|
+
scopeId = hostElm["s-sc"];
|
|
730
|
+
}
|
|
731
|
+
useNativeShadowDom = (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) !== 0;
|
|
788
732
|
patch(oldVNode, rootVnode, isInitialLoad);
|
|
789
733
|
};
|
|
790
734
|
|
|
791
735
|
// src/runtime/update-component.ts
|
|
792
736
|
var attachToAncestor = (hostRef, ancestorComponent) => {
|
|
793
737
|
if (ancestorComponent && !hostRef.$onRenderResolve$ && ancestorComponent["s-p"]) {
|
|
794
|
-
|
|
795
|
-
new Promise(
|
|
796
|
-
(r) => hostRef.$onRenderResolve$ = () => {
|
|
797
|
-
ancestorComponent["s-p"].splice(index - 1, 1);
|
|
798
|
-
r();
|
|
799
|
-
}
|
|
800
|
-
)
|
|
801
|
-
);
|
|
738
|
+
ancestorComponent["s-p"].push(new Promise((r) => hostRef.$onRenderResolve$ = r));
|
|
802
739
|
}
|
|
803
740
|
};
|
|
804
741
|
var scheduleUpdate = (hostRef, isInitialLoad) => {
|
|
@@ -827,16 +764,16 @@ var dispatchHooks = (hostRef, isInitialLoad) => {
|
|
|
827
764
|
{
|
|
828
765
|
hostRef.$flags$ |= 256 /* isListenReady */;
|
|
829
766
|
if (hostRef.$queuedListeners$) {
|
|
830
|
-
hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event
|
|
767
|
+
hostRef.$queuedListeners$.map(([methodName, event]) => safeCall(instance, methodName, event));
|
|
831
768
|
hostRef.$queuedListeners$ = void 0;
|
|
832
769
|
}
|
|
833
770
|
}
|
|
834
771
|
{
|
|
835
|
-
maybePromise = safeCall(instance, "componentWillLoad"
|
|
772
|
+
maybePromise = safeCall(instance, "componentWillLoad");
|
|
836
773
|
}
|
|
837
774
|
}
|
|
838
775
|
{
|
|
839
|
-
maybePromise = enqueue(maybePromise, () => safeCall(instance, "componentWillRender"
|
|
776
|
+
maybePromise = enqueue(maybePromise, () => safeCall(instance, "componentWillRender"));
|
|
840
777
|
}
|
|
841
778
|
endSchedule();
|
|
842
779
|
return enqueue(maybePromise, () => updateComponent(hostRef, instance, isInitialLoad));
|
|
@@ -904,7 +841,7 @@ var postUpdateComponent = (hostRef) => {
|
|
|
904
841
|
const instance = hostRef.$lazyInstance$ ;
|
|
905
842
|
const ancestorComponent = hostRef.$ancestorComponent$;
|
|
906
843
|
{
|
|
907
|
-
safeCall(instance, "componentDidRender"
|
|
844
|
+
safeCall(instance, "componentDidRender");
|
|
908
845
|
}
|
|
909
846
|
if (!(hostRef.$flags$ & 64 /* hasLoadedComponent */)) {
|
|
910
847
|
hostRef.$flags$ |= 64 /* hasLoadedComponent */;
|
|
@@ -912,7 +849,7 @@ var postUpdateComponent = (hostRef) => {
|
|
|
912
849
|
addHydratedFlag(elm);
|
|
913
850
|
}
|
|
914
851
|
{
|
|
915
|
-
safeCall(instance, "componentDidLoad"
|
|
852
|
+
safeCall(instance, "componentDidLoad");
|
|
916
853
|
}
|
|
917
854
|
endPostUpdate();
|
|
918
855
|
{
|
|
@@ -936,14 +873,17 @@ var postUpdateComponent = (hostRef) => {
|
|
|
936
873
|
}
|
|
937
874
|
};
|
|
938
875
|
var appDidLoad = (who) => {
|
|
876
|
+
{
|
|
877
|
+
addHydratedFlag(doc.documentElement);
|
|
878
|
+
}
|
|
939
879
|
nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
|
|
940
880
|
};
|
|
941
|
-
var safeCall = (instance, method, arg
|
|
881
|
+
var safeCall = (instance, method, arg) => {
|
|
942
882
|
if (instance && instance[method]) {
|
|
943
883
|
try {
|
|
944
884
|
return instance[method](arg);
|
|
945
885
|
} catch (e) {
|
|
946
|
-
consoleError(e
|
|
886
|
+
consoleError(e);
|
|
947
887
|
}
|
|
948
888
|
}
|
|
949
889
|
return void 0;
|
|
@@ -1002,68 +942,15 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1002
942
|
const members = Object.entries((_a = cmpMeta.$members$) != null ? _a : {});
|
|
1003
943
|
members.map(([memberName, [memberFlags]]) => {
|
|
1004
944
|
if ((memberFlags & 31 /* Prop */ || (flags & 2 /* proxyState */) && memberFlags & 32 /* State */)) {
|
|
1005
|
-
const { get: origGetter, set: origSetter } = Object.getOwnPropertyDescriptor(prototype, memberName) || {};
|
|
1006
|
-
if (origGetter) cmpMeta.$members$[memberName][0] |= 2048 /* Getter */;
|
|
1007
|
-
if (origSetter) cmpMeta.$members$[memberName][0] |= 4096 /* Setter */;
|
|
1008
|
-
if (flags & 1 /* isElementConstructor */ || !origGetter) {
|
|
1009
|
-
Object.defineProperty(prototype, memberName, {
|
|
1010
|
-
get() {
|
|
1011
|
-
{
|
|
1012
|
-
if ((cmpMeta.$members$[memberName][0] & 2048 /* Getter */) === 0) {
|
|
1013
|
-
return getValue(this, memberName);
|
|
1014
|
-
}
|
|
1015
|
-
const ref = getHostRef(this);
|
|
1016
|
-
const instance = ref ? ref.$lazyInstance$ : prototype;
|
|
1017
|
-
if (!instance) return;
|
|
1018
|
-
return instance[memberName];
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
configurable: true,
|
|
1022
|
-
enumerable: true
|
|
1023
|
-
});
|
|
1024
|
-
}
|
|
1025
945
|
Object.defineProperty(prototype, memberName, {
|
|
946
|
+
get() {
|
|
947
|
+
return getValue(this, memberName);
|
|
948
|
+
},
|
|
1026
949
|
set(newValue) {
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
newValue = ref.$instanceValues$.get(memberName);
|
|
1032
|
-
} else if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1033
|
-
ref.$instanceValues$.set(memberName, currentValue);
|
|
1034
|
-
}
|
|
1035
|
-
origSetter.apply(this, [parsePropertyValue(newValue, memberFlags)]);
|
|
1036
|
-
newValue = memberFlags & 32 /* State */ ? this[memberName] : ref.$hostElement$[memberName];
|
|
1037
|
-
setValue(this, memberName, newValue, cmpMeta);
|
|
1038
|
-
return;
|
|
1039
|
-
}
|
|
1040
|
-
{
|
|
1041
|
-
if ((flags & 1 /* isElementConstructor */) === 0 || (cmpMeta.$members$[memberName][0] & 4096 /* Setter */) === 0) {
|
|
1042
|
-
setValue(this, memberName, newValue, cmpMeta);
|
|
1043
|
-
if (flags & 1 /* isElementConstructor */ && !ref.$lazyInstance$) {
|
|
1044
|
-
ref.$onReadyPromise$.then(() => {
|
|
1045
|
-
if (cmpMeta.$members$[memberName][0] & 4096 /* Setter */ && ref.$lazyInstance$[memberName] !== ref.$instanceValues$.get(memberName)) {
|
|
1046
|
-
ref.$lazyInstance$[memberName] = newValue;
|
|
1047
|
-
}
|
|
1048
|
-
});
|
|
1049
|
-
}
|
|
1050
|
-
return;
|
|
1051
|
-
}
|
|
1052
|
-
const setterSetVal = () => {
|
|
1053
|
-
const currentValue = ref.$lazyInstance$[memberName];
|
|
1054
|
-
if (!ref.$instanceValues$.get(memberName) && currentValue) {
|
|
1055
|
-
ref.$instanceValues$.set(memberName, currentValue);
|
|
1056
|
-
}
|
|
1057
|
-
ref.$lazyInstance$[memberName] = parsePropertyValue(newValue, memberFlags);
|
|
1058
|
-
setValue(this, memberName, ref.$lazyInstance$[memberName], cmpMeta);
|
|
1059
|
-
};
|
|
1060
|
-
if (ref.$lazyInstance$) {
|
|
1061
|
-
setterSetVal();
|
|
1062
|
-
} else {
|
|
1063
|
-
ref.$onReadyPromise$.then(() => setterSetVal());
|
|
1064
|
-
}
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
950
|
+
setValue(this, memberName, newValue, cmpMeta);
|
|
951
|
+
},
|
|
952
|
+
configurable: true,
|
|
953
|
+
enumerable: true
|
|
1067
954
|
});
|
|
1068
955
|
}
|
|
1069
956
|
});
|
|
@@ -1073,11 +960,10 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1073
960
|
plt.jmp(() => {
|
|
1074
961
|
var _a2;
|
|
1075
962
|
const propName = attrNameToPropName.get(attrName);
|
|
1076
|
-
if (this.hasOwnProperty(propName)
|
|
963
|
+
if (this.hasOwnProperty(propName)) {
|
|
1077
964
|
newValue = this[propName];
|
|
1078
965
|
delete this[propName];
|
|
1079
|
-
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" &&
|
|
1080
|
-
this[propName] == newValue) {
|
|
966
|
+
} else if (prototype.hasOwnProperty(propName) && typeof this[propName] === "number" && this[propName] == newValue) {
|
|
1081
967
|
return;
|
|
1082
968
|
} else if (propName == null) {
|
|
1083
969
|
const hostRef = getHostRef(this);
|
|
@@ -1093,11 +979,7 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1093
979
|
}
|
|
1094
980
|
return;
|
|
1095
981
|
}
|
|
1096
|
-
|
|
1097
|
-
newValue = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
1098
|
-
if (newValue !== this[propName] && (!propDesc.get || !!propDesc.set)) {
|
|
1099
|
-
this[propName] = newValue;
|
|
1100
|
-
}
|
|
982
|
+
this[propName] = newValue === null && typeof this[propName] === "boolean" ? false : newValue;
|
|
1101
983
|
});
|
|
1102
984
|
};
|
|
1103
985
|
Cstr.observedAttributes = Array.from(
|
|
@@ -1126,7 +1008,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1126
1008
|
hostRef.$flags$ |= 32 /* hasInitializedComponent */;
|
|
1127
1009
|
const bundleId = cmpMeta.$lazyBundleId$;
|
|
1128
1010
|
if (bundleId) {
|
|
1129
|
-
const CstrImport = loadModule(cmpMeta
|
|
1011
|
+
const CstrImport = loadModule(cmpMeta);
|
|
1130
1012
|
if (CstrImport && "then" in CstrImport) {
|
|
1131
1013
|
const endLoad = uniqueTime();
|
|
1132
1014
|
Cstr = await CstrImport;
|
|
@@ -1151,7 +1033,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1151
1033
|
try {
|
|
1152
1034
|
new Cstr(hostRef);
|
|
1153
1035
|
} catch (e) {
|
|
1154
|
-
consoleError(e
|
|
1036
|
+
consoleError(e);
|
|
1155
1037
|
}
|
|
1156
1038
|
{
|
|
1157
1039
|
hostRef.$flags$ &= ~8 /* isConstructingInstance */;
|
|
@@ -1160,7 +1042,7 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1160
1042
|
hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
1161
1043
|
}
|
|
1162
1044
|
endNewInstance();
|
|
1163
|
-
fireConnectedCallback(hostRef.$lazyInstance
|
|
1045
|
+
fireConnectedCallback(hostRef.$lazyInstance$);
|
|
1164
1046
|
} else {
|
|
1165
1047
|
Cstr = elm.constructor;
|
|
1166
1048
|
const cmpTag = elm.localName;
|
|
@@ -1187,9 +1069,9 @@ var initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId) => {
|
|
|
1187
1069
|
schedule();
|
|
1188
1070
|
}
|
|
1189
1071
|
};
|
|
1190
|
-
var fireConnectedCallback = (instance
|
|
1072
|
+
var fireConnectedCallback = (instance) => {
|
|
1191
1073
|
{
|
|
1192
|
-
safeCall(instance, "connectedCallback"
|
|
1074
|
+
safeCall(instance, "connectedCallback");
|
|
1193
1075
|
}
|
|
1194
1076
|
};
|
|
1195
1077
|
|
|
@@ -1225,17 +1107,17 @@ var connectedCallback = (elm) => {
|
|
|
1225
1107
|
} else {
|
|
1226
1108
|
addHostEventListeners(elm, hostRef, cmpMeta.$listeners$);
|
|
1227
1109
|
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1228
|
-
fireConnectedCallback(hostRef.$lazyInstance
|
|
1110
|
+
fireConnectedCallback(hostRef.$lazyInstance$);
|
|
1229
1111
|
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1230
|
-
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance
|
|
1112
|
+
hostRef.$onReadyPromise$.then(() => fireConnectedCallback(hostRef.$lazyInstance$));
|
|
1231
1113
|
}
|
|
1232
1114
|
}
|
|
1233
1115
|
endConnected();
|
|
1234
1116
|
}
|
|
1235
1117
|
};
|
|
1236
|
-
var disconnectInstance = (instance
|
|
1118
|
+
var disconnectInstance = (instance) => {
|
|
1237
1119
|
{
|
|
1238
|
-
safeCall(instance, "disconnectedCallback"
|
|
1120
|
+
safeCall(instance, "disconnectedCallback");
|
|
1239
1121
|
}
|
|
1240
1122
|
};
|
|
1241
1123
|
var disconnectedCallback = async (elm) => {
|
|
@@ -1248,17 +1130,11 @@ var disconnectedCallback = async (elm) => {
|
|
|
1248
1130
|
}
|
|
1249
1131
|
}
|
|
1250
1132
|
if (hostRef == null ? void 0 : hostRef.$lazyInstance$) {
|
|
1251
|
-
disconnectInstance(hostRef.$lazyInstance
|
|
1133
|
+
disconnectInstance(hostRef.$lazyInstance$);
|
|
1252
1134
|
} else if (hostRef == null ? void 0 : hostRef.$onReadyPromise$) {
|
|
1253
|
-
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance
|
|
1135
|
+
hostRef.$onReadyPromise$.then(() => disconnectInstance(hostRef.$lazyInstance$));
|
|
1254
1136
|
}
|
|
1255
1137
|
}
|
|
1256
|
-
if (rootAppliedStyles.has(elm)) {
|
|
1257
|
-
rootAppliedStyles.delete(elm);
|
|
1258
|
-
}
|
|
1259
|
-
if (elm.shadowRoot && rootAppliedStyles.has(elm.shadowRoot)) {
|
|
1260
|
-
rootAppliedStyles.delete(elm.shadowRoot);
|
|
1261
|
-
}
|
|
1262
1138
|
};
|
|
1263
1139
|
|
|
1264
1140
|
// src/runtime/bootstrap-lazy.ts
|
|
@@ -1343,17 +1219,6 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1343
1219
|
}
|
|
1344
1220
|
disconnectedCallback() {
|
|
1345
1221
|
plt.jmp(() => disconnectedCallback(this));
|
|
1346
|
-
plt.raf(() => {
|
|
1347
|
-
var _a3;
|
|
1348
|
-
const hostRef = getHostRef(this);
|
|
1349
|
-
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
1350
|
-
if (i2 > -1) {
|
|
1351
|
-
deferredConnectedCallbacks.splice(i2, 1);
|
|
1352
|
-
}
|
|
1353
|
-
if (((_a3 = hostRef == null ? void 0 : hostRef.$vnode$) == null ? void 0 : _a3.$elm$) instanceof Node && !hostRef.$vnode$.$elm$.isConnected) {
|
|
1354
|
-
delete hostRef.$vnode$.$elm$;
|
|
1355
|
-
}
|
|
1356
|
-
});
|
|
1357
1222
|
}
|
|
1358
1223
|
componentOnReady() {
|
|
1359
1224
|
return getHostRef(this).$onReadyPromise$;
|
|
@@ -1417,7 +1282,7 @@ var hostListenerProxy = (hostRef, methodName) => (ev) => {
|
|
|
1417
1282
|
}
|
|
1418
1283
|
}
|
|
1419
1284
|
} catch (e) {
|
|
1420
|
-
consoleError(e
|
|
1285
|
+
consoleError(e);
|
|
1421
1286
|
}
|
|
1422
1287
|
};
|
|
1423
1288
|
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-1df2d78b.js';
|
|
2
|
+
export { s as setNonce } from './index-1df2d78b.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-0f993ce5.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
@@ -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-1df2d78b.js';
|
|
2
|
+
export { s as setNonce } from './index-1df2d78b.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.19.2 | MIT Licensed | https://stenciljs.com
|
|
7
7
|
*/
|
|
8
8
|
var patchBrowser = () => {
|
|
9
9
|
const importMeta = import.meta.url;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-
|
|
1
|
+
import{p as e,b as t}from"./p-486d5a35.js";export{s as setNonce}from"./p-486d5a35.js";import{g as l}from"./p-e1255160.js";(()=>{const t=import.meta.url,l={};return""!==t&&(l.resourcesUrl=new URL(".",t).href),e(l)})().then((async e=>(await l(),t([["p-9a6c64e8",[[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]}]]]],e))));
|