@oinone/kunlun-theme 6.3.0 → 6.4.0
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/oinone-kunlun-theme.esm.js +1 -1
- package/dist/types/src/color/dark-minimalism-vars.d.ts +90 -0
- package/dist/types/src/color/dark-vars.d.ts +3 -0
- package/dist/types/src/color/default-minimalism-vars.d.ts +90 -0
- package/dist/types/src/color/default-vars.d.ts +23 -5
- package/dist/types/src/color/index.d.ts +2 -0
- package/dist/types/src/style/dark/card/card.d.ts +7 -0
- package/dist/types/src/style/dark/component-theme.d.ts +47 -0
- package/dist/types/src/style/dark/form-item/form-item.d.ts +2 -0
- package/dist/types/src/style/dark/input/input.d.ts +2 -0
- package/dist/types/src/style/dark/select/select.d.ts +2 -0
- package/dist/types/src/style/dark/tabs/tabs.d.ts +5 -0
- package/dist/types/src/style/dark-minimalism/app-switch/app-switch.d.ts +11 -0
- package/dist/types/src/style/dark-minimalism/button/constant.d.ts +2 -0
- package/dist/types/src/style/dark-minimalism/button/danger.d.ts +126 -0
- package/dist/types/src/style/dark-minimalism/button/index.d.ts +604 -0
- package/dist/types/src/style/dark-minimalism/button/info.d.ts +126 -0
- package/dist/types/src/style/dark-minimalism/button/standard.d.ts +126 -0
- package/dist/types/src/style/dark-minimalism/button/success.d.ts +126 -0
- package/dist/types/src/style/dark-minimalism/button/warning.d.ts +126 -0
- package/dist/types/src/style/dark-minimalism/card/card.d.ts +7 -0
- package/dist/types/src/style/dark-minimalism/checkbox/checkbox.d.ts +7 -0
- package/dist/types/src/style/dark-minimalism/component-theme.d.ts +2954 -0
- package/dist/types/src/style/dark-minimalism/drawer/drawer.d.ts +9 -0
- package/dist/types/src/style/dark-minimalism/dropdown/index.d.ts +12 -0
- package/dist/types/src/style/dark-minimalism/form-item/form-item.d.ts +9 -0
- package/dist/types/src/style/dark-minimalism/header/header.d.ts +5 -0
- package/dist/types/src/style/dark-minimalism/index.d.ts +1 -0
- package/dist/types/src/style/dark-minimalism/input/input.d.ts +38 -0
- package/dist/types/src/style/dark-minimalism/menu/menu.d.ts +38 -0
- package/dist/types/src/style/dark-minimalism/modal/modal.d.ts +10 -0
- package/dist/types/src/style/dark-minimalism/multi-tab/multi-tab.d.ts +57 -0
- package/dist/types/src/style/dark-minimalism/pagination/pagination.d.ts +12 -0
- package/dist/types/src/style/dark-minimalism/popconfirm/popconfirm.d.ts +7 -0
- package/dist/types/src/style/dark-minimalism/registry.d.ts +1 -0
- package/dist/types/src/style/dark-minimalism/rich-text/rich-text.d.ts +22 -0
- package/dist/types/src/style/dark-minimalism/scrollbar/scrollbar.d.ts +5 -0
- package/dist/types/src/style/dark-minimalism/select/select.d.ts +41 -0
- package/dist/types/src/style/dark-minimalism/switch/switch.d.ts +4 -0
- package/dist/types/src/style/dark-minimalism/table/table.d.ts +21 -0
- package/dist/types/src/style/dark-minimalism/tabs/tabs.d.ts +6 -0
- package/dist/types/src/style/dark-minimalism/textarea/textarea.d.ts +27 -0
- package/dist/types/src/style/dark-minimalism/transfer/transfer.d.ts +5 -0
- package/dist/types/src/style/dark-minimalism/tree-select/tree-select.d.ts +1 -0
- package/dist/types/src/style/dark-minimalism/upload/upload.d.ts +27 -0
- package/dist/types/src/style/default/card/card.d.ts +7 -0
- package/dist/types/src/style/default/component-theme.d.ts +86 -0
- package/dist/types/src/style/default/datetime/datetime.d.ts +5 -0
- package/dist/types/src/style/default/dropdown/index.d.ts +2 -0
- package/dist/types/src/style/default/form-item/form-item.d.ts +2 -0
- package/dist/types/src/style/default/input/input.d.ts +2 -0
- package/dist/types/src/style/default/pagination/pagination.d.ts +6 -0
- package/dist/types/src/style/default/select/select.d.ts +2 -0
- package/dist/types/src/style/default/tabs/tabs.d.ts +5 -0
- package/dist/types/src/style/default-minimalism/app-switch/app-switch.d.ts +11 -0
- package/dist/types/src/style/default-minimalism/button/constant.d.ts +2 -0
- package/dist/types/src/style/default-minimalism/button/danger.d.ts +126 -0
- package/dist/types/src/style/default-minimalism/button/index.d.ts +604 -0
- package/dist/types/src/style/default-minimalism/button/info.d.ts +126 -0
- package/dist/types/src/style/default-minimalism/button/standard.d.ts +126 -0
- package/dist/types/src/style/default-minimalism/button/success.d.ts +126 -0
- package/dist/types/src/style/default-minimalism/button/warning.d.ts +126 -0
- package/dist/types/src/style/default-minimalism/card/card.d.ts +7 -0
- package/dist/types/src/style/default-minimalism/checkbox/checkbox.d.ts +7 -0
- package/dist/types/src/style/default-minimalism/component-theme.d.ts +2986 -0
- package/dist/types/src/style/default-minimalism/datetime/datetime.d.ts +9 -0
- package/dist/types/src/style/default-minimalism/drawer/drawer.d.ts +9 -0
- package/dist/types/src/style/default-minimalism/dropdown/index.d.ts +14 -0
- package/dist/types/src/style/default-minimalism/form-item/form-item.d.ts +9 -0
- package/dist/types/src/style/default-minimalism/header/header.d.ts +5 -0
- package/dist/types/src/style/default-minimalism/index.d.ts +1 -0
- package/dist/types/src/style/default-minimalism/input/input.d.ts +38 -0
- package/dist/types/src/style/default-minimalism/menu/menu.d.ts +38 -0
- package/dist/types/src/style/default-minimalism/modal/modal.d.ts +10 -0
- package/dist/types/src/style/default-minimalism/multi-tab/multi-tab.d.ts +57 -0
- package/dist/types/src/style/default-minimalism/pagination/pagination.d.ts +12 -0
- package/dist/types/src/style/default-minimalism/popconfirm/popconfirm.d.ts +7 -0
- package/dist/types/src/style/default-minimalism/registry.d.ts +1 -0
- package/dist/types/src/style/default-minimalism/rich-text/rich-text.d.ts +22 -0
- package/dist/types/src/style/default-minimalism/scrollbar/scrollbar.d.ts +5 -0
- package/dist/types/src/style/default-minimalism/select/select.d.ts +41 -0
- package/dist/types/src/style/default-minimalism/switch/switch.d.ts +4 -0
- package/dist/types/src/style/default-minimalism/table/table.d.ts +21 -0
- package/dist/types/src/style/default-minimalism/tabs/tabs.d.ts +6 -0
- package/dist/types/src/style/default-minimalism/textarea/textarea.d.ts +27 -0
- package/dist/types/src/style/default-minimalism/transfer/transfer.d.ts +5 -0
- package/dist/types/src/style/default-minimalism/tree-select/tree-select.d.ts +1 -0
- package/dist/types/src/style/default-minimalism/upload/upload.d.ts +27 -0
- package/dist/types/src/style/index.d.ts +2 -0
- package/dist/types/src/typing.d.ts +8 -2
- package/dist/types/src/utils/ColorHelper.d.ts +33 -0
- package/package.json +4 -1
- package/rollup.config.js +1 -1
- package/src/color/dark-minimalism-vars.ts +117 -0
- package/src/color/dark-vars.ts +6 -1
- package/src/color/default-minimalism-vars.ts +117 -0
- package/src/color/default-vars.ts +45 -11
- package/src/color/index.ts +2 -0
- package/src/init/initTheme.ts +8 -1
- package/src/mount/index.ts +10 -0
- package/src/style/dark/card/card.ts +10 -0
- package/src/style/dark/component-theme.ts +10 -4
- package/src/style/dark/form-item/form-item.ts +3 -1
- package/src/style/dark/input/input.ts +3 -1
- package/src/style/dark/select/select.ts +3 -1
- package/src/style/dark/tabs/tabs.ts +6 -0
- package/src/style/dark-minimalism/app-switch/app-switch.ts +14 -0
- package/src/style/dark-minimalism/button/constant.ts +4 -0
- package/src/style/dark-minimalism/button/danger.ts +146 -0
- package/src/style/dark-minimalism/button/index.ts +28 -0
- package/src/style/dark-minimalism/button/info.ts +146 -0
- package/src/style/dark-minimalism/button/standard.ts +146 -0
- package/src/style/dark-minimalism/button/success.ts +146 -0
- package/src/style/dark-minimalism/button/warning.ts +146 -0
- package/src/style/dark-minimalism/card/card.ts +10 -0
- package/src/style/dark-minimalism/checkbox/checkbox.ts +10 -0
- package/src/style/dark-minimalism/component-theme.ts +179 -0
- package/src/style/dark-minimalism/drawer/drawer.ts +10 -0
- package/src/style/dark-minimalism/dropdown/index.ts +14 -0
- package/src/style/dark-minimalism/form-item/form-item.ts +13 -0
- package/src/style/dark-minimalism/header/header.ts +6 -0
- package/src/style/dark-minimalism/index.ts +1 -0
- package/src/style/dark-minimalism/input/input.ts +48 -0
- package/src/style/dark-minimalism/menu/menu.ts +7 -0
- package/src/style/dark-minimalism/modal/modal.ts +11 -0
- package/src/style/dark-minimalism/multi-tab/multi-tab.ts +67 -0
- package/src/style/dark-minimalism/pagination/pagination.ts +15 -0
- package/src/style/dark-minimalism/popconfirm/popconfirm.ts +8 -0
- package/src/style/dark-minimalism/registry.ts +62 -0
- package/src/style/dark-minimalism/rich-text/rich-text.ts +25 -0
- package/src/style/dark-minimalism/scrollbar/scrollbar.ts +6 -0
- package/src/style/dark-minimalism/select/select.ts +50 -0
- package/src/style/dark-minimalism/switch/switch.ts +5 -0
- package/src/style/dark-minimalism/table/table.ts +44 -0
- package/src/style/dark-minimalism/tabs/tabs.ts +7 -0
- package/src/style/dark-minimalism/textarea/textarea.ts +34 -0
- package/src/style/dark-minimalism/transfer/transfer.ts +6 -0
- package/src/style/dark-minimalism/tree-select/tree-select.ts +1 -0
- package/src/style/dark-minimalism/upload/upload.ts +34 -0
- package/src/style/default/card/card.ts +10 -0
- package/src/style/default/component-theme.ts +10 -4
- package/src/style/default/datetime/datetime.ts +7 -1
- package/src/style/default/dropdown/index.ts +12 -8
- package/src/style/default/form-item/form-item.ts +4 -1
- package/src/style/default/input/input.ts +3 -1
- package/src/style/default/multi-tab/multi-tab.ts +1 -1
- package/src/style/default/pagination/pagination.ts +7 -1
- package/src/style/default/select/select.ts +3 -1
- package/src/style/default/tabs/tabs.ts +6 -0
- package/src/style/default-minimalism/app-switch/app-switch.ts +14 -0
- package/src/style/default-minimalism/button/constant.ts +4 -0
- package/src/style/default-minimalism/button/danger.ts +146 -0
- package/src/style/default-minimalism/button/index.ts +28 -0
- package/src/style/default-minimalism/button/info.ts +146 -0
- package/src/style/default-minimalism/button/standard.ts +146 -0
- package/src/style/default-minimalism/button/success.ts +146 -0
- package/src/style/default-minimalism/button/warning.ts +146 -0
- package/src/style/default-minimalism/card/card.ts +10 -0
- package/src/style/default-minimalism/checkbox/checkbox.ts +10 -0
- package/src/style/default-minimalism/component-theme.ts +184 -0
- package/src/style/default-minimalism/datetime/datetime.ts +12 -0
- package/src/style/default-minimalism/drawer/drawer.ts +10 -0
- package/src/style/default-minimalism/dropdown/index.ts +18 -0
- package/src/style/default-minimalism/form-item/form-item.ts +12 -0
- package/src/style/default-minimalism/header/header.ts +6 -0
- package/src/style/default-minimalism/index.ts +1 -0
- package/src/style/default-minimalism/input/input.ts +48 -0
- package/src/style/default-minimalism/menu/menu.ts +7 -0
- package/src/style/default-minimalism/modal/modal.ts +11 -0
- package/src/style/default-minimalism/multi-tab/multi-tab.ts +67 -0
- package/src/style/default-minimalism/pagination/pagination.ts +15 -0
- package/src/style/default-minimalism/popconfirm/popconfirm.ts +8 -0
- package/src/style/default-minimalism/registry.ts +63 -0
- package/src/style/default-minimalism/rich-text/rich-text.ts +25 -0
- package/src/style/default-minimalism/scrollbar/scrollbar.ts +6 -0
- package/src/style/default-minimalism/select/select.ts +51 -0
- package/src/style/default-minimalism/switch/switch.ts +5 -0
- package/src/style/default-minimalism/table/table.ts +24 -0
- package/src/style/default-minimalism/tabs/tabs.ts +7 -0
- package/src/style/default-minimalism/textarea/textarea.ts +34 -0
- package/src/style/default-minimalism/transfer/transfer.ts +6 -0
- package/src/style/default-minimalism/tree-select/tree-select.ts +1 -0
- package/src/style/default-minimalism/upload/upload.ts +34 -0
- package/src/style/index.ts +2 -0
- package/src/typing.ts +15 -1
- package/src/utils/ColorHelper.ts +75 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const component = "dropdown";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
'background-color': string;
|
|
4
|
+
'border-color': string;
|
|
5
|
+
'box-shadow': string;
|
|
6
|
+
color: string;
|
|
7
|
+
'color-hover': string;
|
|
8
|
+
'color-disabled': string;
|
|
9
|
+
'color-disabled-hover': string;
|
|
10
|
+
'item-background-color-hover': string;
|
|
11
|
+
'item-background-color-disabled-hover': string;
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './registry';
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const component = "input";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
background: string;
|
|
4
|
+
'background-color': string;
|
|
5
|
+
'border-style': string;
|
|
6
|
+
'border-color': string;
|
|
7
|
+
outline: string;
|
|
8
|
+
shadow: string;
|
|
9
|
+
'text-color': string;
|
|
10
|
+
'counter-background': string;
|
|
11
|
+
'counter-color': string;
|
|
12
|
+
'background-hover': string;
|
|
13
|
+
'border-width-hover': string;
|
|
14
|
+
'border-style-hover': string;
|
|
15
|
+
'border-color-hover': string;
|
|
16
|
+
'border-radius-hover': string;
|
|
17
|
+
'outline-hover': string;
|
|
18
|
+
'shadow-hover': string;
|
|
19
|
+
'text-color-hover': string;
|
|
20
|
+
'background-focus': string;
|
|
21
|
+
'border-width-focus': string;
|
|
22
|
+
'border-style-focus': string;
|
|
23
|
+
'border-color-focus': string;
|
|
24
|
+
'border-radius-focus': string;
|
|
25
|
+
'outline-focus': string;
|
|
26
|
+
'shadow-focus': string;
|
|
27
|
+
'text-color-focus': string;
|
|
28
|
+
'readonly-border-color': string;
|
|
29
|
+
'error-border-color': string;
|
|
30
|
+
'disabled-border-color': string;
|
|
31
|
+
'addon-background': string;
|
|
32
|
+
'addon-color': string;
|
|
33
|
+
'tag-background': string;
|
|
34
|
+
'ready-delete-tag-background': string;
|
|
35
|
+
'ready-delete-tag-color': string;
|
|
36
|
+
'clear-background': string;
|
|
37
|
+
'clear-color': string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
export declare const component = "menu";
|
|
2
|
+
export declare const cssVars: () => {
|
|
3
|
+
'background-color': string;
|
|
4
|
+
'border-color': string;
|
|
5
|
+
'font-color': string;
|
|
6
|
+
'expand-background-color': string;
|
|
7
|
+
'default-icon-color': string;
|
|
8
|
+
'default-expand-icon-color': string;
|
|
9
|
+
'search-background-color': string;
|
|
10
|
+
'select-dropdown-background': string;
|
|
11
|
+
'select-dropdown-color': string;
|
|
12
|
+
'select-dropdown-selected-color': string;
|
|
13
|
+
'select-dropdown-selected': string;
|
|
14
|
+
'select-dropdown-box-shadow': string;
|
|
15
|
+
'select-color': string;
|
|
16
|
+
'select-background': string;
|
|
17
|
+
'select-placeholder-color': string;
|
|
18
|
+
'selected-icon-color': string;
|
|
19
|
+
'selected-background-color': string;
|
|
20
|
+
'selected-title-color': string;
|
|
21
|
+
'selected-title-hover-color': string;
|
|
22
|
+
'selected-root-title-color': string;
|
|
23
|
+
'selected-root-icon-color': string;
|
|
24
|
+
'selected-root-background-color': string;
|
|
25
|
+
'hover-background-color': string;
|
|
26
|
+
'root-title-hover-color': string;
|
|
27
|
+
'root-title-hover-icon-color': string;
|
|
28
|
+
'active-parent-title-color': string;
|
|
29
|
+
'search-display': string;
|
|
30
|
+
'search-background': string;
|
|
31
|
+
'collapsed-button-hover-background-color': string;
|
|
32
|
+
'collapsed-button-background-color': string;
|
|
33
|
+
'collapsed-button-title-color': string;
|
|
34
|
+
'designer-font-color': string;
|
|
35
|
+
'designer-background-color': string;
|
|
36
|
+
'designer-collapsed-button-hover-background-color': string;
|
|
37
|
+
'designer-collapsed-button-background-color': string;
|
|
38
|
+
};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
export declare const component = "multi-tabs";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
/**
|
|
4
|
+
* 标准样式
|
|
5
|
+
*/
|
|
6
|
+
background: string;
|
|
7
|
+
color: string;
|
|
8
|
+
'active-color': string;
|
|
9
|
+
'active-font-weight': number;
|
|
10
|
+
'active-background': string;
|
|
11
|
+
'icon-color': string;
|
|
12
|
+
'hover-background-color': string;
|
|
13
|
+
/**
|
|
14
|
+
* 内联样式
|
|
15
|
+
*/
|
|
16
|
+
'background-color-inline': string;
|
|
17
|
+
'color-inline': string;
|
|
18
|
+
'active-color-inline': string;
|
|
19
|
+
'active-background-color-inline': string;
|
|
20
|
+
'hover-background-color-inline': string;
|
|
21
|
+
/**
|
|
22
|
+
* theme1
|
|
23
|
+
*/
|
|
24
|
+
'background-color-theme1': string;
|
|
25
|
+
'background-color-active-theme1': string;
|
|
26
|
+
'border-color-theme1': string;
|
|
27
|
+
/**
|
|
28
|
+
* theme1 inline
|
|
29
|
+
*/
|
|
30
|
+
'background-color-theme1-inline': string;
|
|
31
|
+
'background-color-active-theme1-inline': string;
|
|
32
|
+
'active-color-active-theme1-inline': string;
|
|
33
|
+
'icon-color-active-theme1-inline': string;
|
|
34
|
+
/**
|
|
35
|
+
* theme2
|
|
36
|
+
*/
|
|
37
|
+
'background-color-theme2': string;
|
|
38
|
+
'border-color-theme2': string;
|
|
39
|
+
/**
|
|
40
|
+
* theme3
|
|
41
|
+
*/
|
|
42
|
+
'background-color-theme3': string;
|
|
43
|
+
'background-color-active-theme3': string;
|
|
44
|
+
'active-color-active-theme3': string;
|
|
45
|
+
'icon-color-active-theme3': string;
|
|
46
|
+
/**
|
|
47
|
+
* theme3 inline
|
|
48
|
+
*/
|
|
49
|
+
'background-color-theme3-inline': string;
|
|
50
|
+
/**
|
|
51
|
+
* theme4 inline
|
|
52
|
+
*/
|
|
53
|
+
'background-color-theme4-inline': string;
|
|
54
|
+
'background-color-active-theme4-inline': string;
|
|
55
|
+
'active-color-active-theme4-inline': string;
|
|
56
|
+
'icon-color-active-theme4-inline': string;
|
|
57
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const component = "pagination";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
background: string;
|
|
4
|
+
'border-color': string;
|
|
5
|
+
'text-color': string;
|
|
6
|
+
'background-active': string;
|
|
7
|
+
'border-color-active': string;
|
|
8
|
+
'text-color-active': string;
|
|
9
|
+
'background-hover': string;
|
|
10
|
+
'border-color-hover': string;
|
|
11
|
+
'text-color-hover': string;
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function registerDarkModernThemeFn(): void;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const component = "rich-text";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
'textarea-bg-color': string;
|
|
4
|
+
'textarea-color': string;
|
|
5
|
+
'textarea-border-color': string;
|
|
6
|
+
'textarea-slight-border-color': string;
|
|
7
|
+
'textarea-slight-color': string;
|
|
8
|
+
'textarea-slight-bg-color': string;
|
|
9
|
+
'textarea-selected-border-color': string;
|
|
10
|
+
'textarea-handler-bg-color': string;
|
|
11
|
+
'toolbar-color': string;
|
|
12
|
+
'toolbar-bg-color': string;
|
|
13
|
+
'toolbar-active-color': string;
|
|
14
|
+
'toolbar-active-bg-color': string;
|
|
15
|
+
'toolbar-color-active-bg-color': string;
|
|
16
|
+
'toolbar-disabled-color': string;
|
|
17
|
+
'toolbar-border-color': string;
|
|
18
|
+
'modal-button-bg-color': string;
|
|
19
|
+
'modal-button-border-color': string;
|
|
20
|
+
'button-tooltip-bg-color': string;
|
|
21
|
+
'button-tooltip-color': string;
|
|
22
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export declare const component = "select";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
background: string;
|
|
4
|
+
'border-width': string;
|
|
5
|
+
'border-style': string;
|
|
6
|
+
'border-color': string;
|
|
7
|
+
'border-radius': string;
|
|
8
|
+
outline: string;
|
|
9
|
+
shadow: string;
|
|
10
|
+
'text-color': string;
|
|
11
|
+
'counter-background': string;
|
|
12
|
+
'counter-color': string;
|
|
13
|
+
'counter-font-size': string;
|
|
14
|
+
'background-hover': string;
|
|
15
|
+
'border-width-hover': string;
|
|
16
|
+
'border-style-hover': string;
|
|
17
|
+
'border-color-hover': string;
|
|
18
|
+
'border-radius-hover': string;
|
|
19
|
+
'outline-hover': string;
|
|
20
|
+
'shadow-hover': string;
|
|
21
|
+
'text-color-hover': string;
|
|
22
|
+
'background-focus': string;
|
|
23
|
+
'border-width-focus': string;
|
|
24
|
+
'border-style-focus': string;
|
|
25
|
+
'border-color-focus': string;
|
|
26
|
+
'border-radius-focus': string;
|
|
27
|
+
'outline-focus': string;
|
|
28
|
+
'shadow-focus': string;
|
|
29
|
+
'text-color-focus': string;
|
|
30
|
+
'readonly-border-color': string;
|
|
31
|
+
'item-readonly-bg': string;
|
|
32
|
+
'item-readonly-color': string;
|
|
33
|
+
'item-readonly-radius': string;
|
|
34
|
+
'dropdown-background': string;
|
|
35
|
+
'dropdown-selected-color': string;
|
|
36
|
+
'dropdown-color': string;
|
|
37
|
+
'dropdown-selected': string;
|
|
38
|
+
'dropdown-hover-color': string;
|
|
39
|
+
'dropdown-hover-background': string;
|
|
40
|
+
'dropdown-box-shadow': string;
|
|
41
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const component = "table";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
'thead-bg': string;
|
|
4
|
+
'body-bg': string;
|
|
5
|
+
'text-color': string;
|
|
6
|
+
'title-color': string;
|
|
7
|
+
'title-font-weight': number;
|
|
8
|
+
'title-sort-icon-size': string;
|
|
9
|
+
'tr-height': string;
|
|
10
|
+
'tr-stripe-bg': string;
|
|
11
|
+
'tr-checked-bg': string;
|
|
12
|
+
'tr-hover-bg': string;
|
|
13
|
+
'row-border': string;
|
|
14
|
+
'row-body-border': string;
|
|
15
|
+
config: {
|
|
16
|
+
border: string;
|
|
17
|
+
stripe: boolean;
|
|
18
|
+
isCurrent: boolean;
|
|
19
|
+
isHover: boolean;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare const component = "textarea";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
background: string;
|
|
4
|
+
'border-width': string;
|
|
5
|
+
'border-style': string;
|
|
6
|
+
'border-color': string;
|
|
7
|
+
'border-radius': string;
|
|
8
|
+
outline: string;
|
|
9
|
+
shadow: string;
|
|
10
|
+
'text-color': string;
|
|
11
|
+
'background-hover': string;
|
|
12
|
+
'border-width-hover': string;
|
|
13
|
+
'border-style-hover': string;
|
|
14
|
+
'border-color-hover': string;
|
|
15
|
+
'border-radius-hover': string;
|
|
16
|
+
'outline-hover': string;
|
|
17
|
+
'shadow-hover': string;
|
|
18
|
+
'text-color-hover': string;
|
|
19
|
+
'background-focus': string;
|
|
20
|
+
'border-width-focus': string;
|
|
21
|
+
'border-style-focus': string;
|
|
22
|
+
'border-color-focus': string;
|
|
23
|
+
'border-radius-focus': string;
|
|
24
|
+
'outline-focus': string;
|
|
25
|
+
'shadow-focus': string;
|
|
26
|
+
'text-color-focus': string;
|
|
27
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const component = "tree-select";
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare const component = "upload";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
background: string;
|
|
4
|
+
'border-width': string;
|
|
5
|
+
'border-style': string;
|
|
6
|
+
'border-color': string;
|
|
7
|
+
'border-radius': string;
|
|
8
|
+
outline: string;
|
|
9
|
+
shadow: string;
|
|
10
|
+
'text-color': string;
|
|
11
|
+
'background-hover': string;
|
|
12
|
+
'border-width-hover': string;
|
|
13
|
+
'border-style-hover': string;
|
|
14
|
+
'border-color-hover': string;
|
|
15
|
+
'border-radius-hover': string;
|
|
16
|
+
'outline-hover': string;
|
|
17
|
+
'shadow-hover': string;
|
|
18
|
+
'text-color-hover': string;
|
|
19
|
+
'background-focus': string;
|
|
20
|
+
'border-width-focus': string;
|
|
21
|
+
'border-style-focus': string;
|
|
22
|
+
'border-color-focus': string;
|
|
23
|
+
'border-radius-focus': string;
|
|
24
|
+
'outline-focus': string;
|
|
25
|
+
'shadow-focus': string;
|
|
26
|
+
'text-color-focus': string;
|
|
27
|
+
};
|
|
@@ -1942,6 +1942,8 @@ export declare const getComponentTheme: () => {
|
|
|
1942
1942
|
'addon-background': string;
|
|
1943
1943
|
'addon-color': string;
|
|
1944
1944
|
'tag-background': string;
|
|
1945
|
+
'ready-delete-tag-background': string;
|
|
1946
|
+
'ready-delete-tag-color': string;
|
|
1945
1947
|
'clear-background': string;
|
|
1946
1948
|
'clear-color': string;
|
|
1947
1949
|
};
|
|
@@ -1981,6 +1983,8 @@ export declare const getComponentTheme: () => {
|
|
|
1981
1983
|
'addon-background': string;
|
|
1982
1984
|
'addon-color': string;
|
|
1983
1985
|
'tag-background': string;
|
|
1986
|
+
'ready-delete-tag-background': string;
|
|
1987
|
+
'ready-delete-tag-color': string;
|
|
1984
1988
|
'clear-background': string;
|
|
1985
1989
|
'clear-color': string;
|
|
1986
1990
|
};
|
|
@@ -2020,6 +2024,8 @@ export declare const getComponentTheme: () => {
|
|
|
2020
2024
|
'addon-background': string;
|
|
2021
2025
|
'addon-color': string;
|
|
2022
2026
|
'tag-background': string;
|
|
2027
|
+
'ready-delete-tag-background': string;
|
|
2028
|
+
'ready-delete-tag-color': string;
|
|
2023
2029
|
'clear-background': string;
|
|
2024
2030
|
'clear-color': string;
|
|
2025
2031
|
};
|
|
@@ -2047,12 +2053,27 @@ export declare const getComponentTheme: () => {
|
|
|
2047
2053
|
datetime: {
|
|
2048
2054
|
large: {
|
|
2049
2055
|
padding: string;
|
|
2056
|
+
'text-color-hover': string;
|
|
2057
|
+
'text-color-active': string;
|
|
2058
|
+
'text-color-selected': string;
|
|
2059
|
+
'cell-internal-text-color-hover': string;
|
|
2060
|
+
'background-hover': string;
|
|
2050
2061
|
};
|
|
2051
2062
|
medium: {
|
|
2052
2063
|
padding: string;
|
|
2064
|
+
'text-color-hover': string;
|
|
2065
|
+
'text-color-active': string;
|
|
2066
|
+
'text-color-selected': string;
|
|
2067
|
+
'cell-internal-text-color-hover': string;
|
|
2068
|
+
'background-hover': string;
|
|
2053
2069
|
};
|
|
2054
2070
|
small: {
|
|
2055
2071
|
padding: string;
|
|
2072
|
+
'text-color-hover': string;
|
|
2073
|
+
'text-color-active': string;
|
|
2074
|
+
'text-color-selected': string;
|
|
2075
|
+
'cell-internal-text-color-hover': string;
|
|
2076
|
+
'background-hover': string;
|
|
2056
2077
|
};
|
|
2057
2078
|
};
|
|
2058
2079
|
switch: {
|
|
@@ -2074,6 +2095,12 @@ export declare const getComponentTheme: () => {
|
|
|
2074
2095
|
background: string;
|
|
2075
2096
|
'border-color': string;
|
|
2076
2097
|
'text-color': string;
|
|
2098
|
+
'background-active': string;
|
|
2099
|
+
'border-color-active': string;
|
|
2100
|
+
'text-color-active': string;
|
|
2101
|
+
'background-hover': string;
|
|
2102
|
+
'border-color-hover': string;
|
|
2103
|
+
'text-color-hover': string;
|
|
2077
2104
|
};
|
|
2078
2105
|
medium: {
|
|
2079
2106
|
height: string;
|
|
@@ -2082,6 +2109,12 @@ export declare const getComponentTheme: () => {
|
|
|
2082
2109
|
background: string;
|
|
2083
2110
|
'border-color': string;
|
|
2084
2111
|
'text-color': string;
|
|
2112
|
+
'background-active': string;
|
|
2113
|
+
'border-color-active': string;
|
|
2114
|
+
'text-color-active': string;
|
|
2115
|
+
'background-hover': string;
|
|
2116
|
+
'border-color-hover': string;
|
|
2117
|
+
'text-color-hover': string;
|
|
2085
2118
|
};
|
|
2086
2119
|
small: {
|
|
2087
2120
|
height: string;
|
|
@@ -2090,6 +2123,12 @@ export declare const getComponentTheme: () => {
|
|
|
2090
2123
|
background: string;
|
|
2091
2124
|
'border-color': string;
|
|
2092
2125
|
'text-color': string;
|
|
2126
|
+
'background-active': string;
|
|
2127
|
+
'border-color-active': string;
|
|
2128
|
+
'text-color-active': string;
|
|
2129
|
+
'background-hover': string;
|
|
2130
|
+
'border-color-hover': string;
|
|
2131
|
+
'text-color-hover': string;
|
|
2093
2132
|
};
|
|
2094
2133
|
};
|
|
2095
2134
|
select: {
|
|
@@ -2130,6 +2169,8 @@ export declare const getComponentTheme: () => {
|
|
|
2130
2169
|
'dropdown-selected-color': string;
|
|
2131
2170
|
'dropdown-color': string;
|
|
2132
2171
|
'dropdown-selected': string;
|
|
2172
|
+
'dropdown-hover-color': string;
|
|
2173
|
+
'dropdown-hover-background': string;
|
|
2133
2174
|
'dropdown-box-shadow': string;
|
|
2134
2175
|
};
|
|
2135
2176
|
medium: {
|
|
@@ -2169,6 +2210,8 @@ export declare const getComponentTheme: () => {
|
|
|
2169
2210
|
'dropdown-selected-color': string;
|
|
2170
2211
|
'dropdown-color': string;
|
|
2171
2212
|
'dropdown-selected': string;
|
|
2213
|
+
'dropdown-hover-color': string;
|
|
2214
|
+
'dropdown-hover-background': string;
|
|
2172
2215
|
'dropdown-box-shadow': string;
|
|
2173
2216
|
};
|
|
2174
2217
|
small: {
|
|
@@ -2208,6 +2251,8 @@ export declare const getComponentTheme: () => {
|
|
|
2208
2251
|
'dropdown-selected-color': string;
|
|
2209
2252
|
'dropdown-color': string;
|
|
2210
2253
|
'dropdown-selected': string;
|
|
2254
|
+
'dropdown-hover-color': string;
|
|
2255
|
+
'dropdown-hover-background': string;
|
|
2211
2256
|
'dropdown-box-shadow': string;
|
|
2212
2257
|
};
|
|
2213
2258
|
};
|
|
@@ -2769,6 +2814,7 @@ export declare const getComponentTheme: () => {
|
|
|
2769
2814
|
dropdown: {
|
|
2770
2815
|
large: {
|
|
2771
2816
|
'background-color': string;
|
|
2817
|
+
'background-hover': string;
|
|
2772
2818
|
'border-color': string;
|
|
2773
2819
|
'box-shadow': string;
|
|
2774
2820
|
color: string;
|
|
@@ -2777,9 +2823,11 @@ export declare const getComponentTheme: () => {
|
|
|
2777
2823
|
'color-disabled-hover': string;
|
|
2778
2824
|
'item-background-color-hover': string;
|
|
2779
2825
|
'item-background-color-disabled-hover': string;
|
|
2826
|
+
'button-text-color': string;
|
|
2780
2827
|
};
|
|
2781
2828
|
medium: {
|
|
2782
2829
|
'background-color': string;
|
|
2830
|
+
'background-hover': string;
|
|
2783
2831
|
'border-color': string;
|
|
2784
2832
|
'box-shadow': string;
|
|
2785
2833
|
color: string;
|
|
@@ -2788,9 +2836,11 @@ export declare const getComponentTheme: () => {
|
|
|
2788
2836
|
'color-disabled-hover': string;
|
|
2789
2837
|
'item-background-color-hover': string;
|
|
2790
2838
|
'item-background-color-disabled-hover': string;
|
|
2839
|
+
'button-text-color': string;
|
|
2791
2840
|
};
|
|
2792
2841
|
small: {
|
|
2793
2842
|
'background-color': string;
|
|
2843
|
+
'background-hover': string;
|
|
2794
2844
|
'border-color': string;
|
|
2795
2845
|
'box-shadow': string;
|
|
2796
2846
|
color: string;
|
|
@@ -2799,6 +2849,7 @@ export declare const getComponentTheme: () => {
|
|
|
2799
2849
|
'color-disabled-hover': string;
|
|
2800
2850
|
'item-background-color-hover': string;
|
|
2801
2851
|
'item-background-color-disabled-hover': string;
|
|
2852
|
+
'button-text-color': string;
|
|
2802
2853
|
};
|
|
2803
2854
|
};
|
|
2804
2855
|
"form-item": {
|
|
@@ -2807,18 +2858,24 @@ export declare const getComponentTheme: () => {
|
|
|
2807
2858
|
readonlyShowPlaceholder: boolean;
|
|
2808
2859
|
disabledShowPlaceholder: boolean;
|
|
2809
2860
|
};
|
|
2861
|
+
'label-color': string;
|
|
2862
|
+
'label-weight': string;
|
|
2810
2863
|
};
|
|
2811
2864
|
medium: {
|
|
2812
2865
|
config: {
|
|
2813
2866
|
readonlyShowPlaceholder: boolean;
|
|
2814
2867
|
disabledShowPlaceholder: boolean;
|
|
2815
2868
|
};
|
|
2869
|
+
'label-color': string;
|
|
2870
|
+
'label-weight': string;
|
|
2816
2871
|
};
|
|
2817
2872
|
small: {
|
|
2818
2873
|
config: {
|
|
2819
2874
|
readonlyShowPlaceholder: boolean;
|
|
2820
2875
|
disabledShowPlaceholder: boolean;
|
|
2821
2876
|
};
|
|
2877
|
+
'label-color': string;
|
|
2878
|
+
'label-weight': string;
|
|
2822
2879
|
};
|
|
2823
2880
|
};
|
|
2824
2881
|
"rich-text": {
|
|
@@ -2888,13 +2945,42 @@ export declare const getComponentTheme: () => {
|
|
|
2888
2945
|
};
|
|
2889
2946
|
tabs: {
|
|
2890
2947
|
large: {
|
|
2948
|
+
'card-tab-background': string;
|
|
2949
|
+
'card-tab-active-background': string;
|
|
2950
|
+
'active-text-color': string;
|
|
2891
2951
|
'font-size': string;
|
|
2892
2952
|
};
|
|
2893
2953
|
medium: {
|
|
2954
|
+
'card-tab-background': string;
|
|
2955
|
+
'card-tab-active-background': string;
|
|
2956
|
+
'active-text-color': string;
|
|
2894
2957
|
'font-size': string;
|
|
2895
2958
|
};
|
|
2896
2959
|
small: {
|
|
2960
|
+
'card-tab-background': string;
|
|
2961
|
+
'card-tab-active-background': string;
|
|
2962
|
+
'active-text-color': string;
|
|
2897
2963
|
'font-size': string;
|
|
2898
2964
|
};
|
|
2899
2965
|
};
|
|
2966
|
+
card: {
|
|
2967
|
+
large: {
|
|
2968
|
+
'action-background': string;
|
|
2969
|
+
'action-border-color': string;
|
|
2970
|
+
'action-divider-color': string;
|
|
2971
|
+
'action-text-color': string;
|
|
2972
|
+
};
|
|
2973
|
+
medium: {
|
|
2974
|
+
'action-background': string;
|
|
2975
|
+
'action-border-color': string;
|
|
2976
|
+
'action-divider-color': string;
|
|
2977
|
+
'action-text-color': string;
|
|
2978
|
+
};
|
|
2979
|
+
small: {
|
|
2980
|
+
'action-background': string;
|
|
2981
|
+
'action-border-color': string;
|
|
2982
|
+
'action-divider-color': string;
|
|
2983
|
+
'action-text-color': string;
|
|
2984
|
+
};
|
|
2985
|
+
};
|
|
2900
2986
|
};
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
export declare const component = "datetime";
|
|
2
2
|
export declare const cssVars: {
|
|
3
3
|
padding: string;
|
|
4
|
+
'text-color-hover': string;
|
|
5
|
+
'text-color-active': string;
|
|
6
|
+
'text-color-selected': string;
|
|
7
|
+
'cell-internal-text-color-hover': string;
|
|
8
|
+
'background-hover': string;
|
|
4
9
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const component = "dropdown";
|
|
2
2
|
export declare const cssVars: {
|
|
3
3
|
'background-color': string;
|
|
4
|
+
'background-hover': string;
|
|
4
5
|
'border-color': string;
|
|
5
6
|
'box-shadow': string;
|
|
6
7
|
color: string;
|
|
@@ -9,4 +10,5 @@ export declare const cssVars: {
|
|
|
9
10
|
'color-disabled-hover': string;
|
|
10
11
|
'item-background-color-hover': string;
|
|
11
12
|
'item-background-color-disabled-hover': string;
|
|
13
|
+
'button-text-color': string;
|
|
12
14
|
};
|