@everymatrix/player-elevate-points-history-jojogroup 1.80.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/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/bonus-pagination-limits_6.cjs.entry.js +6293 -0
- package/dist/cjs/index-7eb04064.js +1637 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/loader.cjs.js +15 -0
- package/dist/cjs/locale.utils-6b4c0dbd.js +230 -0
- package/dist/cjs/player-elevate-card-items-30bf53bc.js +2334 -0
- package/dist/cjs/player-elevate-card.cjs.entry.js +76 -0
- package/dist/cjs/player-elevate-loyaltycard.cjs.entry.js +89 -0
- package/dist/cjs/player-elevate-points-history-jojogroup.cjs.js +25 -0
- package/dist/cjs/player-rakeback-card.cjs.entry.js +163 -0
- package/dist/collection/collection-manifest.json +41 -0
- package/dist/collection/components/player-elevate-points-history-jojogroup/index.js +1 -0
- package/dist/collection/components/player-elevate-points-history-jojogroup/player-elevate-points-history-jojogroup.css +185 -0
- package/dist/collection/components/player-elevate-points-history-jojogroup/player-elevate-points-history-jojogroup.js +479 -0
- package/dist/collection/index.js +1 -0
- package/dist/collection/renders/renderTabs.js +9 -0
- package/dist/collection/renders/renderTopBar.js +4 -0
- package/dist/collection/renders/renderWallets.js +43 -0
- package/dist/collection/static/back.svg +3 -0
- package/dist/collection/static/menu.svg +5 -0
- package/dist/collection/utils/business.js +17 -0
- package/dist/collection/utils/fetch.js +17 -0
- package/dist/collection/utils/translation.js +62 -0
- package/dist/collection/utils/types.js +7 -0
- package/dist/collection/utils/util.js +16 -0
- package/dist/collection/utils/utils.js +3 -0
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/bonus-pagination-limits_6.entry.js +6284 -0
- package/dist/esm/index-028fbb06.js +1607 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +11 -0
- package/dist/esm/locale.utils-34e6f004.js +226 -0
- package/dist/esm/player-elevate-card-items-fa32ea6b.js +2323 -0
- package/dist/esm/player-elevate-card.entry.js +72 -0
- package/dist/esm/player-elevate-loyaltycard.entry.js +85 -0
- package/dist/esm/player-elevate-points-history-jojogroup.js +20 -0
- package/dist/esm/player-rakeback-card.entry.js +159 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/player-elevate-points-history-jojogroup/app-globals-0f993ce5.js +1 -0
- package/dist/player-elevate-points-history-jojogroup/bonus-pagination-limits_6.entry.js +9 -0
- package/dist/player-elevate-points-history-jojogroup/index-028fbb06.js +2 -0
- package/dist/player-elevate-points-history-jojogroup/index.esm.js +0 -0
- package/dist/player-elevate-points-history-jojogroup/locale.utils-34e6f004.js +1 -0
- package/dist/player-elevate-points-history-jojogroup/player-elevate-card-items-fa32ea6b.js +1 -0
- package/dist/player-elevate-points-history-jojogroup/player-elevate-card.entry.js +1 -0
- package/dist/player-elevate-points-history-jojogroup/player-elevate-loyaltycard.entry.js +1 -0
- package/dist/player-elevate-points-history-jojogroup/player-elevate-points-history-jojogroup.esm.js +1 -0
- package/dist/player-elevate-points-history-jojogroup/player-rakeback-card.entry.js +1 -0
- package/dist/static/button-default.svg +42 -0
- package/dist/static/button-disabled.svg +4 -0
- package/dist/static/button-hover.svg +4 -0
- package/dist/static/button-level.svg +27 -0
- package/dist/static/button-pressed.svg +18 -0
- package/dist/static/button-redeem.svg +36 -0
- package/dist/static/card-ground-over.png +0 -0
- package/dist/static/card-ground-over.svg +903 -0
- package/dist/static/card-ground.png +0 -0
- package/dist/static/card-ground.svg +34 -0
- package/dist/static/info.svg +4 -0
- package/dist/static/level-badge.png +0 -0
- package/dist/static/level-percent.svg +80 -0
- package/dist/static/tips-info.svg +21 -0
- package/dist/static/user.svg +3 -0
- package/dist/stencil.config.dev.js +18 -0
- package/dist/stencil.config.js +20 -0
- package/dist/storybook/main.js +47 -0
- package/dist/storybook/preview.js +9 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history-jojogroup/.stencil/libs/common/src/storybook/storybook-utils.d.ts +39 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history-jojogroup/.stencil/packages/stencil/player-elevate-points-history-jojogroup/stencil.config.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history-jojogroup/.stencil/packages/stencil/player-elevate-points-history-jojogroup/stencil.config.dev.d.ts +2 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history-jojogroup/.stencil/packages/stencil/player-elevate-points-history-jojogroup/storybook/main.d.ts +3 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history-jojogroup/.stencil/packages/stencil/player-elevate-points-history-jojogroup/storybook/preview.d.ts +70 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history-jojogroup/.stencil/tools/plugins/index.d.ts +4 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history-jojogroup/.stencil/tools/plugins/lazy-load-chunk-plugin.d.ts +12 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history-jojogroup/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +5 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history-jojogroup/.stencil/tools/plugins/vite-chunk-plugin.d.ts +6 -0
- package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/player-elevate-points-history-jojogroup/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +4 -0
- package/dist/types/components/player-elevate-points-history-jojogroup/index.d.ts +1 -0
- package/dist/types/components/player-elevate-points-history-jojogroup/player-elevate-points-history-jojogroup.d.ts +80 -0
- package/dist/types/components.d.ts +165 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/renders/renderTabs.d.ts +3 -0
- package/dist/types/renders/renderTopBar.d.ts +3 -0
- package/dist/types/renders/renderWallets.d.ts +12 -0
- package/dist/types/stencil-public-runtime.d.ts +1674 -0
- package/dist/types/utils/business.d.ts +2 -0
- package/dist/types/utils/fetch.d.ts +2 -0
- package/dist/types/utils/translation.d.ts +63 -0
- package/dist/types/utils/types.d.ts +50 -0
- package/dist/types/utils/util.d.ts +1 -0
- package/dist/types/utils/utils.d.ts +1 -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 +26 -0
|
@@ -0,0 +1,165 @@
|
|
|
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 PlayerElevatePointsHistoryJojogroup {
|
|
10
|
+
/**
|
|
11
|
+
* Client custom styling via string
|
|
12
|
+
*/
|
|
13
|
+
"clientStyling": string;
|
|
14
|
+
/**
|
|
15
|
+
* Client custom styling via url
|
|
16
|
+
*/
|
|
17
|
+
"clientStylingUrl": string;
|
|
18
|
+
/**
|
|
19
|
+
* Customize currency precision for rakeback, default: 2
|
|
20
|
+
*/
|
|
21
|
+
"currencyPrecision": number;
|
|
22
|
+
/**
|
|
23
|
+
* Customize pagination: Activate pagination numbered navigation
|
|
24
|
+
*/
|
|
25
|
+
"displayPageNumbers": boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Customize if show the rakeback tab
|
|
28
|
+
*/
|
|
29
|
+
"enableRakeback": boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Endpoint URL for the source of data
|
|
32
|
+
*/
|
|
33
|
+
"endpoint": string;
|
|
34
|
+
/**
|
|
35
|
+
* Language of the widget
|
|
36
|
+
*/
|
|
37
|
+
"language": string;
|
|
38
|
+
/**
|
|
39
|
+
* User Session
|
|
40
|
+
*/
|
|
41
|
+
"limit": number;
|
|
42
|
+
/**
|
|
43
|
+
* Client custom styling via streamStyling
|
|
44
|
+
*/
|
|
45
|
+
"mbSource": string;
|
|
46
|
+
/**
|
|
47
|
+
* Customize page list options, default: 10,25,50
|
|
48
|
+
*/
|
|
49
|
+
"pageLimitOptions": string;
|
|
50
|
+
/**
|
|
51
|
+
* player avatar url
|
|
52
|
+
*/
|
|
53
|
+
"playerAvatarUrl": string;
|
|
54
|
+
/**
|
|
55
|
+
* Customize pagination: Activate pagination secondary arrows
|
|
56
|
+
*/
|
|
57
|
+
"secondaryArrowsActive": boolean;
|
|
58
|
+
/**
|
|
59
|
+
* User Session
|
|
60
|
+
*/
|
|
61
|
+
"session": string;
|
|
62
|
+
/**
|
|
63
|
+
* translation via url
|
|
64
|
+
*/
|
|
65
|
+
"translationUrl": string;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
export interface PlayerElevatePointsHistoryJojogroupCustomEvent<T> extends CustomEvent<T> {
|
|
69
|
+
detail: T;
|
|
70
|
+
target: HTMLPlayerElevatePointsHistoryJojogroupElement;
|
|
71
|
+
}
|
|
72
|
+
declare global {
|
|
73
|
+
interface HTMLPlayerElevatePointsHistoryJojogroupElementEventMap {
|
|
74
|
+
"paginationReset": any;
|
|
75
|
+
}
|
|
76
|
+
interface HTMLPlayerElevatePointsHistoryJojogroupElement extends Components.PlayerElevatePointsHistoryJojogroup, HTMLStencilElement {
|
|
77
|
+
addEventListener<K extends keyof HTMLPlayerElevatePointsHistoryJojogroupElementEventMap>(type: K, listener: (this: HTMLPlayerElevatePointsHistoryJojogroupElement, ev: PlayerElevatePointsHistoryJojogroupCustomEvent<HTMLPlayerElevatePointsHistoryJojogroupElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
78
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
79
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
80
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
81
|
+
removeEventListener<K extends keyof HTMLPlayerElevatePointsHistoryJojogroupElementEventMap>(type: K, listener: (this: HTMLPlayerElevatePointsHistoryJojogroupElement, ev: PlayerElevatePointsHistoryJojogroupCustomEvent<HTMLPlayerElevatePointsHistoryJojogroupElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
82
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
83
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
84
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
85
|
+
}
|
|
86
|
+
var HTMLPlayerElevatePointsHistoryJojogroupElement: {
|
|
87
|
+
prototype: HTMLPlayerElevatePointsHistoryJojogroupElement;
|
|
88
|
+
new (): HTMLPlayerElevatePointsHistoryJojogroupElement;
|
|
89
|
+
};
|
|
90
|
+
interface HTMLElementTagNameMap {
|
|
91
|
+
"player-elevate-points-history-jojogroup": HTMLPlayerElevatePointsHistoryJojogroupElement;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
declare namespace LocalJSX {
|
|
95
|
+
interface PlayerElevatePointsHistoryJojogroup {
|
|
96
|
+
/**
|
|
97
|
+
* Client custom styling via string
|
|
98
|
+
*/
|
|
99
|
+
"clientStyling"?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Client custom styling via url
|
|
102
|
+
*/
|
|
103
|
+
"clientStylingUrl"?: string;
|
|
104
|
+
/**
|
|
105
|
+
* Customize currency precision for rakeback, default: 2
|
|
106
|
+
*/
|
|
107
|
+
"currencyPrecision"?: number;
|
|
108
|
+
/**
|
|
109
|
+
* Customize pagination: Activate pagination numbered navigation
|
|
110
|
+
*/
|
|
111
|
+
"displayPageNumbers"?: boolean;
|
|
112
|
+
/**
|
|
113
|
+
* Customize if show the rakeback tab
|
|
114
|
+
*/
|
|
115
|
+
"enableRakeback"?: boolean;
|
|
116
|
+
/**
|
|
117
|
+
* Endpoint URL for the source of data
|
|
118
|
+
*/
|
|
119
|
+
"endpoint"?: string;
|
|
120
|
+
/**
|
|
121
|
+
* Language of the widget
|
|
122
|
+
*/
|
|
123
|
+
"language"?: string;
|
|
124
|
+
/**
|
|
125
|
+
* User Session
|
|
126
|
+
*/
|
|
127
|
+
"limit"?: number;
|
|
128
|
+
/**
|
|
129
|
+
* Client custom styling via streamStyling
|
|
130
|
+
*/
|
|
131
|
+
"mbSource"?: string;
|
|
132
|
+
"onPaginationReset"?: (event: PlayerElevatePointsHistoryJojogroupCustomEvent<any>) => void;
|
|
133
|
+
/**
|
|
134
|
+
* Customize page list options, default: 10,25,50
|
|
135
|
+
*/
|
|
136
|
+
"pageLimitOptions"?: string;
|
|
137
|
+
/**
|
|
138
|
+
* player avatar url
|
|
139
|
+
*/
|
|
140
|
+
"playerAvatarUrl"?: string;
|
|
141
|
+
/**
|
|
142
|
+
* Customize pagination: Activate pagination secondary arrows
|
|
143
|
+
*/
|
|
144
|
+
"secondaryArrowsActive"?: boolean;
|
|
145
|
+
/**
|
|
146
|
+
* User Session
|
|
147
|
+
*/
|
|
148
|
+
"session"?: string;
|
|
149
|
+
/**
|
|
150
|
+
* translation via url
|
|
151
|
+
*/
|
|
152
|
+
"translationUrl"?: string;
|
|
153
|
+
}
|
|
154
|
+
interface IntrinsicElements {
|
|
155
|
+
"player-elevate-points-history-jojogroup": PlayerElevatePointsHistoryJojogroup;
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
export { LocalJSX as JSX };
|
|
159
|
+
declare module "@stencil/core" {
|
|
160
|
+
export namespace JSX {
|
|
161
|
+
interface IntrinsicElements {
|
|
162
|
+
"player-elevate-points-history-jojogroup": LocalJSX.PlayerElevatePointsHistoryJojogroup & JSXBase.HTMLAttributes<HTMLPlayerElevatePointsHistoryJojogroupElement>;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './components';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { FunctionalComponent } from '../stencil-public-runtime';
|
|
2
|
+
import { Wallet } from '../utils/types';
|
|
3
|
+
import { TLocale } from '../utils/translation';
|
|
4
|
+
interface WalletItemProps {
|
|
5
|
+
locale: TLocale;
|
|
6
|
+
wallet: Wallet;
|
|
7
|
+
walletType: string;
|
|
8
|
+
isRakeback: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const WalletItem: FunctionalComponent<WalletItemProps>;
|
|
11
|
+
export declare const renderWallets: (locale: TLocale, wallets: Wallet[], pageSetting: any) => any;
|
|
12
|
+
export {};
|