@oinone/kunlun-theme 6.4.2 → 7.1.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.
Files changed (229) hide show
  1. package/dist/oinone-kunlun-theme.esm.js +1 -1
  2. package/dist/types/index.d.ts +5 -5
  3. package/dist/types/src/color/dark-minimalism-vars.d.ts +90 -90
  4. package/dist/types/src/color/dark-vars.d.ts +90 -90
  5. package/dist/types/src/color/default-minimalism-vars.d.ts +90 -90
  6. package/dist/types/src/color/default-vars.d.ts +105 -105
  7. package/dist/types/src/color/index.d.ts +5 -5
  8. package/dist/types/src/color/menu-color-vars.d.ts +37 -37
  9. package/dist/types/src/init/currentTheme.d.ts +3 -3
  10. package/dist/types/src/init/index.d.ts +2 -2
  11. package/dist/types/src/init/initTheme.d.ts +6 -6
  12. package/dist/types/src/mount/constant.d.ts +1 -1
  13. package/dist/types/src/mount/index.d.ts +11 -11
  14. package/dist/types/src/register/index.d.ts +6 -6
  15. package/dist/types/src/size/default/index.d.ts +3 -3
  16. package/dist/types/src/size/default/large.d.ts +32 -32
  17. package/dist/types/src/size/default/medium.d.ts +32 -32
  18. package/dist/types/src/size/default/small.d.ts +32 -32
  19. package/dist/types/src/size/index.d.ts +8 -8
  20. package/dist/types/src/size/input/index.d.ts +2 -2
  21. package/dist/types/src/size/input/large.d.ts +6 -6
  22. package/dist/types/src/size/input/medium.d.ts +6 -6
  23. package/dist/types/src/size/menu/index.d.ts +3 -3
  24. package/dist/types/src/size/menu/large.d.ts +18 -18
  25. package/dist/types/src/size/menu/medium.d.ts +18 -18
  26. package/dist/types/src/size/menu/small.d.ts +18 -18
  27. package/dist/types/src/size/pagination/index.d.ts +3 -3
  28. package/dist/types/src/size/pagination/large.d.ts +5 -5
  29. package/dist/types/src/size/pagination/medium.d.ts +5 -5
  30. package/dist/types/src/size/pagination/small.d.ts +5 -5
  31. package/dist/types/src/size/select/index.d.ts +3 -3
  32. package/dist/types/src/size/select/large.d.ts +3 -3
  33. package/dist/types/src/size/select/medium.d.ts +3 -3
  34. package/dist/types/src/size/select/small.d.ts +3 -3
  35. package/dist/types/src/size/table/index.d.ts +3 -3
  36. package/dist/types/src/size/table/large.d.ts +5 -5
  37. package/dist/types/src/size/table/medium.d.ts +5 -5
  38. package/dist/types/src/size/table/small.d.ts +5 -5
  39. package/dist/types/src/size/tabs/index.d.ts +3 -3
  40. package/dist/types/src/size/tabs/large.d.ts +3 -3
  41. package/dist/types/src/size/tabs/medium.d.ts +3 -3
  42. package/dist/types/src/size/tabs/small.d.ts +3 -3
  43. package/dist/types/src/size/tree-select/index.d.ts +3 -3
  44. package/dist/types/src/size/tree-select/large.d.ts +4 -4
  45. package/dist/types/src/size/tree-select/medium.d.ts +4 -4
  46. package/dist/types/src/size/tree-select/small.d.ts +4 -4
  47. package/dist/types/src/style/dark/ai-chat/chat-bubbles.d.ts +4 -0
  48. package/dist/types/src/style/dark/ai-chat/conversation.d.ts +5 -0
  49. package/dist/types/src/style/dark/ai-chat/index.d.ts +9 -0
  50. package/dist/types/src/style/dark/app-switch/app-switch.d.ts +11 -11
  51. package/dist/types/src/style/dark/button/constant.d.ts +2 -2
  52. package/dist/types/src/style/dark/button/danger.d.ts +126 -126
  53. package/dist/types/src/style/dark/button/index.d.ts +604 -604
  54. package/dist/types/src/style/dark/button/info.d.ts +126 -126
  55. package/dist/types/src/style/dark/button/standard.d.ts +126 -126
  56. package/dist/types/src/style/dark/button/success.d.ts +126 -126
  57. package/dist/types/src/style/dark/button/warning.d.ts +126 -126
  58. package/dist/types/src/style/dark/card/card.d.ts +7 -7
  59. package/dist/types/src/style/dark/checkbox/checkbox.d.ts +7 -7
  60. package/dist/types/src/style/dark/component-theme.d.ts +2976 -2936
  61. package/dist/types/src/style/dark/drawer/drawer.d.ts +9 -9
  62. package/dist/types/src/style/dark/dropdown/index.d.ts +12 -12
  63. package/dist/types/src/style/dark/form-item/form-item.d.ts +9 -9
  64. package/dist/types/src/style/dark/header/header.d.ts +5 -5
  65. package/dist/types/src/style/dark/index.d.ts +1 -1
  66. package/dist/types/src/style/dark/input/input.d.ts +38 -38
  67. package/dist/types/src/style/dark/menu/menu.d.ts +38 -38
  68. package/dist/types/src/style/dark/modal/modal.d.ts +10 -10
  69. package/dist/types/src/style/dark/multi-tab/multi-tab.d.ts +57 -57
  70. package/dist/types/src/style/dark/pagination/pagination.d.ts +6 -6
  71. package/dist/types/src/style/dark/popconfirm/popconfirm.d.ts +7 -7
  72. package/dist/types/src/style/dark/registry.d.ts +1 -1
  73. package/dist/types/src/style/dark/rich-text/rich-text.d.ts +22 -22
  74. package/dist/types/src/style/dark/scrollbar/scrollbar.d.ts +5 -5
  75. package/dist/types/src/style/dark/select/select.d.ts +41 -41
  76. package/dist/types/src/style/dark/switch/switch.d.ts +4 -4
  77. package/dist/types/src/style/dark/table/table.d.ts +21 -21
  78. package/dist/types/src/style/dark/tabs/tabs.d.ts +6 -6
  79. package/dist/types/src/style/dark/tag/index.d.ts +5 -0
  80. package/dist/types/src/style/dark/textarea/textarea.d.ts +27 -27
  81. package/dist/types/src/style/dark/transfer/transfer.d.ts +5 -5
  82. package/dist/types/src/style/dark/tree-select/tree-select.d.ts +1 -1
  83. package/dist/types/src/style/dark/upload/upload.d.ts +27 -27
  84. package/dist/types/src/style/dark-minimalism/ai-chat/chat-bubbles.d.ts +4 -0
  85. package/dist/types/src/style/dark-minimalism/ai-chat/conversation.d.ts +5 -0
  86. package/dist/types/src/style/dark-minimalism/ai-chat/index.d.ts +9 -0
  87. package/dist/types/src/style/dark-minimalism/app-switch/app-switch.d.ts +11 -11
  88. package/dist/types/src/style/dark-minimalism/button/constant.d.ts +2 -2
  89. package/dist/types/src/style/dark-minimalism/button/danger.d.ts +126 -126
  90. package/dist/types/src/style/dark-minimalism/button/index.d.ts +604 -604
  91. package/dist/types/src/style/dark-minimalism/button/info.d.ts +126 -126
  92. package/dist/types/src/style/dark-minimalism/button/standard.d.ts +126 -126
  93. package/dist/types/src/style/dark-minimalism/button/success.d.ts +126 -126
  94. package/dist/types/src/style/dark-minimalism/button/warning.d.ts +126 -126
  95. package/dist/types/src/style/dark-minimalism/card/card.d.ts +7 -7
  96. package/dist/types/src/style/dark-minimalism/checkbox/checkbox.d.ts +7 -7
  97. package/dist/types/src/style/dark-minimalism/component-theme.d.ts +2994 -2954
  98. package/dist/types/src/style/dark-minimalism/drawer/drawer.d.ts +9 -9
  99. package/dist/types/src/style/dark-minimalism/dropdown/index.d.ts +12 -12
  100. package/dist/types/src/style/dark-minimalism/form-item/form-item.d.ts +9 -9
  101. package/dist/types/src/style/dark-minimalism/header/header.d.ts +5 -5
  102. package/dist/types/src/style/dark-minimalism/index.d.ts +1 -1
  103. package/dist/types/src/style/dark-minimalism/input/input.d.ts +38 -38
  104. package/dist/types/src/style/dark-minimalism/menu/menu.d.ts +38 -38
  105. package/dist/types/src/style/dark-minimalism/modal/modal.d.ts +10 -10
  106. package/dist/types/src/style/dark-minimalism/multi-tab/multi-tab.d.ts +57 -57
  107. package/dist/types/src/style/dark-minimalism/pagination/pagination.d.ts +12 -12
  108. package/dist/types/src/style/dark-minimalism/popconfirm/popconfirm.d.ts +7 -7
  109. package/dist/types/src/style/dark-minimalism/registry.d.ts +1 -1
  110. package/dist/types/src/style/dark-minimalism/rich-text/rich-text.d.ts +22 -22
  111. package/dist/types/src/style/dark-minimalism/scrollbar/scrollbar.d.ts +5 -5
  112. package/dist/types/src/style/dark-minimalism/select/select.d.ts +41 -41
  113. package/dist/types/src/style/dark-minimalism/switch/switch.d.ts +4 -4
  114. package/dist/types/src/style/dark-minimalism/table/table.d.ts +21 -21
  115. package/dist/types/src/style/dark-minimalism/tabs/tabs.d.ts +6 -6
  116. package/dist/types/src/style/dark-minimalism/tag/index.d.ts +5 -0
  117. package/dist/types/src/style/dark-minimalism/textarea/textarea.d.ts +27 -27
  118. package/dist/types/src/style/dark-minimalism/transfer/transfer.d.ts +5 -5
  119. package/dist/types/src/style/dark-minimalism/tree-select/tree-select.d.ts +1 -1
  120. package/dist/types/src/style/dark-minimalism/upload/upload.d.ts +27 -27
  121. package/dist/types/src/style/default/ai-chat/chat-bubbles.d.ts +4 -0
  122. package/dist/types/src/style/default/ai-chat/conversation.d.ts +6 -0
  123. package/dist/types/src/style/default/ai-chat/index.d.ts +10 -0
  124. package/dist/types/src/style/default/app-switch/app-switch.d.ts +11 -11
  125. package/dist/types/src/style/default/button/constant.d.ts +2 -2
  126. package/dist/types/src/style/default/button/danger.d.ts +126 -126
  127. package/dist/types/src/style/default/button/index.d.ts +604 -604
  128. package/dist/types/src/style/default/button/info.d.ts +126 -126
  129. package/dist/types/src/style/default/button/standard.d.ts +126 -126
  130. package/dist/types/src/style/default/button/success.d.ts +126 -126
  131. package/dist/types/src/style/default/button/warning.d.ts +126 -126
  132. package/dist/types/src/style/default/card/card.d.ts +7 -7
  133. package/dist/types/src/style/default/checkbox/checkbox.d.ts +7 -7
  134. package/dist/types/src/style/default/component-theme.d.ts +3029 -2986
  135. package/dist/types/src/style/default/datetime/datetime.d.ts +9 -9
  136. package/dist/types/src/style/default/drawer/drawer.d.ts +9 -9
  137. package/dist/types/src/style/default/dropdown/index.d.ts +14 -14
  138. package/dist/types/src/style/default/form-item/form-item.d.ts +9 -9
  139. package/dist/types/src/style/default/header/header.d.ts +5 -5
  140. package/dist/types/src/style/default/index.d.ts +1 -1
  141. package/dist/types/src/style/default/input/input.d.ts +38 -38
  142. package/dist/types/src/style/default/menu/menu.d.ts +38 -38
  143. package/dist/types/src/style/default/modal/modal.d.ts +10 -10
  144. package/dist/types/src/style/default/multi-tab/multi-tab.d.ts +57 -57
  145. package/dist/types/src/style/default/pagination/pagination.d.ts +12 -12
  146. package/dist/types/src/style/default/popconfirm/popconfirm.d.ts +7 -7
  147. package/dist/types/src/style/default/registry.d.ts +1 -1
  148. package/dist/types/src/style/default/rich-text/rich-text.d.ts +22 -22
  149. package/dist/types/src/style/default/scrollbar/scrollbar.d.ts +5 -5
  150. package/dist/types/src/style/default/select/select.d.ts +41 -41
  151. package/dist/types/src/style/default/switch/switch.d.ts +4 -4
  152. package/dist/types/src/style/default/table/table.d.ts +21 -21
  153. package/dist/types/src/style/default/tabs/tabs.d.ts +6 -6
  154. package/dist/types/src/style/default/tag/index.d.ts +5 -0
  155. package/dist/types/src/style/default/textarea/textarea.d.ts +27 -27
  156. package/dist/types/src/style/default/transfer/transfer.d.ts +5 -5
  157. package/dist/types/src/style/default/tree-select/tree-select.d.ts +1 -1
  158. package/dist/types/src/style/default/upload/upload.d.ts +27 -27
  159. package/dist/types/src/style/default-minimalism/ai-chat/chat-bubbles.d.ts +4 -0
  160. package/dist/types/src/style/default-minimalism/ai-chat/conversation.d.ts +6 -0
  161. package/dist/types/src/style/default-minimalism/ai-chat/index.d.ts +10 -0
  162. package/dist/types/src/style/default-minimalism/app-switch/app-switch.d.ts +11 -11
  163. package/dist/types/src/style/default-minimalism/button/constant.d.ts +2 -2
  164. package/dist/types/src/style/default-minimalism/button/danger.d.ts +126 -126
  165. package/dist/types/src/style/default-minimalism/button/index.d.ts +604 -604
  166. package/dist/types/src/style/default-minimalism/button/info.d.ts +126 -126
  167. package/dist/types/src/style/default-minimalism/button/standard.d.ts +126 -126
  168. package/dist/types/src/style/default-minimalism/button/success.d.ts +126 -126
  169. package/dist/types/src/style/default-minimalism/button/warning.d.ts +126 -126
  170. package/dist/types/src/style/default-minimalism/card/card.d.ts +7 -7
  171. package/dist/types/src/style/default-minimalism/checkbox/checkbox.d.ts +7 -7
  172. package/dist/types/src/style/default-minimalism/component-theme.d.ts +3029 -2986
  173. package/dist/types/src/style/default-minimalism/datetime/datetime.d.ts +9 -9
  174. package/dist/types/src/style/default-minimalism/drawer/drawer.d.ts +9 -9
  175. package/dist/types/src/style/default-minimalism/dropdown/index.d.ts +14 -14
  176. package/dist/types/src/style/default-minimalism/form-item/form-item.d.ts +9 -9
  177. package/dist/types/src/style/default-minimalism/header/header.d.ts +5 -5
  178. package/dist/types/src/style/default-minimalism/index.d.ts +1 -1
  179. package/dist/types/src/style/default-minimalism/input/input.d.ts +38 -38
  180. package/dist/types/src/style/default-minimalism/menu/menu.d.ts +38 -38
  181. package/dist/types/src/style/default-minimalism/modal/modal.d.ts +10 -10
  182. package/dist/types/src/style/default-minimalism/multi-tab/multi-tab.d.ts +57 -57
  183. package/dist/types/src/style/default-minimalism/pagination/pagination.d.ts +12 -12
  184. package/dist/types/src/style/default-minimalism/popconfirm/popconfirm.d.ts +7 -7
  185. package/dist/types/src/style/default-minimalism/registry.d.ts +1 -1
  186. package/dist/types/src/style/default-minimalism/rich-text/rich-text.d.ts +22 -22
  187. package/dist/types/src/style/default-minimalism/scrollbar/scrollbar.d.ts +5 -5
  188. package/dist/types/src/style/default-minimalism/select/select.d.ts +41 -41
  189. package/dist/types/src/style/default-minimalism/switch/switch.d.ts +4 -4
  190. package/dist/types/src/style/default-minimalism/table/table.d.ts +21 -21
  191. package/dist/types/src/style/default-minimalism/tabs/tabs.d.ts +6 -6
  192. package/dist/types/src/style/default-minimalism/tag/index.d.ts +5 -0
  193. package/dist/types/src/style/default-minimalism/textarea/textarea.d.ts +27 -27
  194. package/dist/types/src/style/default-minimalism/transfer/transfer.d.ts +5 -5
  195. package/dist/types/src/style/default-minimalism/tree-select/tree-select.d.ts +1 -1
  196. package/dist/types/src/style/default-minimalism/upload/upload.d.ts +27 -27
  197. package/dist/types/src/style/index.d.ts +4 -4
  198. package/dist/types/src/typing.d.ts +21 -21
  199. package/dist/types/src/utils/ColorHelper.d.ts +33 -33
  200. package/package.json +18 -7
  201. package/src/init/currentTheme.ts +1 -1
  202. package/src/init/initTheme.ts +2 -7
  203. package/src/mount/index.ts +1 -1
  204. package/src/register/index.ts +1 -1
  205. package/src/style/dark/ai-chat/chat-bubbles.ts +4 -0
  206. package/src/style/dark/ai-chat/conversation.ts +6 -0
  207. package/src/style/dark/ai-chat/index.ts +13 -0
  208. package/src/style/dark/component-theme.ts +143 -133
  209. package/src/style/dark/registry.ts +1 -1
  210. package/src/style/dark/tag/index.ts +6 -0
  211. package/src/style/dark-minimalism/ai-chat/chat-bubbles.ts +4 -0
  212. package/src/style/dark-minimalism/ai-chat/conversation.ts +6 -0
  213. package/src/style/dark-minimalism/ai-chat/index.ts +13 -0
  214. package/src/style/dark-minimalism/component-theme.ts +144 -133
  215. package/src/style/dark-minimalism/registry.ts +1 -1
  216. package/src/style/dark-minimalism/tag/index.ts +6 -0
  217. package/src/style/default/ai-chat/chat-bubbles.ts +4 -0
  218. package/src/style/default/ai-chat/conversation.ts +6 -0
  219. package/src/style/default/ai-chat/index.ts +13 -0
  220. package/src/style/default/component-theme.ts +13 -1
  221. package/src/style/default/registry.ts +1 -1
  222. package/src/style/default/tag/index.ts +6 -0
  223. package/src/style/default-minimalism/ai-chat/chat-bubbles.ts +4 -0
  224. package/src/style/default-minimalism/ai-chat/conversation.ts +6 -0
  225. package/src/style/default-minimalism/ai-chat/index.ts +13 -0
  226. package/src/style/default-minimalism/component-theme.ts +13 -1
  227. package/src/style/default-minimalism/registry.ts +1 -1
  228. package/src/style/default-minimalism/tag/index.ts +6 -0
  229. package/rollup.config.js +0 -4
@@ -1,9 +1,9 @@
1
- export declare const component = "datetime";
2
- export declare const cssVars: {
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;
9
- };
1
+ export declare const component = "datetime";
2
+ export declare const cssVars: {
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;
9
+ };
@@ -1,9 +1,9 @@
1
- export declare const component = "drawer";
2
- export declare const cssVars: {
3
- 'width-small': string;
4
- 'width-medium': string;
5
- 'width-large': string;
6
- 'height-small': string;
7
- 'height-medium': string;
8
- 'height-large': string;
9
- };
1
+ export declare const component = "drawer";
2
+ export declare const cssVars: {
3
+ 'width-small': string;
4
+ 'width-medium': string;
5
+ 'width-large': string;
6
+ 'height-small': string;
7
+ 'height-medium': string;
8
+ 'height-large': string;
9
+ };
@@ -1,14 +1,14 @@
1
- export declare const component = "dropdown";
2
- export declare const cssVars: {
3
- 'background-color': string;
4
- 'background-hover': string;
5
- 'border-color': string;
6
- 'box-shadow': string;
7
- color: string;
8
- 'color-hover': string;
9
- 'color-disabled': string;
10
- 'color-disabled-hover': string;
11
- 'item-background-color-hover': string;
12
- 'item-background-color-disabled-hover': string;
13
- 'button-text-color': string;
14
- };
1
+ export declare const component = "dropdown";
2
+ export declare const cssVars: {
3
+ 'background-color': string;
4
+ 'background-hover': string;
5
+ 'border-color': string;
6
+ 'box-shadow': string;
7
+ color: string;
8
+ 'color-hover': string;
9
+ 'color-disabled': string;
10
+ 'color-disabled-hover': string;
11
+ 'item-background-color-hover': string;
12
+ 'item-background-color-disabled-hover': string;
13
+ 'button-text-color': string;
14
+ };
@@ -1,9 +1,9 @@
1
- export declare const component = "form-item";
2
- export declare const cssVars: {
3
- config: {
4
- readonlyShowPlaceholder: boolean;
5
- disabledShowPlaceholder: boolean;
6
- };
7
- 'label-color': string;
8
- 'label-weight': string;
9
- };
1
+ export declare const component = "form-item";
2
+ export declare const cssVars: {
3
+ config: {
4
+ readonlyShowPlaceholder: boolean;
5
+ disabledShowPlaceholder: boolean;
6
+ };
7
+ 'label-color': string;
8
+ 'label-weight': string;
9
+ };
@@ -1,5 +1,5 @@
1
- export declare const component = "header";
2
- export declare const cssVars: {
3
- 'border-bottom': string;
4
- color: string;
5
- };
1
+ export declare const component = "header";
2
+ export declare const cssVars: {
3
+ 'border-bottom': string;
4
+ color: string;
5
+ };
@@ -1 +1 @@
1
- export * from './registry';
1
+ export * from './registry';
@@ -1,38 +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
- };
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
+ };
@@ -1,38 +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
- };
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
+ };
@@ -1,10 +1,10 @@
1
- export declare const component = "modal";
2
- export declare const cssVars: {
3
- color: string;
4
- 'width-small': string;
5
- 'width-medium': string;
6
- 'width-large': string;
7
- 'height-small': string;
8
- 'height-medium': string;
9
- 'height-large': string;
10
- };
1
+ export declare const component = "modal";
2
+ export declare const cssVars: {
3
+ color: string;
4
+ 'width-small': string;
5
+ 'width-medium': string;
6
+ 'width-large': string;
7
+ 'height-small': string;
8
+ 'height-medium': string;
9
+ 'height-large': string;
10
+ };
@@ -1,57 +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
- };
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
+ };
@@ -1,12 +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
- };
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
+ };
@@ -1,7 +1,7 @@
1
- export declare const component = "popconfirm";
2
- export declare const cssVars: {
3
- background: string;
4
- color: string;
5
- borderColor: string;
6
- arrowBackground: string;
7
- };
1
+ export declare const component = "popconfirm";
2
+ export declare const cssVars: {
3
+ background: string;
4
+ color: string;
5
+ borderColor: string;
6
+ arrowBackground: string;
7
+ };
@@ -1 +1 @@
1
- export declare function registerDefaultThemeFn(): void;
1
+ export declare function registerDefaultThemeFn(): void;
@@ -1,22 +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
- };
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
+ };
@@ -1,5 +1,5 @@
1
- export declare const component = "scrollbar";
2
- export declare const cssVars: {
3
- 'thumb-background-color': string;
4
- 'thumb-background-color-hover': string;
5
- };
1
+ export declare const component = "scrollbar";
2
+ export declare const cssVars: {
3
+ 'thumb-background-color': string;
4
+ 'thumb-background-color-hover': string;
5
+ };
@@ -1,41 +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
- };
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
+ };
@@ -1,4 +1,4 @@
1
- export declare const component = "switch";
2
- export declare const cssVars: {
3
- background: string;
4
- };
1
+ export declare const component = "switch";
2
+ export declare const cssVars: {
3
+ background: string;
4
+ };
@@ -1,21 +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
- };
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
+ };
@@ -1,6 +1,6 @@
1
- export declare const component = "tabs";
2
- export declare const cssVars: {
3
- 'card-tab-background': string;
4
- 'card-tab-active-background': string;
5
- 'active-text-color': string;
6
- };
1
+ export declare const component = "tabs";
2
+ export declare const cssVars: {
3
+ 'card-tab-background': string;
4
+ 'card-tab-active-background': string;
5
+ 'active-text-color': string;
6
+ };