@everymatrix/lottery-oddsbom-ticket-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/index-2be14604.js +1241 -0
- package/dist/cjs/index.cjs.js +10 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/lottery-oddsbom-bullet_2.cjs.entry.js +146 -0
- package/dist/cjs/lottery-oddsbom-ticket-result-5893a77e.js +2963 -0
- package/dist/cjs/lottery-oddsbom-ticket-result.cjs.js +25 -0
- package/dist/collection/collection-manifest.json +19 -0
- package/dist/collection/components/lottery-oddsbom-ticket-result/index.js +1 -0
- package/dist/collection/components/lottery-oddsbom-ticket-result/lottery-oddsbom-ticket-result.css +221 -0
- package/dist/collection/components/lottery-oddsbom-ticket-result/lottery-oddsbom-ticket-result.js +413 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/models/index.js +2 -0
- package/dist/collection/utils/api.js +55 -0
- package/dist/collection/utils/locale.utils.js +142 -0
- package/dist/collection/utils/utils.js +133 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/index-3d5460b3.js +1214 -0
- package/dist/esm/index.js +2 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/lottery-oddsbom-bullet_2.entry.js +142 -0
- package/dist/esm/lottery-oddsbom-ticket-result-11fceed5.js +2958 -0
- package/dist/esm/lottery-oddsbom-ticket-result.js +20 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/lottery-oddsbom-ticket-result/app-globals-0f993ce5.js +1 -0
- package/dist/lottery-oddsbom-ticket-result/index-3d5460b3.js +2 -0
- package/dist/lottery-oddsbom-ticket-result/index.esm.js +1 -0
- package/dist/lottery-oddsbom-ticket-result/lottery-oddsbom-bullet_2.entry.js +1 -0
- package/dist/lottery-oddsbom-ticket-result/lottery-oddsbom-ticket-result-11fceed5.js +1 -0
- package/dist/lottery-oddsbom-ticket-result/lottery-oddsbom-ticket-result.esm.js +1 -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-oddsbom-ticket-result/.stencil/libs/common/src/storybook/storybook-utils.d.ts +39 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-oddsbom-ticket-result/.stencil/packages/stencil/lottery-oddsbom-ticket-result/stencil.config.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-oddsbom-ticket-result/.stencil/packages/stencil/lottery-oddsbom-ticket-result/stencil.config.dev.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-oddsbom-ticket-result/.stencil/packages/stencil/lottery-oddsbom-ticket-result/storybook/main.d.ts +3 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-oddsbom-ticket-result/.stencil/packages/stencil/lottery-oddsbom-ticket-result/storybook/preview.d.ts +70 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-oddsbom-ticket-result/.stencil/tools/plugins/index.d.ts +4 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-oddsbom-ticket-result/.stencil/tools/plugins/lazy-load-chunk-plugin.d.ts +12 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-oddsbom-ticket-result/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +5 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-oddsbom-ticket-result/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-oddsbom-ticket-result/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
- package/dist/types/components/lottery-oddsbom-ticket-result/index.d.ts +1 -0
- package/dist/types/components/lottery-oddsbom-ticket-result/lottery-oddsbom-ticket-result.d.ts +61 -0
- package/dist/types/components.d.ts +113 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/models/index.d.ts +16 -0
- package/dist/types/stencil-public-runtime.d.ts +1674 -0
- package/dist/types/utils/api.d.ts +8 -0
- package/dist/types/utils/locale.utils.d.ts +2 -0
- package/dist/types/utils/utils.d.ts +8 -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,113 @@
|
|
|
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 LotteryOddsbomTicketResult {
|
|
10
|
+
/**
|
|
11
|
+
* Client custom styling via string
|
|
12
|
+
*/
|
|
13
|
+
"clientStyling": string;
|
|
14
|
+
/**
|
|
15
|
+
* Client custom styling via css file url
|
|
16
|
+
*/
|
|
17
|
+
"clientStylingUrl": string;
|
|
18
|
+
"defaultResults": string;
|
|
19
|
+
/**
|
|
20
|
+
* ID of the pool game draw
|
|
21
|
+
*/
|
|
22
|
+
"drawId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Endpoint URL for the source of data
|
|
25
|
+
*/
|
|
26
|
+
"endpoint": string;
|
|
27
|
+
/**
|
|
28
|
+
* ID of the pool game
|
|
29
|
+
*/
|
|
30
|
+
"gameId": string;
|
|
31
|
+
/**
|
|
32
|
+
* Client custom language for translation
|
|
33
|
+
*/
|
|
34
|
+
"language": string;
|
|
35
|
+
/**
|
|
36
|
+
* Client custom styling via message bus
|
|
37
|
+
*/
|
|
38
|
+
"mbSource": string;
|
|
39
|
+
/**
|
|
40
|
+
* GIC Session
|
|
41
|
+
*/
|
|
42
|
+
"sessionId": string;
|
|
43
|
+
"splitView": boolean;
|
|
44
|
+
/**
|
|
45
|
+
* Client custom translation via json file url
|
|
46
|
+
*/
|
|
47
|
+
"translationUrl": string;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
declare global {
|
|
51
|
+
interface HTMLLotteryOddsbomTicketResultElement extends Components.LotteryOddsbomTicketResult, HTMLStencilElement {
|
|
52
|
+
}
|
|
53
|
+
var HTMLLotteryOddsbomTicketResultElement: {
|
|
54
|
+
prototype: HTMLLotteryOddsbomTicketResultElement;
|
|
55
|
+
new (): HTMLLotteryOddsbomTicketResultElement;
|
|
56
|
+
};
|
|
57
|
+
interface HTMLElementTagNameMap {
|
|
58
|
+
"lottery-oddsbom-ticket-result": HTMLLotteryOddsbomTicketResultElement;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
declare namespace LocalJSX {
|
|
62
|
+
interface LotteryOddsbomTicketResult {
|
|
63
|
+
/**
|
|
64
|
+
* Client custom styling via string
|
|
65
|
+
*/
|
|
66
|
+
"clientStyling"?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Client custom styling via css file url
|
|
69
|
+
*/
|
|
70
|
+
"clientStylingUrl"?: string;
|
|
71
|
+
"defaultResults"?: string;
|
|
72
|
+
/**
|
|
73
|
+
* ID of the pool game draw
|
|
74
|
+
*/
|
|
75
|
+
"drawId"?: string;
|
|
76
|
+
/**
|
|
77
|
+
* Endpoint URL for the source of data
|
|
78
|
+
*/
|
|
79
|
+
"endpoint"?: string;
|
|
80
|
+
/**
|
|
81
|
+
* ID of the pool game
|
|
82
|
+
*/
|
|
83
|
+
"gameId"?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Client custom language for translation
|
|
86
|
+
*/
|
|
87
|
+
"language"?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Client custom styling via message bus
|
|
90
|
+
*/
|
|
91
|
+
"mbSource"?: string;
|
|
92
|
+
/**
|
|
93
|
+
* GIC Session
|
|
94
|
+
*/
|
|
95
|
+
"sessionId"?: string;
|
|
96
|
+
"splitView"?: boolean;
|
|
97
|
+
/**
|
|
98
|
+
* Client custom translation via json file url
|
|
99
|
+
*/
|
|
100
|
+
"translationUrl"?: string;
|
|
101
|
+
}
|
|
102
|
+
interface IntrinsicElements {
|
|
103
|
+
"lottery-oddsbom-ticket-result": LotteryOddsbomTicketResult;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
export { LocalJSX as JSX };
|
|
107
|
+
declare module "@stencil/core" {
|
|
108
|
+
export namespace JSX {
|
|
109
|
+
interface IntrinsicElements {
|
|
110
|
+
"lottery-oddsbom-ticket-result": LocalJSX.LotteryOddsbomTicketResult & JSXBase.HTMLAttributes<HTMLLotteryOddsbomTicketResultElement>;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components/lottery-oddsbom-ticket-result';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface TicketBetDataSourceItem {
|
|
2
|
+
eventName: string;
|
|
3
|
+
startTime: string;
|
|
4
|
+
results: string[];
|
|
5
|
+
index: number;
|
|
6
|
+
}
|
|
7
|
+
export type Columns = ColumnItem[];
|
|
8
|
+
export interface ColumnItem {
|
|
9
|
+
value: string;
|
|
10
|
+
title: string | Function;
|
|
11
|
+
width?: number;
|
|
12
|
+
rowSpan?: number;
|
|
13
|
+
nowrap?: boolean;
|
|
14
|
+
align?: 'center' | 'left' | 'right';
|
|
15
|
+
render?: (item: any, value: any, index: number) => HTMLElement | string;
|
|
16
|
+
}
|