@everymatrix/lottery-tipping-latest-result 0.0.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/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/general-tooltip_6.cjs.entry.js +9968 -0
- package/dist/cjs/index-e5294eca.js +1376 -0
- package/dist/cjs/index.cjs.js +10 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/lottery-tipping-latest-result-c9dbebc8.js +650 -0
- package/dist/cjs/lottery-tipping-latest-result.cjs.js +25 -0
- package/dist/collection/collection-manifest.json +28 -0
- package/dist/collection/components/lottery-tipping-calendar/lottery-tipping-calendar.css +130 -0
- package/dist/collection/components/lottery-tipping-calendar/lottery-tipping-calendar.js +306 -0
- package/dist/collection/components/lottery-tipping-latest-result/index.js +1 -0
- package/dist/collection/components/lottery-tipping-latest-result/lottery-tipping-latest-result.css +133 -0
- package/dist/collection/components/lottery-tipping-latest-result/lottery-tipping-latest-result.js +432 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/models/index.js +1 -0
- package/dist/collection/utils/locale.utils.js +67 -0
- package/dist/collection/utils/utils.js +159 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/general-tooltip_6.entry.js +9960 -0
- package/dist/esm/index-0975f224.js +1347 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/lottery-tipping-latest-result-2ee900c2.js +639 -0
- package/dist/esm/lottery-tipping-latest-result.js +20 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/lottery-tipping-latest-result/app-globals-0f993ce5.js +1 -0
- package/dist/lottery-tipping-latest-result/general-tooltip_6.entry.js +6656 -0
- package/dist/lottery-tipping-latest-result/index-0975f224.js +2 -0
- package/dist/lottery-tipping-latest-result/index.esm.js +1 -0
- package/dist/lottery-tipping-latest-result/lottery-tipping-latest-result-2ee900c2.js +1 -0
- package/dist/lottery-tipping-latest-result/lottery-tipping-latest-result.esm.js +1 -0
- package/dist/static/add.svg +8 -0
- package/dist/static/delete.svg +37 -0
- package/dist/static/info.svg +6 -0
- package/dist/static/left-arrow.svg +15 -0
- package/dist/static/loading.svg +10 -0
- package/dist/static/right-arrow.svg +15 -0
- package/dist/stencil.config.dev.js +19 -0
- package/dist/stencil.config.js +19 -0
- package/dist/storybook/main.js +43 -0
- package/dist/storybook/preview.js +9 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-latest-result/.stencil/libs/common/src/storybook/storybook-utils.d.ts +39 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-latest-result/.stencil/packages/stencil/lottery-tipping-latest-result/stencil.config.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-latest-result/.stencil/packages/stencil/lottery-tipping-latest-result/stencil.config.dev.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-latest-result/.stencil/packages/stencil/lottery-tipping-latest-result/storybook/main.d.ts +3 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-latest-result/.stencil/packages/stencil/lottery-tipping-latest-result/storybook/preview.d.ts +70 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-latest-result/.stencil/tools/plugins/index.d.ts +3 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-latest-result/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +5 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-latest-result/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-tipping-latest-result/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
- package/dist/types/components/lottery-tipping-calendar/lottery-tipping-calendar.d.ts +62 -0
- package/dist/types/components/lottery-tipping-latest-result/index.d.ts +1 -0
- package/dist/types/components/lottery-tipping-latest-result/lottery-tipping-latest-result.d.ts +74 -0
- package/dist/types/components.d.ts +148 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/models/index.d.ts +130 -0
- package/dist/types/stencil-public-runtime.d.ts +1674 -0
- package/dist/types/utils/locale.utils.d.ts +2 -0
- package/dist/types/utils/utils.d.ts +10 -0
- package/loader/cdn.js +1 -0
- package/loader/index.cjs.js +1 -0
- package/loader/index.d.ts +24 -0
- package/loader/index.es2017.js +1 -0
- package/loader/index.js +2 -0
- package/loader/package.json +11 -0
- package/package.json +27 -0
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This is an autogenerated file created by the Stencil compiler.
|
|
5
|
+
* It contains typing information for all components that exist in this project.
|
|
6
|
+
*/
|
|
7
|
+
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
+
export namespace Components {
|
|
9
|
+
interface LotteryTippingCalendar {
|
|
10
|
+
"date": string;
|
|
11
|
+
"highLightDates": string[];
|
|
12
|
+
"language": string;
|
|
13
|
+
"translationUrl"?: any;
|
|
14
|
+
}
|
|
15
|
+
interface LotteryTippingLatestResult {
|
|
16
|
+
/**
|
|
17
|
+
* Client custom styling via string
|
|
18
|
+
*/
|
|
19
|
+
"clientStyling": string;
|
|
20
|
+
/**
|
|
21
|
+
* Client custom styling via css file url
|
|
22
|
+
*/
|
|
23
|
+
"clientStylingUrl": string;
|
|
24
|
+
"endpoint": string;
|
|
25
|
+
/**
|
|
26
|
+
* EndpointTicket URL for the source of ticket data
|
|
27
|
+
*/
|
|
28
|
+
"endpointTicket": string;
|
|
29
|
+
/**
|
|
30
|
+
* GameID of the lottery game
|
|
31
|
+
*/
|
|
32
|
+
"gameId": string;
|
|
33
|
+
/**
|
|
34
|
+
* Client custom language for translation
|
|
35
|
+
*/
|
|
36
|
+
"language": string;
|
|
37
|
+
/**
|
|
38
|
+
* Client custom styling via message bus
|
|
39
|
+
*/
|
|
40
|
+
"mbSource": string;
|
|
41
|
+
/**
|
|
42
|
+
* Player ID
|
|
43
|
+
*/
|
|
44
|
+
"playerId": number;
|
|
45
|
+
/**
|
|
46
|
+
* GIC Session
|
|
47
|
+
*/
|
|
48
|
+
"sessionId": string;
|
|
49
|
+
/**
|
|
50
|
+
* Client custom translation via json file url
|
|
51
|
+
*/
|
|
52
|
+
"translationUrl": string;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
export interface LotteryTippingCalendarCustomEvent<T> extends CustomEvent<T> {
|
|
56
|
+
detail: T;
|
|
57
|
+
target: HTMLLotteryTippingCalendarElement;
|
|
58
|
+
}
|
|
59
|
+
declare global {
|
|
60
|
+
interface HTMLLotteryTippingCalendarElementEventMap {
|
|
61
|
+
"changeDate": number;
|
|
62
|
+
}
|
|
63
|
+
interface HTMLLotteryTippingCalendarElement extends Components.LotteryTippingCalendar, HTMLStencilElement {
|
|
64
|
+
addEventListener<K extends keyof HTMLLotteryTippingCalendarElementEventMap>(type: K, listener: (this: HTMLLotteryTippingCalendarElement, ev: LotteryTippingCalendarCustomEvent<HTMLLotteryTippingCalendarElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
65
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
66
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
67
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
68
|
+
removeEventListener<K extends keyof HTMLLotteryTippingCalendarElementEventMap>(type: K, listener: (this: HTMLLotteryTippingCalendarElement, ev: LotteryTippingCalendarCustomEvent<HTMLLotteryTippingCalendarElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
69
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
70
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
71
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
72
|
+
}
|
|
73
|
+
var HTMLLotteryTippingCalendarElement: {
|
|
74
|
+
prototype: HTMLLotteryTippingCalendarElement;
|
|
75
|
+
new (): HTMLLotteryTippingCalendarElement;
|
|
76
|
+
};
|
|
77
|
+
interface HTMLLotteryTippingLatestResultElement extends Components.LotteryTippingLatestResult, HTMLStencilElement {
|
|
78
|
+
}
|
|
79
|
+
var HTMLLotteryTippingLatestResultElement: {
|
|
80
|
+
prototype: HTMLLotteryTippingLatestResultElement;
|
|
81
|
+
new (): HTMLLotteryTippingLatestResultElement;
|
|
82
|
+
};
|
|
83
|
+
interface HTMLElementTagNameMap {
|
|
84
|
+
"lottery-tipping-calendar": HTMLLotteryTippingCalendarElement;
|
|
85
|
+
"lottery-tipping-latest-result": HTMLLotteryTippingLatestResultElement;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
declare namespace LocalJSX {
|
|
89
|
+
interface LotteryTippingCalendar {
|
|
90
|
+
"date"?: string;
|
|
91
|
+
"highLightDates"?: string[];
|
|
92
|
+
"language"?: string;
|
|
93
|
+
"onChangeDate"?: (event: LotteryTippingCalendarCustomEvent<number>) => void;
|
|
94
|
+
"translationUrl"?: any;
|
|
95
|
+
}
|
|
96
|
+
interface LotteryTippingLatestResult {
|
|
97
|
+
/**
|
|
98
|
+
* Client custom styling via string
|
|
99
|
+
*/
|
|
100
|
+
"clientStyling"?: string;
|
|
101
|
+
/**
|
|
102
|
+
* Client custom styling via css file url
|
|
103
|
+
*/
|
|
104
|
+
"clientStylingUrl"?: string;
|
|
105
|
+
"endpoint"?: string;
|
|
106
|
+
/**
|
|
107
|
+
* EndpointTicket URL for the source of ticket data
|
|
108
|
+
*/
|
|
109
|
+
"endpointTicket"?: string;
|
|
110
|
+
/**
|
|
111
|
+
* GameID of the lottery game
|
|
112
|
+
*/
|
|
113
|
+
"gameId"?: string;
|
|
114
|
+
/**
|
|
115
|
+
* Client custom language for translation
|
|
116
|
+
*/
|
|
117
|
+
"language"?: string;
|
|
118
|
+
/**
|
|
119
|
+
* Client custom styling via message bus
|
|
120
|
+
*/
|
|
121
|
+
"mbSource"?: string;
|
|
122
|
+
/**
|
|
123
|
+
* Player ID
|
|
124
|
+
*/
|
|
125
|
+
"playerId"?: number;
|
|
126
|
+
/**
|
|
127
|
+
* GIC Session
|
|
128
|
+
*/
|
|
129
|
+
"sessionId"?: string;
|
|
130
|
+
/**
|
|
131
|
+
* Client custom translation via json file url
|
|
132
|
+
*/
|
|
133
|
+
"translationUrl"?: string;
|
|
134
|
+
}
|
|
135
|
+
interface IntrinsicElements {
|
|
136
|
+
"lottery-tipping-calendar": LotteryTippingCalendar;
|
|
137
|
+
"lottery-tipping-latest-result": LotteryTippingLatestResult;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
export { LocalJSX as JSX };
|
|
141
|
+
declare module "@stencil/core" {
|
|
142
|
+
export namespace JSX {
|
|
143
|
+
interface IntrinsicElements {
|
|
144
|
+
"lottery-tipping-calendar": LocalJSX.LotteryTippingCalendar & JSXBase.HTMLAttributes<HTMLLotteryTippingCalendarElement>;
|
|
145
|
+
"lottery-tipping-latest-result": LocalJSX.LotteryTippingLatestResult & JSXBase.HTMLAttributes<HTMLLotteryTippingLatestResultElement>;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components/lottery-tipping-latest-result';
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
export interface PlayType {
|
|
2
|
+
betTypeId: string;
|
|
3
|
+
bettingType: string;
|
|
4
|
+
playMode: string;
|
|
5
|
+
}
|
|
6
|
+
export interface Amount {
|
|
7
|
+
currency: string;
|
|
8
|
+
value: string;
|
|
9
|
+
}
|
|
10
|
+
export interface Prize {
|
|
11
|
+
amount: Amount;
|
|
12
|
+
currency: string;
|
|
13
|
+
divident: string;
|
|
14
|
+
division: string;
|
|
15
|
+
divisionId: number;
|
|
16
|
+
endingAmount: Amount;
|
|
17
|
+
order: number;
|
|
18
|
+
tickets: number;
|
|
19
|
+
totalAmount: Amount;
|
|
20
|
+
divisionDisplayName: string;
|
|
21
|
+
winningType: string;
|
|
22
|
+
}
|
|
23
|
+
export interface WinningNumber {
|
|
24
|
+
drawType: string;
|
|
25
|
+
numbers: Array<number>;
|
|
26
|
+
secondaryNumbers: Array<number>;
|
|
27
|
+
teritaryNumbers: Array<number>;
|
|
28
|
+
winning_type: string;
|
|
29
|
+
}
|
|
30
|
+
export interface DrawItem {
|
|
31
|
+
breakEndTime: string;
|
|
32
|
+
closeTime: string;
|
|
33
|
+
date: string;
|
|
34
|
+
id: string;
|
|
35
|
+
openTime: string;
|
|
36
|
+
prizes: Array<Prize>;
|
|
37
|
+
status: string;
|
|
38
|
+
wagerAvailable: boolean;
|
|
39
|
+
wagerCloseTime: string;
|
|
40
|
+
winningNumbers: Array<WinningNumber>;
|
|
41
|
+
}
|
|
42
|
+
export interface BettingType {
|
|
43
|
+
code: string;
|
|
44
|
+
enabled: boolean;
|
|
45
|
+
name: string;
|
|
46
|
+
}
|
|
47
|
+
export interface DrawInfo {
|
|
48
|
+
date: string;
|
|
49
|
+
id: string;
|
|
50
|
+
status: string;
|
|
51
|
+
wagerAvailable: boolean;
|
|
52
|
+
wagerCloseTime: string;
|
|
53
|
+
breakEndTime: string;
|
|
54
|
+
openTime: string;
|
|
55
|
+
closeTime: string;
|
|
56
|
+
}
|
|
57
|
+
export interface PlayType {
|
|
58
|
+
betTypeId: string;
|
|
59
|
+
bettingType: string;
|
|
60
|
+
playMode: string;
|
|
61
|
+
}
|
|
62
|
+
export interface BettingType {
|
|
63
|
+
code: string;
|
|
64
|
+
enabled: boolean;
|
|
65
|
+
name: string;
|
|
66
|
+
}
|
|
67
|
+
interface NameItem {
|
|
68
|
+
name: string;
|
|
69
|
+
}
|
|
70
|
+
export interface DisciplineOption {
|
|
71
|
+
id: string;
|
|
72
|
+
name: string;
|
|
73
|
+
parentId?: number | null;
|
|
74
|
+
parentSport?: string | null;
|
|
75
|
+
}
|
|
76
|
+
interface Ranges {
|
|
77
|
+
bettingType: string;
|
|
78
|
+
displayName: string;
|
|
79
|
+
id: string;
|
|
80
|
+
name: string;
|
|
81
|
+
}
|
|
82
|
+
interface DisplayBettingType {
|
|
83
|
+
displaytype: string;
|
|
84
|
+
maxCol: number;
|
|
85
|
+
maxRow: number;
|
|
86
|
+
name: string;
|
|
87
|
+
}
|
|
88
|
+
interface OutcomeRange {
|
|
89
|
+
bettingType: Array<DisplayBettingType>;
|
|
90
|
+
display: {
|
|
91
|
+
ranges: Array<Ranges>;
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
export interface PlayType {
|
|
95
|
+
betTypeId: string;
|
|
96
|
+
bettingType: string;
|
|
97
|
+
playMode: string;
|
|
98
|
+
}
|
|
99
|
+
export interface BettingType {
|
|
100
|
+
code: string;
|
|
101
|
+
enabled: boolean;
|
|
102
|
+
name: string;
|
|
103
|
+
}
|
|
104
|
+
export interface PoolGameConfig {
|
|
105
|
+
bettingObjects: Array<NameItem>;
|
|
106
|
+
bettingTypes: Array<BettingType>;
|
|
107
|
+
disciplines: Array<DisciplineOption>;
|
|
108
|
+
eventCount: number;
|
|
109
|
+
outcomeRanges: Array<OutcomeRange>;
|
|
110
|
+
playModes: Array<NameItem>;
|
|
111
|
+
playTypes: Array<PlayType>;
|
|
112
|
+
}
|
|
113
|
+
export interface GameRule {
|
|
114
|
+
poolGame: PoolGameConfig;
|
|
115
|
+
}
|
|
116
|
+
export interface GameInfo {
|
|
117
|
+
id: string;
|
|
118
|
+
name: string;
|
|
119
|
+
type: string;
|
|
120
|
+
vendorGameType: string;
|
|
121
|
+
href: string;
|
|
122
|
+
launchId: string;
|
|
123
|
+
launchSlug: string;
|
|
124
|
+
vendorId: string;
|
|
125
|
+
wasiId: string;
|
|
126
|
+
currentDraw: DrawInfo | null;
|
|
127
|
+
nextDraw: DrawInfo | null;
|
|
128
|
+
rules: GameRule;
|
|
129
|
+
}
|
|
130
|
+
export {};
|