@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":"DialogButton.d.ts","sourceRoot":"","sources":["../../../src/components/dialogs/DialogButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,IAAI,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAG/E,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAuB7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/dialogs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAMtB,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAgCnB,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface BetAmountControllerProps {
|
|
3
|
+
onClick?: () => void;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const BetAmountController: React.FC<BetAmountControllerProps>;
|
|
8
|
+
export default BetAmountController;
|
|
9
|
+
//# sourceMappingURL=BetAmountController.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BetAmountController.d.ts","sourceRoot":"","sources":["../../../src/components/footer/BetAmountController.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,wBAAwB;IAChC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAoB3D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface BetAmountLabelProps {
|
|
3
|
+
value: number;
|
|
4
|
+
currency: string;
|
|
5
|
+
onClick?: () => void;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
highlighted?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const BetAmountLabel: React.FC<BetAmountLabelProps>;
|
|
10
|
+
export default BetAmountLabel;
|
|
11
|
+
//# sourceMappingURL=BetAmountLabel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BetAmountLabel.d.ts","sourceRoot":"","sources":["../../../src/components/footer/BetAmountLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,mBAAmB;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAyBjD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface BuyBonusButtonProps {
|
|
3
|
+
onClick?: () => void;
|
|
4
|
+
disabled?: boolean;
|
|
5
|
+
imagePath?: string | null;
|
|
6
|
+
isAnteBet?: boolean | null;
|
|
7
|
+
isBonus?: boolean | null;
|
|
8
|
+
}
|
|
9
|
+
declare const BuyBonusButton: React.FC<BuyBonusButtonProps>;
|
|
10
|
+
export default BuyBonusButton;
|
|
11
|
+
//# sourceMappingURL=BuyBonusButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BuyBonusButton.d.ts","sourceRoot":"","sources":["../../../src/components/footer/BuyBonusButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,UAAU,mBAAmB;IAC3B,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CAC1B;AAED,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsCjD,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface CircleButtonProps {
|
|
3
|
+
onClick?: () => void;
|
|
4
|
+
className?: string;
|
|
5
|
+
isActive: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const CircleButton: React.FC<CircleButtonProps>;
|
|
9
|
+
export default CircleButton;
|
|
10
|
+
//# sourceMappingURL=CircleButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CircleButton.d.ts","sourceRoot":"","sources":["../../../src/components/footer/CircleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,iBAAiB;IACzB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAoB7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Info.d.ts","sourceRoot":"","sources":["../../../src/components/footer/Info.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,UAAU,SAAS;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf;AAED,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAS7B,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpinButton.d.ts","sourceRoot":"","sources":["../../../src/components/footer/SpinButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAmBxC,CAAC;AAEH,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/footer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAIpD,OAAO,cAAc,CAAC;AAYtB,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAoGzB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface GameWrapperProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
onMount?: (container: HTMLDivElement) => void;
|
|
5
|
+
onUnmount?: () => void;
|
|
6
|
+
}
|
|
7
|
+
export declare const GameWrapper: React.FC<GameWrapperProps>;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=GameWrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GameWrapper.d.ts","sourceRoot":"","sources":["../../../src/components/gameWrapper/GameWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAEjD,UAAU,gBAAgB;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,SAAS,EAAE,cAAc,KAAK,IAAI,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;CACxB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAyBlD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OverlayBetController.d.ts","sourceRoot":"","sources":["../../../src/components/overlay/OverlayBetController.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAKtB,QAAA,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAuBhC,CAAC;AAEH,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ComponentType } from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
interface OverlayProps {
|
|
4
|
+
payTableComponent?: ComponentType;
|
|
5
|
+
}
|
|
6
|
+
declare const Overlay: (({ payTableComponent: PayTable }: OverlayProps) => import("react/jsx-runtime").JSX.Element | null) & {
|
|
7
|
+
displayName: string;
|
|
8
|
+
};
|
|
9
|
+
export default Overlay;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/overlay/index.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,cAAc,CAAC;AAWtB,UAAU,YAAY;IACpB,iBAAiB,CAAC,EAAE,aAAa,CAAC;CACnC;AAED,QAAA,MAAM,OAAO,qCAA8C,YAAY;;CAyCrE,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/autoplayPopup/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAC5D,OAAO,cAAc,CAAC;AAUtB,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EA2IzB,CAAC;AAEH,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface InputLimitProps {
|
|
3
|
+
value?: string | null;
|
|
4
|
+
placeholder?: string;
|
|
5
|
+
inputType?: 'text' | 'number';
|
|
6
|
+
className?: string;
|
|
7
|
+
autoFocus?: boolean;
|
|
8
|
+
onSubmit: (value: string) => void;
|
|
9
|
+
onCancel?: () => void;
|
|
10
|
+
}
|
|
11
|
+
declare const InputLimit: React.FC<InputLimitProps>;
|
|
12
|
+
export default InputLimit;
|
|
13
|
+
//# sourceMappingURL=inputLimit.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputLimit.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/autoplayPopup/inputLimit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,UAAU,eAAe;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB;AAED,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA+DzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"limitButton.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/autoplayPopup/limitButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAeA,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tab.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/autoplayPopup/tab.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,QAAA,MAAM,GAAG,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,MAAM,CAAC,EAAE,OAAO,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IAAC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAmBzF,CAAC;AAEF,eAAe,GAAG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/betPopup/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAKtB,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAsBpB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CardItem.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/buyBonusPopup/CardItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4C,MAAM,OAAO,CAAC;AAEjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAMtD,QAAA,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IACnB,IAAI,EAAE,gBAAgB,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACjC,CAoGC,CAAC;AAEH,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { BonusFeatureItem } from '../../../constants/interfaces';
|
|
3
|
+
interface AnteBetsProps {
|
|
4
|
+
features: BonusFeatureItem[];
|
|
5
|
+
type: string;
|
|
6
|
+
title: string;
|
|
7
|
+
onBuy?: (args: unknown) => void;
|
|
8
|
+
}
|
|
9
|
+
declare const FeatureByType: React.FC<AnteBetsProps>;
|
|
10
|
+
export default FeatureByType;
|
|
11
|
+
//# sourceMappingURL=FeatureByType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeatureByType.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/buyBonusPopup/FeatureByType.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,UAAU,aAAa;IACrB,QAAQ,EAAE,gBAAgB,EAAE,CAAC;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACjC;AACD,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAa1C,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/buyBonusPopup/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAKtB,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAmC1B,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
interface RectLabelProps {
|
|
4
|
+
value: number;
|
|
5
|
+
onClick: (value: number) => void;
|
|
6
|
+
active: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare const RectLabel: React.FC<RectLabelProps>;
|
|
9
|
+
export default RectLabel;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/popups/common/rectLabel/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAGtB,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,MAAM,EAAE,OAAO,CAAC;CACjB;AAED,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAcvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
interface HistoryItemProps {
|
|
4
|
+
betAmount: number;
|
|
5
|
+
winAmount: number;
|
|
6
|
+
date: string;
|
|
7
|
+
currencyCode: string;
|
|
8
|
+
id: string;
|
|
9
|
+
}
|
|
10
|
+
declare const HistoryItem: React.FC<HistoryItemProps>;
|
|
11
|
+
export default HistoryItem;
|
|
12
|
+
//# sourceMappingURL=Item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Item.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/historyPopup/Item.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,cAAc,CAAC;AAGtB,UAAU,gBAAgB;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA6C3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/historyPopup/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAKtB,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAwBxB,CAAC;AAEH,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/popups/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAW,MAAM,OAAO,CAAC;AAUtD,UAAU,WAAW;IACnB,iBAAiB,CAAC,EAAE,aAAa,CAAC;CACnC;AAED,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAuBhC,CAAC;AAEH,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
type ActionButtonProps = {
|
|
4
|
+
onClick: () => void;
|
|
5
|
+
label: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
};
|
|
8
|
+
declare const ActionButton: React.FC<ActionButtonProps>;
|
|
9
|
+
export default ActionButton;
|
|
10
|
+
//# sourceMappingURL=actionButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"actionButton.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/settingsPopup/actionButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAGtB,KAAK,iBAAiB,GAAG;IACvB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAc7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/settingsPopup/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAQtB,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAkEzB,CAAC;AAEH,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
type SwitcherRowProps = {
|
|
4
|
+
onToggle: (value: boolean) => void;
|
|
5
|
+
label: string;
|
|
6
|
+
checked?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const SwitcherRow: React.FC<SwitcherRowProps>;
|
|
9
|
+
export default SwitcherRow;
|
|
10
|
+
//# sourceMappingURL=switcherRow.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"switcherRow.d.ts","sourceRoot":"","sources":["../../../../src/components/popups/settingsPopup/switcherRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAGtB,KAAK,gBAAgB,GAAG;IACtB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAc3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/shared/toggleSwitch/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAGtB,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,QAAQ,EAAE,CAAC,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;CAAE,CAehF,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SoundController.d.ts","sourceRoot":"","sources":["../../../src/components/topSection/SoundController.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAM3C,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAmC3B,CAAC;AAEH,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/topSection/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,CAAC;AAQtB,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAqB7B,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ButtonsConfigs, ButtonVariant, DialogItem } from './interfaces';
|
|
2
|
+
export declare const PopupNames: {
|
|
3
|
+
readonly bet: "bet";
|
|
4
|
+
readonly autoplay: "autoplay";
|
|
5
|
+
readonly settings: "settings";
|
|
6
|
+
readonly history: "history";
|
|
7
|
+
readonly buyBonus: "buy_bonus";
|
|
8
|
+
readonly payTable: "pay_table";
|
|
9
|
+
};
|
|
10
|
+
export declare const defaultDialogsNames: {
|
|
11
|
+
readonly insufficientFunds: "insufficient funds";
|
|
12
|
+
};
|
|
13
|
+
export declare const defaultDialogButtonsConfigs: Record<ButtonVariant, ButtonsConfigs>;
|
|
14
|
+
export declare const defaultDialogs: DialogItem[];
|
|
15
|
+
export declare const bonusFeatureTypes: {
|
|
16
|
+
ante: string;
|
|
17
|
+
buy: string;
|
|
18
|
+
};
|
|
19
|
+
export declare const LOCAL_STORAGE_ITEM_NAMES: {
|
|
20
|
+
SKIP_INTRO: string;
|
|
21
|
+
SOUND_ON: string;
|
|
22
|
+
MUSIC_ON: string;
|
|
23
|
+
};
|
|
24
|
+
export declare const BASE_SOUND_NAMES: {
|
|
25
|
+
Click: string;
|
|
26
|
+
BuyBonusClick: string;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAEzE,eAAO,MAAM,UAAU;;;;;;;CAOoB,CAAC;AAE5C,eAAO,MAAM,mBAAmB;;CAEW,CAAC;AAE5C,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAAC,aAAa,EAAE,cAAc,CAS7E,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,UAAU,EAiBtC,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;CAG7B,CAAC;AAEF,eAAO,MAAM,wBAAwB;;;;CAIpC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;CAG5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export type ButtonVariant = 'primary' | 'secondary';
|
|
2
|
+
export interface ButtonsConfigs {
|
|
3
|
+
background: string;
|
|
4
|
+
color: string;
|
|
5
|
+
}
|
|
6
|
+
export interface DialogButton {
|
|
7
|
+
text: string;
|
|
8
|
+
configs: ButtonsConfigs;
|
|
9
|
+
onClick?: () => void;
|
|
10
|
+
}
|
|
11
|
+
export interface DialogItem {
|
|
12
|
+
name: string;
|
|
13
|
+
title: string;
|
|
14
|
+
message: string;
|
|
15
|
+
imagePath?: string;
|
|
16
|
+
toggle?: {
|
|
17
|
+
value: boolean;
|
|
18
|
+
onClick: () => void;
|
|
19
|
+
};
|
|
20
|
+
buttons: DialogButton[];
|
|
21
|
+
}
|
|
22
|
+
export interface BonusFeatureItem {
|
|
23
|
+
id: number;
|
|
24
|
+
title: string;
|
|
25
|
+
description?: string;
|
|
26
|
+
costMultiplier: number;
|
|
27
|
+
availableBets: Array<number>;
|
|
28
|
+
imagePath?: string;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=interfaces.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../src/constants/interfaces.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,WAAW,CAAC;AAEpD,MAAM,WAAW,cAAc;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,cAAc,CAAC;IACxB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,UAAU;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE;QACP,KAAK,EAAE,OAAO,CAAC;QACf,OAAO,EAAE,MAAM,IAAI,CAAC;KACrB,CAAC;IACF,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAClC,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC"}
|
package/dist/main.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ComponentType } from 'react';
|
|
2
|
+
import './index.scss';
|
|
3
|
+
type EmptyProps = Record<string, never>;
|
|
4
|
+
export interface AppProps {
|
|
5
|
+
payTableComponent: ComponentType<EmptyProps>;
|
|
6
|
+
}
|
|
7
|
+
export declare function createUi(container: HTMLElement | null, payTableComponent?: ComponentType<EmptyProps>): void;
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=main.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE7C,OAAO,cAAc,CAAC;AAMtB,KAAK,UAAU,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAExC,MAAM,WAAW,QAAQ;IACvB,iBAAiB,EAAE,aAAa,CAAC,UAAU,CAAC,CAAC;CAC9C;AAiBD,wBAAgB,QAAQ,CACtB,SAAS,EAAE,WAAW,GAAG,IAAI,EAC7B,iBAAiB,GAAE,aAAa,CAAC,UAAU,CAAkB,QAY9D"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const DEFAULT_BG_MUSIC_KEY = "default";
|
|
2
|
+
declare class BaseSoundService {
|
|
3
|
+
private bgMusic;
|
|
4
|
+
private bgBaseVolumes;
|
|
5
|
+
private sfx;
|
|
6
|
+
private sfxBaseVolumes;
|
|
7
|
+
private masterVolume;
|
|
8
|
+
private musicMuted;
|
|
9
|
+
private sfxMuted;
|
|
10
|
+
private allMuted;
|
|
11
|
+
registerBgMusic(src: string | string[], volume?: number): void;
|
|
12
|
+
registerBgMusic(key: string, src: string | string[], volume?: number): void;
|
|
13
|
+
private registerBgMusicTrack;
|
|
14
|
+
registerSound(key: string, src: string | string[], volume?: number): void;
|
|
15
|
+
playBgMusic(): void;
|
|
16
|
+
playBgMusic(id: string): void;
|
|
17
|
+
stopBgMusic(): void;
|
|
18
|
+
stopBgMusic(id: string): void;
|
|
19
|
+
muteMusic(): void;
|
|
20
|
+
unmuteMusic(): void;
|
|
21
|
+
playSound(key: string, loop?: boolean): number | undefined;
|
|
22
|
+
playSoundOnce(key: string, loop?: boolean): number | undefined;
|
|
23
|
+
stopSound(key: string): void;
|
|
24
|
+
muteSounds(): void;
|
|
25
|
+
unmuteSounds(): void;
|
|
26
|
+
setMasterVolume(volume: number): void;
|
|
27
|
+
setSoundBaseVolume(key: string, baseVolume: number): void;
|
|
28
|
+
setBgMusicBaseVolume(key: string, baseVolume: number): void;
|
|
29
|
+
muteAll(): void;
|
|
30
|
+
unmuteAll(): void;
|
|
31
|
+
private clamp;
|
|
32
|
+
}
|
|
33
|
+
export declare const soundService: BaseSoundService;
|
|
34
|
+
export {};
|
|
35
|
+
//# sourceMappingURL=BaseSoundService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseSoundService.d.ts","sourceRoot":"","sources":["../../src/services/BaseSoundService.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB,YAAY,CAAC;AAE9C,cAAM,gBAAgB;IACpB,OAAO,CAAC,OAAO,CAA2B;IAC1C,OAAO,CAAC,aAAa,CAA6B;IAClD,OAAO,CAAC,GAAG,CAAgC;IAC3C,OAAO,CAAC,cAAc,CAAkC;IACxD,OAAO,CAAC,YAAY,CAAK;IACzB,OAAO,CAAC,UAAU,CAAS;IAC3B,OAAO,CAAC,QAAQ,CAAS;IACzB,OAAO,CAAC,QAAQ,CAAS;IAEzB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI;IAC9D,eAAe,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI;IAoB3E,OAAO,CAAC,oBAAoB;IAe5B,aAAa,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,EAAE,MAAM,SAAI;IAW7D,WAAW,IAAI,IAAI;IACnB,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAc7B,WAAW,IAAI,IAAI;IACnB,WAAW,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAS7B,SAAS;IAKT,WAAW;IAKX,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,GAAE,OAAe,GAAG,MAAM,GAAG,SAAS;IAQjE,aAAa,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,GAAE,OAAe,GAAG,MAAM,GAAG,SAAS;IASrE,SAAS,CAAC,GAAG,EAAE,MAAM;IAMrB,UAAU;IAKV,YAAY;IAIZ,eAAe,CAAC,MAAM,EAAE,MAAM;IAgB9B,kBAAkB,CAAC,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM;IAQlD,oBAAoB,CAAC,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM;IAQpD,OAAO;IAKP,SAAS;IAOT,OAAO,CAAC,KAAK;CAGd;AAED,eAAO,MAAM,YAAY,kBAAyB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/services/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useOutsideClick.d.ts","sourceRoot":"","sources":["../../../src/shared/hooks/useOutsideClick.ts"],"names":[],"mappings":"AAEA,KAAK,OAAO,GAAG,CAAC,KAAK,EAAE,UAAU,GAAG,UAAU,KAAK,IAAI,CAAC;AAExD,wBAAgB,eAAe,CAAC,CAAC,SAAS,WAAW,GAAG,WAAW,EAAE,OAAO,EAAE,OAAO,GAyBrE,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CACjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"playUiClickSound.d.ts","sourceRoot":"","sources":["../../src/shared/playUiClickSound.ts"],"names":[],"mappings":"AAGA,wBAAgB,gBAAgB,IAAI,IAAI,CAEvC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare class AutoplayStore {
|
|
2
|
+
countRange: Array<number>;
|
|
3
|
+
limitsRange: Array<number>;
|
|
4
|
+
count: number;
|
|
5
|
+
specialFeatureSwitcherOn: boolean;
|
|
6
|
+
lossLimit: number | null;
|
|
7
|
+
winLimit: number | null;
|
|
8
|
+
currentWinLimit: number;
|
|
9
|
+
currentLossLimit: number;
|
|
10
|
+
isStarted: boolean;
|
|
11
|
+
constructor();
|
|
12
|
+
setCount(count: number): void;
|
|
13
|
+
setIsStarted(value: boolean): void;
|
|
14
|
+
setLimitsRange(limits: Array<number>): void;
|
|
15
|
+
setCountRange(value: Array<number>): void;
|
|
16
|
+
setSpecialFeatureSwitcher(value: boolean): void;
|
|
17
|
+
setLossLimit(value: number | null): void;
|
|
18
|
+
setCurrentLossLimit(value: number): void;
|
|
19
|
+
setWinLimit(value: number | null): void;
|
|
20
|
+
setCurrentWinLimit(value: number): void;
|
|
21
|
+
}
|
|
22
|
+
export declare const autoplayStore: AutoplayStore;
|
|
23
|
+
export {};
|
|
24
|
+
//# sourceMappingURL=AutoplayStore.d.ts.map
|