@everymatrix/lottery-game-details 1.13.4 → 1.15.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/loader.cjs.js +1 -1
- package/dist/cjs/lottery-game-details.cjs.js +1 -1
- package/dist/collection/components/lottery-game-details/lottery-game-details.js +2 -2
- package/dist/components/helper-accordion2.js +12 -12
- package/dist/components/helper-tab2.js +4 -4
- package/dist/components/helper-tabs2.js +7 -7
- package/dist/components/lottery-game-details.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/lottery-game-details.js +1 -1
- package/dist/lottery-game-details/lottery-game-details.esm.js +1 -1
- package/dist/types/Users/adrian.pripon/Documents/Work/widgets-stencil/packages/lottery-game-details/.stencil/packages/lottery-game-details/stencil.config.d.ts +2 -0
- package/package.json +2 -2
- package/dist/types/Users/adrian.pripon/Documents/Work/stencil/widgets-stencil/packages/lottery-game-details/.stencil/packages/lottery-game-details/stencil.config.d.ts +0 -2
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -14,7 +14,7 @@ const patchEsm = () => {
|
|
|
14
14
|
const defineCustomElements = (win, options) => {
|
|
15
15
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
16
|
return patchEsm().then(() => {
|
|
17
|
-
return index.bootstrapLazy([["helper-accordion_4.cjs",[[1,"lottery-game-details",{"clientStyling":[
|
|
17
|
+
return index.bootstrapLazy([["helper-accordion_4.cjs",[[1,"lottery-game-details",{"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}],[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"],"clientStylingUrlContent":[513,"client-styling-url-content"],"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"],"showContent":[32],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[514,"selected-index"],"cmsEndpoint":[513,"cms-endpoint"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -15,5 +15,5 @@ const patchBrowser = () => {
|
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
patchBrowser().then(options => {
|
|
18
|
-
return index.bootstrapLazy([["helper-accordion_4.cjs",[[1,"lottery-game-details",{"clientStyling":[
|
|
18
|
+
return index.bootstrapLazy([["helper-accordion_4.cjs",[[1,"lottery-game-details",{"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}],[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"],"clientStylingUrlContent":[513,"client-styling-url-content"],"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"],"showContent":[32],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[514,"selected-index"],"cmsEndpoint":[513,"cms-endpoint"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
|
|
19
19
|
});
|
|
@@ -66,7 +66,7 @@ export class LotteryGameDetails {
|
|
|
66
66
|
"text": "Client custom styling via string"
|
|
67
67
|
},
|
|
68
68
|
"attribute": "client-styling",
|
|
69
|
-
"reflect":
|
|
69
|
+
"reflect": true,
|
|
70
70
|
"defaultValue": "''"
|
|
71
71
|
},
|
|
72
72
|
"clientStylingUrlContent": {
|
|
@@ -84,7 +84,7 @@ export class LotteryGameDetails {
|
|
|
84
84
|
"text": "Client custom styling via url content"
|
|
85
85
|
},
|
|
86
86
|
"attribute": "client-styling-url-content",
|
|
87
|
-
"reflect":
|
|
87
|
+
"reflect": true,
|
|
88
88
|
"defaultValue": "''"
|
|
89
89
|
}
|
|
90
90
|
}; }
|
|
@@ -124,18 +124,18 @@ const Accordion = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
|
124
124
|
}
|
|
125
125
|
static get style() { return helperAccordionCss; }
|
|
126
126
|
}, [1, "helper-accordion", {
|
|
127
|
-
"ticketHistoryFlag": [
|
|
128
|
-
"headerTitle": [
|
|
129
|
-
"headerSubtitle": [
|
|
130
|
-
"description": [
|
|
131
|
-
"footer": [
|
|
132
|
-
"deleteTab": [
|
|
133
|
-
"postMessage": [
|
|
134
|
-
"eventName": [
|
|
135
|
-
"collapsed": [
|
|
136
|
-
"language": [
|
|
137
|
-
"clientStyling": [
|
|
138
|
-
"clientStylingUrlContent": [
|
|
127
|
+
"ticketHistoryFlag": [516, "ticket-history-flag"],
|
|
128
|
+
"headerTitle": [513, "header-title"],
|
|
129
|
+
"headerSubtitle": [513, "header-subtitle"],
|
|
130
|
+
"description": [513],
|
|
131
|
+
"footer": [516],
|
|
132
|
+
"deleteTab": [516, "delete-tab"],
|
|
133
|
+
"postMessage": [516, "post-message"],
|
|
134
|
+
"eventName": [513, "event-name"],
|
|
135
|
+
"collapsed": [516],
|
|
136
|
+
"language": [513],
|
|
137
|
+
"clientStyling": [513, "client-styling"],
|
|
138
|
+
"clientStylingUrlContent": [513, "client-styling-url-content"],
|
|
139
139
|
"showContent": [32],
|
|
140
140
|
"limitStylingAppends": [32]
|
|
141
141
|
}]);
|
|
@@ -62,10 +62,10 @@ const HelperTab = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
|
62
62
|
}
|
|
63
63
|
static get style() { return helperTabCss; }
|
|
64
64
|
}, [1, "helper-tab", {
|
|
65
|
-
"selectedIndex": [
|
|
66
|
-
"cmsEndpoint": [
|
|
67
|
-
"clientStyling": [
|
|
68
|
-
"clientStylingUrlContent": [
|
|
65
|
+
"selectedIndex": [514, "selected-index"],
|
|
66
|
+
"cmsEndpoint": [513, "cms-endpoint"],
|
|
67
|
+
"clientStyling": [513, "client-styling"],
|
|
68
|
+
"clientStylingUrlContent": [513, "client-styling-url-content"],
|
|
69
69
|
"tabContent": [32],
|
|
70
70
|
"limitStylingAppends": [32]
|
|
71
71
|
}]);
|
|
@@ -69,15 +69,15 @@ const HelperTabs = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
|
69
69
|
get host() { return this; }
|
|
70
70
|
static get style() { return helperTabsCss; }
|
|
71
71
|
}, [1, "helper-tabs", {
|
|
72
|
-
"disabled": [
|
|
73
|
-
"label": [
|
|
74
|
-
"selected": [
|
|
75
|
-
"cmsEndpoint": [
|
|
72
|
+
"disabled": [516],
|
|
73
|
+
"label": [513],
|
|
74
|
+
"selected": [516],
|
|
75
|
+
"cmsEndpoint": [513, "cms-endpoint"],
|
|
76
76
|
"selectedIndex": [1538, "selected-index"],
|
|
77
77
|
"tabs": [16],
|
|
78
|
-
"clientStyling": [
|
|
79
|
-
"clientStylingurl": [
|
|
80
|
-
"clientStylingUrlContent": [
|
|
78
|
+
"clientStyling": [513, "client-styling"],
|
|
79
|
+
"clientStylingurl": [513, "client-stylingurl"],
|
|
80
|
+
"clientStylingUrlContent": [513, "client-styling-url-content"],
|
|
81
81
|
"limitStylingAppends": [32]
|
|
82
82
|
}]);
|
|
83
83
|
function defineCustomElement() {
|
|
@@ -48,8 +48,8 @@ const LotteryGameDetails$1 = /*@__PURE__*/ proxyCustomElement(class extends HTML
|
|
|
48
48
|
}
|
|
49
49
|
static get style() { return lotteryGameDetailsCss; }
|
|
50
50
|
}, [1, "lottery-game-details", {
|
|
51
|
-
"clientStyling": [
|
|
52
|
-
"clientStylingUrlContent": [
|
|
51
|
+
"clientStyling": [513, "client-styling"],
|
|
52
|
+
"clientStylingUrlContent": [513, "client-styling-url-content"],
|
|
53
53
|
"limitStylingAppends": [32]
|
|
54
54
|
}]);
|
|
55
55
|
function defineCustomElement$1() {
|
package/dist/esm/loader.js
CHANGED
|
@@ -10,7 +10,7 @@ const patchEsm = () => {
|
|
|
10
10
|
const defineCustomElements = (win, options) => {
|
|
11
11
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
12
12
|
return patchEsm().then(() => {
|
|
13
|
-
return bootstrapLazy([["helper-accordion_4",[[1,"lottery-game-details",{"clientStyling":[
|
|
13
|
+
return bootstrapLazy([["helper-accordion_4",[[1,"lottery-game-details",{"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}],[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"],"clientStylingUrlContent":[513,"client-styling-url-content"],"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"],"showContent":[32],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[514,"selected-index"],"cmsEndpoint":[513,"cms-endpoint"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
|
|
14
14
|
});
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -13,5 +13,5 @@ const patchBrowser = () => {
|
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
patchBrowser().then(options => {
|
|
16
|
-
return bootstrapLazy([["helper-accordion_4",[[1,"lottery-game-details",{"clientStyling":[
|
|
16
|
+
return bootstrapLazy([["helper-accordion_4",[[1,"lottery-game-details",{"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"limitStylingAppends":[32]}],[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"],"clientStylingUrlContent":[513,"client-styling-url-content"],"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"],"showContent":[32],"limitStylingAppends":[32]}],[1,"helper-tab",{"selectedIndex":[514,"selected-index"],"cmsEndpoint":[513,"cms-endpoint"],"clientStyling":[513,"client-styling"],"clientStylingUrlContent":[513,"client-styling-url-content"],"tabContent":[32],"limitStylingAppends":[32]}]]]], options);
|
|
17
17
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as t,b as e}from"./p-ca6b7fee.js";(()=>{const e=import.meta.url,n={};return""!==e&&(n.resourcesUrl=new URL(".",e).href),t(n)})().then((t=>e([["p-8be5ab1e",[[1,"lottery-game-details",{clientStyling:[
|
|
1
|
+
import{p as t,b as e}from"./p-ca6b7fee.js";(()=>{const e=import.meta.url,n={};return""!==e&&(n.resourcesUrl=new URL(".",e).href),t(n)})().then((t=>e([["p-8be5ab1e",[[1,"lottery-game-details",{clientStyling:[513,"client-styling"],clientStylingUrlContent:[513,"client-styling-url-content"],limitStylingAppends:[32]}],[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"],clientStylingUrlContent:[513,"client-styling-url-content"],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"],showContent:[32],limitStylingAppends:[32]}],[1,"helper-tab",{selectedIndex:[514,"selected-index"],cmsEndpoint:[513,"cms-endpoint"],clientStyling:[513,"client-styling"],clientStylingUrlContent:[513,"client-styling-url-content"],tabContent:[32],limitStylingAppends:[32]}]]]],t)));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/lottery-game-details",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"main": "./dist/index.cjs.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"es2015": "./dist/esm/index.mjs",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"types": "./dist/types/index.d.ts",
|
|
9
9
|
"collection": "./dist/collection/collection-manifest.json",
|
|
10
10
|
"collection:main": "./dist/collection/index.js",
|
|
11
|
-
"unpkg": "./dist/lottery-game-details/lottery-game-details.js",
|
|
11
|
+
"unpkg": "./dist/lottery-game-details/lottery-game-details.esm.js",
|
|
12
12
|
"files": [
|
|
13
13
|
"dist/",
|
|
14
14
|
"loader/"
|