@oinone/kunlun-theme 6.2.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 -0
- package/dist/types/index.d.ts +5 -0
- package/dist/types/src/color/dark-vars.d.ts +87 -0
- package/dist/types/src/color/default-vars.d.ts +87 -0
- package/dist/types/src/color/index.d.ts +3 -0
- package/dist/types/src/color/menu-color-vars.d.ts +37 -0
- package/dist/types/src/init/currentTheme.d.ts +3 -0
- package/dist/types/src/init/index.d.ts +2 -0
- package/dist/types/src/init/initTheme.d.ts +6 -0
- package/dist/types/src/mount/constant.d.ts +1 -0
- package/dist/types/src/mount/index.d.ts +11 -0
- package/dist/types/src/register/index.d.ts +6 -0
- package/dist/types/src/size/default/index.d.ts +3 -0
- package/dist/types/src/size/default/large.d.ts +32 -0
- package/dist/types/src/size/default/medium.d.ts +32 -0
- package/dist/types/src/size/default/small.d.ts +32 -0
- package/dist/types/src/size/index.d.ts +8 -0
- package/dist/types/src/size/input/index.d.ts +2 -0
- package/dist/types/src/size/input/large.d.ts +6 -0
- package/dist/types/src/size/input/medium.d.ts +6 -0
- package/dist/types/src/size/menu/index.d.ts +3 -0
- package/dist/types/src/size/menu/large.d.ts +18 -0
- package/dist/types/src/size/menu/medium.d.ts +18 -0
- package/dist/types/src/size/menu/small.d.ts +18 -0
- package/dist/types/src/size/pagination/index.d.ts +3 -0
- package/dist/types/src/size/pagination/large.d.ts +5 -0
- package/dist/types/src/size/pagination/medium.d.ts +5 -0
- package/dist/types/src/size/pagination/small.d.ts +5 -0
- package/dist/types/src/size/select/index.d.ts +3 -0
- package/dist/types/src/size/select/large.d.ts +3 -0
- package/dist/types/src/size/select/medium.d.ts +3 -0
- package/dist/types/src/size/select/small.d.ts +3 -0
- package/dist/types/src/size/table/index.d.ts +3 -0
- package/dist/types/src/size/table/large.d.ts +5 -0
- package/dist/types/src/size/table/medium.d.ts +5 -0
- package/dist/types/src/size/table/small.d.ts +5 -0
- package/dist/types/src/size/tabs/index.d.ts +3 -0
- package/dist/types/src/size/tabs/large.d.ts +3 -0
- package/dist/types/src/size/tabs/medium.d.ts +3 -0
- package/dist/types/src/size/tabs/small.d.ts +3 -0
- package/dist/types/src/size/tree-select/index.d.ts +3 -0
- package/dist/types/src/size/tree-select/large.d.ts +4 -0
- package/dist/types/src/size/tree-select/medium.d.ts +4 -0
- package/dist/types/src/size/tree-select/small.d.ts +4 -0
- package/dist/types/src/style/dark/app-switch/app-switch.d.ts +11 -0
- package/dist/types/src/style/dark/button/constant.d.ts +2 -0
- package/dist/types/src/style/dark/button/danger.d.ts +126 -0
- package/dist/types/src/style/dark/button/index.d.ts +604 -0
- package/dist/types/src/style/dark/button/info.d.ts +126 -0
- package/dist/types/src/style/dark/button/standard.d.ts +126 -0
- package/dist/types/src/style/dark/button/success.d.ts +126 -0
- package/dist/types/src/style/dark/button/warning.d.ts +126 -0
- package/dist/types/src/style/dark/checkbox/checkbox.d.ts +7 -0
- package/dist/types/src/style/dark/component-theme.d.ts +2889 -0
- package/dist/types/src/style/dark/drawer/drawer.d.ts +9 -0
- package/dist/types/src/style/dark/dropdown/index.d.ts +12 -0
- package/dist/types/src/style/dark/form-item/form-item.d.ts +7 -0
- package/dist/types/src/style/dark/header/header.d.ts +5 -0
- package/dist/types/src/style/dark/index.d.ts +1 -0
- package/dist/types/src/style/dark/input/input.d.ts +36 -0
- package/dist/types/src/style/dark/menu/menu.d.ts +38 -0
- package/dist/types/src/style/dark/modal/modal.d.ts +10 -0
- package/dist/types/src/style/dark/multi-tab/multi-tab.d.ts +57 -0
- package/dist/types/src/style/dark/pagination/pagination.d.ts +6 -0
- package/dist/types/src/style/dark/popconfirm/popconfirm.d.ts +7 -0
- package/dist/types/src/style/dark/registry.d.ts +1 -0
- package/dist/types/src/style/dark/rich-text/rich-text.d.ts +22 -0
- package/dist/types/src/style/dark/scrollbar/scrollbar.d.ts +5 -0
- package/dist/types/src/style/dark/select/select.d.ts +39 -0
- package/dist/types/src/style/dark/switch/switch.d.ts +4 -0
- package/dist/types/src/style/dark/table/table.d.ts +21 -0
- package/dist/types/src/style/dark/tabs/tabs.d.ts +1 -0
- package/dist/types/src/style/dark/textarea/textarea.d.ts +27 -0
- package/dist/types/src/style/dark/transfer/transfer.d.ts +5 -0
- package/dist/types/src/style/dark/tree-select/tree-select.d.ts +1 -0
- package/dist/types/src/style/dark/upload/upload.d.ts +27 -0
- package/dist/types/src/style/default/app-switch/app-switch.d.ts +11 -0
- package/dist/types/src/style/default/button/constant.d.ts +2 -0
- package/dist/types/src/style/default/button/danger.d.ts +126 -0
- package/dist/types/src/style/default/button/index.d.ts +604 -0
- package/dist/types/src/style/default/button/info.d.ts +126 -0
- package/dist/types/src/style/default/button/standard.d.ts +126 -0
- package/dist/types/src/style/default/button/success.d.ts +126 -0
- package/dist/types/src/style/default/button/warning.d.ts +126 -0
- package/dist/types/src/style/default/checkbox/checkbox.d.ts +7 -0
- package/dist/types/src/style/default/component-theme.d.ts +2900 -0
- package/dist/types/src/style/default/datetime/datetime.d.ts +4 -0
- package/dist/types/src/style/default/drawer/drawer.d.ts +9 -0
- package/dist/types/src/style/default/dropdown/index.d.ts +12 -0
- package/dist/types/src/style/default/form-item/form-item.d.ts +7 -0
- package/dist/types/src/style/default/header/header.d.ts +5 -0
- package/dist/types/src/style/default/index.d.ts +1 -0
- package/dist/types/src/style/default/input/input.d.ts +36 -0
- package/dist/types/src/style/default/menu/menu.d.ts +38 -0
- package/dist/types/src/style/default/modal/modal.d.ts +10 -0
- package/dist/types/src/style/default/multi-tab/multi-tab.d.ts +57 -0
- package/dist/types/src/style/default/pagination/pagination.d.ts +6 -0
- package/dist/types/src/style/default/popconfirm/popconfirm.d.ts +7 -0
- package/dist/types/src/style/default/registry.d.ts +1 -0
- package/dist/types/src/style/default/rich-text/rich-text.d.ts +22 -0
- package/dist/types/src/style/default/scrollbar/scrollbar.d.ts +5 -0
- package/dist/types/src/style/default/select/select.d.ts +39 -0
- package/dist/types/src/style/default/switch/switch.d.ts +4 -0
- package/dist/types/src/style/default/table/table.d.ts +21 -0
- package/dist/types/src/style/default/tabs/tabs.d.ts +1 -0
- package/dist/types/src/style/default/textarea/textarea.d.ts +27 -0
- package/dist/types/src/style/default/transfer/transfer.d.ts +5 -0
- package/dist/types/src/style/default/tree-select/tree-select.d.ts +1 -0
- package/dist/types/src/style/default/upload/upload.d.ts +27 -0
- package/dist/types/src/style/index.d.ts +2 -0
- package/dist/types/src/typing.d.ts +15 -0
- package/index.ts +5 -0
- package/package.json +14 -0
- package/rollup.config.js +4 -0
- package/src/color/dark-vars.ts +112 -0
- package/src/color/default-vars.ts +113 -0
- package/src/color/index.ts +3 -0
- package/src/color/menu-color-vars.ts +130 -0
- package/src/init/currentTheme.ts +7 -0
- package/src/init/index.ts +2 -0
- package/src/init/initTheme.ts +14 -0
- package/src/mount/constant.ts +1 -0
- package/src/mount/index.ts +69 -0
- package/src/register/index.ts +23 -0
- package/src/size/default/index.ts +3 -0
- package/src/size/default/large.ts +43 -0
- package/src/size/default/medium.ts +43 -0
- package/src/size/default/small.ts +43 -0
- package/src/size/index.ts +8 -0
- package/src/size/input/index.ts +2 -0
- package/src/size/input/large.ts +8 -0
- package/src/size/input/medium.ts +8 -0
- package/src/size/menu/index.ts +3 -0
- package/src/size/menu/large.ts +23 -0
- package/src/size/menu/medium.ts +23 -0
- package/src/size/menu/small.ts +23 -0
- package/src/size/pagination/index.ts +3 -0
- package/src/size/pagination/large.ts +5 -0
- package/src/size/pagination/medium.ts +5 -0
- package/src/size/pagination/small.ts +5 -0
- package/src/size/select/index.ts +3 -0
- package/src/size/select/large.ts +3 -0
- package/src/size/select/medium.ts +3 -0
- package/src/size/select/small.ts +3 -0
- package/src/size/table/index.ts +3 -0
- package/src/size/table/large.ts +5 -0
- package/src/size/table/medium.ts +5 -0
- package/src/size/table/small.ts +5 -0
- package/src/size/tabs/index.ts +3 -0
- package/src/size/tabs/large.ts +5 -0
- package/src/size/tabs/medium.ts +5 -0
- package/src/size/tabs/small.ts +5 -0
- package/src/size/tree-select/index.ts +3 -0
- package/src/size/tree-select/large.ts +4 -0
- package/src/size/tree-select/medium.ts +4 -0
- package/src/size/tree-select/small.ts +4 -0
- package/src/style/dark/app-switch/app-switch.ts +14 -0
- package/src/style/dark/button/constant.ts +4 -0
- package/src/style/dark/button/danger.ts +146 -0
- package/src/style/dark/button/index.ts +28 -0
- package/src/style/dark/button/info.ts +146 -0
- package/src/style/dark/button/standard.ts +146 -0
- package/src/style/dark/button/success.ts +146 -0
- package/src/style/dark/button/warning.ts +146 -0
- package/src/style/dark/checkbox/checkbox.ts +10 -0
- package/src/style/dark/component-theme.ts +174 -0
- package/src/style/dark/drawer/drawer.ts +10 -0
- package/src/style/dark/dropdown/index.ts +14 -0
- package/src/style/dark/form-item/form-item.ts +10 -0
- package/src/style/dark/header/header.ts +6 -0
- package/src/style/dark/index.ts +1 -0
- package/src/style/dark/input/input.ts +46 -0
- package/src/style/dark/menu/menu.ts +7 -0
- package/src/style/dark/modal/modal.ts +11 -0
- package/src/style/dark/multi-tab/multi-tab.ts +67 -0
- package/src/style/dark/pagination/pagination.ts +9 -0
- package/src/style/dark/popconfirm/popconfirm.ts +8 -0
- package/src/style/dark/registry.ts +62 -0
- package/src/style/dark/rich-text/rich-text.ts +25 -0
- package/src/style/dark/scrollbar/scrollbar.ts +6 -0
- package/src/style/dark/select/select.ts +48 -0
- package/src/style/dark/switch/switch.ts +5 -0
- package/src/style/dark/table/table.ts +44 -0
- package/src/style/dark/tabs/tabs.ts +1 -0
- package/src/style/dark/textarea/textarea.ts +34 -0
- package/src/style/dark/transfer/transfer.ts +6 -0
- package/src/style/dark/tree-select/tree-select.ts +1 -0
- package/src/style/dark/upload/upload.ts +34 -0
- package/src/style/default/app-switch/app-switch.ts +14 -0
- package/src/style/default/button/constant.ts +4 -0
- package/src/style/default/button/danger.ts +146 -0
- package/src/style/default/button/index.ts +28 -0
- package/src/style/default/button/info.ts +146 -0
- package/src/style/default/button/standard.ts +146 -0
- package/src/style/default/button/success.ts +146 -0
- package/src/style/default/button/warning.ts +146 -0
- package/src/style/default/checkbox/checkbox.ts +10 -0
- package/src/style/default/component-theme.ts +178 -0
- package/src/style/default/datetime/datetime.ts +5 -0
- package/src/style/default/drawer/drawer.ts +10 -0
- package/src/style/default/dropdown/index.ts +14 -0
- package/src/style/default/form-item/form-item.ts +10 -0
- package/src/style/default/header/header.ts +6 -0
- package/src/style/default/index.ts +1 -0
- package/src/style/default/input/input.ts +46 -0
- package/src/style/default/menu/menu.ts +7 -0
- package/src/style/default/modal/modal.ts +11 -0
- package/src/style/default/multi-tab/multi-tab.ts +67 -0
- package/src/style/default/pagination/pagination.ts +9 -0
- package/src/style/default/popconfirm/popconfirm.ts +8 -0
- package/src/style/default/registry.ts +63 -0
- package/src/style/default/rich-text/rich-text.ts +25 -0
- package/src/style/default/scrollbar/scrollbar.ts +6 -0
- package/src/style/default/select/select.ts +49 -0
- package/src/style/default/switch/switch.ts +5 -0
- package/src/style/default/table/table.ts +44 -0
- package/src/style/default/tabs/tabs.ts +1 -0
- package/src/style/default/textarea/textarea.ts +34 -0
- package/src/style/default/transfer/transfer.ts +6 -0
- package/src/style/default/tree-select/tree-select.ts +1 -0
- package/src/style/default/upload/upload.ts +34 -0
- package/src/style/index.ts +2 -0
- package/src/typing.ts +31 -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,36 @@
|
|
|
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
|
+
'clear-background': string;
|
|
35
|
+
'clear-color': string;
|
|
36
|
+
};
|
|
@@ -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 @@
|
|
|
1
|
+
export declare function registerDarkThemeFn(): 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,39 @@
|
|
|
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-box-shadow': string;
|
|
39
|
+
};
|
|
@@ -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 @@
|
|
|
1
|
+
export declare const component = "tabs";
|
|
@@ -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
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const component = "app-switch";
|
|
2
|
+
export declare const cssVars: {
|
|
3
|
+
'background-color': string;
|
|
4
|
+
'border-color': string;
|
|
5
|
+
'app-name-overflow': string;
|
|
6
|
+
'app-name-margin-right': string;
|
|
7
|
+
'app-name-caret-down-display': string;
|
|
8
|
+
'logo-color': string;
|
|
9
|
+
'designer-background-color': string;
|
|
10
|
+
'designer-logo-color': string;
|
|
11
|
+
};
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
export declare const defaultDangerCSSVars: {
|
|
2
|
+
'default-danger-background': string;
|
|
3
|
+
'default-danger-border-width': string;
|
|
4
|
+
'default-danger-border-style': string;
|
|
5
|
+
'default-danger-border-color': string;
|
|
6
|
+
'default-danger-border-radius': string;
|
|
7
|
+
'default-danger-outline': string;
|
|
8
|
+
'default-danger-shadow': string;
|
|
9
|
+
'default-danger-text-color': string;
|
|
10
|
+
'default-danger-background-active': string;
|
|
11
|
+
'default-danger-border-width-active': string;
|
|
12
|
+
'default-danger-border-style-active': string;
|
|
13
|
+
'default-danger-border-color-active': string;
|
|
14
|
+
'default-danger-border-radius-active': string;
|
|
15
|
+
'default-danger-outline-active': string;
|
|
16
|
+
'default-danger-shadow-active': string;
|
|
17
|
+
'default-danger-text-color-active': string;
|
|
18
|
+
'default-danger-background-focus': string;
|
|
19
|
+
'default-danger-border-width-focus': string;
|
|
20
|
+
'default-danger-border-style-focus': string;
|
|
21
|
+
'default-danger-border-color-focus': string;
|
|
22
|
+
'default-danger-border-radius-focus': string;
|
|
23
|
+
'default-danger-outline-focus': string;
|
|
24
|
+
'default-danger-shadow-focus': string;
|
|
25
|
+
'default-danger-text-color-focus': string;
|
|
26
|
+
'default-danger-background-hover': string;
|
|
27
|
+
'default-danger-border-width-hover': string;
|
|
28
|
+
'default-danger-border-style-hover': string;
|
|
29
|
+
'default-danger-border-color-hover': string;
|
|
30
|
+
'default-danger-border-radius-hover': string;
|
|
31
|
+
'default-danger-outline-hover': string;
|
|
32
|
+
'default-danger-shadow-hover': string;
|
|
33
|
+
'default-danger-text-color-hover': string;
|
|
34
|
+
'default-danger-background-visited': string;
|
|
35
|
+
'default-danger-border-width-visited': string;
|
|
36
|
+
'default-danger-border-style-visited': string;
|
|
37
|
+
'default-danger-border-color-visited': string;
|
|
38
|
+
'default-danger-border-radius-visited': string;
|
|
39
|
+
'default-danger-outline-visited': string;
|
|
40
|
+
'default-danger-shadow-visited': string;
|
|
41
|
+
'default-danger-text-color-visited': string;
|
|
42
|
+
};
|
|
43
|
+
export declare const primaryDangerCSSVars: {
|
|
44
|
+
'primary-danger-background': string;
|
|
45
|
+
'primary-danger-border-width': string;
|
|
46
|
+
'primary-danger-border-style': string;
|
|
47
|
+
'primary-danger-border-color': string;
|
|
48
|
+
'primary-danger-border-radius': string;
|
|
49
|
+
'primary-danger-outline': string;
|
|
50
|
+
'primary-danger-shadow': string;
|
|
51
|
+
'primary-danger-text-color': string;
|
|
52
|
+
'primary-danger-background-active': string;
|
|
53
|
+
'primary-danger-border-width-active': string;
|
|
54
|
+
'primary-danger-border-style-active': string;
|
|
55
|
+
'primary-danger-border-color-active': string;
|
|
56
|
+
'primary-danger-border-radius-active': string;
|
|
57
|
+
'primary-danger-outline-active': string;
|
|
58
|
+
'primary-danger-shadow-active': string;
|
|
59
|
+
'primary-danger-text-color-active': string;
|
|
60
|
+
'primary-danger-background-focus': string;
|
|
61
|
+
'primary-danger-border-width-focus': string;
|
|
62
|
+
'primary-danger-border-style-focus': string;
|
|
63
|
+
'primary-danger-border-color-focus': string;
|
|
64
|
+
'primary-danger-border-radius-focus': string;
|
|
65
|
+
'primary-danger-outline-focus': string;
|
|
66
|
+
'primary-danger-shadow-focus': string;
|
|
67
|
+
'primary-danger-text-color-focus': string;
|
|
68
|
+
'primary-danger-background-hover': string;
|
|
69
|
+
'primary-danger-border-width-hover': string;
|
|
70
|
+
'primary-danger-border-style-hover': string;
|
|
71
|
+
'primary-danger-border-color-hover': string;
|
|
72
|
+
'primary-danger-border-radius-hover': string;
|
|
73
|
+
'primary-danger-outline-hover': string;
|
|
74
|
+
'primary-danger-shadow-hover': string;
|
|
75
|
+
'primary-danger-text-color-hover': string;
|
|
76
|
+
'primary-danger-background-visited': string;
|
|
77
|
+
'primary-danger-border-width-visited': string;
|
|
78
|
+
'primary-danger-border-style-visited': string;
|
|
79
|
+
'primary-danger-border-color-visited': string;
|
|
80
|
+
'primary-danger-border-radius-visited': string;
|
|
81
|
+
'primary-danger-outline-visited': string;
|
|
82
|
+
'primary-danger-shadow-visited': string;
|
|
83
|
+
'primary-danger-text-color-visited': string;
|
|
84
|
+
};
|
|
85
|
+
export declare const linkDangerCSSVars: {
|
|
86
|
+
'link-danger-background': string;
|
|
87
|
+
'link-danger-border-width': string;
|
|
88
|
+
'link-danger-border-style': string;
|
|
89
|
+
'link-danger-border-color': string;
|
|
90
|
+
'link-danger-border-radius': string;
|
|
91
|
+
'link-danger-outline': string;
|
|
92
|
+
'link-danger-shadow': string;
|
|
93
|
+
'link-danger-text-color': string;
|
|
94
|
+
'link-danger-background-active': string;
|
|
95
|
+
'link-danger-border-width-active': string;
|
|
96
|
+
'link-danger-border-style-active': string;
|
|
97
|
+
'link-danger-border-color-active': string;
|
|
98
|
+
'link-danger-border-radius-active': string;
|
|
99
|
+
'link-danger-outline-active': string;
|
|
100
|
+
'link-danger-shadow-active': string;
|
|
101
|
+
'link-danger-text-color-active': string;
|
|
102
|
+
'link-danger-background-focus': string;
|
|
103
|
+
'link-danger-border-width-focus': string;
|
|
104
|
+
'link-danger-border-style-focus': string;
|
|
105
|
+
'link-danger-border-color-focus': string;
|
|
106
|
+
'link-danger-border-radius-focus': string;
|
|
107
|
+
'link-danger-outline-focus': string;
|
|
108
|
+
'link-danger-shadow-focus': string;
|
|
109
|
+
'link-danger-text-color-focus': string;
|
|
110
|
+
'link-danger-background-hover': string;
|
|
111
|
+
'link-danger-border-width-hover': string;
|
|
112
|
+
'link-danger-border-style-hover': string;
|
|
113
|
+
'link-danger-border-color-hover': string;
|
|
114
|
+
'link-danger-border-radius-hover': string;
|
|
115
|
+
'link-danger-outline-hover': string;
|
|
116
|
+
'link-danger-shadow-hover': string;
|
|
117
|
+
'link-danger-text-color-hover': string;
|
|
118
|
+
'link-danger-background-visited': string;
|
|
119
|
+
'link-danger-border-width-visited': string;
|
|
120
|
+
'link-danger-border-style-visited': string;
|
|
121
|
+
'link-danger-border-color-visited': string;
|
|
122
|
+
'link-danger-border-radius-visited': string;
|
|
123
|
+
'link-danger-outline-visited': string;
|
|
124
|
+
'link-danger-shadow-visited': string;
|
|
125
|
+
'link-danger-text-color-visited': string;
|
|
126
|
+
};
|