@sticky-studio-npm/ui-core 0.1.99 → 1.0.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/components/dialogs/DialogButton.d.ts +5 -0
- package/dist/components/dialogs/DialogButton.d.ts.map +1 -0
- package/dist/components/dialogs/index.d.ts +5 -0
- package/dist/components/dialogs/index.d.ts.map +1 -0
- package/dist/components/footer/BetAmountController.d.ts +9 -0
- package/dist/components/footer/BetAmountController.d.ts.map +1 -0
- package/dist/components/footer/BetAmountLabel.d.ts +11 -0
- package/dist/components/footer/BetAmountLabel.d.ts.map +1 -0
- package/dist/components/footer/BuyBonusButton.d.ts +11 -0
- package/dist/components/footer/BuyBonusButton.d.ts.map +1 -0
- package/dist/components/footer/CircleButton.d.ts +10 -0
- package/dist/components/footer/CircleButton.d.ts.map +1 -0
- package/dist/components/footer/Info.d.ts +8 -0
- package/dist/components/footer/Info.d.ts.map +1 -0
- package/dist/components/footer/SpinButton.d.ts +9 -0
- package/dist/components/footer/SpinButton.d.ts.map +1 -0
- package/dist/components/footer/index.d.ts +4 -0
- package/dist/components/footer/index.d.ts.map +1 -0
- package/dist/components/gameWrapper/GameWrapper.d.ts +9 -0
- package/dist/components/gameWrapper/GameWrapper.d.ts.map +1 -0
- package/dist/components/overlay/OverlayBetController.d.ts +5 -0
- package/dist/components/overlay/OverlayBetController.d.ts.map +1 -0
- package/dist/components/overlay/index.d.ts +10 -0
- package/dist/components/overlay/index.d.ts.map +1 -0
- package/dist/components/popups/autoplayPopup/index.d.ts +5 -0
- package/dist/components/popups/autoplayPopup/index.d.ts.map +1 -0
- package/dist/components/popups/autoplayPopup/inputLimit.d.ts +13 -0
- package/dist/components/popups/autoplayPopup/inputLimit.d.ts.map +1 -0
- package/dist/components/popups/autoplayPopup/limitButton.d.ts +8 -0
- package/dist/components/popups/autoplayPopup/limitButton.d.ts.map +1 -0
- package/dist/components/popups/autoplayPopup/tab.d.ts +8 -0
- package/dist/components/popups/autoplayPopup/tab.d.ts.map +1 -0
- package/dist/components/popups/betPopup/index.d.ts +5 -0
- package/dist/components/popups/betPopup/index.d.ts.map +1 -0
- package/dist/components/popups/buyBonusPopup/CardItem.d.ts +9 -0
- package/dist/components/popups/buyBonusPopup/CardItem.d.ts.map +1 -0
- package/dist/components/popups/buyBonusPopup/FeatureByType.d.ts +11 -0
- package/dist/components/popups/buyBonusPopup/FeatureByType.d.ts.map +1 -0
- package/dist/components/popups/buyBonusPopup/index.d.ts +5 -0
- package/dist/components/popups/buyBonusPopup/index.d.ts.map +1 -0
- package/dist/components/popups/common/rectLabel/index.d.ts +10 -0
- package/dist/components/popups/common/rectLabel/index.d.ts.map +1 -0
- package/dist/components/popups/historyPopup/Item.d.ts +12 -0
- package/dist/components/popups/historyPopup/Item.d.ts.map +1 -0
- package/dist/components/popups/historyPopup/index.d.ts +5 -0
- package/dist/components/popups/historyPopup/index.d.ts.map +1 -0
- package/dist/components/popups/index.d.ts +7 -0
- package/dist/components/popups/index.d.ts.map +1 -0
- package/dist/components/popups/settingsPopup/actionButton.d.ts +10 -0
- package/dist/components/popups/settingsPopup/actionButton.d.ts.map +1 -0
- package/dist/components/popups/settingsPopup/index.d.ts +5 -0
- package/dist/components/popups/settingsPopup/index.d.ts.map +1 -0
- package/dist/components/popups/settingsPopup/switcherRow.d.ts +10 -0
- package/dist/components/popups/settingsPopup/switcherRow.d.ts.map +1 -0
- package/dist/components/shared/toggleSwitch/index.d.ts +8 -0
- package/dist/components/shared/toggleSwitch/index.d.ts.map +1 -0
- package/dist/components/topSection/SoundController.d.ts +4 -0
- package/dist/components/topSection/SoundController.d.ts.map +1 -0
- package/dist/components/topSection/index.d.ts +4 -0
- package/dist/components/topSection/index.d.ts.map +1 -0
- package/dist/constants/constants.d.ts +28 -0
- package/dist/constants/constants.d.ts.map +1 -0
- package/dist/constants/index.d.ts +3 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/interfaces.d.ts +30 -0
- package/dist/constants/interfaces.d.ts.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/main.d.ts +9 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/services/BaseSoundService.d.ts +35 -0
- package/dist/services/BaseSoundService.d.ts.map +1 -0
- package/dist/services/index.d.ts +2 -0
- package/dist/services/index.d.ts.map +1 -0
- package/dist/shared/hooks/useOutsideClick.d.ts +4 -0
- package/dist/shared/hooks/useOutsideClick.d.ts.map +1 -0
- package/dist/shared/playUiClickSound.d.ts +2 -0
- package/dist/shared/playUiClickSound.d.ts.map +1 -0
- package/dist/store/AutoplayStore.d.ts +24 -0
- package/dist/store/AutoplayStore.d.ts.map +1 -0
- package/dist/store/BetStore.d.ts +18 -0
- package/dist/store/BetStore.d.ts.map +1 -0
- package/dist/store/BonusStore.d.ts +29 -0
- package/dist/store/BonusStore.d.ts.map +1 -0
- package/dist/store/DialogStore.d.ts +13 -0
- package/dist/store/DialogStore.d.ts.map +1 -0
- package/dist/store/HistoryStore.d.ts +14 -0
- package/dist/store/HistoryStore.d.ts.map +1 -0
- package/dist/store/PopupStore.d.ts +10 -0
- package/dist/store/PopupStore.d.ts.map +1 -0
- package/dist/store/ResultStore.d.ts +12 -0
- package/dist/store/ResultStore.d.ts.map +1 -0
- package/dist/store/SettingsStore.d.ts +21 -0
- package/dist/store/SettingsStore.d.ts.map +1 -0
- package/dist/store/UIStore.d.ts +25 -0
- package/dist/store/UIStore.d.ts.map +1 -0
- package/dist/store/index.d.ts +10 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/ui-bundle.es.js +1667 -919
- package/dist/ui-bundle.umd.js +14 -14
- package/package.json +3 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoplayStore.d.ts","sourceRoot":"","sources":["../../src/store/AutoplayStore.ts"],"names":[],"mappings":"AAEA,cAAM,aAAa;IACjB,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,CAAoC;IAC7D,WAAW,EAAE,KAAK,CAAC,MAAM,CAAC,CAAgB;IAC1C,KAAK,EAAE,MAAM,CAAK;IAClB,wBAAwB,EAAE,OAAO,CAAS;IAC1C,SAAS,EAAE,MAAM,GAAG,IAAI,CAAQ;IAChC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAC/B,eAAe,EAAE,MAAM,CAAK;IAC5B,gBAAgB,EAAE,MAAM,CAAK;IAC7B,SAAS,EAAE,OAAO,CAAS;;IAM3B,QAAQ,CAAC,KAAK,EAAE,MAAM;IAItB,YAAY,CAAC,KAAK,EAAE,OAAO;IAI3B,cAAc,CAAC,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;IAIpC,aAAa,CAAC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC;IAIlC,yBAAyB,CAAC,KAAK,EAAE,OAAO;IAIxC,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAIjC,mBAAmB,CAAC,KAAK,EAAE,MAAM;IAIjC,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAIhC,kBAAkB,CAAC,KAAK,EAAE,MAAM;CAGjC;AAED,eAAO,MAAM,aAAa,eAAsB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class BetStore {
|
|
2
|
+
balance: number;
|
|
3
|
+
betAmount: number;
|
|
4
|
+
betIndex: number;
|
|
5
|
+
betAmountRange: Array<number>;
|
|
6
|
+
maxBetAmount: number;
|
|
7
|
+
minBetAmount: number;
|
|
8
|
+
displayCurrency: string;
|
|
9
|
+
constructor();
|
|
10
|
+
setBet(value: number): void;
|
|
11
|
+
setNextBetAmount(): void;
|
|
12
|
+
setPrevBetAmount(): void;
|
|
13
|
+
setBetAmountRange(value: number[]): void;
|
|
14
|
+
setDisplayCurrency(value: string): void;
|
|
15
|
+
setBalance(value: number): void;
|
|
16
|
+
}
|
|
17
|
+
export declare const betStore: BetStore;
|
|
18
|
+
//# sourceMappingURL=BetStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BetStore.d.ts","sourceRoot":"","sources":["../../src/store/BetStore.ts"],"names":[],"mappings":"AAEA,qBAAa,QAAQ;IACnB,OAAO,EAAE,MAAM,CAAS;IACxB,SAAS,EAAE,MAAM,CAAM;IACvB,QAAQ,EAAE,MAAM,CAAK;IACrB,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAE3B;IACF,YAAY,EAAE,MAAM,CAA0B;IAC9C,YAAY,EAAE,MAAM,CAAuD;IAC3E,eAAe,EAAE,MAAM,CAAS;;IAMhC,MAAM,CAAC,KAAK,EAAE,MAAM;IAKpB,gBAAgB;IAOhB,gBAAgB;IAMhB,iBAAiB,CAAC,KAAK,EAAE,MAAM,EAAE;IASjC,kBAAkB,CAAC,KAAK,EAAE,MAAM;IAIhC,UAAU,CAAC,KAAK,EAAE,MAAM;CAGzB;AAED,eAAO,MAAM,QAAQ,UAAiB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { BonusFeatureItem } from '../constants/interfaces';
|
|
2
|
+
type BuyBonusHandler = (args: unknown) => void;
|
|
3
|
+
declare class BonusStore {
|
|
4
|
+
anteBets: BonusFeatureItem[];
|
|
5
|
+
inReelFeatures: BonusFeatureItem[];
|
|
6
|
+
bonusFeatures: BonusFeatureItem[];
|
|
7
|
+
activeAnteBet: BonusFeatureItem | null;
|
|
8
|
+
activeBonusFeature: BonusFeatureItem | null;
|
|
9
|
+
activeInReelFeature: BonusFeatureItem | null;
|
|
10
|
+
freeSpinsCount: number;
|
|
11
|
+
private handler?;
|
|
12
|
+
private handlerSet;
|
|
13
|
+
constructor();
|
|
14
|
+
setAnteBets(anteBets: BonusFeatureItem[]): void;
|
|
15
|
+
setActiveAnteBet(activeAnteBetId: number | null): void;
|
|
16
|
+
setFreeSpinsCount(freeSpinsCount: number): void;
|
|
17
|
+
setActiveBonusFeature(activeBonusFeature: BonusFeatureItem | null): void;
|
|
18
|
+
setActiveInReelFeature(activeInReelFeature: BonusFeatureItem | null): void;
|
|
19
|
+
setInReelFeatures(inReelFeatures: BonusFeatureItem[]): void;
|
|
20
|
+
setBonusFeatures(bonusFeatures: BonusFeatureItem[]): void;
|
|
21
|
+
get isActiveBonus(): boolean;
|
|
22
|
+
get isActiveInReelFeature(): boolean;
|
|
23
|
+
get isActiveAnteBet(): boolean;
|
|
24
|
+
setHandlerOnce(handler: BuyBonusHandler): void;
|
|
25
|
+
buyHandler(args: unknown): void;
|
|
26
|
+
}
|
|
27
|
+
export declare const bonusStore: BonusStore;
|
|
28
|
+
export {};
|
|
29
|
+
//# sourceMappingURL=BonusStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BonusStore.d.ts","sourceRoot":"","sources":["../../src/store/BonusStore.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,KAAK,eAAe,GAAG,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;AAE/C,cAAM,UAAU;IACd,QAAQ,EAAE,gBAAgB,EAAE,CAAM;IAClC,cAAc,EAAE,gBAAgB,EAAE,CAAM;IACxC,aAAa,EAAE,gBAAgB,EAAE,CAAM;IACvC,aAAa,EAAE,gBAAgB,GAAG,IAAI,CAAQ;IAC9C,kBAAkB,EAAE,gBAAgB,GAAG,IAAI,CAAQ;IACnD,mBAAmB,EAAE,gBAAgB,GAAG,IAAI,CAAQ;IACpD,cAAc,EAAE,MAAM,CAAK;IAE3B,OAAO,CAAC,OAAO,CAAC,CAAkB;IAClC,OAAO,CAAC,UAAU,CAAS;;IA2B3B,WAAW,CAAC,QAAQ,EAAE,gBAAgB,EAAE;IAIxC,gBAAgB,CAAC,eAAe,EAAE,MAAM,GAAG,IAAI;IAQ/C,iBAAiB,CAAC,cAAc,EAAE,MAAM;IAIxC,qBAAqB,CAAC,kBAAkB,EAAE,gBAAgB,GAAG,IAAI;IAIjE,sBAAsB,CAAC,mBAAmB,EAAE,gBAAgB,GAAG,IAAI;IAInE,iBAAiB,CAAC,cAAc,EAAE,gBAAgB,EAAE;IAIpD,gBAAgB,CAAC,aAAa,EAAE,gBAAgB,EAAE;IAIlD,IAAI,aAAa,YAEhB;IAED,IAAI,qBAAqB,YAExB;IAED,IAAI,eAAe,YAElB;IAED,cAAc,CAAC,OAAO,EAAE,eAAe;IASvC,UAAU,CAAC,IAAI,EAAE,OAAO;CAGzB;AAED,eAAO,MAAM,UAAU,YAAmB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { DialogItem } from '../constants/interfaces';
|
|
2
|
+
declare class DialogStore {
|
|
3
|
+
dialogs: DialogItem[];
|
|
4
|
+
activeDialog: DialogItem | null;
|
|
5
|
+
constructor();
|
|
6
|
+
add(item: DialogItem): void;
|
|
7
|
+
open(name: string): void;
|
|
8
|
+
close(): void;
|
|
9
|
+
get isOpen(): boolean;
|
|
10
|
+
}
|
|
11
|
+
export declare const dialogStore: DialogStore;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=DialogStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DialogStore.d.ts","sourceRoot":"","sources":["../../src/store/DialogStore.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAGrD,cAAM,WAAW;IACf,OAAO,EAAE,UAAU,EAAE,CAAkB;IACvC,YAAY,EAAE,UAAU,GAAG,IAAI,CAAQ;;IAMvC,GAAG,CAAC,IAAI,EAAE,UAAU;IAIpB,IAAI,CAAC,IAAI,EAAE,MAAM;IASjB,KAAK;IAIL,IAAI,MAAM,YAET;CACF;AAED,eAAO,MAAM,WAAW,aAAoB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
interface HistoryItem {
|
|
2
|
+
date: string;
|
|
3
|
+
betAmount: number;
|
|
4
|
+
winAmount: number;
|
|
5
|
+
currencyCode: string;
|
|
6
|
+
}
|
|
7
|
+
declare class HistoryStore {
|
|
8
|
+
data: HistoryItem[];
|
|
9
|
+
constructor();
|
|
10
|
+
setData(data: HistoryItem[]): void;
|
|
11
|
+
}
|
|
12
|
+
export declare const historyStore: HistoryStore;
|
|
13
|
+
export {};
|
|
14
|
+
//# sourceMappingURL=HistoryStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HistoryStore.d.ts","sourceRoot":"","sources":["../../src/store/HistoryStore.ts"],"names":[],"mappings":"AACA,UAAU,WAAW;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,cAAM,YAAY;IAChB,IAAI,EAAE,WAAW,EAAE,CAuGjB;;IAMF,OAAO,CAAC,IAAI,EAAE,WAAW,EAAE;CAG5B;AAED,eAAO,MAAM,YAAY,cAAqB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PopupStore.d.ts","sourceRoot":"","sources":["../../src/store/PopupStore.ts"],"names":[],"mappings":"AAEA,cAAM,UAAU;IACd,WAAW,EAAE,MAAM,GAAG,IAAI,CAAQ;;IAMlC,IAAI,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAIxB,KAAK;IAIL,IAAI,MAAM,YAET;CACF;AAED,eAAO,MAAM,UAAU,YAAmB,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare class ResultStore {
|
|
2
|
+
lastResult: object;
|
|
3
|
+
isBonus: boolean;
|
|
4
|
+
lastWinAmount: number;
|
|
5
|
+
constructor();
|
|
6
|
+
setLastResult(result: object): void;
|
|
7
|
+
setIsBonus(isBonus: boolean): void;
|
|
8
|
+
setLastWinAmount(winAmount: number): void;
|
|
9
|
+
}
|
|
10
|
+
export declare const resultStore: ResultStore;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=ResultStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ResultStore.d.ts","sourceRoot":"","sources":["../../src/store/ResultStore.ts"],"names":[],"mappings":"AAEA,cAAM,WAAW;IACf,UAAU,EAAE,MAAM,CAAM;IACxB,OAAO,EAAE,OAAO,CAAS;IACzB,aAAa,EAAE,MAAM,CAAK;;IAM1B,aAAa,CAAC,MAAM,EAAE,MAAM;IAI5B,UAAU,CAAC,OAAO,EAAE,OAAO;IAI3B,gBAAgB,CAAC,SAAS,EAAE,MAAM;CAGnC;AAED,eAAO,MAAM,WAAW,aAAoB,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare class SettingsStore {
|
|
2
|
+
introSkip: boolean;
|
|
3
|
+
spaceToSpin: boolean;
|
|
4
|
+
spaceToSkip: boolean;
|
|
5
|
+
isTurbo: boolean;
|
|
6
|
+
volume: number;
|
|
7
|
+
musicOn: boolean;
|
|
8
|
+
soundsOn: boolean;
|
|
9
|
+
constructor();
|
|
10
|
+
setMusicOn(value: boolean): void;
|
|
11
|
+
toggleMute(): void;
|
|
12
|
+
setVolume(value: number): void;
|
|
13
|
+
setIsTurbo(value: boolean): void;
|
|
14
|
+
setSoundsOn(value: boolean): void;
|
|
15
|
+
setIntroSkip(value: boolean): void;
|
|
16
|
+
setSpaceToSpin(value: boolean): void;
|
|
17
|
+
setSpaceToSkip(value: boolean): void;
|
|
18
|
+
}
|
|
19
|
+
export declare const settingsStore: SettingsStore;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=SettingsStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsStore.d.ts","sourceRoot":"","sources":["../../src/store/SettingsStore.ts"],"names":[],"mappings":"AAIA,cAAM,aAAa;IACjB,SAAS,EAAE,OAAO,CACyE;IAC3F,WAAW,EAAE,OAAO,CAAS;IAC7B,WAAW,EAAE,OAAO,CAAS;IAC7B,OAAO,EAAE,OAAO,CAAS;IACzB,MAAM,EAAE,MAAM,CAAM;IACpB,OAAO,EAAE,OAAO,CAAQ;IACxB,QAAQ,EAAE,OAAO,CAAQ;;IAMzB,UAAU,CAAC,KAAK,EAAE,OAAO;IAUzB,UAAU;IAQV,SAAS,CAAC,KAAK,EAAE,MAAM;IAKvB,UAAU,CAAC,KAAK,EAAE,OAAO;IAIzB,WAAW,CAAC,KAAK,EAAE,OAAO;IAU1B,YAAY,CAAC,KAAK,EAAE,OAAO;IAK3B,cAAc,CAAC,KAAK,EAAE,OAAO;IAI7B,cAAc,CAAC,KAAK,EAAE,OAAO;CAG9B;AAED,eAAO,MAAM,aAAa,eAAsB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
type SpinHandler = () => void;
|
|
2
|
+
declare class UIStore {
|
|
3
|
+
isRunning: boolean;
|
|
4
|
+
isDisabled: boolean;
|
|
5
|
+
isSlamStop: boolean;
|
|
6
|
+
isUIVisible: boolean;
|
|
7
|
+
isAutoPlayDisabled: boolean;
|
|
8
|
+
isBuyBonusDisabled: boolean;
|
|
9
|
+
isBetAmountLabelsDisabled: boolean;
|
|
10
|
+
private handler?;
|
|
11
|
+
private handlerSet;
|
|
12
|
+
constructor();
|
|
13
|
+
setHandlerOnce(handler: SpinHandler): void;
|
|
14
|
+
setIsUIVisible(visible: boolean): void;
|
|
15
|
+
setIsAutoplayDisabled(disabled: boolean): void;
|
|
16
|
+
setIsBetAmountLabelsDisabled(disabled: boolean): void;
|
|
17
|
+
setIsSpinDisabled(disabled: boolean): void;
|
|
18
|
+
setIsBuyBonusDisabled(disabled: boolean): void;
|
|
19
|
+
clickHandler(): void;
|
|
20
|
+
setIsSpinRunning(value: boolean): void;
|
|
21
|
+
setIsSlamStop(value: boolean): void;
|
|
22
|
+
}
|
|
23
|
+
export declare const uiStore: UIStore;
|
|
24
|
+
export {};
|
|
25
|
+
//# sourceMappingURL=UIStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UIStore.d.ts","sourceRoot":"","sources":["../../src/store/UIStore.ts"],"names":[],"mappings":"AAGA,KAAK,WAAW,GAAG,MAAM,IAAI,CAAC;AAE9B,cAAM,OAAO;IACX,SAAS,EAAE,OAAO,CAAS;IAC3B,UAAU,EAAE,OAAO,CAAS;IAC5B,UAAU,EAAE,OAAO,CAAS;IAC5B,WAAW,EAAE,OAAO,CAAS;IAC7B,kBAAkB,EAAE,OAAO,CAAS;IACpC,kBAAkB,EAAE,OAAO,CAAS;IACpC,yBAAyB,EAAE,OAAO,CAAS;IAE3C,OAAO,CAAC,OAAO,CAAC,CAAc;IAC9B,OAAO,CAAC,UAAU,CAAS;;IAwB3B,cAAc,CAAC,OAAO,EAAE,WAAW;IAUnC,cAAc,CAAC,OAAO,EAAE,OAAO;IAI/B,qBAAqB,CAAC,QAAQ,EAAE,OAAO;IAIvC,4BAA4B,CAAC,QAAQ,EAAE,OAAO;IAI9C,iBAAiB,CAAC,QAAQ,EAAE,OAAO;IAInC,qBAAqB,CAAC,QAAQ,EAAE,OAAO;IAIvC,YAAY;IAKZ,gBAAgB,CAAC,KAAK,EAAE,OAAO;IAI/B,aAAa,CAAC,KAAK,EAAE,OAAO;CAG7B;AAED,eAAO,MAAM,OAAO,SAAgB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { popupStore } from './PopupStore';
|
|
2
|
+
export { dialogStore } from './DialogStore';
|
|
3
|
+
export { betStore } from './BetStore';
|
|
4
|
+
export { autoplayStore } from './AutoplayStore';
|
|
5
|
+
export { bonusStore } from './BonusStore';
|
|
6
|
+
export { settingsStore } from './SettingsStore';
|
|
7
|
+
export { historyStore } from './HistoryStore';
|
|
8
|
+
export { uiStore } from './UIStore';
|
|
9
|
+
export { resultStore } from './ResultStore';
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/store/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
|