naive-ui 2.19.10 → 2.19.11

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 (3622) hide show
  1. package/es/_internal/clear/index.d.ts +1 -0
  2. package/es/_internal/clear/index.js +1 -0
  3. package/es/_internal/clear/src/Clear.d.ts +24 -0
  4. package/es/_internal/clear/src/Clear.js +38 -0
  5. package/es/_internal/clear/src/styles/index.cssr.d.ts +2 -0
  6. package/es/_internal/clear/src/styles/index.cssr.js +34 -0
  7. package/es/_internal/close/index.d.ts +1 -0
  8. package/es/_internal/close/index.js +1 -0
  9. package/es/_internal/close/src/Close.d.ts +24 -0
  10. package/es/_internal/close/src/Close.js +31 -0
  11. package/es/_internal/close/src/styles/index.cssr.d.ts +2 -0
  12. package/es/_internal/close/src/styles/index.cssr.js +17 -0
  13. package/es/_internal/fade-in-expand-transition/index.d.ts +1 -0
  14. package/es/_internal/fade-in-expand-transition/index.js +1 -0
  15. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +38 -0
  16. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +103 -0
  17. package/es/_internal/focus-detector/index.d.ts +2 -0
  18. package/es/_internal/focus-detector/index.js +2 -0
  19. package/es/_internal/focus-detector/src/FocusDetector.d.ts +12 -0
  20. package/es/_internal/focus-detector/src/FocusDetector.js +10 -0
  21. package/es/_internal/icon/index.d.ts +1 -0
  22. package/es/_internal/icon/index.js +1 -0
  23. package/es/_internal/icon/src/Icon.d.ts +43 -0
  24. package/es/_internal/icon/src/Icon.js +31 -0
  25. package/es/_internal/icon/src/styles/index.cssr.d.ts +2 -0
  26. package/es/_internal/icon/src/styles/index.cssr.js +14 -0
  27. package/es/_internal/icon-switch-transition/index.d.ts +1 -0
  28. package/es/_internal/icon-switch-transition/index.js +1 -0
  29. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +2 -0
  30. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.js +9 -0
  31. package/es/_internal/icons/Add.d.ts +2 -0
  32. package/es/_internal/icons/Add.js +8 -0
  33. package/es/_internal/icons/ArrowBack.d.ts +2 -0
  34. package/es/_internal/icons/ArrowBack.js +9 -0
  35. package/es/_internal/icons/ArrowDown.d.ts +2 -0
  36. package/es/_internal/icons/ArrowDown.js +10 -0
  37. package/es/_internal/icons/Attach.d.ts +2 -0
  38. package/es/_internal/icons/Attach.js +6 -0
  39. package/es/_internal/icons/Backward.d.ts +2 -0
  40. package/es/_internal/icons/Backward.js +8 -0
  41. package/es/_internal/icons/Cancel.d.ts +2 -0
  42. package/es/_internal/icons/Cancel.js +6 -0
  43. package/es/_internal/icons/Checkmark.d.ts +2 -0
  44. package/es/_internal/icons/Checkmark.js +9 -0
  45. package/es/_internal/icons/ChevronDown.d.ts +2 -0
  46. package/es/_internal/icons/ChevronDown.js +8 -0
  47. package/es/_internal/icons/ChevronDownFilled.d.ts +2 -0
  48. package/es/_internal/icons/ChevronDownFilled.js +8 -0
  49. package/es/_internal/icons/ChevronLeft.d.ts +2 -0
  50. package/es/_internal/icons/ChevronLeft.js +8 -0
  51. package/es/_internal/icons/ChevronRight.d.ts +2 -0
  52. package/es/_internal/icons/ChevronRight.js +8 -0
  53. package/es/_internal/icons/Clear.d.ts +2 -0
  54. package/es/_internal/icons/Clear.js +6 -0
  55. package/es/_internal/icons/Close.d.ts +2 -0
  56. package/es/_internal/icons/Close.js +6 -0
  57. package/es/_internal/icons/Date.d.ts +2 -0
  58. package/es/_internal/icons/Date.js +6 -0
  59. package/es/_internal/icons/Download.d.ts +2 -0
  60. package/es/_internal/icons/Download.js +6 -0
  61. package/es/_internal/icons/Empty.d.ts +2 -0
  62. package/es/_internal/icons/Empty.js +9 -0
  63. package/es/_internal/icons/Error.d.ts +2 -0
  64. package/es/_internal/icons/Error.js +6 -0
  65. package/es/_internal/icons/Eye.d.ts +2 -0
  66. package/es/_internal/icons/Eye.js +9 -0
  67. package/es/_internal/icons/EyeOff.d.ts +2 -0
  68. package/es/_internal/icons/EyeOff.js +12 -0
  69. package/es/_internal/icons/FastBackward.d.ts +2 -0
  70. package/es/_internal/icons/FastBackward.js +10 -0
  71. package/es/_internal/icons/FastForward.d.ts +2 -0
  72. package/es/_internal/icons/FastForward.js +10 -0
  73. package/es/_internal/icons/File.d.ts +2 -0
  74. package/es/_internal/icons/File.js +10 -0
  75. package/es/_internal/icons/Filter.d.ts +2 -0
  76. package/es/_internal/icons/Filter.js +10 -0
  77. package/es/_internal/icons/Forward.d.ts +2 -0
  78. package/es/_internal/icons/Forward.js +8 -0
  79. package/es/_internal/icons/Info.d.ts +2 -0
  80. package/es/_internal/icons/Info.js +6 -0
  81. package/es/_internal/icons/More.d.ts +2 -0
  82. package/es/_internal/icons/More.js +10 -0
  83. package/es/_internal/icons/Photo.d.ts +2 -0
  84. package/es/_internal/icons/Photo.js +12 -0
  85. package/es/_internal/icons/Remove.d.ts +2 -0
  86. package/es/_internal/icons/Remove.js +8 -0
  87. package/es/_internal/icons/Retry.d.ts +2 -0
  88. package/es/_internal/icons/Retry.js +5 -0
  89. package/es/_internal/icons/RotateClockwise.d.ts +2 -0
  90. package/es/_internal/icons/RotateClockwise.js +5 -0
  91. package/es/_internal/icons/RotateCounterclockwise.d.ts +2 -0
  92. package/es/_internal/icons/RotateCounterclockwise.js +5 -0
  93. package/es/_internal/icons/Search.d.ts +2 -0
  94. package/es/_internal/icons/Search.js +8 -0
  95. package/es/_internal/icons/Success.d.ts +2 -0
  96. package/es/_internal/icons/Success.js +6 -0
  97. package/es/_internal/icons/Switcher.d.ts +2 -0
  98. package/es/_internal/icons/Switcher.js +9 -0
  99. package/es/_internal/icons/Time.d.ts +2 -0
  100. package/es/_internal/icons/Time.js +5 -0
  101. package/es/_internal/icons/To.d.ts +2 -0
  102. package/es/_internal/icons/To.js +6 -0
  103. package/es/_internal/icons/Trash.d.ts +2 -0
  104. package/es/_internal/icons/Trash.js +7 -0
  105. package/es/_internal/icons/Warning.d.ts +2 -0
  106. package/es/_internal/icons/Warning.js +6 -0
  107. package/es/_internal/icons/ZoomIn.d.ts +2 -0
  108. package/es/_internal/icons/ZoomIn.js +5 -0
  109. package/es/_internal/icons/ZoomOut.d.ts +2 -0
  110. package/es/_internal/icons/ZoomOut.js +5 -0
  111. package/es/_internal/icons/index.d.ts +40 -0
  112. package/es/_internal/icons/index.js +40 -0
  113. package/es/_internal/icons/replaceable.d.ts +2 -0
  114. package/es/_internal/icons/replaceable.js +17 -0
  115. package/es/_internal/index.d.ts +18 -0
  116. package/es/_internal/index.js +14 -0
  117. package/es/_internal/loading/index.d.ts +1 -0
  118. package/es/_internal/loading/index.js +1 -0
  119. package/es/_internal/loading/src/Loading.d.ts +48 -0
  120. package/es/_internal/loading/src/Loading.js +51 -0
  121. package/es/_internal/loading/src/styles/index.cssr.d.ts +2 -0
  122. package/es/_internal/loading/src/styles/index.cssr.js +20 -0
  123. package/es/_internal/menu-mask/index.d.ts +2 -0
  124. package/es/_internal/menu-mask/index.js +1 -0
  125. package/es/_internal/menu-mask/src/MenuMask.d.ts +15 -0
  126. package/es/_internal/menu-mask/src/MenuMask.js +41 -0
  127. package/es/_internal/menu-mask/src/interface.d.ts +3 -0
  128. package/es/_internal/menu-mask/src/interface.js +1 -0
  129. package/es/_internal/menu-mask/src/styles/index.cssr.d.ts +2 -0
  130. package/es/_internal/menu-mask/src/styles/index.cssr.js +15 -0
  131. package/es/_internal/scrollbar/index.d.ts +2 -0
  132. package/es/_internal/scrollbar/index.js +1 -0
  133. package/es/_internal/scrollbar/src/ScrollBar.d.ts +210 -0
  134. package/es/_internal/scrollbar/src/ScrollBar.js +511 -0
  135. package/es/_internal/scrollbar/src/styles/index.cssr.d.ts +2 -0
  136. package/es/_internal/scrollbar/src/styles/index.cssr.js +61 -0
  137. package/es/_internal/scrollbar/styles/dark.d.ts +3 -0
  138. package/es/_internal/scrollbar/styles/dark.js +8 -0
  139. package/es/_internal/scrollbar/styles/index.d.ts +3 -0
  140. package/es/_internal/scrollbar/styles/index.js +2 -0
  141. package/es/_internal/scrollbar/styles/light.d.ts +10 -0
  142. package/es/_internal/scrollbar/styles/light.js +14 -0
  143. package/es/_internal/select-menu/index.d.ts +2 -0
  144. package/es/_internal/select-menu/index.js +1 -0
  145. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +24 -0
  146. package/es/_internal/select-menu/src/SelectGroupHeader.js +37 -0
  147. package/es/_internal/select-menu/src/SelectMenu.d.ts +650 -0
  148. package/es/_internal/select-menu/src/SelectMenu.js +296 -0
  149. package/es/_internal/select-menu/src/SelectOption.d.ts +31 -0
  150. package/es/_internal/select-menu/src/SelectOption.js +109 -0
  151. package/es/_internal/select-menu/src/interface.d.ts +35 -0
  152. package/es/_internal/select-menu/src/interface.js +2 -0
  153. package/es/_internal/select-menu/src/styles/index.cssr.d.ts +2 -0
  154. package/es/_internal/select-menu/src/styles/index.cssr.js +94 -0
  155. package/es/_internal/select-menu/styles/_common.d.ts +13 -0
  156. package/es/_internal/select-menu/styles/_common.js +12 -0
  157. package/es/_internal/select-menu/styles/dark.d.ts +3 -0
  158. package/es/_internal/select-menu/styles/dark.js +14 -0
  159. package/es/_internal/select-menu/styles/index.d.ts +3 -0
  160. package/es/_internal/select-menu/styles/index.js +2 -0
  161. package/es/_internal/select-menu/styles/light.d.ts +90 -0
  162. package/es/_internal/select-menu/styles/light.js +19 -0
  163. package/es/_internal/selection/index.d.ts +2 -0
  164. package/es/_internal/selection/index.js +1 -0
  165. package/es/_internal/selection/src/Selection.d.ts +815 -0
  166. package/es/_internal/selection/src/Selection.js +536 -0
  167. package/es/_internal/selection/src/interface.d.ts +6 -0
  168. package/es/_internal/selection/src/interface.js +1 -0
  169. package/es/_internal/selection/src/styles/index.cssr.d.ts +2 -0
  170. package/es/_internal/selection/src/styles/index.cssr.js +229 -0
  171. package/es/_internal/selection/styles/_common.d.ts +6 -0
  172. package/es/_internal/selection/styles/_common.js +5 -0
  173. package/es/_internal/selection/styles/dark.d.ts +3 -0
  174. package/es/_internal/selection/styles/dark.js +46 -0
  175. package/es/_internal/selection/styles/index.d.ts +3 -0
  176. package/es/_internal/selection/styles/index.js +2 -0
  177. package/es/_internal/selection/styles/light.d.ts +125 -0
  178. package/es/_internal/selection/styles/light.js +48 -0
  179. package/es/_internal/slot-machine/index.d.ts +1 -0
  180. package/es/_internal/slot-machine/index.js +1 -0
  181. package/es/_internal/slot-machine/src/SlotMachine.d.ts +33 -0
  182. package/es/_internal/slot-machine/src/SlotMachine.js +75 -0
  183. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +34 -0
  184. package/es/_internal/slot-machine/src/SlotMachineNumber.js +89 -0
  185. package/es/_internal/slot-machine/src/styles/index.cssr.d.ts +2 -0
  186. package/es/_internal/slot-machine/src/styles/index.cssr.js +100 -0
  187. package/es/_internal/suffix/index.d.ts +1 -0
  188. package/es/_internal/suffix/index.js +1 -0
  189. package/es/_internal/suffix/src/Suffix.d.ts +35 -0
  190. package/es/_internal/suffix/src/Suffix.js +34 -0
  191. package/es/_internal/wave/index.d.ts +2 -0
  192. package/es/_internal/wave/index.js +1 -0
  193. package/es/_internal/wave/src/Wave.d.ts +18 -0
  194. package/es/_internal/wave/src/Wave.js +51 -0
  195. package/es/_internal/wave/src/styles/index.cssr.d.ts +2 -0
  196. package/es/_internal/wave/src/styles/index.cssr.js +9 -0
  197. package/es/_mixins/index.d.ts +8 -0
  198. package/es/_mixins/index.js +6 -0
  199. package/es/_mixins/use-config.d.ts +16 -0
  200. package/es/_mixins/use-config.js +23 -0
  201. package/es/_mixins/use-form-item.d.ts +33 -0
  202. package/es/_mixins/use-form-item.js +61 -0
  203. package/es/_mixins/use-hljs.d.ts +12 -0
  204. package/es/_mixins/use-hljs.js +26 -0
  205. package/es/_mixins/use-locale.d.ts +6 -0
  206. package/es/_mixins/use-locale.js +18 -0
  207. package/es/_mixins/use-rtl.d.ts +3 -0
  208. package/es/_mixins/use-rtl.js +48 -0
  209. package/es/_mixins/use-style.d.ts +3 -0
  210. package/es/_mixins/use-style.js +34 -0
  211. package/es/_mixins/use-theme.d.ts +94 -0
  212. package/es/_mixins/use-theme.js +104 -0
  213. package/es/_styles/common/_common.d.ts +25 -0
  214. package/es/_styles/common/_common.js +24 -0
  215. package/es/_styles/common/dark.d.ts +3 -0
  216. package/es/_styles/common/dark.js +91 -0
  217. package/es/_styles/common/index.d.ts +3 -0
  218. package/es/_styles/common/index.js +2 -0
  219. package/es/_styles/common/light.d.ts +101 -0
  220. package/es/_styles/common/light.js +93 -0
  221. package/es/_styles/global/index.cssr.d.ts +2 -0
  222. package/es/_styles/global/index.cssr.js +23 -0
  223. package/es/_styles/transitions/fade-down.cssr.d.ts +11 -0
  224. package/es/_styles/transitions/fade-down.cssr.js +25 -0
  225. package/es/_styles/transitions/fade-in-height-expand.cssr.d.ts +13 -0
  226. package/es/_styles/transitions/fade-in-height-expand.cssr.js +51 -0
  227. package/es/_styles/transitions/fade-in-scale-up.cssr.d.ts +10 -0
  228. package/es/_styles/transitions/fade-in-scale-up.cssr.js +28 -0
  229. package/es/_styles/transitions/fade-in-width-expand.cssr.d.ts +7 -0
  230. package/es/_styles/transitions/fade-in-width-expand.cssr.js +31 -0
  231. package/es/_styles/transitions/fade-in.cssr.d.ts +10 -0
  232. package/es/_styles/transitions/fade-in.cssr.js +22 -0
  233. package/es/_styles/transitions/fade-up-width-expand.cssr.d.ts +6 -0
  234. package/es/_styles/transitions/fade-up-width-expand.cssr.js +36 -0
  235. package/es/_styles/transitions/icon-switch.cssr.d.ts +9 -0
  236. package/es/_styles/transitions/icon-switch.cssr.js +26 -0
  237. package/es/_styles/transitions/slide-in-from-bottom.d.ts +8 -0
  238. package/es/_styles/transitions/slide-in-from-bottom.js +25 -0
  239. package/es/_styles/transitions/slide-in-from-left.d.ts +8 -0
  240. package/es/_styles/transitions/slide-in-from-left.js +25 -0
  241. package/es/_styles/transitions/slide-in-from-right.d.ts +8 -0
  242. package/es/_styles/transitions/slide-in-from-right.js +25 -0
  243. package/es/_styles/transitions/slide-in-from-top.d.ts +8 -0
  244. package/es/_styles/transitions/slide-in-from-top.js +25 -0
  245. package/es/_utils/color/index.d.ts +2 -0
  246. package/es/_utils/color/index.js +7 -0
  247. package/es/_utils/composable/index.d.ts +7 -0
  248. package/es/_utils/composable/index.js +113 -0
  249. package/es/_utils/composable/use-adjusted-to.d.ts +14 -0
  250. package/es/_utils/composable/use-adjusted-to.js +41 -0
  251. package/es/_utils/composable/use-browser-location.d.ts +13 -0
  252. package/es/_utils/composable/use-browser-location.js +36 -0
  253. package/es/_utils/composable/use-houdini.d.ts +1 -0
  254. package/es/_utils/composable/use-houdini.js +25 -0
  255. package/es/_utils/css/format-length.d.ts +7 -0
  256. package/es/_utils/css/format-length.js +31 -0
  257. package/es/_utils/css/index.d.ts +1 -0
  258. package/es/_utils/css/index.js +1 -0
  259. package/es/_utils/cssr/create-key.d.ts +44 -0
  260. package/es/_utils/cssr/create-key.js +8 -0
  261. package/es/_utils/cssr/index.d.ts +12 -0
  262. package/es/_utils/cssr/index.js +44 -0
  263. package/es/_utils/index.d.ts +7 -0
  264. package/es/_utils/index.js +5 -0
  265. package/es/_utils/naive/attribute.d.ts +2 -0
  266. package/es/_utils/naive/attribute.js +11 -0
  267. package/es/_utils/naive/extract-public-props.d.ts +6 -0
  268. package/es/_utils/naive/extract-public-props.js +1 -0
  269. package/es/_utils/naive/index.d.ts +6 -0
  270. package/es/_utils/naive/index.js +4 -0
  271. package/es/_utils/naive/mutable.d.ts +3 -0
  272. package/es/_utils/naive/mutable.js +1 -0
  273. package/es/_utils/naive/prop.d.ts +2 -0
  274. package/es/_utils/naive/prop.js +24 -0
  275. package/es/_utils/naive/warn.d.ts +3 -0
  276. package/es/_utils/naive/warn.js +14 -0
  277. package/es/_utils/naive/window.d.ts +1 -0
  278. package/es/_utils/naive/window.js +1 -0
  279. package/es/_utils/vue/call.d.ts +6 -0
  280. package/es/_utils/vue/call.js +8 -0
  281. package/es/_utils/vue/create-data-key.d.ts +1 -0
  282. package/es/_utils/vue/create-data-key.js +3 -0
  283. package/es/_utils/vue/create-ref-setter.d.ts +2 -0
  284. package/es/_utils/vue/create-ref-setter.js +10 -0
  285. package/es/_utils/vue/flatten.d.ts +2 -0
  286. package/es/_utils/vue/flatten.js +30 -0
  287. package/es/_utils/vue/get-first-slot-vnode.d.ts +2 -0
  288. package/es/_utils/vue/get-first-slot-vnode.js +18 -0
  289. package/es/_utils/vue/get-slot.d.ts +2 -0
  290. package/es/_utils/vue/get-slot.js +7 -0
  291. package/es/_utils/vue/get-v-node-children.d.ts +2 -0
  292. package/es/_utils/vue/get-v-node-children.js +12 -0
  293. package/es/_utils/vue/index.d.ts +12 -0
  294. package/es/_utils/vue/index.js +11 -0
  295. package/es/_utils/vue/keep.d.ts +1 -0
  296. package/es/_utils/vue/keep.js +7 -0
  297. package/es/_utils/vue/keysOf.d.ts +1 -0
  298. package/es/_utils/vue/keysOf.js +3 -0
  299. package/es/_utils/vue/omit.d.ts +1 -0
  300. package/es/_utils/vue/omit.js +10 -0
  301. package/es/_utils/vue/render.d.ts +2 -0
  302. package/es/_utils/vue/render.js +15 -0
  303. package/es/affix/index.d.ts +2 -0
  304. package/es/affix/index.js +1 -0
  305. package/es/affix/src/Affix.d.ts +89 -0
  306. package/es/affix/src/Affix.js +184 -0
  307. package/es/affix/src/styles/index.cssr.d.ts +2 -0
  308. package/es/affix/src/styles/index.cssr.js +6 -0
  309. package/es/affix/src/utils.d.ts +6 -0
  310. package/es/affix/src/utils.js +8 -0
  311. package/es/alert/index.d.ts +2 -0
  312. package/es/alert/index.js +1 -0
  313. package/es/alert/src/Alert.d.ts +729 -0
  314. package/es/alert/src/Alert.js +136 -0
  315. package/es/alert/src/styles/index.cssr.d.ts +2 -0
  316. package/es/alert/src/styles/index.cssr.js +83 -0
  317. package/es/alert/styles/_common.d.ts +8 -0
  318. package/es/alert/styles/_common.js +7 -0
  319. package/es/alert/styles/dark.d.ts +3 -0
  320. package/es/alert/styles/dark.js +17 -0
  321. package/es/alert/styles/index.d.ts +3 -0
  322. package/es/alert/styles/index.js +2 -0
  323. package/es/alert/styles/light.d.ts +57 -0
  324. package/es/alert/styles/light.js +16 -0
  325. package/es/anchor/index.d.ts +4 -0
  326. package/es/anchor/index.js +2 -0
  327. package/es/anchor/src/AnchorAdapter.d.ts +270 -0
  328. package/es/anchor/src/AnchorAdapter.js +47 -0
  329. package/es/anchor/src/BaseAnchor.d.ts +87 -0
  330. package/es/anchor/src/BaseAnchor.js +257 -0
  331. package/es/anchor/src/Link.d.ts +27 -0
  332. package/es/anchor/src/Link.js +43 -0
  333. package/es/anchor/src/styles/index.cssr.d.ts +2 -0
  334. package/es/anchor/src/styles/index.cssr.js +89 -0
  335. package/es/anchor/src/utils.d.ts +5 -0
  336. package/es/anchor/src/utils.js +10 -0
  337. package/es/anchor/styles/_common.d.ts +6 -0
  338. package/es/anchor/styles/_common.js +5 -0
  339. package/es/anchor/styles/dark.d.ts +3 -0
  340. package/es/anchor/styles/dark.js +8 -0
  341. package/es/anchor/styles/index.d.ts +3 -0
  342. package/es/anchor/styles/index.js +2 -0
  343. package/es/anchor/styles/light.d.ts +19 -0
  344. package/es/anchor/styles/light.js +13 -0
  345. package/es/auto-complete/index.d.ts +3 -0
  346. package/es/auto-complete/index.js +1 -0
  347. package/es/auto-complete/src/AutoComplete.d.ts +1481 -0
  348. package/es/auto-complete/src/AutoComplete.js +249 -0
  349. package/es/auto-complete/src/interface.d.ts +9 -0
  350. package/es/auto-complete/src/interface.js +1 -0
  351. package/es/auto-complete/src/styles/index.cssr.d.ts +2 -0
  352. package/es/auto-complete/src/styles/index.cssr.js +16 -0
  353. package/es/auto-complete/src/utils.d.ts +3 -0
  354. package/es/auto-complete/src/utils.js +25 -0
  355. package/es/auto-complete/styles/dark.d.ts +3 -0
  356. package/es/auto-complete/styles/dark.js +14 -0
  357. package/es/auto-complete/styles/index.d.ts +3 -0
  358. package/es/auto-complete/styles/index.js +2 -0
  359. package/es/auto-complete/styles/light.d.ts +123 -0
  360. package/es/auto-complete/styles/light.js +20 -0
  361. package/es/avatar/index.d.ts +2 -0
  362. package/es/avatar/index.js +1 -0
  363. package/es/avatar/src/Avatar.d.ts +161 -0
  364. package/es/avatar/src/Avatar.js +70 -0
  365. package/es/avatar/src/styles/index.cssr.d.ts +2 -0
  366. package/es/avatar/src/styles/index.cssr.js +36 -0
  367. package/es/avatar/styles/dark.d.ts +3 -0
  368. package/es/avatar/styles/dark.js +8 -0
  369. package/es/avatar/styles/index.d.ts +3 -0
  370. package/es/avatar/styles/index.js +2 -0
  371. package/es/avatar/styles/light.d.ts +16 -0
  372. package/es/avatar/styles/light.js +20 -0
  373. package/es/back-top/index.d.ts +2 -0
  374. package/es/back-top/index.js +1 -0
  375. package/es/back-top/src/BackTop.d.ts +281 -0
  376. package/es/back-top/src/BackTop.js +217 -0
  377. package/es/back-top/src/BackTopIcon.d.ts +2 -0
  378. package/es/back-top/src/BackTopIcon.js +10 -0
  379. package/es/back-top/src/styles/index.cssr.d.ts +2 -0
  380. package/es/back-top/src/styles/index.cssr.js +51 -0
  381. package/es/back-top/styles/_common.d.ts +7 -0
  382. package/es/back-top/styles/_common.js +6 -0
  383. package/es/back-top/styles/dark.d.ts +3 -0
  384. package/es/back-top/styles/dark.js +11 -0
  385. package/es/back-top/styles/index.d.ts +3 -0
  386. package/es/back-top/styles/index.js +2 -0
  387. package/es/back-top/styles/light.d.ts +20 -0
  388. package/es/back-top/styles/light.js +12 -0
  389. package/es/badge/index.d.ts +2 -0
  390. package/es/badge/index.js +1 -0
  391. package/es/badge/src/Badge.d.ts +177 -0
  392. package/es/badge/src/Badge.js +81 -0
  393. package/es/badge/src/styles/index.cssr.d.ts +2 -0
  394. package/es/badge/src/styles/index.cssr.js +79 -0
  395. package/es/badge/styles/dark.d.ts +3 -0
  396. package/es/badge/styles/dark.js +18 -0
  397. package/es/badge/styles/index.d.ts +3 -0
  398. package/es/badge/styles/index.js +2 -0
  399. package/es/badge/styles/light.d.ts +15 -0
  400. package/es/badge/styles/light.js +19 -0
  401. package/es/breadcrumb/index.d.ts +4 -0
  402. package/es/breadcrumb/index.js +2 -0
  403. package/es/breadcrumb/src/Breadcrumb.d.ts +124 -0
  404. package/es/breadcrumb/src/Breadcrumb.js +41 -0
  405. package/es/breadcrumb/src/BreadcrumbItem.d.ts +17 -0
  406. package/es/breadcrumb/src/BreadcrumbItem.js +38 -0
  407. package/es/breadcrumb/src/styles/index.cssr.d.ts +2 -0
  408. package/es/breadcrumb/src/styles/index.cssr.js +53 -0
  409. package/es/breadcrumb/styles/_common.d.ts +4 -0
  410. package/es/breadcrumb/styles/_common.js +3 -0
  411. package/es/breadcrumb/styles/dark.d.ts +3 -0
  412. package/es/breadcrumb/styles/dark.js +8 -0
  413. package/es/breadcrumb/styles/index.d.ts +3 -0
  414. package/es/breadcrumb/styles/index.js +2 -0
  415. package/es/breadcrumb/styles/light.d.ts +15 -0
  416. package/es/breadcrumb/styles/light.js +12 -0
  417. package/es/button/index.d.ts +4 -0
  418. package/es/button/index.js +2 -0
  419. package/es/button/src/Button.d.ts +1967 -0
  420. package/es/button/src/Button.js +351 -0
  421. package/es/button/src/ButtonGroup.d.ts +35 -0
  422. package/es/button/src/ButtonGroup.js +30 -0
  423. package/es/button/src/interface.d.ts +2 -0
  424. package/es/button/src/interface.js +1 -0
  425. package/es/button/src/styles/button-group.cssr.d.ts +3 -0
  426. package/es/button/src/styles/button-group.cssr.js +56 -0
  427. package/es/button/src/styles/button-rtl.cssr.d.ts +2 -0
  428. package/es/button/src/styles/button-rtl.cssr.js +10 -0
  429. package/es/button/src/styles/button.cssr.d.ts +2 -0
  430. package/es/button/src/styles/button.cssr.js +181 -0
  431. package/es/button/styles/_common.d.ts +20 -0
  432. package/es/button/styles/_common.js +19 -0
  433. package/es/button/styles/dark.d.ts +3 -0
  434. package/es/button/styles/dark.js +12 -0
  435. package/es/button/styles/index.d.ts +4 -0
  436. package/es/button/styles/index.js +3 -0
  437. package/es/button/styles/light.d.ts +201 -0
  438. package/es/button/styles/light.js +27 -0
  439. package/es/button/styles/rtl.d.ts +5 -0
  440. package/es/button/styles/rtl.js +5 -0
  441. package/es/calendar/index.d.ts +2 -0
  442. package/es/calendar/index.js +1 -0
  443. package/es/calendar/src/Calendar.d.ts +2383 -0
  444. package/es/calendar/src/Calendar.js +145 -0
  445. package/es/calendar/src/interface.d.ts +6 -0
  446. package/es/calendar/src/interface.js +1 -0
  447. package/es/calendar/src/styles/index.cssr.d.ts +2 -0
  448. package/es/calendar/src/styles/index.cssr.js +133 -0
  449. package/es/calendar/styles/_common.d.ts +4 -0
  450. package/es/calendar/styles/_common.js +3 -0
  451. package/es/calendar/styles/dark.d.ts +3 -0
  452. package/es/calendar/styles/dark.js +12 -0
  453. package/es/calendar/styles/index.d.ts +3 -0
  454. package/es/calendar/styles/index.js +2 -0
  455. package/es/calendar/styles/light.d.ts +244 -0
  456. package/es/calendar/styles/light.js +19 -0
  457. package/es/card/index.d.ts +2 -0
  458. package/es/card/index.js +1 -0
  459. package/es/card/src/Card.d.ts +563 -0
  460. package/es/card/src/Card.js +111 -0
  461. package/es/card/src/styles/index.cssr.d.ts +2 -0
  462. package/es/card/src/styles/index.cssr.js +116 -0
  463. package/es/card/src/styles/rtl.cssr.d.ts +2 -0
  464. package/es/card/src/styles/rtl.cssr.js +4 -0
  465. package/es/card/styles/_common.d.ts +12 -0
  466. package/es/card/styles/_common.js +11 -0
  467. package/es/card/styles/dark.d.ts +3 -0
  468. package/es/card/styles/dark.js +13 -0
  469. package/es/card/styles/index.d.ts +4 -0
  470. package/es/card/styles/index.js +3 -0
  471. package/es/card/styles/light.d.ts +37 -0
  472. package/es/card/styles/light.js +12 -0
  473. package/es/card/styles/rtl.d.ts +5 -0
  474. package/es/card/styles/rtl.js +5 -0
  475. package/es/carousel/index.d.ts +2 -0
  476. package/es/carousel/index.js +1 -0
  477. package/es/carousel/src/Carousel.d.ts +135 -0
  478. package/es/carousel/src/Carousel.js +301 -0
  479. package/es/carousel/src/styles/index.cssr.d.ts +2 -0
  480. package/es/carousel/src/styles/index.cssr.js +114 -0
  481. package/es/carousel/styles/dark.d.ts +3 -0
  482. package/es/carousel/styles/dark.js +8 -0
  483. package/es/carousel/styles/index.d.ts +3 -0
  484. package/es/carousel/styles/index.js +2 -0
  485. package/es/carousel/styles/light.d.ts +12 -0
  486. package/es/carousel/styles/light.js +15 -0
  487. package/es/cascader/index.d.ts +3 -0
  488. package/es/cascader/index.js +1 -0
  489. package/es/cascader/src/Cascader.d.ts +2194 -0
  490. package/es/cascader/src/Cascader.js +738 -0
  491. package/es/cascader/src/CascaderMenu.d.ts +77 -0
  492. package/es/cascader/src/CascaderMenu.js +123 -0
  493. package/es/cascader/src/CascaderOption.d.ts +354 -0
  494. package/es/cascader/src/CascaderOption.js +180 -0
  495. package/es/cascader/src/CascaderSelectMenu.d.ts +393 -0
  496. package/es/cascader/src/CascaderSelectMenu.js +139 -0
  497. package/es/cascader/src/CascaderSubmenu.d.ts +362 -0
  498. package/es/cascader/src/CascaderSubmenu.js +65 -0
  499. package/es/cascader/src/interface.d.ts +71 -0
  500. package/es/cascader/src/interface.js +1 -0
  501. package/es/cascader/src/styles/index.cssr.d.ts +2 -0
  502. package/es/cascader/src/styles/index.cssr.js +131 -0
  503. package/es/cascader/src/utils.d.ts +14 -0
  504. package/es/cascader/src/utils.js +51 -0
  505. package/es/cascader/styles/dark.d.ts +3 -0
  506. package/es/cascader/styles/dark.js +18 -0
  507. package/es/cascader/styles/index.d.ts +3 -0
  508. package/es/cascader/styles/index.js +2 -0
  509. package/es/cascader/styles/light.d.ts +191 -0
  510. package/es/cascader/styles/light.js +38 -0
  511. package/es/checkbox/index.d.ts +4 -0
  512. package/es/checkbox/index.js +2 -0
  513. package/es/checkbox/src/CheckMark.d.ts +2 -0
  514. package/es/checkbox/src/CheckMark.js +3 -0
  515. package/es/checkbox/src/Checkbox.d.ts +534 -0
  516. package/es/checkbox/src/Checkbox.js +217 -0
  517. package/es/checkbox/src/CheckboxGroup.d.ts +84 -0
  518. package/es/checkbox/src/CheckboxGroup.js +130 -0
  519. package/es/checkbox/src/LineMark.d.ts +2 -0
  520. package/es/checkbox/src/LineMark.js +3 -0
  521. package/es/checkbox/src/interface.d.ts +2 -0
  522. package/es/checkbox/src/interface.js +1 -0
  523. package/es/checkbox/src/styles/index.cssr.d.ts +2 -0
  524. package/es/checkbox/src/styles/index.cssr.js +137 -0
  525. package/es/checkbox/styles/_common.d.ts +7 -0
  526. package/es/checkbox/styles/_common.js +6 -0
  527. package/es/checkbox/styles/dark.d.ts +3 -0
  528. package/es/checkbox/styles/dark.js +14 -0
  529. package/es/checkbox/styles/index.d.ts +3 -0
  530. package/es/checkbox/styles/index.js +2 -0
  531. package/es/checkbox/styles/light.d.ts +34 -0
  532. package/es/checkbox/styles/light.js +15 -0
  533. package/es/code/index.d.ts +2 -0
  534. package/es/code/index.js +1 -0
  535. package/es/code/src/Code.d.ts +206 -0
  536. package/es/code/src/Code.js +95 -0
  537. package/es/code/src/styles/index.cssr.d.ts +2 -0
  538. package/es/code/src/styles/index.cssr.js +81 -0
  539. package/es/code/styles/dark.d.ts +3 -0
  540. package/es/code/styles/dark.js +24 -0
  541. package/es/code/styles/index.d.ts +3 -0
  542. package/es/code/styles/index.js +2 -0
  543. package/es/code/styles/light.d.ts +20 -0
  544. package/es/code/styles/light.js +25 -0
  545. package/es/collapse/index.d.ts +4 -0
  546. package/es/collapse/index.js +2 -0
  547. package/es/collapse/src/Collapse.d.ts +305 -0
  548. package/es/collapse/src/Collapse.js +122 -0
  549. package/es/collapse/src/CollapseItem.d.ts +32 -0
  550. package/es/collapse/src/CollapseItem.js +95 -0
  551. package/es/collapse/src/CollapseItemContent.d.ts +25 -0
  552. package/es/collapse/src/CollapseItemContent.js +38 -0
  553. package/es/collapse/src/interface.d.ts +9 -0
  554. package/es/collapse/src/interface.js +1 -0
  555. package/es/collapse/src/styles/index.cssr.d.ts +2 -0
  556. package/es/collapse/src/styles/index.cssr.js +68 -0
  557. package/es/collapse/styles/dark.d.ts +3 -0
  558. package/es/collapse/styles/dark.js +8 -0
  559. package/es/collapse/styles/index.d.ts +3 -0
  560. package/es/collapse/styles/index.js +2 -0
  561. package/es/collapse/styles/light.d.ts +15 -0
  562. package/es/collapse/styles/light.js +19 -0
  563. package/es/collapse-transition/index.d.ts +2 -0
  564. package/es/collapse-transition/index.js +1 -0
  565. package/es/collapse-transition/src/CollapseTransition.d.ts +56 -0
  566. package/es/collapse-transition/src/CollapseTransition.js +35 -0
  567. package/es/collapse-transition/src/styles/index.cssr.d.ts +2 -0
  568. package/es/collapse-transition/src/styles/index.cssr.js +5 -0
  569. package/es/collapse-transition/styles/dark.d.ts +3 -0
  570. package/es/collapse-transition/styles/dark.js +8 -0
  571. package/es/collapse-transition/styles/index.d.ts +3 -0
  572. package/es/collapse-transition/styles/index.js +2 -0
  573. package/es/collapse-transition/styles/light.d.ts +9 -0
  574. package/es/collapse-transition/styles/light.js +13 -0
  575. package/es/color-picker/index.d.ts +2 -0
  576. package/es/color-picker/index.js +1 -0
  577. package/es/color-picker/src/AlphaSlider.d.ts +42 -0
  578. package/es/color-picker/src/AlphaSlider.js +102 -0
  579. package/es/color-picker/src/ColorInput.d.ts +61 -0
  580. package/es/color-picker/src/ColorInput.js +103 -0
  581. package/es/color-picker/src/ColorInputUnit.d.ts +419 -0
  582. package/es/color-picker/src/ColorInputUnit.js +148 -0
  583. package/es/color-picker/src/ColorPicker.d.ts +2591 -0
  584. package/es/color-picker/src/ColorPicker.js +407 -0
  585. package/es/color-picker/src/ColorPickerSwatches.d.ts +39 -0
  586. package/es/color-picker/src/ColorPickerSwatches.js +142 -0
  587. package/es/color-picker/src/ColorPickerTrigger.d.ts +32 -0
  588. package/es/color-picker/src/ColorPickerTrigger.js +37 -0
  589. package/es/color-picker/src/HueSlider.d.ts +31 -0
  590. package/es/color-picker/src/HueSlider.js +88 -0
  591. package/es/color-picker/src/Pallete.d.ts +47 -0
  592. package/es/color-picker/src/Pallete.js +91 -0
  593. package/es/color-picker/src/interface.d.ts +2 -0
  594. package/es/color-picker/src/interface.js +1 -0
  595. package/es/color-picker/src/styles/index.cssr.d.ts +2 -0
  596. package/es/color-picker/src/styles/index.cssr.js +155 -0
  597. package/es/color-picker/src/utils.d.ts +7 -0
  598. package/es/color-picker/src/utils.js +42 -0
  599. package/es/color-picker/styles/dark.d.ts +3 -0
  600. package/es/color-picker/styles/dark.js +14 -0
  601. package/es/color-picker/styles/index.d.ts +3 -0
  602. package/es/color-picker/styles/index.js +2 -0
  603. package/es/color-picker/styles/light.d.ts +290 -0
  604. package/es/color-picker/styles/light.js +32 -0
  605. package/es/components.d.ts +80 -0
  606. package/es/components.js +80 -0
  607. package/es/composables/index.d.ts +1 -0
  608. package/es/composables/index.js +1 -0
  609. package/es/composables/use-theme-vars.d.ts +3 -0
  610. package/es/composables/use-theme-vars.js +18 -0
  611. package/es/config-provider/index.d.ts +3 -0
  612. package/es/config-provider/index.js +2 -0
  613. package/es/config-provider/src/ConfigProvider.d.ts +380 -0
  614. package/es/config-provider/src/ConfigProvider.js +164 -0
  615. package/es/config-provider/src/config.d.ts +8 -0
  616. package/es/config-provider/src/config.js +8 -0
  617. package/es/config-provider/src/interface.d.ts +12 -0
  618. package/es/config-provider/src/interface.js +1 -0
  619. package/es/config-provider/src/internal-interface.d.ts +229 -0
  620. package/es/config-provider/src/internal-interface.js +1 -0
  621. package/es/create.d.ts +13 -0
  622. package/es/create.js +30 -0
  623. package/es/data-table/index.d.ts +3 -0
  624. package/es/data-table/index.js +1 -0
  625. package/es/data-table/src/DataTable.d.ts +6617 -0
  626. package/es/data-table/src/DataTable.js +305 -0
  627. package/es/data-table/src/HeaderButton/FilterButton.d.ts +968 -0
  628. package/es/data-table/src/HeaderButton/FilterButton.js +108 -0
  629. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1006 -0
  630. package/es/data-table/src/HeaderButton/FilterMenu.js +130 -0
  631. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +28 -0
  632. package/es/data-table/src/HeaderButton/RenderFilter.js +25 -0
  633. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +21 -0
  634. package/es/data-table/src/HeaderButton/RenderSorter.js +21 -0
  635. package/es/data-table/src/HeaderButton/SortButton.d.ts +18 -0
  636. package/es/data-table/src/HeaderButton/SortButton.js +52 -0
  637. package/es/data-table/src/MainTable.d.ts +20 -0
  638. package/es/data-table/src/MainTable.js +73 -0
  639. package/es/data-table/src/TableParts/Body.d.ts +1011 -0
  640. package/es/data-table/src/TableParts/Body.js +408 -0
  641. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +25 -0
  642. package/es/data-table/src/TableParts/BodyCheckbox.js +30 -0
  643. package/es/data-table/src/TableParts/Cell.d.ts +1906 -0
  644. package/es/data-table/src/TableParts/Cell.js +46 -0
  645. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +23 -0
  646. package/es/data-table/src/TableParts/ExpandTrigger.js +24 -0
  647. package/es/data-table/src/TableParts/Header.d.ts +975 -0
  648. package/es/data-table/src/TableParts/Header.js +127 -0
  649. package/es/data-table/src/TableParts/SelectionMenu.d.ts +18 -0
  650. package/es/data-table/src/TableParts/SelectionMenu.js +74 -0
  651. package/es/data-table/src/interface.d.ts +220 -0
  652. package/es/data-table/src/interface.js +1 -0
  653. package/es/data-table/src/styles/index.cssr.d.ts +3 -0
  654. package/es/data-table/src/styles/index.cssr.js +354 -0
  655. package/es/data-table/src/use-check.d.ts +21 -0
  656. package/es/data-table/src/use-check.js +117 -0
  657. package/es/data-table/src/use-expand.d.ts +7 -0
  658. package/es/data-table/src/use-expand.js +34 -0
  659. package/es/data-table/src/use-group-header.d.ts +20 -0
  660. package/es/data-table/src/use-group-header.js +102 -0
  661. package/es/data-table/src/use-scroll.d.ts +27 -0
  662. package/es/data-table/src/use-scroll.js +185 -0
  663. package/es/data-table/src/use-sorter.d.ts +20 -0
  664. package/es/data-table/src/use-sorter.js +191 -0
  665. package/es/data-table/src/use-table-data.d.ts +36 -0
  666. package/es/data-table/src/use-table-data.js +296 -0
  667. package/es/data-table/src/utils.d.ts +15 -0
  668. package/es/data-table/src/utils.js +88 -0
  669. package/es/data-table/styles/_common.d.ts +15 -0
  670. package/es/data-table/styles/_common.js +14 -0
  671. package/es/data-table/styles/dark.d.ts +3 -0
  672. package/es/data-table/styles/dark.js +31 -0
  673. package/es/data-table/styles/index.d.ts +3 -0
  674. package/es/data-table/styles/index.js +2 -0
  675. package/es/data-table/styles/light.d.ts +638 -0
  676. package/es/data-table/styles/light.js +42 -0
  677. package/es/date-picker/index.d.ts +2 -0
  678. package/es/date-picker/index.js +1 -0
  679. package/es/date-picker/src/DatePicker.d.ts +6607 -0
  680. package/es/date-picker/src/DatePicker.js +609 -0
  681. package/es/date-picker/src/config.d.ts +2 -0
  682. package/es/date-picker/src/config.js +3 -0
  683. package/es/date-picker/src/interface.d.ts +50 -0
  684. package/es/date-picker/src/interface.js +1 -0
  685. package/es/date-picker/src/panel/date.d.ts +1125 -0
  686. package/es/date-picker/src/panel/date.js +77 -0
  687. package/es/date-picker/src/panel/daterange.d.ts +1119 -0
  688. package/es/date-picker/src/panel/daterange.js +105 -0
  689. package/es/date-picker/src/panel/datetime.d.ts +1131 -0
  690. package/es/date-picker/src/panel/datetime.js +74 -0
  691. package/es/date-picker/src/panel/datetimerange.d.ts +1119 -0
  692. package/es/date-picker/src/panel/datetimerange.js +112 -0
  693. package/es/date-picker/src/panel/month.d.ts +1146 -0
  694. package/es/date-picker/src/panel/month.js +77 -0
  695. package/es/date-picker/src/panel/use-calendar.d.ts +1122 -0
  696. package/es/date-picker/src/panel/use-calendar.js +229 -0
  697. package/es/date-picker/src/panel/use-dual-calendar.d.ts +1122 -0
  698. package/es/date-picker/src/panel/use-dual-calendar.js +451 -0
  699. package/es/date-picker/src/panel/use-panel-common.d.ts +1063 -0
  700. package/es/date-picker/src/panel/use-panel-common.js +135 -0
  701. package/es/date-picker/src/styles/index.cssr.d.ts +2 -0
  702. package/es/date-picker/src/styles/index.cssr.js +321 -0
  703. package/es/date-picker/src/utils.d.ts +47 -0
  704. package/es/date-picker/src/utils.js +148 -0
  705. package/es/date-picker/src/validation-utils.d.ts +26 -0
  706. package/es/date-picker/src/validation-utils.js +178 -0
  707. package/es/date-picker/styles/_common.d.ts +26 -0
  708. package/es/date-picker/styles/_common.js +26 -0
  709. package/es/date-picker/styles/dark.d.ts +3 -0
  710. package/es/date-picker/styles/dark.js +26 -0
  711. package/es/date-picker/styles/index.d.ts +3 -0
  712. package/es/date-picker/styles/index.js +2 -0
  713. package/es/date-picker/styles/light.d.ts +645 -0
  714. package/es/date-picker/styles/light.js +25 -0
  715. package/es/descriptions/index.d.ts +4 -0
  716. package/es/descriptions/index.js +2 -0
  717. package/es/descriptions/src/Descriptions.d.ts +393 -0
  718. package/es/descriptions/src/Descriptions.js +139 -0
  719. package/es/descriptions/src/DescriptionsItem.d.ts +35 -0
  720. package/es/descriptions/src/DescriptionsItem.js +19 -0
  721. package/es/descriptions/src/styles/index.cssr.d.ts +2 -0
  722. package/es/descriptions/src/styles/index.cssr.js +118 -0
  723. package/es/descriptions/src/utils.d.ts +3 -0
  724. package/es/descriptions/src/utils.js +7 -0
  725. package/es/descriptions/styles/_common.d.ts +15 -0
  726. package/es/descriptions/styles/_common.js +14 -0
  727. package/es/descriptions/styles/dark.d.ts +3 -0
  728. package/es/descriptions/styles/dark.js +8 -0
  729. package/es/descriptions/styles/index.d.ts +3 -0
  730. package/es/descriptions/styles/index.js +2 -0
  731. package/es/descriptions/styles/light.d.ts +37 -0
  732. package/es/descriptions/styles/light.js +16 -0
  733. package/es/dialog/index.d.ts +5 -0
  734. package/es/dialog/index.js +3 -0
  735. package/es/dialog/src/Dialog.d.ts +1807 -0
  736. package/es/dialog/src/Dialog.js +144 -0
  737. package/es/dialog/src/DialogEnvironment.d.ts +136 -0
  738. package/es/dialog/src/DialogEnvironment.js +96 -0
  739. package/es/dialog/src/DialogProvider.d.ts +78 -0
  740. package/es/dialog/src/DialogProvider.js +73 -0
  741. package/es/dialog/src/interface.d.ts +1 -0
  742. package/es/dialog/src/interface.js +1 -0
  743. package/es/dialog/src/styles/index.cssr.d.ts +2 -0
  744. package/es/dialog/src/styles/index.cssr.js +88 -0
  745. package/es/dialog/src/use-dialog.d.ts +2 -0
  746. package/es/dialog/src/use-dialog.js +10 -0
  747. package/es/dialog/styles/_common.d.ts +13 -0
  748. package/es/dialog/styles/_common.js +12 -0
  749. package/es/dialog/styles/dark.d.ts +3 -0
  750. package/es/dialog/styles/dark.js +12 -0
  751. package/es/dialog/styles/index.d.ts +3 -0
  752. package/es/dialog/styles/index.js +2 -0
  753. package/es/dialog/styles/light.d.ts +256 -0
  754. package/es/dialog/styles/light.js +18 -0
  755. package/es/divider/index.d.ts +2 -0
  756. package/es/divider/index.js +1 -0
  757. package/es/divider/src/Divider.d.ts +89 -0
  758. package/es/divider/src/Divider.js +44 -0
  759. package/es/divider/src/styles/index.cssr.d.ts +2 -0
  760. package/es/divider/src/styles/index.cssr.js +58 -0
  761. package/es/divider/styles/dark.d.ts +3 -0
  762. package/es/divider/styles/dark.js +8 -0
  763. package/es/divider/styles/index.d.ts +3 -0
  764. package/es/divider/styles/index.js +2 -0
  765. package/es/divider/styles/light.d.ts +11 -0
  766. package/es/divider/styles/light.js +15 -0
  767. package/es/drawer/index.d.ts +4 -0
  768. package/es/drawer/index.js +2 -0
  769. package/es/drawer/src/Drawer.d.ts +545 -0
  770. package/es/drawer/src/Drawer.js +174 -0
  771. package/es/drawer/src/DrawerBodyWrapper.d.ts +180 -0
  772. package/es/drawer/src/DrawerBodyWrapper.js +85 -0
  773. package/es/drawer/src/DrawerContent.d.ts +192 -0
  774. package/es/drawer/src/DrawerContent.js +49 -0
  775. package/es/drawer/src/interface.d.ts +12 -0
  776. package/es/drawer/src/interface.js +2 -0
  777. package/es/drawer/src/styles/index.cssr.d.ts +2 -0
  778. package/es/drawer/src/styles/index.cssr.js +116 -0
  779. package/es/drawer/styles/dark.d.ts +3 -0
  780. package/es/drawer/styles/dark.js +12 -0
  781. package/es/drawer/styles/index.d.ts +3 -0
  782. package/es/drawer/styles/index.js +2 -0
  783. package/es/drawer/styles/light.d.ts +45 -0
  784. package/es/drawer/styles/light.js +33 -0
  785. package/es/dropdown/index.d.ts +3 -0
  786. package/es/dropdown/index.js +1 -0
  787. package/es/dropdown/src/Dropdown.d.ts +1157 -0
  788. package/es/dropdown/src/Dropdown.js +316 -0
  789. package/es/dropdown/src/DropdownDivider.d.ts +11 -0
  790. package/es/dropdown/src/DropdownDivider.js +13 -0
  791. package/es/dropdown/src/DropdownGroup.d.ts +28 -0
  792. package/es/dropdown/src/DropdownGroup.js +42 -0
  793. package/es/dropdown/src/DropdownGroupHeader.d.ts +22 -0
  794. package/es/dropdown/src/DropdownGroupHeader.js +49 -0
  795. package/es/dropdown/src/DropdownMenu.d.ts +42 -0
  796. package/es/dropdown/src/DropdownMenu.js +78 -0
  797. package/es/dropdown/src/DropdownOption.d.ts +60 -0
  798. package/es/dropdown/src/DropdownOption.js +213 -0
  799. package/es/dropdown/src/DropdownRenderOption.d.ts +14 -0
  800. package/es/dropdown/src/DropdownRenderOption.js +14 -0
  801. package/es/dropdown/src/interface.d.ts +41 -0
  802. package/es/dropdown/src/interface.js +1 -0
  803. package/es/dropdown/src/styles/index.cssr.d.ts +2 -0
  804. package/es/dropdown/src/styles/index.cssr.js +128 -0
  805. package/es/dropdown/src/utils.d.ts +5 -0
  806. package/es/dropdown/src/utils.js +13 -0
  807. package/es/dropdown/styles/_common.d.ts +24 -0
  808. package/es/dropdown/styles/_common.js +23 -0
  809. package/es/dropdown/styles/dark.d.ts +3 -0
  810. package/es/dropdown/styles/dark.js +21 -0
  811. package/es/dropdown/styles/index.d.ts +3 -0
  812. package/es/dropdown/styles/index.js +2 -0
  813. package/es/dropdown/styles/light.d.ts +129 -0
  814. package/es/dropdown/styles/light.js +26 -0
  815. package/es/dynamic-input/index.d.ts +2 -0
  816. package/es/dynamic-input/index.js +1 -0
  817. package/es/dynamic-input/src/DynamicInput.d.ts +2863 -0
  818. package/es/dynamic-input/src/DynamicInput.js +228 -0
  819. package/es/dynamic-input/src/InputPreset.d.ts +408 -0
  820. package/es/dynamic-input/src/InputPreset.js +36 -0
  821. package/es/dynamic-input/src/PairPreset.d.ts +429 -0
  822. package/es/dynamic-input/src/PairPreset.js +52 -0
  823. package/es/dynamic-input/src/interface.d.ts +11 -0
  824. package/es/dynamic-input/src/interface.js +1 -0
  825. package/es/dynamic-input/src/styles/index.cssr.d.ts +2 -0
  826. package/es/dynamic-input/src/styles/index.cssr.js +35 -0
  827. package/es/dynamic-input/styles/_common.d.ts +4 -0
  828. package/es/dynamic-input/styles/_common.js +3 -0
  829. package/es/dynamic-input/styles/dark.d.ts +3 -0
  830. package/es/dynamic-input/styles/dark.js +16 -0
  831. package/es/dynamic-input/styles/index.d.ts +3 -0
  832. package/es/dynamic-input/styles/index.js +2 -0
  833. package/es/dynamic-input/styles/light.d.ts +265 -0
  834. package/es/dynamic-input/styles/light.js +18 -0
  835. package/es/dynamic-tags/index.d.ts +2 -0
  836. package/es/dynamic-tags/index.js +1 -0
  837. package/es/dynamic-tags/src/DynamicTags.d.ts +3529 -0
  838. package/es/dynamic-tags/src/DynamicTags.js +148 -0
  839. package/es/dynamic-tags/src/interface.d.ts +1 -0
  840. package/es/dynamic-tags/src/interface.js +1 -0
  841. package/es/dynamic-tags/src/styles/index.cssr.d.ts +2 -0
  842. package/es/dynamic-tags/src/styles/index.cssr.js +6 -0
  843. package/es/dynamic-tags/styles/dark.d.ts +3 -0
  844. package/es/dynamic-tags/styles/dark.js +21 -0
  845. package/es/dynamic-tags/styles/index.d.ts +3 -0
  846. package/es/dynamic-tags/styles/index.js +2 -0
  847. package/es/dynamic-tags/styles/light.d.ts +330 -0
  848. package/es/dynamic-tags/styles/light.js +22 -0
  849. package/es/element/index.d.ts +2 -0
  850. package/es/element/index.js +1 -0
  851. package/es/element/src/Element.d.ts +37 -0
  852. package/es/element/src/Element.js +36 -0
  853. package/es/element/styles/dark.d.ts +3 -0
  854. package/es/element/styles/dark.js +6 -0
  855. package/es/element/styles/index.d.ts +3 -0
  856. package/es/element/styles/index.js +2 -0
  857. package/es/element/styles/light.d.ts +4 -0
  858. package/es/element/styles/light.js +6 -0
  859. package/es/ellipsis/index.d.ts +2 -0
  860. package/es/ellipsis/index.js +1 -0
  861. package/es/ellipsis/src/Ellipsis.d.ts +406 -0
  862. package/es/ellipsis/src/Ellipsis.js +151 -0
  863. package/es/ellipsis/src/styles/index.cssr.d.ts +2 -0
  864. package/es/ellipsis/src/styles/index.cssr.js +14 -0
  865. package/es/ellipsis/styles/dark.d.ts +3 -0
  866. package/es/ellipsis/styles/dark.js +10 -0
  867. package/es/ellipsis/styles/index.d.ts +3 -0
  868. package/es/ellipsis/styles/index.js +2 -0
  869. package/es/ellipsis/styles/light.d.ts +26 -0
  870. package/es/ellipsis/styles/light.js +11 -0
  871. package/es/empty/index.d.ts +2 -0
  872. package/es/empty/index.js +1 -0
  873. package/es/empty/src/Empty.d.ts +181 -0
  874. package/es/empty/src/Empty.js +67 -0
  875. package/es/empty/src/styles/index.cssr.d.ts +2 -0
  876. package/es/empty/src/styles/index.cssr.js +31 -0
  877. package/es/empty/styles/_common.d.ts +7 -0
  878. package/es/empty/styles/_common.js +6 -0
  879. package/es/empty/styles/dark.d.ts +3 -0
  880. package/es/empty/styles/dark.js +8 -0
  881. package/es/empty/styles/index.d.ts +3 -0
  882. package/es/empty/styles/index.js +2 -0
  883. package/es/empty/styles/light.d.ts +19 -0
  884. package/es/empty/styles/light.js +15 -0
  885. package/es/form/index.d.ts +11 -0
  886. package/es/form/index.js +6 -0
  887. package/es/form/src/Feedbacks.d.ts +19 -0
  888. package/es/form/src/Feedbacks.js +17 -0
  889. package/es/form/src/Form.d.ts +394 -0
  890. package/es/form/src/Form.js +103 -0
  891. package/es/form/src/FormItem.d.ts +430 -0
  892. package/es/form/src/FormItem.js +291 -0
  893. package/es/form/src/FormItemCol.d.ts +437 -0
  894. package/es/form/src/FormItemCol.js +37 -0
  895. package/es/form/src/FormItemGridItem.d.ts +443 -0
  896. package/es/form/src/FormItemGridItem.js +39 -0
  897. package/es/form/src/FormItemRow.d.ts +455 -0
  898. package/es/form/src/FormItemRow.js +36 -0
  899. package/es/form/src/interface.d.ts +49 -0
  900. package/es/form/src/interface.js +2 -0
  901. package/es/form/src/styles/form-item.cssr.d.ts +2 -0
  902. package/es/form/src/styles/form-item.cssr.js +92 -0
  903. package/es/form/src/styles/form.cssr.d.ts +2 -0
  904. package/es/form/src/styles/form.cssr.js +12 -0
  905. package/es/form/src/utils.d.ts +21 -0
  906. package/es/form/src/utils.js +155 -0
  907. package/es/form/styles/_common.d.ts +26 -0
  908. package/es/form/styles/_common.js +25 -0
  909. package/es/form/styles/dark.d.ts +3 -0
  910. package/es/form/styles/dark.js +8 -0
  911. package/es/form/styles/index.d.ts +3 -0
  912. package/es/form/styles/index.js +2 -0
  913. package/es/form/styles/light.d.ts +37 -0
  914. package/es/form/styles/light.js +12 -0
  915. package/es/global-style/index.d.ts +1 -0
  916. package/es/global-style/index.js +1 -0
  917. package/es/global-style/src/GlobalStyle.d.ts +2 -0
  918. package/es/global-style/src/GlobalStyle.js +53 -0
  919. package/es/gradient-text/index.d.ts +2 -0
  920. package/es/gradient-text/index.js +1 -0
  921. package/es/gradient-text/src/GradientText.d.ts +185 -0
  922. package/es/gradient-text/src/GradientText.js +73 -0
  923. package/es/gradient-text/src/styles/index.cssr.d.ts +2 -0
  924. package/es/gradient-text/src/styles/index.cssr.js +19 -0
  925. package/es/gradient-text/styles/dark.d.ts +3 -0
  926. package/es/gradient-text/styles/dark.js +23 -0
  927. package/es/gradient-text/styles/index.d.ts +3 -0
  928. package/es/gradient-text/styles/index.js +2 -0
  929. package/es/gradient-text/styles/light.d.ts +20 -0
  930. package/es/gradient-text/styles/light.js +25 -0
  931. package/es/grid/index.d.ts +5 -0
  932. package/es/grid/index.js +3 -0
  933. package/es/grid/src/Grid.d.ts +96 -0
  934. package/es/grid/src/Grid.js +192 -0
  935. package/es/grid/src/GridItem.d.ts +72 -0
  936. package/es/grid/src/GridItem.js +59 -0
  937. package/es/icon/index.d.ts +1 -0
  938. package/es/icon/index.js +2 -0
  939. package/es/icon/src/Icon.d.ts +82 -0
  940. package/es/icon/src/Icon.js +58 -0
  941. package/es/icon/src/styles/index.cssr.d.ts +2 -0
  942. package/es/icon/src/styles/index.cssr.js +25 -0
  943. package/es/icon/styles/dark.d.ts +3 -0
  944. package/es/icon/styles/dark.js +8 -0
  945. package/es/icon/styles/index.d.ts +3 -0
  946. package/es/icon/styles/index.js +2 -0
  947. package/es/icon/styles/light.d.ts +14 -0
  948. package/es/icon/styles/light.js +18 -0
  949. package/es/image/index.d.ts +4 -0
  950. package/es/image/index.js +2 -0
  951. package/es/image/src/Image.d.ts +87 -0
  952. package/es/image/src/Image.js +59 -0
  953. package/es/image/src/ImageGroup.d.ts +36 -0
  954. package/es/image/src/ImageGroup.js +64 -0
  955. package/es/image/src/ImagePreview.d.ts +53 -0
  956. package/es/image/src/ImagePreview.js +254 -0
  957. package/es/image/src/icons.d.ts +2 -0
  958. package/es/image/src/icons.js +5 -0
  959. package/es/image/src/styles/index.cssr.d.ts +2 -0
  960. package/es/image/src/styles/index.cssr.js +62 -0
  961. package/es/image/styles/dark.d.ts +2 -0
  962. package/es/image/styles/dark.js +11 -0
  963. package/es/image/styles/index.d.ts +3 -0
  964. package/es/image/styles/index.js +2 -0
  965. package/es/image/styles/light.d.ts +9 -0
  966. package/es/image/styles/light.js +12 -0
  967. package/es/index.d.ts +11 -0
  968. package/es/index.js +13 -0
  969. package/es/input/index.d.ts +7 -0
  970. package/es/input/index.js +3 -0
  971. package/es/input/src/Input.d.ts +1104 -0
  972. package/es/input/src/Input.js +740 -0
  973. package/es/input/src/InputGroup.d.ts +21 -0
  974. package/es/input/src/InputGroup.js +19 -0
  975. package/es/input/src/InputGroupLabel.d.ts +591 -0
  976. package/es/input/src/InputGroupLabel.js +44 -0
  977. package/es/input/src/WordCount.d.ts +2 -0
  978. package/es/input/src/WordCount.js +30 -0
  979. package/es/input/src/interface.d.ts +20 -0
  980. package/es/input/src/interface.js +1 -0
  981. package/es/input/src/styles/input-group-label.cssr.d.ts +2 -0
  982. package/es/input/src/styles/input-group-label.cssr.js +35 -0
  983. package/es/input/src/styles/input-group.cssr.d.ts +2 -0
  984. package/es/input/src/styles/input-group.cssr.js +57 -0
  985. package/es/input/src/styles/input.cssr.d.ts +2 -0
  986. package/es/input/src/styles/input.cssr.js +278 -0
  987. package/es/input/src/utils.d.ts +2 -0
  988. package/es/input/src/utils.js +11 -0
  989. package/es/input/styles/_common.d.ts +8 -0
  990. package/es/input/styles/_common.js +7 -0
  991. package/es/input/styles/dark.d.ts +3 -0
  992. package/es/input/styles/dark.js +35 -0
  993. package/es/input/styles/index.d.ts +3 -0
  994. package/es/input/styles/index.js +2 -0
  995. package/es/input/styles/light.d.ts +66 -0
  996. package/es/input/styles/light.js +36 -0
  997. package/es/input-number/index.d.ts +3 -0
  998. package/es/input-number/index.js +1 -0
  999. package/es/input-number/src/InputNumber.d.ts +2889 -0
  1000. package/es/input-number/src/InputNumber.js +367 -0
  1001. package/es/input-number/src/interface.d.ts +5 -0
  1002. package/es/input-number/src/interface.js +1 -0
  1003. package/es/input-number/src/styles/input-number.cssr.d.ts +2 -0
  1004. package/es/input-number/src/styles/input-number.cssr.js +5 -0
  1005. package/es/input-number/src/utils.d.ts +4 -0
  1006. package/es/input-number/src/utils.js +41 -0
  1007. package/es/input-number/styles/dark.d.ts +3 -0
  1008. package/es/input-number/styles/dark.js +18 -0
  1009. package/es/input-number/styles/index.d.ts +3 -0
  1010. package/es/input-number/styles/index.js +2 -0
  1011. package/es/input-number/styles/light.d.ts +266 -0
  1012. package/es/input-number/styles/light.js +20 -0
  1013. package/es/jest-setup.d.ts +0 -0
  1014. package/es/jest-setup.js +5 -0
  1015. package/es/layout/index.d.ts +10 -0
  1016. package/es/layout/index.js +5 -0
  1017. package/es/layout/src/Layout.d.ts +802 -0
  1018. package/es/layout/src/Layout.js +89 -0
  1019. package/es/layout/src/LayoutContent.d.ts +388 -0
  1020. package/es/layout/src/LayoutContent.js +2 -0
  1021. package/es/layout/src/LayoutFooter.d.ts +308 -0
  1022. package/es/layout/src/LayoutFooter.js +43 -0
  1023. package/es/layout/src/LayoutHeader.d.ts +224 -0
  1024. package/es/layout/src/LayoutHeader.js +50 -0
  1025. package/es/layout/src/LayoutSider.d.ts +513 -0
  1026. package/es/layout/src/LayoutSider.js +216 -0
  1027. package/es/layout/src/ToggleBar.d.ts +16 -0
  1028. package/es/layout/src/ToggleBar.js +16 -0
  1029. package/es/layout/src/ToggleButton.d.ts +16 -0
  1030. package/es/layout/src/ToggleButton.js +20 -0
  1031. package/es/layout/src/interface.d.ts +13 -0
  1032. package/es/layout/src/interface.js +5 -0
  1033. package/es/layout/src/styles/layout-footer.cssr.d.ts +2 -0
  1034. package/es/layout/src/styles/layout-footer.cssr.js +23 -0
  1035. package/es/layout/src/styles/layout-header.cssr.d.ts +2 -0
  1036. package/es/layout/src/styles/layout-header.cssr.js +24 -0
  1037. package/es/layout/src/styles/layout-sider.cssr.d.ts +2 -0
  1038. package/es/layout/src/styles/layout-sider.cssr.js +132 -0
  1039. package/es/layout/src/styles/layout.cssr.d.ts +2 -0
  1040. package/es/layout/src/styles/layout.cssr.js +28 -0
  1041. package/es/layout/styles/dark.d.ts +3 -0
  1042. package/es/layout/styles/dark.js +39 -0
  1043. package/es/layout/styles/index.d.ts +3 -0
  1044. package/es/layout/styles/index.js +2 -0
  1045. package/es/layout/styles/light.d.ts +59 -0
  1046. package/es/layout/styles/light.js +42 -0
  1047. package/es/legacy-grid/index.d.ts +4 -0
  1048. package/es/legacy-grid/index.js +2 -0
  1049. package/es/legacy-grid/src/Col.d.ts +62 -0
  1050. package/es/legacy-grid/src/Col.js +56 -0
  1051. package/es/legacy-grid/src/Row.d.ts +43 -0
  1052. package/es/legacy-grid/src/Row.js +58 -0
  1053. package/es/legacy-grid/src/interface.d.ts +1 -0
  1054. package/es/legacy-grid/src/interface.js +1 -0
  1055. package/es/legacy-grid/src/styles/index.cssr.d.ts +2 -0
  1056. package/es/legacy-grid/src/styles/index.cssr.js +32 -0
  1057. package/es/list/index.d.ts +3 -0
  1058. package/es/list/index.js +2 -0
  1059. package/es/list/src/List.d.ts +154 -0
  1060. package/es/list/src/List.js +51 -0
  1061. package/es/list/src/ListItem.d.ts +4 -0
  1062. package/es/list/src/ListItem.js +22 -0
  1063. package/es/list/src/styles/index.cssr.d.ts +2 -0
  1064. package/es/list/src/styles/index.cssr.js +65 -0
  1065. package/es/list/styles/dark.d.ts +3 -0
  1066. package/es/list/styles/dark.js +8 -0
  1067. package/es/list/styles/index.d.ts +3 -0
  1068. package/es/list/styles/index.js +2 -0
  1069. package/es/list/styles/light.d.ts +17 -0
  1070. package/es/list/styles/light.js +22 -0
  1071. package/es/loading-bar/index.d.ts +3 -0
  1072. package/es/loading-bar/index.js +2 -0
  1073. package/es/loading-bar/src/LoadingBar.d.ts +20 -0
  1074. package/es/loading-bar/src/LoadingBar.js +145 -0
  1075. package/es/loading-bar/src/LoadingBarProvider.d.ts +106 -0
  1076. package/es/loading-bar/src/LoadingBarProvider.js +74 -0
  1077. package/es/loading-bar/src/styles/index.cssr.d.ts +2 -0
  1078. package/es/loading-bar/src/styles/index.cssr.js +35 -0
  1079. package/es/loading-bar/src/use-loading-bar.d.ts +2 -0
  1080. package/es/loading-bar/src/use-loading-bar.js +10 -0
  1081. package/es/loading-bar/styles/dark.d.ts +3 -0
  1082. package/es/loading-bar/styles/dark.js +14 -0
  1083. package/es/loading-bar/styles/index.d.ts +3 -0
  1084. package/es/loading-bar/styles/index.js +2 -0
  1085. package/es/loading-bar/styles/light.d.ts +11 -0
  1086. package/es/loading-bar/styles/light.js +15 -0
  1087. package/es/locales/common/enUS.d.ts +94 -0
  1088. package/es/locales/common/enUS.js +93 -0
  1089. package/es/locales/common/jaJP.d.ts +3 -0
  1090. package/es/locales/common/jaJP.js +93 -0
  1091. package/es/locales/common/ruRU.d.ts +3 -0
  1092. package/es/locales/common/ruRU.js +93 -0
  1093. package/es/locales/common/ukUA.d.ts +3 -0
  1094. package/es/locales/common/ukUA.js +93 -0
  1095. package/es/locales/common/zhCN.d.ts +3 -0
  1096. package/es/locales/common/zhCN.js +93 -0
  1097. package/es/locales/date/enUS.d.ts +8 -0
  1098. package/es/locales/date/enUS.js +6 -0
  1099. package/es/locales/date/jaJP.d.ts +3 -0
  1100. package/es/locales/date/jaJP.js +6 -0
  1101. package/es/locales/date/ruRU.d.ts +3 -0
  1102. package/es/locales/date/ruRU.js +6 -0
  1103. package/es/locales/date/ukUA.d.ts +3 -0
  1104. package/es/locales/date/ukUA.js +6 -0
  1105. package/es/locales/date/zhCN.d.ts +3 -0
  1106. package/es/locales/date/zhCN.js +6 -0
  1107. package/es/locales/index.d.ts +12 -0
  1108. package/es/locales/index.js +10 -0
  1109. package/es/log/index.d.ts +2 -0
  1110. package/es/log/index.js +1 -0
  1111. package/es/log/src/Log.d.ts +550 -0
  1112. package/es/log/src/Log.js +206 -0
  1113. package/es/log/src/LogLine.d.ts +16 -0
  1114. package/es/log/src/LogLine.js +50 -0
  1115. package/es/log/src/LogLoader.d.ts +15 -0
  1116. package/es/log/src/LogLoader.js +23 -0
  1117. package/es/log/src/styles/index.cssr.d.ts +2 -0
  1118. package/es/log/src/styles/index.cssr.js +56 -0
  1119. package/es/log/styles/dark.d.ts +3 -0
  1120. package/es/log/styles/dark.js +22 -0
  1121. package/es/log/styles/index.d.ts +3 -0
  1122. package/es/log/styles/index.js +2 -0
  1123. package/es/log/styles/light.d.ts +37 -0
  1124. package/es/log/styles/light.js +24 -0
  1125. package/es/mention/index.d.ts +3 -0
  1126. package/es/mention/index.js +1 -0
  1127. package/es/mention/src/Mention.d.ts +1505 -0
  1128. package/es/mention/src/Mention.js +340 -0
  1129. package/es/mention/src/interface.d.ts +2 -0
  1130. package/es/mention/src/interface.js +1 -0
  1131. package/es/mention/src/styles/index.cssr.d.ts +2 -0
  1132. package/es/mention/src/styles/index.cssr.js +6 -0
  1133. package/es/mention/src/utils.d.ts +65 -0
  1134. package/es/mention/src/utils.js +205 -0
  1135. package/es/mention/styles/dark.d.ts +3 -0
  1136. package/es/mention/styles/dark.js +18 -0
  1137. package/es/mention/styles/index.d.ts +3 -0
  1138. package/es/mention/styles/index.js +2 -0
  1139. package/es/mention/styles/light.d.ts +123 -0
  1140. package/es/mention/styles/light.js +20 -0
  1141. package/es/menu/index.d.ts +3 -0
  1142. package/es/menu/index.js +1 -0
  1143. package/es/menu/src/Menu.d.ts +1015 -0
  1144. package/es/menu/src/Menu.js +247 -0
  1145. package/es/menu/src/MenuOption.d.ts +534 -0
  1146. package/es/menu/src/MenuOption.js +74 -0
  1147. package/es/menu/src/MenuOptionContent.d.ts +350 -0
  1148. package/es/menu/src/MenuOptionContent.js +82 -0
  1149. package/es/menu/src/MenuOptionGroup.d.ts +61 -0
  1150. package/es/menu/src/MenuOptionGroup.js +37 -0
  1151. package/es/menu/src/Submenu.d.ts +387 -0
  1152. package/es/menu/src/Submenu.js +119 -0
  1153. package/es/menu/src/interface.d.ts +34 -0
  1154. package/es/menu/src/interface.js +1 -0
  1155. package/es/menu/src/styles/index.cssr.d.ts +3 -0
  1156. package/es/menu/src/styles/index.cssr.js +200 -0
  1157. package/es/menu/src/use-menu-child-props.d.ts +16 -0
  1158. package/es/menu/src/use-menu-child-props.js +14 -0
  1159. package/es/menu/src/use-menu-child.d.ts +40 -0
  1160. package/es/menu/src/use-menu-child.js +84 -0
  1161. package/es/menu/src/useCheckDeprecated.d.ts +2 -0
  1162. package/es/menu/src/useCheckDeprecated.js +24 -0
  1163. package/es/menu/src/utils.d.ts +5 -0
  1164. package/es/menu/src/utils.js +31 -0
  1165. package/es/menu/styles/dark.d.ts +3 -0
  1166. package/es/menu/styles/dark.js +21 -0
  1167. package/es/menu/styles/index.d.ts +3 -0
  1168. package/es/menu/styles/index.js +2 -0
  1169. package/es/menu/styles/light.d.ts +123 -0
  1170. package/es/menu/styles/light.js +35 -0
  1171. package/es/message/index.d.ts +3 -0
  1172. package/es/message/index.js +2 -0
  1173. package/es/message/src/Message.d.ts +67 -0
  1174. package/es/message/src/Message.js +84 -0
  1175. package/es/message/src/MessageEnvironment.d.ts +74 -0
  1176. package/es/message/src/MessageEnvironment.js +91 -0
  1177. package/es/message/src/MessageProvider.d.ts +560 -0
  1178. package/es/message/src/MessageProvider.js +97 -0
  1179. package/es/message/src/message-props.d.ts +15 -0
  1180. package/es/message/src/message-props.js +13 -0
  1181. package/es/message/src/styles/index.cssr.d.ts +2 -0
  1182. package/es/message/src/styles/index.cssr.js +127 -0
  1183. package/es/message/src/use-message.d.ts +2 -0
  1184. package/es/message/src/use-message.js +10 -0
  1185. package/es/message/styles/_common.d.ts +12 -0
  1186. package/es/message/styles/_common.js +11 -0
  1187. package/es/message/styles/dark.d.ts +3 -0
  1188. package/es/message/styles/dark.js +8 -0
  1189. package/es/message/styles/index.d.ts +3 -0
  1190. package/es/message/styles/index.js +2 -0
  1191. package/es/message/styles/light.d.ts +55 -0
  1192. package/es/message/styles/light.js +13 -0
  1193. package/es/modal/index.d.ts +2 -0
  1194. package/es/modal/index.js +1 -0
  1195. package/es/modal/src/BodyWrapper.d.ts +741 -0
  1196. package/es/modal/src/BodyWrapper.js +175 -0
  1197. package/es/modal/src/Modal.d.ts +3485 -0
  1198. package/es/modal/src/Modal.js +206 -0
  1199. package/es/modal/src/interface.d.ts +16 -0
  1200. package/es/modal/src/interface.js +2 -0
  1201. package/es/modal/src/presetProps.d.ts +41 -0
  1202. package/es/modal/src/presetProps.js +6 -0
  1203. package/es/modal/src/styles/index.cssr.d.ts +2 -0
  1204. package/es/modal/src/styles/index.cssr.js +47 -0
  1205. package/es/modal/styles/dark.d.ts +3 -0
  1206. package/es/modal/styles/dark.js +16 -0
  1207. package/es/modal/styles/index.d.ts +3 -0
  1208. package/es/modal/styles/index.js +2 -0
  1209. package/es/modal/styles/light.d.ts +274 -0
  1210. package/es/modal/styles/light.js +24 -0
  1211. package/es/notification/index.d.ts +3 -0
  1212. package/es/notification/index.js +2 -0
  1213. package/es/notification/src/Notification.d.ts +97 -0
  1214. package/es/notification/src/Notification.js +103 -0
  1215. package/es/notification/src/NotificationContainer.d.ts +151 -0
  1216. package/es/notification/src/NotificationContainer.js +27 -0
  1217. package/es/notification/src/NotificationEnvironment.d.ts +112 -0
  1218. package/es/notification/src/NotificationEnvironment.js +110 -0
  1219. package/es/notification/src/NotificationProvider.d.ts +357 -0
  1220. package/es/notification/src/NotificationProvider.js +86 -0
  1221. package/es/notification/src/styles/index.cssr.d.ts +2 -0
  1222. package/es/notification/src/styles/index.cssr.js +163 -0
  1223. package/es/notification/src/use-notification.d.ts +2 -0
  1224. package/es/notification/src/use-notification.js +10 -0
  1225. package/es/notification/styles/_common.d.ts +7 -0
  1226. package/es/notification/styles/_common.js +6 -0
  1227. package/es/notification/styles/dark.d.ts +3 -0
  1228. package/es/notification/styles/dark.js +12 -0
  1229. package/es/notification/styles/index.d.ts +3 -0
  1230. package/es/notification/styles/index.js +2 -0
  1231. package/es/notification/styles/light.d.ts +57 -0
  1232. package/es/notification/styles/light.js +19 -0
  1233. package/es/page-header/index.d.ts +2 -0
  1234. package/es/page-header/index.js +1 -0
  1235. package/es/page-header/src/PageHeader.d.ts +143 -0
  1236. package/es/page-header/src/PageHeader.js +62 -0
  1237. package/es/page-header/src/styles/index.cssr.d.ts +2 -0
  1238. package/es/page-header/src/styles/index.cssr.js +51 -0
  1239. package/es/page-header/src/styles/rtl.cssr.d.ts +2 -0
  1240. package/es/page-header/src/styles/rtl.cssr.js +19 -0
  1241. package/es/page-header/styles/_common.d.ts +5 -0
  1242. package/es/page-header/styles/_common.js +4 -0
  1243. package/es/page-header/styles/dark.d.ts +2 -0
  1244. package/es/page-header/styles/dark.js +7 -0
  1245. package/es/page-header/styles/index.d.ts +4 -0
  1246. package/es/page-header/styles/index.js +3 -0
  1247. package/es/page-header/styles/light.d.ts +25 -0
  1248. package/es/page-header/styles/light.js +12 -0
  1249. package/es/page-header/styles/rtl.d.ts +5 -0
  1250. package/es/page-header/styles/rtl.js +5 -0
  1251. package/es/pagination/index.d.ts +3 -0
  1252. package/es/pagination/index.js +1 -0
  1253. package/es/pagination/src/Pagination.d.ts +2728 -0
  1254. package/es/pagination/src/Pagination.js +375 -0
  1255. package/es/pagination/src/interface.d.ts +13 -0
  1256. package/es/pagination/src/interface.js +1 -0
  1257. package/es/pagination/src/styles/index.cssr.d.ts +2 -0
  1258. package/es/pagination/src/styles/index.cssr.js +126 -0
  1259. package/es/pagination/src/utils.d.ts +13 -0
  1260. package/es/pagination/src/utils.js +80 -0
  1261. package/es/pagination/styles/_common.d.ts +14 -0
  1262. package/es/pagination/styles/_common.js +13 -0
  1263. package/es/pagination/styles/dark.d.ts +3 -0
  1264. package/es/pagination/styles/dark.js +24 -0
  1265. package/es/pagination/styles/index.d.ts +3 -0
  1266. package/es/pagination/styles/index.js +2 -0
  1267. package/es/pagination/styles/light.d.ts +273 -0
  1268. package/es/pagination/styles/light.js +19 -0
  1269. package/es/popconfirm/index.d.ts +2 -0
  1270. package/es/popconfirm/index.js +1 -0
  1271. package/es/popconfirm/src/Popconfirm.d.ts +2541 -0
  1272. package/es/popconfirm/src/Popconfirm.js +73 -0
  1273. package/es/popconfirm/src/PopconfirmPanel.d.ts +67 -0
  1274. package/es/popconfirm/src/PopconfirmPanel.js +69 -0
  1275. package/es/popconfirm/src/interface.d.ts +8 -0
  1276. package/es/popconfirm/src/interface.js +1 -0
  1277. package/es/popconfirm/src/styles/index.cssr.d.ts +2 -0
  1278. package/es/popconfirm/src/styles/index.cssr.js +25 -0
  1279. package/es/popconfirm/styles/_common.d.ts +4 -0
  1280. package/es/popconfirm/styles/_common.js +3 -0
  1281. package/es/popconfirm/styles/dark.d.ts +3 -0
  1282. package/es/popconfirm/styles/dark.js +14 -0
  1283. package/es/popconfirm/styles/index.d.ts +3 -0
  1284. package/es/popconfirm/styles/index.js +2 -0
  1285. package/es/popconfirm/styles/light.d.ts +224 -0
  1286. package/es/popconfirm/styles/light.js +19 -0
  1287. package/es/popover/index.d.ts +3 -0
  1288. package/es/popover/index.js +1 -0
  1289. package/es/popover/src/Popover.d.ts +505 -0
  1290. package/es/popover/src/Popover.js +439 -0
  1291. package/es/popover/src/PopoverBody.d.ts +247 -0
  1292. package/es/popover/src/PopoverBody.js +225 -0
  1293. package/es/popover/src/interface.d.ts +9 -0
  1294. package/es/popover/src/interface.js +1 -0
  1295. package/es/popover/src/styles/index.cssr.d.ts +3 -0
  1296. package/es/popover/src/styles/index.cssr.js +132 -0
  1297. package/es/popover/styles/_common.d.ts +9 -0
  1298. package/es/popover/styles/_common.js +8 -0
  1299. package/es/popover/styles/dark.d.ts +3 -0
  1300. package/es/popover/styles/dark.js +8 -0
  1301. package/es/popover/styles/index.d.ts +3 -0
  1302. package/es/popover/styles/index.js +2 -0
  1303. package/es/popover/styles/light.d.ts +20 -0
  1304. package/es/popover/styles/light.js +13 -0
  1305. package/es/popselect/index.d.ts +2 -0
  1306. package/es/popselect/index.js +1 -0
  1307. package/es/popselect/src/Popselect.d.ts +1126 -0
  1308. package/es/popselect/src/Popselect.js +59 -0
  1309. package/es/popselect/src/PopselectPanel.d.ts +303 -0
  1310. package/es/popselect/src/PopselectPanel.js +127 -0
  1311. package/es/popselect/src/interface.d.ts +10 -0
  1312. package/es/popselect/src/interface.js +1 -0
  1313. package/es/popselect/styles/dark.d.ts +3 -0
  1314. package/es/popselect/styles/dark.js +12 -0
  1315. package/es/popselect/styles/index.d.ts +3 -0
  1316. package/es/popselect/styles/index.js +2 -0
  1317. package/es/popselect/styles/light.d.ts +72 -0
  1318. package/es/popselect/styles/light.js +13 -0
  1319. package/es/preset.d.ts +2 -0
  1320. package/es/preset.js +5 -0
  1321. package/es/progress/index.d.ts +2 -0
  1322. package/es/progress/index.js +1 -0
  1323. package/es/progress/src/Circle.d.ts +62 -0
  1324. package/es/progress/src/Circle.js +81 -0
  1325. package/es/progress/src/Line.d.ts +74 -0
  1326. package/es/progress/src/Line.js +113 -0
  1327. package/es/progress/src/MultipleCircle.d.ts +65 -0
  1328. package/es/progress/src/MultipleCircle.js +86 -0
  1329. package/es/progress/src/Progress.d.ts +378 -0
  1330. package/es/progress/src/Progress.js +80 -0
  1331. package/es/progress/src/interface.d.ts +1 -0
  1332. package/es/progress/src/interface.js +1 -0
  1333. package/es/progress/src/styles/index.cssr.d.ts +2 -0
  1334. package/es/progress/src/styles/index.cssr.js +196 -0
  1335. package/es/progress/styles/dark.d.ts +3 -0
  1336. package/es/progress/styles/dark.js +14 -0
  1337. package/es/progress/styles/index.d.ts +3 -0
  1338. package/es/progress/styles/index.js +2 -0
  1339. package/es/progress/styles/light.d.ts +29 -0
  1340. package/es/progress/styles/light.js +33 -0
  1341. package/es/radio/index.d.ts +6 -0
  1342. package/es/radio/index.js +3 -0
  1343. package/es/radio/src/Radio.d.ts +289 -0
  1344. package/es/radio/src/Radio.js +54 -0
  1345. package/es/radio/src/RadioButton.d.ts +52 -0
  1346. package/es/radio/src/RadioButton.js +24 -0
  1347. package/es/radio/src/RadioGroup.d.ts +404 -0
  1348. package/es/radio/src/RadioGroup.js +155 -0
  1349. package/es/radio/src/interface.d.ts +2 -0
  1350. package/es/radio/src/interface.js +1 -0
  1351. package/es/radio/src/styles/radio-group.cssr.d.ts +2 -0
  1352. package/es/radio/src/styles/radio-group.cssr.js +95 -0
  1353. package/es/radio/src/styles/radio.cssr.d.ts +2 -0
  1354. package/es/radio/src/styles/radio.cssr.js +88 -0
  1355. package/es/radio/src/use-radio.d.ts +80 -0
  1356. package/es/radio/src/use-radio.js +155 -0
  1357. package/es/radio/styles/_common.d.ts +7 -0
  1358. package/es/radio/styles/_common.js +6 -0
  1359. package/es/radio/styles/dark.d.ts +3 -0
  1360. package/es/radio/styles/dark.js +14 -0
  1361. package/es/radio/styles/index.d.ts +3 -0
  1362. package/es/radio/styles/index.js +2 -0
  1363. package/es/radio/styles/light.d.ts +42 -0
  1364. package/es/radio/styles/light.js +15 -0
  1365. package/es/rate/index.d.ts +2 -0
  1366. package/es/rate/index.js +1 -0
  1367. package/es/rate/src/Rate.d.ts +150 -0
  1368. package/es/rate/src/Rate.js +127 -0
  1369. package/es/rate/src/StarIcon.d.ts +2 -0
  1370. package/es/rate/src/StarIcon.js +3 -0
  1371. package/es/rate/src/styles/index.cssr.d.ts +2 -0
  1372. package/es/rate/src/styles/index.cssr.js +44 -0
  1373. package/es/rate/styles/dark.d.ts +3 -0
  1374. package/es/rate/styles/dark.js +17 -0
  1375. package/es/rate/styles/index.d.ts +3 -0
  1376. package/es/rate/styles/index.js +2 -0
  1377. package/es/rate/styles/light.d.ts +13 -0
  1378. package/es/rate/styles/light.js +17 -0
  1379. package/es/result/index.d.ts +2 -0
  1380. package/es/result/index.js +1 -0
  1381. package/es/result/src/403.d.ts +2 -0
  1382. package/es/result/src/403.js +4 -0
  1383. package/es/result/src/404.d.ts +2 -0
  1384. package/es/result/src/404.js +8 -0
  1385. package/es/result/src/418.d.ts +2 -0
  1386. package/es/result/src/418.js +8 -0
  1387. package/es/result/src/500.d.ts +2 -0
  1388. package/es/result/src/500.js +5 -0
  1389. package/es/result/src/Result.d.ts +292 -0
  1390. package/es/result/src/Result.js +66 -0
  1391. package/es/result/src/styles/index.cssr.d.ts +2 -0
  1392. package/es/result/src/styles/index.cssr.js +43 -0
  1393. package/es/result/styles/_common.d.ts +19 -0
  1394. package/es/result/styles/_common.js +18 -0
  1395. package/es/result/styles/dark.d.ts +3 -0
  1396. package/es/result/styles/dark.js +8 -0
  1397. package/es/result/styles/index.d.ts +3 -0
  1398. package/es/result/styles/index.js +2 -0
  1399. package/es/result/styles/light.d.ts +32 -0
  1400. package/es/result/styles/light.js +12 -0
  1401. package/es/scrollbar/index.d.ts +2 -0
  1402. package/es/scrollbar/index.js +1 -0
  1403. package/es/scrollbar/src/ScrollBar.d.ts +76 -0
  1404. package/es/scrollbar/src/ScrollBar.js +22 -0
  1405. package/es/select/index.d.ts +3 -0
  1406. package/es/select/index.js +1 -0
  1407. package/es/select/src/Select.d.ts +1762 -0
  1408. package/es/select/src/Select.js +607 -0
  1409. package/es/select/src/interface.d.ts +44 -0
  1410. package/es/select/src/interface.js +1 -0
  1411. package/es/select/src/styles/index.cssr.d.ts +2 -0
  1412. package/es/select/src/styles/index.cssr.js +12 -0
  1413. package/es/select/src/utils.d.ts +10 -0
  1414. package/es/select/src/utils.js +80 -0
  1415. package/es/select/styles/dark.d.ts +3 -0
  1416. package/es/select/styles/dark.js +14 -0
  1417. package/es/select/styles/index.d.ts +3 -0
  1418. package/es/select/styles/index.js +2 -0
  1419. package/es/select/styles/light.d.ts +131 -0
  1420. package/es/select/styles/light.js +20 -0
  1421. package/es/skeleton/index.d.ts +2 -0
  1422. package/es/skeleton/index.js +1 -0
  1423. package/es/skeleton/src/Skeleton.d.ts +160 -0
  1424. package/es/skeleton/src/Skeleton.js +79 -0
  1425. package/es/skeleton/src/styles/index.cssr.d.ts +2 -0
  1426. package/es/skeleton/src/styles/index.cssr.js +29 -0
  1427. package/es/skeleton/styles/dark.d.ts +2 -0
  1428. package/es/skeleton/styles/dark.js +16 -0
  1429. package/es/skeleton/styles/index.d.ts +3 -0
  1430. package/es/skeleton/styles/index.js +2 -0
  1431. package/es/skeleton/styles/light.d.ts +14 -0
  1432. package/es/skeleton/styles/light.js +17 -0
  1433. package/es/slider/index.d.ts +2 -0
  1434. package/es/slider/index.js +1 -0
  1435. package/es/slider/src/Slider.d.ts +503 -0
  1436. package/es/slider/src/Slider.js +776 -0
  1437. package/es/slider/src/interface.d.ts +1 -0
  1438. package/es/slider/src/interface.js +1 -0
  1439. package/es/slider/src/styles/index.cssr.d.ts +2 -0
  1440. package/es/slider/src/styles/index.cssr.js +133 -0
  1441. package/es/slider/src/utils.d.ts +1 -0
  1442. package/es/slider/src/utils.js +3 -0
  1443. package/es/slider/styles/_common.d.ts +8 -0
  1444. package/es/slider/styles/_common.js +7 -0
  1445. package/es/slider/styles/dark.d.ts +3 -0
  1446. package/es/slider/styles/dark.js +12 -0
  1447. package/es/slider/styles/index.d.ts +3 -0
  1448. package/es/slider/styles/index.js +2 -0
  1449. package/es/slider/styles/light.d.ts +34 -0
  1450. package/es/slider/styles/light.js +14 -0
  1451. package/es/space/index.d.ts +2 -0
  1452. package/es/space/index.js +1 -0
  1453. package/es/space/src/Space.d.ts +119 -0
  1454. package/es/space/src/Space.js +93 -0
  1455. package/es/space/styles/_common.d.ts +6 -0
  1456. package/es/space/styles/_common.js +5 -0
  1457. package/es/space/styles/dark.d.ts +3 -0
  1458. package/es/space/styles/dark.js +8 -0
  1459. package/es/space/styles/index.d.ts +3 -0
  1460. package/es/space/styles/index.js +2 -0
  1461. package/es/space/styles/light.d.ts +10 -0
  1462. package/es/space/styles/light.js +9 -0
  1463. package/es/spin/index.d.ts +2 -0
  1464. package/es/spin/index.js +1 -0
  1465. package/es/spin/src/Spin.d.ts +183 -0
  1466. package/es/spin/src/Spin.js +92 -0
  1467. package/es/spin/src/styles/index.cssr.d.ts +2 -0
  1468. package/es/spin/src/styles/index.cssr.js +51 -0
  1469. package/es/spin/styles/dark.d.ts +3 -0
  1470. package/es/spin/styles/dark.js +8 -0
  1471. package/es/spin/styles/index.d.ts +3 -0
  1472. package/es/spin/styles/index.js +2 -0
  1473. package/es/spin/styles/light.d.ts +17 -0
  1474. package/es/spin/styles/light.js +21 -0
  1475. package/es/statistic/index.d.ts +2 -0
  1476. package/es/statistic/index.js +1 -0
  1477. package/es/statistic/src/Statistic.d.ts +140 -0
  1478. package/es/statistic/src/Statistic.js +48 -0
  1479. package/es/statistic/src/styles/index.cssr.d.ts +2 -0
  1480. package/es/statistic/src/styles/index.cssr.js +37 -0
  1481. package/es/statistic/styles/dark.d.ts +3 -0
  1482. package/es/statistic/styles/dark.js +8 -0
  1483. package/es/statistic/styles/index.d.ts +3 -0
  1484. package/es/statistic/styles/index.js +2 -0
  1485. package/es/statistic/styles/light.d.ts +15 -0
  1486. package/es/statistic/styles/light.js +19 -0
  1487. package/es/steps/index.d.ts +4 -0
  1488. package/es/steps/index.js +2 -0
  1489. package/es/steps/src/Step.d.ts +56 -0
  1490. package/es/steps/src/Step.js +103 -0
  1491. package/es/steps/src/Steps.d.ts +372 -0
  1492. package/es/steps/src/Steps.js +49 -0
  1493. package/es/steps/src/styles/index.cssr.d.ts +2 -0
  1494. package/es/steps/src/styles/index.cssr.js +111 -0
  1495. package/es/steps/styles/_common.d.ts +11 -0
  1496. package/es/steps/styles/_common.js +10 -0
  1497. package/es/steps/styles/dark.d.ts +3 -0
  1498. package/es/steps/styles/dark.js +8 -0
  1499. package/es/steps/styles/index.d.ts +3 -0
  1500. package/es/steps/styles/index.js +2 -0
  1501. package/es/steps/styles/light.d.ts +41 -0
  1502. package/es/steps/styles/light.js +12 -0
  1503. package/es/styles.d.ts +70 -0
  1504. package/es/styles.js +71 -0
  1505. package/es/switch/index.d.ts +2 -0
  1506. package/es/switch/index.js +1 -0
  1507. package/es/switch/src/Switch.d.ts +422 -0
  1508. package/es/switch/src/Switch.js +170 -0
  1509. package/es/switch/src/interface.d.ts +2 -0
  1510. package/es/switch/src/interface.js +1 -0
  1511. package/es/switch/src/styles/index.cssr.d.ts +2 -0
  1512. package/es/switch/src/styles/index.cssr.js +122 -0
  1513. package/es/switch/styles/_common.d.ts +18 -0
  1514. package/es/switch/styles/_common.js +17 -0
  1515. package/es/switch/styles/dark.d.ts +3 -0
  1516. package/es/switch/styles/dark.js +13 -0
  1517. package/es/switch/styles/index.d.ts +3 -0
  1518. package/es/switch/styles/index.js +2 -0
  1519. package/es/switch/styles/light.d.ts +37 -0
  1520. package/es/switch/styles/light.js +14 -0
  1521. package/es/table/index.d.ts +7 -0
  1522. package/es/table/index.js +6 -0
  1523. package/es/table/src/Table.d.ts +311 -0
  1524. package/es/table/src/Table.js +65 -0
  1525. package/es/table/src/Tbody.d.ts +2 -0
  1526. package/es/table/src/Tbody.js +7 -0
  1527. package/es/table/src/Td.d.ts +2 -0
  1528. package/es/table/src/Td.js +7 -0
  1529. package/es/table/src/Th.d.ts +2 -0
  1530. package/es/table/src/Th.js +7 -0
  1531. package/es/table/src/Thead.d.ts +2 -0
  1532. package/es/table/src/Thead.js +7 -0
  1533. package/es/table/src/Tr.d.ts +2 -0
  1534. package/es/table/src/Tr.js +7 -0
  1535. package/es/table/src/styles/index.cssr.d.ts +2 -0
  1536. package/es/table/src/styles/index.cssr.js +95 -0
  1537. package/es/table/styles/_common.d.ts +9 -0
  1538. package/es/table/styles/_common.js +8 -0
  1539. package/es/table/styles/dark.d.ts +3 -0
  1540. package/es/table/styles/dark.js +8 -0
  1541. package/es/table/styles/index.d.ts +3 -0
  1542. package/es/table/styles/index.js +2 -0
  1543. package/es/table/styles/light.d.ts +31 -0
  1544. package/es/table/styles/light.js +17 -0
  1545. package/es/tabs/index.d.ts +4 -0
  1546. package/es/tabs/index.js +2 -0
  1547. package/es/tabs/src/Tab.d.ts +69 -0
  1548. package/es/tabs/src/Tab.js +81 -0
  1549. package/es/tabs/src/TabPane.d.ts +85 -0
  1550. package/es/tabs/src/TabPane.js +49 -0
  1551. package/es/tabs/src/Tabs.d.ts +749 -0
  1552. package/es/tabs/src/Tabs.js +371 -0
  1553. package/es/tabs/src/interface.d.ts +27 -0
  1554. package/es/tabs/src/interface.js +1 -0
  1555. package/es/tabs/src/styles/index.cssr.d.ts +2 -0
  1556. package/es/tabs/src/styles/index.cssr.js +204 -0
  1557. package/es/tabs/styles/_common.d.ts +33 -0
  1558. package/es/tabs/styles/_common.js +32 -0
  1559. package/es/tabs/styles/dark.d.ts +3 -0
  1560. package/es/tabs/styles/dark.js +14 -0
  1561. package/es/tabs/styles/index.d.ts +3 -0
  1562. package/es/tabs/styles/index.js +2 -0
  1563. package/es/tabs/styles/light.d.ts +68 -0
  1564. package/es/tabs/styles/light.js +15 -0
  1565. package/es/tag/index.d.ts +2 -0
  1566. package/es/tag/index.js +1 -0
  1567. package/es/tag/src/Tag.d.ts +720 -0
  1568. package/es/tag/src/Tag.js +114 -0
  1569. package/es/tag/src/common-props.d.ts +24 -0
  1570. package/es/tag/src/common-props.js +17 -0
  1571. package/es/tag/src/styles/index.cssr.d.ts +2 -0
  1572. package/es/tag/src/styles/index.cssr.js +89 -0
  1573. package/es/tag/src/styles/rtl.cssr.d.ts +2 -0
  1574. package/es/tag/src/styles/rtl.cssr.js +6 -0
  1575. package/es/tag/styles/_common.d.ts +9 -0
  1576. package/es/tag/styles/_common.js +9 -0
  1577. package/es/tag/styles/dark.d.ts +3 -0
  1578. package/es/tag/styles/dark.js +17 -0
  1579. package/es/tag/styles/index.d.ts +4 -0
  1580. package/es/tag/styles/index.js +3 -0
  1581. package/es/tag/styles/light.d.ts +68 -0
  1582. package/es/tag/styles/light.js +18 -0
  1583. package/es/tag/styles/rtl.d.ts +5 -0
  1584. package/es/tag/styles/rtl.js +5 -0
  1585. package/es/theme-editor/index.d.ts +1 -0
  1586. package/es/theme-editor/index.js +1 -0
  1587. package/es/theme-editor/src/ThemeEditor.d.ts +128 -0
  1588. package/es/theme-editor/src/ThemeEditor.js +303 -0
  1589. package/es/themes/dark.d.ts +2 -0
  1590. package/es/themes/dark.js +152 -0
  1591. package/es/themes/index.d.ts +2 -0
  1592. package/es/themes/index.js +2 -0
  1593. package/es/themes/interface.d.ts +2 -0
  1594. package/es/themes/interface.js +1 -0
  1595. package/es/themes/light.d.ts +2 -0
  1596. package/es/themes/light.js +154 -0
  1597. package/es/themes/utils.d.ts +5 -0
  1598. package/es/themes/utils.js +7 -0
  1599. package/es/thing/index.d.ts +2 -0
  1600. package/es/thing/index.js +1 -0
  1601. package/es/thing/src/Thing.d.ts +95 -0
  1602. package/es/thing/src/Thing.js +69 -0
  1603. package/es/thing/src/styles/index.cssr.d.ts +2 -0
  1604. package/es/thing/src/styles/index.cssr.js +41 -0
  1605. package/es/thing/styles/dark.d.ts +3 -0
  1606. package/es/thing/styles/dark.js +8 -0
  1607. package/es/thing/styles/index.d.ts +3 -0
  1608. package/es/thing/styles/index.js +2 -0
  1609. package/es/thing/styles/light.d.ts +12 -0
  1610. package/es/thing/styles/light.js +16 -0
  1611. package/es/time/index.d.ts +2 -0
  1612. package/es/time/index.js +1 -0
  1613. package/es/time/src/Time.d.ts +65 -0
  1614. package/es/time/src/Time.js +89 -0
  1615. package/es/time-picker/index.d.ts +2 -0
  1616. package/es/time-picker/index.js +1 -0
  1617. package/es/time-picker/src/Panel.d.ts +573 -0
  1618. package/es/time-picker/src/Panel.js +245 -0
  1619. package/es/time-picker/src/PanelCol.d.ts +31 -0
  1620. package/es/time-picker/src/PanelCol.js +32 -0
  1621. package/es/time-picker/src/TimePicker.d.ts +3206 -0
  1622. package/es/time-picker/src/TimePicker.js +576 -0
  1623. package/es/time-picker/src/interface.d.ts +28 -0
  1624. package/es/time-picker/src/interface.js +1 -0
  1625. package/es/time-picker/src/styles/index.cssr.d.ts +2 -0
  1626. package/es/time-picker/src/styles/index.cssr.js +99 -0
  1627. package/es/time-picker/src/utils.d.ts +14 -0
  1628. package/es/time-picker/src/utils.js +266 -0
  1629. package/es/time-picker/styles/_common.d.ts +7 -0
  1630. package/es/time-picker/styles/_common.js +6 -0
  1631. package/es/time-picker/styles/dark.d.ts +3 -0
  1632. package/es/time-picker/styles/dark.js +16 -0
  1633. package/es/time-picker/styles/index.d.ts +3 -0
  1634. package/es/time-picker/styles/index.js +2 -0
  1635. package/es/time-picker/styles/light.d.ts +298 -0
  1636. package/es/time-picker/styles/light.js +23 -0
  1637. package/es/timeline/index.d.ts +4 -0
  1638. package/es/timeline/index.js +2 -0
  1639. package/es/timeline/src/Timeline.d.ts +270 -0
  1640. package/es/timeline/src/Timeline.js +35 -0
  1641. package/es/timeline/src/TimelineItem.d.ts +55 -0
  1642. package/es/timeline/src/TimelineItem.js +59 -0
  1643. package/es/timeline/src/styles/index.cssr.d.ts +2 -0
  1644. package/es/timeline/src/styles/index.cssr.js +103 -0
  1645. package/es/timeline/styles/_common.d.ts +9 -0
  1646. package/es/timeline/styles/_common.js +8 -0
  1647. package/es/timeline/styles/dark.d.ts +3 -0
  1648. package/es/timeline/styles/dark.js +11 -0
  1649. package/es/timeline/styles/index.d.ts +3 -0
  1650. package/es/timeline/styles/index.js +2 -0
  1651. package/es/timeline/styles/light.d.ts +30 -0
  1652. package/es/timeline/styles/light.js +12 -0
  1653. package/es/tooltip/index.d.ts +2 -0
  1654. package/es/tooltip/index.js +1 -0
  1655. package/es/tooltip/src/Tooltip.d.ts +586 -0
  1656. package/es/tooltip/src/Tooltip.js +33 -0
  1657. package/es/tooltip/styles/_common.d.ts +4 -0
  1658. package/es/tooltip/styles/_common.js +3 -0
  1659. package/es/tooltip/styles/dark.d.ts +3 -0
  1660. package/es/tooltip/styles/dark.js +15 -0
  1661. package/es/tooltip/styles/index.d.ts +3 -0
  1662. package/es/tooltip/styles/index.js +2 -0
  1663. package/es/tooltip/styles/light.d.ts +33 -0
  1664. package/es/tooltip/styles/light.js +17 -0
  1665. package/es/transfer/index.d.ts +3 -0
  1666. package/es/transfer/index.js +1 -0
  1667. package/es/transfer/src/Transfer.d.ts +3542 -0
  1668. package/es/transfer/src/Transfer.js +216 -0
  1669. package/es/transfer/src/TransferFilter.d.ts +492 -0
  1670. package/es/transfer/src/TransferFilter.js +40 -0
  1671. package/es/transfer/src/TransferHeader.d.ts +24 -0
  1672. package/es/transfer/src/TransferHeader.js +47 -0
  1673. package/es/transfer/src/TransferList.d.ts +522 -0
  1674. package/es/transfer/src/TransferList.js +95 -0
  1675. package/es/transfer/src/TransferListItem.d.ts +490 -0
  1676. package/es/transfer/src/TransferListItem.js +65 -0
  1677. package/es/transfer/src/interface.d.ts +31 -0
  1678. package/es/transfer/src/interface.js +1 -0
  1679. package/es/transfer/src/styles/index.cssr.d.ts +2 -0
  1680. package/es/transfer/src/styles/index.cssr.js +211 -0
  1681. package/es/transfer/src/use-transfer-data.d.ts +41 -0
  1682. package/es/transfer/src/use-transfer-data.js +145 -0
  1683. package/es/transfer/styles/_common.d.ts +5 -0
  1684. package/es/transfer/styles/_common.js +4 -0
  1685. package/es/transfer/styles/dark.d.ts +3 -0
  1686. package/es/transfer/styles/dark.js +27 -0
  1687. package/es/transfer/styles/index.d.ts +3 -0
  1688. package/es/transfer/styles/index.js +2 -0
  1689. package/es/transfer/styles/light.d.ts +353 -0
  1690. package/es/transfer/styles/light.js +31 -0
  1691. package/es/tree/index.d.ts +3 -0
  1692. package/es/tree/index.js +1 -0
  1693. package/es/tree/src/MotionWrapper.d.ts +35 -0
  1694. package/es/tree/src/MotionWrapper.js +37 -0
  1695. package/es/tree/src/Tree.d.ts +1259 -0
  1696. package/es/tree/src/Tree.js +973 -0
  1697. package/es/tree/src/TreeNode.d.ts +53 -0
  1698. package/es/tree/src/TreeNode.js +231 -0
  1699. package/es/tree/src/TreeNodeCheckbox.d.ts +194 -0
  1700. package/es/tree/src/TreeNodeCheckbox.js +43 -0
  1701. package/es/tree/src/TreeNodeContent.d.ts +46 -0
  1702. package/es/tree/src/TreeNodeContent.js +68 -0
  1703. package/es/tree/src/TreeNodeSwitcher.d.ts +29 -0
  1704. package/es/tree/src/TreeNodeSwitcher.js +30 -0
  1705. package/es/tree/src/dnd.d.ts +12 -0
  1706. package/es/tree/src/dnd.js +37 -0
  1707. package/es/tree/src/interface.d.ts +107 -0
  1708. package/es/tree/src/interface.js +1 -0
  1709. package/es/tree/src/keyboard.d.ts +14 -0
  1710. package/es/tree/src/keyboard.js +103 -0
  1711. package/es/tree/src/styles/index.cssr.d.ts +2 -0
  1712. package/es/tree/src/styles/index.cssr.js +131 -0
  1713. package/es/tree/src/utils.d.ts +7 -0
  1714. package/es/tree/src/utils.js +39 -0
  1715. package/es/tree/styles/dark.d.ts +3 -0
  1716. package/es/tree/styles/dark.js +20 -0
  1717. package/es/tree/styles/index.d.ts +3 -0
  1718. package/es/tree/styles/index.js +2 -0
  1719. package/es/tree/styles/light.d.ts +61 -0
  1720. package/es/tree/styles/light.js +30 -0
  1721. package/es/tree-select/index.d.ts +3 -0
  1722. package/es/tree-select/index.js +1 -0
  1723. package/es/tree-select/src/TreeSelect.d.ts +1877 -0
  1724. package/es/tree-select/src/TreeSelect.js +554 -0
  1725. package/es/tree-select/src/interface.d.ts +15 -0
  1726. package/es/tree-select/src/interface.js +1 -0
  1727. package/es/tree-select/src/styles/index.cssr.d.ts +2 -0
  1728. package/es/tree-select/src/styles/index.cssr.js +29 -0
  1729. package/es/tree-select/src/utils.d.ts +10 -0
  1730. package/es/tree-select/src/utils.js +74 -0
  1731. package/es/tree-select/styles/dark.d.ts +3 -0
  1732. package/es/tree-select/styles/dark.js +14 -0
  1733. package/es/tree-select/styles/index.d.ts +3 -0
  1734. package/es/tree-select/styles/index.js +2 -0
  1735. package/es/tree-select/styles/light.d.ts +145 -0
  1736. package/es/tree-select/styles/light.js +26 -0
  1737. package/es/typography/index.d.ts +21 -0
  1738. package/es/typography/index.js +9 -0
  1739. package/es/typography/src/a.d.ts +612 -0
  1740. package/es/typography/src/a.js +26 -0
  1741. package/es/typography/src/blockquote.d.ts +622 -0
  1742. package/es/typography/src/blockquote.js +33 -0
  1743. package/es/typography/src/create-header.d.ts +641 -0
  1744. package/es/typography/src/create-header.js +49 -0
  1745. package/es/typography/src/headers.d.ts +2586 -0
  1746. package/es/typography/src/headers.js +7 -0
  1747. package/es/typography/src/hr.d.ts +409 -0
  1748. package/es/typography/src/hr.js +23 -0
  1749. package/es/typography/src/li.d.ts +2 -0
  1750. package/es/typography/src/li.js +7 -0
  1751. package/es/typography/src/ol.d.ts +624 -0
  1752. package/es/typography/src/ol.js +35 -0
  1753. package/es/typography/src/p.d.ts +620 -0
  1754. package/es/typography/src/p.js +31 -0
  1755. package/es/typography/src/styles/a.cssr.d.ts +2 -0
  1756. package/es/typography/src/styles/a.cssr.js +12 -0
  1757. package/es/typography/src/styles/blockquote.cssr.d.ts +2 -0
  1758. package/es/typography/src/styles/blockquote.cssr.js +27 -0
  1759. package/es/typography/src/styles/header.cssr.d.ts +2 -0
  1760. package/es/typography/src/styles/header.cssr.js +37 -0
  1761. package/es/typography/src/styles/hr.cssr.d.ts +2 -0
  1762. package/es/typography/src/styles/hr.cssr.js +11 -0
  1763. package/es/typography/src/styles/list.cssr.d.ts +2 -0
  1764. package/es/typography/src/styles/list.cssr.js +32 -0
  1765. package/es/typography/src/styles/p.cssr.d.ts +2 -0
  1766. package/es/typography/src/styles/p.cssr.js +15 -0
  1767. package/es/typography/src/styles/text.cssr.d.ts +2 -0
  1768. package/es/typography/src/styles/text.cssr.js +34 -0
  1769. package/es/typography/src/text.d.ts +678 -0
  1770. package/es/typography/src/text.js +66 -0
  1771. package/es/typography/src/ul.d.ts +624 -0
  1772. package/es/typography/src/ul.js +35 -0
  1773. package/es/typography/styles/_common.d.ts +31 -0
  1774. package/es/typography/styles/_common.js +30 -0
  1775. package/es/typography/styles/dark.d.ts +3 -0
  1776. package/es/typography/styles/dark.js +8 -0
  1777. package/es/typography/styles/index.d.ts +3 -0
  1778. package/es/typography/styles/index.js +2 -0
  1779. package/es/typography/styles/light.d.ts +72 -0
  1780. package/es/typography/styles/light.js +12 -0
  1781. package/es/upload/index.d.ts +7 -0
  1782. package/es/upload/index.js +4 -0
  1783. package/es/upload/src/Upload.d.ts +2713 -0
  1784. package/es/upload/src/Upload.js +400 -0
  1785. package/es/upload/src/UploadDragger.d.ts +3 -0
  1786. package/es/upload/src/UploadDragger.js +21 -0
  1787. package/es/upload/src/UploadFile.d.ts +393 -0
  1788. package/es/upload/src/UploadFile.js +239 -0
  1789. package/es/upload/src/UploadFileList.d.ts +2 -0
  1790. package/es/upload/src/UploadFileList.js +32 -0
  1791. package/es/upload/src/UploadProgress.d.ts +374 -0
  1792. package/es/upload/src/UploadProgress.js +30 -0
  1793. package/es/upload/src/UploadTrigger.d.ts +12 -0
  1794. package/es/upload/src/UploadTrigger.js +71 -0
  1795. package/es/upload/src/icons.d.ts +6 -0
  1796. package/es/upload/src/icons.js +11 -0
  1797. package/es/upload/src/interface.d.ts +86 -0
  1798. package/es/upload/src/interface.js +1 -0
  1799. package/es/upload/src/styles/index.cssr.d.ts +2 -0
  1800. package/es/upload/src/styles/index.cssr.js +225 -0
  1801. package/es/upload/src/utils.d.ts +8 -0
  1802. package/es/upload/src/utils.js +63 -0
  1803. package/es/upload/styles/dark.d.ts +3 -0
  1804. package/es/upload/styles/dark.js +22 -0
  1805. package/es/upload/styles/index.d.ts +3 -0
  1806. package/es/upload/styles/index.js +2 -0
  1807. package/es/upload/styles/light.d.ts +257 -0
  1808. package/es/upload/styles/light.js +37 -0
  1809. package/es/version.d.ts +2 -0
  1810. package/es/version.js +1 -0
  1811. package/lib/_internal/clear/index.d.ts +1 -0
  1812. package/lib/_internal/clear/index.js +5 -0
  1813. package/lib/_internal/clear/src/Clear.d.ts +24 -0
  1814. package/lib/_internal/clear/src/Clear.js +40 -0
  1815. package/lib/_internal/clear/src/styles/index.cssr.d.ts +2 -0
  1816. package/lib/_internal/clear/src/styles/index.cssr.js +42 -0
  1817. package/lib/_internal/close/index.d.ts +1 -0
  1818. package/lib/_internal/close/index.js +5 -0
  1819. package/lib/_internal/close/src/Close.d.ts +24 -0
  1820. package/lib/_internal/close/src/Close.js +33 -0
  1821. package/lib/_internal/close/src/styles/index.cssr.d.ts +2 -0
  1822. package/lib/_internal/close/src/styles/index.cssr.js +24 -0
  1823. package/lib/_internal/fade-in-expand-transition/index.d.ts +1 -0
  1824. package/lib/_internal/fade-in-expand-transition/index.js +5 -0
  1825. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +38 -0
  1826. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +105 -0
  1827. package/lib/_internal/focus-detector/index.d.ts +2 -0
  1828. package/lib/_internal/focus-detector/index.js +4 -0
  1829. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +12 -0
  1830. package/lib/_internal/focus-detector/src/FocusDetector.js +12 -0
  1831. package/lib/_internal/icon/index.d.ts +1 -0
  1832. package/lib/_internal/icon/index.js +5 -0
  1833. package/lib/_internal/icon/src/Icon.d.ts +43 -0
  1834. package/lib/_internal/icon/src/Icon.js +33 -0
  1835. package/lib/_internal/icon/src/styles/index.cssr.d.ts +2 -0
  1836. package/lib/_internal/icon/src/styles/index.cssr.js +21 -0
  1837. package/lib/_internal/icon-switch-transition/index.d.ts +1 -0
  1838. package/lib/_internal/icon-switch-transition/index.js +5 -0
  1839. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +2 -0
  1840. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.js +11 -0
  1841. package/lib/_internal/icons/Add.d.ts +2 -0
  1842. package/lib/_internal/icons/Add.js +10 -0
  1843. package/lib/_internal/icons/ArrowBack.d.ts +2 -0
  1844. package/lib/_internal/icons/ArrowBack.js +11 -0
  1845. package/lib/_internal/icons/ArrowDown.d.ts +2 -0
  1846. package/lib/_internal/icons/ArrowDown.js +12 -0
  1847. package/lib/_internal/icons/Attach.d.ts +2 -0
  1848. package/lib/_internal/icons/Attach.js +8 -0
  1849. package/lib/_internal/icons/Backward.d.ts +2 -0
  1850. package/lib/_internal/icons/Backward.js +10 -0
  1851. package/lib/_internal/icons/Cancel.d.ts +2 -0
  1852. package/lib/_internal/icons/Cancel.js +8 -0
  1853. package/lib/_internal/icons/Checkmark.d.ts +2 -0
  1854. package/lib/_internal/icons/Checkmark.js +11 -0
  1855. package/lib/_internal/icons/ChevronDown.d.ts +2 -0
  1856. package/lib/_internal/icons/ChevronDown.js +10 -0
  1857. package/lib/_internal/icons/ChevronDownFilled.d.ts +2 -0
  1858. package/lib/_internal/icons/ChevronDownFilled.js +10 -0
  1859. package/lib/_internal/icons/ChevronLeft.d.ts +2 -0
  1860. package/lib/_internal/icons/ChevronLeft.js +10 -0
  1861. package/lib/_internal/icons/ChevronRight.d.ts +2 -0
  1862. package/lib/_internal/icons/ChevronRight.js +10 -0
  1863. package/lib/_internal/icons/Clear.d.ts +2 -0
  1864. package/lib/_internal/icons/Clear.js +8 -0
  1865. package/lib/_internal/icons/Close.d.ts +2 -0
  1866. package/lib/_internal/icons/Close.js +8 -0
  1867. package/lib/_internal/icons/Date.d.ts +2 -0
  1868. package/lib/_internal/icons/Date.js +8 -0
  1869. package/lib/_internal/icons/Download.d.ts +2 -0
  1870. package/lib/_internal/icons/Download.js +8 -0
  1871. package/lib/_internal/icons/Empty.d.ts +2 -0
  1872. package/lib/_internal/icons/Empty.js +11 -0
  1873. package/lib/_internal/icons/Error.d.ts +2 -0
  1874. package/lib/_internal/icons/Error.js +8 -0
  1875. package/lib/_internal/icons/Eye.d.ts +2 -0
  1876. package/lib/_internal/icons/Eye.js +11 -0
  1877. package/lib/_internal/icons/EyeOff.d.ts +2 -0
  1878. package/lib/_internal/icons/EyeOff.js +14 -0
  1879. package/lib/_internal/icons/FastBackward.d.ts +2 -0
  1880. package/lib/_internal/icons/FastBackward.js +12 -0
  1881. package/lib/_internal/icons/FastForward.d.ts +2 -0
  1882. package/lib/_internal/icons/FastForward.js +12 -0
  1883. package/lib/_internal/icons/File.d.ts +2 -0
  1884. package/lib/_internal/icons/File.js +12 -0
  1885. package/lib/_internal/icons/Filter.d.ts +2 -0
  1886. package/lib/_internal/icons/Filter.js +12 -0
  1887. package/lib/_internal/icons/Forward.d.ts +2 -0
  1888. package/lib/_internal/icons/Forward.js +10 -0
  1889. package/lib/_internal/icons/Info.d.ts +2 -0
  1890. package/lib/_internal/icons/Info.js +8 -0
  1891. package/lib/_internal/icons/More.d.ts +2 -0
  1892. package/lib/_internal/icons/More.js +12 -0
  1893. package/lib/_internal/icons/Photo.d.ts +2 -0
  1894. package/lib/_internal/icons/Photo.js +14 -0
  1895. package/lib/_internal/icons/Remove.d.ts +2 -0
  1896. package/lib/_internal/icons/Remove.js +10 -0
  1897. package/lib/_internal/icons/Retry.d.ts +2 -0
  1898. package/lib/_internal/icons/Retry.js +7 -0
  1899. package/lib/_internal/icons/RotateClockwise.d.ts +2 -0
  1900. package/lib/_internal/icons/RotateClockwise.js +7 -0
  1901. package/lib/_internal/icons/RotateCounterclockwise.d.ts +2 -0
  1902. package/lib/_internal/icons/RotateCounterclockwise.js +7 -0
  1903. package/lib/_internal/icons/Search.d.ts +2 -0
  1904. package/lib/_internal/icons/Search.js +10 -0
  1905. package/lib/_internal/icons/Success.d.ts +2 -0
  1906. package/lib/_internal/icons/Success.js +8 -0
  1907. package/lib/_internal/icons/Switcher.d.ts +2 -0
  1908. package/lib/_internal/icons/Switcher.js +11 -0
  1909. package/lib/_internal/icons/Time.d.ts +2 -0
  1910. package/lib/_internal/icons/Time.js +7 -0
  1911. package/lib/_internal/icons/To.d.ts +2 -0
  1912. package/lib/_internal/icons/To.js +8 -0
  1913. package/lib/_internal/icons/Trash.d.ts +2 -0
  1914. package/lib/_internal/icons/Trash.js +9 -0
  1915. package/lib/_internal/icons/Warning.d.ts +2 -0
  1916. package/lib/_internal/icons/Warning.js +8 -0
  1917. package/lib/_internal/icons/ZoomIn.d.ts +2 -0
  1918. package/lib/_internal/icons/ZoomIn.js +7 -0
  1919. package/lib/_internal/icons/ZoomOut.d.ts +2 -0
  1920. package/lib/_internal/icons/ZoomOut.js +7 -0
  1921. package/lib/_internal/icons/index.d.ts +40 -0
  1922. package/lib/_internal/icons/index.js +83 -0
  1923. package/lib/_internal/icons/replaceable.d.ts +2 -0
  1924. package/lib/_internal/icons/replaceable.js +21 -0
  1925. package/lib/_internal/index.d.ts +18 -0
  1926. package/lib/_internal/index.js +32 -0
  1927. package/lib/_internal/loading/index.d.ts +1 -0
  1928. package/lib/_internal/loading/index.js +5 -0
  1929. package/lib/_internal/loading/src/Loading.d.ts +48 -0
  1930. package/lib/_internal/loading/src/Loading.js +53 -0
  1931. package/lib/_internal/loading/src/styles/index.cssr.d.ts +2 -0
  1932. package/lib/_internal/loading/src/styles/index.cssr.js +28 -0
  1933. package/lib/_internal/menu-mask/index.d.ts +2 -0
  1934. package/lib/_internal/menu-mask/index.js +5 -0
  1935. package/lib/_internal/menu-mask/src/MenuMask.d.ts +15 -0
  1936. package/lib/_internal/menu-mask/src/MenuMask.js +43 -0
  1937. package/lib/_internal/menu-mask/src/interface.d.ts +3 -0
  1938. package/lib/_internal/menu-mask/src/interface.js +2 -0
  1939. package/lib/_internal/menu-mask/src/styles/index.cssr.d.ts +2 -0
  1940. package/lib/_internal/menu-mask/src/styles/index.cssr.js +23 -0
  1941. package/lib/_internal/scrollbar/index.d.ts +2 -0
  1942. package/lib/_internal/scrollbar/index.js +6 -0
  1943. package/lib/_internal/scrollbar/src/ScrollBar.d.ts +210 -0
  1944. package/lib/_internal/scrollbar/src/ScrollBar.js +514 -0
  1945. package/lib/_internal/scrollbar/src/styles/index.cssr.d.ts +2 -0
  1946. package/lib/_internal/scrollbar/src/styles/index.cssr.js +69 -0
  1947. package/lib/_internal/scrollbar/styles/dark.d.ts +3 -0
  1948. package/lib/_internal/scrollbar/styles/dark.js +10 -0
  1949. package/lib/_internal/scrollbar/styles/index.d.ts +3 -0
  1950. package/lib/_internal/scrollbar/styles/index.js +7 -0
  1951. package/lib/_internal/scrollbar/styles/light.d.ts +10 -0
  1952. package/lib/_internal/scrollbar/styles/light.js +18 -0
  1953. package/lib/_internal/select-menu/index.d.ts +2 -0
  1954. package/lib/_internal/select-menu/index.js +5 -0
  1955. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +24 -0
  1956. package/lib/_internal/select-menu/src/SelectGroupHeader.js +39 -0
  1957. package/lib/_internal/select-menu/src/SelectMenu.d.ts +650 -0
  1958. package/lib/_internal/select-menu/src/SelectMenu.js +298 -0
  1959. package/lib/_internal/select-menu/src/SelectOption.d.ts +31 -0
  1960. package/lib/_internal/select-menu/src/SelectOption.js +111 -0
  1961. package/lib/_internal/select-menu/src/interface.d.ts +35 -0
  1962. package/lib/_internal/select-menu/src/interface.js +5 -0
  1963. package/lib/_internal/select-menu/src/styles/index.cssr.d.ts +2 -0
  1964. package/lib/_internal/select-menu/src/styles/index.cssr.js +102 -0
  1965. package/lib/_internal/select-menu/styles/_common.d.ts +13 -0
  1966. package/lib/_internal/select-menu/styles/_common.js +14 -0
  1967. package/lib/_internal/select-menu/styles/dark.d.ts +3 -0
  1968. package/lib/_internal/select-menu/styles/dark.js +16 -0
  1969. package/lib/_internal/select-menu/styles/index.d.ts +3 -0
  1970. package/lib/_internal/select-menu/styles/index.js +7 -0
  1971. package/lib/_internal/select-menu/styles/light.d.ts +90 -0
  1972. package/lib/_internal/select-menu/styles/light.js +23 -0
  1973. package/lib/_internal/selection/index.d.ts +2 -0
  1974. package/lib/_internal/selection/index.js +5 -0
  1975. package/lib/_internal/selection/src/Selection.d.ts +815 -0
  1976. package/lib/_internal/selection/src/Selection.js +538 -0
  1977. package/lib/_internal/selection/src/interface.d.ts +6 -0
  1978. package/lib/_internal/selection/src/interface.js +2 -0
  1979. package/lib/_internal/selection/src/styles/index.cssr.d.ts +2 -0
  1980. package/lib/_internal/selection/src/styles/index.cssr.js +236 -0
  1981. package/lib/_internal/selection/styles/_common.d.ts +6 -0
  1982. package/lib/_internal/selection/styles/_common.js +7 -0
  1983. package/lib/_internal/selection/styles/dark.d.ts +3 -0
  1984. package/lib/_internal/selection/styles/dark.js +48 -0
  1985. package/lib/_internal/selection/styles/index.d.ts +3 -0
  1986. package/lib/_internal/selection/styles/index.js +7 -0
  1987. package/lib/_internal/selection/styles/light.d.ts +125 -0
  1988. package/lib/_internal/selection/styles/light.js +50 -0
  1989. package/lib/_internal/slot-machine/index.d.ts +1 -0
  1990. package/lib/_internal/slot-machine/index.js +5 -0
  1991. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +33 -0
  1992. package/lib/_internal/slot-machine/src/SlotMachine.js +77 -0
  1993. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +34 -0
  1994. package/lib/_internal/slot-machine/src/SlotMachineNumber.js +91 -0
  1995. package/lib/_internal/slot-machine/src/styles/index.cssr.d.ts +2 -0
  1996. package/lib/_internal/slot-machine/src/styles/index.cssr.js +109 -0
  1997. package/lib/_internal/suffix/index.d.ts +1 -0
  1998. package/lib/_internal/suffix/index.js +5 -0
  1999. package/lib/_internal/suffix/src/Suffix.d.ts +35 -0
  2000. package/lib/_internal/suffix/src/Suffix.js +36 -0
  2001. package/lib/_internal/wave/index.d.ts +2 -0
  2002. package/lib/_internal/wave/index.js +5 -0
  2003. package/lib/_internal/wave/src/Wave.d.ts +18 -0
  2004. package/lib/_internal/wave/src/Wave.js +53 -0
  2005. package/lib/_internal/wave/src/styles/index.cssr.d.ts +2 -0
  2006. package/lib/_internal/wave/src/styles/index.cssr.js +16 -0
  2007. package/lib/_mixins/index.d.ts +8 -0
  2008. package/lib/_mixins/index.js +17 -0
  2009. package/lib/_mixins/use-config.d.ts +16 -0
  2010. package/lib/_mixins/use-config.js +27 -0
  2011. package/lib/_mixins/use-form-item.d.ts +33 -0
  2012. package/lib/_mixins/use-form-item.js +65 -0
  2013. package/lib/_mixins/use-hljs.d.ts +12 -0
  2014. package/lib/_mixins/use-hljs.js +29 -0
  2015. package/lib/_mixins/use-locale.d.ts +6 -0
  2016. package/lib/_mixins/use-locale.js +21 -0
  2017. package/lib/_mixins/use-rtl.d.ts +3 -0
  2018. package/lib/_mixins/use-rtl.js +51 -0
  2019. package/lib/_mixins/use-style.d.ts +3 -0
  2020. package/lib/_mixins/use-style.js +37 -0
  2021. package/lib/_mixins/use-theme.d.ts +94 -0
  2022. package/lib/_mixins/use-theme.js +108 -0
  2023. package/lib/_styles/common/_common.d.ts +25 -0
  2024. package/lib/_styles/common/_common.js +26 -0
  2025. package/lib/_styles/common/dark.d.ts +3 -0
  2026. package/lib/_styles/common/dark.js +93 -0
  2027. package/lib/_styles/common/index.d.ts +3 -0
  2028. package/lib/_styles/common/index.js +7 -0
  2029. package/lib/_styles/common/light.d.ts +101 -0
  2030. package/lib/_styles/common/light.js +95 -0
  2031. package/lib/_styles/global/index.cssr.d.ts +2 -0
  2032. package/lib/_styles/global/index.cssr.js +31 -0
  2033. package/lib/_styles/transitions/fade-down.cssr.d.ts +11 -0
  2034. package/lib/_styles/transitions/fade-down.cssr.js +36 -0
  2035. package/lib/_styles/transitions/fade-in-height-expand.cssr.d.ts +13 -0
  2036. package/lib/_styles/transitions/fade-in-height-expand.cssr.js +62 -0
  2037. package/lib/_styles/transitions/fade-in-scale-up.cssr.d.ts +10 -0
  2038. package/lib/_styles/transitions/fade-in-scale-up.cssr.js +39 -0
  2039. package/lib/_styles/transitions/fade-in-width-expand.cssr.d.ts +7 -0
  2040. package/lib/_styles/transitions/fade-in-width-expand.cssr.js +42 -0
  2041. package/lib/_styles/transitions/fade-in.cssr.d.ts +10 -0
  2042. package/lib/_styles/transitions/fade-in.cssr.js +33 -0
  2043. package/lib/_styles/transitions/fade-up-width-expand.cssr.d.ts +6 -0
  2044. package/lib/_styles/transitions/fade-up-width-expand.cssr.js +47 -0
  2045. package/lib/_styles/transitions/icon-switch.cssr.d.ts +9 -0
  2046. package/lib/_styles/transitions/icon-switch.cssr.js +36 -0
  2047. package/lib/_styles/transitions/slide-in-from-bottom.d.ts +8 -0
  2048. package/lib/_styles/transitions/slide-in-from-bottom.js +28 -0
  2049. package/lib/_styles/transitions/slide-in-from-left.d.ts +8 -0
  2050. package/lib/_styles/transitions/slide-in-from-left.js +28 -0
  2051. package/lib/_styles/transitions/slide-in-from-right.d.ts +8 -0
  2052. package/lib/_styles/transitions/slide-in-from-right.js +28 -0
  2053. package/lib/_styles/transitions/slide-in-from-top.d.ts +8 -0
  2054. package/lib/_styles/transitions/slide-in-from-top.js +28 -0
  2055. package/lib/_utils/color/index.d.ts +2 -0
  2056. package/lib/_utils/color/index.js +12 -0
  2057. package/lib/_utils/composable/index.d.ts +7 -0
  2058. package/lib/_utils/composable/index.js +122 -0
  2059. package/lib/_utils/composable/use-adjusted-to.d.ts +14 -0
  2060. package/lib/_utils/composable/use-adjusted-to.js +44 -0
  2061. package/lib/_utils/composable/use-browser-location.d.ts +13 -0
  2062. package/lib/_utils/composable/use-browser-location.js +40 -0
  2063. package/lib/_utils/composable/use-houdini.d.ts +1 -0
  2064. package/lib/_utils/composable/use-houdini.js +29 -0
  2065. package/lib/_utils/css/format-length.d.ts +7 -0
  2066. package/lib/_utils/css/format-length.js +33 -0
  2067. package/lib/_utils/css/index.d.ts +1 -0
  2068. package/lib/_utils/css/index.js +5 -0
  2069. package/lib/_utils/cssr/create-key.d.ts +44 -0
  2070. package/lib/_utils/cssr/create-key.js +12 -0
  2071. package/lib/_utils/cssr/index.d.ts +12 -0
  2072. package/lib/_utils/cssr/index.js +60 -0
  2073. package/lib/_utils/index.d.ts +7 -0
  2074. package/lib/_utils/index.js +37 -0
  2075. package/lib/_utils/naive/attribute.d.ts +2 -0
  2076. package/lib/_utils/naive/attribute.js +15 -0
  2077. package/lib/_utils/naive/extract-public-props.d.ts +6 -0
  2078. package/lib/_utils/naive/extract-public-props.js +2 -0
  2079. package/lib/_utils/naive/index.d.ts +6 -0
  2080. package/lib/_utils/naive/index.js +23 -0
  2081. package/lib/_utils/naive/mutable.d.ts +3 -0
  2082. package/lib/_utils/naive/mutable.js +2 -0
  2083. package/lib/_utils/naive/prop.d.ts +2 -0
  2084. package/lib/_utils/naive/prop.js +29 -0
  2085. package/lib/_utils/naive/warn.d.ts +3 -0
  2086. package/lib/_utils/naive/warn.js +20 -0
  2087. package/lib/_utils/naive/window.d.ts +1 -0
  2088. package/lib/_utils/naive/window.js +4 -0
  2089. package/lib/_utils/vue/call.d.ts +6 -0
  2090. package/lib/_utils/vue/call.js +11 -0
  2091. package/lib/_utils/vue/create-data-key.d.ts +1 -0
  2092. package/lib/_utils/vue/create-data-key.js +7 -0
  2093. package/lib/_utils/vue/create-ref-setter.d.ts +2 -0
  2094. package/lib/_utils/vue/create-ref-setter.js +14 -0
  2095. package/lib/_utils/vue/flatten.d.ts +2 -0
  2096. package/lib/_utils/vue/flatten.js +34 -0
  2097. package/lib/_utils/vue/get-first-slot-vnode.d.ts +2 -0
  2098. package/lib/_utils/vue/get-first-slot-vnode.js +22 -0
  2099. package/lib/_utils/vue/get-slot.d.ts +2 -0
  2100. package/lib/_utils/vue/get-slot.js +11 -0
  2101. package/lib/_utils/vue/get-v-node-children.d.ts +2 -0
  2102. package/lib/_utils/vue/get-v-node-children.js +16 -0
  2103. package/lib/_utils/vue/index.d.ts +12 -0
  2104. package/lib/_utils/vue/index.js +25 -0
  2105. package/lib/_utils/vue/keep.d.ts +1 -0
  2106. package/lib/_utils/vue/keep.js +11 -0
  2107. package/lib/_utils/vue/keysOf.d.ts +1 -0
  2108. package/lib/_utils/vue/keysOf.js +7 -0
  2109. package/lib/_utils/vue/omit.d.ts +1 -0
  2110. package/lib/_utils/vue/omit.js +14 -0
  2111. package/lib/_utils/vue/render.d.ts +2 -0
  2112. package/lib/_utils/vue/render.js +19 -0
  2113. package/lib/affix/index.d.ts +2 -0
  2114. package/lib/affix/index.js +5 -0
  2115. package/lib/affix/src/Affix.d.ts +89 -0
  2116. package/lib/affix/src/Affix.js +187 -0
  2117. package/lib/affix/src/styles/index.cssr.d.ts +2 -0
  2118. package/lib/affix/src/styles/index.cssr.js +13 -0
  2119. package/lib/affix/src/utils.d.ts +6 -0
  2120. package/lib/affix/src/utils.js +13 -0
  2121. package/lib/alert/index.d.ts +2 -0
  2122. package/lib/alert/index.js +5 -0
  2123. package/lib/alert/src/Alert.d.ts +729 -0
  2124. package/lib/alert/src/Alert.js +138 -0
  2125. package/lib/alert/src/styles/index.cssr.d.ts +2 -0
  2126. package/lib/alert/src/styles/index.cssr.js +91 -0
  2127. package/lib/alert/styles/_common.d.ts +8 -0
  2128. package/lib/alert/styles/_common.js +9 -0
  2129. package/lib/alert/styles/dark.d.ts +3 -0
  2130. package/lib/alert/styles/dark.js +19 -0
  2131. package/lib/alert/styles/index.d.ts +3 -0
  2132. package/lib/alert/styles/index.js +7 -0
  2133. package/lib/alert/styles/light.d.ts +57 -0
  2134. package/lib/alert/styles/light.js +18 -0
  2135. package/lib/anchor/index.d.ts +4 -0
  2136. package/lib/anchor/index.js +7 -0
  2137. package/lib/anchor/src/AnchorAdapter.d.ts +270 -0
  2138. package/lib/anchor/src/AnchorAdapter.js +49 -0
  2139. package/lib/anchor/src/BaseAnchor.d.ts +87 -0
  2140. package/lib/anchor/src/BaseAnchor.js +260 -0
  2141. package/lib/anchor/src/Link.d.ts +27 -0
  2142. package/lib/anchor/src/Link.js +46 -0
  2143. package/lib/anchor/src/styles/index.cssr.d.ts +2 -0
  2144. package/lib/anchor/src/styles/index.cssr.js +96 -0
  2145. package/lib/anchor/src/utils.d.ts +5 -0
  2146. package/lib/anchor/src/utils.js +14 -0
  2147. package/lib/anchor/styles/_common.d.ts +6 -0
  2148. package/lib/anchor/styles/_common.js +7 -0
  2149. package/lib/anchor/styles/dark.d.ts +3 -0
  2150. package/lib/anchor/styles/dark.js +10 -0
  2151. package/lib/anchor/styles/index.d.ts +3 -0
  2152. package/lib/anchor/styles/index.js +7 -0
  2153. package/lib/anchor/styles/light.d.ts +19 -0
  2154. package/lib/anchor/styles/light.js +17 -0
  2155. package/lib/auto-complete/index.d.ts +3 -0
  2156. package/lib/auto-complete/index.js +5 -0
  2157. package/lib/auto-complete/src/AutoComplete.d.ts +1481 -0
  2158. package/lib/auto-complete/src/AutoComplete.js +251 -0
  2159. package/lib/auto-complete/src/interface.d.ts +9 -0
  2160. package/lib/auto-complete/src/interface.js +2 -0
  2161. package/lib/auto-complete/src/styles/index.cssr.d.ts +2 -0
  2162. package/lib/auto-complete/src/styles/index.cssr.js +24 -0
  2163. package/lib/auto-complete/src/utils.d.ts +3 -0
  2164. package/lib/auto-complete/src/utils.js +29 -0
  2165. package/lib/auto-complete/styles/dark.d.ts +3 -0
  2166. package/lib/auto-complete/styles/dark.js +16 -0
  2167. package/lib/auto-complete/styles/index.d.ts +3 -0
  2168. package/lib/auto-complete/styles/index.js +7 -0
  2169. package/lib/auto-complete/styles/light.d.ts +123 -0
  2170. package/lib/auto-complete/styles/light.js +24 -0
  2171. package/lib/avatar/index.d.ts +2 -0
  2172. package/lib/avatar/index.js +5 -0
  2173. package/lib/avatar/src/Avatar.d.ts +161 -0
  2174. package/lib/avatar/src/Avatar.js +72 -0
  2175. package/lib/avatar/src/styles/index.cssr.d.ts +2 -0
  2176. package/lib/avatar/src/styles/index.cssr.js +43 -0
  2177. package/lib/avatar/styles/dark.d.ts +3 -0
  2178. package/lib/avatar/styles/dark.js +10 -0
  2179. package/lib/avatar/styles/index.d.ts +3 -0
  2180. package/lib/avatar/styles/index.js +7 -0
  2181. package/lib/avatar/styles/light.d.ts +16 -0
  2182. package/lib/avatar/styles/light.js +24 -0
  2183. package/lib/back-top/index.d.ts +2 -0
  2184. package/lib/back-top/index.js +5 -0
  2185. package/lib/back-top/src/BackTop.d.ts +281 -0
  2186. package/lib/back-top/src/BackTop.js +219 -0
  2187. package/lib/back-top/src/BackTopIcon.d.ts +2 -0
  2188. package/lib/back-top/src/BackTopIcon.js +12 -0
  2189. package/lib/back-top/src/styles/index.cssr.d.ts +2 -0
  2190. package/lib/back-top/src/styles/index.cssr.js +59 -0
  2191. package/lib/back-top/styles/_common.d.ts +7 -0
  2192. package/lib/back-top/styles/_common.js +8 -0
  2193. package/lib/back-top/styles/dark.d.ts +3 -0
  2194. package/lib/back-top/styles/dark.js +13 -0
  2195. package/lib/back-top/styles/index.d.ts +3 -0
  2196. package/lib/back-top/styles/index.js +7 -0
  2197. package/lib/back-top/styles/light.d.ts +20 -0
  2198. package/lib/back-top/styles/light.js +14 -0
  2199. package/lib/badge/index.d.ts +2 -0
  2200. package/lib/badge/index.js +5 -0
  2201. package/lib/badge/src/Badge.d.ts +177 -0
  2202. package/lib/badge/src/Badge.js +83 -0
  2203. package/lib/badge/src/styles/index.cssr.d.ts +2 -0
  2204. package/lib/badge/src/styles/index.cssr.js +87 -0
  2205. package/lib/badge/styles/dark.d.ts +3 -0
  2206. package/lib/badge/styles/dark.js +20 -0
  2207. package/lib/badge/styles/index.d.ts +3 -0
  2208. package/lib/badge/styles/index.js +7 -0
  2209. package/lib/badge/styles/light.d.ts +15 -0
  2210. package/lib/badge/styles/light.js +21 -0
  2211. package/lib/breadcrumb/index.d.ts +4 -0
  2212. package/lib/breadcrumb/index.js +7 -0
  2213. package/lib/breadcrumb/src/Breadcrumb.d.ts +124 -0
  2214. package/lib/breadcrumb/src/Breadcrumb.js +44 -0
  2215. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +17 -0
  2216. package/lib/breadcrumb/src/BreadcrumbItem.js +40 -0
  2217. package/lib/breadcrumb/src/styles/index.cssr.d.ts +2 -0
  2218. package/lib/breadcrumb/src/styles/index.cssr.js +60 -0
  2219. package/lib/breadcrumb/styles/_common.d.ts +4 -0
  2220. package/lib/breadcrumb/styles/_common.js +5 -0
  2221. package/lib/breadcrumb/styles/dark.d.ts +3 -0
  2222. package/lib/breadcrumb/styles/dark.js +10 -0
  2223. package/lib/breadcrumb/styles/index.d.ts +3 -0
  2224. package/lib/breadcrumb/styles/index.js +7 -0
  2225. package/lib/breadcrumb/styles/light.d.ts +15 -0
  2226. package/lib/breadcrumb/styles/light.js +16 -0
  2227. package/lib/button/index.d.ts +4 -0
  2228. package/lib/button/index.js +8 -0
  2229. package/lib/button/src/Button.d.ts +1967 -0
  2230. package/lib/button/src/Button.js +354 -0
  2231. package/lib/button/src/ButtonGroup.d.ts +35 -0
  2232. package/lib/button/src/ButtonGroup.js +33 -0
  2233. package/lib/button/src/interface.d.ts +2 -0
  2234. package/lib/button/src/interface.js +2 -0
  2235. package/lib/button/src/styles/button-group.cssr.d.ts +3 -0
  2236. package/lib/button/src/styles/button-group.cssr.js +63 -0
  2237. package/lib/button/src/styles/button-rtl.cssr.d.ts +2 -0
  2238. package/lib/button/src/styles/button-rtl.cssr.js +17 -0
  2239. package/lib/button/src/styles/button.cssr.d.ts +2 -0
  2240. package/lib/button/src/styles/button.cssr.js +190 -0
  2241. package/lib/button/styles/_common.d.ts +20 -0
  2242. package/lib/button/styles/_common.js +21 -0
  2243. package/lib/button/styles/dark.d.ts +3 -0
  2244. package/lib/button/styles/dark.js +14 -0
  2245. package/lib/button/styles/index.d.ts +4 -0
  2246. package/lib/button/styles/index.js +9 -0
  2247. package/lib/button/styles/light.d.ts +201 -0
  2248. package/lib/button/styles/light.js +31 -0
  2249. package/lib/button/styles/rtl.d.ts +5 -0
  2250. package/lib/button/styles/rtl.js +7 -0
  2251. package/lib/calendar/index.d.ts +2 -0
  2252. package/lib/calendar/index.js +5 -0
  2253. package/lib/calendar/src/Calendar.d.ts +2383 -0
  2254. package/lib/calendar/src/Calendar.js +147 -0
  2255. package/lib/calendar/src/interface.d.ts +6 -0
  2256. package/lib/calendar/src/interface.js +2 -0
  2257. package/lib/calendar/src/styles/index.cssr.d.ts +2 -0
  2258. package/lib/calendar/src/styles/index.cssr.js +140 -0
  2259. package/lib/calendar/styles/_common.d.ts +4 -0
  2260. package/lib/calendar/styles/_common.js +5 -0
  2261. package/lib/calendar/styles/dark.d.ts +3 -0
  2262. package/lib/calendar/styles/dark.js +14 -0
  2263. package/lib/calendar/styles/index.d.ts +3 -0
  2264. package/lib/calendar/styles/index.js +7 -0
  2265. package/lib/calendar/styles/light.d.ts +244 -0
  2266. package/lib/calendar/styles/light.js +23 -0
  2267. package/lib/card/index.d.ts +2 -0
  2268. package/lib/card/index.js +5 -0
  2269. package/lib/card/src/Card.d.ts +563 -0
  2270. package/lib/card/src/Card.js +114 -0
  2271. package/lib/card/src/styles/index.cssr.d.ts +2 -0
  2272. package/lib/card/src/styles/index.cssr.js +123 -0
  2273. package/lib/card/src/styles/rtl.cssr.d.ts +2 -0
  2274. package/lib/card/src/styles/rtl.cssr.js +11 -0
  2275. package/lib/card/styles/_common.d.ts +12 -0
  2276. package/lib/card/styles/_common.js +13 -0
  2277. package/lib/card/styles/dark.d.ts +3 -0
  2278. package/lib/card/styles/dark.js +15 -0
  2279. package/lib/card/styles/index.d.ts +4 -0
  2280. package/lib/card/styles/index.js +9 -0
  2281. package/lib/card/styles/light.d.ts +37 -0
  2282. package/lib/card/styles/light.js +16 -0
  2283. package/lib/card/styles/rtl.d.ts +5 -0
  2284. package/lib/card/styles/rtl.js +7 -0
  2285. package/lib/carousel/index.d.ts +2 -0
  2286. package/lib/carousel/index.js +5 -0
  2287. package/lib/carousel/src/Carousel.d.ts +135 -0
  2288. package/lib/carousel/src/Carousel.js +303 -0
  2289. package/lib/carousel/src/styles/index.cssr.d.ts +2 -0
  2290. package/lib/carousel/src/styles/index.cssr.js +121 -0
  2291. package/lib/carousel/styles/dark.d.ts +3 -0
  2292. package/lib/carousel/styles/dark.js +10 -0
  2293. package/lib/carousel/styles/index.d.ts +3 -0
  2294. package/lib/carousel/styles/index.js +7 -0
  2295. package/lib/carousel/styles/light.d.ts +12 -0
  2296. package/lib/carousel/styles/light.js +19 -0
  2297. package/lib/cascader/index.d.ts +3 -0
  2298. package/lib/cascader/index.js +5 -0
  2299. package/lib/cascader/src/Cascader.d.ts +2194 -0
  2300. package/lib/cascader/src/Cascader.js +740 -0
  2301. package/lib/cascader/src/CascaderMenu.d.ts +77 -0
  2302. package/lib/cascader/src/CascaderMenu.js +125 -0
  2303. package/lib/cascader/src/CascaderOption.d.ts +354 -0
  2304. package/lib/cascader/src/CascaderOption.js +182 -0
  2305. package/lib/cascader/src/CascaderSelectMenu.d.ts +393 -0
  2306. package/lib/cascader/src/CascaderSelectMenu.js +141 -0
  2307. package/lib/cascader/src/CascaderSubmenu.d.ts +362 -0
  2308. package/lib/cascader/src/CascaderSubmenu.js +67 -0
  2309. package/lib/cascader/src/interface.d.ts +71 -0
  2310. package/lib/cascader/src/interface.js +4 -0
  2311. package/lib/cascader/src/styles/index.cssr.d.ts +2 -0
  2312. package/lib/cascader/src/styles/index.cssr.js +139 -0
  2313. package/lib/cascader/src/utils.d.ts +14 -0
  2314. package/lib/cascader/src/utils.js +56 -0
  2315. package/lib/cascader/styles/dark.d.ts +3 -0
  2316. package/lib/cascader/styles/dark.js +20 -0
  2317. package/lib/cascader/styles/index.d.ts +3 -0
  2318. package/lib/cascader/styles/index.js +7 -0
  2319. package/lib/cascader/styles/light.d.ts +191 -0
  2320. package/lib/cascader/styles/light.js +42 -0
  2321. package/lib/checkbox/index.d.ts +4 -0
  2322. package/lib/checkbox/index.js +7 -0
  2323. package/lib/checkbox/src/CheckMark.d.ts +2 -0
  2324. package/lib/checkbox/src/CheckMark.js +5 -0
  2325. package/lib/checkbox/src/Checkbox.d.ts +534 -0
  2326. package/lib/checkbox/src/Checkbox.js +219 -0
  2327. package/lib/checkbox/src/CheckboxGroup.d.ts +84 -0
  2328. package/lib/checkbox/src/CheckboxGroup.js +133 -0
  2329. package/lib/checkbox/src/LineMark.d.ts +2 -0
  2330. package/lib/checkbox/src/LineMark.js +5 -0
  2331. package/lib/checkbox/src/interface.d.ts +2 -0
  2332. package/lib/checkbox/src/interface.js +2 -0
  2333. package/lib/checkbox/src/styles/index.cssr.d.ts +2 -0
  2334. package/lib/checkbox/src/styles/index.cssr.js +145 -0
  2335. package/lib/checkbox/styles/_common.d.ts +7 -0
  2336. package/lib/checkbox/styles/_common.js +8 -0
  2337. package/lib/checkbox/styles/dark.d.ts +3 -0
  2338. package/lib/checkbox/styles/dark.js +16 -0
  2339. package/lib/checkbox/styles/index.d.ts +3 -0
  2340. package/lib/checkbox/styles/index.js +7 -0
  2341. package/lib/checkbox/styles/light.d.ts +34 -0
  2342. package/lib/checkbox/styles/light.js +19 -0
  2343. package/lib/code/index.d.ts +2 -0
  2344. package/lib/code/index.js +5 -0
  2345. package/lib/code/src/Code.d.ts +206 -0
  2346. package/lib/code/src/Code.js +97 -0
  2347. package/lib/code/src/styles/index.cssr.d.ts +2 -0
  2348. package/lib/code/src/styles/index.cssr.js +88 -0
  2349. package/lib/code/styles/dark.d.ts +3 -0
  2350. package/lib/code/styles/dark.js +26 -0
  2351. package/lib/code/styles/index.d.ts +3 -0
  2352. package/lib/code/styles/index.js +7 -0
  2353. package/lib/code/styles/light.d.ts +20 -0
  2354. package/lib/code/styles/light.js +27 -0
  2355. package/lib/collapse/index.d.ts +4 -0
  2356. package/lib/collapse/index.js +7 -0
  2357. package/lib/collapse/src/Collapse.d.ts +305 -0
  2358. package/lib/collapse/src/Collapse.js +125 -0
  2359. package/lib/collapse/src/CollapseItem.d.ts +32 -0
  2360. package/lib/collapse/src/CollapseItem.js +97 -0
  2361. package/lib/collapse/src/CollapseItemContent.d.ts +25 -0
  2362. package/lib/collapse/src/CollapseItemContent.js +40 -0
  2363. package/lib/collapse/src/interface.d.ts +9 -0
  2364. package/lib/collapse/src/interface.js +2 -0
  2365. package/lib/collapse/src/styles/index.cssr.d.ts +2 -0
  2366. package/lib/collapse/src/styles/index.cssr.js +76 -0
  2367. package/lib/collapse/styles/dark.d.ts +3 -0
  2368. package/lib/collapse/styles/dark.js +10 -0
  2369. package/lib/collapse/styles/index.d.ts +3 -0
  2370. package/lib/collapse/styles/index.js +7 -0
  2371. package/lib/collapse/styles/light.d.ts +15 -0
  2372. package/lib/collapse/styles/light.js +23 -0
  2373. package/lib/collapse-transition/index.d.ts +2 -0
  2374. package/lib/collapse-transition/index.js +5 -0
  2375. package/lib/collapse-transition/src/CollapseTransition.d.ts +56 -0
  2376. package/lib/collapse-transition/src/CollapseTransition.js +37 -0
  2377. package/lib/collapse-transition/src/styles/index.cssr.d.ts +2 -0
  2378. package/lib/collapse-transition/src/styles/index.cssr.js +13 -0
  2379. package/lib/collapse-transition/styles/dark.d.ts +3 -0
  2380. package/lib/collapse-transition/styles/dark.js +10 -0
  2381. package/lib/collapse-transition/styles/index.d.ts +3 -0
  2382. package/lib/collapse-transition/styles/index.js +7 -0
  2383. package/lib/collapse-transition/styles/light.d.ts +9 -0
  2384. package/lib/collapse-transition/styles/light.js +17 -0
  2385. package/lib/color-picker/index.d.ts +2 -0
  2386. package/lib/color-picker/index.js +5 -0
  2387. package/lib/color-picker/src/AlphaSlider.d.ts +42 -0
  2388. package/lib/color-picker/src/AlphaSlider.js +104 -0
  2389. package/lib/color-picker/src/ColorInput.d.ts +61 -0
  2390. package/lib/color-picker/src/ColorInput.js +105 -0
  2391. package/lib/color-picker/src/ColorInputUnit.d.ts +419 -0
  2392. package/lib/color-picker/src/ColorInputUnit.js +150 -0
  2393. package/lib/color-picker/src/ColorPicker.d.ts +2591 -0
  2394. package/lib/color-picker/src/ColorPicker.js +410 -0
  2395. package/lib/color-picker/src/ColorPickerSwatches.d.ts +39 -0
  2396. package/lib/color-picker/src/ColorPickerSwatches.js +144 -0
  2397. package/lib/color-picker/src/ColorPickerTrigger.d.ts +32 -0
  2398. package/lib/color-picker/src/ColorPickerTrigger.js +39 -0
  2399. package/lib/color-picker/src/HueSlider.d.ts +31 -0
  2400. package/lib/color-picker/src/HueSlider.js +90 -0
  2401. package/lib/color-picker/src/Pallete.d.ts +47 -0
  2402. package/lib/color-picker/src/Pallete.js +93 -0
  2403. package/lib/color-picker/src/interface.d.ts +2 -0
  2404. package/lib/color-picker/src/interface.js +2 -0
  2405. package/lib/color-picker/src/styles/index.cssr.d.ts +2 -0
  2406. package/lib/color-picker/src/styles/index.cssr.js +163 -0
  2407. package/lib/color-picker/src/utils.d.ts +7 -0
  2408. package/lib/color-picker/src/utils.js +50 -0
  2409. package/lib/color-picker/styles/dark.d.ts +3 -0
  2410. package/lib/color-picker/styles/dark.js +16 -0
  2411. package/lib/color-picker/styles/index.d.ts +3 -0
  2412. package/lib/color-picker/styles/index.js +7 -0
  2413. package/lib/color-picker/styles/light.d.ts +290 -0
  2414. package/lib/color-picker/styles/light.js +36 -0
  2415. package/lib/components.d.ts +80 -0
  2416. package/lib/components.js +92 -0
  2417. package/lib/composables/index.d.ts +1 -0
  2418. package/lib/composables/index.js +5 -0
  2419. package/lib/composables/use-theme-vars.d.ts +3 -0
  2420. package/lib/composables/use-theme-vars.js +22 -0
  2421. package/lib/config-provider/index.d.ts +3 -0
  2422. package/lib/config-provider/index.js +17 -0
  2423. package/lib/config-provider/src/ConfigProvider.d.ts +380 -0
  2424. package/lib/config-provider/src/ConfigProvider.js +167 -0
  2425. package/lib/config-provider/src/config.d.ts +8 -0
  2426. package/lib/config-provider/src/config.js +11 -0
  2427. package/lib/config-provider/src/interface.d.ts +12 -0
  2428. package/lib/config-provider/src/interface.js +2 -0
  2429. package/lib/config-provider/src/internal-interface.d.ts +229 -0
  2430. package/lib/config-provider/src/internal-interface.js +2 -0
  2431. package/lib/create.d.ts +13 -0
  2432. package/lib/create.js +32 -0
  2433. package/lib/data-table/index.d.ts +3 -0
  2434. package/lib/data-table/index.js +5 -0
  2435. package/lib/data-table/src/DataTable.d.ts +6617 -0
  2436. package/lib/data-table/src/DataTable.js +308 -0
  2437. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +968 -0
  2438. package/lib/data-table/src/HeaderButton/FilterButton.js +110 -0
  2439. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1006 -0
  2440. package/lib/data-table/src/HeaderButton/FilterMenu.js +132 -0
  2441. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +28 -0
  2442. package/lib/data-table/src/HeaderButton/RenderFilter.js +27 -0
  2443. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +21 -0
  2444. package/lib/data-table/src/HeaderButton/RenderSorter.js +23 -0
  2445. package/lib/data-table/src/HeaderButton/SortButton.d.ts +18 -0
  2446. package/lib/data-table/src/HeaderButton/SortButton.js +54 -0
  2447. package/lib/data-table/src/MainTable.d.ts +20 -0
  2448. package/lib/data-table/src/MainTable.js +75 -0
  2449. package/lib/data-table/src/TableParts/Body.d.ts +1011 -0
  2450. package/lib/data-table/src/TableParts/Body.js +410 -0
  2451. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +25 -0
  2452. package/lib/data-table/src/TableParts/BodyCheckbox.js +32 -0
  2453. package/lib/data-table/src/TableParts/Cell.d.ts +1906 -0
  2454. package/lib/data-table/src/TableParts/Cell.js +48 -0
  2455. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +23 -0
  2456. package/lib/data-table/src/TableParts/ExpandTrigger.js +26 -0
  2457. package/lib/data-table/src/TableParts/Header.d.ts +975 -0
  2458. package/lib/data-table/src/TableParts/Header.js +129 -0
  2459. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +18 -0
  2460. package/lib/data-table/src/TableParts/SelectionMenu.js +76 -0
  2461. package/lib/data-table/src/interface.d.ts +220 -0
  2462. package/lib/data-table/src/interface.js +4 -0
  2463. package/lib/data-table/src/styles/index.cssr.d.ts +3 -0
  2464. package/lib/data-table/src/styles/index.cssr.js +362 -0
  2465. package/lib/data-table/src/use-check.d.ts +21 -0
  2466. package/lib/data-table/src/use-check.js +121 -0
  2467. package/lib/data-table/src/use-expand.d.ts +7 -0
  2468. package/lib/data-table/src/use-expand.js +38 -0
  2469. package/lib/data-table/src/use-group-header.d.ts +20 -0
  2470. package/lib/data-table/src/use-group-header.js +106 -0
  2471. package/lib/data-table/src/use-scroll.d.ts +27 -0
  2472. package/lib/data-table/src/use-scroll.js +189 -0
  2473. package/lib/data-table/src/use-sorter.d.ts +20 -0
  2474. package/lib/data-table/src/use-sorter.js +195 -0
  2475. package/lib/data-table/src/use-table-data.d.ts +36 -0
  2476. package/lib/data-table/src/use-table-data.js +300 -0
  2477. package/lib/data-table/src/utils.d.ts +15 -0
  2478. package/lib/data-table/src/utils.js +102 -0
  2479. package/lib/data-table/styles/_common.d.ts +15 -0
  2480. package/lib/data-table/styles/_common.js +16 -0
  2481. package/lib/data-table/styles/dark.d.ts +3 -0
  2482. package/lib/data-table/styles/dark.js +33 -0
  2483. package/lib/data-table/styles/index.d.ts +3 -0
  2484. package/lib/data-table/styles/index.js +7 -0
  2485. package/lib/data-table/styles/light.d.ts +638 -0
  2486. package/lib/data-table/styles/light.js +46 -0
  2487. package/lib/date-picker/index.d.ts +2 -0
  2488. package/lib/date-picker/index.js +5 -0
  2489. package/lib/date-picker/src/DatePicker.d.ts +6607 -0
  2490. package/lib/date-picker/src/DatePicker.js +611 -0
  2491. package/lib/date-picker/src/config.d.ts +2 -0
  2492. package/lib/date-picker/src/config.js +6 -0
  2493. package/lib/date-picker/src/interface.d.ts +50 -0
  2494. package/lib/date-picker/src/interface.js +4 -0
  2495. package/lib/date-picker/src/panel/date.d.ts +1125 -0
  2496. package/lib/date-picker/src/panel/date.js +79 -0
  2497. package/lib/date-picker/src/panel/daterange.d.ts +1119 -0
  2498. package/lib/date-picker/src/panel/daterange.js +107 -0
  2499. package/lib/date-picker/src/panel/datetime.d.ts +1131 -0
  2500. package/lib/date-picker/src/panel/datetime.js +76 -0
  2501. package/lib/date-picker/src/panel/datetimerange.d.ts +1119 -0
  2502. package/lib/date-picker/src/panel/datetimerange.js +114 -0
  2503. package/lib/date-picker/src/panel/month.d.ts +1146 -0
  2504. package/lib/date-picker/src/panel/month.js +79 -0
  2505. package/lib/date-picker/src/panel/use-calendar.d.ts +1122 -0
  2506. package/lib/date-picker/src/panel/use-calendar.js +232 -0
  2507. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +1122 -0
  2508. package/lib/date-picker/src/panel/use-dual-calendar.js +454 -0
  2509. package/lib/date-picker/src/panel/use-panel-common.d.ts +1063 -0
  2510. package/lib/date-picker/src/panel/use-panel-common.js +138 -0
  2511. package/lib/date-picker/src/styles/index.cssr.d.ts +2 -0
  2512. package/lib/date-picker/src/styles/index.cssr.js +329 -0
  2513. package/lib/date-picker/src/utils.d.ts +47 -0
  2514. package/lib/date-picker/src/utils.js +155 -0
  2515. package/lib/date-picker/src/validation-utils.d.ts +26 -0
  2516. package/lib/date-picker/src/validation-utils.js +183 -0
  2517. package/lib/date-picker/styles/_common.d.ts +26 -0
  2518. package/lib/date-picker/styles/_common.js +28 -0
  2519. package/lib/date-picker/styles/dark.d.ts +3 -0
  2520. package/lib/date-picker/styles/dark.js +28 -0
  2521. package/lib/date-picker/styles/index.d.ts +3 -0
  2522. package/lib/date-picker/styles/index.js +7 -0
  2523. package/lib/date-picker/styles/light.d.ts +645 -0
  2524. package/lib/date-picker/styles/light.js +29 -0
  2525. package/lib/descriptions/index.d.ts +4 -0
  2526. package/lib/descriptions/index.js +7 -0
  2527. package/lib/descriptions/src/Descriptions.d.ts +393 -0
  2528. package/lib/descriptions/src/Descriptions.js +141 -0
  2529. package/lib/descriptions/src/DescriptionsItem.d.ts +35 -0
  2530. package/lib/descriptions/src/DescriptionsItem.js +21 -0
  2531. package/lib/descriptions/src/styles/index.cssr.d.ts +2 -0
  2532. package/lib/descriptions/src/styles/index.cssr.js +125 -0
  2533. package/lib/descriptions/src/utils.d.ts +3 -0
  2534. package/lib/descriptions/src/utils.js +11 -0
  2535. package/lib/descriptions/styles/_common.d.ts +15 -0
  2536. package/lib/descriptions/styles/_common.js +16 -0
  2537. package/lib/descriptions/styles/dark.d.ts +3 -0
  2538. package/lib/descriptions/styles/dark.js +10 -0
  2539. package/lib/descriptions/styles/index.d.ts +3 -0
  2540. package/lib/descriptions/styles/index.js +7 -0
  2541. package/lib/descriptions/styles/light.d.ts +37 -0
  2542. package/lib/descriptions/styles/light.js +20 -0
  2543. package/lib/dialog/index.d.ts +5 -0
  2544. package/lib/dialog/index.js +9 -0
  2545. package/lib/dialog/src/Dialog.d.ts +1807 -0
  2546. package/lib/dialog/src/Dialog.js +147 -0
  2547. package/lib/dialog/src/DialogEnvironment.d.ts +136 -0
  2548. package/lib/dialog/src/DialogEnvironment.js +99 -0
  2549. package/lib/dialog/src/DialogProvider.d.ts +78 -0
  2550. package/lib/dialog/src/DialogProvider.js +76 -0
  2551. package/lib/dialog/src/interface.d.ts +1 -0
  2552. package/lib/dialog/src/interface.js +2 -0
  2553. package/lib/dialog/src/styles/index.cssr.d.ts +2 -0
  2554. package/lib/dialog/src/styles/index.cssr.js +95 -0
  2555. package/lib/dialog/src/use-dialog.d.ts +2 -0
  2556. package/lib/dialog/src/use-dialog.js +14 -0
  2557. package/lib/dialog/styles/_common.d.ts +13 -0
  2558. package/lib/dialog/styles/_common.js +14 -0
  2559. package/lib/dialog/styles/dark.d.ts +3 -0
  2560. package/lib/dialog/styles/dark.js +14 -0
  2561. package/lib/dialog/styles/index.d.ts +3 -0
  2562. package/lib/dialog/styles/index.js +7 -0
  2563. package/lib/dialog/styles/light.d.ts +256 -0
  2564. package/lib/dialog/styles/light.js +22 -0
  2565. package/lib/divider/index.d.ts +2 -0
  2566. package/lib/divider/index.js +5 -0
  2567. package/lib/divider/src/Divider.d.ts +89 -0
  2568. package/lib/divider/src/Divider.js +46 -0
  2569. package/lib/divider/src/styles/index.cssr.d.ts +2 -0
  2570. package/lib/divider/src/styles/index.cssr.js +65 -0
  2571. package/lib/divider/styles/dark.d.ts +3 -0
  2572. package/lib/divider/styles/dark.js +10 -0
  2573. package/lib/divider/styles/index.d.ts +3 -0
  2574. package/lib/divider/styles/index.js +7 -0
  2575. package/lib/divider/styles/light.d.ts +11 -0
  2576. package/lib/divider/styles/light.js +19 -0
  2577. package/lib/drawer/index.d.ts +4 -0
  2578. package/lib/drawer/index.js +7 -0
  2579. package/lib/drawer/src/Drawer.d.ts +545 -0
  2580. package/lib/drawer/src/Drawer.js +176 -0
  2581. package/lib/drawer/src/DrawerBodyWrapper.d.ts +180 -0
  2582. package/lib/drawer/src/DrawerBodyWrapper.js +87 -0
  2583. package/lib/drawer/src/DrawerContent.d.ts +192 -0
  2584. package/lib/drawer/src/DrawerContent.js +51 -0
  2585. package/lib/drawer/src/interface.d.ts +12 -0
  2586. package/lib/drawer/src/interface.js +5 -0
  2587. package/lib/drawer/src/styles/index.cssr.d.ts +2 -0
  2588. package/lib/drawer/src/styles/index.cssr.js +128 -0
  2589. package/lib/drawer/styles/dark.d.ts +3 -0
  2590. package/lib/drawer/styles/dark.js +14 -0
  2591. package/lib/drawer/styles/index.d.ts +3 -0
  2592. package/lib/drawer/styles/index.js +7 -0
  2593. package/lib/drawer/styles/light.d.ts +45 -0
  2594. package/lib/drawer/styles/light.js +37 -0
  2595. package/lib/dropdown/index.d.ts +3 -0
  2596. package/lib/dropdown/index.js +5 -0
  2597. package/lib/dropdown/src/Dropdown.d.ts +1157 -0
  2598. package/lib/dropdown/src/Dropdown.js +319 -0
  2599. package/lib/dropdown/src/DropdownDivider.d.ts +11 -0
  2600. package/lib/dropdown/src/DropdownDivider.js +15 -0
  2601. package/lib/dropdown/src/DropdownGroup.d.ts +28 -0
  2602. package/lib/dropdown/src/DropdownGroup.js +44 -0
  2603. package/lib/dropdown/src/DropdownGroupHeader.d.ts +22 -0
  2604. package/lib/dropdown/src/DropdownGroupHeader.js +51 -0
  2605. package/lib/dropdown/src/DropdownMenu.d.ts +42 -0
  2606. package/lib/dropdown/src/DropdownMenu.js +81 -0
  2607. package/lib/dropdown/src/DropdownOption.d.ts +60 -0
  2608. package/lib/dropdown/src/DropdownOption.js +215 -0
  2609. package/lib/dropdown/src/DropdownRenderOption.d.ts +14 -0
  2610. package/lib/dropdown/src/DropdownRenderOption.js +16 -0
  2611. package/lib/dropdown/src/interface.d.ts +41 -0
  2612. package/lib/dropdown/src/interface.js +2 -0
  2613. package/lib/dropdown/src/styles/index.cssr.d.ts +2 -0
  2614. package/lib/dropdown/src/styles/index.cssr.js +136 -0
  2615. package/lib/dropdown/src/utils.d.ts +5 -0
  2616. package/lib/dropdown/src/utils.js +20 -0
  2617. package/lib/dropdown/styles/_common.d.ts +24 -0
  2618. package/lib/dropdown/styles/_common.js +25 -0
  2619. package/lib/dropdown/styles/dark.d.ts +3 -0
  2620. package/lib/dropdown/styles/dark.js +23 -0
  2621. package/lib/dropdown/styles/index.d.ts +3 -0
  2622. package/lib/dropdown/styles/index.js +7 -0
  2623. package/lib/dropdown/styles/light.d.ts +129 -0
  2624. package/lib/dropdown/styles/light.js +30 -0
  2625. package/lib/dynamic-input/index.d.ts +2 -0
  2626. package/lib/dynamic-input/index.js +5 -0
  2627. package/lib/dynamic-input/src/DynamicInput.d.ts +2863 -0
  2628. package/lib/dynamic-input/src/DynamicInput.js +230 -0
  2629. package/lib/dynamic-input/src/InputPreset.d.ts +408 -0
  2630. package/lib/dynamic-input/src/InputPreset.js +38 -0
  2631. package/lib/dynamic-input/src/PairPreset.d.ts +429 -0
  2632. package/lib/dynamic-input/src/PairPreset.js +54 -0
  2633. package/lib/dynamic-input/src/interface.d.ts +11 -0
  2634. package/lib/dynamic-input/src/interface.js +4 -0
  2635. package/lib/dynamic-input/src/styles/index.cssr.d.ts +2 -0
  2636. package/lib/dynamic-input/src/styles/index.cssr.js +42 -0
  2637. package/lib/dynamic-input/styles/_common.d.ts +4 -0
  2638. package/lib/dynamic-input/styles/_common.js +5 -0
  2639. package/lib/dynamic-input/styles/dark.d.ts +3 -0
  2640. package/lib/dynamic-input/styles/dark.js +18 -0
  2641. package/lib/dynamic-input/styles/index.d.ts +3 -0
  2642. package/lib/dynamic-input/styles/index.js +7 -0
  2643. package/lib/dynamic-input/styles/light.d.ts +265 -0
  2644. package/lib/dynamic-input/styles/light.js +20 -0
  2645. package/lib/dynamic-tags/index.d.ts +2 -0
  2646. package/lib/dynamic-tags/index.js +5 -0
  2647. package/lib/dynamic-tags/src/DynamicTags.d.ts +3529 -0
  2648. package/lib/dynamic-tags/src/DynamicTags.js +150 -0
  2649. package/lib/dynamic-tags/src/interface.d.ts +1 -0
  2650. package/lib/dynamic-tags/src/interface.js +2 -0
  2651. package/lib/dynamic-tags/src/styles/index.cssr.d.ts +2 -0
  2652. package/lib/dynamic-tags/src/styles/index.cssr.js +13 -0
  2653. package/lib/dynamic-tags/styles/dark.d.ts +3 -0
  2654. package/lib/dynamic-tags/styles/dark.js +23 -0
  2655. package/lib/dynamic-tags/styles/index.d.ts +3 -0
  2656. package/lib/dynamic-tags/styles/index.js +7 -0
  2657. package/lib/dynamic-tags/styles/light.d.ts +330 -0
  2658. package/lib/dynamic-tags/styles/light.js +24 -0
  2659. package/lib/element/index.d.ts +2 -0
  2660. package/lib/element/index.js +5 -0
  2661. package/lib/element/src/Element.d.ts +37 -0
  2662. package/lib/element/src/Element.js +38 -0
  2663. package/lib/element/styles/dark.d.ts +3 -0
  2664. package/lib/element/styles/dark.js +8 -0
  2665. package/lib/element/styles/index.d.ts +3 -0
  2666. package/lib/element/styles/index.js +7 -0
  2667. package/lib/element/styles/light.d.ts +4 -0
  2668. package/lib/element/styles/light.js +8 -0
  2669. package/lib/ellipsis/index.d.ts +2 -0
  2670. package/lib/ellipsis/index.js +5 -0
  2671. package/lib/ellipsis/src/Ellipsis.d.ts +406 -0
  2672. package/lib/ellipsis/src/Ellipsis.js +153 -0
  2673. package/lib/ellipsis/src/styles/index.cssr.d.ts +2 -0
  2674. package/lib/ellipsis/src/styles/index.cssr.js +21 -0
  2675. package/lib/ellipsis/styles/dark.d.ts +3 -0
  2676. package/lib/ellipsis/styles/dark.js +12 -0
  2677. package/lib/ellipsis/styles/index.d.ts +3 -0
  2678. package/lib/ellipsis/styles/index.js +7 -0
  2679. package/lib/ellipsis/styles/light.d.ts +26 -0
  2680. package/lib/ellipsis/styles/light.js +13 -0
  2681. package/lib/empty/index.d.ts +2 -0
  2682. package/lib/empty/index.js +5 -0
  2683. package/lib/empty/src/Empty.d.ts +181 -0
  2684. package/lib/empty/src/Empty.js +69 -0
  2685. package/lib/empty/src/styles/index.cssr.d.ts +2 -0
  2686. package/lib/empty/src/styles/index.cssr.js +38 -0
  2687. package/lib/empty/styles/_common.d.ts +7 -0
  2688. package/lib/empty/styles/_common.js +8 -0
  2689. package/lib/empty/styles/dark.d.ts +3 -0
  2690. package/lib/empty/styles/dark.js +10 -0
  2691. package/lib/empty/styles/index.d.ts +3 -0
  2692. package/lib/empty/styles/index.js +7 -0
  2693. package/lib/empty/styles/light.d.ts +19 -0
  2694. package/lib/empty/styles/light.js +19 -0
  2695. package/lib/form/index.d.ts +11 -0
  2696. package/lib/form/index.js +15 -0
  2697. package/lib/form/src/Feedbacks.d.ts +19 -0
  2698. package/lib/form/src/Feedbacks.js +19 -0
  2699. package/lib/form/src/Form.d.ts +394 -0
  2700. package/lib/form/src/Form.js +105 -0
  2701. package/lib/form/src/FormItem.d.ts +430 -0
  2702. package/lib/form/src/FormItem.js +294 -0
  2703. package/lib/form/src/FormItemCol.d.ts +437 -0
  2704. package/lib/form/src/FormItemCol.js +40 -0
  2705. package/lib/form/src/FormItemGridItem.d.ts +443 -0
  2706. package/lib/form/src/FormItemGridItem.js +42 -0
  2707. package/lib/form/src/FormItemRow.d.ts +455 -0
  2708. package/lib/form/src/FormItemRow.js +38 -0
  2709. package/lib/form/src/interface.d.ts +49 -0
  2710. package/lib/form/src/interface.js +5 -0
  2711. package/lib/form/src/styles/form-item.cssr.d.ts +2 -0
  2712. package/lib/form/src/styles/form-item.cssr.js +100 -0
  2713. package/lib/form/src/styles/form.cssr.d.ts +2 -0
  2714. package/lib/form/src/styles/form.cssr.js +19 -0
  2715. package/lib/form/src/utils.d.ts +21 -0
  2716. package/lib/form/src/utils.js +161 -0
  2717. package/lib/form/styles/_common.d.ts +26 -0
  2718. package/lib/form/styles/_common.js +27 -0
  2719. package/lib/form/styles/dark.d.ts +3 -0
  2720. package/lib/form/styles/dark.js +10 -0
  2721. package/lib/form/styles/index.d.ts +3 -0
  2722. package/lib/form/styles/index.js +7 -0
  2723. package/lib/form/styles/light.d.ts +37 -0
  2724. package/lib/form/styles/light.js +16 -0
  2725. package/lib/global-style/index.d.ts +1 -0
  2726. package/lib/global-style/index.js +5 -0
  2727. package/lib/global-style/src/GlobalStyle.d.ts +2 -0
  2728. package/lib/global-style/src/GlobalStyle.js +55 -0
  2729. package/lib/gradient-text/index.d.ts +2 -0
  2730. package/lib/gradient-text/index.js +5 -0
  2731. package/lib/gradient-text/src/GradientText.d.ts +185 -0
  2732. package/lib/gradient-text/src/GradientText.js +75 -0
  2733. package/lib/gradient-text/src/styles/index.cssr.d.ts +2 -0
  2734. package/lib/gradient-text/src/styles/index.cssr.js +26 -0
  2735. package/lib/gradient-text/styles/dark.d.ts +3 -0
  2736. package/lib/gradient-text/styles/dark.js +25 -0
  2737. package/lib/gradient-text/styles/index.d.ts +3 -0
  2738. package/lib/gradient-text/styles/index.js +7 -0
  2739. package/lib/gradient-text/styles/light.d.ts +20 -0
  2740. package/lib/gradient-text/styles/light.js +27 -0
  2741. package/lib/grid/index.d.ts +5 -0
  2742. package/lib/grid/index.js +9 -0
  2743. package/lib/grid/src/Grid.d.ts +96 -0
  2744. package/lib/grid/src/Grid.js +195 -0
  2745. package/lib/grid/src/GridItem.d.ts +72 -0
  2746. package/lib/grid/src/GridItem.js +62 -0
  2747. package/lib/icon/index.d.ts +1 -0
  2748. package/lib/icon/index.js +6 -0
  2749. package/lib/icon/src/Icon.d.ts +82 -0
  2750. package/lib/icon/src/Icon.js +60 -0
  2751. package/lib/icon/src/styles/index.cssr.d.ts +2 -0
  2752. package/lib/icon/src/styles/index.cssr.js +32 -0
  2753. package/lib/icon/styles/dark.d.ts +3 -0
  2754. package/lib/icon/styles/dark.js +10 -0
  2755. package/lib/icon/styles/index.d.ts +3 -0
  2756. package/lib/icon/styles/index.js +7 -0
  2757. package/lib/icon/styles/light.d.ts +14 -0
  2758. package/lib/icon/styles/light.js +22 -0
  2759. package/lib/image/index.d.ts +4 -0
  2760. package/lib/image/index.js +7 -0
  2761. package/lib/image/src/Image.d.ts +87 -0
  2762. package/lib/image/src/Image.js +61 -0
  2763. package/lib/image/src/ImageGroup.d.ts +36 -0
  2764. package/lib/image/src/ImageGroup.js +67 -0
  2765. package/lib/image/src/ImagePreview.d.ts +53 -0
  2766. package/lib/image/src/ImagePreview.js +256 -0
  2767. package/lib/image/src/icons.d.ts +2 -0
  2768. package/lib/image/src/icons.js +8 -0
  2769. package/lib/image/src/styles/index.cssr.d.ts +2 -0
  2770. package/lib/image/src/styles/index.cssr.js +71 -0
  2771. package/lib/image/styles/dark.d.ts +2 -0
  2772. package/lib/image/styles/dark.js +14 -0
  2773. package/lib/image/styles/index.d.ts +3 -0
  2774. package/lib/image/styles/index.js +7 -0
  2775. package/lib/image/styles/light.d.ts +9 -0
  2776. package/lib/image/styles/light.js +15 -0
  2777. package/lib/index.d.ts +11 -0
  2778. package/lib/index.js +38 -0
  2779. package/lib/input/index.d.ts +7 -0
  2780. package/lib/input/index.js +9 -0
  2781. package/lib/input/src/Input.d.ts +1104 -0
  2782. package/lib/input/src/Input.js +742 -0
  2783. package/lib/input/src/InputGroup.d.ts +21 -0
  2784. package/lib/input/src/InputGroup.js +21 -0
  2785. package/lib/input/src/InputGroupLabel.d.ts +591 -0
  2786. package/lib/input/src/InputGroupLabel.js +46 -0
  2787. package/lib/input/src/WordCount.d.ts +2 -0
  2788. package/lib/input/src/WordCount.js +32 -0
  2789. package/lib/input/src/interface.d.ts +20 -0
  2790. package/lib/input/src/interface.js +4 -0
  2791. package/lib/input/src/styles/input-group-label.cssr.d.ts +2 -0
  2792. package/lib/input/src/styles/input-group-label.cssr.js +42 -0
  2793. package/lib/input/src/styles/input-group.cssr.d.ts +2 -0
  2794. package/lib/input/src/styles/input-group.cssr.js +64 -0
  2795. package/lib/input/src/styles/input.cssr.d.ts +2 -0
  2796. package/lib/input/src/styles/input.cssr.js +285 -0
  2797. package/lib/input/src/utils.d.ts +2 -0
  2798. package/lib/input/src/utils.js +16 -0
  2799. package/lib/input/styles/_common.d.ts +8 -0
  2800. package/lib/input/styles/_common.js +9 -0
  2801. package/lib/input/styles/dark.d.ts +3 -0
  2802. package/lib/input/styles/dark.js +37 -0
  2803. package/lib/input/styles/index.d.ts +3 -0
  2804. package/lib/input/styles/index.js +7 -0
  2805. package/lib/input/styles/light.d.ts +66 -0
  2806. package/lib/input/styles/light.js +38 -0
  2807. package/lib/input-number/index.d.ts +3 -0
  2808. package/lib/input-number/index.js +5 -0
  2809. package/lib/input-number/src/InputNumber.d.ts +2889 -0
  2810. package/lib/input-number/src/InputNumber.js +369 -0
  2811. package/lib/input-number/src/interface.d.ts +5 -0
  2812. package/lib/input-number/src/interface.js +2 -0
  2813. package/lib/input-number/src/styles/input-number.cssr.d.ts +2 -0
  2814. package/lib/input-number/src/styles/input-number.cssr.js +12 -0
  2815. package/lib/input-number/src/utils.d.ts +4 -0
  2816. package/lib/input-number/src/utils.js +48 -0
  2817. package/lib/input-number/styles/dark.d.ts +3 -0
  2818. package/lib/input-number/styles/dark.js +20 -0
  2819. package/lib/input-number/styles/index.d.ts +3 -0
  2820. package/lib/input-number/styles/index.js +7 -0
  2821. package/lib/input-number/styles/light.d.ts +266 -0
  2822. package/lib/input-number/styles/light.js +22 -0
  2823. package/lib/jest-setup.d.ts +0 -0
  2824. package/lib/jest-setup.js +5 -0
  2825. package/lib/layout/index.d.ts +10 -0
  2826. package/lib/layout/index.js +13 -0
  2827. package/lib/layout/src/Layout.d.ts +802 -0
  2828. package/lib/layout/src/Layout.js +93 -0
  2829. package/lib/layout/src/LayoutContent.d.ts +388 -0
  2830. package/lib/layout/src/LayoutContent.js +4 -0
  2831. package/lib/layout/src/LayoutFooter.d.ts +308 -0
  2832. package/lib/layout/src/LayoutFooter.js +45 -0
  2833. package/lib/layout/src/LayoutHeader.d.ts +224 -0
  2834. package/lib/layout/src/LayoutHeader.js +52 -0
  2835. package/lib/layout/src/LayoutSider.d.ts +513 -0
  2836. package/lib/layout/src/LayoutSider.js +218 -0
  2837. package/lib/layout/src/ToggleBar.d.ts +16 -0
  2838. package/lib/layout/src/ToggleBar.js +18 -0
  2839. package/lib/layout/src/ToggleButton.d.ts +16 -0
  2840. package/lib/layout/src/ToggleButton.js +22 -0
  2841. package/lib/layout/src/interface.d.ts +13 -0
  2842. package/lib/layout/src/interface.js +8 -0
  2843. package/lib/layout/src/styles/layout-footer.cssr.d.ts +2 -0
  2844. package/lib/layout/src/styles/layout-footer.cssr.js +30 -0
  2845. package/lib/layout/src/styles/layout-header.cssr.d.ts +2 -0
  2846. package/lib/layout/src/styles/layout-header.cssr.js +31 -0
  2847. package/lib/layout/src/styles/layout-sider.cssr.d.ts +2 -0
  2848. package/lib/layout/src/styles/layout-sider.cssr.js +139 -0
  2849. package/lib/layout/src/styles/layout.cssr.d.ts +2 -0
  2850. package/lib/layout/src/styles/layout.cssr.js +35 -0
  2851. package/lib/layout/styles/dark.d.ts +3 -0
  2852. package/lib/layout/styles/dark.js +41 -0
  2853. package/lib/layout/styles/index.d.ts +3 -0
  2854. package/lib/layout/styles/index.js +7 -0
  2855. package/lib/layout/styles/light.d.ts +59 -0
  2856. package/lib/layout/styles/light.js +46 -0
  2857. package/lib/legacy-grid/index.d.ts +4 -0
  2858. package/lib/legacy-grid/index.js +7 -0
  2859. package/lib/legacy-grid/src/Col.d.ts +62 -0
  2860. package/lib/legacy-grid/src/Col.js +59 -0
  2861. package/lib/legacy-grid/src/Row.d.ts +43 -0
  2862. package/lib/legacy-grid/src/Row.js +61 -0
  2863. package/lib/legacy-grid/src/interface.d.ts +1 -0
  2864. package/lib/legacy-grid/src/interface.js +2 -0
  2865. package/lib/legacy-grid/src/styles/index.cssr.d.ts +2 -0
  2866. package/lib/legacy-grid/src/styles/index.cssr.js +39 -0
  2867. package/lib/list/index.d.ts +3 -0
  2868. package/lib/list/index.js +7 -0
  2869. package/lib/list/src/List.d.ts +154 -0
  2870. package/lib/list/src/List.js +54 -0
  2871. package/lib/list/src/ListItem.d.ts +4 -0
  2872. package/lib/list/src/ListItem.js +24 -0
  2873. package/lib/list/src/styles/index.cssr.d.ts +2 -0
  2874. package/lib/list/src/styles/index.cssr.js +72 -0
  2875. package/lib/list/styles/dark.d.ts +3 -0
  2876. package/lib/list/styles/dark.js +10 -0
  2877. package/lib/list/styles/index.d.ts +3 -0
  2878. package/lib/list/styles/index.js +7 -0
  2879. package/lib/list/styles/light.d.ts +17 -0
  2880. package/lib/list/styles/light.js +26 -0
  2881. package/lib/loading-bar/index.d.ts +3 -0
  2882. package/lib/loading-bar/index.js +7 -0
  2883. package/lib/loading-bar/src/LoadingBar.d.ts +20 -0
  2884. package/lib/loading-bar/src/LoadingBar.js +147 -0
  2885. package/lib/loading-bar/src/LoadingBarProvider.d.ts +106 -0
  2886. package/lib/loading-bar/src/LoadingBarProvider.js +77 -0
  2887. package/lib/loading-bar/src/styles/index.cssr.d.ts +2 -0
  2888. package/lib/loading-bar/src/styles/index.cssr.js +43 -0
  2889. package/lib/loading-bar/src/use-loading-bar.d.ts +2 -0
  2890. package/lib/loading-bar/src/use-loading-bar.js +14 -0
  2891. package/lib/loading-bar/styles/dark.d.ts +3 -0
  2892. package/lib/loading-bar/styles/dark.js +16 -0
  2893. package/lib/loading-bar/styles/index.d.ts +3 -0
  2894. package/lib/loading-bar/styles/index.js +7 -0
  2895. package/lib/loading-bar/styles/light.d.ts +11 -0
  2896. package/lib/loading-bar/styles/light.js +17 -0
  2897. package/lib/locales/common/enUS.d.ts +94 -0
  2898. package/lib/locales/common/enUS.js +95 -0
  2899. package/lib/locales/common/jaJP.d.ts +3 -0
  2900. package/lib/locales/common/jaJP.js +95 -0
  2901. package/lib/locales/common/ruRU.d.ts +3 -0
  2902. package/lib/locales/common/ruRU.js +95 -0
  2903. package/lib/locales/common/ukUA.d.ts +3 -0
  2904. package/lib/locales/common/ukUA.js +95 -0
  2905. package/lib/locales/common/zhCN.d.ts +3 -0
  2906. package/lib/locales/common/zhCN.js +95 -0
  2907. package/lib/locales/date/enUS.d.ts +8 -0
  2908. package/lib/locales/date/enUS.js +8 -0
  2909. package/lib/locales/date/jaJP.d.ts +3 -0
  2910. package/lib/locales/date/jaJP.js +8 -0
  2911. package/lib/locales/date/ruRU.d.ts +3 -0
  2912. package/lib/locales/date/ruRU.js +8 -0
  2913. package/lib/locales/date/ukUA.d.ts +3 -0
  2914. package/lib/locales/date/ukUA.js +8 -0
  2915. package/lib/locales/date/zhCN.d.ts +3 -0
  2916. package/lib/locales/date/zhCN.js +8 -0
  2917. package/lib/locales/index.d.ts +12 -0
  2918. package/lib/locales/index.js +23 -0
  2919. package/lib/log/index.d.ts +2 -0
  2920. package/lib/log/index.js +5 -0
  2921. package/lib/log/src/Log.d.ts +550 -0
  2922. package/lib/log/src/Log.js +209 -0
  2923. package/lib/log/src/LogLine.d.ts +16 -0
  2924. package/lib/log/src/LogLine.js +52 -0
  2925. package/lib/log/src/LogLoader.d.ts +15 -0
  2926. package/lib/log/src/LogLoader.js +25 -0
  2927. package/lib/log/src/styles/index.cssr.d.ts +2 -0
  2928. package/lib/log/src/styles/index.cssr.js +64 -0
  2929. package/lib/log/styles/dark.d.ts +3 -0
  2930. package/lib/log/styles/dark.js +24 -0
  2931. package/lib/log/styles/index.d.ts +3 -0
  2932. package/lib/log/styles/index.js +7 -0
  2933. package/lib/log/styles/light.d.ts +37 -0
  2934. package/lib/log/styles/light.js +26 -0
  2935. package/lib/mention/index.d.ts +3 -0
  2936. package/lib/mention/index.js +5 -0
  2937. package/lib/mention/src/Mention.d.ts +1505 -0
  2938. package/lib/mention/src/Mention.js +342 -0
  2939. package/lib/mention/src/interface.d.ts +2 -0
  2940. package/lib/mention/src/interface.js +2 -0
  2941. package/lib/mention/src/styles/index.cssr.d.ts +2 -0
  2942. package/lib/mention/src/styles/index.cssr.js +14 -0
  2943. package/lib/mention/src/utils.d.ts +65 -0
  2944. package/lib/mention/src/utils.js +211 -0
  2945. package/lib/mention/styles/dark.d.ts +3 -0
  2946. package/lib/mention/styles/dark.js +20 -0
  2947. package/lib/mention/styles/index.d.ts +3 -0
  2948. package/lib/mention/styles/index.js +7 -0
  2949. package/lib/mention/styles/light.d.ts +123 -0
  2950. package/lib/mention/styles/light.js +22 -0
  2951. package/lib/menu/index.d.ts +3 -0
  2952. package/lib/menu/index.js +5 -0
  2953. package/lib/menu/src/Menu.d.ts +1015 -0
  2954. package/lib/menu/src/Menu.js +250 -0
  2955. package/lib/menu/src/MenuOption.d.ts +534 -0
  2956. package/lib/menu/src/MenuOption.js +77 -0
  2957. package/lib/menu/src/MenuOptionContent.d.ts +350 -0
  2958. package/lib/menu/src/MenuOptionContent.js +84 -0
  2959. package/lib/menu/src/MenuOptionGroup.d.ts +61 -0
  2960. package/lib/menu/src/MenuOptionGroup.js +40 -0
  2961. package/lib/menu/src/Submenu.d.ts +387 -0
  2962. package/lib/menu/src/Submenu.js +122 -0
  2963. package/lib/menu/src/interface.d.ts +34 -0
  2964. package/lib/menu/src/interface.js +2 -0
  2965. package/lib/menu/src/styles/index.cssr.d.ts +3 -0
  2966. package/lib/menu/src/styles/index.cssr.js +208 -0
  2967. package/lib/menu/src/use-menu-child-props.d.ts +16 -0
  2968. package/lib/menu/src/use-menu-child-props.js +17 -0
  2969. package/lib/menu/src/use-menu-child.d.ts +40 -0
  2970. package/lib/menu/src/use-menu-child.js +88 -0
  2971. package/lib/menu/src/useCheckDeprecated.d.ts +2 -0
  2972. package/lib/menu/src/useCheckDeprecated.js +28 -0
  2973. package/lib/menu/src/utils.d.ts +5 -0
  2974. package/lib/menu/src/utils.js +35 -0
  2975. package/lib/menu/styles/dark.d.ts +3 -0
  2976. package/lib/menu/styles/dark.js +23 -0
  2977. package/lib/menu/styles/index.d.ts +3 -0
  2978. package/lib/menu/styles/index.js +7 -0
  2979. package/lib/menu/styles/light.d.ts +123 -0
  2980. package/lib/menu/styles/light.js +40 -0
  2981. package/lib/message/index.d.ts +3 -0
  2982. package/lib/message/index.js +7 -0
  2983. package/lib/message/src/Message.d.ts +67 -0
  2984. package/lib/message/src/Message.js +86 -0
  2985. package/lib/message/src/MessageEnvironment.d.ts +74 -0
  2986. package/lib/message/src/MessageEnvironment.js +93 -0
  2987. package/lib/message/src/MessageProvider.d.ts +560 -0
  2988. package/lib/message/src/MessageProvider.js +100 -0
  2989. package/lib/message/src/message-props.d.ts +15 -0
  2990. package/lib/message/src/message-props.js +16 -0
  2991. package/lib/message/src/styles/index.cssr.d.ts +2 -0
  2992. package/lib/message/src/styles/index.cssr.js +136 -0
  2993. package/lib/message/src/use-message.d.ts +2 -0
  2994. package/lib/message/src/use-message.js +14 -0
  2995. package/lib/message/styles/_common.d.ts +12 -0
  2996. package/lib/message/styles/_common.js +13 -0
  2997. package/lib/message/styles/dark.d.ts +3 -0
  2998. package/lib/message/styles/dark.js +10 -0
  2999. package/lib/message/styles/index.d.ts +3 -0
  3000. package/lib/message/styles/index.js +7 -0
  3001. package/lib/message/styles/light.d.ts +55 -0
  3002. package/lib/message/styles/light.js +17 -0
  3003. package/lib/modal/index.d.ts +2 -0
  3004. package/lib/modal/index.js +5 -0
  3005. package/lib/modal/src/BodyWrapper.d.ts +741 -0
  3006. package/lib/modal/src/BodyWrapper.js +177 -0
  3007. package/lib/modal/src/Modal.d.ts +3485 -0
  3008. package/lib/modal/src/Modal.js +208 -0
  3009. package/lib/modal/src/interface.d.ts +16 -0
  3010. package/lib/modal/src/interface.js +5 -0
  3011. package/lib/modal/src/presetProps.d.ts +41 -0
  3012. package/lib/modal/src/presetProps.js +10 -0
  3013. package/lib/modal/src/styles/index.cssr.d.ts +2 -0
  3014. package/lib/modal/src/styles/index.cssr.js +56 -0
  3015. package/lib/modal/styles/dark.d.ts +3 -0
  3016. package/lib/modal/styles/dark.js +18 -0
  3017. package/lib/modal/styles/index.d.ts +3 -0
  3018. package/lib/modal/styles/index.js +7 -0
  3019. package/lib/modal/styles/light.d.ts +274 -0
  3020. package/lib/modal/styles/light.js +28 -0
  3021. package/lib/notification/index.d.ts +3 -0
  3022. package/lib/notification/index.js +7 -0
  3023. package/lib/notification/src/Notification.d.ts +97 -0
  3024. package/lib/notification/src/Notification.js +106 -0
  3025. package/lib/notification/src/NotificationContainer.d.ts +151 -0
  3026. package/lib/notification/src/NotificationContainer.js +29 -0
  3027. package/lib/notification/src/NotificationEnvironment.d.ts +112 -0
  3028. package/lib/notification/src/NotificationEnvironment.js +113 -0
  3029. package/lib/notification/src/NotificationProvider.d.ts +357 -0
  3030. package/lib/notification/src/NotificationProvider.js +89 -0
  3031. package/lib/notification/src/styles/index.cssr.d.ts +2 -0
  3032. package/lib/notification/src/styles/index.cssr.js +170 -0
  3033. package/lib/notification/src/use-notification.d.ts +2 -0
  3034. package/lib/notification/src/use-notification.js +14 -0
  3035. package/lib/notification/styles/_common.d.ts +7 -0
  3036. package/lib/notification/styles/_common.js +8 -0
  3037. package/lib/notification/styles/dark.d.ts +3 -0
  3038. package/lib/notification/styles/dark.js +14 -0
  3039. package/lib/notification/styles/index.d.ts +3 -0
  3040. package/lib/notification/styles/index.js +7 -0
  3041. package/lib/notification/styles/light.d.ts +57 -0
  3042. package/lib/notification/styles/light.js +23 -0
  3043. package/lib/page-header/index.d.ts +2 -0
  3044. package/lib/page-header/index.js +5 -0
  3045. package/lib/page-header/src/PageHeader.d.ts +143 -0
  3046. package/lib/page-header/src/PageHeader.js +64 -0
  3047. package/lib/page-header/src/styles/index.cssr.d.ts +2 -0
  3048. package/lib/page-header/src/styles/index.cssr.js +58 -0
  3049. package/lib/page-header/src/styles/rtl.cssr.d.ts +2 -0
  3050. package/lib/page-header/src/styles/rtl.cssr.js +26 -0
  3051. package/lib/page-header/styles/_common.d.ts +5 -0
  3052. package/lib/page-header/styles/_common.js +6 -0
  3053. package/lib/page-header/styles/dark.d.ts +2 -0
  3054. package/lib/page-header/styles/dark.js +10 -0
  3055. package/lib/page-header/styles/index.d.ts +4 -0
  3056. package/lib/page-header/styles/index.js +9 -0
  3057. package/lib/page-header/styles/light.d.ts +25 -0
  3058. package/lib/page-header/styles/light.js +16 -0
  3059. package/lib/page-header/styles/rtl.d.ts +5 -0
  3060. package/lib/page-header/styles/rtl.js +7 -0
  3061. package/lib/pagination/index.d.ts +3 -0
  3062. package/lib/pagination/index.js +5 -0
  3063. package/lib/pagination/src/Pagination.d.ts +2728 -0
  3064. package/lib/pagination/src/Pagination.js +377 -0
  3065. package/lib/pagination/src/interface.d.ts +13 -0
  3066. package/lib/pagination/src/interface.js +2 -0
  3067. package/lib/pagination/src/styles/index.cssr.d.ts +2 -0
  3068. package/lib/pagination/src/styles/index.cssr.js +133 -0
  3069. package/lib/pagination/src/utils.d.ts +13 -0
  3070. package/lib/pagination/src/utils.js +85 -0
  3071. package/lib/pagination/styles/_common.d.ts +14 -0
  3072. package/lib/pagination/styles/_common.js +15 -0
  3073. package/lib/pagination/styles/dark.d.ts +3 -0
  3074. package/lib/pagination/styles/dark.js +26 -0
  3075. package/lib/pagination/styles/index.d.ts +3 -0
  3076. package/lib/pagination/styles/index.js +7 -0
  3077. package/lib/pagination/styles/light.d.ts +273 -0
  3078. package/lib/pagination/styles/light.js +23 -0
  3079. package/lib/popconfirm/index.d.ts +2 -0
  3080. package/lib/popconfirm/index.js +5 -0
  3081. package/lib/popconfirm/src/Popconfirm.d.ts +2541 -0
  3082. package/lib/popconfirm/src/Popconfirm.js +75 -0
  3083. package/lib/popconfirm/src/PopconfirmPanel.d.ts +67 -0
  3084. package/lib/popconfirm/src/PopconfirmPanel.js +72 -0
  3085. package/lib/popconfirm/src/interface.d.ts +8 -0
  3086. package/lib/popconfirm/src/interface.js +4 -0
  3087. package/lib/popconfirm/src/styles/index.cssr.d.ts +2 -0
  3088. package/lib/popconfirm/src/styles/index.cssr.js +32 -0
  3089. package/lib/popconfirm/styles/_common.d.ts +4 -0
  3090. package/lib/popconfirm/styles/_common.js +5 -0
  3091. package/lib/popconfirm/styles/dark.d.ts +3 -0
  3092. package/lib/popconfirm/styles/dark.js +16 -0
  3093. package/lib/popconfirm/styles/index.d.ts +3 -0
  3094. package/lib/popconfirm/styles/index.js +7 -0
  3095. package/lib/popconfirm/styles/light.d.ts +224 -0
  3096. package/lib/popconfirm/styles/light.js +23 -0
  3097. package/lib/popover/index.d.ts +3 -0
  3098. package/lib/popover/index.js +5 -0
  3099. package/lib/popover/src/Popover.d.ts +505 -0
  3100. package/lib/popover/src/Popover.js +442 -0
  3101. package/lib/popover/src/PopoverBody.d.ts +247 -0
  3102. package/lib/popover/src/PopoverBody.js +229 -0
  3103. package/lib/popover/src/interface.d.ts +9 -0
  3104. package/lib/popover/src/interface.js +4 -0
  3105. package/lib/popover/src/styles/index.cssr.d.ts +3 -0
  3106. package/lib/popover/src/styles/index.cssr.js +139 -0
  3107. package/lib/popover/styles/_common.d.ts +9 -0
  3108. package/lib/popover/styles/_common.js +10 -0
  3109. package/lib/popover/styles/dark.d.ts +3 -0
  3110. package/lib/popover/styles/dark.js +10 -0
  3111. package/lib/popover/styles/index.d.ts +3 -0
  3112. package/lib/popover/styles/index.js +7 -0
  3113. package/lib/popover/styles/light.d.ts +20 -0
  3114. package/lib/popover/styles/light.js +17 -0
  3115. package/lib/popselect/index.d.ts +2 -0
  3116. package/lib/popselect/index.js +5 -0
  3117. package/lib/popselect/src/Popselect.d.ts +1126 -0
  3118. package/lib/popselect/src/Popselect.js +61 -0
  3119. package/lib/popselect/src/PopselectPanel.d.ts +303 -0
  3120. package/lib/popselect/src/PopselectPanel.js +130 -0
  3121. package/lib/popselect/src/interface.d.ts +10 -0
  3122. package/lib/popselect/src/interface.js +4 -0
  3123. package/lib/popselect/styles/dark.d.ts +3 -0
  3124. package/lib/popselect/styles/dark.js +14 -0
  3125. package/lib/popselect/styles/index.d.ts +3 -0
  3126. package/lib/popselect/styles/index.js +7 -0
  3127. package/lib/popselect/styles/light.d.ts +72 -0
  3128. package/lib/popselect/styles/light.js +15 -0
  3129. package/lib/preset.d.ts +2 -0
  3130. package/lib/preset.js +7 -0
  3131. package/lib/progress/index.d.ts +2 -0
  3132. package/lib/progress/index.js +5 -0
  3133. package/lib/progress/src/Circle.d.ts +62 -0
  3134. package/lib/progress/src/Circle.js +83 -0
  3135. package/lib/progress/src/Line.d.ts +74 -0
  3136. package/lib/progress/src/Line.js +115 -0
  3137. package/lib/progress/src/MultipleCircle.d.ts +65 -0
  3138. package/lib/progress/src/MultipleCircle.js +88 -0
  3139. package/lib/progress/src/Progress.d.ts +378 -0
  3140. package/lib/progress/src/Progress.js +82 -0
  3141. package/lib/progress/src/interface.d.ts +1 -0
  3142. package/lib/progress/src/interface.js +2 -0
  3143. package/lib/progress/src/styles/index.cssr.d.ts +2 -0
  3144. package/lib/progress/src/styles/index.cssr.js +203 -0
  3145. package/lib/progress/styles/dark.d.ts +3 -0
  3146. package/lib/progress/styles/dark.js +16 -0
  3147. package/lib/progress/styles/index.d.ts +3 -0
  3148. package/lib/progress/styles/index.js +7 -0
  3149. package/lib/progress/styles/light.d.ts +29 -0
  3150. package/lib/progress/styles/light.js +37 -0
  3151. package/lib/radio/index.d.ts +6 -0
  3152. package/lib/radio/index.js +9 -0
  3153. package/lib/radio/src/Radio.d.ts +289 -0
  3154. package/lib/radio/src/Radio.js +56 -0
  3155. package/lib/radio/src/RadioButton.d.ts +52 -0
  3156. package/lib/radio/src/RadioButton.js +26 -0
  3157. package/lib/radio/src/RadioGroup.d.ts +404 -0
  3158. package/lib/radio/src/RadioGroup.js +157 -0
  3159. package/lib/radio/src/interface.d.ts +2 -0
  3160. package/lib/radio/src/interface.js +2 -0
  3161. package/lib/radio/src/styles/radio-group.cssr.d.ts +2 -0
  3162. package/lib/radio/src/styles/radio-group.cssr.js +102 -0
  3163. package/lib/radio/src/styles/radio.cssr.d.ts +2 -0
  3164. package/lib/radio/src/styles/radio.cssr.js +95 -0
  3165. package/lib/radio/src/use-radio.d.ts +80 -0
  3166. package/lib/radio/src/use-radio.js +158 -0
  3167. package/lib/radio/styles/_common.d.ts +7 -0
  3168. package/lib/radio/styles/_common.js +8 -0
  3169. package/lib/radio/styles/dark.d.ts +3 -0
  3170. package/lib/radio/styles/dark.js +16 -0
  3171. package/lib/radio/styles/index.d.ts +3 -0
  3172. package/lib/radio/styles/index.js +7 -0
  3173. package/lib/radio/styles/light.d.ts +42 -0
  3174. package/lib/radio/styles/light.js +17 -0
  3175. package/lib/rate/index.d.ts +2 -0
  3176. package/lib/rate/index.js +5 -0
  3177. package/lib/rate/src/Rate.d.ts +150 -0
  3178. package/lib/rate/src/Rate.js +129 -0
  3179. package/lib/rate/src/StarIcon.d.ts +2 -0
  3180. package/lib/rate/src/StarIcon.js +5 -0
  3181. package/lib/rate/src/styles/index.cssr.d.ts +2 -0
  3182. package/lib/rate/src/styles/index.cssr.js +51 -0
  3183. package/lib/rate/styles/dark.d.ts +3 -0
  3184. package/lib/rate/styles/dark.js +19 -0
  3185. package/lib/rate/styles/index.d.ts +3 -0
  3186. package/lib/rate/styles/index.js +7 -0
  3187. package/lib/rate/styles/light.d.ts +13 -0
  3188. package/lib/rate/styles/light.js +19 -0
  3189. package/lib/result/index.d.ts +2 -0
  3190. package/lib/result/index.js +5 -0
  3191. package/lib/result/src/403.d.ts +2 -0
  3192. package/lib/result/src/403.js +6 -0
  3193. package/lib/result/src/404.d.ts +2 -0
  3194. package/lib/result/src/404.js +10 -0
  3195. package/lib/result/src/418.d.ts +2 -0
  3196. package/lib/result/src/418.js +10 -0
  3197. package/lib/result/src/500.d.ts +2 -0
  3198. package/lib/result/src/500.js +7 -0
  3199. package/lib/result/src/Result.d.ts +292 -0
  3200. package/lib/result/src/Result.js +68 -0
  3201. package/lib/result/src/styles/index.cssr.d.ts +2 -0
  3202. package/lib/result/src/styles/index.cssr.js +50 -0
  3203. package/lib/result/styles/_common.d.ts +19 -0
  3204. package/lib/result/styles/_common.js +20 -0
  3205. package/lib/result/styles/dark.d.ts +3 -0
  3206. package/lib/result/styles/dark.js +10 -0
  3207. package/lib/result/styles/index.d.ts +3 -0
  3208. package/lib/result/styles/index.js +7 -0
  3209. package/lib/result/styles/light.d.ts +32 -0
  3210. package/lib/result/styles/light.js +16 -0
  3211. package/lib/scrollbar/index.d.ts +2 -0
  3212. package/lib/scrollbar/index.js +5 -0
  3213. package/lib/scrollbar/src/ScrollBar.d.ts +76 -0
  3214. package/lib/scrollbar/src/ScrollBar.js +24 -0
  3215. package/lib/select/index.d.ts +3 -0
  3216. package/lib/select/index.js +5 -0
  3217. package/lib/select/src/Select.d.ts +1762 -0
  3218. package/lib/select/src/Select.js +609 -0
  3219. package/lib/select/src/interface.d.ts +44 -0
  3220. package/lib/select/src/interface.js +2 -0
  3221. package/lib/select/src/styles/index.cssr.d.ts +2 -0
  3222. package/lib/select/src/styles/index.cssr.js +20 -0
  3223. package/lib/select/src/utils.d.ts +10 -0
  3224. package/lib/select/src/utils.js +90 -0
  3225. package/lib/select/styles/dark.d.ts +3 -0
  3226. package/lib/select/styles/dark.js +16 -0
  3227. package/lib/select/styles/index.d.ts +3 -0
  3228. package/lib/select/styles/index.js +7 -0
  3229. package/lib/select/styles/light.d.ts +131 -0
  3230. package/lib/select/styles/light.js +24 -0
  3231. package/lib/skeleton/index.d.ts +2 -0
  3232. package/lib/skeleton/index.js +5 -0
  3233. package/lib/skeleton/src/Skeleton.d.ts +160 -0
  3234. package/lib/skeleton/src/Skeleton.js +81 -0
  3235. package/lib/skeleton/src/styles/index.cssr.d.ts +2 -0
  3236. package/lib/skeleton/src/styles/index.cssr.js +36 -0
  3237. package/lib/skeleton/styles/dark.d.ts +2 -0
  3238. package/lib/skeleton/styles/dark.js +19 -0
  3239. package/lib/skeleton/styles/index.d.ts +3 -0
  3240. package/lib/skeleton/styles/index.js +7 -0
  3241. package/lib/skeleton/styles/light.d.ts +14 -0
  3242. package/lib/skeleton/styles/light.js +20 -0
  3243. package/lib/slider/index.d.ts +2 -0
  3244. package/lib/slider/index.js +5 -0
  3245. package/lib/slider/src/Slider.d.ts +503 -0
  3246. package/lib/slider/src/Slider.js +778 -0
  3247. package/lib/slider/src/interface.d.ts +1 -0
  3248. package/lib/slider/src/interface.js +2 -0
  3249. package/lib/slider/src/styles/index.cssr.d.ts +2 -0
  3250. package/lib/slider/src/styles/index.cssr.js +141 -0
  3251. package/lib/slider/src/utils.d.ts +1 -0
  3252. package/lib/slider/src/utils.js +7 -0
  3253. package/lib/slider/styles/_common.d.ts +8 -0
  3254. package/lib/slider/styles/_common.js +9 -0
  3255. package/lib/slider/styles/dark.d.ts +3 -0
  3256. package/lib/slider/styles/dark.js +14 -0
  3257. package/lib/slider/styles/index.d.ts +3 -0
  3258. package/lib/slider/styles/index.js +7 -0
  3259. package/lib/slider/styles/light.d.ts +34 -0
  3260. package/lib/slider/styles/light.js +16 -0
  3261. package/lib/space/index.d.ts +2 -0
  3262. package/lib/space/index.js +5 -0
  3263. package/lib/space/src/Space.d.ts +119 -0
  3264. package/lib/space/src/Space.js +95 -0
  3265. package/lib/space/styles/_common.d.ts +6 -0
  3266. package/lib/space/styles/_common.js +7 -0
  3267. package/lib/space/styles/dark.d.ts +3 -0
  3268. package/lib/space/styles/dark.js +10 -0
  3269. package/lib/space/styles/index.d.ts +3 -0
  3270. package/lib/space/styles/index.js +7 -0
  3271. package/lib/space/styles/light.d.ts +10 -0
  3272. package/lib/space/styles/light.js +11 -0
  3273. package/lib/spin/index.d.ts +2 -0
  3274. package/lib/spin/index.js +5 -0
  3275. package/lib/spin/src/Spin.d.ts +183 -0
  3276. package/lib/spin/src/Spin.js +94 -0
  3277. package/lib/spin/src/styles/index.cssr.d.ts +2 -0
  3278. package/lib/spin/src/styles/index.cssr.js +59 -0
  3279. package/lib/spin/styles/dark.d.ts +3 -0
  3280. package/lib/spin/styles/dark.js +10 -0
  3281. package/lib/spin/styles/index.d.ts +3 -0
  3282. package/lib/spin/styles/index.js +7 -0
  3283. package/lib/spin/styles/light.d.ts +17 -0
  3284. package/lib/spin/styles/light.js +25 -0
  3285. package/lib/statistic/index.d.ts +2 -0
  3286. package/lib/statistic/index.js +5 -0
  3287. package/lib/statistic/src/Statistic.d.ts +140 -0
  3288. package/lib/statistic/src/Statistic.js +50 -0
  3289. package/lib/statistic/src/styles/index.cssr.d.ts +2 -0
  3290. package/lib/statistic/src/styles/index.cssr.js +44 -0
  3291. package/lib/statistic/styles/dark.d.ts +3 -0
  3292. package/lib/statistic/styles/dark.js +10 -0
  3293. package/lib/statistic/styles/index.d.ts +3 -0
  3294. package/lib/statistic/styles/index.js +7 -0
  3295. package/lib/statistic/styles/light.d.ts +15 -0
  3296. package/lib/statistic/styles/light.js +23 -0
  3297. package/lib/steps/index.d.ts +4 -0
  3298. package/lib/steps/index.js +7 -0
  3299. package/lib/steps/src/Step.d.ts +56 -0
  3300. package/lib/steps/src/Step.js +105 -0
  3301. package/lib/steps/src/Steps.d.ts +372 -0
  3302. package/lib/steps/src/Steps.js +52 -0
  3303. package/lib/steps/src/styles/index.cssr.d.ts +2 -0
  3304. package/lib/steps/src/styles/index.cssr.js +119 -0
  3305. package/lib/steps/styles/_common.d.ts +11 -0
  3306. package/lib/steps/styles/_common.js +12 -0
  3307. package/lib/steps/styles/dark.d.ts +3 -0
  3308. package/lib/steps/styles/dark.js +10 -0
  3309. package/lib/steps/styles/index.d.ts +3 -0
  3310. package/lib/steps/styles/index.js +7 -0
  3311. package/lib/steps/styles/light.d.ts +41 -0
  3312. package/lib/steps/styles/light.js +16 -0
  3313. package/lib/styles.d.ts +70 -0
  3314. package/lib/styles.js +149 -0
  3315. package/lib/switch/index.d.ts +2 -0
  3316. package/lib/switch/index.js +5 -0
  3317. package/lib/switch/src/Switch.d.ts +422 -0
  3318. package/lib/switch/src/Switch.js +172 -0
  3319. package/lib/switch/src/interface.d.ts +2 -0
  3320. package/lib/switch/src/interface.js +2 -0
  3321. package/lib/switch/src/styles/index.cssr.d.ts +2 -0
  3322. package/lib/switch/src/styles/index.cssr.js +130 -0
  3323. package/lib/switch/styles/_common.d.ts +18 -0
  3324. package/lib/switch/styles/_common.js +19 -0
  3325. package/lib/switch/styles/dark.d.ts +3 -0
  3326. package/lib/switch/styles/dark.js +15 -0
  3327. package/lib/switch/styles/index.d.ts +3 -0
  3328. package/lib/switch/styles/index.js +7 -0
  3329. package/lib/switch/styles/light.d.ts +37 -0
  3330. package/lib/switch/styles/light.js +16 -0
  3331. package/lib/table/index.d.ts +7 -0
  3332. package/lib/table/index.js +15 -0
  3333. package/lib/table/src/Table.d.ts +311 -0
  3334. package/lib/table/src/Table.js +67 -0
  3335. package/lib/table/src/Tbody.d.ts +2 -0
  3336. package/lib/table/src/Tbody.js +9 -0
  3337. package/lib/table/src/Td.d.ts +2 -0
  3338. package/lib/table/src/Td.js +9 -0
  3339. package/lib/table/src/Th.d.ts +2 -0
  3340. package/lib/table/src/Th.js +9 -0
  3341. package/lib/table/src/Thead.d.ts +2 -0
  3342. package/lib/table/src/Thead.js +9 -0
  3343. package/lib/table/src/Tr.d.ts +2 -0
  3344. package/lib/table/src/Tr.js +9 -0
  3345. package/lib/table/src/styles/index.cssr.d.ts +2 -0
  3346. package/lib/table/src/styles/index.cssr.js +102 -0
  3347. package/lib/table/styles/_common.d.ts +9 -0
  3348. package/lib/table/styles/_common.js +10 -0
  3349. package/lib/table/styles/dark.d.ts +3 -0
  3350. package/lib/table/styles/dark.js +10 -0
  3351. package/lib/table/styles/index.d.ts +3 -0
  3352. package/lib/table/styles/index.js +7 -0
  3353. package/lib/table/styles/light.d.ts +31 -0
  3354. package/lib/table/styles/light.js +21 -0
  3355. package/lib/tabs/index.d.ts +4 -0
  3356. package/lib/tabs/index.js +7 -0
  3357. package/lib/tabs/src/Tab.d.ts +69 -0
  3358. package/lib/tabs/src/Tab.js +83 -0
  3359. package/lib/tabs/src/TabPane.d.ts +85 -0
  3360. package/lib/tabs/src/TabPane.js +52 -0
  3361. package/lib/tabs/src/Tabs.d.ts +749 -0
  3362. package/lib/tabs/src/Tabs.js +373 -0
  3363. package/lib/tabs/src/interface.d.ts +27 -0
  3364. package/lib/tabs/src/interface.js +4 -0
  3365. package/lib/tabs/src/styles/index.cssr.d.ts +2 -0
  3366. package/lib/tabs/src/styles/index.cssr.js +211 -0
  3367. package/lib/tabs/styles/_common.d.ts +33 -0
  3368. package/lib/tabs/styles/_common.js +34 -0
  3369. package/lib/tabs/styles/dark.d.ts +3 -0
  3370. package/lib/tabs/styles/dark.js +16 -0
  3371. package/lib/tabs/styles/index.d.ts +3 -0
  3372. package/lib/tabs/styles/index.js +7 -0
  3373. package/lib/tabs/styles/light.d.ts +68 -0
  3374. package/lib/tabs/styles/light.js +19 -0
  3375. package/lib/tag/index.d.ts +2 -0
  3376. package/lib/tag/index.js +5 -0
  3377. package/lib/tag/src/Tag.d.ts +720 -0
  3378. package/lib/tag/src/Tag.js +116 -0
  3379. package/lib/tag/src/common-props.d.ts +24 -0
  3380. package/lib/tag/src/common-props.js +19 -0
  3381. package/lib/tag/src/styles/index.cssr.d.ts +2 -0
  3382. package/lib/tag/src/styles/index.cssr.js +96 -0
  3383. package/lib/tag/src/styles/rtl.cssr.d.ts +2 -0
  3384. package/lib/tag/src/styles/rtl.cssr.js +13 -0
  3385. package/lib/tag/styles/_common.d.ts +9 -0
  3386. package/lib/tag/styles/_common.js +11 -0
  3387. package/lib/tag/styles/dark.d.ts +3 -0
  3388. package/lib/tag/styles/dark.js +19 -0
  3389. package/lib/tag/styles/index.d.ts +4 -0
  3390. package/lib/tag/styles/index.js +9 -0
  3391. package/lib/tag/styles/light.d.ts +68 -0
  3392. package/lib/tag/styles/light.js +20 -0
  3393. package/lib/tag/styles/rtl.d.ts +5 -0
  3394. package/lib/tag/styles/rtl.js +7 -0
  3395. package/lib/theme-editor/index.d.ts +1 -0
  3396. package/lib/theme-editor/index.js +5 -0
  3397. package/lib/theme-editor/src/ThemeEditor.d.ts +128 -0
  3398. package/lib/theme-editor/src/ThemeEditor.js +305 -0
  3399. package/lib/themes/dark.d.ts +2 -0
  3400. package/lib/themes/dark.js +155 -0
  3401. package/lib/themes/index.d.ts +2 -0
  3402. package/lib/themes/index.js +7 -0
  3403. package/lib/themes/interface.d.ts +2 -0
  3404. package/lib/themes/interface.js +2 -0
  3405. package/lib/themes/light.d.ts +2 -0
  3406. package/lib/themes/light.js +157 -0
  3407. package/lib/themes/utils.d.ts +5 -0
  3408. package/lib/themes/utils.js +11 -0
  3409. package/lib/thing/index.d.ts +2 -0
  3410. package/lib/thing/index.js +5 -0
  3411. package/lib/thing/src/Thing.d.ts +95 -0
  3412. package/lib/thing/src/Thing.js +71 -0
  3413. package/lib/thing/src/styles/index.cssr.d.ts +2 -0
  3414. package/lib/thing/src/styles/index.cssr.js +48 -0
  3415. package/lib/thing/styles/dark.d.ts +3 -0
  3416. package/lib/thing/styles/dark.js +10 -0
  3417. package/lib/thing/styles/index.d.ts +3 -0
  3418. package/lib/thing/styles/index.js +7 -0
  3419. package/lib/thing/styles/light.d.ts +12 -0
  3420. package/lib/thing/styles/light.js +20 -0
  3421. package/lib/time/index.d.ts +2 -0
  3422. package/lib/time/index.js +5 -0
  3423. package/lib/time/src/Time.d.ts +65 -0
  3424. package/lib/time/src/Time.js +91 -0
  3425. package/lib/time-picker/index.d.ts +2 -0
  3426. package/lib/time-picker/index.js +5 -0
  3427. package/lib/time-picker/src/Panel.d.ts +573 -0
  3428. package/lib/time-picker/src/Panel.js +247 -0
  3429. package/lib/time-picker/src/PanelCol.d.ts +31 -0
  3430. package/lib/time-picker/src/PanelCol.js +34 -0
  3431. package/lib/time-picker/src/TimePicker.d.ts +3206 -0
  3432. package/lib/time-picker/src/TimePicker.js +578 -0
  3433. package/lib/time-picker/src/interface.d.ts +28 -0
  3434. package/lib/time-picker/src/interface.js +4 -0
  3435. package/lib/time-picker/src/styles/index.cssr.d.ts +2 -0
  3436. package/lib/time-picker/src/styles/index.cssr.js +107 -0
  3437. package/lib/time-picker/src/utils.d.ts +14 -0
  3438. package/lib/time-picker/src/utils.js +274 -0
  3439. package/lib/time-picker/styles/_common.d.ts +7 -0
  3440. package/lib/time-picker/styles/_common.js +8 -0
  3441. package/lib/time-picker/styles/dark.d.ts +3 -0
  3442. package/lib/time-picker/styles/dark.js +18 -0
  3443. package/lib/time-picker/styles/index.d.ts +3 -0
  3444. package/lib/time-picker/styles/index.js +7 -0
  3445. package/lib/time-picker/styles/light.d.ts +298 -0
  3446. package/lib/time-picker/styles/light.js +27 -0
  3447. package/lib/timeline/index.d.ts +4 -0
  3448. package/lib/timeline/index.js +7 -0
  3449. package/lib/timeline/src/Timeline.d.ts +270 -0
  3450. package/lib/timeline/src/Timeline.js +38 -0
  3451. package/lib/timeline/src/TimelineItem.d.ts +55 -0
  3452. package/lib/timeline/src/TimelineItem.js +61 -0
  3453. package/lib/timeline/src/styles/index.cssr.d.ts +2 -0
  3454. package/lib/timeline/src/styles/index.cssr.js +110 -0
  3455. package/lib/timeline/styles/_common.d.ts +9 -0
  3456. package/lib/timeline/styles/_common.js +10 -0
  3457. package/lib/timeline/styles/dark.d.ts +3 -0
  3458. package/lib/timeline/styles/dark.js +13 -0
  3459. package/lib/timeline/styles/index.d.ts +3 -0
  3460. package/lib/timeline/styles/index.js +7 -0
  3461. package/lib/timeline/styles/light.d.ts +30 -0
  3462. package/lib/timeline/styles/light.js +14 -0
  3463. package/lib/tooltip/index.d.ts +2 -0
  3464. package/lib/tooltip/index.js +5 -0
  3465. package/lib/tooltip/src/Tooltip.d.ts +586 -0
  3466. package/lib/tooltip/src/Tooltip.js +35 -0
  3467. package/lib/tooltip/styles/_common.d.ts +4 -0
  3468. package/lib/tooltip/styles/_common.js +5 -0
  3469. package/lib/tooltip/styles/dark.d.ts +3 -0
  3470. package/lib/tooltip/styles/dark.js +17 -0
  3471. package/lib/tooltip/styles/index.d.ts +3 -0
  3472. package/lib/tooltip/styles/index.js +7 -0
  3473. package/lib/tooltip/styles/light.d.ts +33 -0
  3474. package/lib/tooltip/styles/light.js +19 -0
  3475. package/lib/transfer/index.d.ts +3 -0
  3476. package/lib/transfer/index.js +5 -0
  3477. package/lib/transfer/src/Transfer.d.ts +3542 -0
  3478. package/lib/transfer/src/Transfer.js +218 -0
  3479. package/lib/transfer/src/TransferFilter.d.ts +492 -0
  3480. package/lib/transfer/src/TransferFilter.js +42 -0
  3481. package/lib/transfer/src/TransferHeader.d.ts +24 -0
  3482. package/lib/transfer/src/TransferHeader.js +49 -0
  3483. package/lib/transfer/src/TransferList.d.ts +522 -0
  3484. package/lib/transfer/src/TransferList.js +97 -0
  3485. package/lib/transfer/src/TransferListItem.d.ts +490 -0
  3486. package/lib/transfer/src/TransferListItem.js +67 -0
  3487. package/lib/transfer/src/interface.d.ts +31 -0
  3488. package/lib/transfer/src/interface.js +4 -0
  3489. package/lib/transfer/src/styles/index.cssr.d.ts +2 -0
  3490. package/lib/transfer/src/styles/index.cssr.js +219 -0
  3491. package/lib/transfer/src/use-transfer-data.d.ts +41 -0
  3492. package/lib/transfer/src/use-transfer-data.js +149 -0
  3493. package/lib/transfer/styles/_common.d.ts +5 -0
  3494. package/lib/transfer/styles/_common.js +6 -0
  3495. package/lib/transfer/styles/dark.d.ts +3 -0
  3496. package/lib/transfer/styles/dark.js +29 -0
  3497. package/lib/transfer/styles/index.d.ts +3 -0
  3498. package/lib/transfer/styles/index.js +7 -0
  3499. package/lib/transfer/styles/light.d.ts +353 -0
  3500. package/lib/transfer/styles/light.js +33 -0
  3501. package/lib/tree/index.d.ts +3 -0
  3502. package/lib/tree/index.js +5 -0
  3503. package/lib/tree/src/MotionWrapper.d.ts +35 -0
  3504. package/lib/tree/src/MotionWrapper.js +39 -0
  3505. package/lib/tree/src/Tree.d.ts +1259 -0
  3506. package/lib/tree/src/Tree.js +977 -0
  3507. package/lib/tree/src/TreeNode.d.ts +53 -0
  3508. package/lib/tree/src/TreeNode.js +233 -0
  3509. package/lib/tree/src/TreeNodeCheckbox.d.ts +194 -0
  3510. package/lib/tree/src/TreeNodeCheckbox.js +45 -0
  3511. package/lib/tree/src/TreeNodeContent.d.ts +46 -0
  3512. package/lib/tree/src/TreeNodeContent.js +70 -0
  3513. package/lib/tree/src/TreeNodeSwitcher.d.ts +29 -0
  3514. package/lib/tree/src/TreeNodeSwitcher.js +32 -0
  3515. package/lib/tree/src/dnd.d.ts +12 -0
  3516. package/lib/tree/src/dnd.js +42 -0
  3517. package/lib/tree/src/interface.d.ts +107 -0
  3518. package/lib/tree/src/interface.js +4 -0
  3519. package/lib/tree/src/keyboard.d.ts +14 -0
  3520. package/lib/tree/src/keyboard.js +107 -0
  3521. package/lib/tree/src/styles/index.cssr.d.ts +2 -0
  3522. package/lib/tree/src/styles/index.cssr.js +140 -0
  3523. package/lib/tree/src/utils.d.ts +7 -0
  3524. package/lib/tree/src/utils.js +43 -0
  3525. package/lib/tree/styles/dark.d.ts +3 -0
  3526. package/lib/tree/styles/dark.js +22 -0
  3527. package/lib/tree/styles/index.d.ts +3 -0
  3528. package/lib/tree/styles/index.js +7 -0
  3529. package/lib/tree/styles/light.d.ts +61 -0
  3530. package/lib/tree/styles/light.js +34 -0
  3531. package/lib/tree-select/index.d.ts +3 -0
  3532. package/lib/tree-select/index.js +5 -0
  3533. package/lib/tree-select/src/TreeSelect.d.ts +1877 -0
  3534. package/lib/tree-select/src/TreeSelect.js +556 -0
  3535. package/lib/tree-select/src/interface.d.ts +15 -0
  3536. package/lib/tree-select/src/interface.js +4 -0
  3537. package/lib/tree-select/src/styles/index.cssr.d.ts +2 -0
  3538. package/lib/tree-select/src/styles/index.cssr.js +37 -0
  3539. package/lib/tree-select/src/utils.d.ts +10 -0
  3540. package/lib/tree-select/src/utils.js +80 -0
  3541. package/lib/tree-select/styles/dark.d.ts +3 -0
  3542. package/lib/tree-select/styles/dark.js +16 -0
  3543. package/lib/tree-select/styles/index.d.ts +3 -0
  3544. package/lib/tree-select/styles/index.js +7 -0
  3545. package/lib/tree-select/styles/light.d.ts +145 -0
  3546. package/lib/tree-select/styles/light.js +30 -0
  3547. package/lib/typography/index.d.ts +21 -0
  3548. package/lib/typography/index.js +26 -0
  3549. package/lib/typography/src/a.d.ts +612 -0
  3550. package/lib/typography/src/a.js +28 -0
  3551. package/lib/typography/src/blockquote.d.ts +622 -0
  3552. package/lib/typography/src/blockquote.js +35 -0
  3553. package/lib/typography/src/create-header.d.ts +641 -0
  3554. package/lib/typography/src/create-header.js +51 -0
  3555. package/lib/typography/src/headers.d.ts +2586 -0
  3556. package/lib/typography/src/headers.js +10 -0
  3557. package/lib/typography/src/hr.d.ts +409 -0
  3558. package/lib/typography/src/hr.js +25 -0
  3559. package/lib/typography/src/li.d.ts +2 -0
  3560. package/lib/typography/src/li.js +9 -0
  3561. package/lib/typography/src/ol.d.ts +624 -0
  3562. package/lib/typography/src/ol.js +37 -0
  3563. package/lib/typography/src/p.d.ts +620 -0
  3564. package/lib/typography/src/p.js +33 -0
  3565. package/lib/typography/src/styles/a.cssr.d.ts +2 -0
  3566. package/lib/typography/src/styles/a.cssr.js +19 -0
  3567. package/lib/typography/src/styles/blockquote.cssr.d.ts +2 -0
  3568. package/lib/typography/src/styles/blockquote.cssr.js +34 -0
  3569. package/lib/typography/src/styles/header.cssr.d.ts +2 -0
  3570. package/lib/typography/src/styles/header.cssr.js +44 -0
  3571. package/lib/typography/src/styles/hr.cssr.d.ts +2 -0
  3572. package/lib/typography/src/styles/hr.cssr.js +18 -0
  3573. package/lib/typography/src/styles/list.cssr.d.ts +2 -0
  3574. package/lib/typography/src/styles/list.cssr.js +39 -0
  3575. package/lib/typography/src/styles/p.cssr.d.ts +2 -0
  3576. package/lib/typography/src/styles/p.cssr.js +22 -0
  3577. package/lib/typography/src/styles/text.cssr.d.ts +2 -0
  3578. package/lib/typography/src/styles/text.cssr.js +41 -0
  3579. package/lib/typography/src/text.d.ts +678 -0
  3580. package/lib/typography/src/text.js +68 -0
  3581. package/lib/typography/src/ul.d.ts +624 -0
  3582. package/lib/typography/src/ul.js +37 -0
  3583. package/lib/typography/styles/_common.d.ts +31 -0
  3584. package/lib/typography/styles/_common.js +32 -0
  3585. package/lib/typography/styles/dark.d.ts +3 -0
  3586. package/lib/typography/styles/dark.js +10 -0
  3587. package/lib/typography/styles/index.d.ts +3 -0
  3588. package/lib/typography/styles/index.js +7 -0
  3589. package/lib/typography/styles/light.d.ts +72 -0
  3590. package/lib/typography/styles/light.js +16 -0
  3591. package/lib/upload/index.d.ts +7 -0
  3592. package/lib/upload/index.js +11 -0
  3593. package/lib/upload/src/Upload.d.ts +2713 -0
  3594. package/lib/upload/src/Upload.js +402 -0
  3595. package/lib/upload/src/UploadDragger.d.ts +3 -0
  3596. package/lib/upload/src/UploadDragger.js +24 -0
  3597. package/lib/upload/src/UploadFile.d.ts +393 -0
  3598. package/lib/upload/src/UploadFile.js +241 -0
  3599. package/lib/upload/src/UploadFileList.d.ts +2 -0
  3600. package/lib/upload/src/UploadFileList.js +34 -0
  3601. package/lib/upload/src/UploadProgress.d.ts +374 -0
  3602. package/lib/upload/src/UploadProgress.js +32 -0
  3603. package/lib/upload/src/UploadTrigger.d.ts +12 -0
  3604. package/lib/upload/src/UploadTrigger.js +73 -0
  3605. package/lib/upload/src/icons.d.ts +6 -0
  3606. package/lib/upload/src/icons.js +14 -0
  3607. package/lib/upload/src/interface.d.ts +86 -0
  3608. package/lib/upload/src/interface.js +4 -0
  3609. package/lib/upload/src/styles/index.cssr.d.ts +2 -0
  3610. package/lib/upload/src/styles/index.cssr.js +234 -0
  3611. package/lib/upload/src/utils.d.ts +8 -0
  3612. package/lib/upload/src/utils.js +69 -0
  3613. package/lib/upload/styles/dark.d.ts +3 -0
  3614. package/lib/upload/styles/dark.js +24 -0
  3615. package/lib/upload/styles/index.d.ts +3 -0
  3616. package/lib/upload/styles/index.js +7 -0
  3617. package/lib/upload/styles/light.d.ts +257 -0
  3618. package/lib/upload/styles/light.js +41 -0
  3619. package/lib/version.d.ts +2 -0
  3620. package/lib/version.js +3 -0
  3621. package/package.json +5 -2
  3622. package/web-types.json +12439 -0
@@ -0,0 +1,2863 @@
1
+ import { PropType, CSSProperties } from 'vue';
2
+ import { MaybeArray, ExtractPublicPropTypes } from '../../_utils';
3
+ import type { OnUpdateValue } from './interface';
4
+ declare const dynamicInputProps: {
5
+ readonly max: NumberConstructor;
6
+ readonly min: {
7
+ readonly type: NumberConstructor;
8
+ readonly default: 0;
9
+ };
10
+ readonly value: PropType<any[]>;
11
+ readonly defaultValue: {
12
+ readonly type: PropType<any[]>;
13
+ readonly default: () => never[];
14
+ };
15
+ readonly preset: {
16
+ readonly type: PropType<"input" | "pair">;
17
+ readonly default: "input";
18
+ };
19
+ readonly keyField: StringConstructor;
20
+ readonly itemStyle: PropType<string | CSSProperties>;
21
+ readonly keyPlaceholder: {
22
+ readonly type: StringConstructor;
23
+ readonly default: "";
24
+ };
25
+ readonly valuePlaceholder: {
26
+ readonly type: StringConstructor;
27
+ readonly default: "";
28
+ };
29
+ readonly placeholder: {
30
+ readonly type: StringConstructor;
31
+ readonly default: "";
32
+ };
33
+ readonly onCreate: PropType<(index: number) => any>;
34
+ readonly onRemove: PropType<(index: number) => void>;
35
+ readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
36
+ readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
37
+ readonly onClear: {
38
+ readonly type: PropType<() => void>;
39
+ readonly validator: () => boolean;
40
+ readonly default: undefined;
41
+ };
42
+ readonly onInput: {
43
+ readonly type: PropType<MaybeArray<OnUpdateValue> | undefined>;
44
+ readonly validator: () => boolean;
45
+ readonly default: undefined;
46
+ };
47
+ readonly theme: PropType<import("../../_mixins").Theme<"DynamicInput", {
48
+ actionMargin: string;
49
+ }, {
50
+ Input: import("../../_mixins").Theme<"Input", {
51
+ countTextColor: string;
52
+ heightTiny: string;
53
+ heightSmall: string;
54
+ heightMedium: string;
55
+ heightLarge: string;
56
+ fontSizeTiny: string;
57
+ fontSizeSmall: string;
58
+ fontSizeMedium: string;
59
+ fontSizeLarge: string;
60
+ lineHeight: string;
61
+ lineHeightTextarea: string;
62
+ borderRadius: string;
63
+ iconSize: string;
64
+ groupLabelColor: string;
65
+ groupLabelTextColor: string;
66
+ textColor: string;
67
+ textColorDisabled: string;
68
+ textDecorationColor: string;
69
+ caretColor: string;
70
+ placeholderColor: string;
71
+ placeholderColorDisabled: string;
72
+ color: string;
73
+ colorDisabled: string;
74
+ colorFocus: string;
75
+ groupLabelBorder: string;
76
+ border: string;
77
+ borderHover: string;
78
+ borderDisabled: string;
79
+ borderFocus: string;
80
+ boxShadowFocus: string;
81
+ loadingColor: string;
82
+ loadingColorWarning: string;
83
+ borderWarning: string;
84
+ borderHoverWarning: string;
85
+ colorFocusWarning: string;
86
+ borderFocusWarning: string;
87
+ boxShadowFocusWarning: string;
88
+ caretColorWarning: string;
89
+ loadingColorError: string;
90
+ borderError: string;
91
+ borderHoverError: string;
92
+ colorFocusError: string;
93
+ borderFocusError: string;
94
+ boxShadowFocusError: string;
95
+ caretColorError: string;
96
+ clearColor: string;
97
+ clearColorHover: string;
98
+ clearColorPressed: string;
99
+ iconColor: string;
100
+ iconColorDisabled: string;
101
+ iconColorHover: string;
102
+ iconColorPressed: string;
103
+ suffixTextColor: string;
104
+ paddingTiny: string;
105
+ paddingSmall: string;
106
+ paddingMedium: string;
107
+ paddingLarge: string;
108
+ clearSize: string;
109
+ }, any>;
110
+ Button: import("../../_mixins").Theme<"Button", {
111
+ heightTiny: string;
112
+ heightSmall: string;
113
+ heightMedium: string;
114
+ heightLarge: string;
115
+ borderRadiusTiny: string;
116
+ borderRadiusSmall: string;
117
+ borderRadiusMedium: string;
118
+ borderRadiusLarge: string;
119
+ fontSizeTiny: string;
120
+ fontSizeSmall: string;
121
+ fontSizeMedium: string;
122
+ fontSizeLarge: string;
123
+ opacityDisabled: string;
124
+ color: string;
125
+ colorHover: string;
126
+ colorPressed: string;
127
+ colorFocus: string;
128
+ colorDisabled: string;
129
+ textColor: string;
130
+ textColorHover: string;
131
+ textColorPressed: string;
132
+ textColorFocus: string;
133
+ textColorDisabled: string;
134
+ textColorText: string;
135
+ textColorTextDepth1: string;
136
+ textColorTextDepth2: string;
137
+ textColorTextDepth3: string;
138
+ textColorTextHover: string;
139
+ textColorTextPressed: string;
140
+ textColorTextFocus: string;
141
+ textColorTextDisabled: string;
142
+ textColorGhost: string;
143
+ textColorGhostHover: string;
144
+ textColorGhostPressed: string;
145
+ textColorGhostFocus: string;
146
+ textColorGhostDisabled: string;
147
+ border: string;
148
+ borderHover: string;
149
+ borderPressed: string;
150
+ borderFocus: string;
151
+ borderDisabled: string;
152
+ rippleColor: string;
153
+ colorPrimary: string;
154
+ colorHoverPrimary: string;
155
+ colorPressedPrimary: string;
156
+ colorFocusPrimary: string;
157
+ colorDisabledPrimary: string;
158
+ textColorPrimary: string;
159
+ textColorHoverPrimary: string;
160
+ textColorPressedPrimary: string;
161
+ textColorFocusPrimary: string;
162
+ textColorDisabledPrimary: string;
163
+ textColorTextPrimary: string;
164
+ textColorTextHoverPrimary: string;
165
+ textColorTextPressedPrimary: string;
166
+ textColorTextFocusPrimary: string;
167
+ textColorTextDisabledPrimary: string;
168
+ textColorGhostPrimary: string;
169
+ textColorGhostHoverPrimary: string;
170
+ textColorGhostPressedPrimary: string;
171
+ textColorGhostFocusPrimary: string;
172
+ textColorGhostDisabledPrimary: string;
173
+ borderPrimary: string;
174
+ borderHoverPrimary: string;
175
+ borderPressedPrimary: string;
176
+ borderFocusPrimary: string;
177
+ borderDisabledPrimary: string;
178
+ rippleColorPrimary: string;
179
+ colorInfo: string;
180
+ colorHoverInfo: string;
181
+ colorPressedInfo: string;
182
+ colorFocusInfo: string;
183
+ colorDisabledInfo: string;
184
+ textColorInfo: string;
185
+ textColorHoverInfo: string;
186
+ textColorPressedInfo: string;
187
+ textColorFocusInfo: string;
188
+ textColorDisabledInfo: string;
189
+ textColorTextInfo: string;
190
+ textColorTextHoverInfo: string;
191
+ textColorTextPressedInfo: string;
192
+ textColorTextFocusInfo: string;
193
+ textColorTextDisabledInfo: string;
194
+ textColorGhostInfo: string;
195
+ textColorGhostHoverInfo: string;
196
+ textColorGhostPressedInfo: string;
197
+ textColorGhostFocusInfo: string;
198
+ textColorGhostDisabledInfo: string;
199
+ borderInfo: string;
200
+ borderHoverInfo: string;
201
+ borderPressedInfo: string;
202
+ borderFocusInfo: string;
203
+ borderDisabledInfo: string;
204
+ rippleColorInfo: string;
205
+ colorSuccess: string;
206
+ colorHoverSuccess: string;
207
+ colorPressedSuccess: string;
208
+ colorFocusSuccess: string;
209
+ colorDisabledSuccess: string;
210
+ textColorSuccess: string;
211
+ textColorHoverSuccess: string;
212
+ textColorPressedSuccess: string;
213
+ textColorFocusSuccess: string;
214
+ textColorDisabledSuccess: string;
215
+ textColorTextSuccess: string;
216
+ textColorTextHoverSuccess: string;
217
+ textColorTextPressedSuccess: string;
218
+ textColorTextFocusSuccess: string;
219
+ textColorTextDisabledSuccess: string;
220
+ textColorGhostSuccess: string;
221
+ textColorGhostHoverSuccess: string;
222
+ textColorGhostPressedSuccess: string;
223
+ textColorGhostFocusSuccess: string;
224
+ textColorGhostDisabledSuccess: string;
225
+ borderSuccess: string;
226
+ borderHoverSuccess: string;
227
+ borderPressedSuccess: string;
228
+ borderFocusSuccess: string;
229
+ borderDisabledSuccess: string;
230
+ rippleColorSuccess: string;
231
+ colorWarning: string;
232
+ colorHoverWarning: string;
233
+ colorPressedWarning: string;
234
+ colorFocusWarning: string;
235
+ colorDisabledWarning: string;
236
+ textColorWarning: string;
237
+ textColorHoverWarning: string;
238
+ textColorPressedWarning: string;
239
+ textColorFocusWarning: string;
240
+ textColorDisabledWarning: string;
241
+ textColorTextWarning: string;
242
+ textColorTextHoverWarning: string;
243
+ textColorTextPressedWarning: string;
244
+ textColorTextFocusWarning: string;
245
+ textColorTextDisabledWarning: string;
246
+ textColorGhostWarning: string;
247
+ textColorGhostHoverWarning: string;
248
+ textColorGhostPressedWarning: string;
249
+ textColorGhostFocusWarning: string;
250
+ textColorGhostDisabledWarning: string;
251
+ borderWarning: string;
252
+ borderHoverWarning: string;
253
+ borderPressedWarning: string;
254
+ borderFocusWarning: string;
255
+ borderDisabledWarning: string;
256
+ rippleColorWarning: string;
257
+ colorError: string;
258
+ colorHoverError: string;
259
+ colorPressedError: string;
260
+ colorFocusError: string;
261
+ colorDisabledError: string;
262
+ textColorError: string;
263
+ textColorHoverError: string;
264
+ textColorPressedError: string;
265
+ textColorFocusError: string;
266
+ textColorDisabledError: string;
267
+ textColorTextError: string;
268
+ textColorTextHoverError: string;
269
+ textColorTextPressedError: string;
270
+ textColorTextFocusError: string;
271
+ textColorTextDisabledError: string;
272
+ textColorGhostError: string;
273
+ textColorGhostHoverError: string;
274
+ textColorGhostPressedError: string;
275
+ textColorGhostFocusError: string;
276
+ textColorGhostDisabledError: string;
277
+ borderError: string;
278
+ borderHoverError: string;
279
+ borderPressedError: string;
280
+ borderFocusError: string;
281
+ borderDisabledError: string;
282
+ rippleColorError: string;
283
+ waveOpacity: string;
284
+ fontWeightText: string;
285
+ fontWeight: string;
286
+ fontWeighGhost: string;
287
+ paddingTiny: string;
288
+ paddingSmall: string;
289
+ paddingMedium: string;
290
+ paddingLarge: string;
291
+ paddingRoundTiny: string;
292
+ paddingRoundSmall: string;
293
+ paddingRoundMedium: string;
294
+ paddingRoundLarge: string;
295
+ iconMarginTiny: string;
296
+ iconMarginSmall: string;
297
+ iconMarginMedium: string;
298
+ iconMarginLarge: string;
299
+ iconSizeTiny: string;
300
+ iconSizeSmall: string;
301
+ iconSizeMedium: string;
302
+ iconSizeLarge: string;
303
+ rippleDuration: string;
304
+ }, any>;
305
+ }>>;
306
+ readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicInput", {
307
+ actionMargin: string;
308
+ }, {
309
+ Input: import("../../_mixins").Theme<"Input", {
310
+ countTextColor: string;
311
+ heightTiny: string;
312
+ heightSmall: string;
313
+ heightMedium: string;
314
+ heightLarge: string;
315
+ fontSizeTiny: string;
316
+ fontSizeSmall: string;
317
+ fontSizeMedium: string;
318
+ fontSizeLarge: string;
319
+ lineHeight: string;
320
+ lineHeightTextarea: string;
321
+ borderRadius: string;
322
+ iconSize: string;
323
+ groupLabelColor: string;
324
+ groupLabelTextColor: string;
325
+ textColor: string;
326
+ textColorDisabled: string;
327
+ textDecorationColor: string;
328
+ caretColor: string;
329
+ placeholderColor: string;
330
+ placeholderColorDisabled: string;
331
+ color: string;
332
+ colorDisabled: string;
333
+ colorFocus: string;
334
+ groupLabelBorder: string;
335
+ border: string;
336
+ borderHover: string;
337
+ borderDisabled: string;
338
+ borderFocus: string;
339
+ boxShadowFocus: string;
340
+ loadingColor: string;
341
+ loadingColorWarning: string;
342
+ borderWarning: string;
343
+ borderHoverWarning: string;
344
+ colorFocusWarning: string;
345
+ borderFocusWarning: string;
346
+ boxShadowFocusWarning: string;
347
+ caretColorWarning: string;
348
+ loadingColorError: string;
349
+ borderError: string;
350
+ borderHoverError: string;
351
+ colorFocusError: string;
352
+ borderFocusError: string;
353
+ boxShadowFocusError: string;
354
+ caretColorError: string;
355
+ clearColor: string;
356
+ clearColorHover: string;
357
+ clearColorPressed: string;
358
+ iconColor: string;
359
+ iconColorDisabled: string;
360
+ iconColorHover: string;
361
+ iconColorPressed: string;
362
+ suffixTextColor: string;
363
+ paddingTiny: string;
364
+ paddingSmall: string;
365
+ paddingMedium: string;
366
+ paddingLarge: string;
367
+ clearSize: string;
368
+ }, any>;
369
+ Button: import("../../_mixins").Theme<"Button", {
370
+ heightTiny: string;
371
+ heightSmall: string;
372
+ heightMedium: string;
373
+ heightLarge: string;
374
+ borderRadiusTiny: string;
375
+ borderRadiusSmall: string;
376
+ borderRadiusMedium: string;
377
+ borderRadiusLarge: string;
378
+ fontSizeTiny: string;
379
+ fontSizeSmall: string;
380
+ fontSizeMedium: string;
381
+ fontSizeLarge: string;
382
+ opacityDisabled: string;
383
+ color: string;
384
+ colorHover: string;
385
+ colorPressed: string;
386
+ colorFocus: string;
387
+ colorDisabled: string;
388
+ textColor: string;
389
+ textColorHover: string;
390
+ textColorPressed: string;
391
+ textColorFocus: string;
392
+ textColorDisabled: string;
393
+ textColorText: string;
394
+ textColorTextDepth1: string;
395
+ textColorTextDepth2: string;
396
+ textColorTextDepth3: string;
397
+ textColorTextHover: string;
398
+ textColorTextPressed: string;
399
+ textColorTextFocus: string;
400
+ textColorTextDisabled: string;
401
+ textColorGhost: string;
402
+ textColorGhostHover: string;
403
+ textColorGhostPressed: string;
404
+ textColorGhostFocus: string;
405
+ textColorGhostDisabled: string;
406
+ border: string;
407
+ borderHover: string;
408
+ borderPressed: string;
409
+ borderFocus: string;
410
+ borderDisabled: string;
411
+ rippleColor: string;
412
+ colorPrimary: string;
413
+ colorHoverPrimary: string;
414
+ colorPressedPrimary: string;
415
+ colorFocusPrimary: string;
416
+ colorDisabledPrimary: string;
417
+ textColorPrimary: string;
418
+ textColorHoverPrimary: string;
419
+ textColorPressedPrimary: string;
420
+ textColorFocusPrimary: string;
421
+ textColorDisabledPrimary: string;
422
+ textColorTextPrimary: string;
423
+ textColorTextHoverPrimary: string;
424
+ textColorTextPressedPrimary: string;
425
+ textColorTextFocusPrimary: string;
426
+ textColorTextDisabledPrimary: string;
427
+ textColorGhostPrimary: string;
428
+ textColorGhostHoverPrimary: string;
429
+ textColorGhostPressedPrimary: string;
430
+ textColorGhostFocusPrimary: string;
431
+ textColorGhostDisabledPrimary: string;
432
+ borderPrimary: string;
433
+ borderHoverPrimary: string;
434
+ borderPressedPrimary: string;
435
+ borderFocusPrimary: string;
436
+ borderDisabledPrimary: string;
437
+ rippleColorPrimary: string;
438
+ colorInfo: string;
439
+ colorHoverInfo: string;
440
+ colorPressedInfo: string;
441
+ colorFocusInfo: string;
442
+ colorDisabledInfo: string;
443
+ textColorInfo: string;
444
+ textColorHoverInfo: string;
445
+ textColorPressedInfo: string;
446
+ textColorFocusInfo: string;
447
+ textColorDisabledInfo: string;
448
+ textColorTextInfo: string;
449
+ textColorTextHoverInfo: string;
450
+ textColorTextPressedInfo: string;
451
+ textColorTextFocusInfo: string;
452
+ textColorTextDisabledInfo: string;
453
+ textColorGhostInfo: string;
454
+ textColorGhostHoverInfo: string;
455
+ textColorGhostPressedInfo: string;
456
+ textColorGhostFocusInfo: string;
457
+ textColorGhostDisabledInfo: string;
458
+ borderInfo: string;
459
+ borderHoverInfo: string;
460
+ borderPressedInfo: string;
461
+ borderFocusInfo: string;
462
+ borderDisabledInfo: string;
463
+ rippleColorInfo: string;
464
+ colorSuccess: string;
465
+ colorHoverSuccess: string;
466
+ colorPressedSuccess: string;
467
+ colorFocusSuccess: string;
468
+ colorDisabledSuccess: string;
469
+ textColorSuccess: string;
470
+ textColorHoverSuccess: string;
471
+ textColorPressedSuccess: string;
472
+ textColorFocusSuccess: string;
473
+ textColorDisabledSuccess: string;
474
+ textColorTextSuccess: string;
475
+ textColorTextHoverSuccess: string;
476
+ textColorTextPressedSuccess: string;
477
+ textColorTextFocusSuccess: string;
478
+ textColorTextDisabledSuccess: string;
479
+ textColorGhostSuccess: string;
480
+ textColorGhostHoverSuccess: string;
481
+ textColorGhostPressedSuccess: string;
482
+ textColorGhostFocusSuccess: string;
483
+ textColorGhostDisabledSuccess: string;
484
+ borderSuccess: string;
485
+ borderHoverSuccess: string;
486
+ borderPressedSuccess: string;
487
+ borderFocusSuccess: string;
488
+ borderDisabledSuccess: string;
489
+ rippleColorSuccess: string;
490
+ colorWarning: string;
491
+ colorHoverWarning: string;
492
+ colorPressedWarning: string;
493
+ colorFocusWarning: string;
494
+ colorDisabledWarning: string;
495
+ textColorWarning: string;
496
+ textColorHoverWarning: string;
497
+ textColorPressedWarning: string;
498
+ textColorFocusWarning: string;
499
+ textColorDisabledWarning: string;
500
+ textColorTextWarning: string;
501
+ textColorTextHoverWarning: string;
502
+ textColorTextPressedWarning: string;
503
+ textColorTextFocusWarning: string;
504
+ textColorTextDisabledWarning: string;
505
+ textColorGhostWarning: string;
506
+ textColorGhostHoverWarning: string;
507
+ textColorGhostPressedWarning: string;
508
+ textColorGhostFocusWarning: string;
509
+ textColorGhostDisabledWarning: string;
510
+ borderWarning: string;
511
+ borderHoverWarning: string;
512
+ borderPressedWarning: string;
513
+ borderFocusWarning: string;
514
+ borderDisabledWarning: string;
515
+ rippleColorWarning: string;
516
+ colorError: string;
517
+ colorHoverError: string;
518
+ colorPressedError: string;
519
+ colorFocusError: string;
520
+ colorDisabledError: string;
521
+ textColorError: string;
522
+ textColorHoverError: string;
523
+ textColorPressedError: string;
524
+ textColorFocusError: string;
525
+ textColorDisabledError: string;
526
+ textColorTextError: string;
527
+ textColorTextHoverError: string;
528
+ textColorTextPressedError: string;
529
+ textColorTextFocusError: string;
530
+ textColorTextDisabledError: string;
531
+ textColorGhostError: string;
532
+ textColorGhostHoverError: string;
533
+ textColorGhostPressedError: string;
534
+ textColorGhostFocusError: string;
535
+ textColorGhostDisabledError: string;
536
+ borderError: string;
537
+ borderHoverError: string;
538
+ borderPressedError: string;
539
+ borderFocusError: string;
540
+ borderDisabledError: string;
541
+ rippleColorError: string;
542
+ waveOpacity: string;
543
+ fontWeightText: string;
544
+ fontWeight: string;
545
+ fontWeighGhost: string;
546
+ paddingTiny: string;
547
+ paddingSmall: string;
548
+ paddingMedium: string;
549
+ paddingLarge: string;
550
+ paddingRoundTiny: string;
551
+ paddingRoundSmall: string;
552
+ paddingRoundMedium: string;
553
+ paddingRoundLarge: string;
554
+ iconMarginTiny: string;
555
+ iconMarginSmall: string;
556
+ iconMarginMedium: string;
557
+ iconMarginLarge: string;
558
+ iconSizeTiny: string;
559
+ iconSizeSmall: string;
560
+ iconSizeMedium: string;
561
+ iconSizeLarge: string;
562
+ rippleDuration: string;
563
+ }, any>;
564
+ }>>>;
565
+ readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicInput", {
566
+ actionMargin: string;
567
+ }, {
568
+ Input: import("../../_mixins").Theme<"Input", {
569
+ countTextColor: string;
570
+ heightTiny: string;
571
+ heightSmall: string;
572
+ heightMedium: string;
573
+ heightLarge: string;
574
+ fontSizeTiny: string;
575
+ fontSizeSmall: string;
576
+ fontSizeMedium: string;
577
+ fontSizeLarge: string;
578
+ lineHeight: string;
579
+ lineHeightTextarea: string;
580
+ borderRadius: string;
581
+ iconSize: string;
582
+ groupLabelColor: string;
583
+ groupLabelTextColor: string;
584
+ textColor: string;
585
+ textColorDisabled: string;
586
+ textDecorationColor: string;
587
+ caretColor: string;
588
+ placeholderColor: string;
589
+ placeholderColorDisabled: string;
590
+ color: string;
591
+ colorDisabled: string;
592
+ colorFocus: string;
593
+ groupLabelBorder: string;
594
+ border: string;
595
+ borderHover: string;
596
+ borderDisabled: string;
597
+ borderFocus: string;
598
+ boxShadowFocus: string;
599
+ loadingColor: string;
600
+ loadingColorWarning: string;
601
+ borderWarning: string;
602
+ borderHoverWarning: string;
603
+ colorFocusWarning: string;
604
+ borderFocusWarning: string;
605
+ boxShadowFocusWarning: string;
606
+ caretColorWarning: string;
607
+ loadingColorError: string;
608
+ borderError: string;
609
+ borderHoverError: string;
610
+ colorFocusError: string;
611
+ borderFocusError: string;
612
+ boxShadowFocusError: string;
613
+ caretColorError: string;
614
+ clearColor: string;
615
+ clearColorHover: string;
616
+ clearColorPressed: string;
617
+ iconColor: string;
618
+ iconColorDisabled: string;
619
+ iconColorHover: string;
620
+ iconColorPressed: string;
621
+ suffixTextColor: string;
622
+ paddingTiny: string;
623
+ paddingSmall: string;
624
+ paddingMedium: string;
625
+ paddingLarge: string;
626
+ clearSize: string;
627
+ }, any>;
628
+ Button: import("../../_mixins").Theme<"Button", {
629
+ heightTiny: string;
630
+ heightSmall: string;
631
+ heightMedium: string;
632
+ heightLarge: string;
633
+ borderRadiusTiny: string;
634
+ borderRadiusSmall: string;
635
+ borderRadiusMedium: string;
636
+ borderRadiusLarge: string;
637
+ fontSizeTiny: string;
638
+ fontSizeSmall: string;
639
+ fontSizeMedium: string;
640
+ fontSizeLarge: string;
641
+ opacityDisabled: string;
642
+ color: string;
643
+ colorHover: string;
644
+ colorPressed: string;
645
+ colorFocus: string;
646
+ colorDisabled: string;
647
+ textColor: string;
648
+ textColorHover: string;
649
+ textColorPressed: string;
650
+ textColorFocus: string;
651
+ textColorDisabled: string;
652
+ textColorText: string;
653
+ textColorTextDepth1: string;
654
+ textColorTextDepth2: string;
655
+ textColorTextDepth3: string;
656
+ textColorTextHover: string;
657
+ textColorTextPressed: string;
658
+ textColorTextFocus: string;
659
+ textColorTextDisabled: string;
660
+ textColorGhost: string;
661
+ textColorGhostHover: string;
662
+ textColorGhostPressed: string;
663
+ textColorGhostFocus: string;
664
+ textColorGhostDisabled: string;
665
+ border: string;
666
+ borderHover: string;
667
+ borderPressed: string;
668
+ borderFocus: string;
669
+ borderDisabled: string;
670
+ rippleColor: string;
671
+ colorPrimary: string;
672
+ colorHoverPrimary: string;
673
+ colorPressedPrimary: string;
674
+ colorFocusPrimary: string;
675
+ colorDisabledPrimary: string;
676
+ textColorPrimary: string;
677
+ textColorHoverPrimary: string;
678
+ textColorPressedPrimary: string;
679
+ textColorFocusPrimary: string;
680
+ textColorDisabledPrimary: string;
681
+ textColorTextPrimary: string;
682
+ textColorTextHoverPrimary: string;
683
+ textColorTextPressedPrimary: string;
684
+ textColorTextFocusPrimary: string;
685
+ textColorTextDisabledPrimary: string;
686
+ textColorGhostPrimary: string;
687
+ textColorGhostHoverPrimary: string;
688
+ textColorGhostPressedPrimary: string;
689
+ textColorGhostFocusPrimary: string;
690
+ textColorGhostDisabledPrimary: string;
691
+ borderPrimary: string;
692
+ borderHoverPrimary: string;
693
+ borderPressedPrimary: string;
694
+ borderFocusPrimary: string;
695
+ borderDisabledPrimary: string;
696
+ rippleColorPrimary: string;
697
+ colorInfo: string;
698
+ colorHoverInfo: string;
699
+ colorPressedInfo: string;
700
+ colorFocusInfo: string;
701
+ colorDisabledInfo: string;
702
+ textColorInfo: string;
703
+ textColorHoverInfo: string;
704
+ textColorPressedInfo: string;
705
+ textColorFocusInfo: string;
706
+ textColorDisabledInfo: string;
707
+ textColorTextInfo: string;
708
+ textColorTextHoverInfo: string;
709
+ textColorTextPressedInfo: string;
710
+ textColorTextFocusInfo: string;
711
+ textColorTextDisabledInfo: string;
712
+ textColorGhostInfo: string;
713
+ textColorGhostHoverInfo: string;
714
+ textColorGhostPressedInfo: string;
715
+ textColorGhostFocusInfo: string;
716
+ textColorGhostDisabledInfo: string;
717
+ borderInfo: string;
718
+ borderHoverInfo: string;
719
+ borderPressedInfo: string;
720
+ borderFocusInfo: string;
721
+ borderDisabledInfo: string;
722
+ rippleColorInfo: string;
723
+ colorSuccess: string;
724
+ colorHoverSuccess: string;
725
+ colorPressedSuccess: string;
726
+ colorFocusSuccess: string;
727
+ colorDisabledSuccess: string;
728
+ textColorSuccess: string;
729
+ textColorHoverSuccess: string;
730
+ textColorPressedSuccess: string;
731
+ textColorFocusSuccess: string;
732
+ textColorDisabledSuccess: string;
733
+ textColorTextSuccess: string;
734
+ textColorTextHoverSuccess: string;
735
+ textColorTextPressedSuccess: string;
736
+ textColorTextFocusSuccess: string;
737
+ textColorTextDisabledSuccess: string;
738
+ textColorGhostSuccess: string;
739
+ textColorGhostHoverSuccess: string;
740
+ textColorGhostPressedSuccess: string;
741
+ textColorGhostFocusSuccess: string;
742
+ textColorGhostDisabledSuccess: string;
743
+ borderSuccess: string;
744
+ borderHoverSuccess: string;
745
+ borderPressedSuccess: string;
746
+ borderFocusSuccess: string;
747
+ borderDisabledSuccess: string;
748
+ rippleColorSuccess: string;
749
+ colorWarning: string;
750
+ colorHoverWarning: string;
751
+ colorPressedWarning: string;
752
+ colorFocusWarning: string;
753
+ colorDisabledWarning: string;
754
+ textColorWarning: string;
755
+ textColorHoverWarning: string;
756
+ textColorPressedWarning: string;
757
+ textColorFocusWarning: string;
758
+ textColorDisabledWarning: string;
759
+ textColorTextWarning: string;
760
+ textColorTextHoverWarning: string;
761
+ textColorTextPressedWarning: string;
762
+ textColorTextFocusWarning: string;
763
+ textColorTextDisabledWarning: string;
764
+ textColorGhostWarning: string;
765
+ textColorGhostHoverWarning: string;
766
+ textColorGhostPressedWarning: string;
767
+ textColorGhostFocusWarning: string;
768
+ textColorGhostDisabledWarning: string;
769
+ borderWarning: string;
770
+ borderHoverWarning: string;
771
+ borderPressedWarning: string;
772
+ borderFocusWarning: string;
773
+ borderDisabledWarning: string;
774
+ rippleColorWarning: string;
775
+ colorError: string;
776
+ colorHoverError: string;
777
+ colorPressedError: string;
778
+ colorFocusError: string;
779
+ colorDisabledError: string;
780
+ textColorError: string;
781
+ textColorHoverError: string;
782
+ textColorPressedError: string;
783
+ textColorFocusError: string;
784
+ textColorDisabledError: string;
785
+ textColorTextError: string;
786
+ textColorTextHoverError: string;
787
+ textColorTextPressedError: string;
788
+ textColorTextFocusError: string;
789
+ textColorTextDisabledError: string;
790
+ textColorGhostError: string;
791
+ textColorGhostHoverError: string;
792
+ textColorGhostPressedError: string;
793
+ textColorGhostFocusError: string;
794
+ textColorGhostDisabledError: string;
795
+ borderError: string;
796
+ borderHoverError: string;
797
+ borderPressedError: string;
798
+ borderFocusError: string;
799
+ borderDisabledError: string;
800
+ rippleColorError: string;
801
+ waveOpacity: string;
802
+ fontWeightText: string;
803
+ fontWeight: string;
804
+ fontWeighGhost: string;
805
+ paddingTiny: string;
806
+ paddingSmall: string;
807
+ paddingMedium: string;
808
+ paddingLarge: string;
809
+ paddingRoundTiny: string;
810
+ paddingRoundSmall: string;
811
+ paddingRoundMedium: string;
812
+ paddingRoundLarge: string;
813
+ iconMarginTiny: string;
814
+ iconMarginSmall: string;
815
+ iconMarginMedium: string;
816
+ iconMarginLarge: string;
817
+ iconSizeTiny: string;
818
+ iconSizeSmall: string;
819
+ iconSizeMedium: string;
820
+ iconSizeLarge: string;
821
+ rippleDuration: string;
822
+ }, any>;
823
+ }>>>;
824
+ };
825
+ export declare type DynamicInputProps = ExtractPublicPropTypes<typeof dynamicInputProps>;
826
+ declare const _default: import("vue").DefineComponent<{
827
+ readonly max: NumberConstructor;
828
+ readonly min: {
829
+ readonly type: NumberConstructor;
830
+ readonly default: 0;
831
+ };
832
+ readonly value: PropType<any[]>;
833
+ readonly defaultValue: {
834
+ readonly type: PropType<any[]>;
835
+ readonly default: () => never[];
836
+ };
837
+ readonly preset: {
838
+ readonly type: PropType<"input" | "pair">;
839
+ readonly default: "input";
840
+ };
841
+ readonly keyField: StringConstructor;
842
+ readonly itemStyle: PropType<string | CSSProperties>;
843
+ readonly keyPlaceholder: {
844
+ readonly type: StringConstructor;
845
+ readonly default: "";
846
+ };
847
+ readonly valuePlaceholder: {
848
+ readonly type: StringConstructor;
849
+ readonly default: "";
850
+ };
851
+ readonly placeholder: {
852
+ readonly type: StringConstructor;
853
+ readonly default: "";
854
+ };
855
+ readonly onCreate: PropType<(index: number) => any>;
856
+ readonly onRemove: PropType<(index: number) => void>;
857
+ readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
858
+ readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
859
+ readonly onClear: {
860
+ readonly type: PropType<() => void>;
861
+ readonly validator: () => boolean;
862
+ readonly default: undefined;
863
+ };
864
+ readonly onInput: {
865
+ readonly type: PropType<MaybeArray<OnUpdateValue> | undefined>;
866
+ readonly validator: () => boolean;
867
+ readonly default: undefined;
868
+ };
869
+ readonly theme: PropType<import("../../_mixins").Theme<"DynamicInput", {
870
+ actionMargin: string;
871
+ }, {
872
+ Input: import("../../_mixins").Theme<"Input", {
873
+ countTextColor: string;
874
+ heightTiny: string;
875
+ heightSmall: string;
876
+ heightMedium: string;
877
+ heightLarge: string;
878
+ fontSizeTiny: string;
879
+ fontSizeSmall: string;
880
+ fontSizeMedium: string;
881
+ fontSizeLarge: string;
882
+ lineHeight: string;
883
+ lineHeightTextarea: string;
884
+ borderRadius: string;
885
+ iconSize: string;
886
+ groupLabelColor: string;
887
+ groupLabelTextColor: string;
888
+ textColor: string;
889
+ textColorDisabled: string;
890
+ textDecorationColor: string;
891
+ caretColor: string;
892
+ placeholderColor: string;
893
+ placeholderColorDisabled: string;
894
+ color: string;
895
+ colorDisabled: string;
896
+ colorFocus: string;
897
+ groupLabelBorder: string;
898
+ border: string;
899
+ borderHover: string;
900
+ borderDisabled: string;
901
+ borderFocus: string;
902
+ boxShadowFocus: string;
903
+ loadingColor: string;
904
+ loadingColorWarning: string;
905
+ borderWarning: string;
906
+ borderHoverWarning: string;
907
+ colorFocusWarning: string;
908
+ borderFocusWarning: string;
909
+ boxShadowFocusWarning: string;
910
+ caretColorWarning: string;
911
+ loadingColorError: string;
912
+ borderError: string;
913
+ borderHoverError: string;
914
+ colorFocusError: string;
915
+ borderFocusError: string;
916
+ boxShadowFocusError: string;
917
+ caretColorError: string;
918
+ clearColor: string;
919
+ clearColorHover: string;
920
+ clearColorPressed: string;
921
+ iconColor: string;
922
+ iconColorDisabled: string;
923
+ iconColorHover: string;
924
+ iconColorPressed: string;
925
+ suffixTextColor: string;
926
+ paddingTiny: string;
927
+ paddingSmall: string;
928
+ paddingMedium: string;
929
+ paddingLarge: string;
930
+ clearSize: string;
931
+ }, any>;
932
+ Button: import("../../_mixins").Theme<"Button", {
933
+ heightTiny: string;
934
+ heightSmall: string;
935
+ heightMedium: string;
936
+ heightLarge: string;
937
+ borderRadiusTiny: string;
938
+ borderRadiusSmall: string;
939
+ borderRadiusMedium: string;
940
+ borderRadiusLarge: string;
941
+ fontSizeTiny: string;
942
+ fontSizeSmall: string;
943
+ fontSizeMedium: string;
944
+ fontSizeLarge: string;
945
+ opacityDisabled: string;
946
+ color: string;
947
+ colorHover: string;
948
+ colorPressed: string;
949
+ colorFocus: string;
950
+ colorDisabled: string;
951
+ textColor: string;
952
+ textColorHover: string;
953
+ textColorPressed: string;
954
+ textColorFocus: string;
955
+ textColorDisabled: string;
956
+ textColorText: string;
957
+ textColorTextDepth1: string;
958
+ textColorTextDepth2: string;
959
+ textColorTextDepth3: string;
960
+ textColorTextHover: string;
961
+ textColorTextPressed: string;
962
+ textColorTextFocus: string;
963
+ textColorTextDisabled: string;
964
+ textColorGhost: string;
965
+ textColorGhostHover: string;
966
+ textColorGhostPressed: string;
967
+ textColorGhostFocus: string;
968
+ textColorGhostDisabled: string;
969
+ border: string;
970
+ borderHover: string;
971
+ borderPressed: string;
972
+ borderFocus: string;
973
+ borderDisabled: string;
974
+ rippleColor: string;
975
+ colorPrimary: string;
976
+ colorHoverPrimary: string;
977
+ colorPressedPrimary: string;
978
+ colorFocusPrimary: string;
979
+ colorDisabledPrimary: string;
980
+ textColorPrimary: string;
981
+ textColorHoverPrimary: string;
982
+ textColorPressedPrimary: string;
983
+ textColorFocusPrimary: string;
984
+ textColorDisabledPrimary: string;
985
+ textColorTextPrimary: string;
986
+ textColorTextHoverPrimary: string;
987
+ textColorTextPressedPrimary: string;
988
+ textColorTextFocusPrimary: string;
989
+ textColorTextDisabledPrimary: string;
990
+ textColorGhostPrimary: string;
991
+ textColorGhostHoverPrimary: string;
992
+ textColorGhostPressedPrimary: string;
993
+ textColorGhostFocusPrimary: string;
994
+ textColorGhostDisabledPrimary: string;
995
+ borderPrimary: string;
996
+ borderHoverPrimary: string;
997
+ borderPressedPrimary: string;
998
+ borderFocusPrimary: string;
999
+ borderDisabledPrimary: string;
1000
+ rippleColorPrimary: string;
1001
+ colorInfo: string;
1002
+ colorHoverInfo: string;
1003
+ colorPressedInfo: string;
1004
+ colorFocusInfo: string;
1005
+ colorDisabledInfo: string;
1006
+ textColorInfo: string;
1007
+ textColorHoverInfo: string;
1008
+ textColorPressedInfo: string;
1009
+ textColorFocusInfo: string;
1010
+ textColorDisabledInfo: string;
1011
+ textColorTextInfo: string;
1012
+ textColorTextHoverInfo: string;
1013
+ textColorTextPressedInfo: string;
1014
+ textColorTextFocusInfo: string;
1015
+ textColorTextDisabledInfo: string;
1016
+ textColorGhostInfo: string;
1017
+ textColorGhostHoverInfo: string;
1018
+ textColorGhostPressedInfo: string;
1019
+ textColorGhostFocusInfo: string;
1020
+ textColorGhostDisabledInfo: string;
1021
+ borderInfo: string;
1022
+ borderHoverInfo: string;
1023
+ borderPressedInfo: string;
1024
+ borderFocusInfo: string;
1025
+ borderDisabledInfo: string;
1026
+ rippleColorInfo: string;
1027
+ colorSuccess: string;
1028
+ colorHoverSuccess: string;
1029
+ colorPressedSuccess: string;
1030
+ colorFocusSuccess: string;
1031
+ colorDisabledSuccess: string;
1032
+ textColorSuccess: string;
1033
+ textColorHoverSuccess: string;
1034
+ textColorPressedSuccess: string;
1035
+ textColorFocusSuccess: string;
1036
+ textColorDisabledSuccess: string;
1037
+ textColorTextSuccess: string;
1038
+ textColorTextHoverSuccess: string;
1039
+ textColorTextPressedSuccess: string;
1040
+ textColorTextFocusSuccess: string;
1041
+ textColorTextDisabledSuccess: string;
1042
+ textColorGhostSuccess: string;
1043
+ textColorGhostHoverSuccess: string;
1044
+ textColorGhostPressedSuccess: string;
1045
+ textColorGhostFocusSuccess: string;
1046
+ textColorGhostDisabledSuccess: string;
1047
+ borderSuccess: string;
1048
+ borderHoverSuccess: string;
1049
+ borderPressedSuccess: string;
1050
+ borderFocusSuccess: string;
1051
+ borderDisabledSuccess: string;
1052
+ rippleColorSuccess: string;
1053
+ colorWarning: string;
1054
+ colorHoverWarning: string;
1055
+ colorPressedWarning: string;
1056
+ colorFocusWarning: string;
1057
+ colorDisabledWarning: string;
1058
+ textColorWarning: string;
1059
+ textColorHoverWarning: string;
1060
+ textColorPressedWarning: string;
1061
+ textColorFocusWarning: string;
1062
+ textColorDisabledWarning: string;
1063
+ textColorTextWarning: string;
1064
+ textColorTextHoverWarning: string;
1065
+ textColorTextPressedWarning: string;
1066
+ textColorTextFocusWarning: string;
1067
+ textColorTextDisabledWarning: string;
1068
+ textColorGhostWarning: string;
1069
+ textColorGhostHoverWarning: string;
1070
+ textColorGhostPressedWarning: string;
1071
+ textColorGhostFocusWarning: string;
1072
+ textColorGhostDisabledWarning: string;
1073
+ borderWarning: string;
1074
+ borderHoverWarning: string;
1075
+ borderPressedWarning: string;
1076
+ borderFocusWarning: string;
1077
+ borderDisabledWarning: string;
1078
+ rippleColorWarning: string;
1079
+ colorError: string;
1080
+ colorHoverError: string;
1081
+ colorPressedError: string;
1082
+ colorFocusError: string;
1083
+ colorDisabledError: string;
1084
+ textColorError: string;
1085
+ textColorHoverError: string;
1086
+ textColorPressedError: string;
1087
+ textColorFocusError: string;
1088
+ textColorDisabledError: string;
1089
+ textColorTextError: string;
1090
+ textColorTextHoverError: string;
1091
+ textColorTextPressedError: string;
1092
+ textColorTextFocusError: string;
1093
+ textColorTextDisabledError: string;
1094
+ textColorGhostError: string;
1095
+ textColorGhostHoverError: string;
1096
+ textColorGhostPressedError: string;
1097
+ textColorGhostFocusError: string;
1098
+ textColorGhostDisabledError: string;
1099
+ borderError: string;
1100
+ borderHoverError: string;
1101
+ borderPressedError: string;
1102
+ borderFocusError: string;
1103
+ borderDisabledError: string;
1104
+ rippleColorError: string;
1105
+ waveOpacity: string;
1106
+ fontWeightText: string;
1107
+ fontWeight: string;
1108
+ fontWeighGhost: string;
1109
+ paddingTiny: string;
1110
+ paddingSmall: string;
1111
+ paddingMedium: string;
1112
+ paddingLarge: string;
1113
+ paddingRoundTiny: string;
1114
+ paddingRoundSmall: string;
1115
+ paddingRoundMedium: string;
1116
+ paddingRoundLarge: string;
1117
+ iconMarginTiny: string;
1118
+ iconMarginSmall: string;
1119
+ iconMarginMedium: string;
1120
+ iconMarginLarge: string;
1121
+ iconSizeTiny: string;
1122
+ iconSizeSmall: string;
1123
+ iconSizeMedium: string;
1124
+ iconSizeLarge: string;
1125
+ rippleDuration: string;
1126
+ }, any>;
1127
+ }>>;
1128
+ readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicInput", {
1129
+ actionMargin: string;
1130
+ }, {
1131
+ Input: import("../../_mixins").Theme<"Input", {
1132
+ countTextColor: string;
1133
+ heightTiny: string;
1134
+ heightSmall: string;
1135
+ heightMedium: string;
1136
+ heightLarge: string;
1137
+ fontSizeTiny: string;
1138
+ fontSizeSmall: string;
1139
+ fontSizeMedium: string;
1140
+ fontSizeLarge: string;
1141
+ lineHeight: string;
1142
+ lineHeightTextarea: string;
1143
+ borderRadius: string;
1144
+ iconSize: string;
1145
+ groupLabelColor: string;
1146
+ groupLabelTextColor: string;
1147
+ textColor: string;
1148
+ textColorDisabled: string;
1149
+ textDecorationColor: string;
1150
+ caretColor: string;
1151
+ placeholderColor: string;
1152
+ placeholderColorDisabled: string;
1153
+ color: string;
1154
+ colorDisabled: string;
1155
+ colorFocus: string;
1156
+ groupLabelBorder: string;
1157
+ border: string;
1158
+ borderHover: string;
1159
+ borderDisabled: string;
1160
+ borderFocus: string;
1161
+ boxShadowFocus: string;
1162
+ loadingColor: string;
1163
+ loadingColorWarning: string;
1164
+ borderWarning: string;
1165
+ borderHoverWarning: string;
1166
+ colorFocusWarning: string;
1167
+ borderFocusWarning: string;
1168
+ boxShadowFocusWarning: string;
1169
+ caretColorWarning: string;
1170
+ loadingColorError: string;
1171
+ borderError: string;
1172
+ borderHoverError: string;
1173
+ colorFocusError: string;
1174
+ borderFocusError: string;
1175
+ boxShadowFocusError: string;
1176
+ caretColorError: string;
1177
+ clearColor: string;
1178
+ clearColorHover: string;
1179
+ clearColorPressed: string;
1180
+ iconColor: string;
1181
+ iconColorDisabled: string;
1182
+ iconColorHover: string;
1183
+ iconColorPressed: string;
1184
+ suffixTextColor: string;
1185
+ paddingTiny: string;
1186
+ paddingSmall: string;
1187
+ paddingMedium: string;
1188
+ paddingLarge: string;
1189
+ clearSize: string;
1190
+ }, any>;
1191
+ Button: import("../../_mixins").Theme<"Button", {
1192
+ heightTiny: string;
1193
+ heightSmall: string;
1194
+ heightMedium: string;
1195
+ heightLarge: string;
1196
+ borderRadiusTiny: string;
1197
+ borderRadiusSmall: string;
1198
+ borderRadiusMedium: string;
1199
+ borderRadiusLarge: string;
1200
+ fontSizeTiny: string;
1201
+ fontSizeSmall: string;
1202
+ fontSizeMedium: string;
1203
+ fontSizeLarge: string;
1204
+ opacityDisabled: string;
1205
+ color: string;
1206
+ colorHover: string;
1207
+ colorPressed: string;
1208
+ colorFocus: string;
1209
+ colorDisabled: string;
1210
+ textColor: string;
1211
+ textColorHover: string;
1212
+ textColorPressed: string;
1213
+ textColorFocus: string;
1214
+ textColorDisabled: string;
1215
+ textColorText: string;
1216
+ textColorTextDepth1: string;
1217
+ textColorTextDepth2: string;
1218
+ textColorTextDepth3: string;
1219
+ textColorTextHover: string;
1220
+ textColorTextPressed: string;
1221
+ textColorTextFocus: string;
1222
+ textColorTextDisabled: string;
1223
+ textColorGhost: string;
1224
+ textColorGhostHover: string;
1225
+ textColorGhostPressed: string;
1226
+ textColorGhostFocus: string;
1227
+ textColorGhostDisabled: string;
1228
+ border: string;
1229
+ borderHover: string;
1230
+ borderPressed: string;
1231
+ borderFocus: string;
1232
+ borderDisabled: string;
1233
+ rippleColor: string;
1234
+ colorPrimary: string;
1235
+ colorHoverPrimary: string;
1236
+ colorPressedPrimary: string;
1237
+ colorFocusPrimary: string;
1238
+ colorDisabledPrimary: string;
1239
+ textColorPrimary: string;
1240
+ textColorHoverPrimary: string;
1241
+ textColorPressedPrimary: string;
1242
+ textColorFocusPrimary: string;
1243
+ textColorDisabledPrimary: string;
1244
+ textColorTextPrimary: string;
1245
+ textColorTextHoverPrimary: string;
1246
+ textColorTextPressedPrimary: string;
1247
+ textColorTextFocusPrimary: string;
1248
+ textColorTextDisabledPrimary: string;
1249
+ textColorGhostPrimary: string;
1250
+ textColorGhostHoverPrimary: string;
1251
+ textColorGhostPressedPrimary: string;
1252
+ textColorGhostFocusPrimary: string;
1253
+ textColorGhostDisabledPrimary: string;
1254
+ borderPrimary: string;
1255
+ borderHoverPrimary: string;
1256
+ borderPressedPrimary: string;
1257
+ borderFocusPrimary: string;
1258
+ borderDisabledPrimary: string;
1259
+ rippleColorPrimary: string;
1260
+ colorInfo: string;
1261
+ colorHoverInfo: string;
1262
+ colorPressedInfo: string;
1263
+ colorFocusInfo: string;
1264
+ colorDisabledInfo: string;
1265
+ textColorInfo: string;
1266
+ textColorHoverInfo: string;
1267
+ textColorPressedInfo: string;
1268
+ textColorFocusInfo: string;
1269
+ textColorDisabledInfo: string;
1270
+ textColorTextInfo: string;
1271
+ textColorTextHoverInfo: string;
1272
+ textColorTextPressedInfo: string;
1273
+ textColorTextFocusInfo: string;
1274
+ textColorTextDisabledInfo: string;
1275
+ textColorGhostInfo: string;
1276
+ textColorGhostHoverInfo: string;
1277
+ textColorGhostPressedInfo: string;
1278
+ textColorGhostFocusInfo: string;
1279
+ textColorGhostDisabledInfo: string;
1280
+ borderInfo: string;
1281
+ borderHoverInfo: string;
1282
+ borderPressedInfo: string;
1283
+ borderFocusInfo: string;
1284
+ borderDisabledInfo: string;
1285
+ rippleColorInfo: string;
1286
+ colorSuccess: string;
1287
+ colorHoverSuccess: string;
1288
+ colorPressedSuccess: string;
1289
+ colorFocusSuccess: string;
1290
+ colorDisabledSuccess: string;
1291
+ textColorSuccess: string;
1292
+ textColorHoverSuccess: string;
1293
+ textColorPressedSuccess: string;
1294
+ textColorFocusSuccess: string;
1295
+ textColorDisabledSuccess: string;
1296
+ textColorTextSuccess: string;
1297
+ textColorTextHoverSuccess: string;
1298
+ textColorTextPressedSuccess: string;
1299
+ textColorTextFocusSuccess: string;
1300
+ textColorTextDisabledSuccess: string;
1301
+ textColorGhostSuccess: string;
1302
+ textColorGhostHoverSuccess: string;
1303
+ textColorGhostPressedSuccess: string;
1304
+ textColorGhostFocusSuccess: string;
1305
+ textColorGhostDisabledSuccess: string;
1306
+ borderSuccess: string;
1307
+ borderHoverSuccess: string;
1308
+ borderPressedSuccess: string;
1309
+ borderFocusSuccess: string;
1310
+ borderDisabledSuccess: string;
1311
+ rippleColorSuccess: string;
1312
+ colorWarning: string;
1313
+ colorHoverWarning: string;
1314
+ colorPressedWarning: string;
1315
+ colorFocusWarning: string;
1316
+ colorDisabledWarning: string;
1317
+ textColorWarning: string;
1318
+ textColorHoverWarning: string;
1319
+ textColorPressedWarning: string;
1320
+ textColorFocusWarning: string;
1321
+ textColorDisabledWarning: string;
1322
+ textColorTextWarning: string;
1323
+ textColorTextHoverWarning: string;
1324
+ textColorTextPressedWarning: string;
1325
+ textColorTextFocusWarning: string;
1326
+ textColorTextDisabledWarning: string;
1327
+ textColorGhostWarning: string;
1328
+ textColorGhostHoverWarning: string;
1329
+ textColorGhostPressedWarning: string;
1330
+ textColorGhostFocusWarning: string;
1331
+ textColorGhostDisabledWarning: string;
1332
+ borderWarning: string;
1333
+ borderHoverWarning: string;
1334
+ borderPressedWarning: string;
1335
+ borderFocusWarning: string;
1336
+ borderDisabledWarning: string;
1337
+ rippleColorWarning: string;
1338
+ colorError: string;
1339
+ colorHoverError: string;
1340
+ colorPressedError: string;
1341
+ colorFocusError: string;
1342
+ colorDisabledError: string;
1343
+ textColorError: string;
1344
+ textColorHoverError: string;
1345
+ textColorPressedError: string;
1346
+ textColorFocusError: string;
1347
+ textColorDisabledError: string;
1348
+ textColorTextError: string;
1349
+ textColorTextHoverError: string;
1350
+ textColorTextPressedError: string;
1351
+ textColorTextFocusError: string;
1352
+ textColorTextDisabledError: string;
1353
+ textColorGhostError: string;
1354
+ textColorGhostHoverError: string;
1355
+ textColorGhostPressedError: string;
1356
+ textColorGhostFocusError: string;
1357
+ textColorGhostDisabledError: string;
1358
+ borderError: string;
1359
+ borderHoverError: string;
1360
+ borderPressedError: string;
1361
+ borderFocusError: string;
1362
+ borderDisabledError: string;
1363
+ rippleColorError: string;
1364
+ waveOpacity: string;
1365
+ fontWeightText: string;
1366
+ fontWeight: string;
1367
+ fontWeighGhost: string;
1368
+ paddingTiny: string;
1369
+ paddingSmall: string;
1370
+ paddingMedium: string;
1371
+ paddingLarge: string;
1372
+ paddingRoundTiny: string;
1373
+ paddingRoundSmall: string;
1374
+ paddingRoundMedium: string;
1375
+ paddingRoundLarge: string;
1376
+ iconMarginTiny: string;
1377
+ iconMarginSmall: string;
1378
+ iconMarginMedium: string;
1379
+ iconMarginLarge: string;
1380
+ iconSizeTiny: string;
1381
+ iconSizeSmall: string;
1382
+ iconSizeMedium: string;
1383
+ iconSizeLarge: string;
1384
+ rippleDuration: string;
1385
+ }, any>;
1386
+ }>>>;
1387
+ readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicInput", {
1388
+ actionMargin: string;
1389
+ }, {
1390
+ Input: import("../../_mixins").Theme<"Input", {
1391
+ countTextColor: string;
1392
+ heightTiny: string;
1393
+ heightSmall: string;
1394
+ heightMedium: string;
1395
+ heightLarge: string;
1396
+ fontSizeTiny: string;
1397
+ fontSizeSmall: string;
1398
+ fontSizeMedium: string;
1399
+ fontSizeLarge: string;
1400
+ lineHeight: string;
1401
+ lineHeightTextarea: string;
1402
+ borderRadius: string;
1403
+ iconSize: string;
1404
+ groupLabelColor: string;
1405
+ groupLabelTextColor: string;
1406
+ textColor: string;
1407
+ textColorDisabled: string;
1408
+ textDecorationColor: string;
1409
+ caretColor: string;
1410
+ placeholderColor: string;
1411
+ placeholderColorDisabled: string;
1412
+ color: string;
1413
+ colorDisabled: string;
1414
+ colorFocus: string;
1415
+ groupLabelBorder: string;
1416
+ border: string;
1417
+ borderHover: string;
1418
+ borderDisabled: string;
1419
+ borderFocus: string;
1420
+ boxShadowFocus: string;
1421
+ loadingColor: string;
1422
+ loadingColorWarning: string;
1423
+ borderWarning: string;
1424
+ borderHoverWarning: string;
1425
+ colorFocusWarning: string;
1426
+ borderFocusWarning: string;
1427
+ boxShadowFocusWarning: string;
1428
+ caretColorWarning: string;
1429
+ loadingColorError: string;
1430
+ borderError: string;
1431
+ borderHoverError: string;
1432
+ colorFocusError: string;
1433
+ borderFocusError: string;
1434
+ boxShadowFocusError: string;
1435
+ caretColorError: string;
1436
+ clearColor: string;
1437
+ clearColorHover: string;
1438
+ clearColorPressed: string;
1439
+ iconColor: string;
1440
+ iconColorDisabled: string;
1441
+ iconColorHover: string;
1442
+ iconColorPressed: string;
1443
+ suffixTextColor: string;
1444
+ paddingTiny: string;
1445
+ paddingSmall: string;
1446
+ paddingMedium: string;
1447
+ paddingLarge: string;
1448
+ clearSize: string;
1449
+ }, any>;
1450
+ Button: import("../../_mixins").Theme<"Button", {
1451
+ heightTiny: string;
1452
+ heightSmall: string;
1453
+ heightMedium: string;
1454
+ heightLarge: string;
1455
+ borderRadiusTiny: string;
1456
+ borderRadiusSmall: string;
1457
+ borderRadiusMedium: string;
1458
+ borderRadiusLarge: string;
1459
+ fontSizeTiny: string;
1460
+ fontSizeSmall: string;
1461
+ fontSizeMedium: string;
1462
+ fontSizeLarge: string;
1463
+ opacityDisabled: string;
1464
+ color: string;
1465
+ colorHover: string;
1466
+ colorPressed: string;
1467
+ colorFocus: string;
1468
+ colorDisabled: string;
1469
+ textColor: string;
1470
+ textColorHover: string;
1471
+ textColorPressed: string;
1472
+ textColorFocus: string;
1473
+ textColorDisabled: string;
1474
+ textColorText: string;
1475
+ textColorTextDepth1: string;
1476
+ textColorTextDepth2: string;
1477
+ textColorTextDepth3: string;
1478
+ textColorTextHover: string;
1479
+ textColorTextPressed: string;
1480
+ textColorTextFocus: string;
1481
+ textColorTextDisabled: string;
1482
+ textColorGhost: string;
1483
+ textColorGhostHover: string;
1484
+ textColorGhostPressed: string;
1485
+ textColorGhostFocus: string;
1486
+ textColorGhostDisabled: string;
1487
+ border: string;
1488
+ borderHover: string;
1489
+ borderPressed: string;
1490
+ borderFocus: string;
1491
+ borderDisabled: string;
1492
+ rippleColor: string;
1493
+ colorPrimary: string;
1494
+ colorHoverPrimary: string;
1495
+ colorPressedPrimary: string;
1496
+ colorFocusPrimary: string;
1497
+ colorDisabledPrimary: string;
1498
+ textColorPrimary: string;
1499
+ textColorHoverPrimary: string;
1500
+ textColorPressedPrimary: string;
1501
+ textColorFocusPrimary: string;
1502
+ textColorDisabledPrimary: string;
1503
+ textColorTextPrimary: string;
1504
+ textColorTextHoverPrimary: string;
1505
+ textColorTextPressedPrimary: string;
1506
+ textColorTextFocusPrimary: string;
1507
+ textColorTextDisabledPrimary: string;
1508
+ textColorGhostPrimary: string;
1509
+ textColorGhostHoverPrimary: string;
1510
+ textColorGhostPressedPrimary: string;
1511
+ textColorGhostFocusPrimary: string;
1512
+ textColorGhostDisabledPrimary: string;
1513
+ borderPrimary: string;
1514
+ borderHoverPrimary: string;
1515
+ borderPressedPrimary: string;
1516
+ borderFocusPrimary: string;
1517
+ borderDisabledPrimary: string;
1518
+ rippleColorPrimary: string;
1519
+ colorInfo: string;
1520
+ colorHoverInfo: string;
1521
+ colorPressedInfo: string;
1522
+ colorFocusInfo: string;
1523
+ colorDisabledInfo: string;
1524
+ textColorInfo: string;
1525
+ textColorHoverInfo: string;
1526
+ textColorPressedInfo: string;
1527
+ textColorFocusInfo: string;
1528
+ textColorDisabledInfo: string;
1529
+ textColorTextInfo: string;
1530
+ textColorTextHoverInfo: string;
1531
+ textColorTextPressedInfo: string;
1532
+ textColorTextFocusInfo: string;
1533
+ textColorTextDisabledInfo: string;
1534
+ textColorGhostInfo: string;
1535
+ textColorGhostHoverInfo: string;
1536
+ textColorGhostPressedInfo: string;
1537
+ textColorGhostFocusInfo: string;
1538
+ textColorGhostDisabledInfo: string;
1539
+ borderInfo: string;
1540
+ borderHoverInfo: string;
1541
+ borderPressedInfo: string;
1542
+ borderFocusInfo: string;
1543
+ borderDisabledInfo: string;
1544
+ rippleColorInfo: string;
1545
+ colorSuccess: string;
1546
+ colorHoverSuccess: string;
1547
+ colorPressedSuccess: string;
1548
+ colorFocusSuccess: string;
1549
+ colorDisabledSuccess: string;
1550
+ textColorSuccess: string;
1551
+ textColorHoverSuccess: string;
1552
+ textColorPressedSuccess: string;
1553
+ textColorFocusSuccess: string;
1554
+ textColorDisabledSuccess: string;
1555
+ textColorTextSuccess: string;
1556
+ textColorTextHoverSuccess: string;
1557
+ textColorTextPressedSuccess: string;
1558
+ textColorTextFocusSuccess: string;
1559
+ textColorTextDisabledSuccess: string;
1560
+ textColorGhostSuccess: string;
1561
+ textColorGhostHoverSuccess: string;
1562
+ textColorGhostPressedSuccess: string;
1563
+ textColorGhostFocusSuccess: string;
1564
+ textColorGhostDisabledSuccess: string;
1565
+ borderSuccess: string;
1566
+ borderHoverSuccess: string;
1567
+ borderPressedSuccess: string;
1568
+ borderFocusSuccess: string;
1569
+ borderDisabledSuccess: string;
1570
+ rippleColorSuccess: string;
1571
+ colorWarning: string;
1572
+ colorHoverWarning: string;
1573
+ colorPressedWarning: string;
1574
+ colorFocusWarning: string;
1575
+ colorDisabledWarning: string;
1576
+ textColorWarning: string;
1577
+ textColorHoverWarning: string;
1578
+ textColorPressedWarning: string;
1579
+ textColorFocusWarning: string;
1580
+ textColorDisabledWarning: string;
1581
+ textColorTextWarning: string;
1582
+ textColorTextHoverWarning: string;
1583
+ textColorTextPressedWarning: string;
1584
+ textColorTextFocusWarning: string;
1585
+ textColorTextDisabledWarning: string;
1586
+ textColorGhostWarning: string;
1587
+ textColorGhostHoverWarning: string;
1588
+ textColorGhostPressedWarning: string;
1589
+ textColorGhostFocusWarning: string;
1590
+ textColorGhostDisabledWarning: string;
1591
+ borderWarning: string;
1592
+ borderHoverWarning: string;
1593
+ borderPressedWarning: string;
1594
+ borderFocusWarning: string;
1595
+ borderDisabledWarning: string;
1596
+ rippleColorWarning: string;
1597
+ colorError: string;
1598
+ colorHoverError: string;
1599
+ colorPressedError: string;
1600
+ colorFocusError: string;
1601
+ colorDisabledError: string;
1602
+ textColorError: string;
1603
+ textColorHoverError: string;
1604
+ textColorPressedError: string;
1605
+ textColorFocusError: string;
1606
+ textColorDisabledError: string;
1607
+ textColorTextError: string;
1608
+ textColorTextHoverError: string;
1609
+ textColorTextPressedError: string;
1610
+ textColorTextFocusError: string;
1611
+ textColorTextDisabledError: string;
1612
+ textColorGhostError: string;
1613
+ textColorGhostHoverError: string;
1614
+ textColorGhostPressedError: string;
1615
+ textColorGhostFocusError: string;
1616
+ textColorGhostDisabledError: string;
1617
+ borderError: string;
1618
+ borderHoverError: string;
1619
+ borderPressedError: string;
1620
+ borderFocusError: string;
1621
+ borderDisabledError: string;
1622
+ rippleColorError: string;
1623
+ waveOpacity: string;
1624
+ fontWeightText: string;
1625
+ fontWeight: string;
1626
+ fontWeighGhost: string;
1627
+ paddingTiny: string;
1628
+ paddingSmall: string;
1629
+ paddingMedium: string;
1630
+ paddingLarge: string;
1631
+ paddingRoundTiny: string;
1632
+ paddingRoundSmall: string;
1633
+ paddingRoundMedium: string;
1634
+ paddingRoundLarge: string;
1635
+ iconMarginTiny: string;
1636
+ iconMarginSmall: string;
1637
+ iconMarginMedium: string;
1638
+ iconMarginLarge: string;
1639
+ iconSizeTiny: string;
1640
+ iconSizeSmall: string;
1641
+ iconSizeMedium: string;
1642
+ iconSizeLarge: string;
1643
+ rippleDuration: string;
1644
+ }, any>;
1645
+ }>>>;
1646
+ }, {
1647
+ locale: import("vue").Ref<{
1648
+ create: string;
1649
+ }>;
1650
+ buttonSize: import("vue").ComputedRef<import("../../button/src/interface").Size | undefined>;
1651
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1652
+ NFormItem: import("../../_mixins/use-form-item").FormItemInjection | null;
1653
+ uncontrolledValue: import("vue").Ref<any[]>;
1654
+ mergedValue: import("vue").ComputedRef<any[]>;
1655
+ insertionDisabled: import("vue").ComputedRef<boolean>;
1656
+ removeDisabled: import("vue").ComputedRef<boolean>;
1657
+ handleCreateClick: () => void;
1658
+ ensureKey: (value: any, index: number) => string | number;
1659
+ handleValueChange: (index: number, value: any) => void;
1660
+ remove: (index: number) => void;
1661
+ createItem: (index: number) => void;
1662
+ mergedTheme: import("vue").ComputedRef<{
1663
+ common: {
1664
+ baseColor: string;
1665
+ primaryColor: string;
1666
+ primaryColorHover: string;
1667
+ primaryColorPressed: string;
1668
+ primaryColorSuppl: string;
1669
+ infoColor: string;
1670
+ infoColorHover: string;
1671
+ infoColorPressed: string;
1672
+ infoColorSuppl: string;
1673
+ successColor: string;
1674
+ successColorHover: string;
1675
+ successColorPressed: string;
1676
+ successColorSuppl: string;
1677
+ warningColor: string;
1678
+ warningColorHover: string;
1679
+ warningColorPressed: string;
1680
+ warningColorSuppl: string;
1681
+ errorColor: string;
1682
+ errorColorHover: string;
1683
+ errorColorPressed: string;
1684
+ errorColorSuppl: string;
1685
+ textColorBase: string;
1686
+ textColor1: string;
1687
+ textColor2: string;
1688
+ textColor3: string;
1689
+ textColorDisabled: string;
1690
+ placeholderColor: string;
1691
+ placeholderColorDisabled: string;
1692
+ iconColor: string;
1693
+ iconColorHover: string;
1694
+ iconColorPressed: string;
1695
+ iconColorDisabled: string;
1696
+ opacity1: string;
1697
+ opacity2: string;
1698
+ opacity3: string;
1699
+ opacity4: string;
1700
+ opacity5: string;
1701
+ dividerColor: string;
1702
+ borderColor: string;
1703
+ closeColor: string;
1704
+ closeColorHover: string;
1705
+ closeColorPressed: string;
1706
+ closeColorDisabled: string;
1707
+ clearColor: string;
1708
+ clearColorHover: string;
1709
+ clearColorPressed: string;
1710
+ scrollbarColor: string;
1711
+ scrollbarColorHover: string;
1712
+ scrollbarWidth: string;
1713
+ scrollbarHeight: string;
1714
+ scrollbarBorderRadius: string;
1715
+ progressRailColor: string;
1716
+ railColor: string;
1717
+ popoverColor: string;
1718
+ tableColor: string;
1719
+ cardColor: string;
1720
+ modalColor: string;
1721
+ bodyColor: string;
1722
+ tagColor: string;
1723
+ avatarColor: string;
1724
+ invertedColor: string;
1725
+ inputColor: string;
1726
+ codeColor: string;
1727
+ tabColor: string;
1728
+ actionColor: string;
1729
+ tableHeaderColor: string;
1730
+ hoverColor: string;
1731
+ tableColorHover: string;
1732
+ pressedColor: string;
1733
+ opacityDisabled: string;
1734
+ inputColorDisabled: string;
1735
+ boxShadow1: string;
1736
+ boxShadow2: string;
1737
+ boxShadow3: string;
1738
+ fontFamily: string;
1739
+ fontFamilyMono: string;
1740
+ fontWeight: string;
1741
+ fontWeightStrong: string;
1742
+ cubicBezierEaseInOut: string;
1743
+ cubicBezierEaseOut: string;
1744
+ cubicBezierEaseIn: string;
1745
+ borderRadius: string;
1746
+ borderRadiusSmall: string;
1747
+ fontSize: string;
1748
+ fontSizeTiny: string;
1749
+ fontSizeSmall: string;
1750
+ fontSizeMedium: string;
1751
+ fontSizeLarge: string;
1752
+ fontSizeHuge: string;
1753
+ lineHeight: string;
1754
+ heightTiny: string;
1755
+ heightSmall: string;
1756
+ heightMedium: string;
1757
+ heightLarge: string;
1758
+ heightHuge: string;
1759
+ transformDebounceScale: string;
1760
+ name: "common";
1761
+ };
1762
+ self: {
1763
+ actionMargin: string;
1764
+ };
1765
+ peers: {
1766
+ Input: import("../../_mixins").Theme<"Input", {
1767
+ countTextColor: string;
1768
+ heightTiny: string;
1769
+ heightSmall: string;
1770
+ heightMedium: string;
1771
+ heightLarge: string;
1772
+ fontSizeTiny: string;
1773
+ fontSizeSmall: string;
1774
+ fontSizeMedium: string;
1775
+ fontSizeLarge: string;
1776
+ lineHeight: string;
1777
+ lineHeightTextarea: string;
1778
+ borderRadius: string;
1779
+ iconSize: string;
1780
+ groupLabelColor: string;
1781
+ groupLabelTextColor: string;
1782
+ textColor: string;
1783
+ textColorDisabled: string;
1784
+ textDecorationColor: string;
1785
+ caretColor: string;
1786
+ placeholderColor: string;
1787
+ placeholderColorDisabled: string;
1788
+ color: string;
1789
+ colorDisabled: string;
1790
+ colorFocus: string;
1791
+ groupLabelBorder: string;
1792
+ border: string;
1793
+ borderHover: string;
1794
+ borderDisabled: string;
1795
+ borderFocus: string;
1796
+ boxShadowFocus: string;
1797
+ loadingColor: string;
1798
+ loadingColorWarning: string;
1799
+ borderWarning: string;
1800
+ borderHoverWarning: string;
1801
+ colorFocusWarning: string;
1802
+ borderFocusWarning: string;
1803
+ boxShadowFocusWarning: string;
1804
+ caretColorWarning: string;
1805
+ loadingColorError: string;
1806
+ borderError: string;
1807
+ borderHoverError: string;
1808
+ colorFocusError: string;
1809
+ borderFocusError: string;
1810
+ boxShadowFocusError: string;
1811
+ caretColorError: string;
1812
+ clearColor: string;
1813
+ clearColorHover: string;
1814
+ clearColorPressed: string;
1815
+ iconColor: string;
1816
+ iconColorDisabled: string;
1817
+ iconColorHover: string;
1818
+ iconColorPressed: string;
1819
+ suffixTextColor: string;
1820
+ paddingTiny: string;
1821
+ paddingSmall: string;
1822
+ paddingMedium: string;
1823
+ paddingLarge: string;
1824
+ clearSize: string;
1825
+ }, any>;
1826
+ Button: import("../../_mixins").Theme<"Button", {
1827
+ heightTiny: string;
1828
+ heightSmall: string;
1829
+ heightMedium: string;
1830
+ heightLarge: string;
1831
+ borderRadiusTiny: string;
1832
+ borderRadiusSmall: string;
1833
+ borderRadiusMedium: string;
1834
+ borderRadiusLarge: string;
1835
+ fontSizeTiny: string;
1836
+ fontSizeSmall: string;
1837
+ fontSizeMedium: string;
1838
+ fontSizeLarge: string;
1839
+ opacityDisabled: string;
1840
+ color: string;
1841
+ colorHover: string;
1842
+ colorPressed: string;
1843
+ colorFocus: string;
1844
+ colorDisabled: string;
1845
+ textColor: string;
1846
+ textColorHover: string;
1847
+ textColorPressed: string;
1848
+ textColorFocus: string;
1849
+ textColorDisabled: string;
1850
+ textColorText: string;
1851
+ textColorTextDepth1: string;
1852
+ textColorTextDepth2: string;
1853
+ textColorTextDepth3: string;
1854
+ textColorTextHover: string;
1855
+ textColorTextPressed: string;
1856
+ textColorTextFocus: string;
1857
+ textColorTextDisabled: string;
1858
+ textColorGhost: string;
1859
+ textColorGhostHover: string;
1860
+ textColorGhostPressed: string;
1861
+ textColorGhostFocus: string;
1862
+ textColorGhostDisabled: string;
1863
+ border: string;
1864
+ borderHover: string;
1865
+ borderPressed: string;
1866
+ borderFocus: string;
1867
+ borderDisabled: string;
1868
+ rippleColor: string;
1869
+ colorPrimary: string;
1870
+ colorHoverPrimary: string;
1871
+ colorPressedPrimary: string;
1872
+ colorFocusPrimary: string;
1873
+ colorDisabledPrimary: string;
1874
+ textColorPrimary: string;
1875
+ textColorHoverPrimary: string;
1876
+ textColorPressedPrimary: string;
1877
+ textColorFocusPrimary: string;
1878
+ textColorDisabledPrimary: string;
1879
+ textColorTextPrimary: string;
1880
+ textColorTextHoverPrimary: string;
1881
+ textColorTextPressedPrimary: string;
1882
+ textColorTextFocusPrimary: string;
1883
+ textColorTextDisabledPrimary: string;
1884
+ textColorGhostPrimary: string;
1885
+ textColorGhostHoverPrimary: string;
1886
+ textColorGhostPressedPrimary: string;
1887
+ textColorGhostFocusPrimary: string;
1888
+ textColorGhostDisabledPrimary: string;
1889
+ borderPrimary: string;
1890
+ borderHoverPrimary: string;
1891
+ borderPressedPrimary: string;
1892
+ borderFocusPrimary: string;
1893
+ borderDisabledPrimary: string;
1894
+ rippleColorPrimary: string;
1895
+ colorInfo: string;
1896
+ colorHoverInfo: string;
1897
+ colorPressedInfo: string;
1898
+ colorFocusInfo: string;
1899
+ colorDisabledInfo: string;
1900
+ textColorInfo: string;
1901
+ textColorHoverInfo: string;
1902
+ textColorPressedInfo: string;
1903
+ textColorFocusInfo: string;
1904
+ textColorDisabledInfo: string;
1905
+ textColorTextInfo: string;
1906
+ textColorTextHoverInfo: string;
1907
+ textColorTextPressedInfo: string;
1908
+ textColorTextFocusInfo: string;
1909
+ textColorTextDisabledInfo: string;
1910
+ textColorGhostInfo: string;
1911
+ textColorGhostHoverInfo: string;
1912
+ textColorGhostPressedInfo: string;
1913
+ textColorGhostFocusInfo: string;
1914
+ textColorGhostDisabledInfo: string;
1915
+ borderInfo: string;
1916
+ borderHoverInfo: string;
1917
+ borderPressedInfo: string;
1918
+ borderFocusInfo: string;
1919
+ borderDisabledInfo: string;
1920
+ rippleColorInfo: string;
1921
+ colorSuccess: string;
1922
+ colorHoverSuccess: string;
1923
+ colorPressedSuccess: string;
1924
+ colorFocusSuccess: string;
1925
+ colorDisabledSuccess: string;
1926
+ textColorSuccess: string;
1927
+ textColorHoverSuccess: string;
1928
+ textColorPressedSuccess: string;
1929
+ textColorFocusSuccess: string;
1930
+ textColorDisabledSuccess: string;
1931
+ textColorTextSuccess: string;
1932
+ textColorTextHoverSuccess: string;
1933
+ textColorTextPressedSuccess: string;
1934
+ textColorTextFocusSuccess: string;
1935
+ textColorTextDisabledSuccess: string;
1936
+ textColorGhostSuccess: string;
1937
+ textColorGhostHoverSuccess: string;
1938
+ textColorGhostPressedSuccess: string;
1939
+ textColorGhostFocusSuccess: string;
1940
+ textColorGhostDisabledSuccess: string;
1941
+ borderSuccess: string;
1942
+ borderHoverSuccess: string;
1943
+ borderPressedSuccess: string;
1944
+ borderFocusSuccess: string;
1945
+ borderDisabledSuccess: string;
1946
+ rippleColorSuccess: string;
1947
+ colorWarning: string;
1948
+ colorHoverWarning: string;
1949
+ colorPressedWarning: string;
1950
+ colorFocusWarning: string;
1951
+ colorDisabledWarning: string;
1952
+ textColorWarning: string;
1953
+ textColorHoverWarning: string;
1954
+ textColorPressedWarning: string;
1955
+ textColorFocusWarning: string;
1956
+ textColorDisabledWarning: string;
1957
+ textColorTextWarning: string;
1958
+ textColorTextHoverWarning: string;
1959
+ textColorTextPressedWarning: string;
1960
+ textColorTextFocusWarning: string;
1961
+ textColorTextDisabledWarning: string;
1962
+ textColorGhostWarning: string;
1963
+ textColorGhostHoverWarning: string;
1964
+ textColorGhostPressedWarning: string;
1965
+ textColorGhostFocusWarning: string;
1966
+ textColorGhostDisabledWarning: string;
1967
+ borderWarning: string;
1968
+ borderHoverWarning: string;
1969
+ borderPressedWarning: string;
1970
+ borderFocusWarning: string;
1971
+ borderDisabledWarning: string;
1972
+ rippleColorWarning: string;
1973
+ colorError: string;
1974
+ colorHoverError: string;
1975
+ colorPressedError: string;
1976
+ colorFocusError: string;
1977
+ colorDisabledError: string;
1978
+ textColorError: string;
1979
+ textColorHoverError: string;
1980
+ textColorPressedError: string;
1981
+ textColorFocusError: string;
1982
+ textColorDisabledError: string;
1983
+ textColorTextError: string;
1984
+ textColorTextHoverError: string;
1985
+ textColorTextPressedError: string;
1986
+ textColorTextFocusError: string;
1987
+ textColorTextDisabledError: string;
1988
+ textColorGhostError: string;
1989
+ textColorGhostHoverError: string;
1990
+ textColorGhostPressedError: string;
1991
+ textColorGhostFocusError: string;
1992
+ textColorGhostDisabledError: string;
1993
+ borderError: string;
1994
+ borderHoverError: string;
1995
+ borderPressedError: string;
1996
+ borderFocusError: string;
1997
+ borderDisabledError: string;
1998
+ rippleColorError: string;
1999
+ waveOpacity: string;
2000
+ fontWeightText: string;
2001
+ fontWeight: string;
2002
+ fontWeighGhost: string;
2003
+ paddingTiny: string;
2004
+ paddingSmall: string;
2005
+ paddingMedium: string;
2006
+ paddingLarge: string;
2007
+ paddingRoundTiny: string;
2008
+ paddingRoundSmall: string;
2009
+ paddingRoundMedium: string;
2010
+ paddingRoundLarge: string;
2011
+ iconMarginTiny: string;
2012
+ iconMarginSmall: string;
2013
+ iconMarginMedium: string;
2014
+ iconMarginLarge: string;
2015
+ iconSizeTiny: string;
2016
+ iconSizeSmall: string;
2017
+ iconSizeMedium: string;
2018
+ iconSizeLarge: string;
2019
+ rippleDuration: string;
2020
+ }, any>;
2021
+ };
2022
+ peerOverrides: {
2023
+ Input?: {
2024
+ peers?: {
2025
+ [x: string]: any;
2026
+ } | undefined;
2027
+ } | undefined;
2028
+ Button?: {
2029
+ peers?: {
2030
+ [x: string]: any;
2031
+ } | undefined;
2032
+ } | undefined;
2033
+ };
2034
+ }>;
2035
+ cssVars: import("vue").ComputedRef<{
2036
+ '--action-margin': string;
2037
+ }>;
2038
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
2039
+ readonly max?: unknown;
2040
+ readonly min?: unknown;
2041
+ readonly value?: unknown;
2042
+ readonly defaultValue?: unknown;
2043
+ readonly preset?: unknown;
2044
+ readonly keyField?: unknown;
2045
+ readonly itemStyle?: unknown;
2046
+ readonly keyPlaceholder?: unknown;
2047
+ readonly valuePlaceholder?: unknown;
2048
+ readonly placeholder?: unknown;
2049
+ readonly onCreate?: unknown;
2050
+ readonly onRemove?: unknown;
2051
+ readonly 'onUpdate:value'?: unknown;
2052
+ readonly onUpdateValue?: unknown;
2053
+ readonly onClear?: unknown;
2054
+ readonly onInput?: unknown;
2055
+ readonly theme?: unknown;
2056
+ readonly themeOverrides?: unknown;
2057
+ readonly builtinThemeOverrides?: unknown;
2058
+ } & {
2059
+ placeholder: string;
2060
+ min: number;
2061
+ defaultValue: any[];
2062
+ preset: "input" | "pair";
2063
+ keyPlaceholder: string;
2064
+ valuePlaceholder: string;
2065
+ } & {
2066
+ value?: any[] | undefined;
2067
+ onInput?: MaybeArray<OnUpdateValue> | undefined;
2068
+ max?: number | undefined;
2069
+ theme?: import("../../_mixins").Theme<"DynamicInput", {
2070
+ actionMargin: string;
2071
+ }, {
2072
+ Input: import("../../_mixins").Theme<"Input", {
2073
+ countTextColor: string;
2074
+ heightTiny: string;
2075
+ heightSmall: string;
2076
+ heightMedium: string;
2077
+ heightLarge: string;
2078
+ fontSizeTiny: string;
2079
+ fontSizeSmall: string;
2080
+ fontSizeMedium: string;
2081
+ fontSizeLarge: string;
2082
+ lineHeight: string;
2083
+ lineHeightTextarea: string;
2084
+ borderRadius: string;
2085
+ iconSize: string;
2086
+ groupLabelColor: string;
2087
+ groupLabelTextColor: string;
2088
+ textColor: string;
2089
+ textColorDisabled: string;
2090
+ textDecorationColor: string;
2091
+ caretColor: string;
2092
+ placeholderColor: string;
2093
+ placeholderColorDisabled: string;
2094
+ color: string;
2095
+ colorDisabled: string;
2096
+ colorFocus: string;
2097
+ groupLabelBorder: string;
2098
+ border: string;
2099
+ borderHover: string;
2100
+ borderDisabled: string;
2101
+ borderFocus: string;
2102
+ boxShadowFocus: string;
2103
+ loadingColor: string;
2104
+ loadingColorWarning: string;
2105
+ borderWarning: string;
2106
+ borderHoverWarning: string;
2107
+ colorFocusWarning: string;
2108
+ borderFocusWarning: string;
2109
+ boxShadowFocusWarning: string;
2110
+ caretColorWarning: string;
2111
+ loadingColorError: string;
2112
+ borderError: string;
2113
+ borderHoverError: string;
2114
+ colorFocusError: string;
2115
+ borderFocusError: string;
2116
+ boxShadowFocusError: string;
2117
+ caretColorError: string;
2118
+ clearColor: string;
2119
+ clearColorHover: string;
2120
+ clearColorPressed: string;
2121
+ iconColor: string;
2122
+ iconColorDisabled: string;
2123
+ iconColorHover: string;
2124
+ iconColorPressed: string;
2125
+ suffixTextColor: string;
2126
+ paddingTiny: string;
2127
+ paddingSmall: string;
2128
+ paddingMedium: string;
2129
+ paddingLarge: string;
2130
+ clearSize: string;
2131
+ }, any>;
2132
+ Button: import("../../_mixins").Theme<"Button", {
2133
+ heightTiny: string;
2134
+ heightSmall: string;
2135
+ heightMedium: string;
2136
+ heightLarge: string;
2137
+ borderRadiusTiny: string;
2138
+ borderRadiusSmall: string;
2139
+ borderRadiusMedium: string;
2140
+ borderRadiusLarge: string;
2141
+ fontSizeTiny: string;
2142
+ fontSizeSmall: string;
2143
+ fontSizeMedium: string;
2144
+ fontSizeLarge: string;
2145
+ opacityDisabled: string;
2146
+ color: string;
2147
+ colorHover: string;
2148
+ colorPressed: string;
2149
+ colorFocus: string;
2150
+ colorDisabled: string;
2151
+ textColor: string;
2152
+ textColorHover: string;
2153
+ textColorPressed: string;
2154
+ textColorFocus: string;
2155
+ textColorDisabled: string;
2156
+ textColorText: string;
2157
+ textColorTextDepth1: string;
2158
+ textColorTextDepth2: string;
2159
+ textColorTextDepth3: string;
2160
+ textColorTextHover: string;
2161
+ textColorTextPressed: string;
2162
+ textColorTextFocus: string;
2163
+ textColorTextDisabled: string;
2164
+ textColorGhost: string;
2165
+ textColorGhostHover: string;
2166
+ textColorGhostPressed: string;
2167
+ textColorGhostFocus: string;
2168
+ textColorGhostDisabled: string;
2169
+ border: string;
2170
+ borderHover: string;
2171
+ borderPressed: string;
2172
+ borderFocus: string;
2173
+ borderDisabled: string;
2174
+ rippleColor: string;
2175
+ colorPrimary: string;
2176
+ colorHoverPrimary: string;
2177
+ colorPressedPrimary: string;
2178
+ colorFocusPrimary: string;
2179
+ colorDisabledPrimary: string;
2180
+ textColorPrimary: string;
2181
+ textColorHoverPrimary: string;
2182
+ textColorPressedPrimary: string;
2183
+ textColorFocusPrimary: string;
2184
+ textColorDisabledPrimary: string;
2185
+ textColorTextPrimary: string;
2186
+ textColorTextHoverPrimary: string;
2187
+ textColorTextPressedPrimary: string;
2188
+ textColorTextFocusPrimary: string;
2189
+ textColorTextDisabledPrimary: string;
2190
+ textColorGhostPrimary: string;
2191
+ textColorGhostHoverPrimary: string;
2192
+ textColorGhostPressedPrimary: string;
2193
+ textColorGhostFocusPrimary: string;
2194
+ textColorGhostDisabledPrimary: string;
2195
+ borderPrimary: string;
2196
+ borderHoverPrimary: string;
2197
+ borderPressedPrimary: string;
2198
+ borderFocusPrimary: string;
2199
+ borderDisabledPrimary: string;
2200
+ rippleColorPrimary: string;
2201
+ colorInfo: string;
2202
+ colorHoverInfo: string;
2203
+ colorPressedInfo: string;
2204
+ colorFocusInfo: string;
2205
+ colorDisabledInfo: string;
2206
+ textColorInfo: string;
2207
+ textColorHoverInfo: string;
2208
+ textColorPressedInfo: string;
2209
+ textColorFocusInfo: string;
2210
+ textColorDisabledInfo: string;
2211
+ textColorTextInfo: string;
2212
+ textColorTextHoverInfo: string;
2213
+ textColorTextPressedInfo: string;
2214
+ textColorTextFocusInfo: string;
2215
+ textColorTextDisabledInfo: string;
2216
+ textColorGhostInfo: string;
2217
+ textColorGhostHoverInfo: string;
2218
+ textColorGhostPressedInfo: string;
2219
+ textColorGhostFocusInfo: string;
2220
+ textColorGhostDisabledInfo: string;
2221
+ borderInfo: string;
2222
+ borderHoverInfo: string;
2223
+ borderPressedInfo: string;
2224
+ borderFocusInfo: string;
2225
+ borderDisabledInfo: string;
2226
+ rippleColorInfo: string;
2227
+ colorSuccess: string;
2228
+ colorHoverSuccess: string;
2229
+ colorPressedSuccess: string;
2230
+ colorFocusSuccess: string;
2231
+ colorDisabledSuccess: string;
2232
+ textColorSuccess: string;
2233
+ textColorHoverSuccess: string;
2234
+ textColorPressedSuccess: string;
2235
+ textColorFocusSuccess: string;
2236
+ textColorDisabledSuccess: string;
2237
+ textColorTextSuccess: string;
2238
+ textColorTextHoverSuccess: string;
2239
+ textColorTextPressedSuccess: string;
2240
+ textColorTextFocusSuccess: string;
2241
+ textColorTextDisabledSuccess: string;
2242
+ textColorGhostSuccess: string;
2243
+ textColorGhostHoverSuccess: string;
2244
+ textColorGhostPressedSuccess: string;
2245
+ textColorGhostFocusSuccess: string;
2246
+ textColorGhostDisabledSuccess: string;
2247
+ borderSuccess: string;
2248
+ borderHoverSuccess: string;
2249
+ borderPressedSuccess: string;
2250
+ borderFocusSuccess: string;
2251
+ borderDisabledSuccess: string;
2252
+ rippleColorSuccess: string;
2253
+ colorWarning: string;
2254
+ colorHoverWarning: string;
2255
+ colorPressedWarning: string;
2256
+ colorFocusWarning: string;
2257
+ colorDisabledWarning: string;
2258
+ textColorWarning: string;
2259
+ textColorHoverWarning: string;
2260
+ textColorPressedWarning: string;
2261
+ textColorFocusWarning: string;
2262
+ textColorDisabledWarning: string;
2263
+ textColorTextWarning: string;
2264
+ textColorTextHoverWarning: string;
2265
+ textColorTextPressedWarning: string;
2266
+ textColorTextFocusWarning: string;
2267
+ textColorTextDisabledWarning: string;
2268
+ textColorGhostWarning: string;
2269
+ textColorGhostHoverWarning: string;
2270
+ textColorGhostPressedWarning: string;
2271
+ textColorGhostFocusWarning: string;
2272
+ textColorGhostDisabledWarning: string;
2273
+ borderWarning: string;
2274
+ borderHoverWarning: string;
2275
+ borderPressedWarning: string;
2276
+ borderFocusWarning: string;
2277
+ borderDisabledWarning: string;
2278
+ rippleColorWarning: string;
2279
+ colorError: string;
2280
+ colorHoverError: string;
2281
+ colorPressedError: string;
2282
+ colorFocusError: string;
2283
+ colorDisabledError: string;
2284
+ textColorError: string;
2285
+ textColorHoverError: string;
2286
+ textColorPressedError: string;
2287
+ textColorFocusError: string;
2288
+ textColorDisabledError: string;
2289
+ textColorTextError: string;
2290
+ textColorTextHoverError: string;
2291
+ textColorTextPressedError: string;
2292
+ textColorTextFocusError: string;
2293
+ textColorTextDisabledError: string;
2294
+ textColorGhostError: string;
2295
+ textColorGhostHoverError: string;
2296
+ textColorGhostPressedError: string;
2297
+ textColorGhostFocusError: string;
2298
+ textColorGhostDisabledError: string;
2299
+ borderError: string;
2300
+ borderHoverError: string;
2301
+ borderPressedError: string;
2302
+ borderFocusError: string;
2303
+ borderDisabledError: string;
2304
+ rippleColorError: string;
2305
+ waveOpacity: string;
2306
+ fontWeightText: string;
2307
+ fontWeight: string;
2308
+ fontWeighGhost: string;
2309
+ paddingTiny: string;
2310
+ paddingSmall: string;
2311
+ paddingMedium: string;
2312
+ paddingLarge: string;
2313
+ paddingRoundTiny: string;
2314
+ paddingRoundSmall: string;
2315
+ paddingRoundMedium: string;
2316
+ paddingRoundLarge: string;
2317
+ iconMarginTiny: string;
2318
+ iconMarginSmall: string;
2319
+ iconMarginMedium: string;
2320
+ iconMarginLarge: string;
2321
+ iconSizeTiny: string;
2322
+ iconSizeSmall: string;
2323
+ iconSizeMedium: string;
2324
+ iconSizeLarge: string;
2325
+ rippleDuration: string;
2326
+ }, any>;
2327
+ }> | undefined;
2328
+ themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicInput", {
2329
+ actionMargin: string;
2330
+ }, {
2331
+ Input: import("../../_mixins").Theme<"Input", {
2332
+ countTextColor: string;
2333
+ heightTiny: string;
2334
+ heightSmall: string;
2335
+ heightMedium: string;
2336
+ heightLarge: string;
2337
+ fontSizeTiny: string;
2338
+ fontSizeSmall: string;
2339
+ fontSizeMedium: string;
2340
+ fontSizeLarge: string;
2341
+ lineHeight: string;
2342
+ lineHeightTextarea: string;
2343
+ borderRadius: string;
2344
+ iconSize: string;
2345
+ groupLabelColor: string;
2346
+ groupLabelTextColor: string;
2347
+ textColor: string;
2348
+ textColorDisabled: string;
2349
+ textDecorationColor: string;
2350
+ caretColor: string;
2351
+ placeholderColor: string;
2352
+ placeholderColorDisabled: string;
2353
+ color: string;
2354
+ colorDisabled: string;
2355
+ colorFocus: string;
2356
+ groupLabelBorder: string;
2357
+ border: string;
2358
+ borderHover: string;
2359
+ borderDisabled: string;
2360
+ borderFocus: string;
2361
+ boxShadowFocus: string;
2362
+ loadingColor: string;
2363
+ loadingColorWarning: string;
2364
+ borderWarning: string;
2365
+ borderHoverWarning: string;
2366
+ colorFocusWarning: string;
2367
+ borderFocusWarning: string;
2368
+ boxShadowFocusWarning: string;
2369
+ caretColorWarning: string;
2370
+ loadingColorError: string;
2371
+ borderError: string;
2372
+ borderHoverError: string;
2373
+ colorFocusError: string;
2374
+ borderFocusError: string;
2375
+ boxShadowFocusError: string;
2376
+ caretColorError: string;
2377
+ clearColor: string;
2378
+ clearColorHover: string;
2379
+ clearColorPressed: string;
2380
+ iconColor: string;
2381
+ iconColorDisabled: string;
2382
+ iconColorHover: string;
2383
+ iconColorPressed: string;
2384
+ suffixTextColor: string;
2385
+ paddingTiny: string;
2386
+ paddingSmall: string;
2387
+ paddingMedium: string;
2388
+ paddingLarge: string;
2389
+ clearSize: string;
2390
+ }, any>;
2391
+ Button: import("../../_mixins").Theme<"Button", {
2392
+ heightTiny: string;
2393
+ heightSmall: string;
2394
+ heightMedium: string;
2395
+ heightLarge: string;
2396
+ borderRadiusTiny: string;
2397
+ borderRadiusSmall: string;
2398
+ borderRadiusMedium: string;
2399
+ borderRadiusLarge: string;
2400
+ fontSizeTiny: string;
2401
+ fontSizeSmall: string;
2402
+ fontSizeMedium: string;
2403
+ fontSizeLarge: string;
2404
+ opacityDisabled: string;
2405
+ color: string;
2406
+ colorHover: string;
2407
+ colorPressed: string;
2408
+ colorFocus: string;
2409
+ colorDisabled: string;
2410
+ textColor: string;
2411
+ textColorHover: string;
2412
+ textColorPressed: string;
2413
+ textColorFocus: string;
2414
+ textColorDisabled: string;
2415
+ textColorText: string;
2416
+ textColorTextDepth1: string;
2417
+ textColorTextDepth2: string;
2418
+ textColorTextDepth3: string;
2419
+ textColorTextHover: string;
2420
+ textColorTextPressed: string;
2421
+ textColorTextFocus: string;
2422
+ textColorTextDisabled: string;
2423
+ textColorGhost: string;
2424
+ textColorGhostHover: string;
2425
+ textColorGhostPressed: string;
2426
+ textColorGhostFocus: string;
2427
+ textColorGhostDisabled: string;
2428
+ border: string;
2429
+ borderHover: string;
2430
+ borderPressed: string;
2431
+ borderFocus: string;
2432
+ borderDisabled: string;
2433
+ rippleColor: string;
2434
+ colorPrimary: string;
2435
+ colorHoverPrimary: string;
2436
+ colorPressedPrimary: string;
2437
+ colorFocusPrimary: string;
2438
+ colorDisabledPrimary: string;
2439
+ textColorPrimary: string;
2440
+ textColorHoverPrimary: string;
2441
+ textColorPressedPrimary: string;
2442
+ textColorFocusPrimary: string;
2443
+ textColorDisabledPrimary: string;
2444
+ textColorTextPrimary: string;
2445
+ textColorTextHoverPrimary: string;
2446
+ textColorTextPressedPrimary: string;
2447
+ textColorTextFocusPrimary: string;
2448
+ textColorTextDisabledPrimary: string;
2449
+ textColorGhostPrimary: string;
2450
+ textColorGhostHoverPrimary: string;
2451
+ textColorGhostPressedPrimary: string;
2452
+ textColorGhostFocusPrimary: string;
2453
+ textColorGhostDisabledPrimary: string;
2454
+ borderPrimary: string;
2455
+ borderHoverPrimary: string;
2456
+ borderPressedPrimary: string;
2457
+ borderFocusPrimary: string;
2458
+ borderDisabledPrimary: string;
2459
+ rippleColorPrimary: string;
2460
+ colorInfo: string;
2461
+ colorHoverInfo: string;
2462
+ colorPressedInfo: string;
2463
+ colorFocusInfo: string;
2464
+ colorDisabledInfo: string;
2465
+ textColorInfo: string;
2466
+ textColorHoverInfo: string;
2467
+ textColorPressedInfo: string;
2468
+ textColorFocusInfo: string;
2469
+ textColorDisabledInfo: string;
2470
+ textColorTextInfo: string;
2471
+ textColorTextHoverInfo: string;
2472
+ textColorTextPressedInfo: string;
2473
+ textColorTextFocusInfo: string;
2474
+ textColorTextDisabledInfo: string;
2475
+ textColorGhostInfo: string;
2476
+ textColorGhostHoverInfo: string;
2477
+ textColorGhostPressedInfo: string;
2478
+ textColorGhostFocusInfo: string;
2479
+ textColorGhostDisabledInfo: string;
2480
+ borderInfo: string;
2481
+ borderHoverInfo: string;
2482
+ borderPressedInfo: string;
2483
+ borderFocusInfo: string;
2484
+ borderDisabledInfo: string;
2485
+ rippleColorInfo: string;
2486
+ colorSuccess: string;
2487
+ colorHoverSuccess: string;
2488
+ colorPressedSuccess: string;
2489
+ colorFocusSuccess: string;
2490
+ colorDisabledSuccess: string;
2491
+ textColorSuccess: string;
2492
+ textColorHoverSuccess: string;
2493
+ textColorPressedSuccess: string;
2494
+ textColorFocusSuccess: string;
2495
+ textColorDisabledSuccess: string;
2496
+ textColorTextSuccess: string;
2497
+ textColorTextHoverSuccess: string;
2498
+ textColorTextPressedSuccess: string;
2499
+ textColorTextFocusSuccess: string;
2500
+ textColorTextDisabledSuccess: string;
2501
+ textColorGhostSuccess: string;
2502
+ textColorGhostHoverSuccess: string;
2503
+ textColorGhostPressedSuccess: string;
2504
+ textColorGhostFocusSuccess: string;
2505
+ textColorGhostDisabledSuccess: string;
2506
+ borderSuccess: string;
2507
+ borderHoverSuccess: string;
2508
+ borderPressedSuccess: string;
2509
+ borderFocusSuccess: string;
2510
+ borderDisabledSuccess: string;
2511
+ rippleColorSuccess: string;
2512
+ colorWarning: string;
2513
+ colorHoverWarning: string;
2514
+ colorPressedWarning: string;
2515
+ colorFocusWarning: string;
2516
+ colorDisabledWarning: string;
2517
+ textColorWarning: string;
2518
+ textColorHoverWarning: string;
2519
+ textColorPressedWarning: string;
2520
+ textColorFocusWarning: string;
2521
+ textColorDisabledWarning: string;
2522
+ textColorTextWarning: string;
2523
+ textColorTextHoverWarning: string;
2524
+ textColorTextPressedWarning: string;
2525
+ textColorTextFocusWarning: string;
2526
+ textColorTextDisabledWarning: string;
2527
+ textColorGhostWarning: string;
2528
+ textColorGhostHoverWarning: string;
2529
+ textColorGhostPressedWarning: string;
2530
+ textColorGhostFocusWarning: string;
2531
+ textColorGhostDisabledWarning: string;
2532
+ borderWarning: string;
2533
+ borderHoverWarning: string;
2534
+ borderPressedWarning: string;
2535
+ borderFocusWarning: string;
2536
+ borderDisabledWarning: string;
2537
+ rippleColorWarning: string;
2538
+ colorError: string;
2539
+ colorHoverError: string;
2540
+ colorPressedError: string;
2541
+ colorFocusError: string;
2542
+ colorDisabledError: string;
2543
+ textColorError: string;
2544
+ textColorHoverError: string;
2545
+ textColorPressedError: string;
2546
+ textColorFocusError: string;
2547
+ textColorDisabledError: string;
2548
+ textColorTextError: string;
2549
+ textColorTextHoverError: string;
2550
+ textColorTextPressedError: string;
2551
+ textColorTextFocusError: string;
2552
+ textColorTextDisabledError: string;
2553
+ textColorGhostError: string;
2554
+ textColorGhostHoverError: string;
2555
+ textColorGhostPressedError: string;
2556
+ textColorGhostFocusError: string;
2557
+ textColorGhostDisabledError: string;
2558
+ borderError: string;
2559
+ borderHoverError: string;
2560
+ borderPressedError: string;
2561
+ borderFocusError: string;
2562
+ borderDisabledError: string;
2563
+ rippleColorError: string;
2564
+ waveOpacity: string;
2565
+ fontWeightText: string;
2566
+ fontWeight: string;
2567
+ fontWeighGhost: string;
2568
+ paddingTiny: string;
2569
+ paddingSmall: string;
2570
+ paddingMedium: string;
2571
+ paddingLarge: string;
2572
+ paddingRoundTiny: string;
2573
+ paddingRoundSmall: string;
2574
+ paddingRoundMedium: string;
2575
+ paddingRoundLarge: string;
2576
+ iconMarginTiny: string;
2577
+ iconMarginSmall: string;
2578
+ iconMarginMedium: string;
2579
+ iconMarginLarge: string;
2580
+ iconSizeTiny: string;
2581
+ iconSizeSmall: string;
2582
+ iconSizeMedium: string;
2583
+ iconSizeLarge: string;
2584
+ rippleDuration: string;
2585
+ }, any>;
2586
+ }>> | undefined;
2587
+ builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicInput", {
2588
+ actionMargin: string;
2589
+ }, {
2590
+ Input: import("../../_mixins").Theme<"Input", {
2591
+ countTextColor: string;
2592
+ heightTiny: string;
2593
+ heightSmall: string;
2594
+ heightMedium: string;
2595
+ heightLarge: string;
2596
+ fontSizeTiny: string;
2597
+ fontSizeSmall: string;
2598
+ fontSizeMedium: string;
2599
+ fontSizeLarge: string;
2600
+ lineHeight: string;
2601
+ lineHeightTextarea: string;
2602
+ borderRadius: string;
2603
+ iconSize: string;
2604
+ groupLabelColor: string;
2605
+ groupLabelTextColor: string;
2606
+ textColor: string;
2607
+ textColorDisabled: string;
2608
+ textDecorationColor: string;
2609
+ caretColor: string;
2610
+ placeholderColor: string;
2611
+ placeholderColorDisabled: string;
2612
+ color: string;
2613
+ colorDisabled: string;
2614
+ colorFocus: string;
2615
+ groupLabelBorder: string;
2616
+ border: string;
2617
+ borderHover: string;
2618
+ borderDisabled: string;
2619
+ borderFocus: string;
2620
+ boxShadowFocus: string;
2621
+ loadingColor: string;
2622
+ loadingColorWarning: string;
2623
+ borderWarning: string;
2624
+ borderHoverWarning: string;
2625
+ colorFocusWarning: string;
2626
+ borderFocusWarning: string;
2627
+ boxShadowFocusWarning: string;
2628
+ caretColorWarning: string;
2629
+ loadingColorError: string;
2630
+ borderError: string;
2631
+ borderHoverError: string;
2632
+ colorFocusError: string;
2633
+ borderFocusError: string;
2634
+ boxShadowFocusError: string;
2635
+ caretColorError: string;
2636
+ clearColor: string;
2637
+ clearColorHover: string;
2638
+ clearColorPressed: string;
2639
+ iconColor: string;
2640
+ iconColorDisabled: string;
2641
+ iconColorHover: string;
2642
+ iconColorPressed: string;
2643
+ suffixTextColor: string;
2644
+ paddingTiny: string;
2645
+ paddingSmall: string;
2646
+ paddingMedium: string;
2647
+ paddingLarge: string;
2648
+ clearSize: string;
2649
+ }, any>;
2650
+ Button: import("../../_mixins").Theme<"Button", {
2651
+ heightTiny: string;
2652
+ heightSmall: string;
2653
+ heightMedium: string;
2654
+ heightLarge: string;
2655
+ borderRadiusTiny: string;
2656
+ borderRadiusSmall: string;
2657
+ borderRadiusMedium: string;
2658
+ borderRadiusLarge: string;
2659
+ fontSizeTiny: string;
2660
+ fontSizeSmall: string;
2661
+ fontSizeMedium: string;
2662
+ fontSizeLarge: string;
2663
+ opacityDisabled: string;
2664
+ color: string;
2665
+ colorHover: string;
2666
+ colorPressed: string;
2667
+ colorFocus: string;
2668
+ colorDisabled: string;
2669
+ textColor: string;
2670
+ textColorHover: string;
2671
+ textColorPressed: string;
2672
+ textColorFocus: string;
2673
+ textColorDisabled: string;
2674
+ textColorText: string;
2675
+ textColorTextDepth1: string;
2676
+ textColorTextDepth2: string;
2677
+ textColorTextDepth3: string;
2678
+ textColorTextHover: string;
2679
+ textColorTextPressed: string;
2680
+ textColorTextFocus: string;
2681
+ textColorTextDisabled: string;
2682
+ textColorGhost: string;
2683
+ textColorGhostHover: string;
2684
+ textColorGhostPressed: string;
2685
+ textColorGhostFocus: string;
2686
+ textColorGhostDisabled: string;
2687
+ border: string;
2688
+ borderHover: string;
2689
+ borderPressed: string;
2690
+ borderFocus: string;
2691
+ borderDisabled: string;
2692
+ rippleColor: string;
2693
+ colorPrimary: string;
2694
+ colorHoverPrimary: string;
2695
+ colorPressedPrimary: string;
2696
+ colorFocusPrimary: string;
2697
+ colorDisabledPrimary: string;
2698
+ textColorPrimary: string;
2699
+ textColorHoverPrimary: string;
2700
+ textColorPressedPrimary: string;
2701
+ textColorFocusPrimary: string;
2702
+ textColorDisabledPrimary: string;
2703
+ textColorTextPrimary: string;
2704
+ textColorTextHoverPrimary: string;
2705
+ textColorTextPressedPrimary: string;
2706
+ textColorTextFocusPrimary: string;
2707
+ textColorTextDisabledPrimary: string;
2708
+ textColorGhostPrimary: string;
2709
+ textColorGhostHoverPrimary: string;
2710
+ textColorGhostPressedPrimary: string;
2711
+ textColorGhostFocusPrimary: string;
2712
+ textColorGhostDisabledPrimary: string;
2713
+ borderPrimary: string;
2714
+ borderHoverPrimary: string;
2715
+ borderPressedPrimary: string;
2716
+ borderFocusPrimary: string;
2717
+ borderDisabledPrimary: string;
2718
+ rippleColorPrimary: string;
2719
+ colorInfo: string;
2720
+ colorHoverInfo: string;
2721
+ colorPressedInfo: string;
2722
+ colorFocusInfo: string;
2723
+ colorDisabledInfo: string;
2724
+ textColorInfo: string;
2725
+ textColorHoverInfo: string;
2726
+ textColorPressedInfo: string;
2727
+ textColorFocusInfo: string;
2728
+ textColorDisabledInfo: string;
2729
+ textColorTextInfo: string;
2730
+ textColorTextHoverInfo: string;
2731
+ textColorTextPressedInfo: string;
2732
+ textColorTextFocusInfo: string;
2733
+ textColorTextDisabledInfo: string;
2734
+ textColorGhostInfo: string;
2735
+ textColorGhostHoverInfo: string;
2736
+ textColorGhostPressedInfo: string;
2737
+ textColorGhostFocusInfo: string;
2738
+ textColorGhostDisabledInfo: string;
2739
+ borderInfo: string;
2740
+ borderHoverInfo: string;
2741
+ borderPressedInfo: string;
2742
+ borderFocusInfo: string;
2743
+ borderDisabledInfo: string;
2744
+ rippleColorInfo: string;
2745
+ colorSuccess: string;
2746
+ colorHoverSuccess: string;
2747
+ colorPressedSuccess: string;
2748
+ colorFocusSuccess: string;
2749
+ colorDisabledSuccess: string;
2750
+ textColorSuccess: string;
2751
+ textColorHoverSuccess: string;
2752
+ textColorPressedSuccess: string;
2753
+ textColorFocusSuccess: string;
2754
+ textColorDisabledSuccess: string;
2755
+ textColorTextSuccess: string;
2756
+ textColorTextHoverSuccess: string;
2757
+ textColorTextPressedSuccess: string;
2758
+ textColorTextFocusSuccess: string;
2759
+ textColorTextDisabledSuccess: string;
2760
+ textColorGhostSuccess: string;
2761
+ textColorGhostHoverSuccess: string;
2762
+ textColorGhostPressedSuccess: string;
2763
+ textColorGhostFocusSuccess: string;
2764
+ textColorGhostDisabledSuccess: string;
2765
+ borderSuccess: string;
2766
+ borderHoverSuccess: string;
2767
+ borderPressedSuccess: string;
2768
+ borderFocusSuccess: string;
2769
+ borderDisabledSuccess: string;
2770
+ rippleColorSuccess: string;
2771
+ colorWarning: string;
2772
+ colorHoverWarning: string;
2773
+ colorPressedWarning: string;
2774
+ colorFocusWarning: string;
2775
+ colorDisabledWarning: string;
2776
+ textColorWarning: string;
2777
+ textColorHoverWarning: string;
2778
+ textColorPressedWarning: string;
2779
+ textColorFocusWarning: string;
2780
+ textColorDisabledWarning: string;
2781
+ textColorTextWarning: string;
2782
+ textColorTextHoverWarning: string;
2783
+ textColorTextPressedWarning: string;
2784
+ textColorTextFocusWarning: string;
2785
+ textColorTextDisabledWarning: string;
2786
+ textColorGhostWarning: string;
2787
+ textColorGhostHoverWarning: string;
2788
+ textColorGhostPressedWarning: string;
2789
+ textColorGhostFocusWarning: string;
2790
+ textColorGhostDisabledWarning: string;
2791
+ borderWarning: string;
2792
+ borderHoverWarning: string;
2793
+ borderPressedWarning: string;
2794
+ borderFocusWarning: string;
2795
+ borderDisabledWarning: string;
2796
+ rippleColorWarning: string;
2797
+ colorError: string;
2798
+ colorHoverError: string;
2799
+ colorPressedError: string;
2800
+ colorFocusError: string;
2801
+ colorDisabledError: string;
2802
+ textColorError: string;
2803
+ textColorHoverError: string;
2804
+ textColorPressedError: string;
2805
+ textColorFocusError: string;
2806
+ textColorDisabledError: string;
2807
+ textColorTextError: string;
2808
+ textColorTextHoverError: string;
2809
+ textColorTextPressedError: string;
2810
+ textColorTextFocusError: string;
2811
+ textColorTextDisabledError: string;
2812
+ textColorGhostError: string;
2813
+ textColorGhostHoverError: string;
2814
+ textColorGhostPressedError: string;
2815
+ textColorGhostFocusError: string;
2816
+ textColorGhostDisabledError: string;
2817
+ borderError: string;
2818
+ borderHoverError: string;
2819
+ borderPressedError: string;
2820
+ borderFocusError: string;
2821
+ borderDisabledError: string;
2822
+ rippleColorError: string;
2823
+ waveOpacity: string;
2824
+ fontWeightText: string;
2825
+ fontWeight: string;
2826
+ fontWeighGhost: string;
2827
+ paddingTiny: string;
2828
+ paddingSmall: string;
2829
+ paddingMedium: string;
2830
+ paddingLarge: string;
2831
+ paddingRoundTiny: string;
2832
+ paddingRoundSmall: string;
2833
+ paddingRoundMedium: string;
2834
+ paddingRoundLarge: string;
2835
+ iconMarginTiny: string;
2836
+ iconMarginSmall: string;
2837
+ iconMarginMedium: string;
2838
+ iconMarginLarge: string;
2839
+ iconSizeTiny: string;
2840
+ iconSizeSmall: string;
2841
+ iconSizeMedium: string;
2842
+ iconSizeLarge: string;
2843
+ rippleDuration: string;
2844
+ }, any>;
2845
+ }>> | undefined;
2846
+ keyField?: string | undefined;
2847
+ onClear?: (() => void) | undefined;
2848
+ onCreate?: ((index: number) => any) | undefined;
2849
+ "onUpdate:value"?: MaybeArray<OnUpdateValue> | undefined;
2850
+ onUpdateValue?: MaybeArray<OnUpdateValue> | undefined;
2851
+ itemStyle?: string | CSSProperties | undefined;
2852
+ onRemove?: ((index: number) => void) | undefined;
2853
+ }>, {
2854
+ onInput: MaybeArray<OnUpdateValue> | undefined;
2855
+ placeholder: string;
2856
+ min: number;
2857
+ onClear: () => void;
2858
+ defaultValue: any[];
2859
+ preset: "input" | "pair";
2860
+ keyPlaceholder: string;
2861
+ valuePlaceholder: string;
2862
+ }>;
2863
+ export default _default;