@everymatrix/lottery-subscription 0.12.0 → 0.12.1
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/{index-a7f3c31f.js → index-ff6dc9b8.js} +31 -5
- package/dist/cjs/index.cjs.js +2 -2
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{lottery-subscription-caef58b0.js → lottery-subscription-602f10ec.js} +91 -25
- package/dist/cjs/lottery-subscription.cjs.entry.js +2 -2
- package/dist/cjs/lottery-subscription.cjs.js +2 -2
- package/dist/collection/components/lottery-subscription/lottery-subscription.js +60 -27
- package/dist/esm/{index-0cefb8d0.js → index-f4067a90.js} +31 -5
- package/dist/esm/index.js +2 -2
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{lottery-subscription-a9ef0899.js → lottery-subscription-0df24c8b.js} +91 -25
- package/dist/esm/lottery-subscription.entry.js +2 -2
- package/dist/esm/lottery-subscription.js +3 -3
- package/dist/lottery-subscription/{index-0cefb8d0.js → index-f4067a90.js} +2 -2
- package/dist/lottery-subscription/index.esm.js +1 -1
- package/dist/lottery-subscription/{lottery-subscription-a9ef0899.js → lottery-subscription-0df24c8b.js} +241 -241
- package/dist/lottery-subscription/lottery-subscription.entry.js +1 -1
- package/dist/lottery-subscription/lottery-subscription.esm.js +1 -1
- package/dist/types/components/lottery-subscription/lottery-subscription.d.ts +10 -5
- package/dist/types/components.d.ts +10 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
export{L as lottery_subscription}from"./lottery-subscription-
|
|
1
|
+
export{L as lottery_subscription}from"./lottery-subscription-0df24c8b.js";import"./index-f4067a90.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as
|
|
1
|
+
import{p as e,b as n}from"./index-f4067a90.js";export{s as setNonce}from"./index-f4067a90.js";import{g as t}from"./app-globals-0f993ce5.js";(()=>{const n=import.meta.url,t={};return""!==n&&(t.resourcesUrl=new URL(".",n).href),e(t)})().then((async e=>(await t(),n([["lottery-subscription",[[1,"lottery-subscription",{translationUrl:[520,"translation-url"],clientStyling:[513,"client-styling"],clientStylingUrl:[513,"client-styling-url"],mbSource:[513,"mb-source"],endpoint:[513],endpointTicket:[513,"endpoint-ticket"],endpointSubscription:[513,"endpoint-subscription"],language:[513],gameName:[513,"game-name"],isSubscribed:[32],frequenceList:[32],frequenceState:[32],filterData:[32],subscriptionCode:[32],conditionId:[32],paramId:[32],conditionRule:[32],paramRule:[32],peroidRule:[32],startDateRule:[32],endDateRule:[32],gameNameRule:[32],ruleType:[32]},null,{clientStyling:["handleClientStylingChange"],clientStylingUrl:["handleClientStylingUrlChange"],mbSource:["handleMbSourceChange"]}]]]],e))));
|
|
@@ -12,7 +12,11 @@ export declare class LotterySubscription {
|
|
|
12
12
|
/**
|
|
13
13
|
* Client custom styling via url
|
|
14
14
|
*/
|
|
15
|
-
|
|
15
|
+
clientStylingUrl: string;
|
|
16
|
+
/**
|
|
17
|
+
* Client custom styling via message bus
|
|
18
|
+
*/
|
|
19
|
+
mbSource: string;
|
|
16
20
|
/**
|
|
17
21
|
* Endpoint URL for the source of data
|
|
18
22
|
*/
|
|
@@ -47,19 +51,20 @@ export declare class LotterySubscription {
|
|
|
47
51
|
private endDateRule;
|
|
48
52
|
private gameNameRule;
|
|
49
53
|
private ruleType;
|
|
50
|
-
private limitStylingAppends;
|
|
51
54
|
private stylingContainer;
|
|
55
|
+
private stylingSubscription;
|
|
52
56
|
subscriptionCompleted: EventEmitter<any>;
|
|
53
57
|
subscriptionCheckChange: EventEmitter<any>;
|
|
54
58
|
componentWillLoad(): void;
|
|
55
|
-
|
|
59
|
+
handleClientStylingChange(newValue: any, oldValue: any): void;
|
|
60
|
+
handleClientStylingUrlChange(newValue: any, oldValue: any): void;
|
|
61
|
+
handleMbSourceChange(newValue: any, oldValue: any): void;
|
|
62
|
+
componentDidLoad(): void;
|
|
56
63
|
transDate(from: string, to: string): {
|
|
57
64
|
from: string;
|
|
58
65
|
to: string;
|
|
59
66
|
};
|
|
60
67
|
getSubscriptionData(): Promise<void>;
|
|
61
|
-
setClientStyling: () => void;
|
|
62
|
-
setClientStylingURL: () => void;
|
|
63
68
|
handleCheckboxchange(e: CustomEvent): void;
|
|
64
69
|
handleSelectionChange(event: CustomEvent): void;
|
|
65
70
|
changeDateParam: () => void;
|
|
@@ -14,7 +14,7 @@ export namespace Components {
|
|
|
14
14
|
/**
|
|
15
15
|
* Client custom styling via url
|
|
16
16
|
*/
|
|
17
|
-
"
|
|
17
|
+
"clientStylingUrl": string;
|
|
18
18
|
/**
|
|
19
19
|
* Endpoint URL for the source of data
|
|
20
20
|
*/
|
|
@@ -35,6 +35,10 @@ export namespace Components {
|
|
|
35
35
|
* Language of the widget
|
|
36
36
|
*/
|
|
37
37
|
"language": string;
|
|
38
|
+
/**
|
|
39
|
+
* Client custom styling via message bus
|
|
40
|
+
*/
|
|
41
|
+
"mbSource": string;
|
|
38
42
|
/**
|
|
39
43
|
* Translation via url
|
|
40
44
|
*/
|
|
@@ -77,7 +81,7 @@ declare namespace LocalJSX {
|
|
|
77
81
|
/**
|
|
78
82
|
* Client custom styling via url
|
|
79
83
|
*/
|
|
80
|
-
"
|
|
84
|
+
"clientStylingUrl"?: string;
|
|
81
85
|
/**
|
|
82
86
|
* Endpoint URL for the source of data
|
|
83
87
|
*/
|
|
@@ -98,6 +102,10 @@ declare namespace LocalJSX {
|
|
|
98
102
|
* Language of the widget
|
|
99
103
|
*/
|
|
100
104
|
"language"?: string;
|
|
105
|
+
/**
|
|
106
|
+
* Client custom styling via message bus
|
|
107
|
+
*/
|
|
108
|
+
"mbSource"?: string;
|
|
101
109
|
"onSubscriptionCheckChange"?: (event: LotterySubscriptionCustomEvent<any>) => void;
|
|
102
110
|
"onSubscriptionCompleted"?: (event: LotterySubscriptionCustomEvent<any>) => void;
|
|
103
111
|
/**
|