@tuya-sat/sdf-main-sdk 2.0.0-alpha.21 → 2.0.0-alpha.211
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/README.md +83 -2
- package/dist/364.eac5ad9a.chunk.js +2 -0
- package/dist/364.eac5ad9a.chunk.js.map +1 -0
- package/dist/api/index.d.ts +7 -7
- package/dist/api/urls.d.ts +27 -0
- package/dist/components/403/index.d.ts +4 -1
- package/dist/components/BLayout/components/Logo.d.ts +4 -1
- package/dist/components/BLogin/component/UserName/index.d.ts +6 -3
- package/dist/components/BLogin/component/VerifyCode/VerifyCodeInput.d.ts +6 -0
- package/dist/components/BLogin/component/VerifyCode/index.d.ts +1 -1
- package/dist/components/IconFont/index.d.ts +7 -0
- package/dist/components/ImageUpload/index.d.ts +4 -0
- package/dist/components/ImageUpload/utils.d.ts +1 -0
- package/dist/components/Layout/antd/Header/index.d.ts +11 -1
- package/dist/components/Layout/antd/Menu/BaseMenu.d.ts +1 -1
- package/dist/components/Layout/antd/Menu/HorizontalMenu/index.d.ts +2 -0
- package/dist/components/Layout/antd/Menu/index.d.ts +3 -0
- package/dist/components/Layout/antd/Sider/index.d.ts +2 -0
- package/dist/components/Layout/antd/components/AppDownload/index.d.ts +2 -6
- package/dist/components/Layout/antd/components/DynamicNavs/index.d.ts +1 -0
- package/dist/components/Layout/antd/components/NavItem/index.d.ts +2 -1
- package/dist/components/Layout/antd/components/ProjectSelect/index.d.ts +4 -0
- package/dist/components/Layout/antd/components/ProjectSelect/useProjectInfo.d.ts +12 -0
- package/dist/components/Layout/antd/components/SwitchTheme/index.d.ts +8 -0
- package/dist/components/Layout/antd/components/UserAccount/UserAvatar.d.ts +9 -0
- package/dist/components/Layout/antd/components/UserAccount/index.d.ts +1 -0
- package/dist/components/Layout/antd/index.d.ts +2 -0
- package/dist/components/Layout/interface.d.ts +12 -28
- package/dist/components/MessageNotification/index.d.ts +13 -0
- package/dist/components/MessageNotification/manager.d.ts +13 -0
- package/dist/components/MessageNotification/messageNotificationManager.d.ts +3 -0
- package/dist/components/MicroComponent/Header/index.d.ts +17 -2
- package/dist/components/PEnterprise/EnterpriseList.d.ts +3 -0
- package/dist/components/PEnterprise/index.d.ts +1 -0
- package/dist/components/PSetting/AccountSetting.d.ts +11 -0
- package/dist/components/PSetting/index.d.ts +1 -2
- package/dist/components/Register/components/CountryRegionCascader/RegionCascader.d.ts +19 -0
- package/dist/components/Register/components/CountryRegionCascader/index.d.ts +10 -0
- package/dist/components/Register/components/CountryRegionCascader/services.d.ts +9 -0
- package/dist/components/Register/components/RegisterForm/AccountForm.d.ts +23 -0
- package/dist/components/Register/components/RegisterForm/EnterpriseForm.d.ts +2 -0
- package/dist/components/Register/components/RegisterForm/index.d.ts +7 -0
- package/dist/components/Register/components/RegisterResult/index.d.ts +3 -0
- package/dist/components/Register/index.d.ts +1 -0
- package/dist/constant/index.d.ts +9 -0
- package/dist/en.json +108 -8
- package/dist/hooks/index.d.ts +9 -4
- package/dist/hooks/useMultiLanguages.d.ts +8 -0
- package/dist/index.d.ts +20 -0
- package/dist/lang/utils.d.ts +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.LICENSE.txt +51 -11
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +1393 -348
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +7 -2
- package/dist/mqtt/business.d.ts +35 -0
- package/dist/pages/403.d.ts +4 -1
- package/dist/pages/home/enterprise/index.d.ts +5 -0
- package/dist/pages/home/notice/ConfirmCloseModal.d.ts +13 -0
- package/dist/pages/home/notice/MessageDetailModal.d.ts +37 -0
- package/dist/pages/home/notice/hooks.d.ts +14 -3
- package/dist/pages/home/notice/tools/index.d.ts +2 -1
- package/dist/qiankun/globalState.d.ts +6 -5
- package/dist/qiankun/index.d.ts +1 -2
- package/dist/qiankun/utils/index.d.ts +7 -5
- package/dist/static/img/7d9900e808e2197745be.png +0 -0
- package/dist/static/img/a10132bbdef90aa7baaf.png +0 -0
- package/dist/static/img/a20c372b6039996ba351.png +0 -0
- package/dist/static/img/b765d4caa82d7e5eae80.png +0 -0
- package/dist/static/img/f110c37284312f4d2af6.png +0 -0
- package/dist/utils/checkPass.d.ts +4 -0
- package/dist/utils/common.d.ts +10 -0
- package/dist/utils/index.d.ts +48 -7
- package/dist/utils/soundManager.d.ts +12 -0
- package/dist/utils/theme/antd5/InjectCssVariable.d.ts +3 -1
- package/dist/utils/theme/antd5/index.d.ts +362 -107
- package/dist/utils/theme/antd5/token.d.ts +275 -6
- package/dist/utils/theme/base.d.ts +2 -2
- package/dist/utils/theme/changeMenuCssVariable.d.ts +1 -1
- package/dist/utils/theme/index.d.ts +12 -6
- package/dist/utils/theme/store.d.ts +724 -214
- package/dist/zh.json +108 -6
- package/new-translations.json +68 -0
- package/package.json +16 -6
- package/webpack.config.js +1 -0
- package/dist/131.9ff515a6.chunk.js +0 -2
- package/dist/131.9ff515a6.chunk.js.map +0 -1
package/dist/utils/common.d.ts
CHANGED
|
@@ -12,6 +12,10 @@ export declare const getCurrentUser: () => {
|
|
|
12
12
|
email?: string;
|
|
13
13
|
country_code?: string;
|
|
14
14
|
user_id?: string;
|
|
15
|
+
root_namespace?: string;
|
|
16
|
+
current_namespace?: string;
|
|
17
|
+
current_namespace_name?: string;
|
|
18
|
+
head_pic?: string;
|
|
15
19
|
};
|
|
16
20
|
export declare const safeLogout: (history: any) => void;
|
|
17
21
|
export declare const getSearchMap: (search: any) => URLSearchParams;
|
|
@@ -23,10 +27,16 @@ export declare const isSupportPhoneRegion: () => boolean;
|
|
|
23
27
|
export declare const isSupportMultiLang: () => boolean;
|
|
24
28
|
export declare const isSupportSettingPage: () => boolean;
|
|
25
29
|
export declare const isSupportLogout: () => boolean;
|
|
30
|
+
export declare const isSupportReLogin: () => boolean;
|
|
26
31
|
export declare const isShowClauseInModal: () => any;
|
|
32
|
+
export declare const isMultiTenant: () => boolean;
|
|
33
|
+
export declare const isSupportRegister: () => any;
|
|
34
|
+
export declare const isSupportMobileWithFallback: () => boolean;
|
|
35
|
+
export declare const isSupportMultiProject: () => boolean;
|
|
27
36
|
export declare function getCustomConfig(configKey: string): any;
|
|
28
37
|
export declare const isOpenGt: () => boolean;
|
|
29
38
|
export declare const isMessageCt: () => boolean;
|
|
39
|
+
export declare const getCountryCode: () => any;
|
|
30
40
|
export declare const processLoadAssetInCss: (apps: any, url: any, args: any) => any;
|
|
31
41
|
export declare const initSdfConfig: () => void;
|
|
32
42
|
export declare const app2Group: () => {};
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -7,9 +7,9 @@ import type { IMenu } from '@/components/BLayout/components/Menu';
|
|
|
7
7
|
* @returns boolean true表示有标签
|
|
8
8
|
*/
|
|
9
9
|
export declare function checkMenuVersion(menus: IMenu[]): boolean;
|
|
10
|
-
export declare function browserType(): "Chrome" | "Safari" | "Firefox" | "Edge" | "IE" | "Opera"
|
|
10
|
+
export declare function browserType(): "Other" | "Chrome" | "Safari" | "Firefox" | "Edge" | "IE" | "Opera";
|
|
11
11
|
export declare const eventNames: {
|
|
12
|
-
|
|
12
|
+
USER_INFO: string;
|
|
13
13
|
HIDE_MSG_TOOL: string;
|
|
14
14
|
HIDE_MENU: string;
|
|
15
15
|
HIDE_NAV: string;
|
|
@@ -17,14 +17,55 @@ export declare const eventNames: {
|
|
|
17
17
|
HIDE_TOP_MICRO_MENUS: string;
|
|
18
18
|
SIDER_VISIBLE: string;
|
|
19
19
|
HEADER_VISIBLE: string;
|
|
20
|
+
HIDE_LAYOUT_PADDING: string;
|
|
21
|
+
UNMOUNT_MICRO_APP: string;
|
|
20
22
|
};
|
|
21
|
-
export declare const eventEmitter: EventEmitter
|
|
23
|
+
export declare const eventEmitter: EventEmitter<[never]>;
|
|
24
|
+
export declare const LOGIN_TERMINAL_ID = "WEBLOGIN";
|
|
22
25
|
export declare const getMicroAppId: () => string;
|
|
23
|
-
export declare const
|
|
24
|
-
|
|
25
|
-
|
|
26
|
+
export declare const getCurMicroApp: () => {
|
|
27
|
+
active_rule: string;
|
|
28
|
+
oem_micro_app_id: string;
|
|
29
|
+
micro_app_name: string;
|
|
30
|
+
micro_app_type: 0 | 1;
|
|
31
|
+
universal_id: string;
|
|
32
|
+
custom_active_rule: string;
|
|
33
|
+
lang_package_biz_id: string;
|
|
34
|
+
supported_platform: string;
|
|
35
|
+
app_engine: string;
|
|
36
|
+
ext_info: Record<string, any>;
|
|
37
|
+
isAuth: boolean;
|
|
38
|
+
requiredProject: boolean;
|
|
39
|
+
__definedMultiEntries__: string[];
|
|
40
|
+
microAppCode: string;
|
|
41
|
+
resource: string;
|
|
42
|
+
};
|
|
43
|
+
export declare const getPathByApp: (app?: MicroApp & {
|
|
44
|
+
path?: string;
|
|
45
|
+
}) => string;
|
|
46
|
+
export declare const getPathByMicroId: (microId: string) => string;
|
|
47
|
+
export declare const curMicroAppName: () => string;
|
|
48
|
+
export declare const curMicroAppCode: () => string;
|
|
49
|
+
export declare const isSysMicroApp: (app?: MicroApp) => boolean;
|
|
50
|
+
export declare const isMicroAppRequireProject: (app?: MicroApp) => boolean;
|
|
51
|
+
export declare const micApps: () => {
|
|
52
|
+
active_rule: string;
|
|
53
|
+
oem_micro_app_id: string;
|
|
54
|
+
micro_app_name: string;
|
|
55
|
+
micro_app_type: 0 | 1;
|
|
56
|
+
universal_id: string;
|
|
57
|
+
custom_active_rule: string;
|
|
58
|
+
lang_package_biz_id: string;
|
|
59
|
+
supported_platform: string;
|
|
60
|
+
app_engine: string;
|
|
61
|
+
ext_info: Record<string, any>;
|
|
62
|
+
isAuth: boolean;
|
|
63
|
+
requiredProject: boolean;
|
|
64
|
+
__definedMultiEntries__: string[];
|
|
65
|
+
microAppCode: string;
|
|
66
|
+
resource: string;
|
|
67
|
+
}[];
|
|
26
68
|
export declare const whitePahtList: () => string[];
|
|
27
|
-
export declare const getPathByMicroId: (microId: string) => any;
|
|
28
69
|
export declare const queryString: (state: {
|
|
29
70
|
[x: string]: any;
|
|
30
71
|
}) => string;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare class SoundManager {
|
|
2
|
+
private audioElement;
|
|
3
|
+
private enterpriseToneEnabled;
|
|
4
|
+
constructor();
|
|
5
|
+
private initAudio;
|
|
6
|
+
private loadEnterpriseToneStatus;
|
|
7
|
+
playNotificationSound(): Promise<void>;
|
|
8
|
+
stopNotificationSound(): void;
|
|
9
|
+
destroy(): void;
|
|
10
|
+
}
|
|
11
|
+
declare const soundManager: SoundManager;
|
|
12
|
+
export default soundManager;
|
|
@@ -1,122 +1,377 @@
|
|
|
1
1
|
import { Theme } from "@/utils/theme/base";
|
|
2
2
|
export type Antd5ThemeConfig = ReturnType<typeof getAntd5ThemeConfig>;
|
|
3
3
|
export declare const getAntd5ThemeConfig: (themeMode: Theme) => {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
4
|
+
theme: {
|
|
5
|
+
themeMode: Theme;
|
|
6
|
+
cssVar: boolean;
|
|
7
|
+
hashed: boolean;
|
|
8
|
+
algorithm: (seedTokens: any, mapTokens: any) => any;
|
|
9
|
+
components: {
|
|
10
|
+
Alert: {
|
|
11
|
+
lineType: string;
|
|
12
|
+
};
|
|
13
|
+
Menu: {
|
|
14
|
+
itemHeight: number;
|
|
15
|
+
};
|
|
16
|
+
Tooltip: {
|
|
17
|
+
colorBgSpotlight: string;
|
|
18
|
+
borderRadius: string;
|
|
19
|
+
};
|
|
20
|
+
Button: {
|
|
21
|
+
defaultBg: string;
|
|
22
|
+
defaultHoverBg: string;
|
|
23
|
+
defaultActiveBg: string;
|
|
24
|
+
colorBgContainerDisabled: string;
|
|
25
|
+
defaultBorderColor: string;
|
|
26
|
+
defaultHoverBorderColor: string;
|
|
27
|
+
defaultActiveBorderColor: string;
|
|
28
|
+
borderColorDisabled: string;
|
|
29
|
+
defaultHoverColor: string;
|
|
30
|
+
boxShadow: string;
|
|
31
|
+
defaultShadow: string;
|
|
32
|
+
primaryShadow: string;
|
|
33
|
+
dangerShadow: string;
|
|
34
|
+
borderRadius: string;
|
|
35
|
+
};
|
|
36
|
+
Input: {
|
|
37
|
+
colorBorder: string;
|
|
38
|
+
colorBgContainer: string;
|
|
39
|
+
hoverBg: string;
|
|
40
|
+
activeBg: string;
|
|
41
|
+
colorBgContainerDisabled: string;
|
|
42
|
+
colorTextPlaceholder: string;
|
|
43
|
+
activeShadow: string;
|
|
44
|
+
addonBg: string;
|
|
45
|
+
};
|
|
46
|
+
InputNumber: {
|
|
47
|
+
handleBg: string;
|
|
48
|
+
handleActiveBg: string;
|
|
49
|
+
filledHandleBg: string;
|
|
50
|
+
hoverBg: string;
|
|
51
|
+
activeBg: string;
|
|
52
|
+
};
|
|
53
|
+
Select: {
|
|
54
|
+
colorBorder: string;
|
|
55
|
+
colorBgContainer: string;
|
|
56
|
+
hoverBg: string;
|
|
57
|
+
activeBg: string;
|
|
58
|
+
colorBgContainerDisabled: string;
|
|
59
|
+
colorTextPlaceholder: string;
|
|
60
|
+
activeShadow: string;
|
|
61
|
+
multipleItemBg: string;
|
|
62
|
+
};
|
|
63
|
+
Checkbox: {
|
|
64
|
+
controlInteractiveSize: number;
|
|
65
|
+
borderRadiusSM: number;
|
|
66
|
+
colorBgContainerDisabled: string;
|
|
67
|
+
colorBorder: string;
|
|
68
|
+
colorTextDisabled: string;
|
|
69
|
+
};
|
|
70
|
+
Radio: {
|
|
71
|
+
radioSize: number;
|
|
72
|
+
};
|
|
73
|
+
DatePicker: {
|
|
74
|
+
colorBorder: string;
|
|
75
|
+
colorBgContainer: string;
|
|
76
|
+
hoverBg: string;
|
|
77
|
+
activeBg: string;
|
|
78
|
+
colorBgContainerDisabled: string;
|
|
79
|
+
colorTextPlaceholder: string;
|
|
80
|
+
activeShadow: string;
|
|
81
|
+
};
|
|
82
|
+
Table: {
|
|
83
|
+
colorSplit: string;
|
|
84
|
+
headerBg: string;
|
|
85
|
+
headerColor: string;
|
|
86
|
+
headerSplitColor: string;
|
|
87
|
+
borderColor: string;
|
|
88
|
+
cellPaddingInlineMD: number;
|
|
89
|
+
colorText: string;
|
|
90
|
+
};
|
|
91
|
+
Tag: {
|
|
92
|
+
defaultBg: string;
|
|
93
|
+
defaultColor: string;
|
|
94
|
+
fontSizeSM: number;
|
|
95
|
+
lineHeightSM: number;
|
|
96
|
+
};
|
|
97
|
+
Form: {
|
|
98
|
+
labelColor: string;
|
|
99
|
+
};
|
|
100
|
+
Tree: {
|
|
101
|
+
colorText: string;
|
|
102
|
+
borderRadiusSM: number;
|
|
103
|
+
};
|
|
104
|
+
Tabs: {
|
|
105
|
+
horizontalItemPadding: number;
|
|
106
|
+
};
|
|
107
|
+
Descriptions: {
|
|
108
|
+
labelColor: string;
|
|
109
|
+
contentColor: string;
|
|
110
|
+
};
|
|
111
|
+
} | {
|
|
112
|
+
Alert: {
|
|
113
|
+
lineType: string;
|
|
114
|
+
};
|
|
115
|
+
Menu: {
|
|
116
|
+
darkItemBg: string;
|
|
117
|
+
darkItemHoverBg: string;
|
|
118
|
+
darkItemSelectedBg: string;
|
|
119
|
+
darkSubMenuItemBg: string;
|
|
120
|
+
darkItemColor: string;
|
|
121
|
+
darkItemHoverColor: string;
|
|
122
|
+
darkItemSelectedColor: string;
|
|
123
|
+
darkPopupBg: string;
|
|
124
|
+
itemHeight: number;
|
|
125
|
+
};
|
|
126
|
+
Dropdown: {
|
|
127
|
+
colorBgElevated: string;
|
|
128
|
+
};
|
|
129
|
+
Button: {
|
|
130
|
+
borderRadius: number;
|
|
131
|
+
defaultBg: string;
|
|
132
|
+
defaultHoverBg: string;
|
|
133
|
+
defaultActiveBorderColor: string;
|
|
134
|
+
defaultBorderColor: string;
|
|
135
|
+
colorText: string;
|
|
136
|
+
colorTextDisabled: string;
|
|
137
|
+
defaultHoverColor: string;
|
|
138
|
+
defaultHoverBorderColor: string;
|
|
139
|
+
defaultActiveColor: string;
|
|
140
|
+
defaultActiveBg: string;
|
|
141
|
+
borderColorDisabled: string;
|
|
142
|
+
colorBgContainerDisabled: string;
|
|
143
|
+
textTextHoverColor: string;
|
|
144
|
+
textTextColor: string;
|
|
145
|
+
textHoverBg: string;
|
|
146
|
+
boxShadow: string;
|
|
147
|
+
defaultShadow: string;
|
|
148
|
+
primaryShadow: string;
|
|
149
|
+
dangerShadow: string;
|
|
150
|
+
};
|
|
151
|
+
Input: {
|
|
152
|
+
colorBorder: string;
|
|
153
|
+
colorBgContainer: string;
|
|
154
|
+
hoverBg: string;
|
|
155
|
+
activeBg: string;
|
|
156
|
+
colorBgContainerDisabled: string;
|
|
157
|
+
colorTextPlaceholder: string;
|
|
158
|
+
activeShadow: string;
|
|
159
|
+
};
|
|
160
|
+
Checkbox: {
|
|
161
|
+
controlInteractiveSize: number;
|
|
162
|
+
borderRadiusSM: number;
|
|
163
|
+
lineWidth: number;
|
|
164
|
+
colorBorder: string;
|
|
165
|
+
};
|
|
166
|
+
Radio: {
|
|
167
|
+
radioSize: number;
|
|
168
|
+
};
|
|
169
|
+
DatePicker: {
|
|
170
|
+
colorBorder: string;
|
|
171
|
+
colorBgContainer: string;
|
|
172
|
+
hoverBg: string;
|
|
173
|
+
activeBg: string;
|
|
174
|
+
colorBgContainerDisabled: string;
|
|
175
|
+
activeShadow: string;
|
|
176
|
+
};
|
|
177
|
+
Select: {
|
|
178
|
+
colorBorder: string;
|
|
179
|
+
colorBgContainer: string;
|
|
180
|
+
hoverBg: string;
|
|
181
|
+
colorText: string;
|
|
182
|
+
activeBg: string;
|
|
183
|
+
colorBgContainerDisabled: string;
|
|
184
|
+
colorTextPlaceholder: string;
|
|
185
|
+
optionActiveBg: string;
|
|
186
|
+
optionSelectedBg: string;
|
|
187
|
+
optionSelectedColor: string;
|
|
188
|
+
colorBgElevated: string;
|
|
189
|
+
};
|
|
190
|
+
Cascader: {
|
|
191
|
+
optionSelectedBg: string;
|
|
192
|
+
colorText: string;
|
|
193
|
+
};
|
|
194
|
+
Modal: {
|
|
195
|
+
headerBg: string;
|
|
196
|
+
contentBg: string;
|
|
197
|
+
footerBg: string;
|
|
198
|
+
colorBgElevated: string;
|
|
199
|
+
};
|
|
200
|
+
Drawer: {
|
|
201
|
+
colorBgElevated: string;
|
|
202
|
+
};
|
|
203
|
+
Divider: {
|
|
204
|
+
colorSplit: string;
|
|
205
|
+
};
|
|
206
|
+
Segmented: {
|
|
207
|
+
trackBg: string;
|
|
208
|
+
colorTextDisabled: string;
|
|
209
|
+
itemColor: string;
|
|
210
|
+
itemHoverBg: string;
|
|
211
|
+
itemSelectedColor: string;
|
|
212
|
+
itemSelectedBg: string;
|
|
213
|
+
borderRadius: number;
|
|
214
|
+
};
|
|
215
|
+
Pagination: {
|
|
216
|
+
itemBg: string;
|
|
217
|
+
itemActiveBg: string;
|
|
218
|
+
trackBg: string;
|
|
219
|
+
};
|
|
220
|
+
Table: {
|
|
221
|
+
headerBg: string;
|
|
222
|
+
footerBg: string;
|
|
223
|
+
headerColor: string;
|
|
224
|
+
footerColor: string;
|
|
225
|
+
borderColor: string;
|
|
226
|
+
headerSplitColor: string;
|
|
227
|
+
colorText: string;
|
|
228
|
+
};
|
|
229
|
+
Tag: {
|
|
230
|
+
defaultBg: string;
|
|
231
|
+
fontSizeSM: number;
|
|
232
|
+
lineHeightSM: number;
|
|
233
|
+
};
|
|
234
|
+
Form: {
|
|
235
|
+
labelColor: string;
|
|
236
|
+
};
|
|
237
|
+
Tree: {
|
|
238
|
+
colorText: string;
|
|
239
|
+
borderRadiusSM: number;
|
|
240
|
+
};
|
|
241
|
+
Tabs: {
|
|
242
|
+
horizontalItemPadding: number;
|
|
243
|
+
};
|
|
244
|
+
Descriptions: {
|
|
245
|
+
labelColor: string;
|
|
246
|
+
contentColor: string;
|
|
247
|
+
};
|
|
18
248
|
};
|
|
19
|
-
|
|
249
|
+
token: {
|
|
250
|
+
controlHeight: number;
|
|
251
|
+
colorPrimary: string;
|
|
252
|
+
colorLink: string;
|
|
253
|
+
colorInfo: string;
|
|
254
|
+
colorBgBase: string;
|
|
255
|
+
colorBgContainer: string;
|
|
20
256
|
colorBgElevated: string;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
257
|
+
colorBgLayout: string;
|
|
258
|
+
colorBgSpotlight: string;
|
|
259
|
+
colorBgSmall: string;
|
|
260
|
+
colorBgSpecial: string;
|
|
261
|
+
colorBgMask: string;
|
|
262
|
+
colorFill: string;
|
|
263
|
+
colorFillSecondary: string;
|
|
264
|
+
colorFillTertiary: string;
|
|
265
|
+
colorFillQuaternary: string;
|
|
266
|
+
colorTextBase: string;
|
|
28
267
|
colorText: string;
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
defaultActiveBg: string;
|
|
34
|
-
borderColorDisabled: string;
|
|
35
|
-
colorBgContainerDisabled: string;
|
|
36
|
-
textTextHoverColor: string;
|
|
37
|
-
textTextColor: string;
|
|
38
|
-
textHoverBg: string;
|
|
39
|
-
};
|
|
40
|
-
Input: {
|
|
41
|
-
colorBorder: string;
|
|
42
|
-
colorBgContainer: string;
|
|
43
|
-
activeBg: string;
|
|
44
|
-
colorTextPlaceholder: string;
|
|
45
|
-
};
|
|
46
|
-
Select: {
|
|
268
|
+
colorTextSecondary: string;
|
|
269
|
+
colorTextTertiary: string;
|
|
270
|
+
colorTextTransitional: string;
|
|
271
|
+
colorTextQuaternary: string;
|
|
47
272
|
colorBorder: string;
|
|
273
|
+
colorBorderSecondary: string;
|
|
274
|
+
colorErrorBg: string;
|
|
275
|
+
colorErrorBgHover: string;
|
|
276
|
+
colorErrorBorder: string;
|
|
277
|
+
colorErrorBorderHover: string;
|
|
278
|
+
colorErrorHover: string;
|
|
279
|
+
colorErrorActive: string;
|
|
280
|
+
colorErrorTextActive: string;
|
|
281
|
+
colorError: string;
|
|
282
|
+
colorErrorText: string;
|
|
283
|
+
colorErrorTextHover: string;
|
|
284
|
+
colorSuccessBg: string;
|
|
285
|
+
colorSuccessBgHover: string;
|
|
286
|
+
colorSuccessBorder: string;
|
|
287
|
+
colorSuccessBorderHover: string;
|
|
288
|
+
colorSuccessHover: string;
|
|
289
|
+
colorSuccessActive: string;
|
|
290
|
+
colorSuccessTextActive: string;
|
|
291
|
+
colorSuccess: string;
|
|
292
|
+
colorSuccessText: string;
|
|
293
|
+
colorSuccessTextHover: string;
|
|
294
|
+
colorWarningBg: string;
|
|
295
|
+
colorWarningBgHover: string;
|
|
296
|
+
colorWarningBorder: string;
|
|
297
|
+
colorWarningBorderHover: string;
|
|
298
|
+
colorWarningHover: string;
|
|
299
|
+
colorWarningActive: string;
|
|
300
|
+
colorWarningTextActive: string;
|
|
301
|
+
colorWarning: string;
|
|
302
|
+
colorWarningText: string;
|
|
303
|
+
colorWarningTextHover: string;
|
|
304
|
+
defaultRadius: number;
|
|
305
|
+
borderRadius: number;
|
|
306
|
+
boxShadow: string;
|
|
307
|
+
boxShadowSecondary: string;
|
|
308
|
+
} | {
|
|
309
|
+
controlHeight: number;
|
|
310
|
+
colorPrimary: string;
|
|
311
|
+
colorLink: string;
|
|
312
|
+
colorInfo: string;
|
|
313
|
+
colorBgBase: string;
|
|
48
314
|
colorBgContainer: string;
|
|
49
|
-
colorText: string;
|
|
50
|
-
activeBg: string;
|
|
51
|
-
colorTextPlaceholder: string;
|
|
52
|
-
optionActiveBg: string;
|
|
53
|
-
optionSelectedBg: string;
|
|
54
|
-
optionSelectedColor: string;
|
|
55
315
|
colorBgElevated: string;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
316
|
+
colorBgLayout: string;
|
|
317
|
+
colorBgSpotlight: string;
|
|
318
|
+
colorBgMask: string;
|
|
319
|
+
colorBgSmall: string;
|
|
320
|
+
colorBgSpecial: string;
|
|
321
|
+
colorFill: string;
|
|
322
|
+
colorFillSecondary: string;
|
|
323
|
+
colorFillTertiary: string;
|
|
324
|
+
colorFillQuaternary: string;
|
|
325
|
+
colorTextBase: string;
|
|
59
326
|
colorText: string;
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
327
|
+
colorTextSecondary: string;
|
|
328
|
+
colorTextTertiary: string;
|
|
329
|
+
colorTextTransitional: string;
|
|
330
|
+
colorTextQuaternary: string;
|
|
331
|
+
colorBorder: string;
|
|
332
|
+
colorBorderSecondary: string;
|
|
333
|
+
colorErrorBg: string;
|
|
334
|
+
colorErrorBgHover: string;
|
|
335
|
+
colorErrorBorder: string;
|
|
336
|
+
colorErrorBorderHover: string;
|
|
337
|
+
colorErrorHover: string;
|
|
338
|
+
colorErrorActive: string;
|
|
339
|
+
colorErrorTextActive: string;
|
|
340
|
+
colorError: string;
|
|
341
|
+
colorErrorText: string;
|
|
342
|
+
colorErrorTextHover: string;
|
|
343
|
+
colorSuccessBg: string;
|
|
344
|
+
colorSuccessBgHover: string;
|
|
345
|
+
colorSuccessBorder: string;
|
|
346
|
+
colorSuccessBorderHover: string;
|
|
347
|
+
colorSuccessHover: string;
|
|
348
|
+
colorSuccessActive: string;
|
|
349
|
+
colorSuccessTextActive: string;
|
|
350
|
+
colorSuccess: string;
|
|
351
|
+
colorSuccessText: string;
|
|
352
|
+
colorSuccessTextHover: string;
|
|
353
|
+
colorWarningBg: string;
|
|
354
|
+
colorWarningBgHover: string;
|
|
355
|
+
colorWarningBorder: string;
|
|
356
|
+
colorWarningBorderHover: string;
|
|
357
|
+
colorWarningHover: string;
|
|
358
|
+
colorWarningActive: string;
|
|
359
|
+
colorWarningTextActive: string;
|
|
360
|
+
colorWarning: string;
|
|
361
|
+
colorWarningText: string;
|
|
362
|
+
colorWarningTextHover: string;
|
|
363
|
+
boxShadow: string;
|
|
364
|
+
boxShadowSecondary: string;
|
|
365
|
+
defaultRadius: number;
|
|
67
366
|
borderRadius: number;
|
|
68
|
-
|
|
69
|
-
itemColor: string;
|
|
70
|
-
};
|
|
71
|
-
Pagination: {
|
|
72
|
-
itemBg: string;
|
|
73
|
-
itemActiveBg: string;
|
|
74
|
-
trackBg: string;
|
|
75
|
-
};
|
|
76
|
-
Table: {
|
|
77
|
-
headerBg: string;
|
|
78
|
-
footerBg: string;
|
|
79
|
-
headerColor: string;
|
|
80
|
-
footerColor: string;
|
|
81
|
-
borderColor: string;
|
|
367
|
+
colorTransparent: string;
|
|
82
368
|
};
|
|
83
369
|
};
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
colorBgLayout?: string;
|
|
91
|
-
colorBgSpotlight?: string;
|
|
92
|
-
colorBgSmall?: string;
|
|
93
|
-
colorBgSpecial?: string;
|
|
94
|
-
colorBgMask?: string;
|
|
95
|
-
colorFill?: string;
|
|
96
|
-
colorFillSecondary?: string;
|
|
97
|
-
colorFillTertiary?: string;
|
|
98
|
-
colorFillQuaternary?: string;
|
|
99
|
-
colorTextBase?: string;
|
|
100
|
-
colorText?: string;
|
|
101
|
-
colorTextSecondary?: string;
|
|
102
|
-
colorTextTertiary?: string;
|
|
103
|
-
colorTextTransitional?: string;
|
|
104
|
-
colorTextQuaternary?: string;
|
|
105
|
-
colorBorder?: string;
|
|
106
|
-
colorBorderSecondary?: string;
|
|
107
|
-
boxShadow?: string;
|
|
108
|
-
boxShadowSecondary?: string;
|
|
109
|
-
colorErrorBg?: string;
|
|
110
|
-
colorErrorBgHover?: string;
|
|
111
|
-
colorErrorBorder?: string;
|
|
112
|
-
colorErrorBorderHover?: string;
|
|
113
|
-
colorErrorHover?: string;
|
|
114
|
-
colorErrorActive?: string;
|
|
115
|
-
colorErrorTextActive?: string;
|
|
116
|
-
colorError?: string;
|
|
117
|
-
colorErrorText?: string;
|
|
118
|
-
colorErrorTextHover?: string;
|
|
119
|
-
defaultRadius?: number;
|
|
120
|
-
colorTransparent?: string;
|
|
370
|
+
modal: {
|
|
371
|
+
styles: {
|
|
372
|
+
header: {
|
|
373
|
+
marginBottom: number;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
121
376
|
};
|
|
122
377
|
};
|