jp.ui.app.ds 1.0.1 → 1.0.3
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/index.d.ts +731 -7
- package/dist/index.js +1 -184
- package/dist/index.js.map +1 -1
- package/dist/just_poker/alert/alert.d.ts +9 -0
- package/dist/just_poker/alert/alert.style.d.ts +7 -0
- package/dist/just_poker/alert/index.d.ts +1 -0
- package/dist/just_poker/app-bar-header/app-bar-header-requisites-item.d.ts +7 -0
- package/dist/just_poker/app-bar-header/app-bar-header-requisites-item.style.d.ts +4 -0
- package/dist/just_poker/app-bar-header/app-bar-header-requisites.d.ts +10 -0
- package/dist/just_poker/app-bar-header/app-bar-header-requisites.style.d.ts +4 -0
- package/dist/just_poker/app-bar-header/app-bar-header.d.ts +11 -0
- package/dist/just_poker/app-bar-header/app-bar-header.style.d.ts +12 -0
- package/dist/just_poker/app-bar-header/index.d.ts +1 -0
- package/dist/just_poker/avatar/avatar-frame-type.d.ts +11 -0
- package/dist/just_poker/avatar/avatar-size-type.d.ts +4 -0
- package/dist/just_poker/avatar/avatar.d.ts +18 -0
- package/dist/just_poker/avatar/avatar.style.d.ts +34 -0
- package/dist/just_poker/avatar/index.d.ts +4 -0
- package/dist/just_poker/avatar-badge/avatar-badge.d.ts +7 -0
- package/dist/just_poker/avatar-badge/avatar-badge.style.d.ts +22 -0
- package/dist/just_poker/avatar-badge/badge-type.d.ts +1 -0
- package/dist/just_poker/avatar-badge/index.d.ts +2 -0
- package/dist/just_poker/avatar-image/avatar-image.d.ts +14 -0
- package/dist/just_poker/avatar-image/avatar-image.style.d.ts +19 -0
- package/dist/just_poker/avatar-image/index.d.ts +2 -0
- package/dist/just_poker/banner/banner.d.ts +9 -0
- package/dist/just_poker/banner/banner.style.d.ts +23 -0
- package/dist/just_poker/banner/index.d.ts +2 -0
- package/dist/just_poker/bottom-selection-panel/bottom-selection-panel-item.d.ts +9 -0
- package/dist/just_poker/bottom-selection-panel/bottom-selection-panel-item.style.d.ts +9 -0
- package/dist/just_poker/bottom-selection-panel/bottom-selection-panel.d.ts +15 -0
- package/dist/just_poker/bottom-selection-panel/bottom-selection-panel.style.d.ts +7 -0
- package/dist/just_poker/bottom-selection-panel/index.d.ts +2 -0
- package/dist/just_poker/card/card-button.d.ts +12 -0
- package/dist/just_poker/card/card-item-with-checkbox.d.ts +12 -0
- package/dist/just_poker/card/card-item.d.ts +14 -0
- package/dist/just_poker/card/card-item.style.d.ts +4 -0
- package/dist/just_poker/card/card-product.d.ts +21 -0
- package/dist/just_poker/card/card-product.style.d.ts +39 -0
- package/dist/just_poker/card/card.d.ts +16 -0
- package/dist/just_poker/card/index.d.ts +4 -0
- package/dist/just_poker/cards-player/cards-player-on-mobile-table-yours.d.ts +3 -0
- package/dist/just_poker/cards-player/cards-player-on-mobile-table-yours.style.d.ts +42 -0
- package/dist/just_poker/cards-player/cards-player-on-mobile-table.d.ts +3 -0
- package/dist/just_poker/cards-player/cards-player-on-mobile-table.style.d.ts +39 -0
- package/dist/just_poker/cards-player/cards-player-yours.d.ts +6 -0
- package/dist/just_poker/cards-player/cards-player-yours.style.d.ts +28 -0
- package/dist/just_poker/cards-player/cards-player.d.ts +18 -0
- package/dist/just_poker/cards-player/cards-player.style.d.ts +20 -0
- package/dist/just_poker/cards-player/index.d.ts +4 -0
- package/dist/just_poker/game-card/game-card-factory.d.ts +2 -0
- package/dist/just_poker/game-card/game-cards-deck.d.ts +16 -0
- package/dist/just_poker/game-card/game-cards-deck.style.d.ts +4 -0
- package/dist/just_poker/game-card/game-cards-row.d.ts +11 -0
- package/dist/just_poker/game-card/game-cards-row.style.d.ts +6 -0
- package/dist/just_poker/game-card/game-cards-stub.d.ts +6 -0
- package/dist/just_poker/game-card/game-cards-stub.style.d.ts +12 -0
- package/dist/just_poker/game-card/index.d.ts +6 -0
- package/dist/just_poker/game-card/skins/base/game-card-base.d.ts +36 -0
- package/dist/just_poker/game-card/skins/base/game-card-base.style.d.ts +56 -0
- package/dist/just_poker/game-card/skins/dacha/card-skin-dacha.d.ts +10 -0
- package/dist/just_poker/game-card/skins/dacha/card-skin-dacha.style.d.ts +31 -0
- package/dist/just_poker/game-card/skins/default/game-card-skin-default.d.ts +11 -0
- package/dist/just_poker/game-card/skins/default/game-card-skin-default.style.d.ts +24 -0
- package/dist/just_poker/game-card/skins/pink-panther/card-skin-pink-panther.d.ts +10 -0
- package/dist/just_poker/game-card/skins/pink-panther/card-skin-pink-panther.style.d.ts +34 -0
- package/dist/just_poker/game-card/skins/pokerdom/card-skin-pokerdom.d.ts +10 -0
- package/dist/just_poker/game-card/skins/pokerdom/card-skin-pokerdom.style.d.ts +31 -0
- package/dist/just_poker/game-card/skins/premium/card-skin-premium.d.ts +10 -0
- package/dist/just_poker/game-card/skins/premium/card-skin-premium.style.d.ts +31 -0
- package/dist/just_poker/game-card/skins/ussr/card-skin-ussr.d.ts +10 -0
- package/dist/just_poker/game-card/skins/ussr/card-skin-ussr.style.d.ts +31 -0
- package/dist/just_poker/game-card/skins/vampire/card-skin-vampire.d.ts +10 -0
- package/dist/just_poker/game-card/skins/vampire/card-skin-vampire.style.d.ts +31 -0
- package/dist/just_poker/game-card/skins/western/card-skin-western.d.ts +10 -0
- package/dist/just_poker/game-card/skins/western/card-skin-western.style.d.ts +31 -0
- package/dist/just_poker/game-card/types/game-card-rank.enum.d.ts +15 -0
- package/dist/just_poker/game-card/types/game-card-size.enum.d.ts +4 -0
- package/dist/just_poker/game-card/types/game-card-skin.enum.d.ts +10 -0
- package/dist/just_poker/game-card/types/game-card-suit.enum.d.ts +6 -0
- package/dist/just_poker/game-card/types/game-card.type.d.ts +6 -0
- package/dist/just_poker/game-card/types/poker-set.enum.d.ts +13 -0
- package/dist/just_poker/index.d.ts +17 -0
- package/dist/just_poker/last-action-panel/index.d.ts +1 -0
- package/dist/just_poker/last-action-panel/last-action-panel.d.ts +9 -0
- package/dist/just_poker/last-action-panel/last-action-panel.style.d.ts +4 -0
- package/dist/just_poker/page-screen/index.d.ts +2 -0
- package/dist/just_poker/page-screen/page-screen.d.ts +19 -0
- package/dist/just_poker/page-screen/screen.d.ts +4 -0
- package/dist/just_poker/popup-screen/index.d.ts +1 -0
- package/dist/just_poker/popup-screen/popup-screen.style.d.ts +8 -0
- package/dist/just_poker/rustore-banner/index.d.ts +1 -0
- package/dist/just_poker/rustore-banner/rustore-banner.d.ts +6 -0
- package/dist/just_poker/rustore-banner/rustore-banner.style.d.ts +4 -0
- package/dist/just_poker/scroll-list/index.d.ts +1 -0
- package/dist/just_poker/scroll-list/scroll-list.d.ts +4 -0
- package/dist/just_poker/skeleton/index.d.ts +1 -0
- package/dist/just_poker/skeleton/skeleton.style.d.ts +14 -0
- package/dist/just_poker/workflow-buttons/index.d.ts +1 -0
- package/dist/just_poker/workflow-buttons/workflow-buttons.style.d.ts +4 -0
- package/dist/matherial3/badge/badge.style.d.ts +5 -0
- package/dist/matherial3/badge/index.d.ts +2 -0
- package/dist/matherial3/bottom-sheet/bottom-sheet.d.ts +7 -0
- package/dist/matherial3/bottom-sheet/bottom-sheet.style.d.ts +17 -0
- package/dist/matherial3/bottom-sheet/index.d.ts +2 -0
- package/dist/matherial3/dialog/dialog.d.ts +11 -0
- package/dist/matherial3/dialog/dialog.style.d.ts +16 -0
- package/dist/matherial3/dialog/index.d.ts +2 -0
- package/dist/matherial3/divider/divider.style.d.ts +5 -0
- package/dist/matherial3/divider/index.d.ts +2 -0
- package/dist/matherial3/icon-button/icon-button.d.ts +13 -0
- package/dist/matherial3/icon-button/icon-button.style.d.ts +11 -0
- package/dist/matherial3/icon-button/index.d.ts +2 -0
- package/dist/matherial3/index.d.ts +14 -0
- package/dist/matherial3/list-item/index.d.ts +1 -0
- package/dist/matherial3/list-item/list-item.d.ts +11 -0
- package/dist/matherial3/list-item/list-item.style.d.ts +19 -0
- package/dist/matherial3/progress-indicator/circular-progress.d.ts +2 -0
- package/dist/matherial3/progress-indicator/circular-progress.style.d.ts +5 -0
- package/dist/matherial3/progress-indicator/index.d.ts +3 -0
- package/dist/matherial3/progress-indicator/screen-progress.d.ts +2 -0
- package/dist/matherial3/progress-indicator/screen-progress.style.d.ts +4 -0
- package/dist/matherial3/radio-buttons/index.d.ts +2 -0
- package/dist/matherial3/radio-buttons/radio-button-group.d.ts +11 -0
- package/dist/matherial3/radio-buttons/radio-button-group.style.d.ts +3 -0
- package/dist/matherial3/radio-buttons/radio-button.d.ts +8 -0
- package/dist/matherial3/radio-buttons/radio-button.style.d.ts +37 -0
- package/dist/matherial3/snackbar/index.d.ts +2 -0
- package/dist/matherial3/snackbar/snackbar-item.d.ts +8 -0
- package/dist/matherial3/snackbar/snackbar-item.style.d.ts +30 -0
- package/dist/matherial3/snackbar/snackbar.d.ts +14 -0
- package/dist/matherial3/snackbar/snackbar.style.d.ts +4 -0
- package/dist/matherial3/tabs/index.d.ts +3 -0
- package/dist/matherial3/tabs/tab.d.ts +8 -0
- package/dist/matherial3/tabs/tab.style.d.ts +12 -0
- package/dist/matherial3/tabs/tabs.d.ts +11 -0
- package/dist/matherial3/tabs/tabs.style.d.ts +5 -0
- package/dist/matherial3/text-field/index.d.ts +2 -0
- package/dist/matherial3/text-field/outlined-text-field.d.ts +19 -0
- package/dist/matherial3/text-field/outlined-text-field.style.d.ts +24 -0
- package/dist/matherial3/textarea/index.d.ts +2 -0
- package/dist/matherial3/textarea/outlined-textarea.d.ts +18 -0
- package/dist/matherial3/textarea/outlined-textarea.style.d.ts +24 -0
- package/dist/matherial3/top-up-bar/badge-icon.d.ts +10 -0
- package/dist/matherial3/top-up-bar/badge-icon.style.d.ts +11 -0
- package/dist/matherial3/top-up-bar/index.d.ts +1 -0
- package/dist/matherial3/top-up-bar/top-app-bar.d.ts +12 -0
- package/dist/matherial3/top-up-bar/top-app-bar.style.d.ts +18 -0
- package/dist/matherial3/typography/m3-typography.d.ts +2 -2
- package/dist/tokens/common.d.ts +5 -0
- package/dist/tokens/index.d.ts +5 -0
- package/dist/tokens/media.d.ts +4 -0
- package/dist/tokens/palette.d.ts +49 -0
- package/dist/tokens/z-index.d.ts +10 -0
- package/dist/universal-screen/icons.d.ts +1 -0
- package/dist/universal-screen/index.d.ts +1 -0
- package/dist/universal-screen/sections/banner-section/banner-section-item.d.ts +9 -0
- package/dist/universal-screen/sections/banner-section/banner-section-item.style.d.ts +23 -0
- package/dist/universal-screen/sections/banner-section/banner-section.d.ts +9 -0
- package/dist/universal-screen/sections/card-list-section/card-list-section-item.d.ts +11 -0
- package/dist/universal-screen/sections/card-list-section/card-list-section.d.ts +11 -0
- package/dist/universal-screen/sections/card-list-section/card-list-section.style.d.ts +10 -0
- package/dist/universal-screen/sections/cards-set-info-section/cards-set-info-section.d.ts +7 -0
- package/dist/universal-screen/sections/cards-set-info-section/cards-set-info-section.style.d.ts +12 -0
- package/dist/universal-screen/sections/form-buttons-section/form-buttons-section.d.ts +10 -0
- package/dist/universal-screen/sections/form-buttons-section/form-buttons-section.style.d.ts +4 -0
- package/dist/universal-screen/sections/index.d.ts +10 -0
- package/dist/universal-screen/sections/menu-header-section/menu-header-section.d.ts +7 -0
- package/dist/universal-screen/sections/menu-header-section/menu-header-section.style.d.ts +4 -0
- package/dist/universal-screen/sections/menu-list-section/menu-list-section-item.d.ts +9 -0
- package/dist/universal-screen/sections/menu-list-section/menu-list-section-option.d.ts +9 -0
- package/dist/universal-screen/sections/menu-list-section/menu-list-section-option.style.d.ts +21 -0
- package/dist/universal-screen/sections/menu-list-section/menu-list-section.d.ts +9 -0
- package/dist/universal-screen/sections/menu-list-section/menu-list-section.style.d.ts +4 -0
- package/dist/universal-screen/sections/section-factory.d.ts +3 -0
- package/dist/universal-screen/sections/status-header-section/status-header-section.d.ts +10 -0
- package/dist/universal-screen/sections/tabs-section/tabs-section.d.ts +9 -0
- package/dist/universal-screen/sections/tabs-section/tabs-section.style.d.ts +3 -0
- package/dist/universal-screen/sections/text-section/text-section.d.ts +7 -0
- package/dist/universal-screen/sections/text-section/text-section.style.d.ts +3 -0
- package/dist/universal-screen/types.d.ts +20 -0
- package/dist/universal-screen/universal-screen.d.ts +13 -0
- package/dist/utils/common.d.ts +7 -0
- package/package.json +6 -4
package/dist/index.d.ts
CHANGED
|
@@ -1,23 +1,747 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
1
|
+
import * as React$1 from 'react';
|
|
2
|
+
import { JSX as JSX$1 } from 'react';
|
|
3
|
+
import * as _emotion_react from '@emotion/react';
|
|
4
|
+
import { Theme } from '@emotion/react';
|
|
5
|
+
import * as _emotion_styled from '@emotion/styled';
|
|
6
|
+
import { AppSectionButton, AppScreenSectionListItem, AppScreenTypes } from 'jp.common.view';
|
|
7
|
+
|
|
8
|
+
type RoomsItemRequisiteType = {
|
|
9
|
+
onClick?: (event: React$1.MouseEvent<HTMLElement>) => void;
|
|
10
|
+
title: string;
|
|
11
|
+
buttonTitle: string;
|
|
12
|
+
warning?: boolean;
|
|
13
|
+
};
|
|
14
|
+
declare const Alert: ({ onClick, title, warning, buttonTitle }: RoomsItemRequisiteType) => React$1.JSX.Element;
|
|
15
|
+
|
|
16
|
+
type LabelValueItem = {
|
|
17
|
+
label: string;
|
|
18
|
+
value: string;
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
type PlayersProfileHeaderType = {
|
|
22
|
+
title: string;
|
|
23
|
+
avatarUrl?: string;
|
|
24
|
+
icon?: string;
|
|
25
|
+
reqList: Array<LabelValueItem>;
|
|
26
|
+
buttons?: JSX.Element;
|
|
27
|
+
};
|
|
28
|
+
declare const AppBarHeader: (props: PlayersProfileHeaderType) => React$1.JSX.Element;
|
|
29
|
+
|
|
30
|
+
declare enum AvatarSizeType {
|
|
31
|
+
USER = 0,
|
|
32
|
+
USER_ON_TABLE = 1
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
type AvatarType = {
|
|
36
|
+
name: string;
|
|
37
|
+
imageUrl?: string;
|
|
38
|
+
frame?: string;
|
|
39
|
+
size?: AvatarSizeType;
|
|
40
|
+
role?: string;
|
|
41
|
+
ratingWinnerRank?: number;
|
|
42
|
+
isMobile?: boolean;
|
|
43
|
+
};
|
|
44
|
+
declare const Avatar: ({ name, imageUrl, frame, size, role, ratingWinnerRank, isMobile }: AvatarType) => React$1.JSX.Element;
|
|
45
|
+
|
|
46
|
+
type BadgeType = {
|
|
47
|
+
role: string;
|
|
48
|
+
ratingWinnerRank: number;
|
|
49
|
+
};
|
|
50
|
+
declare const AvatarBadge: ({ role, ratingWinnerRank }: BadgeType) => React$1.JSX.Element;
|
|
51
|
+
|
|
52
|
+
type AvatarImageType = {
|
|
53
|
+
name?: string;
|
|
54
|
+
imageUrl?: string;
|
|
55
|
+
icon?: string | null;
|
|
56
|
+
textColor?: string;
|
|
57
|
+
backgroundColor?: string;
|
|
58
|
+
size?: 'xs' | 'sm' | 'md' | 'lg';
|
|
59
|
+
customSize?: number;
|
|
60
|
+
avatarText?: string;
|
|
61
|
+
className?: string;
|
|
62
|
+
};
|
|
63
|
+
declare const AvatarImage: (props: AvatarImageType) => React$1.JSX.Element;
|
|
64
|
+
|
|
65
|
+
type BannerProps = {
|
|
66
|
+
header: string;
|
|
67
|
+
title: string;
|
|
68
|
+
imageUrl: string;
|
|
69
|
+
onClick?: () => void;
|
|
70
|
+
};
|
|
71
|
+
declare const Banner: ({ imageUrl, title, onClick, header }: BannerProps) => React$1.JSX.Element;
|
|
72
|
+
|
|
73
|
+
type DictionaryItem = {
|
|
74
|
+
key: string;
|
|
75
|
+
label: string;
|
|
76
|
+
value: string;
|
|
77
|
+
};
|
|
78
|
+
type BottomSelectionPanelType = {
|
|
79
|
+
title: string;
|
|
80
|
+
closeButtonTitle: string;
|
|
81
|
+
items: Array<DictionaryItem>;
|
|
82
|
+
onItemClick?: (item: DictionaryItem) => void;
|
|
83
|
+
onCloseButtonClick?: () => void;
|
|
84
|
+
};
|
|
85
|
+
declare const BottomSelectionPanel: (props: BottomSelectionPanelType) => React$1.JSX.Element;
|
|
86
|
+
|
|
87
|
+
type componentProps$2 = {
|
|
88
|
+
children: React$1.ReactNode;
|
|
89
|
+
className?: string;
|
|
90
|
+
};
|
|
91
|
+
declare const Card: ({ children, className }: componentProps$2) => React$1.JSX.Element;
|
|
92
|
+
|
|
93
|
+
type componentProps$1 = {
|
|
94
|
+
children: React$1.ReactNode;
|
|
95
|
+
onClick?: (event: React$1.MouseEvent<HTMLElement>) => void;
|
|
96
|
+
as?: React$1.ElementType | undefined;
|
|
97
|
+
className?: string;
|
|
98
|
+
hasNoPadding?: boolean;
|
|
99
|
+
title?: string;
|
|
100
|
+
active?: boolean;
|
|
101
|
+
};
|
|
102
|
+
declare const CardButton: ({ children, onClick, as, className, hasNoPadding, title, active }: componentProps$1) => React$1.JSX.Element;
|
|
103
|
+
|
|
104
|
+
type ListCardItemProps = {
|
|
105
|
+
title?: string;
|
|
106
|
+
description?: string;
|
|
107
|
+
imageUrl?: string;
|
|
108
|
+
icon?: string | null;
|
|
109
|
+
onClick?: (event: React$1.MouseEvent<HTMLElement>) => void;
|
|
110
|
+
as?: React$1.ElementType | undefined;
|
|
111
|
+
avatarText?: string;
|
|
112
|
+
noRightArrow?: boolean;
|
|
113
|
+
className?: string;
|
|
114
|
+
active?: boolean;
|
|
115
|
+
};
|
|
116
|
+
declare const CardItem: (props: ListCardItemProps) => React$1.JSX.Element;
|
|
117
|
+
|
|
118
|
+
type ButtonProps = {
|
|
119
|
+
title: string;
|
|
120
|
+
onClick: (event: React$1.MouseEvent<HTMLElement>) => void;
|
|
121
|
+
disabled?: boolean;
|
|
122
|
+
};
|
|
123
|
+
type componentProps = {
|
|
124
|
+
title: string;
|
|
125
|
+
description: string;
|
|
126
|
+
imageUrl?: string;
|
|
127
|
+
icon?: string | null;
|
|
128
|
+
productImageUrl: string;
|
|
129
|
+
productTitle?: string | null;
|
|
130
|
+
productSubtitle?: string | null;
|
|
131
|
+
productDescription?: string | null;
|
|
132
|
+
primaryButton?: ButtonProps | undefined;
|
|
133
|
+
secondaryButton?: ButtonProps | undefined;
|
|
134
|
+
className?: string;
|
|
135
|
+
};
|
|
136
|
+
declare const CardProduct: (props: componentProps) => React$1.JSX.Element;
|
|
137
|
+
|
|
138
|
+
type GameCardType = {
|
|
139
|
+
id: number;
|
|
140
|
+
rank: number;
|
|
141
|
+
suit: string;
|
|
142
|
+
isDisable: boolean;
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
type CardsPlayerProps = {
|
|
146
|
+
playerId: string;
|
|
147
|
+
name: string;
|
|
148
|
+
avatarUrl: string;
|
|
149
|
+
avatarFrame?: string;
|
|
150
|
+
stack: string;
|
|
151
|
+
isActive: boolean;
|
|
152
|
+
cards: Array<GameCardType>;
|
|
153
|
+
role?: string;
|
|
154
|
+
selectedReaction?: string;
|
|
155
|
+
previewRatingWinnerRank?: number;
|
|
156
|
+
playerComment?: string;
|
|
157
|
+
itemClick?: (playerId: string) => void;
|
|
158
|
+
timer?: number;
|
|
159
|
+
};
|
|
160
|
+
declare const CardsPlayer: (props: CardsPlayerProps) => React$1.JSX.Element;
|
|
161
|
+
|
|
162
|
+
type CardsPlayerYoursProps = CardsPlayerProps & {
|
|
163
|
+
yoursComment?: string;
|
|
164
|
+
};
|
|
165
|
+
declare const CardsPlayerYours: (props: CardsPlayerYoursProps) => React$1.JSX.Element;
|
|
166
|
+
|
|
167
|
+
declare const CardsPlayerOnMobileTable: (props: CardsPlayerProps) => React$1.JSX.Element;
|
|
168
|
+
|
|
169
|
+
declare const CardsPlayerOnMobileTableYours: (props: CardsPlayerYoursProps) => React$1.JSX.Element;
|
|
170
|
+
|
|
171
|
+
declare enum GameCardSizeEnum {
|
|
172
|
+
USER = 0,
|
|
173
|
+
TABLE = 1
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
declare enum GameCardSuitEnum {
|
|
177
|
+
HEART = "heart",
|
|
178
|
+
SPADE = "spade",
|
|
179
|
+
CLUB = "club",
|
|
180
|
+
DIAMOND = "diamond"
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
declare enum GameCardRankEnum {
|
|
184
|
+
CARD_2 = 2,
|
|
185
|
+
CARD_3 = 3,
|
|
186
|
+
CARD_4 = 4,
|
|
187
|
+
CARD_5 = 5,
|
|
188
|
+
CARD_6 = 6,
|
|
189
|
+
CARD_7 = 7,
|
|
190
|
+
CARD_8 = 8,
|
|
191
|
+
CARD_9 = 9,
|
|
192
|
+
CARD_10 = 10,
|
|
193
|
+
CARD_JACK = 11,
|
|
194
|
+
CARD_QUEEN = 12,
|
|
195
|
+
CARD_KING = 13,
|
|
196
|
+
CARD_ACE = 14
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
declare enum GameCardSkinEnum {
|
|
200
|
+
DEFAULT = "card_skin__default",
|
|
201
|
+
WESTERN = "card_skin__western",
|
|
202
|
+
PINK_PANTHER = "card_skin__pink_panther",
|
|
203
|
+
DACHA = "card_skin__dacha",
|
|
204
|
+
VAMPIRE = "card_skin__vampire",
|
|
205
|
+
USSR = "card_skin__ussr",
|
|
206
|
+
POKERDOM = "card_skin__pokerdom",
|
|
207
|
+
PREMIUM = "card_skin__premium"
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
type componentTypeStyle = {
|
|
211
|
+
rank?: number;
|
|
212
|
+
suit?: string;
|
|
213
|
+
size: GameCardSizeEnum;
|
|
214
|
+
theme: Theme;
|
|
215
|
+
hasAnimation?: boolean;
|
|
216
|
+
isDisable?: boolean;
|
|
217
|
+
};
|
|
218
|
+
type SuitSet = {
|
|
219
|
+
club: string;
|
|
220
|
+
spade: string;
|
|
221
|
+
heart: string;
|
|
222
|
+
diamond: string;
|
|
223
|
+
};
|
|
224
|
+
declare abstract class GameCardBase extends React$1.PureComponent<componentTypeStyle> {
|
|
225
|
+
abstract getCover(): JSX$1.Element;
|
|
226
|
+
abstract getFace(): JSX$1.Element;
|
|
227
|
+
abstract getFaceBackgroundColor(): string;
|
|
228
|
+
abstract getFaceBorderColor(): string;
|
|
229
|
+
abstract getCoverBackgroundColor(): string;
|
|
230
|
+
abstract getCoverBorderColor(): string;
|
|
231
|
+
protected suitToIcon(iconSet: SuitSet): string;
|
|
232
|
+
protected suitToColor(colorSet: SuitSet): string;
|
|
233
|
+
protected isTableSize(): boolean;
|
|
234
|
+
protected isEmpty(): boolean;
|
|
235
|
+
protected isTen(): boolean;
|
|
236
|
+
protected isDisable(): boolean;
|
|
237
|
+
protected rankToLetter(): string;
|
|
238
|
+
protected getTheme(): Theme;
|
|
239
|
+
render(): JSX$1.Element;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
declare class CardSkinWestern extends GameCardBase {
|
|
243
|
+
getFaceBackgroundColor(): string;
|
|
244
|
+
getFaceBorderColor(): string;
|
|
245
|
+
getCoverBackgroundColor(): string;
|
|
246
|
+
getCoverBorderColor(): string;
|
|
247
|
+
getCover(): JSX$1.Element;
|
|
248
|
+
getFace(): JSX$1.Element;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
declare function createGameCard(skin: string): typeof CardSkinWestern;
|
|
252
|
+
|
|
253
|
+
type LastActionPanelType = {
|
|
254
|
+
playerComment?: string;
|
|
255
|
+
selectedReaction?: string;
|
|
256
|
+
timer?: number;
|
|
257
|
+
className?: string;
|
|
258
|
+
};
|
|
259
|
+
declare const LastActionPanel: (props: LastActionPanelType) => React$1.JSX.Element;
|
|
260
|
+
|
|
261
|
+
declare const Screen: _emotion_styled.StyledComponent<{
|
|
262
|
+
theme?: _emotion_react.Theme;
|
|
263
|
+
as?: React.ElementType;
|
|
264
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
265
|
+
|
|
266
|
+
type IconButtonType = {
|
|
267
|
+
title: string;
|
|
268
|
+
onClick?: (event: React$1.MouseEvent<HTMLElement>) => void;
|
|
269
|
+
icon: string;
|
|
270
|
+
color: string;
|
|
271
|
+
disabled?: boolean;
|
|
272
|
+
className?: string;
|
|
273
|
+
hasBadge?: boolean | undefined;
|
|
274
|
+
rounded?: boolean;
|
|
275
|
+
backgroundColor?: string;
|
|
276
|
+
};
|
|
277
|
+
declare const IconButton: ({ title, onClick, icon, color, disabled, className, backgroundColor, rounded }: IconButtonType) => React$1.JSX.Element;
|
|
278
|
+
|
|
279
|
+
type PageScreenType = {
|
|
280
|
+
children: React$1.ReactNode;
|
|
281
|
+
title: string;
|
|
282
|
+
isLoading?: boolean;
|
|
283
|
+
isError?: boolean;
|
|
284
|
+
onLeftButtonClick?: (event: React$1.MouseEvent<HTMLElement>) => void;
|
|
285
|
+
rightFirstButton?: IconButtonType;
|
|
286
|
+
rightSecondButton?: IconButtonType;
|
|
287
|
+
rightThirdButton?: IconButtonType;
|
|
288
|
+
onClickError?: (event: React$1.MouseEvent<HTMLElement>) => void;
|
|
289
|
+
topAppBarBackgroundColor?: string;
|
|
290
|
+
leftButtonTitle: string;
|
|
291
|
+
errorTitle: string;
|
|
292
|
+
errorButtonTitle: string;
|
|
293
|
+
};
|
|
294
|
+
declare const PageScreen: (props: PageScreenType) => React$1.JSX.Element;
|
|
295
|
+
|
|
296
|
+
declare const PopupScreen: _emotion_styled.StyledComponent<{
|
|
297
|
+
children: React.ReactNode;
|
|
298
|
+
zIndex: number;
|
|
299
|
+
className?: string;
|
|
300
|
+
} & {
|
|
301
|
+
theme?: Theme;
|
|
302
|
+
}, {}, {}>;
|
|
303
|
+
|
|
304
|
+
type RuStoreBannerProps = {
|
|
305
|
+
isLight: boolean;
|
|
306
|
+
};
|
|
307
|
+
declare const RuStoreBanner: ({ isLight }: RuStoreBannerProps) => React$1.JSX.Element;
|
|
308
|
+
|
|
309
|
+
declare const ScrollList: _emotion_styled.StyledComponent<{
|
|
310
|
+
theme?: _emotion_react.Theme;
|
|
311
|
+
as?: React.ElementType;
|
|
312
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
313
|
+
|
|
314
|
+
type SkeletonType = {
|
|
315
|
+
width?: number;
|
|
316
|
+
height: number;
|
|
317
|
+
variant: 'circle' | 'rect';
|
|
318
|
+
theme?: Theme;
|
|
319
|
+
isCard?: boolean;
|
|
320
|
+
fullWidth?: boolean;
|
|
321
|
+
};
|
|
322
|
+
declare const Skeleton: _emotion_styled.StyledComponent<{
|
|
323
|
+
theme?: Theme;
|
|
324
|
+
as?: React.ElementType;
|
|
325
|
+
} & SkeletonType, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
326
|
+
|
|
327
|
+
declare const WorkflowButtonsStyled: _emotion_styled.StyledComponent<{
|
|
328
|
+
theme?: _emotion_react.Theme;
|
|
329
|
+
as?: React.ElementType;
|
|
330
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
331
|
+
|
|
332
|
+
declare const Badge: _emotion_styled.StyledComponent<{
|
|
333
|
+
theme?: Theme;
|
|
334
|
+
as?: React.ElementType;
|
|
335
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
336
|
+
|
|
337
|
+
type DialogType$1 = {
|
|
338
|
+
closeButtonTitle: string;
|
|
339
|
+
onCloseClick?: (event: React$1.MouseEvent | TouchEvent | MouseEvent) => void;
|
|
340
|
+
children?: React$1.ReactNode;
|
|
341
|
+
};
|
|
342
|
+
declare const BottomSheet: (props: DialogType$1) => React$1.JSX.Element;
|
|
2
343
|
|
|
3
344
|
type CommonTypeStyle = {
|
|
4
345
|
text: string;
|
|
5
|
-
onClick?: (event: React.MouseEvent<HTMLElement>) => void;
|
|
346
|
+
onClick?: (event: React$1.MouseEvent<HTMLElement>) => void;
|
|
6
347
|
className?: string;
|
|
7
348
|
disabled?: boolean;
|
|
8
349
|
textColor?: string;
|
|
9
350
|
};
|
|
10
351
|
|
|
11
|
-
declare const FilledButton: ({ text, onClick, className, disabled }: CommonTypeStyle) => React.JSX.Element;
|
|
352
|
+
declare const FilledButton: ({ text, onClick, className, disabled }: CommonTypeStyle) => React$1.JSX.Element;
|
|
12
353
|
|
|
13
|
-
declare const OutlinedButton: ({ text, onClick, className }: CommonTypeStyle) => React.JSX.Element;
|
|
354
|
+
declare const OutlinedButton: ({ text, onClick, className }: CommonTypeStyle) => React$1.JSX.Element;
|
|
14
355
|
|
|
15
|
-
declare const TextButton: ({ text, onClick, className, textColor }: CommonTypeStyle) => React.JSX.Element;
|
|
356
|
+
declare const TextButton: ({ text, onClick, className, textColor }: CommonTypeStyle) => React$1.JSX.Element;
|
|
16
357
|
|
|
17
358
|
type CheckboxProps = {
|
|
18
359
|
checked: boolean;
|
|
19
360
|
onChange?: (checked: boolean) => void;
|
|
20
361
|
};
|
|
21
|
-
declare const Checkbox: ({ checked, onChange }: CheckboxProps) => React.JSX.Element;
|
|
362
|
+
declare const Checkbox: ({ checked, onChange }: CheckboxProps) => React$1.JSX.Element;
|
|
363
|
+
|
|
364
|
+
type DialogType = {
|
|
365
|
+
title?: string | null;
|
|
366
|
+
description?: string | null;
|
|
367
|
+
okButtonText: string;
|
|
368
|
+
onOkClick: (event: React$1.MouseEvent<HTMLElement> | MouseEvent) => void;
|
|
369
|
+
cancelButtonText?: string | null;
|
|
370
|
+
onCancelClick?: (event: React$1.MouseEvent<HTMLElement> | MouseEvent) => void;
|
|
371
|
+
children?: React$1.ReactNode;
|
|
372
|
+
};
|
|
373
|
+
declare const Dialog: (props: DialogType) => React$1.JSX.Element;
|
|
374
|
+
|
|
375
|
+
declare const Divider: _emotion_styled.StyledComponent<{
|
|
376
|
+
theme?: Theme;
|
|
377
|
+
as?: React.ElementType;
|
|
378
|
+
}, React$1.DetailedHTMLProps<React$1.HTMLAttributes<HTMLHRElement>, HTMLHRElement>, {}>;
|
|
379
|
+
|
|
380
|
+
type SettingsScreenEditDialogFormImageItemProps = {
|
|
381
|
+
value: string;
|
|
382
|
+
initialSelectedValue: string;
|
|
383
|
+
onChange: (value: string) => void;
|
|
384
|
+
imageUrl: string;
|
|
385
|
+
disabled: boolean;
|
|
386
|
+
title: string;
|
|
387
|
+
};
|
|
388
|
+
declare const ListItem: ({ initialSelectedValue, onChange, value, imageUrl, disabled, title, }: SettingsScreenEditDialogFormImageItemProps) => React$1.JSX.Element;
|
|
389
|
+
|
|
390
|
+
declare const CircularProgress: () => React$1.JSX.Element;
|
|
391
|
+
|
|
392
|
+
declare const ScreenProgress: () => React$1.JSX.Element;
|
|
393
|
+
|
|
394
|
+
type RadioButtonGroupProps = {
|
|
395
|
+
label?: string;
|
|
396
|
+
items: Array<{
|
|
397
|
+
label: string;
|
|
398
|
+
value: string;
|
|
399
|
+
checked: boolean;
|
|
400
|
+
}>;
|
|
401
|
+
onChange: (selectedValue: string) => void;
|
|
402
|
+
};
|
|
403
|
+
declare const RadioButtonGroup: (props: RadioButtonGroupProps) => React$1.JSX.Element;
|
|
404
|
+
|
|
405
|
+
type Snack = {
|
|
406
|
+
id: number;
|
|
407
|
+
description: string;
|
|
408
|
+
icon?: JSX$1.Element;
|
|
409
|
+
buttonClick?: () => void;
|
|
410
|
+
buttonText?: string;
|
|
411
|
+
};
|
|
412
|
+
type SnackbarType = {
|
|
413
|
+
items: Array<Snack>;
|
|
414
|
+
closeClick: (item: Snack) => void;
|
|
415
|
+
closeButtonTitle: string;
|
|
416
|
+
};
|
|
417
|
+
declare const Snackbar: (props: SnackbarType) => JSX$1.Element;
|
|
418
|
+
|
|
419
|
+
type TabsProps = {
|
|
420
|
+
items: Array<{
|
|
421
|
+
title: string;
|
|
422
|
+
value: string;
|
|
423
|
+
}>;
|
|
424
|
+
onChange: (selectedValue: string) => void;
|
|
425
|
+
selectedValue: string;
|
|
426
|
+
className?: string;
|
|
427
|
+
};
|
|
428
|
+
declare const Tabs: (props: TabsProps) => React$1.JSX.Element;
|
|
429
|
+
|
|
430
|
+
type RadioButtonProps = {
|
|
431
|
+
title: string;
|
|
432
|
+
value: string;
|
|
433
|
+
checked: boolean;
|
|
434
|
+
onChangeTab: (selectedValue: string) => void;
|
|
435
|
+
};
|
|
436
|
+
declare const Tab: (props: RadioButtonProps) => React$1.JSX.Element;
|
|
437
|
+
|
|
438
|
+
type OutlinedTextFieldProps = {
|
|
439
|
+
label: string;
|
|
440
|
+
placeholder?: string;
|
|
441
|
+
value: string;
|
|
442
|
+
onChange: (newValue: string) => void;
|
|
443
|
+
autoFocus?: boolean;
|
|
444
|
+
backgroundColor?: string | undefined;
|
|
445
|
+
type?: string;
|
|
446
|
+
fullWidth?: boolean;
|
|
447
|
+
error?: string;
|
|
448
|
+
};
|
|
449
|
+
declare const OutlinedTextField: (props: OutlinedTextFieldProps) => React$1.JSX.Element;
|
|
450
|
+
|
|
451
|
+
type OutlinedTextAreaProps = {
|
|
452
|
+
label: string;
|
|
453
|
+
placeholder?: string;
|
|
454
|
+
value: string;
|
|
455
|
+
onChange: (newValue: string) => void;
|
|
456
|
+
autoFocus?: boolean;
|
|
457
|
+
backgroundColor?: string | undefined;
|
|
458
|
+
fullWidth?: boolean;
|
|
459
|
+
error?: string;
|
|
460
|
+
};
|
|
461
|
+
declare const OutlinedTextarea: (props: OutlinedTextAreaProps) => React$1.JSX.Element;
|
|
462
|
+
|
|
463
|
+
type componentType = {
|
|
464
|
+
title: string;
|
|
465
|
+
titleColor: string;
|
|
466
|
+
backgroundColor: string;
|
|
467
|
+
leftButton?: IconButtonType;
|
|
468
|
+
rightFirstButton?: IconButtonType;
|
|
469
|
+
rightSecondButton?: IconButtonType;
|
|
470
|
+
rightThirdButton?: IconButtonType;
|
|
471
|
+
};
|
|
472
|
+
declare const TopAppBar: ({ title, titleColor, backgroundColor, leftButton, rightFirstButton, rightSecondButton, rightThirdButton }: componentType) => React$1.JSX.Element;
|
|
473
|
+
|
|
474
|
+
type TypographySize = 'sm' | 'md' | 'lg';
|
|
475
|
+
|
|
476
|
+
type TypographyProps = {
|
|
477
|
+
color: string;
|
|
478
|
+
size: TypographySize;
|
|
479
|
+
children: React$1.ReactNode;
|
|
480
|
+
className?: string;
|
|
481
|
+
};
|
|
482
|
+
|
|
483
|
+
declare const Title: ({ size, color, children, className }: TypographyProps) => React$1.JSX.Element;
|
|
484
|
+
|
|
485
|
+
declare const Body: ({ size, color, children, className }: TypographyProps) => React$1.JSX.Element;
|
|
486
|
+
|
|
487
|
+
declare const Label: ({ size, color, children, className }: TypographyProps) => React$1.JSX.Element;
|
|
488
|
+
|
|
489
|
+
declare const Display: ({ size, color, children, className }: TypographyProps) => React$1.JSX.Element;
|
|
490
|
+
|
|
491
|
+
declare const Headline: ({ size, color, children, className }: TypographyProps) => React$1.JSX.Element;
|
|
492
|
+
|
|
493
|
+
declare const border_radius = "12px";
|
|
494
|
+
declare const content_min_width = "320px";
|
|
495
|
+
declare const content_max_width = "960px";
|
|
496
|
+
declare const toolbar_height_number = 64;
|
|
497
|
+
declare const toolbar_height = "64px";
|
|
498
|
+
|
|
499
|
+
declare const common_d_border_radius: typeof border_radius;
|
|
500
|
+
declare const common_d_content_max_width: typeof content_max_width;
|
|
501
|
+
declare const common_d_content_min_width: typeof content_min_width;
|
|
502
|
+
declare const common_d_toolbar_height: typeof toolbar_height;
|
|
503
|
+
declare const common_d_toolbar_height_number: typeof toolbar_height_number;
|
|
504
|
+
declare namespace common_d {
|
|
505
|
+
export {
|
|
506
|
+
common_d_border_radius as border_radius,
|
|
507
|
+
common_d_content_max_width as content_max_width,
|
|
508
|
+
common_d_content_min_width as content_min_width,
|
|
509
|
+
common_d_toolbar_height as toolbar_height,
|
|
510
|
+
common_d_toolbar_height_number as toolbar_height_number,
|
|
511
|
+
};
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
declare const MAX_TABLE_WIDTH = 959.98;
|
|
515
|
+
declare const MAX_MOBILE_WIDTH = 666.98;
|
|
516
|
+
declare const sm = "(max-width: 666.98px)";
|
|
517
|
+
declare const md = "(max-width: 959.98px)";
|
|
518
|
+
|
|
519
|
+
declare const media_d_MAX_MOBILE_WIDTH: typeof MAX_MOBILE_WIDTH;
|
|
520
|
+
declare const media_d_MAX_TABLE_WIDTH: typeof MAX_TABLE_WIDTH;
|
|
521
|
+
declare const media_d_md: typeof md;
|
|
522
|
+
declare const media_d_sm: typeof sm;
|
|
523
|
+
declare namespace media_d {
|
|
524
|
+
export {
|
|
525
|
+
media_d_MAX_MOBILE_WIDTH as MAX_MOBILE_WIDTH,
|
|
526
|
+
media_d_MAX_TABLE_WIDTH as MAX_TABLE_WIDTH,
|
|
527
|
+
media_d_md as md,
|
|
528
|
+
media_d_sm as sm,
|
|
529
|
+
};
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
declare const default_face_background_color_light = "#F1EAFA";
|
|
533
|
+
declare const default_face_background_color_dark = "#CCC2DC";
|
|
534
|
+
declare const default_face_border_color_light = "#1C1B1F";
|
|
535
|
+
declare const default_face_border_color_dark = "#CCC2DC";
|
|
536
|
+
declare const default_suit_club_dark = "rgb(16, 97, 12)";
|
|
537
|
+
declare const default_suit_club_light = "#045800";
|
|
538
|
+
declare const default_suit_spade_dark = "rgb(25, 34, 38)";
|
|
539
|
+
declare const default_suit_spade_light = "rgb(25, 34, 38)";
|
|
540
|
+
declare const default_suit_heart_dark = "rgb(170, 6, 4)";
|
|
541
|
+
declare const default_suit_heart_light = "#960402";
|
|
542
|
+
declare const default_suit_diamond_dark = "rgb(7, 86, 143)";
|
|
543
|
+
declare const default_suit_diamond_light = "#00477A";
|
|
544
|
+
declare const western_yellow = "#EBA85A";
|
|
545
|
+
declare const western_background = "#262626";
|
|
546
|
+
declare const premium_background = "#281F2F";
|
|
547
|
+
declare const premium_yellow = "#C7A52E";
|
|
548
|
+
declare const pink_panther_pink = "#F5578D";
|
|
549
|
+
declare const pink_panther_background = "#3E3E3E";
|
|
550
|
+
declare const dacha_green = "#00695C";
|
|
551
|
+
declare const dacha_white = "#FAF8E2";
|
|
552
|
+
declare const dacha_red = "#D0392E";
|
|
553
|
+
declare const dacha_black = "#2E2D28";
|
|
554
|
+
declare const vampire_black = "#202020";
|
|
555
|
+
declare const vampire_white = "#FFFFFF";
|
|
556
|
+
declare const vampire_red = "#D82B2B";
|
|
557
|
+
declare const ussr_red = "#D02020";
|
|
558
|
+
declare const ussr_yellow = "#D8BE32";
|
|
559
|
+
declare const ussr_black = "#1B1B1B";
|
|
560
|
+
declare const semaphore_blue = "#1C56C7";
|
|
561
|
+
declare const semaphore_black = "#151515";
|
|
562
|
+
declare const semaphore_green = "#107D2F";
|
|
563
|
+
declare const semaphore_red = "#D32B2B";
|
|
564
|
+
declare const semaphore_white = "#FFFFFF";
|
|
565
|
+
declare const avatar_frame_inst1 = "#515BD4";
|
|
566
|
+
declare const avatar_frame_inst2 = "#8134AF";
|
|
567
|
+
declare const avatar_frame_inst3 = "#DD2A7B";
|
|
568
|
+
declare const avatar_frame_inst4 = "#F58529";
|
|
569
|
+
declare const avatar_frame_inst5 = "#FEDA77";
|
|
570
|
+
declare const avatar_frame_yellow = "#FFD700";
|
|
571
|
+
declare const avatar_frame_red = "#9F0000";
|
|
572
|
+
declare const avatar_frame_blue1 = "#2CBBB2";
|
|
573
|
+
declare const avatar_frame_blue2 = "#80CDEE";
|
|
574
|
+
declare const avatar_frame_bali1 = "#F6EB84";
|
|
575
|
+
declare const avatar_frame_bali2 = "#37CCD6";
|
|
576
|
+
declare const avatar_frame_fire1 = "#FFCC34";
|
|
577
|
+
declare const avatar_frame_fire2 = "#FF645A";
|
|
578
|
+
declare const avatar_frame_sunset1 = "#FF7796";
|
|
579
|
+
declare const avatar_frame_sunset2 = "#394E62";
|
|
580
|
+
declare const avatar_frame_purple = "#990779";
|
|
581
|
+
|
|
582
|
+
declare const palette_d_avatar_frame_bali1: typeof avatar_frame_bali1;
|
|
583
|
+
declare const palette_d_avatar_frame_bali2: typeof avatar_frame_bali2;
|
|
584
|
+
declare const palette_d_avatar_frame_blue1: typeof avatar_frame_blue1;
|
|
585
|
+
declare const palette_d_avatar_frame_blue2: typeof avatar_frame_blue2;
|
|
586
|
+
declare const palette_d_avatar_frame_fire1: typeof avatar_frame_fire1;
|
|
587
|
+
declare const palette_d_avatar_frame_fire2: typeof avatar_frame_fire2;
|
|
588
|
+
declare const palette_d_avatar_frame_inst1: typeof avatar_frame_inst1;
|
|
589
|
+
declare const palette_d_avatar_frame_inst2: typeof avatar_frame_inst2;
|
|
590
|
+
declare const palette_d_avatar_frame_inst3: typeof avatar_frame_inst3;
|
|
591
|
+
declare const palette_d_avatar_frame_inst4: typeof avatar_frame_inst4;
|
|
592
|
+
declare const palette_d_avatar_frame_inst5: typeof avatar_frame_inst5;
|
|
593
|
+
declare const palette_d_avatar_frame_purple: typeof avatar_frame_purple;
|
|
594
|
+
declare const palette_d_avatar_frame_red: typeof avatar_frame_red;
|
|
595
|
+
declare const palette_d_avatar_frame_sunset1: typeof avatar_frame_sunset1;
|
|
596
|
+
declare const palette_d_avatar_frame_sunset2: typeof avatar_frame_sunset2;
|
|
597
|
+
declare const palette_d_avatar_frame_yellow: typeof avatar_frame_yellow;
|
|
598
|
+
declare const palette_d_dacha_black: typeof dacha_black;
|
|
599
|
+
declare const palette_d_dacha_green: typeof dacha_green;
|
|
600
|
+
declare const palette_d_dacha_red: typeof dacha_red;
|
|
601
|
+
declare const palette_d_dacha_white: typeof dacha_white;
|
|
602
|
+
declare const palette_d_default_face_background_color_dark: typeof default_face_background_color_dark;
|
|
603
|
+
declare const palette_d_default_face_background_color_light: typeof default_face_background_color_light;
|
|
604
|
+
declare const palette_d_default_face_border_color_dark: typeof default_face_border_color_dark;
|
|
605
|
+
declare const palette_d_default_face_border_color_light: typeof default_face_border_color_light;
|
|
606
|
+
declare const palette_d_default_suit_club_dark: typeof default_suit_club_dark;
|
|
607
|
+
declare const palette_d_default_suit_club_light: typeof default_suit_club_light;
|
|
608
|
+
declare const palette_d_default_suit_diamond_dark: typeof default_suit_diamond_dark;
|
|
609
|
+
declare const palette_d_default_suit_diamond_light: typeof default_suit_diamond_light;
|
|
610
|
+
declare const palette_d_default_suit_heart_dark: typeof default_suit_heart_dark;
|
|
611
|
+
declare const palette_d_default_suit_heart_light: typeof default_suit_heart_light;
|
|
612
|
+
declare const palette_d_default_suit_spade_dark: typeof default_suit_spade_dark;
|
|
613
|
+
declare const palette_d_default_suit_spade_light: typeof default_suit_spade_light;
|
|
614
|
+
declare const palette_d_pink_panther_background: typeof pink_panther_background;
|
|
615
|
+
declare const palette_d_pink_panther_pink: typeof pink_panther_pink;
|
|
616
|
+
declare const palette_d_premium_background: typeof premium_background;
|
|
617
|
+
declare const palette_d_premium_yellow: typeof premium_yellow;
|
|
618
|
+
declare const palette_d_semaphore_black: typeof semaphore_black;
|
|
619
|
+
declare const palette_d_semaphore_blue: typeof semaphore_blue;
|
|
620
|
+
declare const palette_d_semaphore_green: typeof semaphore_green;
|
|
621
|
+
declare const palette_d_semaphore_red: typeof semaphore_red;
|
|
622
|
+
declare const palette_d_semaphore_white: typeof semaphore_white;
|
|
623
|
+
declare const palette_d_ussr_black: typeof ussr_black;
|
|
624
|
+
declare const palette_d_ussr_red: typeof ussr_red;
|
|
625
|
+
declare const palette_d_ussr_yellow: typeof ussr_yellow;
|
|
626
|
+
declare const palette_d_vampire_black: typeof vampire_black;
|
|
627
|
+
declare const palette_d_vampire_red: typeof vampire_red;
|
|
628
|
+
declare const palette_d_vampire_white: typeof vampire_white;
|
|
629
|
+
declare const palette_d_western_background: typeof western_background;
|
|
630
|
+
declare const palette_d_western_yellow: typeof western_yellow;
|
|
631
|
+
declare namespace palette_d {
|
|
632
|
+
export {
|
|
633
|
+
palette_d_avatar_frame_bali1 as avatar_frame_bali1,
|
|
634
|
+
palette_d_avatar_frame_bali2 as avatar_frame_bali2,
|
|
635
|
+
palette_d_avatar_frame_blue1 as avatar_frame_blue1,
|
|
636
|
+
palette_d_avatar_frame_blue2 as avatar_frame_blue2,
|
|
637
|
+
palette_d_avatar_frame_fire1 as avatar_frame_fire1,
|
|
638
|
+
palette_d_avatar_frame_fire2 as avatar_frame_fire2,
|
|
639
|
+
palette_d_avatar_frame_inst1 as avatar_frame_inst1,
|
|
640
|
+
palette_d_avatar_frame_inst2 as avatar_frame_inst2,
|
|
641
|
+
palette_d_avatar_frame_inst3 as avatar_frame_inst3,
|
|
642
|
+
palette_d_avatar_frame_inst4 as avatar_frame_inst4,
|
|
643
|
+
palette_d_avatar_frame_inst5 as avatar_frame_inst5,
|
|
644
|
+
palette_d_avatar_frame_purple as avatar_frame_purple,
|
|
645
|
+
palette_d_avatar_frame_red as avatar_frame_red,
|
|
646
|
+
palette_d_avatar_frame_sunset1 as avatar_frame_sunset1,
|
|
647
|
+
palette_d_avatar_frame_sunset2 as avatar_frame_sunset2,
|
|
648
|
+
palette_d_avatar_frame_yellow as avatar_frame_yellow,
|
|
649
|
+
palette_d_dacha_black as dacha_black,
|
|
650
|
+
palette_d_dacha_green as dacha_green,
|
|
651
|
+
palette_d_dacha_red as dacha_red,
|
|
652
|
+
palette_d_dacha_white as dacha_white,
|
|
653
|
+
palette_d_default_face_background_color_dark as default_face_background_color_dark,
|
|
654
|
+
palette_d_default_face_background_color_light as default_face_background_color_light,
|
|
655
|
+
palette_d_default_face_border_color_dark as default_face_border_color_dark,
|
|
656
|
+
palette_d_default_face_border_color_light as default_face_border_color_light,
|
|
657
|
+
palette_d_default_suit_club_dark as default_suit_club_dark,
|
|
658
|
+
palette_d_default_suit_club_light as default_suit_club_light,
|
|
659
|
+
palette_d_default_suit_diamond_dark as default_suit_diamond_dark,
|
|
660
|
+
palette_d_default_suit_diamond_light as default_suit_diamond_light,
|
|
661
|
+
palette_d_default_suit_heart_dark as default_suit_heart_dark,
|
|
662
|
+
palette_d_default_suit_heart_light as default_suit_heart_light,
|
|
663
|
+
palette_d_default_suit_spade_dark as default_suit_spade_dark,
|
|
664
|
+
palette_d_default_suit_spade_light as default_suit_spade_light,
|
|
665
|
+
palette_d_pink_panther_background as pink_panther_background,
|
|
666
|
+
palette_d_pink_panther_pink as pink_panther_pink,
|
|
667
|
+
palette_d_premium_background as premium_background,
|
|
668
|
+
palette_d_premium_yellow as premium_yellow,
|
|
669
|
+
palette_d_semaphore_black as semaphore_black,
|
|
670
|
+
palette_d_semaphore_blue as semaphore_blue,
|
|
671
|
+
palette_d_semaphore_green as semaphore_green,
|
|
672
|
+
palette_d_semaphore_red as semaphore_red,
|
|
673
|
+
palette_d_semaphore_white as semaphore_white,
|
|
674
|
+
palette_d_ussr_black as ussr_black,
|
|
675
|
+
palette_d_ussr_red as ussr_red,
|
|
676
|
+
palette_d_ussr_yellow as ussr_yellow,
|
|
677
|
+
palette_d_vampire_black as vampire_black,
|
|
678
|
+
palette_d_vampire_red as vampire_red,
|
|
679
|
+
palette_d_vampire_white as vampire_white,
|
|
680
|
+
palette_d_western_background as western_background,
|
|
681
|
+
palette_d_western_yellow as western_yellow,
|
|
682
|
+
};
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
declare const avatar_badge = 1;
|
|
686
|
+
declare const avatar_cards = 2;
|
|
687
|
+
declare const toolbar = 10;
|
|
688
|
+
declare const bottom_panel = 100;
|
|
689
|
+
declare const bottom_sheet = 200;
|
|
690
|
+
declare const bottom_selection_panel = 200;
|
|
691
|
+
declare const page = 700;
|
|
692
|
+
declare const page_friends_chat = 701;
|
|
693
|
+
declare const dialog = 1000;
|
|
694
|
+
declare const snackbar = 1400;
|
|
695
|
+
|
|
696
|
+
declare const zIndex_d_avatar_badge: typeof avatar_badge;
|
|
697
|
+
declare const zIndex_d_avatar_cards: typeof avatar_cards;
|
|
698
|
+
declare const zIndex_d_bottom_panel: typeof bottom_panel;
|
|
699
|
+
declare const zIndex_d_bottom_selection_panel: typeof bottom_selection_panel;
|
|
700
|
+
declare const zIndex_d_bottom_sheet: typeof bottom_sheet;
|
|
701
|
+
declare const zIndex_d_dialog: typeof dialog;
|
|
702
|
+
declare const zIndex_d_page: typeof page;
|
|
703
|
+
declare const zIndex_d_page_friends_chat: typeof page_friends_chat;
|
|
704
|
+
declare const zIndex_d_snackbar: typeof snackbar;
|
|
705
|
+
declare const zIndex_d_toolbar: typeof toolbar;
|
|
706
|
+
declare namespace zIndex_d {
|
|
707
|
+
export {
|
|
708
|
+
zIndex_d_avatar_badge as avatar_badge,
|
|
709
|
+
zIndex_d_avatar_cards as avatar_cards,
|
|
710
|
+
zIndex_d_bottom_panel as bottom_panel,
|
|
711
|
+
zIndex_d_bottom_selection_panel as bottom_selection_panel,
|
|
712
|
+
zIndex_d_bottom_sheet as bottom_sheet,
|
|
713
|
+
zIndex_d_dialog as dialog,
|
|
714
|
+
zIndex_d_page as page,
|
|
715
|
+
zIndex_d_page_friends_chat as page_friends_chat,
|
|
716
|
+
zIndex_d_snackbar as snackbar,
|
|
717
|
+
zIndex_d_toolbar as toolbar,
|
|
718
|
+
};
|
|
719
|
+
}
|
|
720
|
+
|
|
721
|
+
type ListSectionClick = (item: AppScreenSectionListItem) => void;
|
|
722
|
+
type ListSectionButtonClick = (item: AppScreenSectionListItem, button?: AppSectionButton) => void;
|
|
723
|
+
type HeaderSectionButtonClick = (button?: AppSectionButton) => void;
|
|
724
|
+
type UniversalScreenSectionHandlers = {
|
|
725
|
+
appBarCloseButtonClick?: HeaderSectionButtonClick;
|
|
726
|
+
appBarActionButtonClick?: HeaderSectionButtonClick;
|
|
727
|
+
tabsSectionClick?: ListSectionClick;
|
|
728
|
+
listSectionClick?: ListSectionClick;
|
|
729
|
+
listSectionPrimaryButtonClick?: ListSectionButtonClick;
|
|
730
|
+
listSectionSecondaryButtonClick?: ListSectionButtonClick;
|
|
731
|
+
headerPrimaryButtonClick?: HeaderSectionButtonClick;
|
|
732
|
+
headerSecondaryButtonClick?: HeaderSectionButtonClick;
|
|
733
|
+
formButtonsSectionPrimaryClick?: HeaderSectionButtonClick;
|
|
734
|
+
formButtonsSectionSecondaryClick?: HeaderSectionButtonClick;
|
|
735
|
+
};
|
|
736
|
+
|
|
737
|
+
type UniversalScreenProps = {
|
|
738
|
+
screen?: AppScreenTypes;
|
|
739
|
+
isLoading: boolean;
|
|
740
|
+
isError: boolean;
|
|
741
|
+
init?: (id?: string) => void;
|
|
742
|
+
deactivate?: () => void;
|
|
743
|
+
sectionHandlers?: UniversalScreenSectionHandlers;
|
|
744
|
+
};
|
|
745
|
+
declare const UniversalScreen: (props: UniversalScreenProps) => React$1.JSX.Element;
|
|
22
746
|
|
|
23
|
-
export { Checkbox, FilledButton, OutlinedButton, TextButton };
|
|
747
|
+
export { Alert, AppBarHeader, Avatar, AvatarBadge, AvatarImage, Badge, Banner, Body, BottomSelectionPanel, BottomSheet, Card, CardButton, CardItem, CardProduct, CardsPlayer, CardsPlayerOnMobileTable, CardsPlayerOnMobileTableYours, CardsPlayerYours, Checkbox, CircularProgress, Dialog, Display, Divider, FilledButton, GameCardRankEnum, GameCardSizeEnum, GameCardSkinEnum, GameCardSuitEnum, Headline, IconButton, Label, LastActionPanel, ListItem, OutlinedButton, OutlinedTextField, OutlinedTextarea, PageScreen, PopupScreen, RadioButtonGroup, RuStoreBanner, Screen, ScreenProgress, ScrollList, Skeleton, Snackbar, Tab, Tabs, TextButton, Title, TopAppBar, UniversalScreen, WorkflowButtonsStyled, common_d as common, createGameCard, media_d as media, palette_d as palette, zIndex_d as zIndex };
|