@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.
Files changed (88) hide show
  1. package/README.md +83 -2
  2. package/dist/364.eac5ad9a.chunk.js +2 -0
  3. package/dist/364.eac5ad9a.chunk.js.map +1 -0
  4. package/dist/api/index.d.ts +7 -7
  5. package/dist/api/urls.d.ts +27 -0
  6. package/dist/components/403/index.d.ts +4 -1
  7. package/dist/components/BLayout/components/Logo.d.ts +4 -1
  8. package/dist/components/BLogin/component/UserName/index.d.ts +6 -3
  9. package/dist/components/BLogin/component/VerifyCode/VerifyCodeInput.d.ts +6 -0
  10. package/dist/components/BLogin/component/VerifyCode/index.d.ts +1 -1
  11. package/dist/components/IconFont/index.d.ts +7 -0
  12. package/dist/components/ImageUpload/index.d.ts +4 -0
  13. package/dist/components/ImageUpload/utils.d.ts +1 -0
  14. package/dist/components/Layout/antd/Header/index.d.ts +11 -1
  15. package/dist/components/Layout/antd/Menu/BaseMenu.d.ts +1 -1
  16. package/dist/components/Layout/antd/Menu/HorizontalMenu/index.d.ts +2 -0
  17. package/dist/components/Layout/antd/Menu/index.d.ts +3 -0
  18. package/dist/components/Layout/antd/Sider/index.d.ts +2 -0
  19. package/dist/components/Layout/antd/components/AppDownload/index.d.ts +2 -6
  20. package/dist/components/Layout/antd/components/DynamicNavs/index.d.ts +1 -0
  21. package/dist/components/Layout/antd/components/NavItem/index.d.ts +2 -1
  22. package/dist/components/Layout/antd/components/ProjectSelect/index.d.ts +4 -0
  23. package/dist/components/Layout/antd/components/ProjectSelect/useProjectInfo.d.ts +12 -0
  24. package/dist/components/Layout/antd/components/SwitchTheme/index.d.ts +8 -0
  25. package/dist/components/Layout/antd/components/UserAccount/UserAvatar.d.ts +9 -0
  26. package/dist/components/Layout/antd/components/UserAccount/index.d.ts +1 -0
  27. package/dist/components/Layout/antd/index.d.ts +2 -0
  28. package/dist/components/Layout/interface.d.ts +12 -28
  29. package/dist/components/MessageNotification/index.d.ts +13 -0
  30. package/dist/components/MessageNotification/manager.d.ts +13 -0
  31. package/dist/components/MessageNotification/messageNotificationManager.d.ts +3 -0
  32. package/dist/components/MicroComponent/Header/index.d.ts +17 -2
  33. package/dist/components/PEnterprise/EnterpriseList.d.ts +3 -0
  34. package/dist/components/PEnterprise/index.d.ts +1 -0
  35. package/dist/components/PSetting/AccountSetting.d.ts +11 -0
  36. package/dist/components/PSetting/index.d.ts +1 -2
  37. package/dist/components/Register/components/CountryRegionCascader/RegionCascader.d.ts +19 -0
  38. package/dist/components/Register/components/CountryRegionCascader/index.d.ts +10 -0
  39. package/dist/components/Register/components/CountryRegionCascader/services.d.ts +9 -0
  40. package/dist/components/Register/components/RegisterForm/AccountForm.d.ts +23 -0
  41. package/dist/components/Register/components/RegisterForm/EnterpriseForm.d.ts +2 -0
  42. package/dist/components/Register/components/RegisterForm/index.d.ts +7 -0
  43. package/dist/components/Register/components/RegisterResult/index.d.ts +3 -0
  44. package/dist/components/Register/index.d.ts +1 -0
  45. package/dist/constant/index.d.ts +9 -0
  46. package/dist/en.json +108 -8
  47. package/dist/hooks/index.d.ts +9 -4
  48. package/dist/hooks/useMultiLanguages.d.ts +8 -0
  49. package/dist/index.d.ts +20 -0
  50. package/dist/lang/utils.d.ts +1 -1
  51. package/dist/main.bundle.js +1 -1
  52. package/dist/main.bundle.js.LICENSE.txt +51 -11
  53. package/dist/main.bundle.js.map +1 -1
  54. package/dist/main.css +1393 -348
  55. package/dist/main.css.map +1 -1
  56. package/dist/manifest.json +7 -2
  57. package/dist/mqtt/business.d.ts +35 -0
  58. package/dist/pages/403.d.ts +4 -1
  59. package/dist/pages/home/enterprise/index.d.ts +5 -0
  60. package/dist/pages/home/notice/ConfirmCloseModal.d.ts +13 -0
  61. package/dist/pages/home/notice/MessageDetailModal.d.ts +37 -0
  62. package/dist/pages/home/notice/hooks.d.ts +14 -3
  63. package/dist/pages/home/notice/tools/index.d.ts +2 -1
  64. package/dist/qiankun/globalState.d.ts +6 -5
  65. package/dist/qiankun/index.d.ts +1 -2
  66. package/dist/qiankun/utils/index.d.ts +7 -5
  67. package/dist/static/img/7d9900e808e2197745be.png +0 -0
  68. package/dist/static/img/a10132bbdef90aa7baaf.png +0 -0
  69. package/dist/static/img/a20c372b6039996ba351.png +0 -0
  70. package/dist/static/img/b765d4caa82d7e5eae80.png +0 -0
  71. package/dist/static/img/f110c37284312f4d2af6.png +0 -0
  72. package/dist/utils/checkPass.d.ts +4 -0
  73. package/dist/utils/common.d.ts +10 -0
  74. package/dist/utils/index.d.ts +48 -7
  75. package/dist/utils/soundManager.d.ts +12 -0
  76. package/dist/utils/theme/antd5/InjectCssVariable.d.ts +3 -1
  77. package/dist/utils/theme/antd5/index.d.ts +362 -107
  78. package/dist/utils/theme/antd5/token.d.ts +275 -6
  79. package/dist/utils/theme/base.d.ts +2 -2
  80. package/dist/utils/theme/changeMenuCssVariable.d.ts +1 -1
  81. package/dist/utils/theme/index.d.ts +12 -6
  82. package/dist/utils/theme/store.d.ts +724 -214
  83. package/dist/zh.json +108 -6
  84. package/new-translations.json +68 -0
  85. package/package.json +16 -6
  86. package/webpack.config.js +1 -0
  87. package/dist/131.9ff515a6.chunk.js +0 -2
  88. package/dist/131.9ff515a6.chunk.js.map +0 -1
@@ -1 +1,5 @@
1
+ export declare function getPasswordRules(): {
2
+ min: any;
3
+ max: any;
4
+ };
1
5
  export declare function checkPassWord(value: string): boolean;
@@ -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: () => {};
@@ -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" | "Other";
10
+ export declare function browserType(): "Other" | "Chrome" | "Safari" | "Firefox" | "Edge" | "IE" | "Opera";
11
11
  export declare const eventNames: {
12
- USER_NAME: string;
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 curMicroAppName: () => any;
24
- export declare const curMicroAppCode: () => any;
25
- export declare const micApps: () => any;
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 +1,3 @@
1
- export default function InjectCssVariable(): any;
1
+ export default function InjectCssVariable({ theme }: {
2
+ theme: any;
3
+ }): any;
@@ -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
- themeMode: Theme;
5
- cssVar: boolean;
6
- hashed: boolean;
7
- algorithm: import("@ant-design/cssinjs").DerivativeFunc<import("antd/es/theme/internal").SeedToken, import("antd/es/theme/interface").MapToken>;
8
- components: {
9
- Menu: {
10
- darkItemBg: string;
11
- darkItemHoverBg: string;
12
- darkItemSelectedBg: string;
13
- darkSubMenuItemBg: string;
14
- darkItemColor: string;
15
- darkItemHoverColor: string;
16
- darkItemSelectedColor: string;
17
- darkPopupBg: string;
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
- Dropdown: {
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
- Button: {
23
- borderRadius: number;
24
- defaultBg: string;
25
- defaultHoverBg: string;
26
- defaultActiveBorderColor: string;
27
- defaultBorderColor: string;
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
- colorTextDisabled: string;
30
- defaultHoverColor: string;
31
- defaultHoverBorderColor: string;
32
- defaultActiveColor: string;
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
- Cascader: {
58
- optionSelectedBg: string;
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
- Modal: {
62
- colorBgElevated: string;
63
- };
64
- Segmented: {
65
- itemSelectedBg: string;
66
- itemActiveBg: string;
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
- itemSelectedColor: string;
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
- token: {
85
- colorPrimary: string;
86
- colorLink: string;
87
- colorBgBase?: string;
88
- colorBgContainer?: string;
89
- colorBgElevated?: string;
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
  };