@uzum-tech/ui 0.1.0 → 0.1.1

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 (4482) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +107348 -0
  3. package/dist/index.prod.js +9 -0
  4. package/es/_internal/clear/index.d.ts +1 -0
  5. package/es/_internal/clear/index.js +1 -0
  6. package/es/_internal/clear/src/Clear.d.ts +21 -0
  7. package/es/_internal/clear/src/Clear.js +42 -0
  8. package/es/_internal/clear/src/styles/index.cssr.d.ts +2 -0
  9. package/es/_internal/clear/src/styles/index.cssr.js +37 -0
  10. package/es/_internal/close/index.d.ts +1 -0
  11. package/es/_internal/close/index.js +1 -0
  12. package/es/_internal/close/src/Close.d.ts +49 -0
  13. package/es/_internal/close/src/Close.js +49 -0
  14. package/es/_internal/close/src/styles/index.cssr.d.ts +2 -0
  15. package/es/_internal/close/src/styles/index.cssr.js +54 -0
  16. package/es/_internal/fade-in-expand-transition/index.d.ts +1 -0
  17. package/es/_internal/fade-in-expand-transition/index.js +1 -0
  18. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +28 -0
  19. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +108 -0
  20. package/es/_internal/focus-detector/index.d.ts +2 -0
  21. package/es/_internal/focus-detector/index.js +2 -0
  22. package/es/_internal/focus-detector/src/FocusDetector.d.ts +9 -0
  23. package/es/_internal/focus-detector/src/FocusDetector.js +10 -0
  24. package/es/_internal/icon/index.d.ts +1 -0
  25. package/es/_internal/icon/index.js +1 -0
  26. package/es/_internal/icon/src/Icon.d.ts +42 -0
  27. package/es/_internal/icon/src/Icon.js +31 -0
  28. package/es/_internal/icon/src/styles/index.cssr.d.ts +2 -0
  29. package/es/_internal/icon/src/styles/index.cssr.js +14 -0
  30. package/es/_internal/icon-switch-transition/index.d.ts +1 -0
  31. package/es/_internal/icon-switch-transition/index.js +1 -0
  32. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +2 -0
  33. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.js +9 -0
  34. package/es/_internal/icons/Add.d.ts +2 -0
  35. package/es/_internal/icons/Add.js +8 -0
  36. package/es/_internal/icons/ArrowBack.d.ts +2 -0
  37. package/es/_internal/icons/ArrowBack.js +9 -0
  38. package/es/_internal/icons/ArrowDown.d.ts +2 -0
  39. package/es/_internal/icons/ArrowDown.js +16 -0
  40. package/es/_internal/icons/ArrowUp.d.ts +2 -0
  41. package/es/_internal/icons/ArrowUp.js +9 -0
  42. package/es/_internal/icons/Attach.d.ts +2 -0
  43. package/es/_internal/icons/Attach.js +6 -0
  44. package/es/_internal/icons/Backward.d.ts +2 -0
  45. package/es/_internal/icons/Backward.js +8 -0
  46. package/es/_internal/icons/Cancel.d.ts +2 -0
  47. package/es/_internal/icons/Cancel.js +6 -0
  48. package/es/_internal/icons/Checkmark.d.ts +2 -0
  49. package/es/_internal/icons/Checkmark.js +9 -0
  50. package/es/_internal/icons/ChevronDown.d.ts +2 -0
  51. package/es/_internal/icons/ChevronDown.js +8 -0
  52. package/es/_internal/icons/ChevronDownFilled.d.ts +2 -0
  53. package/es/_internal/icons/ChevronDownFilled.js +8 -0
  54. package/es/_internal/icons/ChevronLeft.d.ts +2 -0
  55. package/es/_internal/icons/ChevronLeft.js +8 -0
  56. package/es/_internal/icons/ChevronRight.d.ts +2 -0
  57. package/es/_internal/icons/ChevronRight.js +8 -0
  58. package/es/_internal/icons/Clear.d.ts +2 -0
  59. package/es/_internal/icons/Clear.js +12 -0
  60. package/es/_internal/icons/Close.d.ts +2 -0
  61. package/es/_internal/icons/Close.js +6 -0
  62. package/es/_internal/icons/Date.d.ts +2 -0
  63. package/es/_internal/icons/Date.js +6 -0
  64. package/es/_internal/icons/Download.d.ts +2 -0
  65. package/es/_internal/icons/Download.js +6 -0
  66. package/es/_internal/icons/Empty.d.ts +2 -0
  67. package/es/_internal/icons/Empty.js +9 -0
  68. package/es/_internal/icons/Error.d.ts +2 -0
  69. package/es/_internal/icons/Error.js +6 -0
  70. package/es/_internal/icons/Eye.d.ts +2 -0
  71. package/es/_internal/icons/Eye.js +9 -0
  72. package/es/_internal/icons/EyeOff.d.ts +2 -0
  73. package/es/_internal/icons/EyeOff.js +12 -0
  74. package/es/_internal/icons/FastBackward.d.ts +2 -0
  75. package/es/_internal/icons/FastBackward.js +10 -0
  76. package/es/_internal/icons/FastForward.d.ts +2 -0
  77. package/es/_internal/icons/FastForward.js +10 -0
  78. package/es/_internal/icons/File.d.ts +2 -0
  79. package/es/_internal/icons/File.js +10 -0
  80. package/es/_internal/icons/Filter.d.ts +2 -0
  81. package/es/_internal/icons/Filter.js +10 -0
  82. package/es/_internal/icons/Forward.d.ts +2 -0
  83. package/es/_internal/icons/Forward.js +8 -0
  84. package/es/_internal/icons/Info.d.ts +2 -0
  85. package/es/_internal/icons/Info.js +6 -0
  86. package/es/_internal/icons/More.d.ts +2 -0
  87. package/es/_internal/icons/More.js +10 -0
  88. package/es/_internal/icons/Photo.d.ts +2 -0
  89. package/es/_internal/icons/Photo.js +12 -0
  90. package/es/_internal/icons/Remove.d.ts +2 -0
  91. package/es/_internal/icons/Remove.js +8 -0
  92. package/es/_internal/icons/ResizeSmall.d.ts +2 -0
  93. package/es/_internal/icons/ResizeSmall.js +9 -0
  94. package/es/_internal/icons/Retry.d.ts +2 -0
  95. package/es/_internal/icons/Retry.js +5 -0
  96. package/es/_internal/icons/RotateClockwise.d.ts +2 -0
  97. package/es/_internal/icons/RotateClockwise.js +5 -0
  98. package/es/_internal/icons/RotateCounterclockwise.d.ts +2 -0
  99. package/es/_internal/icons/RotateCounterclockwise.js +5 -0
  100. package/es/_internal/icons/Search.d.ts +2 -0
  101. package/es/_internal/icons/Search.js +8 -0
  102. package/es/_internal/icons/Success.d.ts +2 -0
  103. package/es/_internal/icons/Success.js +6 -0
  104. package/es/_internal/icons/Switcher.d.ts +2 -0
  105. package/es/_internal/icons/Switcher.js +8 -0
  106. package/es/_internal/icons/Time.d.ts +2 -0
  107. package/es/_internal/icons/Time.js +5 -0
  108. package/es/_internal/icons/To.d.ts +2 -0
  109. package/es/_internal/icons/To.js +6 -0
  110. package/es/_internal/icons/Trash.d.ts +2 -0
  111. package/es/_internal/icons/Trash.js +7 -0
  112. package/es/_internal/icons/Warning.d.ts +2 -0
  113. package/es/_internal/icons/Warning.js +6 -0
  114. package/es/_internal/icons/ZoomIn.d.ts +2 -0
  115. package/es/_internal/icons/ZoomIn.js +5 -0
  116. package/es/_internal/icons/ZoomOut.d.ts +2 -0
  117. package/es/_internal/icons/ZoomOut.js +5 -0
  118. package/es/_internal/icons/index.d.ts +42 -0
  119. package/es/_internal/icons/index.js +42 -0
  120. package/es/_internal/icons/replaceable.d.ts +2 -0
  121. package/es/_internal/icons/replaceable.js +18 -0
  122. package/es/_internal/index.d.ts +20 -0
  123. package/es/_internal/index.js +15 -0
  124. package/es/_internal/loading/index.d.ts +2 -0
  125. package/es/_internal/loading/index.js +1 -0
  126. package/es/_internal/loading/src/Loading.d.ts +70 -0
  127. package/es/_internal/loading/src/Loading.js +52 -0
  128. package/es/_internal/loading/src/styles/index.cssr.d.ts +2 -0
  129. package/es/_internal/loading/src/styles/index.cssr.js +139 -0
  130. package/es/_internal/menu-mask/index.d.ts +2 -0
  131. package/es/_internal/menu-mask/index.js +1 -0
  132. package/es/_internal/menu-mask/src/MenuMask.d.ts +16 -0
  133. package/es/_internal/menu-mask/src/MenuMask.js +41 -0
  134. package/es/_internal/menu-mask/src/interface.d.ts +3 -0
  135. package/es/_internal/menu-mask/src/interface.js +1 -0
  136. package/es/_internal/menu-mask/src/styles/index.cssr.d.ts +2 -0
  137. package/es/_internal/menu-mask/src/styles/index.cssr.js +15 -0
  138. package/es/_internal/scrollbar/index.d.ts +2 -0
  139. package/es/_internal/scrollbar/index.js +1 -0
  140. package/es/_internal/scrollbar/src/Scrollbar.d.ts +242 -0
  141. package/es/_internal/scrollbar/src/Scrollbar.js +622 -0
  142. package/es/_internal/scrollbar/src/styles/index.cssr.d.ts +2 -0
  143. package/es/_internal/scrollbar/src/styles/index.cssr.js +63 -0
  144. package/es/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
  145. package/es/_internal/scrollbar/src/styles/rtl.cssr.js +10 -0
  146. package/es/_internal/scrollbar/styles/dark.d.ts +3 -0
  147. package/es/_internal/scrollbar/styles/dark.js +8 -0
  148. package/es/_internal/scrollbar/styles/index.d.ts +4 -0
  149. package/es/_internal/scrollbar/styles/index.js +3 -0
  150. package/es/_internal/scrollbar/styles/light.d.ts +10 -0
  151. package/es/_internal/scrollbar/styles/light.js +14 -0
  152. package/es/_internal/scrollbar/styles/rtl.d.ts +3 -0
  153. package/es/_internal/scrollbar/styles/rtl.js +6 -0
  154. package/es/_internal/select-menu/index.d.ts +2 -0
  155. package/es/_internal/select-menu/index.js +1 -0
  156. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +29 -0
  157. package/es/_internal/select-menu/src/SelectGroupHeader.js +40 -0
  158. package/es/_internal/select-menu/src/SelectMenu.d.ts +727 -0
  159. package/es/_internal/select-menu/src/SelectMenu.js +348 -0
  160. package/es/_internal/select-menu/src/SelectOption.d.ts +37 -0
  161. package/es/_internal/select-menu/src/SelectOption.js +119 -0
  162. package/es/_internal/select-menu/src/interface.d.ts +40 -0
  163. package/es/_internal/select-menu/src/interface.js +3 -0
  164. package/es/_internal/select-menu/src/styles/index.cssr.d.ts +2 -0
  165. package/es/_internal/select-menu/src/styles/index.cssr.js +109 -0
  166. package/es/_internal/select-menu/styles/_common.d.ts +13 -0
  167. package/es/_internal/select-menu/styles/_common.js +12 -0
  168. package/es/_internal/select-menu/styles/dark.d.ts +3 -0
  169. package/es/_internal/select-menu/styles/dark.js +14 -0
  170. package/es/_internal/select-menu/styles/index.d.ts +3 -0
  171. package/es/_internal/select-menu/styles/index.js +2 -0
  172. package/es/_internal/select-menu/styles/light.d.ts +94 -0
  173. package/es/_internal/select-menu/styles/light.js +19 -0
  174. package/es/_internal/selection/index.d.ts +2 -0
  175. package/es/_internal/selection/index.js +1 -0
  176. package/es/_internal/selection/src/Selection.d.ts +897 -0
  177. package/es/_internal/selection/src/Selection.js +605 -0
  178. package/es/_internal/selection/src/interface.d.ts +6 -0
  179. package/es/_internal/selection/src/interface.js +1 -0
  180. package/es/_internal/selection/src/styles/index.cssr.d.ts +2 -0
  181. package/es/_internal/selection/src/styles/index.cssr.js +262 -0
  182. package/es/_internal/selection/styles/_common.d.ts +7 -0
  183. package/es/_internal/selection/styles/_common.js +6 -0
  184. package/es/_internal/selection/styles/dark.d.ts +3 -0
  185. package/es/_internal/selection/styles/dark.js +36 -0
  186. package/es/_internal/selection/styles/index.d.ts +3 -0
  187. package/es/_internal/selection/styles/index.js +2 -0
  188. package/es/_internal/selection/styles/light.d.ts +131 -0
  189. package/es/_internal/selection/styles/light.js +37 -0
  190. package/es/_internal/skeleton/index.d.ts +2 -0
  191. package/es/_internal/skeleton/index.js +1 -0
  192. package/es/_internal/skeleton/src/Skeleton.d.ts +155 -0
  193. package/es/_internal/skeleton/src/Skeleton.js +79 -0
  194. package/es/_internal/skeleton/src/styles/index.cssr.d.ts +2 -0
  195. package/es/_internal/skeleton/src/styles/index.cssr.js +29 -0
  196. package/es/_internal/skeleton/styles/dark.d.ts +2 -0
  197. package/es/_internal/skeleton/styles/dark.js +16 -0
  198. package/es/_internal/skeleton/styles/index.d.ts +3 -0
  199. package/es/_internal/skeleton/styles/index.js +2 -0
  200. package/es/_internal/skeleton/styles/light.d.ts +14 -0
  201. package/es/_internal/skeleton/styles/light.js +17 -0
  202. package/es/_internal/slot-machine/index.d.ts +1 -0
  203. package/es/_internal/slot-machine/index.js +1 -0
  204. package/es/_internal/slot-machine/src/SlotMachine.d.ts +39 -0
  205. package/es/_internal/slot-machine/src/SlotMachine.js +75 -0
  206. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +40 -0
  207. package/es/_internal/slot-machine/src/SlotMachineNumber.js +89 -0
  208. package/es/_internal/slot-machine/src/styles/index.cssr.d.ts +2 -0
  209. package/es/_internal/slot-machine/src/styles/index.cssr.js +101 -0
  210. package/es/_internal/suffix/index.d.ts +1 -0
  211. package/es/_internal/suffix/index.js +1 -0
  212. package/es/_internal/suffix/src/Suffix.d.ts +43 -0
  213. package/es/_internal/suffix/src/Suffix.js +42 -0
  214. package/es/_internal/wave/index.d.ts +2 -0
  215. package/es/_internal/wave/index.js +1 -0
  216. package/es/_internal/wave/src/Wave.d.ts +19 -0
  217. package/es/_internal/wave/src/Wave.js +51 -0
  218. package/es/_internal/wave/src/styles/index.cssr.d.ts +2 -0
  219. package/es/_internal/wave/src/styles/index.cssr.js +9 -0
  220. package/es/_mixins/common.d.ts +1 -0
  221. package/es/_mixins/common.js +1 -0
  222. package/es/_mixins/index.d.ts +10 -0
  223. package/es/_mixins/index.js +8 -0
  224. package/es/_mixins/use-config.d.ts +20 -0
  225. package/es/_mixins/use-config.js +32 -0
  226. package/es/_mixins/use-css-vars-class.d.ts +8 -0
  227. package/es/_mixins/use-css-vars-class.js +54 -0
  228. package/es/_mixins/use-form-item.d.ts +37 -0
  229. package/es/_mixins/use-form-item.js +69 -0
  230. package/es/_mixins/use-hljs.d.ts +12 -0
  231. package/es/_mixins/use-hljs.js +26 -0
  232. package/es/_mixins/use-locale.d.ts +7 -0
  233. package/es/_mixins/use-locale.js +18 -0
  234. package/es/_mixins/use-rtl.d.ts +3 -0
  235. package/es/_mixins/use-rtl.js +50 -0
  236. package/es/_mixins/use-style.d.ts +3 -0
  237. package/es/_mixins/use-style.js +41 -0
  238. package/es/_mixins/use-theme.d.ts +94 -0
  239. package/es/_mixins/use-theme.js +109 -0
  240. package/es/_styles/common/_common.d.ts +28 -0
  241. package/es/_styles/common/_common.js +27 -0
  242. package/es/_styles/common/dark.d.ts +3 -0
  243. package/es/_styles/common/dark.js +100 -0
  244. package/es/_styles/common/index.d.ts +3 -0
  245. package/es/_styles/common/index.js +2 -0
  246. package/es/_styles/common/light.d.ts +123 -0
  247. package/es/_styles/common/light.js +105 -0
  248. package/es/_styles/global/index.cssr.d.ts +2 -0
  249. package/es/_styles/global/index.cssr.js +28 -0
  250. package/es/_styles/transitions/fade-down.cssr.d.ts +11 -0
  251. package/es/_styles/transitions/fade-down.cssr.js +25 -0
  252. package/es/_styles/transitions/fade-in-height-expand.cssr.d.ts +13 -0
  253. package/es/_styles/transitions/fade-in-height-expand.cssr.js +51 -0
  254. package/es/_styles/transitions/fade-in-scale-up.cssr.d.ts +10 -0
  255. package/es/_styles/transitions/fade-in-scale-up.cssr.js +27 -0
  256. package/es/_styles/transitions/fade-in-width-expand.cssr.d.ts +7 -0
  257. package/es/_styles/transitions/fade-in-width-expand.cssr.js +31 -0
  258. package/es/_styles/transitions/fade-in.cssr.d.ts +10 -0
  259. package/es/_styles/transitions/fade-in.cssr.js +22 -0
  260. package/es/_styles/transitions/fade-up-width-expand.cssr.d.ts +6 -0
  261. package/es/_styles/transitions/fade-up-width-expand.cssr.js +36 -0
  262. package/es/_styles/transitions/icon-switch.cssr.d.ts +9 -0
  263. package/es/_styles/transitions/icon-switch.cssr.js +29 -0
  264. package/es/_styles/transitions/slide-in-from-bottom.d.ts +8 -0
  265. package/es/_styles/transitions/slide-in-from-bottom.js +25 -0
  266. package/es/_styles/transitions/slide-in-from-left.d.ts +8 -0
  267. package/es/_styles/transitions/slide-in-from-left.js +25 -0
  268. package/es/_styles/transitions/slide-in-from-right.d.ts +8 -0
  269. package/es/_styles/transitions/slide-in-from-right.js +25 -0
  270. package/es/_styles/transitions/slide-in-from-top.d.ts +8 -0
  271. package/es/_styles/transitions/slide-in-from-top.js +25 -0
  272. package/es/_utils/color/index.d.ts +3 -0
  273. package/es/_utils/color/index.js +10 -0
  274. package/es/_utils/composable/index.d.ts +8 -0
  275. package/es/_utils/composable/index.js +8 -0
  276. package/es/_utils/composable/use-adjusted-to.d.ts +14 -0
  277. package/es/_utils/composable/use-adjusted-to.js +55 -0
  278. package/es/_utils/composable/use-browser-location.d.ts +13 -0
  279. package/es/_utils/composable/use-browser-location.js +35 -0
  280. package/es/_utils/composable/use-collection.d.ts +4 -0
  281. package/es/_utils/composable/use-collection.js +87 -0
  282. package/es/_utils/composable/use-deferred-true.d.ts +2 -0
  283. package/es/_utils/composable/use-deferred-true.js +25 -0
  284. package/es/_utils/composable/use-houdini.d.ts +1 -0
  285. package/es/_utils/composable/use-houdini.js +29 -0
  286. package/es/_utils/composable/use-is-composing.d.ts +2 -0
  287. package/es/_utils/composable/use-is-composing.js +32 -0
  288. package/es/_utils/composable/use-lock-html-scroll.d.ts +3 -0
  289. package/es/_utils/composable/use-lock-html-scroll.js +63 -0
  290. package/es/_utils/composable/use-reactivated.d.ts +3 -0
  291. package/es/_utils/composable/use-reactivated.js +20 -0
  292. package/es/_utils/composable/use-resize.d.ts +2 -0
  293. package/es/_utils/composable/use-resize.js +19 -0
  294. package/es/_utils/css/color-to-class.d.ts +1 -0
  295. package/es/_utils/css/color-to-class.js +3 -0
  296. package/es/_utils/css/format-length.d.ts +7 -0
  297. package/es/_utils/css/format-length.js +30 -0
  298. package/es/_utils/css/index.d.ts +2 -0
  299. package/es/_utils/css/index.js +2 -0
  300. package/es/_utils/cssr/create-key.d.ts +44 -0
  301. package/es/_utils/cssr/create-key.js +8 -0
  302. package/es/_utils/cssr/index.d.ts +11 -0
  303. package/es/_utils/cssr/index.js +31 -0
  304. package/es/_utils/dom/index.d.ts +1 -0
  305. package/es/_utils/dom/index.js +1 -0
  306. package/es/_utils/dom/is-document.d.ts +1 -0
  307. package/es/_utils/dom/is-document.js +3 -0
  308. package/es/_utils/env/browser.d.ts +3 -0
  309. package/es/_utils/env/browser.js +4 -0
  310. package/es/_utils/env/is-browser.d.ts +1 -0
  311. package/es/_utils/env/is-browser.js +1 -0
  312. package/es/_utils/env/is-jsdom.d.ts +1 -0
  313. package/es/_utils/env/is-jsdom.js +9 -0
  314. package/es/_utils/env/is-native-lazy-load.d.ts +1 -0
  315. package/es/_utils/env/is-native-lazy-load.js +2 -0
  316. package/es/_utils/event/index.d.ts +2 -0
  317. package/es/_utils/event/index.js +7 -0
  318. package/es/_utils/index.d.ts +11 -0
  319. package/es/_utils/index.js +9 -0
  320. package/es/_utils/uzum/attribute.d.ts +2 -0
  321. package/es/_utils/uzum/attribute.js +11 -0
  322. package/es/_utils/uzum/extract-public-props.d.ts +9 -0
  323. package/es/_utils/uzum/extract-public-props.js +1 -0
  324. package/es/_utils/uzum/index.d.ts +5 -0
  325. package/es/_utils/uzum/index.js +3 -0
  326. package/es/_utils/uzum/mutable.d.ts +3 -0
  327. package/es/_utils/uzum/mutable.js +1 -0
  328. package/es/_utils/uzum/prop.d.ts +11 -0
  329. package/es/_utils/uzum/prop.js +27 -0
  330. package/es/_utils/uzum/warn.d.ts +3 -0
  331. package/es/_utils/uzum/warn.js +14 -0
  332. package/es/_utils/vue/call.d.ts +7 -0
  333. package/es/_utils/vue/call.js +8 -0
  334. package/es/_utils/vue/create-data-key.d.ts +1 -0
  335. package/es/_utils/vue/create-data-key.js +3 -0
  336. package/es/_utils/vue/create-injection-key.d.ts +2 -0
  337. package/es/_utils/vue/create-injection-key.js +3 -0
  338. package/es/_utils/vue/create-ref-setter.d.ts +2 -0
  339. package/es/_utils/vue/create-ref-setter.js +10 -0
  340. package/es/_utils/vue/flatten.d.ts +2 -0
  341. package/es/_utils/vue/flatten.js +30 -0
  342. package/es/_utils/vue/get-first-slot-vnode.d.ts +2 -0
  343. package/es/_utils/vue/get-first-slot-vnode.js +18 -0
  344. package/es/_utils/vue/get-slot.d.ts +2 -0
  345. package/es/_utils/vue/get-slot.js +7 -0
  346. package/es/_utils/vue/get-v-node-children.d.ts +2 -0
  347. package/es/_utils/vue/get-v-node-children.js +12 -0
  348. package/es/_utils/vue/index.d.ts +17 -0
  349. package/es/_utils/vue/index.js +16 -0
  350. package/es/_utils/vue/is-node-v-show-false.d.ts +2 -0
  351. package/es/_utils/vue/is-node-v-show-false.js +6 -0
  352. package/es/_utils/vue/keep.d.ts +1 -0
  353. package/es/_utils/vue/keep.js +7 -0
  354. package/es/_utils/vue/keysOf.d.ts +1 -0
  355. package/es/_utils/vue/keysOf.js +3 -0
  356. package/es/_utils/vue/merge-handlers.d.ts +1 -0
  357. package/es/_utils/vue/merge-handlers.js +15 -0
  358. package/es/_utils/vue/omit.d.ts +1 -0
  359. package/es/_utils/vue/omit.js +10 -0
  360. package/es/_utils/vue/render.d.ts +2 -0
  361. package/es/_utils/vue/render.js +15 -0
  362. package/es/_utils/vue/resolve-slot.d.ts +12 -0
  363. package/es/_utils/vue/resolve-slot.js +44 -0
  364. package/es/_utils/vue/wrapper.d.ts +1 -0
  365. package/es/_utils/vue/wrapper.js +7 -0
  366. package/es/affix/index.d.ts +2 -0
  367. package/es/affix/index.js +1 -0
  368. package/es/affix/src/Affix.d.ts +93 -0
  369. package/es/affix/src/Affix.js +184 -0
  370. package/es/affix/src/styles/index.cssr.d.ts +2 -0
  371. package/es/affix/src/styles/index.cssr.js +6 -0
  372. package/es/affix/src/utils.d.ts +6 -0
  373. package/es/affix/src/utils.js +8 -0
  374. package/es/alert/index.d.ts +2 -0
  375. package/es/alert/index.js +1 -0
  376. package/es/alert/src/Alert.d.ts +882 -0
  377. package/es/alert/src/Alert.js +164 -0
  378. package/es/alert/src/styles/index.cssr.d.ts +2 -0
  379. package/es/alert/src/styles/index.cssr.js +103 -0
  380. package/es/alert/src/styles/rtl.cssr.d.ts +2 -0
  381. package/es/alert/src/styles/rtl.cssr.js +16 -0
  382. package/es/alert/styles/_common.d.ts +11 -0
  383. package/es/alert/styles/_common.js +10 -0
  384. package/es/alert/styles/dark.d.ts +3 -0
  385. package/es/alert/styles/dark.js +21 -0
  386. package/es/alert/styles/index.d.ts +4 -0
  387. package/es/alert/styles/index.js +3 -0
  388. package/es/alert/styles/light.d.ts +71 -0
  389. package/es/alert/styles/light.js +18 -0
  390. package/es/alert/styles/rtl.d.ts +2 -0
  391. package/es/alert/styles/rtl.js +5 -0
  392. package/es/anchor/index.d.ts +4 -0
  393. package/es/anchor/index.js +2 -0
  394. package/es/anchor/src/AnchorAdapter.d.ts +285 -0
  395. package/es/anchor/src/AnchorAdapter.js +53 -0
  396. package/es/anchor/src/BaseAnchor.d.ts +105 -0
  397. package/es/anchor/src/BaseAnchor.js +263 -0
  398. package/es/anchor/src/Link.d.ts +24 -0
  399. package/es/anchor/src/Link.js +44 -0
  400. package/es/anchor/src/styles/index.cssr.d.ts +2 -0
  401. package/es/anchor/src/styles/index.cssr.js +89 -0
  402. package/es/anchor/src/utils.d.ts +5 -0
  403. package/es/anchor/src/utils.js +10 -0
  404. package/es/anchor/styles/_common.d.ts +6 -0
  405. package/es/anchor/styles/_common.js +5 -0
  406. package/es/anchor/styles/dark.d.ts +3 -0
  407. package/es/anchor/styles/dark.js +8 -0
  408. package/es/anchor/styles/index.d.ts +3 -0
  409. package/es/anchor/styles/index.js +2 -0
  410. package/es/anchor/styles/light.d.ts +19 -0
  411. package/es/anchor/styles/light.js +14 -0
  412. package/es/auto-complete/index.d.ts +3 -0
  413. package/es/auto-complete/index.js +1 -0
  414. package/es/auto-complete/src/AutoComplete.d.ts +1567 -0
  415. package/es/auto-complete/src/AutoComplete.js +293 -0
  416. package/es/auto-complete/src/interface.d.ts +14 -0
  417. package/es/auto-complete/src/interface.js +1 -0
  418. package/es/auto-complete/src/styles/index.cssr.d.ts +2 -0
  419. package/es/auto-complete/src/styles/index.cssr.js +16 -0
  420. package/es/auto-complete/src/utils.d.ts +3 -0
  421. package/es/auto-complete/src/utils.js +25 -0
  422. package/es/auto-complete/styles/dark.d.ts +3 -0
  423. package/es/auto-complete/styles/dark.js +14 -0
  424. package/es/auto-complete/styles/index.d.ts +3 -0
  425. package/es/auto-complete/styles/index.js +2 -0
  426. package/es/auto-complete/styles/light.d.ts +126 -0
  427. package/es/auto-complete/styles/light.js +20 -0
  428. package/es/avatar/index.d.ts +2 -0
  429. package/es/avatar/index.js +1 -0
  430. package/es/avatar/src/Avatar.d.ts +263 -0
  431. package/es/avatar/src/Avatar.js +243 -0
  432. package/es/avatar/src/context.d.ts +2 -0
  433. package/es/avatar/src/context.js +2 -0
  434. package/es/avatar/src/interface.d.ts +2 -0
  435. package/es/avatar/src/interface.js +1 -0
  436. package/es/avatar/src/styles/index.cssr.d.ts +2 -0
  437. package/es/avatar/src/styles/index.cssr.js +43 -0
  438. package/es/avatar/styles/dark.d.ts +3 -0
  439. package/es/avatar/styles/dark.js +8 -0
  440. package/es/avatar/styles/index.d.ts +3 -0
  441. package/es/avatar/styles/index.js +2 -0
  442. package/es/avatar/styles/light.d.ts +23 -0
  443. package/es/avatar/styles/light.js +27 -0
  444. package/es/avatar-group/index.d.ts +2 -0
  445. package/es/avatar-group/index.js +1 -0
  446. package/es/avatar-group/src/AvatarGroup.d.ts +386 -0
  447. package/es/avatar-group/src/AvatarGroup.js +68 -0
  448. package/es/avatar-group/src/styles/avatar-group-rtl.cssr.d.ts +2 -0
  449. package/es/avatar-group/src/styles/avatar-group-rtl.cssr.js +10 -0
  450. package/es/avatar-group/src/styles/avatar-group.cssr.d.ts +2 -0
  451. package/es/avatar-group/src/styles/avatar-group.cssr.js +15 -0
  452. package/es/avatar-group/styles/dark.d.ts +3 -0
  453. package/es/avatar-group/styles/dark.js +12 -0
  454. package/es/avatar-group/styles/index.d.ts +4 -0
  455. package/es/avatar-group/styles/index.js +3 -0
  456. package/es/avatar-group/styles/light.d.ts +26 -0
  457. package/es/avatar-group/styles/light.js +17 -0
  458. package/es/avatar-group/styles/rtl.d.ts +2 -0
  459. package/es/avatar-group/styles/rtl.js +5 -0
  460. package/es/back-top/index.d.ts +2 -0
  461. package/es/back-top/index.js +1 -0
  462. package/es/back-top/src/BackTop.d.ts +259 -0
  463. package/es/back-top/src/BackTop.js +210 -0
  464. package/es/back-top/src/BackTopIcon.d.ts +2 -0
  465. package/es/back-top/src/BackTopIcon.js +10 -0
  466. package/es/back-top/src/styles/index.cssr.d.ts +2 -0
  467. package/es/back-top/src/styles/index.cssr.js +51 -0
  468. package/es/back-top/styles/_common.d.ts +7 -0
  469. package/es/back-top/styles/_common.js +6 -0
  470. package/es/back-top/styles/dark.d.ts +3 -0
  471. package/es/back-top/styles/dark.js +11 -0
  472. package/es/back-top/styles/index.d.ts +3 -0
  473. package/es/back-top/styles/index.js +2 -0
  474. package/es/back-top/styles/light.d.ts +20 -0
  475. package/es/back-top/styles/light.js +12 -0
  476. package/es/badge/index.d.ts +2 -0
  477. package/es/badge/index.js +1 -0
  478. package/es/badge/src/Badge.d.ts +161 -0
  479. package/es/badge/src/Badge.js +112 -0
  480. package/es/badge/src/styles/index.cssr.d.ts +2 -0
  481. package/es/badge/src/styles/index.cssr.js +79 -0
  482. package/es/badge/src/styles/rtl.cssr.d.ts +2 -0
  483. package/es/badge/src/styles/rtl.cssr.js +9 -0
  484. package/es/badge/styles/dark.d.ts +3 -0
  485. package/es/badge/styles/dark.js +18 -0
  486. package/es/badge/styles/index.d.ts +4 -0
  487. package/es/badge/styles/index.js +3 -0
  488. package/es/badge/styles/light.d.ts +15 -0
  489. package/es/badge/styles/light.js +19 -0
  490. package/es/badge/styles/rtl.d.ts +2 -0
  491. package/es/badge/styles/rtl.js +5 -0
  492. package/es/breadcrumb/index.d.ts +4 -0
  493. package/es/breadcrumb/index.js +2 -0
  494. package/es/breadcrumb/src/Breadcrumb.d.ts +163 -0
  495. package/es/breadcrumb/src/Breadcrumb.js +54 -0
  496. package/es/breadcrumb/src/BreadcrumbItem.d.ts +31 -0
  497. package/es/breadcrumb/src/BreadcrumbItem.js +49 -0
  498. package/es/breadcrumb/src/styles/index.cssr.d.ts +2 -0
  499. package/es/breadcrumb/src/styles/index.cssr.js +72 -0
  500. package/es/breadcrumb/styles/_common.d.ts +4 -0
  501. package/es/breadcrumb/styles/_common.js +3 -0
  502. package/es/breadcrumb/styles/dark.d.ts +3 -0
  503. package/es/breadcrumb/styles/dark.js +8 -0
  504. package/es/breadcrumb/styles/index.d.ts +3 -0
  505. package/es/breadcrumb/styles/index.js +2 -0
  506. package/es/breadcrumb/styles/light.d.ts +19 -0
  507. package/es/breadcrumb/styles/light.js +12 -0
  508. package/es/button/index.d.ts +2 -0
  509. package/es/button/index.js +1 -0
  510. package/es/button/src/Button.d.ts +2147 -0
  511. package/es/button/src/Button.js +506 -0
  512. package/es/button/src/interface.d.ts +2 -0
  513. package/es/button/src/interface.js +1 -0
  514. package/es/button/src/styles/index.cssr.d.ts +2 -0
  515. package/es/button/src/styles/index.cssr.js +204 -0
  516. package/es/button/src/styles/rtl.cssr.d.ts +2 -0
  517. package/es/button/src/styles/rtl.cssr.js +10 -0
  518. package/es/button/styles/_common.d.ts +20 -0
  519. package/es/button/styles/_common.js +19 -0
  520. package/es/button/styles/dark.d.ts +3 -0
  521. package/es/button/styles/dark.js +15 -0
  522. package/es/button/styles/index.d.ts +4 -0
  523. package/es/button/styles/index.js +3 -0
  524. package/es/button/styles/light.d.ts +217 -0
  525. package/es/button/styles/light.js +38 -0
  526. package/es/button/styles/rtl.d.ts +2 -0
  527. package/es/button/styles/rtl.js +5 -0
  528. package/es/button-group/index.d.ts +2 -0
  529. package/es/button-group/index.js +1 -0
  530. package/es/button-group/src/ButtonGroup.d.ts +34 -0
  531. package/es/button-group/src/ButtonGroup.js +34 -0
  532. package/es/button-group/src/context.d.ts +2 -0
  533. package/es/button-group/src/context.js +2 -0
  534. package/es/button-group/src/styles/index.cssr.d.ts +5 -0
  535. package/es/button-group/src/styles/index.cssr.js +53 -0
  536. package/es/button-group/src/styles/rtl.cssr.d.ts +3 -0
  537. package/es/button-group/src/styles/rtl.cssr.js +24 -0
  538. package/es/button-group/styles/dark.d.ts +3 -0
  539. package/es/button-group/styles/dark.js +6 -0
  540. package/es/button-group/styles/index.d.ts +3 -0
  541. package/es/button-group/styles/index.js +3 -0
  542. package/es/button-group/styles/light.d.ts +6 -0
  543. package/es/button-group/styles/light.js +6 -0
  544. package/es/button-group/styles/rtl.d.ts +2 -0
  545. package/es/button-group/styles/rtl.js +5 -0
  546. package/es/calendar/index.d.ts +2 -0
  547. package/es/calendar/index.js +1 -0
  548. package/es/calendar/src/Calendar.d.ts +2575 -0
  549. package/es/calendar/src/Calendar.js +198 -0
  550. package/es/calendar/src/interface.d.ts +10 -0
  551. package/es/calendar/src/interface.js +1 -0
  552. package/es/calendar/src/styles/index.cssr.d.ts +2 -0
  553. package/es/calendar/src/styles/index.cssr.js +137 -0
  554. package/es/calendar/styles/_common.d.ts +4 -0
  555. package/es/calendar/styles/_common.js +3 -0
  556. package/es/calendar/styles/dark.d.ts +3 -0
  557. package/es/calendar/styles/dark.js +12 -0
  558. package/es/calendar/styles/index.d.ts +3 -0
  559. package/es/calendar/styles/index.js +2 -0
  560. package/es/calendar/styles/light.d.ts +260 -0
  561. package/es/calendar/styles/light.js +19 -0
  562. package/es/card/index.d.ts +2 -0
  563. package/es/card/index.js +1 -0
  564. package/es/card/src/Card.d.ts +663 -0
  565. package/es/card/src/Card.js +136 -0
  566. package/es/card/src/styles/index.cssr.d.ts +2 -0
  567. package/es/card/src/styles/index.cssr.js +134 -0
  568. package/es/card/src/styles/rtl.cssr.d.ts +2 -0
  569. package/es/card/src/styles/rtl.cssr.js +6 -0
  570. package/es/card/styles/_common.d.ts +13 -0
  571. package/es/card/styles/_common.js +12 -0
  572. package/es/card/styles/dark.d.ts +3 -0
  573. package/es/card/styles/dark.js +15 -0
  574. package/es/card/styles/index.d.ts +4 -0
  575. package/es/card/styles/index.js +3 -0
  576. package/es/card/styles/light.d.ts +43 -0
  577. package/es/card/styles/light.js +15 -0
  578. package/es/card/styles/rtl.d.ts +2 -0
  579. package/es/card/styles/rtl.js +5 -0
  580. package/es/carousel/index.d.ts +4 -0
  581. package/es/carousel/index.js +2 -0
  582. package/es/carousel/src/Carousel.d.ts +350 -0
  583. package/es/carousel/src/Carousel.js +769 -0
  584. package/es/carousel/src/CarouselArrow.d.ts +9 -0
  585. package/es/carousel/src/CarouselArrow.js +38 -0
  586. package/es/carousel/src/CarouselContext.d.ts +21 -0
  587. package/es/carousel/src/CarouselContext.js +13 -0
  588. package/es/carousel/src/CarouselDots.d.ts +72 -0
  589. package/es/carousel/src/CarouselDots.js +115 -0
  590. package/es/carousel/src/CarouselItem.d.ts +13 -0
  591. package/es/carousel/src/CarouselItem.js +66 -0
  592. package/es/carousel/src/interface.d.ts +19 -0
  593. package/es/carousel/src/interface.js +1 -0
  594. package/es/carousel/src/styles/index.cssr.d.ts +2 -0
  595. package/es/carousel/src/styles/index.cssr.js +232 -0
  596. package/es/carousel/src/utils/duplicatedLogic.d.ts +7 -0
  597. package/es/carousel/src/utils/duplicatedLogic.js +46 -0
  598. package/es/carousel/src/utils/event.d.ts +1 -0
  599. package/es/carousel/src/utils/event.js +3 -0
  600. package/es/carousel/src/utils/index.d.ts +6 -0
  601. package/es/carousel/src/utils/index.js +33 -0
  602. package/es/carousel/styles/dark.d.ts +3 -0
  603. package/es/carousel/styles/dark.js +8 -0
  604. package/es/carousel/styles/index.d.ts +3 -0
  605. package/es/carousel/styles/index.js +2 -0
  606. package/es/carousel/styles/light.d.ts +15 -0
  607. package/es/carousel/styles/light.js +18 -0
  608. package/es/cascader/index.d.ts +3 -0
  609. package/es/cascader/index.js +1 -0
  610. package/es/cascader/src/Cascader.d.ts +2557 -0
  611. package/es/cascader/src/Cascader.js +861 -0
  612. package/es/cascader/src/CascaderMenu.d.ts +462 -0
  613. package/es/cascader/src/CascaderMenu.js +122 -0
  614. package/es/cascader/src/CascaderOption.d.ts +409 -0
  615. package/es/cascader/src/CascaderOption.js +177 -0
  616. package/es/cascader/src/CascaderSelectMenu.d.ts +455 -0
  617. package/es/cascader/src/CascaderSelectMenu.js +145 -0
  618. package/es/cascader/src/CascaderSubmenu.d.ts +423 -0
  619. package/es/cascader/src/CascaderSubmenu.js +65 -0
  620. package/es/cascader/src/interface.d.ts +87 -0
  621. package/es/cascader/src/interface.js +2 -0
  622. package/es/cascader/src/styles/index.cssr.d.ts +2 -0
  623. package/es/cascader/src/styles/index.cssr.js +133 -0
  624. package/es/cascader/src/utils.d.ts +11 -0
  625. package/es/cascader/src/utils.js +41 -0
  626. package/es/cascader/styles/dark.d.ts +3 -0
  627. package/es/cascader/styles/dark.js +20 -0
  628. package/es/cascader/styles/index.d.ts +3 -0
  629. package/es/cascader/styles/index.js +2 -0
  630. package/es/cascader/styles/light.d.ts +217 -0
  631. package/es/cascader/styles/light.js +40 -0
  632. package/es/checkbox/index.d.ts +5 -0
  633. package/es/checkbox/index.js +2 -0
  634. package/es/checkbox/src/CheckMark.d.ts +2 -0
  635. package/es/checkbox/src/CheckMark.js +3 -0
  636. package/es/checkbox/src/Checkbox.d.ts +680 -0
  637. package/es/checkbox/src/Checkbox.js +278 -0
  638. package/es/checkbox/src/CheckboxGroup.d.ts +87 -0
  639. package/es/checkbox/src/CheckboxGroup.js +160 -0
  640. package/es/checkbox/src/LineMark.d.ts +2 -0
  641. package/es/checkbox/src/LineMark.js +3 -0
  642. package/es/checkbox/src/interface.d.ts +6 -0
  643. package/es/checkbox/src/interface.js +1 -0
  644. package/es/checkbox/src/styles/index.cssr.d.ts +2 -0
  645. package/es/checkbox/src/styles/index.cssr.js +251 -0
  646. package/es/checkbox/src/styles/rtl.cssr.d.ts +2 -0
  647. package/es/checkbox/src/styles/rtl.cssr.js +4 -0
  648. package/es/checkbox/styles/_common.d.ts +10 -0
  649. package/es/checkbox/styles/_common.js +9 -0
  650. package/es/checkbox/styles/dark.d.ts +3 -0
  651. package/es/checkbox/styles/dark.js +14 -0
  652. package/es/checkbox/styles/index.d.ts +4 -0
  653. package/es/checkbox/styles/index.js +3 -0
  654. package/es/checkbox/styles/light.d.ts +42 -0
  655. package/es/checkbox/styles/light.js +14 -0
  656. package/es/checkbox/styles/rtl.d.ts +2 -0
  657. package/es/checkbox/styles/rtl.js +5 -0
  658. package/es/code/index.d.ts +2 -0
  659. package/es/code/index.js +1 -0
  660. package/es/code/src/Code.d.ts +225 -0
  661. package/es/code/src/Code.js +157 -0
  662. package/es/code/src/styles/index.cssr.d.ts +2 -0
  663. package/es/code/src/styles/index.cssr.js +96 -0
  664. package/es/code/styles/dark.d.ts +3 -0
  665. package/es/code/styles/dark.js +26 -0
  666. package/es/code/styles/index.d.ts +3 -0
  667. package/es/code/styles/index.js +2 -0
  668. package/es/code/styles/light.d.ts +21 -0
  669. package/es/code/styles/light.js +27 -0
  670. package/es/collapse/index.d.ts +4 -0
  671. package/es/collapse/index.js +2 -0
  672. package/es/collapse/src/Collapse.d.ts +375 -0
  673. package/es/collapse/src/Collapse.js +141 -0
  674. package/es/collapse/src/CollapseItem.d.ts +34 -0
  675. package/es/collapse/src/CollapseItem.js +99 -0
  676. package/es/collapse/src/CollapseItemContent.d.ts +27 -0
  677. package/es/collapse/src/CollapseItemContent.js +38 -0
  678. package/es/collapse/src/interface.d.ts +9 -0
  679. package/es/collapse/src/interface.js +1 -0
  680. package/es/collapse/src/styles/index.cssr.d.ts +2 -0
  681. package/es/collapse/src/styles/index.cssr.js +59 -0
  682. package/es/collapse/src/styles/rtl.cssr.d.ts +2 -0
  683. package/es/collapse/src/styles/rtl.cssr.js +15 -0
  684. package/es/collapse/styles/dark.d.ts +3 -0
  685. package/es/collapse/styles/dark.js +8 -0
  686. package/es/collapse/styles/index.d.ts +4 -0
  687. package/es/collapse/styles/index.js +3 -0
  688. package/es/collapse/styles/light.d.ts +19 -0
  689. package/es/collapse/styles/light.js +23 -0
  690. package/es/collapse/styles/rtl.d.ts +2 -0
  691. package/es/collapse/styles/rtl.js +5 -0
  692. package/es/collapse-transition/index.d.ts +2 -0
  693. package/es/collapse-transition/index.js +1 -0
  694. package/es/collapse-transition/src/CollapseTransition.d.ts +79 -0
  695. package/es/collapse-transition/src/CollapseTransition.js +80 -0
  696. package/es/collapse-transition/src/styles/index.cssr.d.ts +2 -0
  697. package/es/collapse-transition/src/styles/index.cssr.js +5 -0
  698. package/es/collapse-transition/src/styles/rtl.cssr.d.ts +2 -0
  699. package/es/collapse-transition/src/styles/rtl.cssr.js +5 -0
  700. package/es/collapse-transition/styles/dark.d.ts +3 -0
  701. package/es/collapse-transition/styles/dark.js +8 -0
  702. package/es/collapse-transition/styles/index.d.ts +4 -0
  703. package/es/collapse-transition/styles/index.js +3 -0
  704. package/es/collapse-transition/styles/light.d.ts +9 -0
  705. package/es/collapse-transition/styles/light.js +13 -0
  706. package/es/collapse-transition/styles/rtl.d.ts +2 -0
  707. package/es/collapse-transition/styles/rtl.js +5 -0
  708. package/es/color-picker/index.d.ts +2 -0
  709. package/es/color-picker/index.js +1 -0
  710. package/es/color-picker/src/AlphaSlider.d.ts +47 -0
  711. package/es/color-picker/src/AlphaSlider.js +102 -0
  712. package/es/color-picker/src/ColorInput.d.ts +76 -0
  713. package/es/color-picker/src/ColorInput.js +103 -0
  714. package/es/color-picker/src/ColorInputUnit.d.ts +462 -0
  715. package/es/color-picker/src/ColorInputUnit.js +148 -0
  716. package/es/color-picker/src/ColorPicker.d.ts +2769 -0
  717. package/es/color-picker/src/ColorPicker.js +457 -0
  718. package/es/color-picker/src/ColorPickerSwatches.d.ts +47 -0
  719. package/es/color-picker/src/ColorPickerSwatches.js +94 -0
  720. package/es/color-picker/src/ColorPickerTrigger.d.ts +38 -0
  721. package/es/color-picker/src/ColorPickerTrigger.js +47 -0
  722. package/es/color-picker/src/ColorPreview.d.ts +44 -0
  723. package/es/color-picker/src/ColorPreview.js +47 -0
  724. package/es/color-picker/src/HueSlider.d.ts +34 -0
  725. package/es/color-picker/src/HueSlider.js +88 -0
  726. package/es/color-picker/src/Pallete.d.ts +54 -0
  727. package/es/color-picker/src/Pallete.js +91 -0
  728. package/es/color-picker/src/context.d.ts +9 -0
  729. package/es/color-picker/src/context.js +2 -0
  730. package/es/color-picker/src/interface.d.ts +6 -0
  731. package/es/color-picker/src/interface.js +1 -0
  732. package/es/color-picker/src/styles/index.cssr.d.ts +2 -0
  733. package/es/color-picker/src/styles/index.cssr.js +193 -0
  734. package/es/color-picker/src/utils.d.ts +12 -0
  735. package/es/color-picker/src/utils.js +109 -0
  736. package/es/color-picker/styles/dark.d.ts +3 -0
  737. package/es/color-picker/styles/dark.js +14 -0
  738. package/es/color-picker/styles/index.d.ts +3 -0
  739. package/es/color-picker/styles/index.js +2 -0
  740. package/es/color-picker/styles/light.d.ts +307 -0
  741. package/es/color-picker/styles/light.js +32 -0
  742. package/es/components.d.ts +89 -0
  743. package/es/components.js +89 -0
  744. package/es/composables/index.d.ts +1 -0
  745. package/es/composables/index.js +1 -0
  746. package/es/composables/use-theme-vars.d.ts +4 -0
  747. package/es/composables/use-theme-vars.js +18 -0
  748. package/es/config-provider/index.d.ts +3 -0
  749. package/es/config-provider/index.js +2 -0
  750. package/es/config-provider/src/ConfigProvider.d.ts +485 -0
  751. package/es/config-provider/src/ConfigProvider.js +209 -0
  752. package/es/config-provider/src/config.d.ts +8 -0
  753. package/es/config-provider/src/config.js +8 -0
  754. package/es/config-provider/src/context.d.ts +2 -0
  755. package/es/config-provider/src/context.js +2 -0
  756. package/es/config-provider/src/interface.d.ts +16 -0
  757. package/es/config-provider/src/interface.js +1 -0
  758. package/es/config-provider/src/internal-interface.d.ts +247 -0
  759. package/es/config-provider/src/internal-interface.js +1 -0
  760. package/es/config-provider/src/katex.d.ts +2 -0
  761. package/es/config-provider/src/katex.js +1 -0
  762. package/es/countdown/index.d.ts +2 -0
  763. package/es/countdown/index.js +1 -0
  764. package/es/countdown/src/Countdown.d.ts +68 -0
  765. package/es/countdown/src/Countdown.js +154 -0
  766. package/es/create.d.ts +13 -0
  767. package/es/create.js +30 -0
  768. package/es/data-table/index.d.ts +3 -0
  769. package/es/data-table/index.js +2 -0
  770. package/es/data-table/src/DataTable.d.ts +6541 -0
  771. package/es/data-table/src/DataTable.js +276 -0
  772. package/es/data-table/src/HeaderButton/FilterButton.d.ts +1332 -0
  773. package/es/data-table/src/HeaderButton/FilterButton.js +112 -0
  774. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1382 -0
  775. package/es/data-table/src/HeaderButton/FilterMenu.js +130 -0
  776. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +33 -0
  777. package/es/data-table/src/HeaderButton/RenderFilter.js +25 -0
  778. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +24 -0
  779. package/es/data-table/src/HeaderButton/RenderSorter.js +21 -0
  780. package/es/data-table/src/HeaderButton/ResizeButton.d.ts +15 -0
  781. package/es/data-table/src/HeaderButton/ResizeButton.js +59 -0
  782. package/es/data-table/src/HeaderButton/SortButton.d.ts +19 -0
  783. package/es/data-table/src/HeaderButton/SortButton.js +53 -0
  784. package/es/data-table/src/MainTable.d.ts +22 -0
  785. package/es/data-table/src/MainTable.js +76 -0
  786. package/es/data-table/src/TableParts/Body.d.ts +1400 -0
  787. package/es/data-table/src/TableParts/Body.js +606 -0
  788. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +30 -0
  789. package/es/data-table/src/TableParts/BodyCheckbox.js +30 -0
  790. package/es/data-table/src/TableParts/BodyRadio.d.ts +30 -0
  791. package/es/data-table/src/TableParts/BodyRadio.js +30 -0
  792. package/es/data-table/src/TableParts/Cell.d.ts +2644 -0
  793. package/es/data-table/src/TableParts/Cell.js +58 -0
  794. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +35 -0
  795. package/es/data-table/src/TableParts/ExpandTrigger.js +39 -0
  796. package/es/data-table/src/TableParts/Header.d.ts +1340 -0
  797. package/es/data-table/src/TableParts/Header.js +162 -0
  798. package/es/data-table/src/TableParts/SelectionMenu.d.ts +12 -0
  799. package/es/data-table/src/TableParts/SelectionMenu.js +73 -0
  800. package/es/data-table/src/interface.d.ts +2842 -0
  801. package/es/data-table/src/interface.js +56 -0
  802. package/es/data-table/src/styles/index.cssr.d.ts +3 -0
  803. package/es/data-table/src/styles/index.cssr.js +439 -0
  804. package/es/data-table/src/use-check.d.ts +20 -0
  805. package/es/data-table/src/use-check.js +149 -0
  806. package/es/data-table/src/use-expand.d.ts +10 -0
  807. package/es/data-table/src/use-expand.js +61 -0
  808. package/es/data-table/src/use-group-header.d.ts +19 -0
  809. package/es/data-table/src/use-group-header.js +104 -0
  810. package/es/data-table/src/use-resizable.d.ts +6 -0
  811. package/es/data-table/src/use-resizable.js +22 -0
  812. package/es/data-table/src/use-scroll.d.ts +27 -0
  813. package/es/data-table/src/use-scroll.js +225 -0
  814. package/es/data-table/src/use-sorter.d.ts +19 -0
  815. package/es/data-table/src/use-sorter.js +191 -0
  816. package/es/data-table/src/use-table-data.d.ts +36 -0
  817. package/es/data-table/src/use-table-data.js +327 -0
  818. package/es/data-table/src/utils.d.ts +18 -0
  819. package/es/data-table/src/utils.js +131 -0
  820. package/es/data-table/styles/_common.d.ts +23 -0
  821. package/es/data-table/styles/_common.js +22 -0
  822. package/es/data-table/styles/dark.d.ts +3 -0
  823. package/es/data-table/styles/dark.js +33 -0
  824. package/es/data-table/styles/index.d.ts +3 -0
  825. package/es/data-table/styles/index.js +2 -0
  826. package/es/data-table/styles/light.d.ts +883 -0
  827. package/es/data-table/styles/light.js +43 -0
  828. package/es/date-picker/index.d.ts +3 -0
  829. package/es/date-picker/index.js +1 -0
  830. package/es/date-picker/src/DatePicker.d.ts +7316 -0
  831. package/es/date-picker/src/DatePicker.js +775 -0
  832. package/es/date-picker/src/config.d.ts +5 -0
  833. package/es/date-picker/src/config.js +4 -0
  834. package/es/date-picker/src/interface.d.ts +83 -0
  835. package/es/date-picker/src/interface.js +2 -0
  836. package/es/date-picker/src/panel/date.d.ts +1232 -0
  837. package/es/date-picker/src/panel/date.js +71 -0
  838. package/es/date-picker/src/panel/daterange.d.ts +1270 -0
  839. package/es/date-picker/src/panel/daterange.js +92 -0
  840. package/es/date-picker/src/panel/datetime.d.ts +1232 -0
  841. package/es/date-picker/src/panel/datetime.js +68 -0
  842. package/es/date-picker/src/panel/datetimerange.d.ts +1270 -0
  843. package/es/date-picker/src/panel/datetimerange.js +117 -0
  844. package/es/date-picker/src/panel/monthrange.d.ts +1281 -0
  845. package/es/date-picker/src/panel/monthrange.js +117 -0
  846. package/es/date-picker/src/panel/panelHeader.d.ts +44 -0
  847. package/es/date-picker/src/panel/panelHeader.js +50 -0
  848. package/es/date-picker/src/panel/panelMonth.d.ts +2544 -0
  849. package/es/date-picker/src/panel/panelMonth.js +65 -0
  850. package/es/date-picker/src/panel/panelMonthContent.d.ts +1244 -0
  851. package/es/date-picker/src/panel/panelMonthContent.js +59 -0
  852. package/es/date-picker/src/panel/panelYear.d.ts +2544 -0
  853. package/es/date-picker/src/panel/panelYear.js +65 -0
  854. package/es/date-picker/src/panel/panelYearContent.d.ts +1256 -0
  855. package/es/date-picker/src/panel/panelYearContent.js +53 -0
  856. package/es/date-picker/src/panel/use-calendar.d.ts +1199 -0
  857. package/es/date-picker/src/panel/use-calendar.js +324 -0
  858. package/es/date-picker/src/panel/use-dual-calendar.d.ts +1239 -0
  859. package/es/date-picker/src/panel/use-dual-calendar.js +664 -0
  860. package/es/date-picker/src/panel/use-panel-common.d.ts +1151 -0
  861. package/es/date-picker/src/panel/use-panel-common.js +156 -0
  862. package/es/date-picker/src/styles/index.cssr.d.ts +2 -0
  863. package/es/date-picker/src/styles/index.cssr.js +364 -0
  864. package/es/date-picker/src/utils.d.ts +65 -0
  865. package/es/date-picker/src/utils.js +191 -0
  866. package/es/date-picker/src/validation-utils.d.ts +26 -0
  867. package/es/date-picker/src/validation-utils.js +178 -0
  868. package/es/date-picker/styles/_common.d.ts +41 -0
  869. package/es/date-picker/styles/_common.js +43 -0
  870. package/es/date-picker/styles/dark.d.ts +3 -0
  871. package/es/date-picker/styles/dark.js +26 -0
  872. package/es/date-picker/styles/index.d.ts +3 -0
  873. package/es/date-picker/styles/index.js +2 -0
  874. package/es/date-picker/styles/light.d.ts +727 -0
  875. package/es/date-picker/styles/light.js +24 -0
  876. package/es/descriptions/index.d.ts +4 -0
  877. package/es/descriptions/index.js +2 -0
  878. package/es/descriptions/src/Descriptions.d.ts +408 -0
  879. package/es/descriptions/src/Descriptions.js +160 -0
  880. package/es/descriptions/src/DescriptionsItem.d.ts +32 -0
  881. package/es/descriptions/src/DescriptionsItem.js +19 -0
  882. package/es/descriptions/src/styles/index.cssr.d.ts +2 -0
  883. package/es/descriptions/src/styles/index.cssr.js +119 -0
  884. package/es/descriptions/src/utils.d.ts +3 -0
  885. package/es/descriptions/src/utils.js +7 -0
  886. package/es/descriptions/styles/_common.d.ts +15 -0
  887. package/es/descriptions/styles/_common.js +14 -0
  888. package/es/descriptions/styles/dark.d.ts +3 -0
  889. package/es/descriptions/styles/dark.js +8 -0
  890. package/es/descriptions/styles/index.d.ts +3 -0
  891. package/es/descriptions/styles/index.js +2 -0
  892. package/es/descriptions/styles/light.d.ts +38 -0
  893. package/es/descriptions/styles/light.js +16 -0
  894. package/es/dialog/index.d.ts +6 -0
  895. package/es/dialog/index.js +4 -0
  896. package/es/dialog/src/Dialog.d.ts +1935 -0
  897. package/es/dialog/src/Dialog.js +133 -0
  898. package/es/dialog/src/DialogEnvironment.d.ts +188 -0
  899. package/es/dialog/src/DialogEnvironment.js +111 -0
  900. package/es/dialog/src/DialogProvider.d.ts +809 -0
  901. package/es/dialog/src/DialogProvider.js +75 -0
  902. package/es/dialog/src/composables.d.ts +4 -0
  903. package/es/dialog/src/composables.js +17 -0
  904. package/es/dialog/src/context.d.ts +4 -0
  905. package/es/dialog/src/context.js +4 -0
  906. package/es/dialog/src/dialogProps.d.ts +35 -0
  907. package/es/dialog/src/dialogProps.js +31 -0
  908. package/es/dialog/src/interface.d.ts +1 -0
  909. package/es/dialog/src/interface.js +1 -0
  910. package/es/dialog/src/styles/index.cssr.d.ts +2 -0
  911. package/es/dialog/src/styles/index.cssr.js +96 -0
  912. package/es/dialog/styles/_common.d.ts +14 -0
  913. package/es/dialog/styles/_common.js +13 -0
  914. package/es/dialog/styles/dark.d.ts +3 -0
  915. package/es/dialog/styles/dark.js +12 -0
  916. package/es/dialog/styles/index.d.ts +3 -0
  917. package/es/dialog/styles/index.js +2 -0
  918. package/es/dialog/styles/light.d.ts +280 -0
  919. package/es/dialog/styles/light.js +22 -0
  920. package/es/discrete/index.d.ts +2 -0
  921. package/es/discrete/index.js +1 -0
  922. package/es/discrete/src/InjectionExtractor.d.ts +8 -0
  923. package/es/discrete/src/InjectionExtractor.js +12 -0
  924. package/es/discrete/src/discrete.d.ts +2 -0
  925. package/es/discrete/src/discrete.js +45 -0
  926. package/es/discrete/src/discreteApp.d.ts +28 -0
  927. package/es/discrete/src/discreteApp.js +49 -0
  928. package/es/discrete/src/interface.d.ts +27 -0
  929. package/es/discrete/src/interface.js +1 -0
  930. package/es/divider/index.d.ts +2 -0
  931. package/es/divider/index.js +1 -0
  932. package/es/divider/src/Divider.d.ts +86 -0
  933. package/es/divider/src/Divider.js +53 -0
  934. package/es/divider/src/styles/index.cssr.d.ts +2 -0
  935. package/es/divider/src/styles/index.cssr.js +58 -0
  936. package/es/divider/styles/dark.d.ts +3 -0
  937. package/es/divider/styles/dark.js +8 -0
  938. package/es/divider/styles/index.d.ts +3 -0
  939. package/es/divider/styles/index.js +2 -0
  940. package/es/divider/styles/light.d.ts +11 -0
  941. package/es/divider/styles/light.js +15 -0
  942. package/es/drawer/index.d.ts +5 -0
  943. package/es/drawer/index.js +2 -0
  944. package/es/drawer/src/Drawer.d.ts +687 -0
  945. package/es/drawer/src/Drawer.js +216 -0
  946. package/es/drawer/src/DrawerBodyWrapper.d.ts +266 -0
  947. package/es/drawer/src/DrawerBodyWrapper.js +254 -0
  948. package/es/drawer/src/DrawerContent.d.ts +214 -0
  949. package/es/drawer/src/DrawerContent.js +49 -0
  950. package/es/drawer/src/interface.d.ts +14 -0
  951. package/es/drawer/src/interface.js +3 -0
  952. package/es/drawer/src/styles/index.cssr.d.ts +2 -0
  953. package/es/drawer/src/styles/index.cssr.js +163 -0
  954. package/es/drawer/src/styles/rtl.cssr.d.ts +2 -0
  955. package/es/drawer/src/styles/rtl.cssr.js +8 -0
  956. package/es/drawer/styles/dark.d.ts +3 -0
  957. package/es/drawer/styles/dark.js +12 -0
  958. package/es/drawer/styles/index.d.ts +4 -0
  959. package/es/drawer/styles/index.js +3 -0
  960. package/es/drawer/styles/light.d.ts +55 -0
  961. package/es/drawer/styles/light.js +38 -0
  962. package/es/drawer/styles/rtl.d.ts +3 -0
  963. package/es/drawer/styles/rtl.js +8 -0
  964. package/es/dropdown/index.d.ts +3 -0
  965. package/es/dropdown/index.js +1 -0
  966. package/es/dropdown/src/Dropdown.d.ts +1251 -0
  967. package/es/dropdown/src/Dropdown.js +339 -0
  968. package/es/dropdown/src/DropdownDivider.d.ts +12 -0
  969. package/es/dropdown/src/DropdownDivider.js +13 -0
  970. package/es/dropdown/src/DropdownGroup.d.ts +32 -0
  971. package/es/dropdown/src/DropdownGroup.js +46 -0
  972. package/es/dropdown/src/DropdownGroupHeader.d.ts +27 -0
  973. package/es/dropdown/src/DropdownGroupHeader.js +55 -0
  974. package/es/dropdown/src/DropdownMenu.d.ts +47 -0
  975. package/es/dropdown/src/DropdownMenu.js +100 -0
  976. package/es/dropdown/src/DropdownOption.d.ts +74 -0
  977. package/es/dropdown/src/DropdownOption.js +242 -0
  978. package/es/dropdown/src/DropdownRenderOption.d.ts +14 -0
  979. package/es/dropdown/src/DropdownRenderOption.js +14 -0
  980. package/es/dropdown/src/context.d.ts +6 -0
  981. package/es/dropdown/src/context.js +4 -0
  982. package/es/dropdown/src/interface.d.ts +30 -0
  983. package/es/dropdown/src/interface.js +1 -0
  984. package/es/dropdown/src/styles/index.cssr.d.ts +2 -0
  985. package/es/dropdown/src/styles/index.cssr.js +145 -0
  986. package/es/dropdown/src/utils.d.ts +5 -0
  987. package/es/dropdown/src/utils.js +13 -0
  988. package/es/dropdown/styles/_common.d.ts +24 -0
  989. package/es/dropdown/styles/_common.js +23 -0
  990. package/es/dropdown/styles/dark.d.ts +3 -0
  991. package/es/dropdown/styles/dark.js +21 -0
  992. package/es/dropdown/styles/index.d.ts +3 -0
  993. package/es/dropdown/styles/index.js +2 -0
  994. package/es/dropdown/styles/light.d.ts +131 -0
  995. package/es/dropdown/styles/light.js +26 -0
  996. package/es/dynamic-input/index.d.ts +2 -0
  997. package/es/dynamic-input/index.js +1 -0
  998. package/es/dynamic-input/src/DynamicInput.d.ts +3061 -0
  999. package/es/dynamic-input/src/DynamicInput.js +302 -0
  1000. package/es/dynamic-input/src/InputPreset.d.ts +453 -0
  1001. package/es/dynamic-input/src/InputPreset.js +37 -0
  1002. package/es/dynamic-input/src/PairPreset.d.ts +477 -0
  1003. package/es/dynamic-input/src/PairPreset.js +53 -0
  1004. package/es/dynamic-input/src/interface.d.ts +11 -0
  1005. package/es/dynamic-input/src/interface.js +2 -0
  1006. package/es/dynamic-input/src/styles/index.cssr.d.ts +2 -0
  1007. package/es/dynamic-input/src/styles/index.cssr.js +35 -0
  1008. package/es/dynamic-input/src/styles/rtl.cssr.d.ts +2 -0
  1009. package/es/dynamic-input/src/styles/rtl.cssr.js +9 -0
  1010. package/es/dynamic-input/styles/_common.d.ts +5 -0
  1011. package/es/dynamic-input/styles/_common.js +4 -0
  1012. package/es/dynamic-input/styles/dark.d.ts +3 -0
  1013. package/es/dynamic-input/styles/dark.js +16 -0
  1014. package/es/dynamic-input/styles/index.d.ts +4 -0
  1015. package/es/dynamic-input/styles/index.js +3 -0
  1016. package/es/dynamic-input/styles/light.d.ts +284 -0
  1017. package/es/dynamic-input/styles/light.js +18 -0
  1018. package/es/dynamic-input/styles/rtl.d.ts +2 -0
  1019. package/es/dynamic-input/styles/rtl.js +11 -0
  1020. package/es/dynamic-tags/index.d.ts +3 -0
  1021. package/es/dynamic-tags/index.js +1 -0
  1022. package/es/dynamic-tags/src/DynamicTags.d.ts +4115 -0
  1023. package/es/dynamic-tags/src/DynamicTags.js +165 -0
  1024. package/es/dynamic-tags/src/interface.d.ts +10 -0
  1025. package/es/dynamic-tags/src/interface.js +1 -0
  1026. package/es/dynamic-tags/src/styles/index.cssr.d.ts +2 -0
  1027. package/es/dynamic-tags/src/styles/index.cssr.js +6 -0
  1028. package/es/dynamic-tags/styles/dark.d.ts +3 -0
  1029. package/es/dynamic-tags/styles/dark.js +21 -0
  1030. package/es/dynamic-tags/styles/index.d.ts +3 -0
  1031. package/es/dynamic-tags/styles/index.js +2 -0
  1032. package/es/dynamic-tags/styles/light.d.ts +385 -0
  1033. package/es/dynamic-tags/styles/light.js +22 -0
  1034. package/es/element/index.d.ts +3 -0
  1035. package/es/element/index.js +2 -0
  1036. package/es/element/src/Element.d.ts +36 -0
  1037. package/es/element/src/Element.js +43 -0
  1038. package/es/element/styles/dark.d.ts +3 -0
  1039. package/es/element/styles/dark.js +6 -0
  1040. package/es/element/styles/index.d.ts +3 -0
  1041. package/es/element/styles/index.js +2 -0
  1042. package/es/element/styles/light.d.ts +4 -0
  1043. package/es/element/styles/light.js +6 -0
  1044. package/es/ellipsis/index.d.ts +3 -0
  1045. package/es/ellipsis/index.js +2 -0
  1046. package/es/ellipsis/src/Ellipsis.d.ts +526 -0
  1047. package/es/ellipsis/src/Ellipsis.js +165 -0
  1048. package/es/ellipsis/src/PerformantEllipsis.d.ts +224 -0
  1049. package/es/ellipsis/src/PerformantEllipsis.js +52 -0
  1050. package/es/ellipsis/src/styles/index.cssr.d.ts +2 -0
  1051. package/es/ellipsis/src/styles/index.cssr.js +14 -0
  1052. package/es/ellipsis/styles/dark.d.ts +3 -0
  1053. package/es/ellipsis/styles/dark.js +10 -0
  1054. package/es/ellipsis/styles/index.d.ts +3 -0
  1055. package/es/ellipsis/styles/index.js +2 -0
  1056. package/es/ellipsis/styles/light.d.ts +36 -0
  1057. package/es/ellipsis/styles/light.js +11 -0
  1058. package/es/empty/index.d.ts +2 -0
  1059. package/es/empty/index.js +1 -0
  1060. package/es/empty/src/Empty.d.ts +186 -0
  1061. package/es/empty/src/Empty.js +75 -0
  1062. package/es/empty/src/styles/index.cssr.d.ts +2 -0
  1063. package/es/empty/src/styles/index.cssr.js +32 -0
  1064. package/es/empty/styles/_common.d.ts +7 -0
  1065. package/es/empty/styles/_common.js +6 -0
  1066. package/es/empty/styles/dark.d.ts +3 -0
  1067. package/es/empty/styles/dark.js +8 -0
  1068. package/es/empty/styles/index.d.ts +3 -0
  1069. package/es/empty/styles/index.js +2 -0
  1070. package/es/empty/styles/light.d.ts +19 -0
  1071. package/es/empty/styles/light.js +15 -0
  1072. package/es/equation/index.d.ts +1 -0
  1073. package/es/equation/index.js +1 -0
  1074. package/es/equation/src/Equation.d.ts +18 -0
  1075. package/es/equation/src/Equation.js +29 -0
  1076. package/es/equation/styles/dark.d.ts +3 -0
  1077. package/es/equation/styles/dark.js +8 -0
  1078. package/es/equation/styles/index.d.ts +3 -0
  1079. package/es/equation/styles/index.js +2 -0
  1080. package/es/equation/styles/light.d.ts +6 -0
  1081. package/es/equation/styles/light.js +8 -0
  1082. package/es/form/index.d.ts +11 -0
  1083. package/es/form/index.js +6 -0
  1084. package/es/form/src/Form.d.ts +406 -0
  1085. package/es/form/src/Form.js +114 -0
  1086. package/es/form/src/FormItem.d.ts +436 -0
  1087. package/es/form/src/FormItem.js +366 -0
  1088. package/es/form/src/FormItemCol.d.ts +449 -0
  1089. package/es/form/src/FormItemCol.js +38 -0
  1090. package/es/form/src/FormItemGridItem.d.ts +449 -0
  1091. package/es/form/src/FormItemGridItem.js +40 -0
  1092. package/es/form/src/FormItemRow.d.ts +467 -0
  1093. package/es/form/src/FormItemRow.js +37 -0
  1094. package/es/form/src/context.d.ts +3 -0
  1095. package/es/form/src/context.js +3 -0
  1096. package/es/form/src/interface.d.ts +58 -0
  1097. package/es/form/src/interface.js +1 -0
  1098. package/es/form/src/styles/form-item.cssr.d.ts +2 -0
  1099. package/es/form/src/styles/form-item.cssr.js +124 -0
  1100. package/es/form/src/styles/form.cssr.d.ts +2 -0
  1101. package/es/form/src/styles/form.cssr.js +12 -0
  1102. package/es/form/src/utils.d.ts +22 -0
  1103. package/es/form/src/utils.js +171 -0
  1104. package/es/form/styles/_common.d.ts +24 -0
  1105. package/es/form/styles/_common.js +23 -0
  1106. package/es/form/styles/dark.d.ts +3 -0
  1107. package/es/form/styles/dark.js +8 -0
  1108. package/es/form/styles/index.d.ts +3 -0
  1109. package/es/form/styles/index.js +2 -0
  1110. package/es/form/styles/light.d.ts +38 -0
  1111. package/es/form/styles/light.js +12 -0
  1112. package/es/global-style/index.d.ts +1 -0
  1113. package/es/global-style/index.js +1 -0
  1114. package/es/global-style/src/GlobalStyle.d.ts +2 -0
  1115. package/es/global-style/src/GlobalStyle.js +59 -0
  1116. package/es/gradient-text/index.d.ts +2 -0
  1117. package/es/gradient-text/index.js +1 -0
  1118. package/es/gradient-text/src/GradientText.d.ts +180 -0
  1119. package/es/gradient-text/src/GradientText.js +81 -0
  1120. package/es/gradient-text/src/styles/index.cssr.d.ts +2 -0
  1121. package/es/gradient-text/src/styles/index.cssr.js +19 -0
  1122. package/es/gradient-text/styles/dark.d.ts +3 -0
  1123. package/es/gradient-text/styles/dark.js +23 -0
  1124. package/es/gradient-text/styles/index.d.ts +3 -0
  1125. package/es/gradient-text/styles/index.js +2 -0
  1126. package/es/gradient-text/styles/light.d.ts +20 -0
  1127. package/es/gradient-text/styles/light.js +25 -0
  1128. package/es/grid/index.d.ts +5 -0
  1129. package/es/grid/index.js +3 -0
  1130. package/es/grid/src/Grid.d.ts +108 -0
  1131. package/es/grid/src/Grid.js +251 -0
  1132. package/es/grid/src/GridItem.d.ts +74 -0
  1133. package/es/grid/src/GridItem.js +74 -0
  1134. package/es/grid/src/config.d.ts +3 -0
  1135. package/es/grid/src/config.js +3 -0
  1136. package/es/icon/index.d.ts +2 -0
  1137. package/es/icon/index.js +1 -0
  1138. package/es/icon/src/Icon.d.ts +106 -0
  1139. package/es/icon/src/Icon.js +69 -0
  1140. package/es/icon/src/styles/index.cssr.d.ts +2 -0
  1141. package/es/icon/src/styles/index.cssr.js +26 -0
  1142. package/es/icon/styles/dark.d.ts +3 -0
  1143. package/es/icon/styles/dark.js +8 -0
  1144. package/es/icon/styles/index.d.ts +3 -0
  1145. package/es/icon/styles/index.js +2 -0
  1146. package/es/icon/styles/light.d.ts +14 -0
  1147. package/es/icon/styles/light.js +18 -0
  1148. package/es/icon-wrapper/index.d.ts +2 -0
  1149. package/es/icon-wrapper/index.js +1 -0
  1150. package/es/icon-wrapper/src/IconWrapper.d.ts +76 -0
  1151. package/es/icon-wrapper/src/IconWrapper.js +48 -0
  1152. package/es/icon-wrapper/src/styles/index.cssr.d.ts +2 -0
  1153. package/es/icon-wrapper/src/styles/index.cssr.js +16 -0
  1154. package/es/icon-wrapper/styles/dark.d.ts +3 -0
  1155. package/es/icon-wrapper/styles/dark.js +8 -0
  1156. package/es/icon-wrapper/styles/index.d.ts +3 -0
  1157. package/es/icon-wrapper/styles/index.js +2 -0
  1158. package/es/icon-wrapper/styles/light.d.ts +10 -0
  1159. package/es/icon-wrapper/styles/light.js +14 -0
  1160. package/es/image/index.d.ts +4 -0
  1161. package/es/image/index.js +2 -0
  1162. package/es/image/src/Image.d.ts +461 -0
  1163. package/es/image/src/Image.js +123 -0
  1164. package/es/image/src/ImageGroup.d.ts +398 -0
  1165. package/es/image/src/ImageGroup.js +68 -0
  1166. package/es/image/src/ImagePreview.d.ts +308 -0
  1167. package/es/image/src/ImagePreview.js +430 -0
  1168. package/es/image/src/icons.d.ts +4 -0
  1169. package/es/image/src/icons.js +9 -0
  1170. package/es/image/src/interface.d.ts +137 -0
  1171. package/es/image/src/interface.js +4 -0
  1172. package/es/image/src/styles/index.cssr.d.ts +2 -0
  1173. package/es/image/src/styles/index.cssr.js +68 -0
  1174. package/es/image/src/utils.d.ts +11 -0
  1175. package/es/image/src/utils.js +81 -0
  1176. package/es/image/styles/dark.d.ts +2 -0
  1177. package/es/image/styles/dark.js +18 -0
  1178. package/es/image/styles/index.d.ts +3 -0
  1179. package/es/image/styles/index.js +2 -0
  1180. package/es/image/styles/light.d.ts +48 -0
  1181. package/es/image/styles/light.js +19 -0
  1182. package/es/index.d.ts +12 -0
  1183. package/es/index.js +14 -0
  1184. package/es/input/index.d.ts +7 -0
  1185. package/es/input/index.js +3 -0
  1186. package/es/input/src/Input.d.ts +1183 -0
  1187. package/es/input/src/Input.js +949 -0
  1188. package/es/input/src/InputGroup.d.ts +17 -0
  1189. package/es/input/src/InputGroup.js +19 -0
  1190. package/es/input/src/InputGroupLabel.d.ts +602 -0
  1191. package/es/input/src/InputGroupLabel.js +53 -0
  1192. package/es/input/src/WordCount.d.ts +2 -0
  1193. package/es/input/src/WordCount.js +31 -0
  1194. package/es/input/src/interface.d.ts +23 -0
  1195. package/es/input/src/interface.js +2 -0
  1196. package/es/input/src/styles/input-group-label.cssr.d.ts +2 -0
  1197. package/es/input/src/styles/input-group-label.cssr.js +39 -0
  1198. package/es/input/src/styles/input-group.cssr.d.ts +2 -0
  1199. package/es/input/src/styles/input-group.cssr.js +57 -0
  1200. package/es/input/src/styles/input.cssr.d.ts +3 -0
  1201. package/es/input/src/styles/input.cssr.js +304 -0
  1202. package/es/input/src/styles/rtl.cssr.d.ts +2 -0
  1203. package/es/input/src/styles/rtl.cssr.js +16 -0
  1204. package/es/input/src/utils.d.ts +8 -0
  1205. package/es/input/src/utils.js +66 -0
  1206. package/es/input/styles/_common.d.ts +8 -0
  1207. package/es/input/styles/_common.js +7 -0
  1208. package/es/input/styles/dark.d.ts +3 -0
  1209. package/es/input/styles/dark.js +26 -0
  1210. package/es/input/styles/index.d.ts +4 -0
  1211. package/es/input/styles/index.js +3 -0
  1212. package/es/input/styles/light.d.ts +67 -0
  1213. package/es/input/styles/light.js +26 -0
  1214. package/es/input/styles/rtl.d.ts +2 -0
  1215. package/es/input/styles/rtl.js +5 -0
  1216. package/es/input-number/index.d.ts +3 -0
  1217. package/es/input-number/index.js +1 -0
  1218. package/es/input-number/src/InputNumber.d.ts +3151 -0
  1219. package/es/input-number/src/InputNumber.js +580 -0
  1220. package/es/input-number/src/interface.d.ts +7 -0
  1221. package/es/input-number/src/interface.js +1 -0
  1222. package/es/input-number/src/styles/input-number.cssr.d.ts +2 -0
  1223. package/es/input-number/src/styles/input-number.cssr.js +8 -0
  1224. package/es/input-number/src/styles/rtl.cssr.d.ts +2 -0
  1225. package/es/input-number/src/styles/rtl.cssr.js +4 -0
  1226. package/es/input-number/src/utils.d.ts +5 -0
  1227. package/es/input-number/src/utils.js +47 -0
  1228. package/es/input-number/styles/dark.d.ts +3 -0
  1229. package/es/input-number/styles/dark.js +18 -0
  1230. package/es/input-number/styles/index.d.ts +4 -0
  1231. package/es/input-number/styles/index.js +3 -0
  1232. package/es/input-number/styles/light.d.ts +283 -0
  1233. package/es/input-number/styles/light.js +20 -0
  1234. package/es/input-number/styles/rtl.d.ts +2 -0
  1235. package/es/input-number/styles/rtl.js +8 -0
  1236. package/es/jest-setup.d.ts +1 -0
  1237. package/es/jest-setup.js +5 -0
  1238. package/es/layout/index.d.ts +10 -0
  1239. package/es/layout/index.js +5 -0
  1240. package/es/layout/src/Layout.d.ts +881 -0
  1241. package/es/layout/src/Layout.js +117 -0
  1242. package/es/layout/src/LayoutContent.d.ts +417 -0
  1243. package/es/layout/src/LayoutContent.js +2 -0
  1244. package/es/layout/src/LayoutFooter.d.ts +305 -0
  1245. package/es/layout/src/LayoutFooter.js +52 -0
  1246. package/es/layout/src/LayoutHeader.d.ts +224 -0
  1247. package/es/layout/src/LayoutHeader.js +59 -0
  1248. package/es/layout/src/LayoutSider.d.ts +544 -0
  1249. package/es/layout/src/LayoutSider.js +244 -0
  1250. package/es/layout/src/ToggleBar.d.ts +15 -0
  1251. package/es/layout/src/ToggleBar.js +16 -0
  1252. package/es/layout/src/ToggleButton.d.ts +15 -0
  1253. package/es/layout/src/ToggleButton.js +20 -0
  1254. package/es/layout/src/interface.d.ts +13 -0
  1255. package/es/layout/src/interface.js +6 -0
  1256. package/es/layout/src/styles/layout-footer.cssr.d.ts +2 -0
  1257. package/es/layout/src/styles/layout-footer.cssr.js +23 -0
  1258. package/es/layout/src/styles/layout-header.cssr.d.ts +2 -0
  1259. package/es/layout/src/styles/layout-header.cssr.js +24 -0
  1260. package/es/layout/src/styles/layout-sider.cssr.d.ts +2 -0
  1261. package/es/layout/src/styles/layout-sider.cssr.js +140 -0
  1262. package/es/layout/src/styles/layout.cssr.d.ts +2 -0
  1263. package/es/layout/src/styles/layout.cssr.js +28 -0
  1264. package/es/layout/styles/dark.d.ts +3 -0
  1265. package/es/layout/styles/dark.js +39 -0
  1266. package/es/layout/styles/index.d.ts +3 -0
  1267. package/es/layout/styles/index.js +2 -0
  1268. package/es/layout/styles/light.d.ts +59 -0
  1269. package/es/layout/styles/light.js +42 -0
  1270. package/es/legacy-grid/index.d.ts +4 -0
  1271. package/es/legacy-grid/index.js +2 -0
  1272. package/es/legacy-grid/src/Col.d.ts +69 -0
  1273. package/es/legacy-grid/src/Col.js +53 -0
  1274. package/es/legacy-grid/src/Row.d.ts +42 -0
  1275. package/es/legacy-grid/src/Row.js +63 -0
  1276. package/es/legacy-grid/src/interface.d.ts +1 -0
  1277. package/es/legacy-grid/src/interface.js +1 -0
  1278. package/es/legacy-grid/src/styles/index.cssr.d.ts +2 -0
  1279. package/es/legacy-grid/src/styles/index.cssr.js +32 -0
  1280. package/es/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
  1281. package/es/legacy-grid/src/styles/rtl.cssr.js +21 -0
  1282. package/es/legacy-grid/styles/dark.d.ts +4 -0
  1283. package/es/legacy-grid/styles/dark.js +6 -0
  1284. package/es/legacy-grid/styles/index.d.ts +4 -0
  1285. package/es/legacy-grid/styles/index.js +3 -0
  1286. package/es/legacy-grid/styles/light.d.ts +4 -0
  1287. package/es/legacy-grid/styles/light.js +6 -0
  1288. package/es/legacy-grid/styles/rtl.d.ts +2 -0
  1289. package/es/legacy-grid/styles/rtl.js +5 -0
  1290. package/es/legacy-transfer/index.d.ts +3 -0
  1291. package/es/legacy-transfer/index.js +1 -0
  1292. package/es/legacy-transfer/src/Transfer.d.ts +3796 -0
  1293. package/es/legacy-transfer/src/Transfer.js +214 -0
  1294. package/es/legacy-transfer/src/TransferFilter.d.ts +540 -0
  1295. package/es/legacy-transfer/src/TransferFilter.js +40 -0
  1296. package/es/legacy-transfer/src/TransferHeader.d.ts +25 -0
  1297. package/es/legacy-transfer/src/TransferHeader.js +47 -0
  1298. package/es/legacy-transfer/src/TransferList.d.ts +587 -0
  1299. package/es/legacy-transfer/src/TransferList.js +93 -0
  1300. package/es/legacy-transfer/src/TransferListItem.d.ts +544 -0
  1301. package/es/legacy-transfer/src/TransferListItem.js +65 -0
  1302. package/es/legacy-transfer/src/interface.d.ts +31 -0
  1303. package/es/legacy-transfer/src/interface.js +2 -0
  1304. package/es/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
  1305. package/es/legacy-transfer/src/styles/index.cssr.js +215 -0
  1306. package/es/legacy-transfer/src/use-transfer-data.d.ts +41 -0
  1307. package/es/legacy-transfer/src/use-transfer-data.js +145 -0
  1308. package/es/legacy-transfer/styles/_common.d.ts +5 -0
  1309. package/es/legacy-transfer/styles/_common.js +4 -0
  1310. package/es/legacy-transfer/styles/dark.d.ts +3 -0
  1311. package/es/legacy-transfer/styles/dark.js +27 -0
  1312. package/es/legacy-transfer/styles/index.d.ts +3 -0
  1313. package/es/legacy-transfer/styles/index.js +2 -0
  1314. package/es/legacy-transfer/styles/light.d.ts +378 -0
  1315. package/es/legacy-transfer/styles/light.js +31 -0
  1316. package/es/list/index.d.ts +3 -0
  1317. package/es/list/index.js +2 -0
  1318. package/es/list/src/List.d.ts +199 -0
  1319. package/es/list/src/List.js +71 -0
  1320. package/es/list/src/ListItem.d.ts +5 -0
  1321. package/es/list/src/ListItem.js +24 -0
  1322. package/es/list/src/styles/index.cssr.d.ts +2 -0
  1323. package/es/list/src/styles/index.cssr.js +88 -0
  1324. package/es/list/src/styles/rtl.cssr.d.ts +2 -0
  1325. package/es/list/src/styles/rtl.cssr.js +11 -0
  1326. package/es/list/styles/dark.d.ts +3 -0
  1327. package/es/list/styles/dark.js +8 -0
  1328. package/es/list/styles/index.d.ts +4 -0
  1329. package/es/list/styles/index.js +3 -0
  1330. package/es/list/styles/light.d.ts +20 -0
  1331. package/es/list/styles/light.js +25 -0
  1332. package/es/list/styles/rtl.d.ts +2 -0
  1333. package/es/list/styles/rtl.js +5 -0
  1334. package/es/loading-bar/index.d.ts +3 -0
  1335. package/es/loading-bar/index.js +2 -0
  1336. package/es/loading-bar/src/LoadingBar.d.ts +28 -0
  1337. package/es/loading-bar/src/LoadingBar.js +176 -0
  1338. package/es/loading-bar/src/LoadingBarProvider.d.ts +103 -0
  1339. package/es/loading-bar/src/LoadingBarProvider.js +73 -0
  1340. package/es/loading-bar/src/context.d.ts +7 -0
  1341. package/es/loading-bar/src/context.js +3 -0
  1342. package/es/loading-bar/src/styles/index.cssr.d.ts +2 -0
  1343. package/es/loading-bar/src/styles/index.cssr.js +35 -0
  1344. package/es/loading-bar/src/use-loading-bar.d.ts +2 -0
  1345. package/es/loading-bar/src/use-loading-bar.js +10 -0
  1346. package/es/loading-bar/styles/dark.d.ts +3 -0
  1347. package/es/loading-bar/styles/dark.js +14 -0
  1348. package/es/loading-bar/styles/index.d.ts +3 -0
  1349. package/es/loading-bar/styles/index.js +2 -0
  1350. package/es/loading-bar/styles/light.d.ts +11 -0
  1351. package/es/loading-bar/styles/light.js +15 -0
  1352. package/es/locales/common/arDZ.d.ts +3 -0
  1353. package/es/locales/common/arDZ.js +121 -0
  1354. package/es/locales/common/deDE.d.ts +3 -0
  1355. package/es/locales/common/deDE.js +121 -0
  1356. package/es/locales/common/enGB.d.ts +3 -0
  1357. package/es/locales/common/enGB.js +122 -0
  1358. package/es/locales/common/enUS.d.ts +122 -0
  1359. package/es/locales/common/enUS.js +122 -0
  1360. package/es/locales/common/eo.d.ts +3 -0
  1361. package/es/locales/common/eo.js +123 -0
  1362. package/es/locales/common/esAR.d.ts +3 -0
  1363. package/es/locales/common/esAR.js +125 -0
  1364. package/es/locales/common/faIR.d.ts +3 -0
  1365. package/es/locales/common/faIR.js +121 -0
  1366. package/es/locales/common/frFR.d.ts +3 -0
  1367. package/es/locales/common/frFR.js +121 -0
  1368. package/es/locales/common/idID.d.ts +3 -0
  1369. package/es/locales/common/idID.js +125 -0
  1370. package/es/locales/common/itIT.d.ts +3 -0
  1371. package/es/locales/common/itIT.js +124 -0
  1372. package/es/locales/common/jaJP.d.ts +3 -0
  1373. package/es/locales/common/jaJP.js +124 -0
  1374. package/es/locales/common/koKR.d.ts +3 -0
  1375. package/es/locales/common/koKR.js +124 -0
  1376. package/es/locales/common/nbNO.d.ts +3 -0
  1377. package/es/locales/common/nbNO.js +125 -0
  1378. package/es/locales/common/nlNL.d.ts +3 -0
  1379. package/es/locales/common/nlNL.js +123 -0
  1380. package/es/locales/common/plPL.d.ts +3 -0
  1381. package/es/locales/common/plPL.js +124 -0
  1382. package/es/locales/common/ptBR.d.ts +3 -0
  1383. package/es/locales/common/ptBR.js +121 -0
  1384. package/es/locales/common/ruRU.d.ts +3 -0
  1385. package/es/locales/common/ruRU.js +126 -0
  1386. package/es/locales/common/skSK.d.ts +3 -0
  1387. package/es/locales/common/skSK.js +125 -0
  1388. package/es/locales/common/svSE.d.ts +3 -0
  1389. package/es/locales/common/svSE.js +121 -0
  1390. package/es/locales/common/thTH.d.ts +3 -0
  1391. package/es/locales/common/thTH.js +125 -0
  1392. package/es/locales/common/trTR.d.ts +3 -0
  1393. package/es/locales/common/trTR.js +122 -0
  1394. package/es/locales/common/ukUA.d.ts +3 -0
  1395. package/es/locales/common/ukUA.js +122 -0
  1396. package/es/locales/common/viVN.d.ts +3 -0
  1397. package/es/locales/common/viVN.js +121 -0
  1398. package/es/locales/common/zhCN.d.ts +3 -0
  1399. package/es/locales/common/zhCN.js +121 -0
  1400. package/es/locales/common/zhTW.d.ts +3 -0
  1401. package/es/locales/common/zhTW.js +121 -0
  1402. package/es/locales/date/arDZ.d.ts +3 -0
  1403. package/es/locales/date/arDZ.js +6 -0
  1404. package/es/locales/date/deDE.d.ts +3 -0
  1405. package/es/locales/date/deDE.js +6 -0
  1406. package/es/locales/date/enGB.d.ts +3 -0
  1407. package/es/locales/date/enGB.js +6 -0
  1408. package/es/locales/date/enUS.d.ts +8 -0
  1409. package/es/locales/date/enUS.js +6 -0
  1410. package/es/locales/date/eo.d.ts +3 -0
  1411. package/es/locales/date/eo.js +6 -0
  1412. package/es/locales/date/esAR.d.ts +3 -0
  1413. package/es/locales/date/esAR.js +6 -0
  1414. package/es/locales/date/faIR.d.ts +3 -0
  1415. package/es/locales/date/faIR.js +6 -0
  1416. package/es/locales/date/frFR.d.ts +3 -0
  1417. package/es/locales/date/frFR.js +6 -0
  1418. package/es/locales/date/idID.d.ts +3 -0
  1419. package/es/locales/date/idID.js +6 -0
  1420. package/es/locales/date/itIT.d.ts +3 -0
  1421. package/es/locales/date/itIT.js +6 -0
  1422. package/es/locales/date/jaJP.d.ts +3 -0
  1423. package/es/locales/date/jaJP.js +6 -0
  1424. package/es/locales/date/koKR.d.ts +3 -0
  1425. package/es/locales/date/koKR.js +6 -0
  1426. package/es/locales/date/nbNO.d.ts +3 -0
  1427. package/es/locales/date/nbNO.js +6 -0
  1428. package/es/locales/date/nlNL.d.ts +3 -0
  1429. package/es/locales/date/nlNL.js +6 -0
  1430. package/es/locales/date/plPL.d.ts +3 -0
  1431. package/es/locales/date/plPL.js +6 -0
  1432. package/es/locales/date/ptBR.d.ts +3 -0
  1433. package/es/locales/date/ptBR.js +6 -0
  1434. package/es/locales/date/ruRU.d.ts +3 -0
  1435. package/es/locales/date/ruRU.js +6 -0
  1436. package/es/locales/date/skSK.d.ts +3 -0
  1437. package/es/locales/date/skSK.js +6 -0
  1438. package/es/locales/date/svSE.d.ts +3 -0
  1439. package/es/locales/date/svSE.js +6 -0
  1440. package/es/locales/date/thTH.d.ts +3 -0
  1441. package/es/locales/date/thTH.js +6 -0
  1442. package/es/locales/date/trTR.d.ts +3 -0
  1443. package/es/locales/date/trTR.js +6 -0
  1444. package/es/locales/date/ukUA.d.ts +3 -0
  1445. package/es/locales/date/ukUA.js +6 -0
  1446. package/es/locales/date/viVN.d.ts +3 -0
  1447. package/es/locales/date/viVN.js +6 -0
  1448. package/es/locales/date/zhCN.d.ts +3 -0
  1449. package/es/locales/date/zhCN.js +6 -0
  1450. package/es/locales/date/zhTW.d.ts +3 -0
  1451. package/es/locales/date/zhTW.js +6 -0
  1452. package/es/locales/index.d.ts +54 -0
  1453. package/es/locales/index.js +51 -0
  1454. package/es/locales/utils/index.d.ts +8 -0
  1455. package/es/locales/utils/index.js +4 -0
  1456. package/es/log/index.d.ts +2 -0
  1457. package/es/log/index.js +1 -0
  1458. package/es/log/src/Log.d.ts +574 -0
  1459. package/es/log/src/Log.js +195 -0
  1460. package/es/log/src/LogLine.d.ts +18 -0
  1461. package/es/log/src/LogLine.js +52 -0
  1462. package/es/log/src/LogLoader.d.ts +16 -0
  1463. package/es/log/src/LogLoader.js +23 -0
  1464. package/es/log/src/context.d.ts +2 -0
  1465. package/es/log/src/context.js +2 -0
  1466. package/es/log/src/styles/index.cssr.d.ts +2 -0
  1467. package/es/log/src/styles/index.cssr.js +53 -0
  1468. package/es/log/styles/dark.d.ts +3 -0
  1469. package/es/log/styles/dark.js +22 -0
  1470. package/es/log/styles/index.d.ts +3 -0
  1471. package/es/log/styles/index.js +2 -0
  1472. package/es/log/styles/light.d.ts +38 -0
  1473. package/es/log/styles/light.js +24 -0
  1474. package/es/mention/index.d.ts +3 -0
  1475. package/es/mention/index.js +1 -0
  1476. package/es/mention/src/Mention.d.ts +1585 -0
  1477. package/es/mention/src/Mention.js +361 -0
  1478. package/es/mention/src/interface.d.ts +6 -0
  1479. package/es/mention/src/interface.js +1 -0
  1480. package/es/mention/src/styles/index.cssr.d.ts +2 -0
  1481. package/es/mention/src/styles/index.cssr.js +8 -0
  1482. package/es/mention/src/utils.d.ts +65 -0
  1483. package/es/mention/src/utils.js +204 -0
  1484. package/es/mention/styles/dark.d.ts +3 -0
  1485. package/es/mention/styles/dark.js +18 -0
  1486. package/es/mention/styles/index.d.ts +3 -0
  1487. package/es/mention/styles/index.js +2 -0
  1488. package/es/mention/styles/light.d.ts +126 -0
  1489. package/es/mention/styles/light.js +20 -0
  1490. package/es/menu/index.d.ts +3 -0
  1491. package/es/menu/index.js +1 -0
  1492. package/es/menu/src/Menu.d.ts +2312 -0
  1493. package/es/menu/src/Menu.js +380 -0
  1494. package/es/menu/src/MenuDivider.d.ts +2 -0
  1495. package/es/menu/src/MenuDivider.js +11 -0
  1496. package/es/menu/src/MenuOption.d.ts +427 -0
  1497. package/es/menu/src/MenuOption.js +69 -0
  1498. package/es/menu/src/MenuOptionContent.d.ts +86 -0
  1499. package/es/menu/src/MenuOptionContent.js +87 -0
  1500. package/es/menu/src/MenuOptionGroup.d.ts +70 -0
  1501. package/es/menu/src/MenuOptionGroup.js +43 -0
  1502. package/es/menu/src/Submenu.d.ts +469 -0
  1503. package/es/menu/src/Submenu.js +123 -0
  1504. package/es/menu/src/context.d.ts +4 -0
  1505. package/es/menu/src/context.js +4 -0
  1506. package/es/menu/src/interface.d.ts +58 -0
  1507. package/es/menu/src/interface.js +1 -0
  1508. package/es/menu/src/styles/index.cssr.d.ts +3 -0
  1509. package/es/menu/src/styles/index.cssr.js +228 -0
  1510. package/es/menu/src/use-menu-child-props.d.ts +17 -0
  1511. package/es/menu/src/use-menu-child-props.js +14 -0
  1512. package/es/menu/src/use-menu-child.d.ts +38 -0
  1513. package/es/menu/src/use-menu-child.js +80 -0
  1514. package/es/menu/src/useCheckDeprecated.d.ts +2 -0
  1515. package/es/menu/src/useCheckDeprecated.js +24 -0
  1516. package/es/menu/src/utils.d.ts +7 -0
  1517. package/es/menu/src/utils.js +51 -0
  1518. package/es/menu/styles/dark.d.ts +3 -0
  1519. package/es/menu/styles/dark.js +27 -0
  1520. package/es/menu/styles/index.d.ts +3 -0
  1521. package/es/menu/styles/index.js +2 -0
  1522. package/es/menu/styles/light.d.ts +308 -0
  1523. package/es/menu/styles/light.js +60 -0
  1524. package/es/message/index.d.ts +4 -0
  1525. package/es/message/index.js +2 -0
  1526. package/es/message/src/Message.d.ts +79 -0
  1527. package/es/message/src/Message.js +112 -0
  1528. package/es/message/src/MessageEnvironment.d.ts +75 -0
  1529. package/es/message/src/MessageEnvironment.js +91 -0
  1530. package/es/message/src/MessageProvider.d.ts +727 -0
  1531. package/es/message/src/MessageProvider.js +100 -0
  1532. package/es/message/src/context.d.ts +7 -0
  1533. package/es/message/src/context.js +3 -0
  1534. package/es/message/src/message-props.d.ts +22 -0
  1535. package/es/message/src/message-props.js +17 -0
  1536. package/es/message/src/styles/index.cssr.d.ts +2 -0
  1537. package/es/message/src/styles/index.cssr.js +133 -0
  1538. package/es/message/src/styles/rtl.cssr.d.ts +2 -0
  1539. package/es/message/src/styles/rtl.cssr.js +8 -0
  1540. package/es/message/src/types.d.ts +17 -0
  1541. package/es/message/src/types.js +1 -0
  1542. package/es/message/src/use-message.d.ts +2 -0
  1543. package/es/message/src/use-message.js +10 -0
  1544. package/es/message/styles/_common.d.ts +13 -0
  1545. package/es/message/styles/_common.js +12 -0
  1546. package/es/message/styles/dark.d.ts +3 -0
  1547. package/es/message/styles/dark.js +8 -0
  1548. package/es/message/styles/index.d.ts +4 -0
  1549. package/es/message/styles/index.js +3 -0
  1550. package/es/message/styles/light.d.ts +76 -0
  1551. package/es/message/styles/light.js +17 -0
  1552. package/es/message/styles/rtl.d.ts +2 -0
  1553. package/es/message/styles/rtl.js +5 -0
  1554. package/es/modal/index.d.ts +2 -0
  1555. package/es/modal/index.js +1 -0
  1556. package/es/modal/src/BodyWrapper.d.ts +856 -0
  1557. package/es/modal/src/BodyWrapper.js +213 -0
  1558. package/es/modal/src/Modal.d.ts +2963 -0
  1559. package/es/modal/src/Modal.js +245 -0
  1560. package/es/modal/src/interface.d.ts +17 -0
  1561. package/es/modal/src/interface.js +3 -0
  1562. package/es/modal/src/presetProps.d.ts +49 -0
  1563. package/es/modal/src/presetProps.js +6 -0
  1564. package/es/modal/src/styles/index.cssr.d.ts +2 -0
  1565. package/es/modal/src/styles/index.cssr.js +48 -0
  1566. package/es/modal/styles/dark.d.ts +3 -0
  1567. package/es/modal/styles/dark.js +16 -0
  1568. package/es/modal/styles/index.d.ts +3 -0
  1569. package/es/modal/styles/index.js +2 -0
  1570. package/es/modal/styles/light.d.ts +300 -0
  1571. package/es/modal/styles/light.js +24 -0
  1572. package/es/notification/index.d.ts +4 -0
  1573. package/es/notification/index.js +2 -0
  1574. package/es/notification/src/Notification.d.ts +114 -0
  1575. package/es/notification/src/Notification.js +127 -0
  1576. package/es/notification/src/NotificationContainer.d.ts +192 -0
  1577. package/es/notification/src/NotificationContainer.js +44 -0
  1578. package/es/notification/src/NotificationEnvironment.d.ts +119 -0
  1579. package/es/notification/src/NotificationEnvironment.js +143 -0
  1580. package/es/notification/src/NotificationProvider.d.ts +446 -0
  1581. package/es/notification/src/NotificationProvider.js +127 -0
  1582. package/es/notification/src/context.d.ts +2 -0
  1583. package/es/notification/src/context.js +2 -0
  1584. package/es/notification/src/styles/index.cssr.d.ts +3 -0
  1585. package/es/notification/src/styles/index.cssr.js +228 -0
  1586. package/es/notification/src/styles/rtl.cssr.d.ts +2 -0
  1587. package/es/notification/src/styles/rtl.cssr.js +22 -0
  1588. package/es/notification/src/use-notification.d.ts +2 -0
  1589. package/es/notification/src/use-notification.js +10 -0
  1590. package/es/notification/styles/_common.d.ts +11 -0
  1591. package/es/notification/styles/_common.js +10 -0
  1592. package/es/notification/styles/dark.d.ts +3 -0
  1593. package/es/notification/styles/dark.js +12 -0
  1594. package/es/notification/styles/index.d.ts +4 -0
  1595. package/es/notification/styles/index.js +3 -0
  1596. package/es/notification/styles/light.d.ts +71 -0
  1597. package/es/notification/styles/light.js +22 -0
  1598. package/es/notification/styles/rtl.d.ts +2 -0
  1599. package/es/notification/styles/rtl.js +5 -0
  1600. package/es/number-animation/index.d.ts +3 -0
  1601. package/es/number-animation/index.js +1 -0
  1602. package/es/number-animation/src/NumberAnimation.d.ts +95 -0
  1603. package/es/number-animation/src/NumberAnimation.js +99 -0
  1604. package/es/number-animation/src/utils.d.ts +8 -0
  1605. package/es/number-animation/src/utils.js +17 -0
  1606. package/es/page-header/index.d.ts +2 -0
  1607. package/es/page-header/index.js +1 -0
  1608. package/es/page-header/src/PageHeader.d.ts +137 -0
  1609. package/es/page-header/src/PageHeader.js +70 -0
  1610. package/es/page-header/src/styles/index.cssr.d.ts +2 -0
  1611. package/es/page-header/src/styles/index.cssr.js +49 -0
  1612. package/es/page-header/src/styles/rtl.cssr.d.ts +2 -0
  1613. package/es/page-header/src/styles/rtl.cssr.js +19 -0
  1614. package/es/page-header/styles/_common.d.ts +5 -0
  1615. package/es/page-header/styles/_common.js +4 -0
  1616. package/es/page-header/styles/dark.d.ts +2 -0
  1617. package/es/page-header/styles/dark.js +7 -0
  1618. package/es/page-header/styles/index.d.ts +4 -0
  1619. package/es/page-header/styles/index.js +3 -0
  1620. package/es/page-header/styles/light.d.ts +25 -0
  1621. package/es/page-header/styles/light.js +12 -0
  1622. package/es/page-header/styles/rtl.d.ts +5 -0
  1623. package/es/page-header/styles/rtl.js +5 -0
  1624. package/es/pagination/index.d.ts +3 -0
  1625. package/es/pagination/index.js +1 -0
  1626. package/es/pagination/src/Pagination.d.ts +3948 -0
  1627. package/es/pagination/src/Pagination.js +586 -0
  1628. package/es/pagination/src/interface.d.ts +26 -0
  1629. package/es/pagination/src/interface.js +1 -0
  1630. package/es/pagination/src/styles/index.cssr.d.ts +2 -0
  1631. package/es/pagination/src/styles/index.cssr.js +156 -0
  1632. package/es/pagination/src/styles/rtl.cssr.d.ts +2 -0
  1633. package/es/pagination/src/styles/rtl.cssr.js +8 -0
  1634. package/es/pagination/src/utils.d.ts +23 -0
  1635. package/es/pagination/src/utils.js +145 -0
  1636. package/es/pagination/styles/_common.d.ts +36 -0
  1637. package/es/pagination/styles/_common.js +35 -0
  1638. package/es/pagination/styles/dark.d.ts +3 -0
  1639. package/es/pagination/styles/dark.js +26 -0
  1640. package/es/pagination/styles/index.d.ts +4 -0
  1641. package/es/pagination/styles/index.js +3 -0
  1642. package/es/pagination/styles/light.d.ts +411 -0
  1643. package/es/pagination/styles/light.js +25 -0
  1644. package/es/pagination/styles/rtl.d.ts +2 -0
  1645. package/es/pagination/styles/rtl.js +7 -0
  1646. package/es/popconfirm/index.d.ts +3 -0
  1647. package/es/popconfirm/index.js +1 -0
  1648. package/es/popconfirm/src/Popconfirm.d.ts +2776 -0
  1649. package/es/popconfirm/src/Popconfirm.js +89 -0
  1650. package/es/popconfirm/src/PopconfirmPanel.d.ts +73 -0
  1651. package/es/popconfirm/src/PopconfirmPanel.js +75 -0
  1652. package/es/popconfirm/src/interface.d.ts +12 -0
  1653. package/es/popconfirm/src/interface.js +2 -0
  1654. package/es/popconfirm/src/styles/index.cssr.d.ts +2 -0
  1655. package/es/popconfirm/src/styles/index.cssr.js +22 -0
  1656. package/es/popconfirm/styles/_common.d.ts +4 -0
  1657. package/es/popconfirm/styles/_common.js +3 -0
  1658. package/es/popconfirm/styles/dark.d.ts +3 -0
  1659. package/es/popconfirm/styles/dark.js +14 -0
  1660. package/es/popconfirm/styles/index.d.ts +3 -0
  1661. package/es/popconfirm/styles/index.js +2 -0
  1662. package/es/popconfirm/styles/light.d.ts +240 -0
  1663. package/es/popconfirm/styles/light.js +19 -0
  1664. package/es/popover/index.d.ts +4 -0
  1665. package/es/popover/index.js +1 -0
  1666. package/es/popover/src/Popover.d.ts +548 -0
  1667. package/es/popover/src/Popover.js +476 -0
  1668. package/es/popover/src/PopoverBody.d.ts +257 -0
  1669. package/es/popover/src/PopoverBody.js +271 -0
  1670. package/es/popover/src/interface.d.ts +12 -0
  1671. package/es/popover/src/interface.js +2 -0
  1672. package/es/popover/src/styles/index.cssr.d.ts +3 -0
  1673. package/es/popover/src/styles/index.cssr.js +166 -0
  1674. package/es/popover/styles/_common.d.ts +9 -0
  1675. package/es/popover/styles/_common.js +8 -0
  1676. package/es/popover/styles/dark.d.ts +3 -0
  1677. package/es/popover/styles/dark.js +8 -0
  1678. package/es/popover/styles/index.d.ts +3 -0
  1679. package/es/popover/styles/index.js +2 -0
  1680. package/es/popover/styles/light.d.ts +20 -0
  1681. package/es/popover/styles/light.js +13 -0
  1682. package/es/popselect/index.d.ts +3 -0
  1683. package/es/popselect/index.js +1 -0
  1684. package/es/popselect/src/Popselect.d.ts +1226 -0
  1685. package/es/popselect/src/Popselect.js +69 -0
  1686. package/es/popselect/src/PopselectPanel.d.ts +337 -0
  1687. package/es/popselect/src/PopselectPanel.js +163 -0
  1688. package/es/popselect/src/interface.d.ts +14 -0
  1689. package/es/popselect/src/interface.js +2 -0
  1690. package/es/popselect/src/styles/index.cssr.d.ts +2 -0
  1691. package/es/popselect/src/styles/index.cssr.js +5 -0
  1692. package/es/popselect/styles/dark.d.ts +3 -0
  1693. package/es/popselect/styles/dark.js +12 -0
  1694. package/es/popselect/styles/index.d.ts +3 -0
  1695. package/es/popselect/styles/index.js +2 -0
  1696. package/es/popselect/styles/light.d.ts +80 -0
  1697. package/es/popselect/styles/light.js +20 -0
  1698. package/es/preset.d.ts +3 -0
  1699. package/es/preset.js +7 -0
  1700. package/es/progress/index.d.ts +2 -0
  1701. package/es/progress/index.js +1 -0
  1702. package/es/progress/src/Circle.d.ts +92 -0
  1703. package/es/progress/src/Circle.js +111 -0
  1704. package/es/progress/src/Line.d.ts +79 -0
  1705. package/es/progress/src/Line.js +116 -0
  1706. package/es/progress/src/MultipleCircle.d.ts +82 -0
  1707. package/es/progress/src/MultipleCircle.js +86 -0
  1708. package/es/progress/src/Progress.d.ts +394 -0
  1709. package/es/progress/src/Progress.js +100 -0
  1710. package/es/progress/src/interface.d.ts +1 -0
  1711. package/es/progress/src/interface.js +1 -0
  1712. package/es/progress/src/styles/index.cssr.d.ts +2 -0
  1713. package/es/progress/src/styles/index.cssr.js +196 -0
  1714. package/es/progress/styles/dark.d.ts +3 -0
  1715. package/es/progress/styles/dark.js +14 -0
  1716. package/es/progress/styles/index.d.ts +3 -0
  1717. package/es/progress/styles/index.js +2 -0
  1718. package/es/progress/styles/light.d.ts +29 -0
  1719. package/es/progress/styles/light.js +33 -0
  1720. package/es/radio/index.d.ts +6 -0
  1721. package/es/radio/index.js +3 -0
  1722. package/es/radio/src/Radio.d.ts +526 -0
  1723. package/es/radio/src/Radio.js +92 -0
  1724. package/es/radio/src/RadioButton.d.ts +81 -0
  1725. package/es/radio/src/RadioButton.js +25 -0
  1726. package/es/radio/src/RadioGroup.d.ts +473 -0
  1727. package/es/radio/src/RadioGroup.js +168 -0
  1728. package/es/radio/src/interface.d.ts +2 -0
  1729. package/es/radio/src/interface.js +1 -0
  1730. package/es/radio/src/styles/radio-group.cssr.d.ts +2 -0
  1731. package/es/radio/src/styles/radio-group.cssr.js +103 -0
  1732. package/es/radio/src/styles/radio.cssr.d.ts +2 -0
  1733. package/es/radio/src/styles/radio.cssr.js +144 -0
  1734. package/es/radio/src/styles/rtl.cssr.d.ts +2 -0
  1735. package/es/radio/src/styles/rtl.cssr.js +20 -0
  1736. package/es/radio/src/use-radio.d.ts +53 -0
  1737. package/es/radio/src/use-radio.js +136 -0
  1738. package/es/radio/styles/_common.d.ts +8 -0
  1739. package/es/radio/styles/_common.js +7 -0
  1740. package/es/radio/styles/dark.d.ts +3 -0
  1741. package/es/radio/styles/dark.js +14 -0
  1742. package/es/radio/styles/index.d.ts +4 -0
  1743. package/es/radio/styles/index.js +3 -0
  1744. package/es/radio/styles/light.d.ts +50 -0
  1745. package/es/radio/styles/light.js +15 -0
  1746. package/es/radio/styles/rtl.d.ts +2 -0
  1747. package/es/radio/styles/rtl.js +5 -0
  1748. package/es/rate/index.d.ts +2 -0
  1749. package/es/rate/index.js +1 -0
  1750. package/es/rate/src/Rate.d.ts +156 -0
  1751. package/es/rate/src/Rate.js +168 -0
  1752. package/es/rate/src/StarIcon.d.ts +2 -0
  1753. package/es/rate/src/StarIcon.js +3 -0
  1754. package/es/rate/src/interface.d.ts +2 -0
  1755. package/es/rate/src/interface.js +1 -0
  1756. package/es/rate/src/styles/index.cssr.d.ts +2 -0
  1757. package/es/rate/src/styles/index.cssr.js +44 -0
  1758. package/es/rate/styles/dark.d.ts +3 -0
  1759. package/es/rate/styles/dark.js +17 -0
  1760. package/es/rate/styles/index.d.ts +3 -0
  1761. package/es/rate/styles/index.js +2 -0
  1762. package/es/rate/styles/light.d.ts +13 -0
  1763. package/es/rate/styles/light.js +17 -0
  1764. package/es/result/index.d.ts +2 -0
  1765. package/es/result/index.js +1 -0
  1766. package/es/result/src/403.d.ts +2 -0
  1767. package/es/result/src/403.js +4 -0
  1768. package/es/result/src/404.d.ts +2 -0
  1769. package/es/result/src/404.js +8 -0
  1770. package/es/result/src/418.d.ts +2 -0
  1771. package/es/result/src/418.js +8 -0
  1772. package/es/result/src/500.d.ts +2 -0
  1773. package/es/result/src/500.js +5 -0
  1774. package/es/result/src/Result.d.ts +291 -0
  1775. package/es/result/src/Result.js +82 -0
  1776. package/es/result/src/styles/index.cssr.d.ts +2 -0
  1777. package/es/result/src/styles/index.cssr.js +43 -0
  1778. package/es/result/styles/_common.d.ts +19 -0
  1779. package/es/result/styles/_common.js +18 -0
  1780. package/es/result/styles/dark.d.ts +3 -0
  1781. package/es/result/styles/dark.js +8 -0
  1782. package/es/result/styles/index.d.ts +3 -0
  1783. package/es/result/styles/index.js +2 -0
  1784. package/es/result/styles/light.d.ts +32 -0
  1785. package/es/result/styles/light.js +12 -0
  1786. package/es/scrollbar/index.d.ts +2 -0
  1787. package/es/scrollbar/index.js +1 -0
  1788. package/es/scrollbar/src/Scrollbar.d.ts +87 -0
  1789. package/es/scrollbar/src/Scrollbar.js +26 -0
  1790. package/es/select/index.d.ts +5 -0
  1791. package/es/select/index.js +1 -0
  1792. package/es/select/src/Select.d.ts +1917 -0
  1793. package/es/select/src/Select.js +712 -0
  1794. package/es/select/src/interface.d.ts +53 -0
  1795. package/es/select/src/interface.js +1 -0
  1796. package/es/select/src/styles/index.cssr.d.ts +2 -0
  1797. package/es/select/src/styles/index.cssr.js +14 -0
  1798. package/es/select/src/utils.d.ts +8 -0
  1799. package/es/select/src/utils.js +76 -0
  1800. package/es/select/styles/dark.d.ts +3 -0
  1801. package/es/select/styles/dark.js +14 -0
  1802. package/es/select/styles/index.d.ts +3 -0
  1803. package/es/select/styles/index.js +2 -0
  1804. package/es/select/styles/light.d.ts +136 -0
  1805. package/es/select/styles/light.js +20 -0
  1806. package/es/skeleton/index.d.ts +2 -0
  1807. package/es/skeleton/index.js +1 -0
  1808. package/es/skeleton/src/Skeleton.d.ts +155 -0
  1809. package/es/skeleton/src/Skeleton.js +79 -0
  1810. package/es/skeleton/src/styles/index.cssr.d.ts +2 -0
  1811. package/es/skeleton/src/styles/index.cssr.js +29 -0
  1812. package/es/skeleton/styles/dark.d.ts +2 -0
  1813. package/es/skeleton/styles/dark.js +16 -0
  1814. package/es/skeleton/styles/index.d.ts +3 -0
  1815. package/es/skeleton/styles/index.js +2 -0
  1816. package/es/skeleton/styles/light.d.ts +14 -0
  1817. package/es/skeleton/styles/light.js +17 -0
  1818. package/es/slider/index.d.ts +2 -0
  1819. package/es/slider/index.js +1 -0
  1820. package/es/slider/src/Slider.d.ts +510 -0
  1821. package/es/slider/src/Slider.js +582 -0
  1822. package/es/slider/src/interface.d.ts +1 -0
  1823. package/es/slider/src/interface.js +1 -0
  1824. package/es/slider/src/styles/index.cssr.d.ts +2 -0
  1825. package/es/slider/src/styles/index.cssr.js +201 -0
  1826. package/es/slider/src/utils.d.ts +10 -0
  1827. package/es/slider/src/utils.js +14 -0
  1828. package/es/slider/styles/_common.d.ts +9 -0
  1829. package/es/slider/styles/_common.js +8 -0
  1830. package/es/slider/styles/dark.d.ts +3 -0
  1831. package/es/slider/styles/dark.js +12 -0
  1832. package/es/slider/styles/index.d.ts +3 -0
  1833. package/es/slider/styles/index.js +2 -0
  1834. package/es/slider/styles/light.d.ts +36 -0
  1835. package/es/slider/styles/light.js +14 -0
  1836. package/es/space/index.d.ts +2 -0
  1837. package/es/space/index.js +1 -0
  1838. package/es/space/src/Space.d.ts +144 -0
  1839. package/es/space/src/Space.js +133 -0
  1840. package/es/space/src/styles/rtl.cssr.d.ts +2 -0
  1841. package/es/space/src/styles/rtl.cssr.js +4 -0
  1842. package/es/space/src/utils.d.ts +1 -0
  1843. package/es/space/src/utils.js +22 -0
  1844. package/es/space/styles/_common.d.ts +6 -0
  1845. package/es/space/styles/_common.js +5 -0
  1846. package/es/space/styles/dark.d.ts +3 -0
  1847. package/es/space/styles/dark.js +8 -0
  1848. package/es/space/styles/index.d.ts +4 -0
  1849. package/es/space/styles/index.js +3 -0
  1850. package/es/space/styles/light.d.ts +10 -0
  1851. package/es/space/styles/light.js +9 -0
  1852. package/es/space/styles/rtl.d.ts +2 -0
  1853. package/es/space/styles/rtl.js +5 -0
  1854. package/es/spin/index.d.ts +2 -0
  1855. package/es/spin/index.js +1 -0
  1856. package/es/spin/src/Spin.d.ts +202 -0
  1857. package/es/spin/src/Spin.js +133 -0
  1858. package/es/spin/src/styles/index.cssr.d.ts +2 -0
  1859. package/es/spin/src/styles/index.cssr.js +52 -0
  1860. package/es/spin/styles/dark.d.ts +3 -0
  1861. package/es/spin/styles/dark.js +8 -0
  1862. package/es/spin/styles/index.d.ts +3 -0
  1863. package/es/spin/styles/index.js +2 -0
  1864. package/es/spin/styles/light.d.ts +17 -0
  1865. package/es/spin/styles/light.js +27 -0
  1866. package/es/statistic/index.d.ts +2 -0
  1867. package/es/statistic/index.js +1 -0
  1868. package/es/statistic/src/Statistic.d.ts +125 -0
  1869. package/es/statistic/src/Statistic.js +56 -0
  1870. package/es/statistic/src/styles/index.cssr.d.ts +2 -0
  1871. package/es/statistic/src/styles/index.cssr.js +38 -0
  1872. package/es/statistic/src/styles/rtl.cssr.d.ts +2 -0
  1873. package/es/statistic/src/styles/rtl.cssr.js +9 -0
  1874. package/es/statistic/styles/dark.d.ts +3 -0
  1875. package/es/statistic/styles/dark.js +8 -0
  1876. package/es/statistic/styles/index.d.ts +4 -0
  1877. package/es/statistic/styles/index.js +3 -0
  1878. package/es/statistic/styles/light.d.ts +16 -0
  1879. package/es/statistic/styles/light.js +20 -0
  1880. package/es/statistic/styles/rtl.d.ts +2 -0
  1881. package/es/statistic/styles/rtl.js +5 -0
  1882. package/es/steps/index.d.ts +4 -0
  1883. package/es/steps/index.js +2 -0
  1884. package/es/steps/src/Step.d.ts +60 -0
  1885. package/es/steps/src/Step.js +147 -0
  1886. package/es/steps/src/Steps.d.ts +376 -0
  1887. package/es/steps/src/Steps.js +52 -0
  1888. package/es/steps/src/styles/index.cssr.d.ts +2 -0
  1889. package/es/steps/src/styles/index.cssr.js +102 -0
  1890. package/es/steps/src/styles/rtl.cssr.d.ts +2 -0
  1891. package/es/steps/src/styles/rtl.cssr.js +14 -0
  1892. package/es/steps/styles/_common.d.ts +11 -0
  1893. package/es/steps/styles/_common.js +10 -0
  1894. package/es/steps/styles/dark.d.ts +3 -0
  1895. package/es/steps/styles/dark.js +8 -0
  1896. package/es/steps/styles/index.d.ts +4 -0
  1897. package/es/steps/styles/index.js +3 -0
  1898. package/es/steps/styles/light.d.ts +41 -0
  1899. package/es/steps/styles/light.js +12 -0
  1900. package/es/steps/styles/rtl.d.ts +2 -0
  1901. package/es/steps/styles/rtl.js +5 -0
  1902. package/es/styles.d.ts +78 -0
  1903. package/es/styles.js +79 -0
  1904. package/es/switch/index.d.ts +2 -0
  1905. package/es/switch/index.js +1 -0
  1906. package/es/switch/src/Switch.d.ts +527 -0
  1907. package/es/switch/src/Switch.js +252 -0
  1908. package/es/switch/src/interface.d.ts +2 -0
  1909. package/es/switch/src/interface.js +1 -0
  1910. package/es/switch/src/styles/index.cssr.d.ts +2 -0
  1911. package/es/switch/src/styles/index.cssr.js +133 -0
  1912. package/es/switch/styles/_common.d.ts +18 -0
  1913. package/es/switch/styles/_common.js +17 -0
  1914. package/es/switch/styles/dark.d.ts +3 -0
  1915. package/es/switch/styles/dark.js +13 -0
  1916. package/es/switch/styles/index.d.ts +3 -0
  1917. package/es/switch/styles/index.js +2 -0
  1918. package/es/switch/styles/light.d.ts +44 -0
  1919. package/es/switch/styles/light.js +14 -0
  1920. package/es/table/index.d.ts +7 -0
  1921. package/es/table/index.js +6 -0
  1922. package/es/table/src/Table.d.ts +350 -0
  1923. package/es/table/src/Table.js +84 -0
  1924. package/es/table/src/Tbody.d.ts +2 -0
  1925. package/es/table/src/Tbody.js +7 -0
  1926. package/es/table/src/Td.d.ts +2 -0
  1927. package/es/table/src/Td.js +7 -0
  1928. package/es/table/src/Th.d.ts +2 -0
  1929. package/es/table/src/Th.js +7 -0
  1930. package/es/table/src/Thead.d.ts +2 -0
  1931. package/es/table/src/Thead.js +7 -0
  1932. package/es/table/src/Tr.d.ts +2 -0
  1933. package/es/table/src/Tr.js +7 -0
  1934. package/es/table/src/styles/index.cssr.d.ts +2 -0
  1935. package/es/table/src/styles/index.cssr.js +96 -0
  1936. package/es/table/src/styles/rtl.cssr.d.ts +2 -0
  1937. package/es/table/src/styles/rtl.cssr.js +13 -0
  1938. package/es/table/styles/_common.d.ts +9 -0
  1939. package/es/table/styles/_common.js +8 -0
  1940. package/es/table/styles/dark.d.ts +3 -0
  1941. package/es/table/styles/dark.js +8 -0
  1942. package/es/table/styles/index.d.ts +4 -0
  1943. package/es/table/styles/index.js +3 -0
  1944. package/es/table/styles/light.d.ts +34 -0
  1945. package/es/table/styles/light.js +17 -0
  1946. package/es/table/styles/rtl.d.ts +2 -0
  1947. package/es/table/styles/rtl.js +5 -0
  1948. package/es/tabs/index.d.ts +7 -0
  1949. package/es/tabs/index.js +3 -0
  1950. package/es/tabs/src/Tab.d.ts +80 -0
  1951. package/es/tabs/src/Tab.js +89 -0
  1952. package/es/tabs/src/TabPane.d.ts +80 -0
  1953. package/es/tabs/src/TabPane.js +49 -0
  1954. package/es/tabs/src/Tabs.d.ts +1060 -0
  1955. package/es/tabs/src/Tabs.js +640 -0
  1956. package/es/tabs/src/interface.d.ts +32 -0
  1957. package/es/tabs/src/interface.js +2 -0
  1958. package/es/tabs/src/styles/index.cssr.d.ts +2 -0
  1959. package/es/tabs/src/styles/index.cssr.js +358 -0
  1960. package/es/tabs/styles/_common.d.ts +59 -0
  1961. package/es/tabs/styles/_common.js +58 -0
  1962. package/es/tabs/styles/dark.d.ts +3 -0
  1963. package/es/tabs/styles/dark.js +14 -0
  1964. package/es/tabs/styles/index.d.ts +3 -0
  1965. package/es/tabs/styles/index.js +2 -0
  1966. package/es/tabs/styles/light.d.ts +97 -0
  1967. package/es/tabs/styles/light.js +16 -0
  1968. package/es/tag/index.d.ts +2 -0
  1969. package/es/tag/index.js +1 -0
  1970. package/es/tag/src/Tag.d.ts +1096 -0
  1971. package/es/tag/src/Tag.js +158 -0
  1972. package/es/tag/src/common-props.d.ts +27 -0
  1973. package/es/tag/src/common-props.js +20 -0
  1974. package/es/tag/src/styles/index.cssr.d.ts +2 -0
  1975. package/es/tag/src/styles/index.cssr.js +108 -0
  1976. package/es/tag/src/styles/rtl.cssr.d.ts +2 -0
  1977. package/es/tag/src/styles/rtl.cssr.js +18 -0
  1978. package/es/tag/styles/_common.d.ts +15 -0
  1979. package/es/tag/styles/_common.js +14 -0
  1980. package/es/tag/styles/dark.d.ts +3 -0
  1981. package/es/tag/styles/dark.js +35 -0
  1982. package/es/tag/styles/index.d.ts +4 -0
  1983. package/es/tag/styles/index.js +3 -0
  1984. package/es/tag/styles/light.d.ts +106 -0
  1985. package/es/tag/styles/light.js +36 -0
  1986. package/es/tag/styles/rtl.d.ts +2 -0
  1987. package/es/tag/styles/rtl.js +5 -0
  1988. package/es/theme-editor/index.d.ts +1 -0
  1989. package/es/theme-editor/index.js +1 -0
  1990. package/es/theme-editor/src/MaximizeIcon.d.ts +1 -0
  1991. package/es/theme-editor/src/MaximizeIcon.js +8 -0
  1992. package/es/theme-editor/src/MinimizeIcon.d.ts +1 -0
  1993. package/es/theme-editor/src/MinimizeIcon.js +8 -0
  1994. package/es/theme-editor/src/ThemeEditor.d.ts +152 -0
  1995. package/es/theme-editor/src/ThemeEditor.js +332 -0
  1996. package/es/themes/dark.d.ts +2 -0
  1997. package/es/themes/dark.js +167 -0
  1998. package/es/themes/index.d.ts +3 -0
  1999. package/es/themes/index.js +3 -0
  2000. package/es/themes/interface.d.ts +2 -0
  2001. package/es/themes/interface.js +1 -0
  2002. package/es/themes/light.d.ts +2 -0
  2003. package/es/themes/light.js +169 -0
  2004. package/es/themes/utils.d.ts +6 -0
  2005. package/es/themes/utils.js +19 -0
  2006. package/es/thing/index.d.ts +2 -0
  2007. package/es/thing/index.js +1 -0
  2008. package/es/thing/src/Thing.d.ts +86 -0
  2009. package/es/thing/src/Thing.js +75 -0
  2010. package/es/thing/src/styles/index.cssr.d.ts +2 -0
  2011. package/es/thing/src/styles/index.cssr.js +41 -0
  2012. package/es/thing/src/styles/rtl.cssr.d.ts +2 -0
  2013. package/es/thing/src/styles/rtl.cssr.js +8 -0
  2014. package/es/thing/styles/dark.d.ts +3 -0
  2015. package/es/thing/styles/dark.js +8 -0
  2016. package/es/thing/styles/index.d.ts +4 -0
  2017. package/es/thing/styles/index.js +3 -0
  2018. package/es/thing/styles/light.d.ts +12 -0
  2019. package/es/thing/styles/light.js +16 -0
  2020. package/es/thing/styles/rtl.d.ts +2 -0
  2021. package/es/thing/styles/rtl.js +8 -0
  2022. package/es/time/index.d.ts +2 -0
  2023. package/es/time/index.js +1 -0
  2024. package/es/time/src/Time.d.ts +65 -0
  2025. package/es/time/src/Time.js +87 -0
  2026. package/es/time-picker/index.d.ts +3 -0
  2027. package/es/time-picker/index.js +1 -0
  2028. package/es/time-picker/src/Panel.d.ts +615 -0
  2029. package/es/time-picker/src/Panel.js +245 -0
  2030. package/es/time-picker/src/PanelCol.d.ts +34 -0
  2031. package/es/time-picker/src/PanelCol.js +36 -0
  2032. package/es/time-picker/src/TimePicker.d.ts +3467 -0
  2033. package/es/time-picker/src/TimePicker.js +703 -0
  2034. package/es/time-picker/src/interface.d.ts +34 -0
  2035. package/es/time-picker/src/interface.js +2 -0
  2036. package/es/time-picker/src/styles/index.cssr.d.ts +2 -0
  2037. package/es/time-picker/src/styles/index.cssr.js +99 -0
  2038. package/es/time-picker/src/utils.d.ts +14 -0
  2039. package/es/time-picker/src/utils.js +266 -0
  2040. package/es/time-picker/styles/_common.d.ts +7 -0
  2041. package/es/time-picker/styles/_common.js +6 -0
  2042. package/es/time-picker/styles/dark.d.ts +3 -0
  2043. package/es/time-picker/styles/dark.js +16 -0
  2044. package/es/time-picker/styles/index.d.ts +3 -0
  2045. package/es/time-picker/styles/index.js +2 -0
  2046. package/es/time-picker/styles/light.d.ts +315 -0
  2047. package/es/time-picker/styles/light.js +23 -0
  2048. package/es/timeline/index.d.ts +4 -0
  2049. package/es/timeline/index.js +2 -0
  2050. package/es/timeline/src/Timeline.d.ts +267 -0
  2051. package/es/timeline/src/Timeline.js +36 -0
  2052. package/es/timeline/src/TimelineItem.d.ts +66 -0
  2053. package/es/timeline/src/TimelineItem.js +87 -0
  2054. package/es/timeline/src/styles/index.cssr.d.ts +2 -0
  2055. package/es/timeline/src/styles/index.cssr.js +111 -0
  2056. package/es/timeline/styles/_common.d.ts +9 -0
  2057. package/es/timeline/styles/_common.js +8 -0
  2058. package/es/timeline/styles/dark.d.ts +3 -0
  2059. package/es/timeline/styles/dark.js +11 -0
  2060. package/es/timeline/styles/index.d.ts +3 -0
  2061. package/es/timeline/styles/index.js +2 -0
  2062. package/es/timeline/styles/light.d.ts +30 -0
  2063. package/es/timeline/styles/light.js +12 -0
  2064. package/es/tooltip/index.d.ts +2 -0
  2065. package/es/tooltip/index.js +1 -0
  2066. package/es/tooltip/src/Tooltip.d.ts +776 -0
  2067. package/es/tooltip/src/Tooltip.js +85 -0
  2068. package/es/tooltip/src/TooltipArrow.d.ts +2 -0
  2069. package/es/tooltip/src/TooltipArrow.js +15 -0
  2070. package/es/tooltip/src/styles/index.cssr.d.ts +2 -0
  2071. package/es/tooltip/src/styles/index.cssr.js +63 -0
  2072. package/es/tooltip/styles/_common.d.ts +15 -0
  2073. package/es/tooltip/styles/_common.js +14 -0
  2074. package/es/tooltip/styles/dark.d.ts +3 -0
  2075. package/es/tooltip/styles/dark.js +15 -0
  2076. package/es/tooltip/styles/index.d.ts +3 -0
  2077. package/es/tooltip/styles/index.js +2 -0
  2078. package/es/tooltip/styles/light.d.ts +53 -0
  2079. package/es/tooltip/styles/light.js +17 -0
  2080. package/es/transfer/index.d.ts +3 -0
  2081. package/es/transfer/index.js +1 -0
  2082. package/es/transfer/src/Transfer.d.ts +3972 -0
  2083. package/es/transfer/src/Transfer.js +195 -0
  2084. package/es/transfer/src/TransferFilter.d.ts +537 -0
  2085. package/es/transfer/src/TransferFilter.js +32 -0
  2086. package/es/transfer/src/TransferHeader.d.ts +27 -0
  2087. package/es/transfer/src/TransferHeader.js +46 -0
  2088. package/es/transfer/src/TransferList.d.ts +578 -0
  2089. package/es/transfer/src/TransferList.js +76 -0
  2090. package/es/transfer/src/TransferListItem.d.ts +558 -0
  2091. package/es/transfer/src/TransferListItem.js +70 -0
  2092. package/es/transfer/src/interface.d.ts +38 -0
  2093. package/es/transfer/src/interface.js +2 -0
  2094. package/es/transfer/src/styles/index.cssr.d.ts +2 -0
  2095. package/es/transfer/src/styles/index.cssr.js +151 -0
  2096. package/es/transfer/src/use-transfer-data.d.ts +31 -0
  2097. package/es/transfer/src/use-transfer-data.js +121 -0
  2098. package/es/transfer/styles/_common.d.ts +14 -0
  2099. package/es/transfer/styles/_common.js +13 -0
  2100. package/es/transfer/styles/dark.d.ts +3 -0
  2101. package/es/transfer/styles/dark.js +31 -0
  2102. package/es/transfer/styles/index.d.ts +3 -0
  2103. package/es/transfer/styles/index.js +2 -0
  2104. package/es/transfer/styles/light.d.ts +404 -0
  2105. package/es/transfer/styles/light.js +33 -0
  2106. package/es/tree/index.d.ts +3 -0
  2107. package/es/tree/index.js +1 -0
  2108. package/es/tree/src/MotionWrapper.d.ts +40 -0
  2109. package/es/tree/src/MotionWrapper.js +37 -0
  2110. package/es/tree/src/Tree.d.ts +1673 -0
  2111. package/es/tree/src/Tree.js +1265 -0
  2112. package/es/tree/src/TreeNode.d.ts +65 -0
  2113. package/es/tree/src/TreeNode.js +348 -0
  2114. package/es/tree/src/TreeNodeCheckbox.d.ts +251 -0
  2115. package/es/tree/src/TreeNodeCheckbox.js +49 -0
  2116. package/es/tree/src/TreeNodeContent.d.ts +45 -0
  2117. package/es/tree/src/TreeNodeContent.js +69 -0
  2118. package/es/tree/src/TreeNodeSwitcher.d.ts +45 -0
  2119. package/es/tree/src/TreeNodeSwitcher.js +49 -0
  2120. package/es/tree/src/dnd.d.ts +12 -0
  2121. package/es/tree/src/dnd.js +37 -0
  2122. package/es/tree/src/interface.d.ts +136 -0
  2123. package/es/tree/src/interface.js +2 -0
  2124. package/es/tree/src/keyboard.d.ts +16 -0
  2125. package/es/tree/src/keyboard.js +102 -0
  2126. package/es/tree/src/styles/index.cssr.d.ts +2 -0
  2127. package/es/tree/src/styles/index.cssr.js +134 -0
  2128. package/es/tree/src/styles/rtl.cssr.d.ts +2 -0
  2129. package/es/tree/src/styles/rtl.cssr.js +17 -0
  2130. package/es/tree/src/utils.d.ts +19 -0
  2131. package/es/tree/src/utils.js +114 -0
  2132. package/es/tree/styles/dark.d.ts +3 -0
  2133. package/es/tree/styles/dark.js +22 -0
  2134. package/es/tree/styles/index.d.ts +4 -0
  2135. package/es/tree/styles/index.js +3 -0
  2136. package/es/tree/styles/light.d.ts +88 -0
  2137. package/es/tree/styles/light.js +35 -0
  2138. package/es/tree/styles/rtl.d.ts +2 -0
  2139. package/es/tree/styles/rtl.js +5 -0
  2140. package/es/tree-select/index.d.ts +3 -0
  2141. package/es/tree-select/index.js +1 -0
  2142. package/es/tree-select/src/TreeSelect.d.ts +2312 -0
  2143. package/es/tree-select/src/TreeSelect.js +600 -0
  2144. package/es/tree-select/src/interface.d.ts +65 -0
  2145. package/es/tree-select/src/interface.js +2 -0
  2146. package/es/tree-select/src/styles/index.cssr.d.ts +2 -0
  2147. package/es/tree-select/src/styles/index.cssr.js +38 -0
  2148. package/es/tree-select/src/utils.d.ts +4 -0
  2149. package/es/tree-select/src/utils.js +8 -0
  2150. package/es/tree-select/styles/dark.d.ts +3 -0
  2151. package/es/tree-select/styles/dark.js +14 -0
  2152. package/es/tree-select/styles/index.d.ts +3 -0
  2153. package/es/tree-select/styles/index.js +2 -0
  2154. package/es/tree-select/styles/light.d.ts +178 -0
  2155. package/es/tree-select/styles/light.js +29 -0
  2156. package/es/typography/index.d.ts +22 -0
  2157. package/es/typography/index.js +10 -0
  2158. package/es/typography/src/a.d.ts +610 -0
  2159. package/es/typography/src/a.js +34 -0
  2160. package/es/typography/src/blockquote.d.ts +618 -0
  2161. package/es/typography/src/blockquote.js +42 -0
  2162. package/es/typography/src/create-header.d.ts +638 -0
  2163. package/es/typography/src/create-header.js +58 -0
  2164. package/es/typography/src/headers.d.ts +2568 -0
  2165. package/es/typography/src/headers.js +7 -0
  2166. package/es/typography/src/hr.d.ts +408 -0
  2167. package/es/typography/src/hr.js +33 -0
  2168. package/es/typography/src/li.d.ts +2 -0
  2169. package/es/typography/src/li.js +7 -0
  2170. package/es/typography/src/ol.d.ts +620 -0
  2171. package/es/typography/src/ol.js +44 -0
  2172. package/es/typography/src/p.d.ts +617 -0
  2173. package/es/typography/src/p.js +39 -0
  2174. package/es/typography/src/styles/a.cssr.d.ts +2 -0
  2175. package/es/typography/src/styles/a.cssr.js +12 -0
  2176. package/es/typography/src/styles/blockquote.cssr.d.ts +2 -0
  2177. package/es/typography/src/styles/blockquote.cssr.js +27 -0
  2178. package/es/typography/src/styles/header.cssr.d.ts +2 -0
  2179. package/es/typography/src/styles/header.cssr.js +37 -0
  2180. package/es/typography/src/styles/hr.cssr.d.ts +2 -0
  2181. package/es/typography/src/styles/hr.cssr.js +11 -0
  2182. package/es/typography/src/styles/list.cssr.d.ts +2 -0
  2183. package/es/typography/src/styles/list.cssr.js +32 -0
  2184. package/es/typography/src/styles/p.cssr.d.ts +2 -0
  2185. package/es/typography/src/styles/p.cssr.js +15 -0
  2186. package/es/typography/src/styles/text.cssr.d.ts +2 -0
  2187. package/es/typography/src/styles/text.cssr.js +34 -0
  2188. package/es/typography/src/text.d.ts +674 -0
  2189. package/es/typography/src/text.js +76 -0
  2190. package/es/typography/src/ul.d.ts +620 -0
  2191. package/es/typography/src/ul.js +44 -0
  2192. package/es/typography/styles/_common.d.ts +31 -0
  2193. package/es/typography/styles/_common.js +30 -0
  2194. package/es/typography/styles/dark.d.ts +3 -0
  2195. package/es/typography/styles/dark.js +8 -0
  2196. package/es/typography/styles/index.d.ts +3 -0
  2197. package/es/typography/styles/index.js +2 -0
  2198. package/es/typography/styles/light.d.ts +72 -0
  2199. package/es/typography/styles/light.js +12 -0
  2200. package/es/upload/index.d.ts +5 -0
  2201. package/es/upload/index.js +4 -0
  2202. package/es/upload/src/Upload.d.ts +3063 -0
  2203. package/es/upload/src/Upload.js +557 -0
  2204. package/es/upload/src/UploadDragger.d.ts +3 -0
  2205. package/es/upload/src/UploadDragger.js +22 -0
  2206. package/es/upload/src/UploadFile.d.ts +444 -0
  2207. package/es/upload/src/UploadFile.js +249 -0
  2208. package/es/upload/src/UploadFileList.d.ts +2 -0
  2209. package/es/upload/src/UploadFileList.js +39 -0
  2210. package/es/upload/src/UploadProgress.d.ts +420 -0
  2211. package/es/upload/src/UploadProgress.js +30 -0
  2212. package/es/upload/src/UploadTrigger.d.ts +10 -0
  2213. package/es/upload/src/UploadTrigger.js +82 -0
  2214. package/es/upload/src/icons.d.ts +7 -0
  2215. package/es/upload/src/icons.js +12 -0
  2216. package/es/upload/src/interface.d.ts +127 -0
  2217. package/es/upload/src/interface.js +2 -0
  2218. package/es/upload/src/styles/index.cssr.d.ts +2 -0
  2219. package/es/upload/src/styles/index.cssr.js +263 -0
  2220. package/es/upload/src/utils.d.ts +19 -0
  2221. package/es/upload/src/utils.js +164 -0
  2222. package/es/upload/styles/dark.d.ts +3 -0
  2223. package/es/upload/styles/dark.js +22 -0
  2224. package/es/upload/styles/index.d.ts +3 -0
  2225. package/es/upload/styles/index.js +2 -0
  2226. package/es/upload/styles/light.d.ts +285 -0
  2227. package/es/upload/styles/light.js +43 -0
  2228. package/es/version.d.ts +2 -0
  2229. package/es/version.js +1 -0
  2230. package/es/watermark/index.d.ts +2 -0
  2231. package/es/watermark/index.js +1 -0
  2232. package/es/watermark/src/Watermark.d.ts +298 -0
  2233. package/es/watermark/src/Watermark.js +180 -0
  2234. package/es/watermark/src/styles/index.cssr.d.ts +2 -0
  2235. package/es/watermark/src/styles/index.cssr.js +30 -0
  2236. package/es/watermark/styles/dark.d.ts +3 -0
  2237. package/es/watermark/styles/dark.js +12 -0
  2238. package/es/watermark/styles/index.d.ts +3 -0
  2239. package/es/watermark/styles/index.js +2 -0
  2240. package/es/watermark/styles/light.d.ts +5 -0
  2241. package/es/watermark/styles/light.js +13 -0
  2242. package/lib/_internal/clear/index.d.ts +1 -0
  2243. package/lib/_internal/clear/index.js +8 -0
  2244. package/lib/_internal/clear/src/Clear.d.ts +21 -0
  2245. package/lib/_internal/clear/src/Clear.js +47 -0
  2246. package/lib/_internal/clear/src/styles/index.cssr.d.ts +2 -0
  2247. package/lib/_internal/clear/src/styles/index.cssr.js +42 -0
  2248. package/lib/_internal/close/index.d.ts +1 -0
  2249. package/lib/_internal/close/index.js +8 -0
  2250. package/lib/_internal/close/src/Close.d.ts +49 -0
  2251. package/lib/_internal/close/src/Close.js +54 -0
  2252. package/lib/_internal/close/src/styles/index.cssr.d.ts +2 -0
  2253. package/lib/_internal/close/src/styles/index.cssr.js +59 -0
  2254. package/lib/_internal/fade-in-expand-transition/index.d.ts +1 -0
  2255. package/lib/_internal/fade-in-expand-transition/index.js +8 -0
  2256. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +28 -0
  2257. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +110 -0
  2258. package/lib/_internal/focus-detector/index.d.ts +2 -0
  2259. package/lib/_internal/focus-detector/index.js +7 -0
  2260. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +9 -0
  2261. package/lib/_internal/focus-detector/src/FocusDetector.js +12 -0
  2262. package/lib/_internal/icon/index.d.ts +1 -0
  2263. package/lib/_internal/icon/index.js +8 -0
  2264. package/lib/_internal/icon/src/Icon.d.ts +42 -0
  2265. package/lib/_internal/icon/src/Icon.js +36 -0
  2266. package/lib/_internal/icon/src/styles/index.cssr.d.ts +2 -0
  2267. package/lib/_internal/icon/src/styles/index.cssr.js +19 -0
  2268. package/lib/_internal/icon-switch-transition/index.d.ts +1 -0
  2269. package/lib/_internal/icon-switch-transition/index.js +8 -0
  2270. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +2 -0
  2271. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.js +11 -0
  2272. package/lib/_internal/icons/Add.d.ts +2 -0
  2273. package/lib/_internal/icons/Add.js +10 -0
  2274. package/lib/_internal/icons/ArrowBack.d.ts +2 -0
  2275. package/lib/_internal/icons/ArrowBack.js +11 -0
  2276. package/lib/_internal/icons/ArrowDown.d.ts +2 -0
  2277. package/lib/_internal/icons/ArrowDown.js +18 -0
  2278. package/lib/_internal/icons/ArrowUp.d.ts +2 -0
  2279. package/lib/_internal/icons/ArrowUp.js +11 -0
  2280. package/lib/_internal/icons/Attach.d.ts +2 -0
  2281. package/lib/_internal/icons/Attach.js +8 -0
  2282. package/lib/_internal/icons/Backward.d.ts +2 -0
  2283. package/lib/_internal/icons/Backward.js +10 -0
  2284. package/lib/_internal/icons/Cancel.d.ts +2 -0
  2285. package/lib/_internal/icons/Cancel.js +8 -0
  2286. package/lib/_internal/icons/Checkmark.d.ts +2 -0
  2287. package/lib/_internal/icons/Checkmark.js +11 -0
  2288. package/lib/_internal/icons/ChevronDown.d.ts +2 -0
  2289. package/lib/_internal/icons/ChevronDown.js +10 -0
  2290. package/lib/_internal/icons/ChevronDownFilled.d.ts +2 -0
  2291. package/lib/_internal/icons/ChevronDownFilled.js +10 -0
  2292. package/lib/_internal/icons/ChevronLeft.d.ts +2 -0
  2293. package/lib/_internal/icons/ChevronLeft.js +10 -0
  2294. package/lib/_internal/icons/ChevronRight.d.ts +2 -0
  2295. package/lib/_internal/icons/ChevronRight.js +10 -0
  2296. package/lib/_internal/icons/Clear.d.ts +2 -0
  2297. package/lib/_internal/icons/Clear.js +14 -0
  2298. package/lib/_internal/icons/Close.d.ts +2 -0
  2299. package/lib/_internal/icons/Close.js +8 -0
  2300. package/lib/_internal/icons/Date.d.ts +2 -0
  2301. package/lib/_internal/icons/Date.js +8 -0
  2302. package/lib/_internal/icons/Download.d.ts +2 -0
  2303. package/lib/_internal/icons/Download.js +8 -0
  2304. package/lib/_internal/icons/Empty.d.ts +2 -0
  2305. package/lib/_internal/icons/Empty.js +11 -0
  2306. package/lib/_internal/icons/Error.d.ts +2 -0
  2307. package/lib/_internal/icons/Error.js +8 -0
  2308. package/lib/_internal/icons/Eye.d.ts +2 -0
  2309. package/lib/_internal/icons/Eye.js +11 -0
  2310. package/lib/_internal/icons/EyeOff.d.ts +2 -0
  2311. package/lib/_internal/icons/EyeOff.js +14 -0
  2312. package/lib/_internal/icons/FastBackward.d.ts +2 -0
  2313. package/lib/_internal/icons/FastBackward.js +12 -0
  2314. package/lib/_internal/icons/FastForward.d.ts +2 -0
  2315. package/lib/_internal/icons/FastForward.js +12 -0
  2316. package/lib/_internal/icons/File.d.ts +2 -0
  2317. package/lib/_internal/icons/File.js +12 -0
  2318. package/lib/_internal/icons/Filter.d.ts +2 -0
  2319. package/lib/_internal/icons/Filter.js +12 -0
  2320. package/lib/_internal/icons/Forward.d.ts +2 -0
  2321. package/lib/_internal/icons/Forward.js +10 -0
  2322. package/lib/_internal/icons/Info.d.ts +2 -0
  2323. package/lib/_internal/icons/Info.js +8 -0
  2324. package/lib/_internal/icons/More.d.ts +2 -0
  2325. package/lib/_internal/icons/More.js +12 -0
  2326. package/lib/_internal/icons/Photo.d.ts +2 -0
  2327. package/lib/_internal/icons/Photo.js +14 -0
  2328. package/lib/_internal/icons/Remove.d.ts +2 -0
  2329. package/lib/_internal/icons/Remove.js +10 -0
  2330. package/lib/_internal/icons/ResizeSmall.d.ts +2 -0
  2331. package/lib/_internal/icons/ResizeSmall.js +11 -0
  2332. package/lib/_internal/icons/Retry.d.ts +2 -0
  2333. package/lib/_internal/icons/Retry.js +7 -0
  2334. package/lib/_internal/icons/RotateClockwise.d.ts +2 -0
  2335. package/lib/_internal/icons/RotateClockwise.js +7 -0
  2336. package/lib/_internal/icons/RotateCounterclockwise.d.ts +2 -0
  2337. package/lib/_internal/icons/RotateCounterclockwise.js +7 -0
  2338. package/lib/_internal/icons/Search.d.ts +2 -0
  2339. package/lib/_internal/icons/Search.js +10 -0
  2340. package/lib/_internal/icons/Success.d.ts +2 -0
  2341. package/lib/_internal/icons/Success.js +8 -0
  2342. package/lib/_internal/icons/Switcher.d.ts +2 -0
  2343. package/lib/_internal/icons/Switcher.js +10 -0
  2344. package/lib/_internal/icons/Time.d.ts +2 -0
  2345. package/lib/_internal/icons/Time.js +7 -0
  2346. package/lib/_internal/icons/To.d.ts +2 -0
  2347. package/lib/_internal/icons/To.js +8 -0
  2348. package/lib/_internal/icons/Trash.d.ts +2 -0
  2349. package/lib/_internal/icons/Trash.js +9 -0
  2350. package/lib/_internal/icons/Warning.d.ts +2 -0
  2351. package/lib/_internal/icons/Warning.js +8 -0
  2352. package/lib/_internal/icons/ZoomIn.d.ts +2 -0
  2353. package/lib/_internal/icons/ZoomIn.js +7 -0
  2354. package/lib/_internal/icons/ZoomOut.d.ts +2 -0
  2355. package/lib/_internal/icons/ZoomOut.js +7 -0
  2356. package/lib/_internal/icons/index.d.ts +42 -0
  2357. package/lib/_internal/icons/index.js +90 -0
  2358. package/lib/_internal/icons/replaceable.d.ts +2 -0
  2359. package/lib/_internal/icons/replaceable.js +22 -0
  2360. package/lib/_internal/index.d.ts +20 -0
  2361. package/lib/_internal/index.js +37 -0
  2362. package/lib/_internal/loading/index.d.ts +2 -0
  2363. package/lib/_internal/loading/index.js +8 -0
  2364. package/lib/_internal/loading/src/Loading.d.ts +70 -0
  2365. package/lib/_internal/loading/src/Loading.js +57 -0
  2366. package/lib/_internal/loading/src/styles/index.cssr.d.ts +2 -0
  2367. package/lib/_internal/loading/src/styles/index.cssr.js +144 -0
  2368. package/lib/_internal/menu-mask/index.d.ts +2 -0
  2369. package/lib/_internal/menu-mask/index.js +8 -0
  2370. package/lib/_internal/menu-mask/src/MenuMask.d.ts +16 -0
  2371. package/lib/_internal/menu-mask/src/MenuMask.js +46 -0
  2372. package/lib/_internal/menu-mask/src/interface.d.ts +3 -0
  2373. package/lib/_internal/menu-mask/src/interface.js +2 -0
  2374. package/lib/_internal/menu-mask/src/styles/index.cssr.d.ts +2 -0
  2375. package/lib/_internal/menu-mask/src/styles/index.cssr.js +20 -0
  2376. package/lib/_internal/scrollbar/index.d.ts +2 -0
  2377. package/lib/_internal/scrollbar/index.js +9 -0
  2378. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +242 -0
  2379. package/lib/_internal/scrollbar/src/Scrollbar.js +628 -0
  2380. package/lib/_internal/scrollbar/src/styles/index.cssr.d.ts +2 -0
  2381. package/lib/_internal/scrollbar/src/styles/index.cssr.js +68 -0
  2382. package/lib/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
  2383. package/lib/_internal/scrollbar/src/styles/rtl.cssr.js +15 -0
  2384. package/lib/_internal/scrollbar/styles/dark.d.ts +3 -0
  2385. package/lib/_internal/scrollbar/styles/dark.js +10 -0
  2386. package/lib/_internal/scrollbar/styles/index.d.ts +4 -0
  2387. package/lib/_internal/scrollbar/styles/index.js +12 -0
  2388. package/lib/_internal/scrollbar/styles/light.d.ts +10 -0
  2389. package/lib/_internal/scrollbar/styles/light.js +18 -0
  2390. package/lib/_internal/scrollbar/styles/rtl.d.ts +3 -0
  2391. package/lib/_internal/scrollbar/styles/rtl.js +12 -0
  2392. package/lib/_internal/select-menu/index.d.ts +2 -0
  2393. package/lib/_internal/select-menu/index.js +8 -0
  2394. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +29 -0
  2395. package/lib/_internal/select-menu/src/SelectGroupHeader.js +42 -0
  2396. package/lib/_internal/select-menu/src/SelectMenu.d.ts +727 -0
  2397. package/lib/_internal/select-menu/src/SelectMenu.js +353 -0
  2398. package/lib/_internal/select-menu/src/SelectOption.d.ts +37 -0
  2399. package/lib/_internal/select-menu/src/SelectOption.js +121 -0
  2400. package/lib/_internal/select-menu/src/interface.d.ts +40 -0
  2401. package/lib/_internal/select-menu/src/interface.js +6 -0
  2402. package/lib/_internal/select-menu/src/styles/index.cssr.d.ts +2 -0
  2403. package/lib/_internal/select-menu/src/styles/index.cssr.js +114 -0
  2404. package/lib/_internal/select-menu/styles/_common.d.ts +13 -0
  2405. package/lib/_internal/select-menu/styles/_common.js +14 -0
  2406. package/lib/_internal/select-menu/styles/dark.d.ts +3 -0
  2407. package/lib/_internal/select-menu/styles/dark.js +16 -0
  2408. package/lib/_internal/select-menu/styles/index.d.ts +3 -0
  2409. package/lib/_internal/select-menu/styles/index.js +10 -0
  2410. package/lib/_internal/select-menu/styles/light.d.ts +94 -0
  2411. package/lib/_internal/select-menu/styles/light.js +26 -0
  2412. package/lib/_internal/selection/index.d.ts +2 -0
  2413. package/lib/_internal/selection/index.js +8 -0
  2414. package/lib/_internal/selection/src/Selection.d.ts +897 -0
  2415. package/lib/_internal/selection/src/Selection.js +610 -0
  2416. package/lib/_internal/selection/src/interface.d.ts +6 -0
  2417. package/lib/_internal/selection/src/interface.js +2 -0
  2418. package/lib/_internal/selection/src/styles/index.cssr.d.ts +2 -0
  2419. package/lib/_internal/selection/src/styles/index.cssr.js +272 -0
  2420. package/lib/_internal/selection/styles/_common.d.ts +7 -0
  2421. package/lib/_internal/selection/styles/_common.js +8 -0
  2422. package/lib/_internal/selection/styles/dark.d.ts +3 -0
  2423. package/lib/_internal/selection/styles/dark.js +41 -0
  2424. package/lib/_internal/selection/styles/index.d.ts +3 -0
  2425. package/lib/_internal/selection/styles/index.js +10 -0
  2426. package/lib/_internal/selection/styles/light.d.ts +131 -0
  2427. package/lib/_internal/selection/styles/light.js +42 -0
  2428. package/lib/_internal/skeleton/index.d.ts +2 -0
  2429. package/lib/_internal/skeleton/index.js +9 -0
  2430. package/lib/_internal/skeleton/src/Skeleton.d.ts +155 -0
  2431. package/lib/_internal/skeleton/src/Skeleton.js +85 -0
  2432. package/lib/_internal/skeleton/src/styles/index.cssr.d.ts +2 -0
  2433. package/lib/_internal/skeleton/src/styles/index.cssr.js +34 -0
  2434. package/lib/_internal/skeleton/styles/dark.d.ts +2 -0
  2435. package/lib/_internal/skeleton/styles/dark.js +19 -0
  2436. package/lib/_internal/skeleton/styles/index.d.ts +3 -0
  2437. package/lib/_internal/skeleton/styles/index.js +7 -0
  2438. package/lib/_internal/skeleton/styles/light.d.ts +14 -0
  2439. package/lib/_internal/skeleton/styles/light.js +20 -0
  2440. package/lib/_internal/slot-machine/index.d.ts +1 -0
  2441. package/lib/_internal/slot-machine/index.js +8 -0
  2442. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +39 -0
  2443. package/lib/_internal/slot-machine/src/SlotMachine.js +80 -0
  2444. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +40 -0
  2445. package/lib/_internal/slot-machine/src/SlotMachineNumber.js +91 -0
  2446. package/lib/_internal/slot-machine/src/styles/index.cssr.d.ts +2 -0
  2447. package/lib/_internal/slot-machine/src/styles/index.cssr.js +106 -0
  2448. package/lib/_internal/suffix/index.d.ts +1 -0
  2449. package/lib/_internal/suffix/index.js +8 -0
  2450. package/lib/_internal/suffix/src/Suffix.d.ts +43 -0
  2451. package/lib/_internal/suffix/src/Suffix.js +47 -0
  2452. package/lib/_internal/wave/index.d.ts +2 -0
  2453. package/lib/_internal/wave/index.js +8 -0
  2454. package/lib/_internal/wave/src/Wave.d.ts +19 -0
  2455. package/lib/_internal/wave/src/Wave.js +56 -0
  2456. package/lib/_internal/wave/src/styles/index.cssr.d.ts +2 -0
  2457. package/lib/_internal/wave/src/styles/index.cssr.js +14 -0
  2458. package/lib/_mixins/common.d.ts +1 -0
  2459. package/lib/_mixins/common.js +4 -0
  2460. package/lib/_mixins/index.d.ts +10 -0
  2461. package/lib/_mixins/index.js +24 -0
  2462. package/lib/_mixins/use-config.d.ts +20 -0
  2463. package/lib/_mixins/use-config.js +37 -0
  2464. package/lib/_mixins/use-css-vars-class.d.ts +8 -0
  2465. package/lib/_mixins/use-css-vars-class.js +58 -0
  2466. package/lib/_mixins/use-form-item.d.ts +37 -0
  2467. package/lib/_mixins/use-form-item.js +73 -0
  2468. package/lib/_mixins/use-hljs.d.ts +12 -0
  2469. package/lib/_mixins/use-hljs.js +29 -0
  2470. package/lib/_mixins/use-locale.d.ts +7 -0
  2471. package/lib/_mixins/use-locale.js +21 -0
  2472. package/lib/_mixins/use-rtl.d.ts +3 -0
  2473. package/lib/_mixins/use-rtl.js +54 -0
  2474. package/lib/_mixins/use-style.d.ts +3 -0
  2475. package/lib/_mixins/use-style.js +47 -0
  2476. package/lib/_mixins/use-theme.d.ts +94 -0
  2477. package/lib/_mixins/use-theme.js +116 -0
  2478. package/lib/_styles/common/_common.d.ts +28 -0
  2479. package/lib/_styles/common/_common.js +29 -0
  2480. package/lib/_styles/common/dark.d.ts +3 -0
  2481. package/lib/_styles/common/dark.js +105 -0
  2482. package/lib/_styles/common/index.d.ts +3 -0
  2483. package/lib/_styles/common/index.js +10 -0
  2484. package/lib/_styles/common/light.d.ts +123 -0
  2485. package/lib/_styles/common/light.js +110 -0
  2486. package/lib/_styles/global/index.cssr.d.ts +2 -0
  2487. package/lib/_styles/global/index.cssr.js +38 -0
  2488. package/lib/_styles/transitions/fade-down.cssr.d.ts +11 -0
  2489. package/lib/_styles/transitions/fade-down.cssr.js +37 -0
  2490. package/lib/_styles/transitions/fade-in-height-expand.cssr.d.ts +13 -0
  2491. package/lib/_styles/transitions/fade-in-height-expand.cssr.js +63 -0
  2492. package/lib/_styles/transitions/fade-in-scale-up.cssr.d.ts +10 -0
  2493. package/lib/_styles/transitions/fade-in-scale-up.cssr.js +39 -0
  2494. package/lib/_styles/transitions/fade-in-width-expand.cssr.d.ts +7 -0
  2495. package/lib/_styles/transitions/fade-in-width-expand.cssr.js +43 -0
  2496. package/lib/_styles/transitions/fade-in.cssr.d.ts +10 -0
  2497. package/lib/_styles/transitions/fade-in.cssr.js +34 -0
  2498. package/lib/_styles/transitions/fade-up-width-expand.cssr.d.ts +6 -0
  2499. package/lib/_styles/transitions/fade-up-width-expand.cssr.js +48 -0
  2500. package/lib/_styles/transitions/icon-switch.cssr.d.ts +9 -0
  2501. package/lib/_styles/transitions/icon-switch.cssr.js +41 -0
  2502. package/lib/_styles/transitions/slide-in-from-bottom.d.ts +8 -0
  2503. package/lib/_styles/transitions/slide-in-from-bottom.js +32 -0
  2504. package/lib/_styles/transitions/slide-in-from-left.d.ts +8 -0
  2505. package/lib/_styles/transitions/slide-in-from-left.js +32 -0
  2506. package/lib/_styles/transitions/slide-in-from-right.d.ts +8 -0
  2507. package/lib/_styles/transitions/slide-in-from-right.js +32 -0
  2508. package/lib/_styles/transitions/slide-in-from-top.d.ts +8 -0
  2509. package/lib/_styles/transitions/slide-in-from-top.js +32 -0
  2510. package/lib/_utils/color/index.d.ts +3 -0
  2511. package/lib/_utils/color/index.js +16 -0
  2512. package/lib/_utils/composable/index.d.ts +8 -0
  2513. package/lib/_utils/composable/index.js +22 -0
  2514. package/lib/_utils/composable/use-adjusted-to.d.ts +14 -0
  2515. package/lib/_utils/composable/use-adjusted-to.js +58 -0
  2516. package/lib/_utils/composable/use-browser-location.d.ts +13 -0
  2517. package/lib/_utils/composable/use-browser-location.js +39 -0
  2518. package/lib/_utils/composable/use-collection.d.ts +4 -0
  2519. package/lib/_utils/composable/use-collection.js +93 -0
  2520. package/lib/_utils/composable/use-deferred-true.d.ts +2 -0
  2521. package/lib/_utils/composable/use-deferred-true.js +29 -0
  2522. package/lib/_utils/composable/use-houdini.d.ts +1 -0
  2523. package/lib/_utils/composable/use-houdini.js +33 -0
  2524. package/lib/_utils/composable/use-is-composing.d.ts +2 -0
  2525. package/lib/_utils/composable/use-is-composing.js +36 -0
  2526. package/lib/_utils/composable/use-lock-html-scroll.d.ts +3 -0
  2527. package/lib/_utils/composable/use-lock-html-scroll.js +67 -0
  2528. package/lib/_utils/composable/use-reactivated.d.ts +3 -0
  2529. package/lib/_utils/composable/use-reactivated.js +24 -0
  2530. package/lib/_utils/composable/use-resize.d.ts +2 -0
  2531. package/lib/_utils/composable/use-resize.js +23 -0
  2532. package/lib/_utils/css/color-to-class.d.ts +1 -0
  2533. package/lib/_utils/css/color-to-class.js +7 -0
  2534. package/lib/_utils/css/format-length.d.ts +7 -0
  2535. package/lib/_utils/css/format-length.js +34 -0
  2536. package/lib/_utils/css/index.d.ts +2 -0
  2537. package/lib/_utils/css/index.js +7 -0
  2538. package/lib/_utils/cssr/create-key.d.ts +44 -0
  2539. package/lib/_utils/cssr/create-key.js +12 -0
  2540. package/lib/_utils/cssr/index.d.ts +11 -0
  2541. package/lib/_utils/cssr/index.js +46 -0
  2542. package/lib/_utils/dom/index.d.ts +1 -0
  2543. package/lib/_utils/dom/index.js +5 -0
  2544. package/lib/_utils/dom/is-document.d.ts +1 -0
  2545. package/lib/_utils/dom/is-document.js +7 -0
  2546. package/lib/_utils/env/browser.d.ts +3 -0
  2547. package/lib/_utils/env/browser.js +7 -0
  2548. package/lib/_utils/env/is-browser.d.ts +1 -0
  2549. package/lib/_utils/env/is-browser.js +4 -0
  2550. package/lib/_utils/env/is-jsdom.d.ts +1 -0
  2551. package/lib/_utils/env/is-jsdom.js +13 -0
  2552. package/lib/_utils/env/is-native-lazy-load.d.ts +1 -0
  2553. package/lib/_utils/env/is-native-lazy-load.js +5 -0
  2554. package/lib/_utils/event/index.d.ts +2 -0
  2555. package/lib/_utils/event/index.js +12 -0
  2556. package/lib/_utils/index.d.ts +11 -0
  2557. package/lib/_utils/index.js +59 -0
  2558. package/lib/_utils/uzum/attribute.d.ts +2 -0
  2559. package/lib/_utils/uzum/attribute.js +15 -0
  2560. package/lib/_utils/uzum/extract-public-props.d.ts +9 -0
  2561. package/lib/_utils/uzum/extract-public-props.js +2 -0
  2562. package/lib/_utils/uzum/index.d.ts +5 -0
  2563. package/lib/_utils/uzum/index.js +12 -0
  2564. package/lib/_utils/uzum/mutable.d.ts +3 -0
  2565. package/lib/_utils/uzum/mutable.js +2 -0
  2566. package/lib/_utils/uzum/prop.d.ts +11 -0
  2567. package/lib/_utils/uzum/prop.js +32 -0
  2568. package/lib/_utils/uzum/warn.d.ts +3 -0
  2569. package/lib/_utils/uzum/warn.js +20 -0
  2570. package/lib/_utils/vue/call.d.ts +7 -0
  2571. package/lib/_utils/vue/call.js +11 -0
  2572. package/lib/_utils/vue/create-data-key.d.ts +1 -0
  2573. package/lib/_utils/vue/create-data-key.js +7 -0
  2574. package/lib/_utils/vue/create-injection-key.d.ts +2 -0
  2575. package/lib/_utils/vue/create-injection-key.js +7 -0
  2576. package/lib/_utils/vue/create-ref-setter.d.ts +2 -0
  2577. package/lib/_utils/vue/create-ref-setter.js +14 -0
  2578. package/lib/_utils/vue/flatten.d.ts +2 -0
  2579. package/lib/_utils/vue/flatten.js +34 -0
  2580. package/lib/_utils/vue/get-first-slot-vnode.d.ts +2 -0
  2581. package/lib/_utils/vue/get-first-slot-vnode.js +22 -0
  2582. package/lib/_utils/vue/get-slot.d.ts +2 -0
  2583. package/lib/_utils/vue/get-slot.js +11 -0
  2584. package/lib/_utils/vue/get-v-node-children.d.ts +2 -0
  2585. package/lib/_utils/vue/get-v-node-children.js +16 -0
  2586. package/lib/_utils/vue/index.d.ts +17 -0
  2587. package/lib/_utils/vue/index.js +39 -0
  2588. package/lib/_utils/vue/is-node-v-show-false.d.ts +2 -0
  2589. package/lib/_utils/vue/is-node-v-show-false.js +10 -0
  2590. package/lib/_utils/vue/keep.d.ts +1 -0
  2591. package/lib/_utils/vue/keep.js +11 -0
  2592. package/lib/_utils/vue/keysOf.d.ts +1 -0
  2593. package/lib/_utils/vue/keysOf.js +7 -0
  2594. package/lib/_utils/vue/merge-handlers.d.ts +1 -0
  2595. package/lib/_utils/vue/merge-handlers.js +19 -0
  2596. package/lib/_utils/vue/omit.d.ts +1 -0
  2597. package/lib/_utils/vue/omit.js +14 -0
  2598. package/lib/_utils/vue/render.d.ts +2 -0
  2599. package/lib/_utils/vue/render.js +19 -0
  2600. package/lib/_utils/vue/resolve-slot.d.ts +12 -0
  2601. package/lib/_utils/vue/resolve-slot.js +52 -0
  2602. package/lib/_utils/vue/wrapper.d.ts +1 -0
  2603. package/lib/_utils/vue/wrapper.js +10 -0
  2604. package/lib/affix/index.d.ts +2 -0
  2605. package/lib/affix/index.js +9 -0
  2606. package/lib/affix/src/Affix.d.ts +93 -0
  2607. package/lib/affix/src/Affix.js +190 -0
  2608. package/lib/affix/src/styles/index.cssr.d.ts +2 -0
  2609. package/lib/affix/src/styles/index.cssr.js +11 -0
  2610. package/lib/affix/src/utils.d.ts +6 -0
  2611. package/lib/affix/src/utils.js +13 -0
  2612. package/lib/alert/index.d.ts +2 -0
  2613. package/lib/alert/index.js +9 -0
  2614. package/lib/alert/src/Alert.d.ts +882 -0
  2615. package/lib/alert/src/Alert.js +170 -0
  2616. package/lib/alert/src/styles/index.cssr.d.ts +2 -0
  2617. package/lib/alert/src/styles/index.cssr.js +108 -0
  2618. package/lib/alert/src/styles/rtl.cssr.d.ts +2 -0
  2619. package/lib/alert/src/styles/rtl.cssr.js +21 -0
  2620. package/lib/alert/styles/_common.d.ts +11 -0
  2621. package/lib/alert/styles/_common.js +12 -0
  2622. package/lib/alert/styles/dark.d.ts +3 -0
  2623. package/lib/alert/styles/dark.js +26 -0
  2624. package/lib/alert/styles/index.d.ts +4 -0
  2625. package/lib/alert/styles/index.js +12 -0
  2626. package/lib/alert/styles/light.d.ts +71 -0
  2627. package/lib/alert/styles/light.js +23 -0
  2628. package/lib/alert/styles/rtl.d.ts +2 -0
  2629. package/lib/alert/styles/rtl.js +11 -0
  2630. package/lib/anchor/index.d.ts +4 -0
  2631. package/lib/anchor/index.js +12 -0
  2632. package/lib/anchor/src/AnchorAdapter.d.ts +285 -0
  2633. package/lib/anchor/src/AnchorAdapter.js +82 -0
  2634. package/lib/anchor/src/BaseAnchor.d.ts +105 -0
  2635. package/lib/anchor/src/BaseAnchor.js +266 -0
  2636. package/lib/anchor/src/Link.d.ts +24 -0
  2637. package/lib/anchor/src/Link.js +47 -0
  2638. package/lib/anchor/src/styles/index.cssr.d.ts +2 -0
  2639. package/lib/anchor/src/styles/index.cssr.js +94 -0
  2640. package/lib/anchor/src/utils.d.ts +5 -0
  2641. package/lib/anchor/src/utils.js +14 -0
  2642. package/lib/anchor/styles/_common.d.ts +6 -0
  2643. package/lib/anchor/styles/_common.js +7 -0
  2644. package/lib/anchor/styles/dark.d.ts +3 -0
  2645. package/lib/anchor/styles/dark.js +10 -0
  2646. package/lib/anchor/styles/index.d.ts +3 -0
  2647. package/lib/anchor/styles/index.js +10 -0
  2648. package/lib/anchor/styles/light.d.ts +19 -0
  2649. package/lib/anchor/styles/light.js +21 -0
  2650. package/lib/auto-complete/index.d.ts +3 -0
  2651. package/lib/auto-complete/index.js +9 -0
  2652. package/lib/auto-complete/src/AutoComplete.d.ts +1567 -0
  2653. package/lib/auto-complete/src/AutoComplete.js +299 -0
  2654. package/lib/auto-complete/src/interface.d.ts +14 -0
  2655. package/lib/auto-complete/src/interface.js +2 -0
  2656. package/lib/auto-complete/src/styles/index.cssr.d.ts +2 -0
  2657. package/lib/auto-complete/src/styles/index.cssr.js +21 -0
  2658. package/lib/auto-complete/src/utils.d.ts +3 -0
  2659. package/lib/auto-complete/src/utils.js +29 -0
  2660. package/lib/auto-complete/styles/dark.d.ts +3 -0
  2661. package/lib/auto-complete/styles/dark.js +16 -0
  2662. package/lib/auto-complete/styles/index.d.ts +3 -0
  2663. package/lib/auto-complete/styles/index.js +10 -0
  2664. package/lib/auto-complete/styles/light.d.ts +126 -0
  2665. package/lib/auto-complete/styles/light.js +24 -0
  2666. package/lib/avatar/index.d.ts +2 -0
  2667. package/lib/avatar/index.js +9 -0
  2668. package/lib/avatar/src/Avatar.d.ts +263 -0
  2669. package/lib/avatar/src/Avatar.js +249 -0
  2670. package/lib/avatar/src/context.d.ts +2 -0
  2671. package/lib/avatar/src/context.js +5 -0
  2672. package/lib/avatar/src/interface.d.ts +2 -0
  2673. package/lib/avatar/src/interface.js +2 -0
  2674. package/lib/avatar/src/styles/index.cssr.d.ts +2 -0
  2675. package/lib/avatar/src/styles/index.cssr.js +48 -0
  2676. package/lib/avatar/styles/dark.d.ts +3 -0
  2677. package/lib/avatar/styles/dark.js +10 -0
  2678. package/lib/avatar/styles/index.d.ts +3 -0
  2679. package/lib/avatar/styles/index.js +10 -0
  2680. package/lib/avatar/styles/light.d.ts +23 -0
  2681. package/lib/avatar/styles/light.js +31 -0
  2682. package/lib/avatar-group/index.d.ts +2 -0
  2683. package/lib/avatar-group/index.js +9 -0
  2684. package/lib/avatar-group/src/AvatarGroup.d.ts +386 -0
  2685. package/lib/avatar-group/src/AvatarGroup.js +74 -0
  2686. package/lib/avatar-group/src/styles/avatar-group-rtl.cssr.d.ts +2 -0
  2687. package/lib/avatar-group/src/styles/avatar-group-rtl.cssr.js +15 -0
  2688. package/lib/avatar-group/src/styles/avatar-group.cssr.d.ts +2 -0
  2689. package/lib/avatar-group/src/styles/avatar-group.cssr.js +20 -0
  2690. package/lib/avatar-group/styles/dark.d.ts +3 -0
  2691. package/lib/avatar-group/styles/dark.js +14 -0
  2692. package/lib/avatar-group/styles/index.d.ts +4 -0
  2693. package/lib/avatar-group/styles/index.js +12 -0
  2694. package/lib/avatar-group/styles/light.d.ts +26 -0
  2695. package/lib/avatar-group/styles/light.js +21 -0
  2696. package/lib/avatar-group/styles/rtl.d.ts +2 -0
  2697. package/lib/avatar-group/styles/rtl.js +11 -0
  2698. package/lib/back-top/index.d.ts +2 -0
  2699. package/lib/back-top/index.js +9 -0
  2700. package/lib/back-top/src/BackTop.d.ts +259 -0
  2701. package/lib/back-top/src/BackTop.js +216 -0
  2702. package/lib/back-top/src/BackTopIcon.d.ts +2 -0
  2703. package/lib/back-top/src/BackTopIcon.js +12 -0
  2704. package/lib/back-top/src/styles/index.cssr.d.ts +2 -0
  2705. package/lib/back-top/src/styles/index.cssr.js +56 -0
  2706. package/lib/back-top/styles/_common.d.ts +7 -0
  2707. package/lib/back-top/styles/_common.js +8 -0
  2708. package/lib/back-top/styles/dark.d.ts +3 -0
  2709. package/lib/back-top/styles/dark.js +16 -0
  2710. package/lib/back-top/styles/index.d.ts +3 -0
  2711. package/lib/back-top/styles/index.js +10 -0
  2712. package/lib/back-top/styles/light.d.ts +20 -0
  2713. package/lib/back-top/styles/light.js +17 -0
  2714. package/lib/badge/index.d.ts +2 -0
  2715. package/lib/badge/index.js +9 -0
  2716. package/lib/badge/src/Badge.d.ts +161 -0
  2717. package/lib/badge/src/Badge.js +118 -0
  2718. package/lib/badge/src/styles/index.cssr.d.ts +2 -0
  2719. package/lib/badge/src/styles/index.cssr.js +84 -0
  2720. package/lib/badge/src/styles/rtl.cssr.d.ts +2 -0
  2721. package/lib/badge/src/styles/rtl.cssr.js +14 -0
  2722. package/lib/badge/styles/dark.d.ts +3 -0
  2723. package/lib/badge/styles/dark.js +20 -0
  2724. package/lib/badge/styles/index.d.ts +4 -0
  2725. package/lib/badge/styles/index.js +12 -0
  2726. package/lib/badge/styles/light.d.ts +15 -0
  2727. package/lib/badge/styles/light.js +21 -0
  2728. package/lib/badge/styles/rtl.d.ts +2 -0
  2729. package/lib/badge/styles/rtl.js +11 -0
  2730. package/lib/breadcrumb/index.d.ts +4 -0
  2731. package/lib/breadcrumb/index.js +12 -0
  2732. package/lib/breadcrumb/src/Breadcrumb.d.ts +163 -0
  2733. package/lib/breadcrumb/src/Breadcrumb.js +60 -0
  2734. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +31 -0
  2735. package/lib/breadcrumb/src/BreadcrumbItem.js +52 -0
  2736. package/lib/breadcrumb/src/styles/index.cssr.d.ts +2 -0
  2737. package/lib/breadcrumb/src/styles/index.cssr.js +77 -0
  2738. package/lib/breadcrumb/styles/_common.d.ts +4 -0
  2739. package/lib/breadcrumb/styles/_common.js +5 -0
  2740. package/lib/breadcrumb/styles/dark.d.ts +3 -0
  2741. package/lib/breadcrumb/styles/dark.js +10 -0
  2742. package/lib/breadcrumb/styles/index.d.ts +3 -0
  2743. package/lib/breadcrumb/styles/index.js +10 -0
  2744. package/lib/breadcrumb/styles/light.d.ts +19 -0
  2745. package/lib/breadcrumb/styles/light.js +19 -0
  2746. package/lib/button/index.d.ts +2 -0
  2747. package/lib/button/index.js +10 -0
  2748. package/lib/button/src/Button.d.ts +2147 -0
  2749. package/lib/button/src/Button.js +512 -0
  2750. package/lib/button/src/interface.d.ts +2 -0
  2751. package/lib/button/src/interface.js +2 -0
  2752. package/lib/button/src/styles/index.cssr.d.ts +2 -0
  2753. package/lib/button/src/styles/index.cssr.js +214 -0
  2754. package/lib/button/src/styles/rtl.cssr.d.ts +2 -0
  2755. package/lib/button/src/styles/rtl.cssr.js +15 -0
  2756. package/lib/button/styles/_common.d.ts +20 -0
  2757. package/lib/button/styles/_common.js +21 -0
  2758. package/lib/button/styles/dark.d.ts +3 -0
  2759. package/lib/button/styles/dark.js +17 -0
  2760. package/lib/button/styles/index.d.ts +4 -0
  2761. package/lib/button/styles/index.js +12 -0
  2762. package/lib/button/styles/light.d.ts +217 -0
  2763. package/lib/button/styles/light.js +45 -0
  2764. package/lib/button/styles/rtl.d.ts +2 -0
  2765. package/lib/button/styles/rtl.js +11 -0
  2766. package/lib/button-group/index.d.ts +2 -0
  2767. package/lib/button-group/index.js +9 -0
  2768. package/lib/button-group/src/ButtonGroup.d.ts +34 -0
  2769. package/lib/button-group/src/ButtonGroup.js +40 -0
  2770. package/lib/button-group/src/context.d.ts +2 -0
  2771. package/lib/button-group/src/context.js +5 -0
  2772. package/lib/button-group/src/styles/index.cssr.d.ts +5 -0
  2773. package/lib/button-group/src/styles/index.cssr.js +59 -0
  2774. package/lib/button-group/src/styles/rtl.cssr.d.ts +3 -0
  2775. package/lib/button-group/src/styles/rtl.cssr.js +29 -0
  2776. package/lib/button-group/styles/dark.d.ts +3 -0
  2777. package/lib/button-group/styles/dark.js +8 -0
  2778. package/lib/button-group/styles/index.d.ts +3 -0
  2779. package/lib/button-group/styles/index.js +12 -0
  2780. package/lib/button-group/styles/light.d.ts +6 -0
  2781. package/lib/button-group/styles/light.js +8 -0
  2782. package/lib/button-group/styles/rtl.d.ts +2 -0
  2783. package/lib/button-group/styles/rtl.js +11 -0
  2784. package/lib/calendar/index.d.ts +2 -0
  2785. package/lib/calendar/index.js +9 -0
  2786. package/lib/calendar/src/Calendar.d.ts +2575 -0
  2787. package/lib/calendar/src/Calendar.js +204 -0
  2788. package/lib/calendar/src/interface.d.ts +10 -0
  2789. package/lib/calendar/src/interface.js +2 -0
  2790. package/lib/calendar/src/styles/index.cssr.d.ts +2 -0
  2791. package/lib/calendar/src/styles/index.cssr.js +142 -0
  2792. package/lib/calendar/styles/_common.d.ts +4 -0
  2793. package/lib/calendar/styles/_common.js +5 -0
  2794. package/lib/calendar/styles/dark.d.ts +3 -0
  2795. package/lib/calendar/styles/dark.js +14 -0
  2796. package/lib/calendar/styles/index.d.ts +3 -0
  2797. package/lib/calendar/styles/index.js +10 -0
  2798. package/lib/calendar/styles/light.d.ts +260 -0
  2799. package/lib/calendar/styles/light.js +26 -0
  2800. package/lib/card/index.d.ts +2 -0
  2801. package/lib/card/index.js +9 -0
  2802. package/lib/card/src/Card.d.ts +663 -0
  2803. package/lib/card/src/Card.js +142 -0
  2804. package/lib/card/src/styles/index.cssr.d.ts +2 -0
  2805. package/lib/card/src/styles/index.cssr.js +139 -0
  2806. package/lib/card/src/styles/rtl.cssr.d.ts +2 -0
  2807. package/lib/card/src/styles/rtl.cssr.js +11 -0
  2808. package/lib/card/styles/_common.d.ts +13 -0
  2809. package/lib/card/styles/_common.js +14 -0
  2810. package/lib/card/styles/dark.d.ts +3 -0
  2811. package/lib/card/styles/dark.js +17 -0
  2812. package/lib/card/styles/index.d.ts +4 -0
  2813. package/lib/card/styles/index.js +12 -0
  2814. package/lib/card/styles/light.d.ts +43 -0
  2815. package/lib/card/styles/light.js +22 -0
  2816. package/lib/card/styles/rtl.d.ts +2 -0
  2817. package/lib/card/styles/rtl.js +11 -0
  2818. package/lib/carousel/index.d.ts +4 -0
  2819. package/lib/carousel/index.js +11 -0
  2820. package/lib/carousel/src/Carousel.d.ts +350 -0
  2821. package/lib/carousel/src/Carousel.js +798 -0
  2822. package/lib/carousel/src/CarouselArrow.d.ts +9 -0
  2823. package/lib/carousel/src/CarouselArrow.js +40 -0
  2824. package/lib/carousel/src/CarouselContext.d.ts +21 -0
  2825. package/lib/carousel/src/CarouselContext.js +18 -0
  2826. package/lib/carousel/src/CarouselDots.d.ts +72 -0
  2827. package/lib/carousel/src/CarouselDots.js +117 -0
  2828. package/lib/carousel/src/CarouselItem.d.ts +13 -0
  2829. package/lib/carousel/src/CarouselItem.js +70 -0
  2830. package/lib/carousel/src/interface.d.ts +19 -0
  2831. package/lib/carousel/src/interface.js +2 -0
  2832. package/lib/carousel/src/styles/index.cssr.d.ts +2 -0
  2833. package/lib/carousel/src/styles/index.cssr.js +237 -0
  2834. package/lib/carousel/src/utils/duplicatedLogic.d.ts +7 -0
  2835. package/lib/carousel/src/utils/duplicatedLogic.js +55 -0
  2836. package/lib/carousel/src/utils/event.d.ts +1 -0
  2837. package/lib/carousel/src/utils/event.js +7 -0
  2838. package/lib/carousel/src/utils/index.d.ts +6 -0
  2839. package/lib/carousel/src/utils/index.js +53 -0
  2840. package/lib/carousel/styles/dark.d.ts +3 -0
  2841. package/lib/carousel/styles/dark.js +10 -0
  2842. package/lib/carousel/styles/index.d.ts +3 -0
  2843. package/lib/carousel/styles/index.js +10 -0
  2844. package/lib/carousel/styles/light.d.ts +15 -0
  2845. package/lib/carousel/styles/light.js +22 -0
  2846. package/lib/cascader/index.d.ts +3 -0
  2847. package/lib/cascader/index.js +9 -0
  2848. package/lib/cascader/src/Cascader.d.ts +2557 -0
  2849. package/lib/cascader/src/Cascader.js +867 -0
  2850. package/lib/cascader/src/CascaderMenu.d.ts +462 -0
  2851. package/lib/cascader/src/CascaderMenu.js +127 -0
  2852. package/lib/cascader/src/CascaderOption.d.ts +409 -0
  2853. package/lib/cascader/src/CascaderOption.js +179 -0
  2854. package/lib/cascader/src/CascaderSelectMenu.d.ts +455 -0
  2855. package/lib/cascader/src/CascaderSelectMenu.js +147 -0
  2856. package/lib/cascader/src/CascaderSubmenu.d.ts +423 -0
  2857. package/lib/cascader/src/CascaderSubmenu.js +70 -0
  2858. package/lib/cascader/src/interface.d.ts +87 -0
  2859. package/lib/cascader/src/interface.js +5 -0
  2860. package/lib/cascader/src/styles/index.cssr.d.ts +2 -0
  2861. package/lib/cascader/src/styles/index.cssr.js +138 -0
  2862. package/lib/cascader/src/utils.d.ts +11 -0
  2863. package/lib/cascader/src/utils.js +45 -0
  2864. package/lib/cascader/styles/dark.d.ts +3 -0
  2865. package/lib/cascader/styles/dark.js +22 -0
  2866. package/lib/cascader/styles/index.d.ts +3 -0
  2867. package/lib/cascader/styles/index.js +10 -0
  2868. package/lib/cascader/styles/light.d.ts +217 -0
  2869. package/lib/cascader/styles/light.js +44 -0
  2870. package/lib/checkbox/index.d.ts +5 -0
  2871. package/lib/checkbox/index.js +12 -0
  2872. package/lib/checkbox/src/CheckMark.d.ts +2 -0
  2873. package/lib/checkbox/src/CheckMark.js +5 -0
  2874. package/lib/checkbox/src/Checkbox.d.ts +680 -0
  2875. package/lib/checkbox/src/Checkbox.js +284 -0
  2876. package/lib/checkbox/src/CheckboxGroup.d.ts +87 -0
  2877. package/lib/checkbox/src/CheckboxGroup.js +163 -0
  2878. package/lib/checkbox/src/LineMark.d.ts +2 -0
  2879. package/lib/checkbox/src/LineMark.js +5 -0
  2880. package/lib/checkbox/src/interface.d.ts +6 -0
  2881. package/lib/checkbox/src/interface.js +2 -0
  2882. package/lib/checkbox/src/styles/index.cssr.d.ts +2 -0
  2883. package/lib/checkbox/src/styles/index.cssr.js +256 -0
  2884. package/lib/checkbox/src/styles/rtl.cssr.d.ts +2 -0
  2885. package/lib/checkbox/src/styles/rtl.cssr.js +9 -0
  2886. package/lib/checkbox/styles/_common.d.ts +10 -0
  2887. package/lib/checkbox/styles/_common.js +11 -0
  2888. package/lib/checkbox/styles/dark.d.ts +3 -0
  2889. package/lib/checkbox/styles/dark.js +16 -0
  2890. package/lib/checkbox/styles/index.d.ts +4 -0
  2891. package/lib/checkbox/styles/index.js +12 -0
  2892. package/lib/checkbox/styles/light.d.ts +42 -0
  2893. package/lib/checkbox/styles/light.js +21 -0
  2894. package/lib/checkbox/styles/rtl.d.ts +2 -0
  2895. package/lib/checkbox/styles/rtl.js +11 -0
  2896. package/lib/code/index.d.ts +2 -0
  2897. package/lib/code/index.js +9 -0
  2898. package/lib/code/src/Code.d.ts +225 -0
  2899. package/lib/code/src/Code.js +163 -0
  2900. package/lib/code/src/styles/index.cssr.d.ts +2 -0
  2901. package/lib/code/src/styles/index.cssr.js +101 -0
  2902. package/lib/code/styles/dark.d.ts +3 -0
  2903. package/lib/code/styles/dark.js +28 -0
  2904. package/lib/code/styles/index.d.ts +3 -0
  2905. package/lib/code/styles/index.js +10 -0
  2906. package/lib/code/styles/light.d.ts +21 -0
  2907. package/lib/code/styles/light.js +29 -0
  2908. package/lib/collapse/index.d.ts +4 -0
  2909. package/lib/collapse/index.js +12 -0
  2910. package/lib/collapse/src/Collapse.d.ts +375 -0
  2911. package/lib/collapse/src/Collapse.js +147 -0
  2912. package/lib/collapse/src/CollapseItem.d.ts +34 -0
  2913. package/lib/collapse/src/CollapseItem.js +105 -0
  2914. package/lib/collapse/src/CollapseItemContent.d.ts +27 -0
  2915. package/lib/collapse/src/CollapseItemContent.js +40 -0
  2916. package/lib/collapse/src/interface.d.ts +9 -0
  2917. package/lib/collapse/src/interface.js +2 -0
  2918. package/lib/collapse/src/styles/index.cssr.d.ts +2 -0
  2919. package/lib/collapse/src/styles/index.cssr.js +64 -0
  2920. package/lib/collapse/src/styles/rtl.cssr.d.ts +2 -0
  2921. package/lib/collapse/src/styles/rtl.cssr.js +20 -0
  2922. package/lib/collapse/styles/dark.d.ts +3 -0
  2923. package/lib/collapse/styles/dark.js +10 -0
  2924. package/lib/collapse/styles/index.d.ts +4 -0
  2925. package/lib/collapse/styles/index.js +12 -0
  2926. package/lib/collapse/styles/light.d.ts +19 -0
  2927. package/lib/collapse/styles/light.js +27 -0
  2928. package/lib/collapse/styles/rtl.d.ts +2 -0
  2929. package/lib/collapse/styles/rtl.js +11 -0
  2930. package/lib/collapse-transition/index.d.ts +2 -0
  2931. package/lib/collapse-transition/index.js +9 -0
  2932. package/lib/collapse-transition/src/CollapseTransition.d.ts +79 -0
  2933. package/lib/collapse-transition/src/CollapseTransition.js +86 -0
  2934. package/lib/collapse-transition/src/styles/index.cssr.d.ts +2 -0
  2935. package/lib/collapse-transition/src/styles/index.cssr.js +10 -0
  2936. package/lib/collapse-transition/src/styles/rtl.cssr.d.ts +2 -0
  2937. package/lib/collapse-transition/src/styles/rtl.cssr.js +10 -0
  2938. package/lib/collapse-transition/styles/dark.d.ts +3 -0
  2939. package/lib/collapse-transition/styles/dark.js +10 -0
  2940. package/lib/collapse-transition/styles/index.d.ts +4 -0
  2941. package/lib/collapse-transition/styles/index.js +12 -0
  2942. package/lib/collapse-transition/styles/light.d.ts +9 -0
  2943. package/lib/collapse-transition/styles/light.js +17 -0
  2944. package/lib/collapse-transition/styles/rtl.d.ts +2 -0
  2945. package/lib/collapse-transition/styles/rtl.js +11 -0
  2946. package/lib/color-picker/index.d.ts +2 -0
  2947. package/lib/color-picker/index.js +9 -0
  2948. package/lib/color-picker/src/AlphaSlider.d.ts +47 -0
  2949. package/lib/color-picker/src/AlphaSlider.js +104 -0
  2950. package/lib/color-picker/src/ColorInput.d.ts +76 -0
  2951. package/lib/color-picker/src/ColorInput.js +108 -0
  2952. package/lib/color-picker/src/ColorInputUnit.d.ts +462 -0
  2953. package/lib/color-picker/src/ColorInputUnit.js +150 -0
  2954. package/lib/color-picker/src/ColorPicker.d.ts +2769 -0
  2955. package/lib/color-picker/src/ColorPicker.js +463 -0
  2956. package/lib/color-picker/src/ColorPickerSwatches.d.ts +47 -0
  2957. package/lib/color-picker/src/ColorPickerSwatches.js +96 -0
  2958. package/lib/color-picker/src/ColorPickerTrigger.d.ts +38 -0
  2959. package/lib/color-picker/src/ColorPickerTrigger.js +49 -0
  2960. package/lib/color-picker/src/ColorPreview.d.ts +44 -0
  2961. package/lib/color-picker/src/ColorPreview.js +49 -0
  2962. package/lib/color-picker/src/HueSlider.d.ts +34 -0
  2963. package/lib/color-picker/src/HueSlider.js +90 -0
  2964. package/lib/color-picker/src/Pallete.d.ts +54 -0
  2965. package/lib/color-picker/src/Pallete.js +93 -0
  2966. package/lib/color-picker/src/context.d.ts +9 -0
  2967. package/lib/color-picker/src/context.js +5 -0
  2968. package/lib/color-picker/src/interface.d.ts +6 -0
  2969. package/lib/color-picker/src/interface.js +2 -0
  2970. package/lib/color-picker/src/styles/index.cssr.d.ts +2 -0
  2971. package/lib/color-picker/src/styles/index.cssr.js +198 -0
  2972. package/lib/color-picker/src/utils.d.ts +12 -0
  2973. package/lib/color-picker/src/utils.js +118 -0
  2974. package/lib/color-picker/styles/dark.d.ts +3 -0
  2975. package/lib/color-picker/styles/dark.js +16 -0
  2976. package/lib/color-picker/styles/index.d.ts +3 -0
  2977. package/lib/color-picker/styles/index.js +10 -0
  2978. package/lib/color-picker/styles/light.d.ts +307 -0
  2979. package/lib/color-picker/styles/light.js +36 -0
  2980. package/lib/components.d.ts +89 -0
  2981. package/lib/components.js +105 -0
  2982. package/lib/composables/index.d.ts +1 -0
  2983. package/lib/composables/index.js +5 -0
  2984. package/lib/composables/use-theme-vars.d.ts +4 -0
  2985. package/lib/composables/use-theme-vars.js +22 -0
  2986. package/lib/config-provider/index.d.ts +3 -0
  2987. package/lib/config-provider/index.js +24 -0
  2988. package/lib/config-provider/src/ConfigProvider.d.ts +485 -0
  2989. package/lib/config-provider/src/ConfigProvider.js +212 -0
  2990. package/lib/config-provider/src/config.d.ts +8 -0
  2991. package/lib/config-provider/src/config.js +11 -0
  2992. package/lib/config-provider/src/context.d.ts +2 -0
  2993. package/lib/config-provider/src/context.js +5 -0
  2994. package/lib/config-provider/src/interface.d.ts +16 -0
  2995. package/lib/config-provider/src/interface.js +2 -0
  2996. package/lib/config-provider/src/internal-interface.d.ts +247 -0
  2997. package/lib/config-provider/src/internal-interface.js +2 -0
  2998. package/lib/config-provider/src/katex.d.ts +2 -0
  2999. package/lib/config-provider/src/katex.js +2 -0
  3000. package/lib/countdown/index.d.ts +2 -0
  3001. package/lib/countdown/index.js +9 -0
  3002. package/lib/countdown/src/Countdown.d.ts +68 -0
  3003. package/lib/countdown/src/Countdown.js +157 -0
  3004. package/lib/create.d.ts +13 -0
  3005. package/lib/create.js +35 -0
  3006. package/lib/data-table/index.d.ts +3 -0
  3007. package/lib/data-table/index.js +10 -0
  3008. package/lib/data-table/src/DataTable.d.ts +6541 -0
  3009. package/lib/data-table/src/DataTable.js +281 -0
  3010. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1332 -0
  3011. package/lib/data-table/src/HeaderButton/FilterButton.js +117 -0
  3012. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1382 -0
  3013. package/lib/data-table/src/HeaderButton/FilterMenu.js +132 -0
  3014. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +33 -0
  3015. package/lib/data-table/src/HeaderButton/RenderFilter.js +27 -0
  3016. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +24 -0
  3017. package/lib/data-table/src/HeaderButton/RenderSorter.js +23 -0
  3018. package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +15 -0
  3019. package/lib/data-table/src/HeaderButton/ResizeButton.js +61 -0
  3020. package/lib/data-table/src/HeaderButton/SortButton.d.ts +19 -0
  3021. package/lib/data-table/src/HeaderButton/SortButton.js +58 -0
  3022. package/lib/data-table/src/MainTable.d.ts +22 -0
  3023. package/lib/data-table/src/MainTable.js +81 -0
  3024. package/lib/data-table/src/TableParts/Body.d.ts +1400 -0
  3025. package/lib/data-table/src/TableParts/Body.js +611 -0
  3026. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +30 -0
  3027. package/lib/data-table/src/TableParts/BodyCheckbox.js +32 -0
  3028. package/lib/data-table/src/TableParts/BodyRadio.d.ts +30 -0
  3029. package/lib/data-table/src/TableParts/BodyRadio.js +32 -0
  3030. package/lib/data-table/src/TableParts/Cell.d.ts +2644 -0
  3031. package/lib/data-table/src/TableParts/Cell.js +60 -0
  3032. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +35 -0
  3033. package/lib/data-table/src/TableParts/ExpandTrigger.js +41 -0
  3034. package/lib/data-table/src/TableParts/Header.d.ts +1340 -0
  3035. package/lib/data-table/src/TableParts/Header.js +167 -0
  3036. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +12 -0
  3037. package/lib/data-table/src/TableParts/SelectionMenu.js +75 -0
  3038. package/lib/data-table/src/interface.d.ts +2842 -0
  3039. package/lib/data-table/src/interface.js +59 -0
  3040. package/lib/data-table/src/styles/index.cssr.d.ts +3 -0
  3041. package/lib/data-table/src/styles/index.cssr.js +444 -0
  3042. package/lib/data-table/src/use-check.d.ts +20 -0
  3043. package/lib/data-table/src/use-check.js +153 -0
  3044. package/lib/data-table/src/use-expand.d.ts +10 -0
  3045. package/lib/data-table/src/use-expand.js +65 -0
  3046. package/lib/data-table/src/use-group-header.d.ts +19 -0
  3047. package/lib/data-table/src/use-group-header.js +108 -0
  3048. package/lib/data-table/src/use-resizable.d.ts +6 -0
  3049. package/lib/data-table/src/use-resizable.js +26 -0
  3050. package/lib/data-table/src/use-scroll.d.ts +27 -0
  3051. package/lib/data-table/src/use-scroll.js +229 -0
  3052. package/lib/data-table/src/use-sorter.d.ts +19 -0
  3053. package/lib/data-table/src/use-sorter.js +195 -0
  3054. package/lib/data-table/src/use-table-data.d.ts +36 -0
  3055. package/lib/data-table/src/use-table-data.js +331 -0
  3056. package/lib/data-table/src/utils.d.ts +18 -0
  3057. package/lib/data-table/src/utils.js +148 -0
  3058. package/lib/data-table/styles/_common.d.ts +23 -0
  3059. package/lib/data-table/styles/_common.js +24 -0
  3060. package/lib/data-table/styles/dark.d.ts +3 -0
  3061. package/lib/data-table/styles/dark.js +35 -0
  3062. package/lib/data-table/styles/index.d.ts +3 -0
  3063. package/lib/data-table/styles/index.js +10 -0
  3064. package/lib/data-table/styles/light.d.ts +883 -0
  3065. package/lib/data-table/styles/light.js +50 -0
  3066. package/lib/date-picker/index.d.ts +3 -0
  3067. package/lib/date-picker/index.js +9 -0
  3068. package/lib/date-picker/src/DatePicker.d.ts +7316 -0
  3069. package/lib/date-picker/src/DatePicker.js +781 -0
  3070. package/lib/date-picker/src/config.d.ts +5 -0
  3071. package/lib/date-picker/src/config.js +7 -0
  3072. package/lib/date-picker/src/interface.d.ts +83 -0
  3073. package/lib/date-picker/src/interface.js +5 -0
  3074. package/lib/date-picker/src/panel/date.d.ts +1232 -0
  3075. package/lib/date-picker/src/panel/date.js +76 -0
  3076. package/lib/date-picker/src/panel/daterange.d.ts +1270 -0
  3077. package/lib/date-picker/src/panel/daterange.js +97 -0
  3078. package/lib/date-picker/src/panel/datetime.d.ts +1232 -0
  3079. package/lib/date-picker/src/panel/datetime.js +73 -0
  3080. package/lib/date-picker/src/panel/datetimerange.d.ts +1270 -0
  3081. package/lib/date-picker/src/panel/datetimerange.js +122 -0
  3082. package/lib/date-picker/src/panel/monthrange.d.ts +1281 -0
  3083. package/lib/date-picker/src/panel/monthrange.js +119 -0
  3084. package/lib/date-picker/src/panel/panelHeader.d.ts +44 -0
  3085. package/lib/date-picker/src/panel/panelHeader.js +55 -0
  3086. package/lib/date-picker/src/panel/panelMonth.d.ts +2544 -0
  3087. package/lib/date-picker/src/panel/panelMonth.js +70 -0
  3088. package/lib/date-picker/src/panel/panelMonthContent.d.ts +1244 -0
  3089. package/lib/date-picker/src/panel/panelMonthContent.js +61 -0
  3090. package/lib/date-picker/src/panel/panelYear.d.ts +2544 -0
  3091. package/lib/date-picker/src/panel/panelYear.js +70 -0
  3092. package/lib/date-picker/src/panel/panelYearContent.d.ts +1256 -0
  3093. package/lib/date-picker/src/panel/panelYearContent.js +55 -0
  3094. package/lib/date-picker/src/panel/use-calendar.d.ts +1199 -0
  3095. package/lib/date-picker/src/panel/use-calendar.js +328 -0
  3096. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +1239 -0
  3097. package/lib/date-picker/src/panel/use-dual-calendar.js +668 -0
  3098. package/lib/date-picker/src/panel/use-panel-common.d.ts +1151 -0
  3099. package/lib/date-picker/src/panel/use-panel-common.js +160 -0
  3100. package/lib/date-picker/src/styles/index.cssr.d.ts +2 -0
  3101. package/lib/date-picker/src/styles/index.cssr.js +369 -0
  3102. package/lib/date-picker/src/utils.d.ts +65 -0
  3103. package/lib/date-picker/src/utils.js +201 -0
  3104. package/lib/date-picker/src/validation-utils.d.ts +26 -0
  3105. package/lib/date-picker/src/validation-utils.js +183 -0
  3106. package/lib/date-picker/styles/_common.d.ts +41 -0
  3107. package/lib/date-picker/styles/_common.js +45 -0
  3108. package/lib/date-picker/styles/dark.d.ts +3 -0
  3109. package/lib/date-picker/styles/dark.js +28 -0
  3110. package/lib/date-picker/styles/index.d.ts +3 -0
  3111. package/lib/date-picker/styles/index.js +10 -0
  3112. package/lib/date-picker/styles/light.d.ts +727 -0
  3113. package/lib/date-picker/styles/light.js +31 -0
  3114. package/lib/descriptions/index.d.ts +4 -0
  3115. package/lib/descriptions/index.js +12 -0
  3116. package/lib/descriptions/src/Descriptions.d.ts +408 -0
  3117. package/lib/descriptions/src/Descriptions.js +166 -0
  3118. package/lib/descriptions/src/DescriptionsItem.d.ts +32 -0
  3119. package/lib/descriptions/src/DescriptionsItem.js +22 -0
  3120. package/lib/descriptions/src/styles/index.cssr.d.ts +2 -0
  3121. package/lib/descriptions/src/styles/index.cssr.js +124 -0
  3122. package/lib/descriptions/src/utils.d.ts +3 -0
  3123. package/lib/descriptions/src/utils.js +11 -0
  3124. package/lib/descriptions/styles/_common.d.ts +15 -0
  3125. package/lib/descriptions/styles/_common.js +16 -0
  3126. package/lib/descriptions/styles/dark.d.ts +3 -0
  3127. package/lib/descriptions/styles/dark.js +10 -0
  3128. package/lib/descriptions/styles/index.d.ts +3 -0
  3129. package/lib/descriptions/styles/index.js +10 -0
  3130. package/lib/descriptions/styles/light.d.ts +38 -0
  3131. package/lib/descriptions/styles/light.js +23 -0
  3132. package/lib/dialog/index.d.ts +6 -0
  3133. package/lib/dialog/index.js +13 -0
  3134. package/lib/dialog/src/Dialog.d.ts +1935 -0
  3135. package/lib/dialog/src/Dialog.js +139 -0
  3136. package/lib/dialog/src/DialogEnvironment.d.ts +188 -0
  3137. package/lib/dialog/src/DialogEnvironment.js +117 -0
  3138. package/lib/dialog/src/DialogProvider.d.ts +809 -0
  3139. package/lib/dialog/src/DialogProvider.js +78 -0
  3140. package/lib/dialog/src/composables.d.ts +4 -0
  3141. package/lib/dialog/src/composables.js +22 -0
  3142. package/lib/dialog/src/context.d.ts +4 -0
  3143. package/lib/dialog/src/context.js +7 -0
  3144. package/lib/dialog/src/dialogProps.d.ts +35 -0
  3145. package/lib/dialog/src/dialogProps.js +34 -0
  3146. package/lib/dialog/src/interface.d.ts +1 -0
  3147. package/lib/dialog/src/interface.js +2 -0
  3148. package/lib/dialog/src/styles/index.cssr.d.ts +2 -0
  3149. package/lib/dialog/src/styles/index.cssr.js +101 -0
  3150. package/lib/dialog/styles/_common.d.ts +14 -0
  3151. package/lib/dialog/styles/_common.js +15 -0
  3152. package/lib/dialog/styles/dark.d.ts +3 -0
  3153. package/lib/dialog/styles/dark.js +14 -0
  3154. package/lib/dialog/styles/index.d.ts +3 -0
  3155. package/lib/dialog/styles/index.js +10 -0
  3156. package/lib/dialog/styles/light.d.ts +280 -0
  3157. package/lib/dialog/styles/light.js +29 -0
  3158. package/lib/discrete/index.d.ts +2 -0
  3159. package/lib/discrete/index.js +5 -0
  3160. package/lib/discrete/src/InjectionExtractor.d.ts +8 -0
  3161. package/lib/discrete/src/InjectionExtractor.js +15 -0
  3162. package/lib/discrete/src/discrete.d.ts +2 -0
  3163. package/lib/discrete/src/discrete.js +49 -0
  3164. package/lib/discrete/src/discreteApp.d.ts +28 -0
  3165. package/lib/discrete/src/discreteApp.js +53 -0
  3166. package/lib/discrete/src/interface.d.ts +27 -0
  3167. package/lib/discrete/src/interface.js +2 -0
  3168. package/lib/divider/index.d.ts +2 -0
  3169. package/lib/divider/index.js +9 -0
  3170. package/lib/divider/src/Divider.d.ts +86 -0
  3171. package/lib/divider/src/Divider.js +59 -0
  3172. package/lib/divider/src/styles/index.cssr.d.ts +2 -0
  3173. package/lib/divider/src/styles/index.cssr.js +63 -0
  3174. package/lib/divider/styles/dark.d.ts +3 -0
  3175. package/lib/divider/styles/dark.js +10 -0
  3176. package/lib/divider/styles/index.d.ts +3 -0
  3177. package/lib/divider/styles/index.js +10 -0
  3178. package/lib/divider/styles/light.d.ts +11 -0
  3179. package/lib/divider/styles/light.js +19 -0
  3180. package/lib/drawer/index.d.ts +5 -0
  3181. package/lib/drawer/index.js +12 -0
  3182. package/lib/drawer/src/Drawer.d.ts +687 -0
  3183. package/lib/drawer/src/Drawer.js +222 -0
  3184. package/lib/drawer/src/DrawerBodyWrapper.d.ts +266 -0
  3185. package/lib/drawer/src/DrawerBodyWrapper.js +256 -0
  3186. package/lib/drawer/src/DrawerContent.d.ts +214 -0
  3187. package/lib/drawer/src/DrawerContent.js +52 -0
  3188. package/lib/drawer/src/interface.d.ts +14 -0
  3189. package/lib/drawer/src/interface.js +6 -0
  3190. package/lib/drawer/src/styles/index.cssr.d.ts +2 -0
  3191. package/lib/drawer/src/styles/index.cssr.js +168 -0
  3192. package/lib/drawer/src/styles/rtl.cssr.d.ts +2 -0
  3193. package/lib/drawer/src/styles/rtl.cssr.js +13 -0
  3194. package/lib/drawer/styles/dark.d.ts +3 -0
  3195. package/lib/drawer/styles/dark.js +14 -0
  3196. package/lib/drawer/styles/index.d.ts +4 -0
  3197. package/lib/drawer/styles/index.js +12 -0
  3198. package/lib/drawer/styles/light.d.ts +55 -0
  3199. package/lib/drawer/styles/light.js +42 -0
  3200. package/lib/drawer/styles/rtl.d.ts +3 -0
  3201. package/lib/drawer/styles/rtl.js +14 -0
  3202. package/lib/dropdown/index.d.ts +3 -0
  3203. package/lib/dropdown/index.js +9 -0
  3204. package/lib/dropdown/src/Dropdown.d.ts +1251 -0
  3205. package/lib/dropdown/src/Dropdown.js +345 -0
  3206. package/lib/dropdown/src/DropdownDivider.d.ts +12 -0
  3207. package/lib/dropdown/src/DropdownDivider.js +15 -0
  3208. package/lib/dropdown/src/DropdownGroup.d.ts +32 -0
  3209. package/lib/dropdown/src/DropdownGroup.js +51 -0
  3210. package/lib/dropdown/src/DropdownGroupHeader.d.ts +27 -0
  3211. package/lib/dropdown/src/DropdownGroupHeader.js +57 -0
  3212. package/lib/dropdown/src/DropdownMenu.d.ts +47 -0
  3213. package/lib/dropdown/src/DropdownMenu.js +105 -0
  3214. package/lib/dropdown/src/DropdownOption.d.ts +74 -0
  3215. package/lib/dropdown/src/DropdownOption.js +247 -0
  3216. package/lib/dropdown/src/DropdownRenderOption.d.ts +14 -0
  3217. package/lib/dropdown/src/DropdownRenderOption.js +16 -0
  3218. package/lib/dropdown/src/context.d.ts +6 -0
  3219. package/lib/dropdown/src/context.js +7 -0
  3220. package/lib/dropdown/src/interface.d.ts +30 -0
  3221. package/lib/dropdown/src/interface.js +2 -0
  3222. package/lib/dropdown/src/styles/index.cssr.d.ts +2 -0
  3223. package/lib/dropdown/src/styles/index.cssr.js +150 -0
  3224. package/lib/dropdown/src/utils.d.ts +5 -0
  3225. package/lib/dropdown/src/utils.js +20 -0
  3226. package/lib/dropdown/styles/_common.d.ts +24 -0
  3227. package/lib/dropdown/styles/_common.js +25 -0
  3228. package/lib/dropdown/styles/dark.d.ts +3 -0
  3229. package/lib/dropdown/styles/dark.js +23 -0
  3230. package/lib/dropdown/styles/index.d.ts +3 -0
  3231. package/lib/dropdown/styles/index.js +10 -0
  3232. package/lib/dropdown/styles/light.d.ts +131 -0
  3233. package/lib/dropdown/styles/light.js +33 -0
  3234. package/lib/dynamic-input/index.d.ts +2 -0
  3235. package/lib/dynamic-input/index.js +9 -0
  3236. package/lib/dynamic-input/src/DynamicInput.d.ts +3061 -0
  3237. package/lib/dynamic-input/src/DynamicInput.js +308 -0
  3238. package/lib/dynamic-input/src/InputPreset.d.ts +453 -0
  3239. package/lib/dynamic-input/src/InputPreset.js +39 -0
  3240. package/lib/dynamic-input/src/PairPreset.d.ts +477 -0
  3241. package/lib/dynamic-input/src/PairPreset.js +55 -0
  3242. package/lib/dynamic-input/src/interface.d.ts +11 -0
  3243. package/lib/dynamic-input/src/interface.js +5 -0
  3244. package/lib/dynamic-input/src/styles/index.cssr.d.ts +2 -0
  3245. package/lib/dynamic-input/src/styles/index.cssr.js +40 -0
  3246. package/lib/dynamic-input/src/styles/rtl.cssr.d.ts +2 -0
  3247. package/lib/dynamic-input/src/styles/rtl.cssr.js +14 -0
  3248. package/lib/dynamic-input/styles/_common.d.ts +5 -0
  3249. package/lib/dynamic-input/styles/_common.js +6 -0
  3250. package/lib/dynamic-input/styles/dark.d.ts +3 -0
  3251. package/lib/dynamic-input/styles/dark.js +21 -0
  3252. package/lib/dynamic-input/styles/index.d.ts +4 -0
  3253. package/lib/dynamic-input/styles/index.js +12 -0
  3254. package/lib/dynamic-input/styles/light.d.ts +284 -0
  3255. package/lib/dynamic-input/styles/light.js +23 -0
  3256. package/lib/dynamic-input/styles/rtl.d.ts +2 -0
  3257. package/lib/dynamic-input/styles/rtl.js +17 -0
  3258. package/lib/dynamic-tags/index.d.ts +3 -0
  3259. package/lib/dynamic-tags/index.js +9 -0
  3260. package/lib/dynamic-tags/src/DynamicTags.d.ts +4115 -0
  3261. package/lib/dynamic-tags/src/DynamicTags.js +171 -0
  3262. package/lib/dynamic-tags/src/interface.d.ts +10 -0
  3263. package/lib/dynamic-tags/src/interface.js +2 -0
  3264. package/lib/dynamic-tags/src/styles/index.cssr.d.ts +2 -0
  3265. package/lib/dynamic-tags/src/styles/index.cssr.js +11 -0
  3266. package/lib/dynamic-tags/styles/dark.d.ts +3 -0
  3267. package/lib/dynamic-tags/styles/dark.js +23 -0
  3268. package/lib/dynamic-tags/styles/index.d.ts +3 -0
  3269. package/lib/dynamic-tags/styles/index.js +10 -0
  3270. package/lib/dynamic-tags/styles/light.d.ts +385 -0
  3271. package/lib/dynamic-tags/styles/light.js +24 -0
  3272. package/lib/element/index.d.ts +3 -0
  3273. package/lib/element/index.js +11 -0
  3274. package/lib/element/src/Element.d.ts +36 -0
  3275. package/lib/element/src/Element.js +46 -0
  3276. package/lib/element/styles/dark.d.ts +3 -0
  3277. package/lib/element/styles/dark.js +8 -0
  3278. package/lib/element/styles/index.d.ts +3 -0
  3279. package/lib/element/styles/index.js +10 -0
  3280. package/lib/element/styles/light.d.ts +4 -0
  3281. package/lib/element/styles/light.js +8 -0
  3282. package/lib/ellipsis/index.d.ts +3 -0
  3283. package/lib/ellipsis/index.js +11 -0
  3284. package/lib/ellipsis/src/Ellipsis.d.ts +526 -0
  3285. package/lib/ellipsis/src/Ellipsis.js +173 -0
  3286. package/lib/ellipsis/src/PerformantEllipsis.d.ts +224 -0
  3287. package/lib/ellipsis/src/PerformantEllipsis.js +81 -0
  3288. package/lib/ellipsis/src/styles/index.cssr.d.ts +2 -0
  3289. package/lib/ellipsis/src/styles/index.cssr.js +19 -0
  3290. package/lib/ellipsis/styles/dark.d.ts +3 -0
  3291. package/lib/ellipsis/styles/dark.js +12 -0
  3292. package/lib/ellipsis/styles/index.d.ts +3 -0
  3293. package/lib/ellipsis/styles/index.js +10 -0
  3294. package/lib/ellipsis/styles/light.d.ts +36 -0
  3295. package/lib/ellipsis/styles/light.js +13 -0
  3296. package/lib/empty/index.d.ts +2 -0
  3297. package/lib/empty/index.js +9 -0
  3298. package/lib/empty/src/Empty.d.ts +186 -0
  3299. package/lib/empty/src/Empty.js +81 -0
  3300. package/lib/empty/src/styles/index.cssr.d.ts +2 -0
  3301. package/lib/empty/src/styles/index.cssr.js +37 -0
  3302. package/lib/empty/styles/_common.d.ts +7 -0
  3303. package/lib/empty/styles/_common.js +8 -0
  3304. package/lib/empty/styles/dark.d.ts +3 -0
  3305. package/lib/empty/styles/dark.js +10 -0
  3306. package/lib/empty/styles/index.d.ts +3 -0
  3307. package/lib/empty/styles/index.js +10 -0
  3308. package/lib/empty/styles/light.d.ts +19 -0
  3309. package/lib/empty/styles/light.js +22 -0
  3310. package/lib/equation/index.d.ts +1 -0
  3311. package/lib/equation/index.js +6 -0
  3312. package/lib/equation/src/Equation.d.ts +18 -0
  3313. package/lib/equation/src/Equation.js +32 -0
  3314. package/lib/equation/styles/dark.d.ts +3 -0
  3315. package/lib/equation/styles/dark.js +10 -0
  3316. package/lib/equation/styles/index.d.ts +3 -0
  3317. package/lib/equation/styles/index.js +10 -0
  3318. package/lib/equation/styles/light.d.ts +6 -0
  3319. package/lib/equation/styles/light.js +12 -0
  3320. package/lib/form/index.d.ts +11 -0
  3321. package/lib/form/index.js +22 -0
  3322. package/lib/form/src/Form.d.ts +406 -0
  3323. package/lib/form/src/Form.js +120 -0
  3324. package/lib/form/src/FormItem.d.ts +436 -0
  3325. package/lib/form/src/FormItem.js +372 -0
  3326. package/lib/form/src/FormItemCol.d.ts +449 -0
  3327. package/lib/form/src/FormItemCol.js +64 -0
  3328. package/lib/form/src/FormItemGridItem.d.ts +449 -0
  3329. package/lib/form/src/FormItemGridItem.js +66 -0
  3330. package/lib/form/src/FormItemRow.d.ts +467 -0
  3331. package/lib/form/src/FormItemRow.js +63 -0
  3332. package/lib/form/src/context.d.ts +3 -0
  3333. package/lib/form/src/context.js +6 -0
  3334. package/lib/form/src/interface.d.ts +58 -0
  3335. package/lib/form/src/interface.js +2 -0
  3336. package/lib/form/src/styles/form-item.cssr.d.ts +2 -0
  3337. package/lib/form/src/styles/form-item.cssr.js +129 -0
  3338. package/lib/form/src/styles/form.cssr.d.ts +2 -0
  3339. package/lib/form/src/styles/form.cssr.js +17 -0
  3340. package/lib/form/src/utils.d.ts +22 -0
  3341. package/lib/form/src/utils.js +177 -0
  3342. package/lib/form/styles/_common.d.ts +24 -0
  3343. package/lib/form/styles/_common.js +25 -0
  3344. package/lib/form/styles/dark.d.ts +3 -0
  3345. package/lib/form/styles/dark.js +10 -0
  3346. package/lib/form/styles/index.d.ts +3 -0
  3347. package/lib/form/styles/index.js +10 -0
  3348. package/lib/form/styles/light.d.ts +38 -0
  3349. package/lib/form/styles/light.js +19 -0
  3350. package/lib/global-style/index.d.ts +1 -0
  3351. package/lib/global-style/index.js +8 -0
  3352. package/lib/global-style/src/GlobalStyle.d.ts +2 -0
  3353. package/lib/global-style/src/GlobalStyle.js +61 -0
  3354. package/lib/gradient-text/index.d.ts +2 -0
  3355. package/lib/gradient-text/index.js +9 -0
  3356. package/lib/gradient-text/src/GradientText.d.ts +180 -0
  3357. package/lib/gradient-text/src/GradientText.js +87 -0
  3358. package/lib/gradient-text/src/styles/index.cssr.d.ts +2 -0
  3359. package/lib/gradient-text/src/styles/index.cssr.js +24 -0
  3360. package/lib/gradient-text/styles/dark.d.ts +3 -0
  3361. package/lib/gradient-text/styles/dark.js +25 -0
  3362. package/lib/gradient-text/styles/index.d.ts +3 -0
  3363. package/lib/gradient-text/styles/index.js +10 -0
  3364. package/lib/gradient-text/styles/light.d.ts +20 -0
  3365. package/lib/gradient-text/styles/light.js +27 -0
  3366. package/lib/grid/index.d.ts +5 -0
  3367. package/lib/grid/index.js +15 -0
  3368. package/lib/grid/src/Grid.d.ts +108 -0
  3369. package/lib/grid/src/Grid.js +254 -0
  3370. package/lib/grid/src/GridItem.d.ts +74 -0
  3371. package/lib/grid/src/GridItem.js +77 -0
  3372. package/lib/grid/src/config.d.ts +3 -0
  3373. package/lib/grid/src/config.js +6 -0
  3374. package/lib/icon/index.d.ts +2 -0
  3375. package/lib/icon/index.js +6 -0
  3376. package/lib/icon/src/Icon.d.ts +106 -0
  3377. package/lib/icon/src/Icon.js +75 -0
  3378. package/lib/icon/src/styles/index.cssr.d.ts +2 -0
  3379. package/lib/icon/src/styles/index.cssr.js +31 -0
  3380. package/lib/icon/styles/dark.d.ts +3 -0
  3381. package/lib/icon/styles/dark.js +10 -0
  3382. package/lib/icon/styles/index.d.ts +3 -0
  3383. package/lib/icon/styles/index.js +10 -0
  3384. package/lib/icon/styles/light.d.ts +14 -0
  3385. package/lib/icon/styles/light.js +22 -0
  3386. package/lib/icon-wrapper/index.d.ts +2 -0
  3387. package/lib/icon-wrapper/index.js +6 -0
  3388. package/lib/icon-wrapper/src/IconWrapper.d.ts +76 -0
  3389. package/lib/icon-wrapper/src/IconWrapper.js +54 -0
  3390. package/lib/icon-wrapper/src/styles/index.cssr.d.ts +2 -0
  3391. package/lib/icon-wrapper/src/styles/index.cssr.js +21 -0
  3392. package/lib/icon-wrapper/styles/dark.d.ts +3 -0
  3393. package/lib/icon-wrapper/styles/dark.js +10 -0
  3394. package/lib/icon-wrapper/styles/index.d.ts +3 -0
  3395. package/lib/icon-wrapper/styles/index.js +10 -0
  3396. package/lib/icon-wrapper/styles/light.d.ts +10 -0
  3397. package/lib/icon-wrapper/styles/light.js +18 -0
  3398. package/lib/image/index.d.ts +4 -0
  3399. package/lib/image/index.js +12 -0
  3400. package/lib/image/src/Image.d.ts +461 -0
  3401. package/lib/image/src/Image.js +129 -0
  3402. package/lib/image/src/ImageGroup.d.ts +398 -0
  3403. package/lib/image/src/ImageGroup.js +74 -0
  3404. package/lib/image/src/ImagePreview.d.ts +308 -0
  3405. package/lib/image/src/ImagePreview.js +435 -0
  3406. package/lib/image/src/icons.d.ts +4 -0
  3407. package/lib/image/src/icons.js +12 -0
  3408. package/lib/image/src/interface.d.ts +137 -0
  3409. package/lib/image/src/interface.js +7 -0
  3410. package/lib/image/src/styles/index.cssr.d.ts +2 -0
  3411. package/lib/image/src/styles/index.cssr.js +73 -0
  3412. package/lib/image/src/utils.d.ts +11 -0
  3413. package/lib/image/src/utils.js +86 -0
  3414. package/lib/image/styles/dark.d.ts +2 -0
  3415. package/lib/image/styles/dark.js +21 -0
  3416. package/lib/image/styles/index.d.ts +3 -0
  3417. package/lib/image/styles/index.js +7 -0
  3418. package/lib/image/styles/light.d.ts +48 -0
  3419. package/lib/image/styles/light.js +22 -0
  3420. package/lib/index.d.ts +12 -0
  3421. package/lib/index.js +49 -0
  3422. package/lib/input/index.d.ts +7 -0
  3423. package/lib/input/index.js +15 -0
  3424. package/lib/input/src/Input.d.ts +1183 -0
  3425. package/lib/input/src/Input.js +978 -0
  3426. package/lib/input/src/InputGroup.d.ts +17 -0
  3427. package/lib/input/src/InputGroup.js +25 -0
  3428. package/lib/input/src/InputGroupLabel.d.ts +602 -0
  3429. package/lib/input/src/InputGroupLabel.js +59 -0
  3430. package/lib/input/src/WordCount.d.ts +2 -0
  3431. package/lib/input/src/WordCount.js +33 -0
  3432. package/lib/input/src/interface.d.ts +23 -0
  3433. package/lib/input/src/interface.js +5 -0
  3434. package/lib/input/src/styles/input-group-label.cssr.d.ts +2 -0
  3435. package/lib/input/src/styles/input-group-label.cssr.js +44 -0
  3436. package/lib/input/src/styles/input-group.cssr.d.ts +2 -0
  3437. package/lib/input/src/styles/input-group.cssr.js +62 -0
  3438. package/lib/input/src/styles/input.cssr.d.ts +3 -0
  3439. package/lib/input/src/styles/input.cssr.js +315 -0
  3440. package/lib/input/src/styles/rtl.cssr.d.ts +2 -0
  3441. package/lib/input/src/styles/rtl.cssr.js +21 -0
  3442. package/lib/input/src/utils.d.ts +8 -0
  3443. package/lib/input/src/utils.js +72 -0
  3444. package/lib/input/styles/_common.d.ts +8 -0
  3445. package/lib/input/styles/_common.js +9 -0
  3446. package/lib/input/styles/dark.d.ts +3 -0
  3447. package/lib/input/styles/dark.js +31 -0
  3448. package/lib/input/styles/index.d.ts +4 -0
  3449. package/lib/input/styles/index.js +12 -0
  3450. package/lib/input/styles/light.d.ts +67 -0
  3451. package/lib/input/styles/light.js +31 -0
  3452. package/lib/input/styles/rtl.d.ts +2 -0
  3453. package/lib/input/styles/rtl.js +11 -0
  3454. package/lib/input-number/index.d.ts +3 -0
  3455. package/lib/input-number/index.js +9 -0
  3456. package/lib/input-number/src/InputNumber.d.ts +3151 -0
  3457. package/lib/input-number/src/InputNumber.js +586 -0
  3458. package/lib/input-number/src/interface.d.ts +7 -0
  3459. package/lib/input-number/src/interface.js +2 -0
  3460. package/lib/input-number/src/styles/input-number.cssr.d.ts +2 -0
  3461. package/lib/input-number/src/styles/input-number.cssr.js +13 -0
  3462. package/lib/input-number/src/styles/rtl.cssr.d.ts +2 -0
  3463. package/lib/input-number/src/styles/rtl.cssr.js +9 -0
  3464. package/lib/input-number/src/utils.d.ts +5 -0
  3465. package/lib/input-number/src/utils.js +55 -0
  3466. package/lib/input-number/styles/dark.d.ts +3 -0
  3467. package/lib/input-number/styles/dark.js +20 -0
  3468. package/lib/input-number/styles/index.d.ts +4 -0
  3469. package/lib/input-number/styles/index.js +12 -0
  3470. package/lib/input-number/styles/light.d.ts +283 -0
  3471. package/lib/input-number/styles/light.js +22 -0
  3472. package/lib/input-number/styles/rtl.d.ts +2 -0
  3473. package/lib/input-number/styles/rtl.js +14 -0
  3474. package/lib/jest-setup.d.ts +1 -0
  3475. package/lib/jest-setup.js +7 -0
  3476. package/lib/layout/index.d.ts +10 -0
  3477. package/lib/layout/index.js +21 -0
  3478. package/lib/layout/src/Layout.d.ts +881 -0
  3479. package/lib/layout/src/Layout.js +124 -0
  3480. package/lib/layout/src/LayoutContent.d.ts +417 -0
  3481. package/lib/layout/src/LayoutContent.js +4 -0
  3482. package/lib/layout/src/LayoutFooter.d.ts +305 -0
  3483. package/lib/layout/src/LayoutFooter.js +58 -0
  3484. package/lib/layout/src/LayoutHeader.d.ts +224 -0
  3485. package/lib/layout/src/LayoutHeader.js +65 -0
  3486. package/lib/layout/src/LayoutSider.d.ts +544 -0
  3487. package/lib/layout/src/LayoutSider.js +250 -0
  3488. package/lib/layout/src/ToggleBar.d.ts +15 -0
  3489. package/lib/layout/src/ToggleBar.js +18 -0
  3490. package/lib/layout/src/ToggleButton.d.ts +15 -0
  3491. package/lib/layout/src/ToggleButton.js +22 -0
  3492. package/lib/layout/src/interface.d.ts +13 -0
  3493. package/lib/layout/src/interface.js +9 -0
  3494. package/lib/layout/src/styles/layout-footer.cssr.d.ts +2 -0
  3495. package/lib/layout/src/styles/layout-footer.cssr.js +28 -0
  3496. package/lib/layout/src/styles/layout-header.cssr.d.ts +2 -0
  3497. package/lib/layout/src/styles/layout-header.cssr.js +29 -0
  3498. package/lib/layout/src/styles/layout-sider.cssr.d.ts +2 -0
  3499. package/lib/layout/src/styles/layout-sider.cssr.js +145 -0
  3500. package/lib/layout/src/styles/layout.cssr.d.ts +2 -0
  3501. package/lib/layout/src/styles/layout.cssr.js +33 -0
  3502. package/lib/layout/styles/dark.d.ts +3 -0
  3503. package/lib/layout/styles/dark.js +41 -0
  3504. package/lib/layout/styles/index.d.ts +3 -0
  3505. package/lib/layout/styles/index.js +10 -0
  3506. package/lib/layout/styles/light.d.ts +59 -0
  3507. package/lib/layout/styles/light.js +46 -0
  3508. package/lib/legacy-grid/index.d.ts +4 -0
  3509. package/lib/legacy-grid/index.js +12 -0
  3510. package/lib/legacy-grid/src/Col.d.ts +69 -0
  3511. package/lib/legacy-grid/src/Col.js +56 -0
  3512. package/lib/legacy-grid/src/Row.d.ts +42 -0
  3513. package/lib/legacy-grid/src/Row.js +69 -0
  3514. package/lib/legacy-grid/src/interface.d.ts +1 -0
  3515. package/lib/legacy-grid/src/interface.js +2 -0
  3516. package/lib/legacy-grid/src/styles/index.cssr.d.ts +2 -0
  3517. package/lib/legacy-grid/src/styles/index.cssr.js +37 -0
  3518. package/lib/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
  3519. package/lib/legacy-grid/src/styles/rtl.cssr.js +26 -0
  3520. package/lib/legacy-grid/styles/dark.d.ts +4 -0
  3521. package/lib/legacy-grid/styles/dark.js +8 -0
  3522. package/lib/legacy-grid/styles/index.d.ts +4 -0
  3523. package/lib/legacy-grid/styles/index.js +12 -0
  3524. package/lib/legacy-grid/styles/light.d.ts +4 -0
  3525. package/lib/legacy-grid/styles/light.js +8 -0
  3526. package/lib/legacy-grid/styles/rtl.d.ts +2 -0
  3527. package/lib/legacy-grid/styles/rtl.js +11 -0
  3528. package/lib/legacy-transfer/index.d.ts +3 -0
  3529. package/lib/legacy-transfer/index.js +9 -0
  3530. package/lib/legacy-transfer/src/Transfer.d.ts +3796 -0
  3531. package/lib/legacy-transfer/src/Transfer.js +220 -0
  3532. package/lib/legacy-transfer/src/TransferFilter.d.ts +540 -0
  3533. package/lib/legacy-transfer/src/TransferFilter.js +42 -0
  3534. package/lib/legacy-transfer/src/TransferHeader.d.ts +25 -0
  3535. package/lib/legacy-transfer/src/TransferHeader.js +49 -0
  3536. package/lib/legacy-transfer/src/TransferList.d.ts +587 -0
  3537. package/lib/legacy-transfer/src/TransferList.js +98 -0
  3538. package/lib/legacy-transfer/src/TransferListItem.d.ts +544 -0
  3539. package/lib/legacy-transfer/src/TransferListItem.js +67 -0
  3540. package/lib/legacy-transfer/src/interface.d.ts +31 -0
  3541. package/lib/legacy-transfer/src/interface.js +5 -0
  3542. package/lib/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
  3543. package/lib/legacy-transfer/src/styles/index.cssr.js +220 -0
  3544. package/lib/legacy-transfer/src/use-transfer-data.d.ts +41 -0
  3545. package/lib/legacy-transfer/src/use-transfer-data.js +149 -0
  3546. package/lib/legacy-transfer/styles/_common.d.ts +5 -0
  3547. package/lib/legacy-transfer/styles/_common.js +6 -0
  3548. package/lib/legacy-transfer/styles/dark.d.ts +3 -0
  3549. package/lib/legacy-transfer/styles/dark.js +32 -0
  3550. package/lib/legacy-transfer/styles/index.d.ts +3 -0
  3551. package/lib/legacy-transfer/styles/index.js +10 -0
  3552. package/lib/legacy-transfer/styles/light.d.ts +378 -0
  3553. package/lib/legacy-transfer/styles/light.js +36 -0
  3554. package/lib/list/index.d.ts +3 -0
  3555. package/lib/list/index.js +11 -0
  3556. package/lib/list/src/List.d.ts +199 -0
  3557. package/lib/list/src/List.js +77 -0
  3558. package/lib/list/src/ListItem.d.ts +5 -0
  3559. package/lib/list/src/ListItem.js +26 -0
  3560. package/lib/list/src/styles/index.cssr.d.ts +2 -0
  3561. package/lib/list/src/styles/index.cssr.js +93 -0
  3562. package/lib/list/src/styles/rtl.cssr.d.ts +2 -0
  3563. package/lib/list/src/styles/rtl.cssr.js +16 -0
  3564. package/lib/list/styles/dark.d.ts +3 -0
  3565. package/lib/list/styles/dark.js +10 -0
  3566. package/lib/list/styles/index.d.ts +4 -0
  3567. package/lib/list/styles/index.js +12 -0
  3568. package/lib/list/styles/light.d.ts +20 -0
  3569. package/lib/list/styles/light.js +29 -0
  3570. package/lib/list/styles/rtl.d.ts +2 -0
  3571. package/lib/list/styles/rtl.js +11 -0
  3572. package/lib/loading-bar/index.d.ts +3 -0
  3573. package/lib/loading-bar/index.js +11 -0
  3574. package/lib/loading-bar/src/LoadingBar.d.ts +28 -0
  3575. package/lib/loading-bar/src/LoadingBar.js +181 -0
  3576. package/lib/loading-bar/src/LoadingBarProvider.d.ts +103 -0
  3577. package/lib/loading-bar/src/LoadingBarProvider.js +79 -0
  3578. package/lib/loading-bar/src/context.d.ts +7 -0
  3579. package/lib/loading-bar/src/context.js +6 -0
  3580. package/lib/loading-bar/src/styles/index.cssr.d.ts +2 -0
  3581. package/lib/loading-bar/src/styles/index.cssr.js +40 -0
  3582. package/lib/loading-bar/src/use-loading-bar.d.ts +2 -0
  3583. package/lib/loading-bar/src/use-loading-bar.js +14 -0
  3584. package/lib/loading-bar/styles/dark.d.ts +3 -0
  3585. package/lib/loading-bar/styles/dark.js +16 -0
  3586. package/lib/loading-bar/styles/index.d.ts +3 -0
  3587. package/lib/loading-bar/styles/index.js +10 -0
  3588. package/lib/loading-bar/styles/light.d.ts +11 -0
  3589. package/lib/loading-bar/styles/light.js +17 -0
  3590. package/lib/locales/common/arDZ.d.ts +3 -0
  3591. package/lib/locales/common/arDZ.js +123 -0
  3592. package/lib/locales/common/deDE.d.ts +3 -0
  3593. package/lib/locales/common/deDE.js +123 -0
  3594. package/lib/locales/common/enGB.d.ts +3 -0
  3595. package/lib/locales/common/enGB.js +124 -0
  3596. package/lib/locales/common/enUS.d.ts +122 -0
  3597. package/lib/locales/common/enUS.js +124 -0
  3598. package/lib/locales/common/eo.d.ts +3 -0
  3599. package/lib/locales/common/eo.js +125 -0
  3600. package/lib/locales/common/esAR.d.ts +3 -0
  3601. package/lib/locales/common/esAR.js +127 -0
  3602. package/lib/locales/common/faIR.d.ts +3 -0
  3603. package/lib/locales/common/faIR.js +123 -0
  3604. package/lib/locales/common/frFR.d.ts +3 -0
  3605. package/lib/locales/common/frFR.js +123 -0
  3606. package/lib/locales/common/idID.d.ts +3 -0
  3607. package/lib/locales/common/idID.js +127 -0
  3608. package/lib/locales/common/itIT.d.ts +3 -0
  3609. package/lib/locales/common/itIT.js +126 -0
  3610. package/lib/locales/common/jaJP.d.ts +3 -0
  3611. package/lib/locales/common/jaJP.js +126 -0
  3612. package/lib/locales/common/koKR.d.ts +3 -0
  3613. package/lib/locales/common/koKR.js +126 -0
  3614. package/lib/locales/common/nbNO.d.ts +3 -0
  3615. package/lib/locales/common/nbNO.js +127 -0
  3616. package/lib/locales/common/nlNL.d.ts +3 -0
  3617. package/lib/locales/common/nlNL.js +125 -0
  3618. package/lib/locales/common/plPL.d.ts +3 -0
  3619. package/lib/locales/common/plPL.js +126 -0
  3620. package/lib/locales/common/ptBR.d.ts +3 -0
  3621. package/lib/locales/common/ptBR.js +123 -0
  3622. package/lib/locales/common/ruRU.d.ts +3 -0
  3623. package/lib/locales/common/ruRU.js +128 -0
  3624. package/lib/locales/common/skSK.d.ts +3 -0
  3625. package/lib/locales/common/skSK.js +127 -0
  3626. package/lib/locales/common/svSE.d.ts +3 -0
  3627. package/lib/locales/common/svSE.js +123 -0
  3628. package/lib/locales/common/thTH.d.ts +3 -0
  3629. package/lib/locales/common/thTH.js +127 -0
  3630. package/lib/locales/common/trTR.d.ts +3 -0
  3631. package/lib/locales/common/trTR.js +124 -0
  3632. package/lib/locales/common/ukUA.d.ts +3 -0
  3633. package/lib/locales/common/ukUA.js +124 -0
  3634. package/lib/locales/common/viVN.d.ts +3 -0
  3635. package/lib/locales/common/viVN.js +123 -0
  3636. package/lib/locales/common/zhCN.d.ts +3 -0
  3637. package/lib/locales/common/zhCN.js +123 -0
  3638. package/lib/locales/common/zhTW.d.ts +3 -0
  3639. package/lib/locales/common/zhTW.js +123 -0
  3640. package/lib/locales/date/arDZ.d.ts +3 -0
  3641. package/lib/locales/date/arDZ.js +11 -0
  3642. package/lib/locales/date/deDE.d.ts +3 -0
  3643. package/lib/locales/date/deDE.js +11 -0
  3644. package/lib/locales/date/enGB.d.ts +3 -0
  3645. package/lib/locales/date/enGB.js +11 -0
  3646. package/lib/locales/date/enUS.d.ts +8 -0
  3647. package/lib/locales/date/enUS.js +11 -0
  3648. package/lib/locales/date/eo.d.ts +3 -0
  3649. package/lib/locales/date/eo.js +11 -0
  3650. package/lib/locales/date/esAR.d.ts +3 -0
  3651. package/lib/locales/date/esAR.js +11 -0
  3652. package/lib/locales/date/faIR.d.ts +3 -0
  3653. package/lib/locales/date/faIR.js +11 -0
  3654. package/lib/locales/date/frFR.d.ts +3 -0
  3655. package/lib/locales/date/frFR.js +11 -0
  3656. package/lib/locales/date/idID.d.ts +3 -0
  3657. package/lib/locales/date/idID.js +11 -0
  3658. package/lib/locales/date/itIT.d.ts +3 -0
  3659. package/lib/locales/date/itIT.js +11 -0
  3660. package/lib/locales/date/jaJP.d.ts +3 -0
  3661. package/lib/locales/date/jaJP.js +11 -0
  3662. package/lib/locales/date/koKR.d.ts +3 -0
  3663. package/lib/locales/date/koKR.js +11 -0
  3664. package/lib/locales/date/nbNO.d.ts +3 -0
  3665. package/lib/locales/date/nbNO.js +11 -0
  3666. package/lib/locales/date/nlNL.d.ts +3 -0
  3667. package/lib/locales/date/nlNL.js +11 -0
  3668. package/lib/locales/date/plPL.d.ts +3 -0
  3669. package/lib/locales/date/plPL.js +11 -0
  3670. package/lib/locales/date/ptBR.d.ts +3 -0
  3671. package/lib/locales/date/ptBR.js +11 -0
  3672. package/lib/locales/date/ruRU.d.ts +3 -0
  3673. package/lib/locales/date/ruRU.js +11 -0
  3674. package/lib/locales/date/skSK.d.ts +3 -0
  3675. package/lib/locales/date/skSK.js +11 -0
  3676. package/lib/locales/date/svSE.d.ts +3 -0
  3677. package/lib/locales/date/svSE.js +11 -0
  3678. package/lib/locales/date/thTH.d.ts +3 -0
  3679. package/lib/locales/date/thTH.js +11 -0
  3680. package/lib/locales/date/trTR.d.ts +3 -0
  3681. package/lib/locales/date/trTR.js +11 -0
  3682. package/lib/locales/date/ukUA.d.ts +3 -0
  3683. package/lib/locales/date/ukUA.js +11 -0
  3684. package/lib/locales/date/viVN.d.ts +3 -0
  3685. package/lib/locales/date/viVN.js +11 -0
  3686. package/lib/locales/date/zhCN.d.ts +3 -0
  3687. package/lib/locales/date/zhCN.js +11 -0
  3688. package/lib/locales/date/zhTW.d.ts +3 -0
  3689. package/lib/locales/date/zhTW.js +11 -0
  3690. package/lib/locales/index.d.ts +54 -0
  3691. package/lib/locales/index.js +109 -0
  3692. package/lib/locales/utils/index.d.ts +8 -0
  3693. package/lib/locales/utils/index.js +8 -0
  3694. package/lib/log/index.d.ts +2 -0
  3695. package/lib/log/index.js +9 -0
  3696. package/lib/log/src/Log.d.ts +574 -0
  3697. package/lib/log/src/Log.js +201 -0
  3698. package/lib/log/src/LogLine.d.ts +18 -0
  3699. package/lib/log/src/LogLine.js +54 -0
  3700. package/lib/log/src/LogLoader.d.ts +16 -0
  3701. package/lib/log/src/LogLoader.js +25 -0
  3702. package/lib/log/src/context.d.ts +2 -0
  3703. package/lib/log/src/context.js +5 -0
  3704. package/lib/log/src/styles/index.cssr.d.ts +2 -0
  3705. package/lib/log/src/styles/index.cssr.js +58 -0
  3706. package/lib/log/styles/dark.d.ts +3 -0
  3707. package/lib/log/styles/dark.js +24 -0
  3708. package/lib/log/styles/index.d.ts +3 -0
  3709. package/lib/log/styles/index.js +10 -0
  3710. package/lib/log/styles/light.d.ts +38 -0
  3711. package/lib/log/styles/light.js +26 -0
  3712. package/lib/mention/index.d.ts +3 -0
  3713. package/lib/mention/index.js +9 -0
  3714. package/lib/mention/src/Mention.d.ts +1585 -0
  3715. package/lib/mention/src/Mention.js +367 -0
  3716. package/lib/mention/src/interface.d.ts +6 -0
  3717. package/lib/mention/src/interface.js +2 -0
  3718. package/lib/mention/src/styles/index.cssr.d.ts +2 -0
  3719. package/lib/mention/src/styles/index.cssr.js +13 -0
  3720. package/lib/mention/src/utils.d.ts +65 -0
  3721. package/lib/mention/src/utils.js +210 -0
  3722. package/lib/mention/styles/dark.d.ts +3 -0
  3723. package/lib/mention/styles/dark.js +20 -0
  3724. package/lib/mention/styles/index.d.ts +3 -0
  3725. package/lib/mention/styles/index.js +10 -0
  3726. package/lib/mention/styles/light.d.ts +126 -0
  3727. package/lib/mention/styles/light.js +22 -0
  3728. package/lib/menu/index.d.ts +3 -0
  3729. package/lib/menu/index.js +9 -0
  3730. package/lib/menu/src/Menu.d.ts +2312 -0
  3731. package/lib/menu/src/Menu.js +386 -0
  3732. package/lib/menu/src/MenuDivider.d.ts +2 -0
  3733. package/lib/menu/src/MenuDivider.js +13 -0
  3734. package/lib/menu/src/MenuOption.d.ts +427 -0
  3735. package/lib/menu/src/MenuOption.js +75 -0
  3736. package/lib/menu/src/MenuOptionContent.d.ts +86 -0
  3737. package/lib/menu/src/MenuOptionContent.js +89 -0
  3738. package/lib/menu/src/MenuOptionGroup.d.ts +70 -0
  3739. package/lib/menu/src/MenuOptionGroup.js +46 -0
  3740. package/lib/menu/src/Submenu.d.ts +469 -0
  3741. package/lib/menu/src/Submenu.js +129 -0
  3742. package/lib/menu/src/context.d.ts +4 -0
  3743. package/lib/menu/src/context.js +7 -0
  3744. package/lib/menu/src/interface.d.ts +58 -0
  3745. package/lib/menu/src/interface.js +2 -0
  3746. package/lib/menu/src/styles/index.cssr.d.ts +3 -0
  3747. package/lib/menu/src/styles/index.cssr.js +233 -0
  3748. package/lib/menu/src/use-menu-child-props.d.ts +17 -0
  3749. package/lib/menu/src/use-menu-child-props.js +17 -0
  3750. package/lib/menu/src/use-menu-child.d.ts +38 -0
  3751. package/lib/menu/src/use-menu-child.js +84 -0
  3752. package/lib/menu/src/useCheckDeprecated.d.ts +2 -0
  3753. package/lib/menu/src/useCheckDeprecated.js +28 -0
  3754. package/lib/menu/src/utils.d.ts +7 -0
  3755. package/lib/menu/src/utils.js +60 -0
  3756. package/lib/menu/styles/dark.d.ts +3 -0
  3757. package/lib/menu/styles/dark.js +29 -0
  3758. package/lib/menu/styles/index.d.ts +3 -0
  3759. package/lib/menu/styles/index.js +10 -0
  3760. package/lib/menu/styles/light.d.ts +308 -0
  3761. package/lib/menu/styles/light.js +65 -0
  3762. package/lib/message/index.d.ts +4 -0
  3763. package/lib/message/index.js +11 -0
  3764. package/lib/message/src/Message.d.ts +79 -0
  3765. package/lib/message/src/Message.js +117 -0
  3766. package/lib/message/src/MessageEnvironment.d.ts +75 -0
  3767. package/lib/message/src/MessageEnvironment.js +96 -0
  3768. package/lib/message/src/MessageProvider.d.ts +727 -0
  3769. package/lib/message/src/MessageProvider.js +106 -0
  3770. package/lib/message/src/context.d.ts +7 -0
  3771. package/lib/message/src/context.js +6 -0
  3772. package/lib/message/src/message-props.d.ts +22 -0
  3773. package/lib/message/src/message-props.js +20 -0
  3774. package/lib/message/src/styles/index.cssr.d.ts +2 -0
  3775. package/lib/message/src/styles/index.cssr.js +138 -0
  3776. package/lib/message/src/styles/rtl.cssr.d.ts +2 -0
  3777. package/lib/message/src/styles/rtl.cssr.js +13 -0
  3778. package/lib/message/src/types.d.ts +17 -0
  3779. package/lib/message/src/types.js +2 -0
  3780. package/lib/message/src/use-message.d.ts +2 -0
  3781. package/lib/message/src/use-message.js +14 -0
  3782. package/lib/message/styles/_common.d.ts +13 -0
  3783. package/lib/message/styles/_common.js +14 -0
  3784. package/lib/message/styles/dark.d.ts +3 -0
  3785. package/lib/message/styles/dark.js +10 -0
  3786. package/lib/message/styles/index.d.ts +4 -0
  3787. package/lib/message/styles/index.js +12 -0
  3788. package/lib/message/styles/light.d.ts +76 -0
  3789. package/lib/message/styles/light.js +24 -0
  3790. package/lib/message/styles/rtl.d.ts +2 -0
  3791. package/lib/message/styles/rtl.js +11 -0
  3792. package/lib/modal/index.d.ts +2 -0
  3793. package/lib/modal/index.js +9 -0
  3794. package/lib/modal/src/BodyWrapper.d.ts +856 -0
  3795. package/lib/modal/src/BodyWrapper.js +215 -0
  3796. package/lib/modal/src/Modal.d.ts +2963 -0
  3797. package/lib/modal/src/Modal.js +251 -0
  3798. package/lib/modal/src/interface.d.ts +17 -0
  3799. package/lib/modal/src/interface.js +6 -0
  3800. package/lib/modal/src/presetProps.d.ts +49 -0
  3801. package/lib/modal/src/presetProps.js +10 -0
  3802. package/lib/modal/src/styles/index.cssr.d.ts +2 -0
  3803. package/lib/modal/src/styles/index.cssr.js +53 -0
  3804. package/lib/modal/styles/dark.d.ts +3 -0
  3805. package/lib/modal/styles/dark.js +18 -0
  3806. package/lib/modal/styles/index.d.ts +3 -0
  3807. package/lib/modal/styles/index.js +10 -0
  3808. package/lib/modal/styles/light.d.ts +300 -0
  3809. package/lib/modal/styles/light.js +28 -0
  3810. package/lib/notification/index.d.ts +4 -0
  3811. package/lib/notification/index.js +11 -0
  3812. package/lib/notification/src/Notification.d.ts +114 -0
  3813. package/lib/notification/src/Notification.js +130 -0
  3814. package/lib/notification/src/NotificationContainer.d.ts +192 -0
  3815. package/lib/notification/src/NotificationContainer.js +47 -0
  3816. package/lib/notification/src/NotificationEnvironment.d.ts +119 -0
  3817. package/lib/notification/src/NotificationEnvironment.js +146 -0
  3818. package/lib/notification/src/NotificationProvider.d.ts +446 -0
  3819. package/lib/notification/src/NotificationProvider.js +133 -0
  3820. package/lib/notification/src/context.d.ts +2 -0
  3821. package/lib/notification/src/context.js +5 -0
  3822. package/lib/notification/src/styles/index.cssr.d.ts +3 -0
  3823. package/lib/notification/src/styles/index.cssr.js +233 -0
  3824. package/lib/notification/src/styles/rtl.cssr.d.ts +2 -0
  3825. package/lib/notification/src/styles/rtl.cssr.js +27 -0
  3826. package/lib/notification/src/use-notification.d.ts +2 -0
  3827. package/lib/notification/src/use-notification.js +14 -0
  3828. package/lib/notification/styles/_common.d.ts +11 -0
  3829. package/lib/notification/styles/_common.js +12 -0
  3830. package/lib/notification/styles/dark.d.ts +3 -0
  3831. package/lib/notification/styles/dark.js +14 -0
  3832. package/lib/notification/styles/index.d.ts +4 -0
  3833. package/lib/notification/styles/index.js +12 -0
  3834. package/lib/notification/styles/light.d.ts +71 -0
  3835. package/lib/notification/styles/light.js +29 -0
  3836. package/lib/notification/styles/rtl.d.ts +2 -0
  3837. package/lib/notification/styles/rtl.js +11 -0
  3838. package/lib/number-animation/index.d.ts +3 -0
  3839. package/lib/number-animation/index.js +9 -0
  3840. package/lib/number-animation/src/NumberAnimation.d.ts +95 -0
  3841. package/lib/number-animation/src/NumberAnimation.js +102 -0
  3842. package/lib/number-animation/src/utils.d.ts +8 -0
  3843. package/lib/number-animation/src/utils.js +21 -0
  3844. package/lib/page-header/index.d.ts +2 -0
  3845. package/lib/page-header/index.js +9 -0
  3846. package/lib/page-header/src/PageHeader.d.ts +137 -0
  3847. package/lib/page-header/src/PageHeader.js +76 -0
  3848. package/lib/page-header/src/styles/index.cssr.d.ts +2 -0
  3849. package/lib/page-header/src/styles/index.cssr.js +54 -0
  3850. package/lib/page-header/src/styles/rtl.cssr.d.ts +2 -0
  3851. package/lib/page-header/src/styles/rtl.cssr.js +24 -0
  3852. package/lib/page-header/styles/_common.d.ts +5 -0
  3853. package/lib/page-header/styles/_common.js +6 -0
  3854. package/lib/page-header/styles/dark.d.ts +2 -0
  3855. package/lib/page-header/styles/dark.js +10 -0
  3856. package/lib/page-header/styles/index.d.ts +4 -0
  3857. package/lib/page-header/styles/index.js +12 -0
  3858. package/lib/page-header/styles/light.d.ts +25 -0
  3859. package/lib/page-header/styles/light.js +19 -0
  3860. package/lib/page-header/styles/rtl.d.ts +5 -0
  3861. package/lib/page-header/styles/rtl.js +10 -0
  3862. package/lib/pagination/index.d.ts +3 -0
  3863. package/lib/pagination/index.js +9 -0
  3864. package/lib/pagination/src/Pagination.d.ts +3948 -0
  3865. package/lib/pagination/src/Pagination.js +592 -0
  3866. package/lib/pagination/src/interface.d.ts +26 -0
  3867. package/lib/pagination/src/interface.js +2 -0
  3868. package/lib/pagination/src/styles/index.cssr.d.ts +2 -0
  3869. package/lib/pagination/src/styles/index.cssr.js +161 -0
  3870. package/lib/pagination/src/styles/rtl.cssr.d.ts +2 -0
  3871. package/lib/pagination/src/styles/rtl.cssr.js +13 -0
  3872. package/lib/pagination/src/utils.d.ts +23 -0
  3873. package/lib/pagination/src/utils.js +148 -0
  3874. package/lib/pagination/styles/_common.d.ts +36 -0
  3875. package/lib/pagination/styles/_common.js +37 -0
  3876. package/lib/pagination/styles/dark.d.ts +3 -0
  3877. package/lib/pagination/styles/dark.js +28 -0
  3878. package/lib/pagination/styles/index.d.ts +4 -0
  3879. package/lib/pagination/styles/index.js +12 -0
  3880. package/lib/pagination/styles/light.d.ts +411 -0
  3881. package/lib/pagination/styles/light.js +32 -0
  3882. package/lib/pagination/styles/rtl.d.ts +2 -0
  3883. package/lib/pagination/styles/rtl.js +13 -0
  3884. package/lib/popconfirm/index.d.ts +3 -0
  3885. package/lib/popconfirm/index.js +9 -0
  3886. package/lib/popconfirm/src/Popconfirm.d.ts +2776 -0
  3887. package/lib/popconfirm/src/Popconfirm.js +118 -0
  3888. package/lib/popconfirm/src/PopconfirmPanel.d.ts +73 -0
  3889. package/lib/popconfirm/src/PopconfirmPanel.js +78 -0
  3890. package/lib/popconfirm/src/interface.d.ts +12 -0
  3891. package/lib/popconfirm/src/interface.js +5 -0
  3892. package/lib/popconfirm/src/styles/index.cssr.d.ts +2 -0
  3893. package/lib/popconfirm/src/styles/index.cssr.js +27 -0
  3894. package/lib/popconfirm/styles/_common.d.ts +4 -0
  3895. package/lib/popconfirm/styles/_common.js +5 -0
  3896. package/lib/popconfirm/styles/dark.d.ts +3 -0
  3897. package/lib/popconfirm/styles/dark.js +16 -0
  3898. package/lib/popconfirm/styles/index.d.ts +3 -0
  3899. package/lib/popconfirm/styles/index.js +10 -0
  3900. package/lib/popconfirm/styles/light.d.ts +240 -0
  3901. package/lib/popconfirm/styles/light.js +26 -0
  3902. package/lib/popover/index.d.ts +4 -0
  3903. package/lib/popover/index.js +9 -0
  3904. package/lib/popover/src/Popover.d.ts +548 -0
  3905. package/lib/popover/src/Popover.js +502 -0
  3906. package/lib/popover/src/PopoverBody.d.ts +257 -0
  3907. package/lib/popover/src/PopoverBody.js +278 -0
  3908. package/lib/popover/src/interface.d.ts +12 -0
  3909. package/lib/popover/src/interface.js +5 -0
  3910. package/lib/popover/src/styles/index.cssr.d.ts +3 -0
  3911. package/lib/popover/src/styles/index.cssr.js +171 -0
  3912. package/lib/popover/styles/_common.d.ts +9 -0
  3913. package/lib/popover/styles/_common.js +10 -0
  3914. package/lib/popover/styles/dark.d.ts +3 -0
  3915. package/lib/popover/styles/dark.js +10 -0
  3916. package/lib/popover/styles/index.d.ts +3 -0
  3917. package/lib/popover/styles/index.js +10 -0
  3918. package/lib/popover/styles/light.d.ts +20 -0
  3919. package/lib/popover/styles/light.js +20 -0
  3920. package/lib/popselect/index.d.ts +3 -0
  3921. package/lib/popselect/index.js +9 -0
  3922. package/lib/popselect/src/Popselect.d.ts +1226 -0
  3923. package/lib/popselect/src/Popselect.js +95 -0
  3924. package/lib/popselect/src/PopselectPanel.d.ts +337 -0
  3925. package/lib/popselect/src/PopselectPanel.js +169 -0
  3926. package/lib/popselect/src/interface.d.ts +14 -0
  3927. package/lib/popselect/src/interface.js +5 -0
  3928. package/lib/popselect/src/styles/index.cssr.d.ts +2 -0
  3929. package/lib/popselect/src/styles/index.cssr.js +10 -0
  3930. package/lib/popselect/styles/dark.d.ts +3 -0
  3931. package/lib/popselect/styles/dark.js +14 -0
  3932. package/lib/popselect/styles/index.d.ts +3 -0
  3933. package/lib/popselect/styles/index.js +10 -0
  3934. package/lib/popselect/styles/light.d.ts +80 -0
  3935. package/lib/popselect/styles/light.js +24 -0
  3936. package/lib/preset.d.ts +3 -0
  3937. package/lib/preset.js +36 -0
  3938. package/lib/progress/index.d.ts +2 -0
  3939. package/lib/progress/index.js +9 -0
  3940. package/lib/progress/src/Circle.d.ts +92 -0
  3941. package/lib/progress/src/Circle.js +113 -0
  3942. package/lib/progress/src/Line.d.ts +79 -0
  3943. package/lib/progress/src/Line.js +118 -0
  3944. package/lib/progress/src/MultipleCircle.d.ts +82 -0
  3945. package/lib/progress/src/MultipleCircle.js +88 -0
  3946. package/lib/progress/src/Progress.d.ts +394 -0
  3947. package/lib/progress/src/Progress.js +106 -0
  3948. package/lib/progress/src/interface.d.ts +1 -0
  3949. package/lib/progress/src/interface.js +2 -0
  3950. package/lib/progress/src/styles/index.cssr.d.ts +2 -0
  3951. package/lib/progress/src/styles/index.cssr.js +201 -0
  3952. package/lib/progress/styles/dark.d.ts +3 -0
  3953. package/lib/progress/styles/dark.js +16 -0
  3954. package/lib/progress/styles/index.d.ts +3 -0
  3955. package/lib/progress/styles/index.js +10 -0
  3956. package/lib/progress/styles/light.d.ts +29 -0
  3957. package/lib/progress/styles/light.js +37 -0
  3958. package/lib/radio/index.d.ts +6 -0
  3959. package/lib/radio/index.js +15 -0
  3960. package/lib/radio/src/Radio.d.ts +526 -0
  3961. package/lib/radio/src/Radio.js +98 -0
  3962. package/lib/radio/src/RadioButton.d.ts +81 -0
  3963. package/lib/radio/src/RadioButton.js +28 -0
  3964. package/lib/radio/src/RadioGroup.d.ts +473 -0
  3965. package/lib/radio/src/RadioGroup.js +174 -0
  3966. package/lib/radio/src/interface.d.ts +2 -0
  3967. package/lib/radio/src/interface.js +2 -0
  3968. package/lib/radio/src/styles/radio-group.cssr.d.ts +2 -0
  3969. package/lib/radio/src/styles/radio-group.cssr.js +108 -0
  3970. package/lib/radio/src/styles/radio.cssr.d.ts +2 -0
  3971. package/lib/radio/src/styles/radio.cssr.js +149 -0
  3972. package/lib/radio/src/styles/rtl.cssr.d.ts +2 -0
  3973. package/lib/radio/src/styles/rtl.cssr.js +25 -0
  3974. package/lib/radio/src/use-radio.d.ts +53 -0
  3975. package/lib/radio/src/use-radio.js +139 -0
  3976. package/lib/radio/styles/_common.d.ts +8 -0
  3977. package/lib/radio/styles/_common.js +9 -0
  3978. package/lib/radio/styles/dark.d.ts +3 -0
  3979. package/lib/radio/styles/dark.js +19 -0
  3980. package/lib/radio/styles/index.d.ts +4 -0
  3981. package/lib/radio/styles/index.js +12 -0
  3982. package/lib/radio/styles/light.d.ts +50 -0
  3983. package/lib/radio/styles/light.js +20 -0
  3984. package/lib/radio/styles/rtl.d.ts +2 -0
  3985. package/lib/radio/styles/rtl.js +11 -0
  3986. package/lib/rate/index.d.ts +2 -0
  3987. package/lib/rate/index.js +9 -0
  3988. package/lib/rate/src/Rate.d.ts +156 -0
  3989. package/lib/rate/src/Rate.js +174 -0
  3990. package/lib/rate/src/StarIcon.d.ts +2 -0
  3991. package/lib/rate/src/StarIcon.js +5 -0
  3992. package/lib/rate/src/interface.d.ts +2 -0
  3993. package/lib/rate/src/interface.js +2 -0
  3994. package/lib/rate/src/styles/index.cssr.d.ts +2 -0
  3995. package/lib/rate/src/styles/index.cssr.js +49 -0
  3996. package/lib/rate/styles/dark.d.ts +3 -0
  3997. package/lib/rate/styles/dark.js +19 -0
  3998. package/lib/rate/styles/index.d.ts +3 -0
  3999. package/lib/rate/styles/index.js +10 -0
  4000. package/lib/rate/styles/light.d.ts +13 -0
  4001. package/lib/rate/styles/light.js +19 -0
  4002. package/lib/result/index.d.ts +2 -0
  4003. package/lib/result/index.js +9 -0
  4004. package/lib/result/src/403.d.ts +2 -0
  4005. package/lib/result/src/403.js +6 -0
  4006. package/lib/result/src/404.d.ts +2 -0
  4007. package/lib/result/src/404.js +10 -0
  4008. package/lib/result/src/418.d.ts +2 -0
  4009. package/lib/result/src/418.js +10 -0
  4010. package/lib/result/src/500.d.ts +2 -0
  4011. package/lib/result/src/500.js +7 -0
  4012. package/lib/result/src/Result.d.ts +291 -0
  4013. package/lib/result/src/Result.js +88 -0
  4014. package/lib/result/src/styles/index.cssr.d.ts +2 -0
  4015. package/lib/result/src/styles/index.cssr.js +48 -0
  4016. package/lib/result/styles/_common.d.ts +19 -0
  4017. package/lib/result/styles/_common.js +20 -0
  4018. package/lib/result/styles/dark.d.ts +3 -0
  4019. package/lib/result/styles/dark.js +10 -0
  4020. package/lib/result/styles/index.d.ts +3 -0
  4021. package/lib/result/styles/index.js +10 -0
  4022. package/lib/result/styles/light.d.ts +32 -0
  4023. package/lib/result/styles/light.js +19 -0
  4024. package/lib/scrollbar/index.d.ts +2 -0
  4025. package/lib/scrollbar/index.js +9 -0
  4026. package/lib/scrollbar/src/Scrollbar.d.ts +87 -0
  4027. package/lib/scrollbar/src/Scrollbar.js +29 -0
  4028. package/lib/select/index.d.ts +5 -0
  4029. package/lib/select/index.js +9 -0
  4030. package/lib/select/src/Select.d.ts +1917 -0
  4031. package/lib/select/src/Select.js +718 -0
  4032. package/lib/select/src/interface.d.ts +53 -0
  4033. package/lib/select/src/interface.js +2 -0
  4034. package/lib/select/src/styles/index.cssr.d.ts +2 -0
  4035. package/lib/select/src/styles/index.cssr.js +19 -0
  4036. package/lib/select/src/utils.d.ts +8 -0
  4037. package/lib/select/src/utils.js +85 -0
  4038. package/lib/select/styles/dark.d.ts +3 -0
  4039. package/lib/select/styles/dark.js +16 -0
  4040. package/lib/select/styles/index.d.ts +3 -0
  4041. package/lib/select/styles/index.js +10 -0
  4042. package/lib/select/styles/light.d.ts +136 -0
  4043. package/lib/select/styles/light.js +24 -0
  4044. package/lib/skeleton/index.d.ts +2 -0
  4045. package/lib/skeleton/index.js +9 -0
  4046. package/lib/skeleton/src/Skeleton.d.ts +155 -0
  4047. package/lib/skeleton/src/Skeleton.js +85 -0
  4048. package/lib/skeleton/src/styles/index.cssr.d.ts +2 -0
  4049. package/lib/skeleton/src/styles/index.cssr.js +34 -0
  4050. package/lib/skeleton/styles/dark.d.ts +2 -0
  4051. package/lib/skeleton/styles/dark.js +19 -0
  4052. package/lib/skeleton/styles/index.d.ts +3 -0
  4053. package/lib/skeleton/styles/index.js +7 -0
  4054. package/lib/skeleton/styles/light.d.ts +14 -0
  4055. package/lib/skeleton/styles/light.js +20 -0
  4056. package/lib/slider/index.d.ts +2 -0
  4057. package/lib/slider/index.js +9 -0
  4058. package/lib/slider/src/Slider.d.ts +510 -0
  4059. package/lib/slider/src/Slider.js +588 -0
  4060. package/lib/slider/src/interface.d.ts +1 -0
  4061. package/lib/slider/src/interface.js +2 -0
  4062. package/lib/slider/src/styles/index.cssr.d.ts +2 -0
  4063. package/lib/slider/src/styles/index.cssr.js +206 -0
  4064. package/lib/slider/src/utils.d.ts +10 -0
  4065. package/lib/slider/src/utils.js +19 -0
  4066. package/lib/slider/styles/_common.d.ts +9 -0
  4067. package/lib/slider/styles/_common.js +10 -0
  4068. package/lib/slider/styles/dark.d.ts +3 -0
  4069. package/lib/slider/styles/dark.js +17 -0
  4070. package/lib/slider/styles/index.d.ts +3 -0
  4071. package/lib/slider/styles/index.js +10 -0
  4072. package/lib/slider/styles/light.d.ts +36 -0
  4073. package/lib/slider/styles/light.js +19 -0
  4074. package/lib/space/index.d.ts +2 -0
  4075. package/lib/space/index.js +9 -0
  4076. package/lib/space/src/Space.d.ts +144 -0
  4077. package/lib/space/src/Space.js +136 -0
  4078. package/lib/space/src/styles/rtl.cssr.d.ts +2 -0
  4079. package/lib/space/src/styles/rtl.cssr.js +9 -0
  4080. package/lib/space/src/utils.d.ts +1 -0
  4081. package/lib/space/src/utils.js +26 -0
  4082. package/lib/space/styles/_common.d.ts +6 -0
  4083. package/lib/space/styles/_common.js +7 -0
  4084. package/lib/space/styles/dark.d.ts +3 -0
  4085. package/lib/space/styles/dark.js +13 -0
  4086. package/lib/space/styles/index.d.ts +4 -0
  4087. package/lib/space/styles/index.js +12 -0
  4088. package/lib/space/styles/light.d.ts +10 -0
  4089. package/lib/space/styles/light.js +14 -0
  4090. package/lib/space/styles/rtl.d.ts +2 -0
  4091. package/lib/space/styles/rtl.js +11 -0
  4092. package/lib/spin/index.d.ts +2 -0
  4093. package/lib/spin/index.js +9 -0
  4094. package/lib/spin/src/Spin.d.ts +202 -0
  4095. package/lib/spin/src/Spin.js +139 -0
  4096. package/lib/spin/src/styles/index.cssr.d.ts +2 -0
  4097. package/lib/spin/src/styles/index.cssr.js +57 -0
  4098. package/lib/spin/styles/dark.d.ts +3 -0
  4099. package/lib/spin/styles/dark.js +10 -0
  4100. package/lib/spin/styles/index.d.ts +3 -0
  4101. package/lib/spin/styles/index.js +10 -0
  4102. package/lib/spin/styles/light.d.ts +17 -0
  4103. package/lib/spin/styles/light.js +31 -0
  4104. package/lib/statistic/index.d.ts +2 -0
  4105. package/lib/statistic/index.js +9 -0
  4106. package/lib/statistic/src/Statistic.d.ts +125 -0
  4107. package/lib/statistic/src/Statistic.js +62 -0
  4108. package/lib/statistic/src/styles/index.cssr.d.ts +2 -0
  4109. package/lib/statistic/src/styles/index.cssr.js +43 -0
  4110. package/lib/statistic/src/styles/rtl.cssr.d.ts +2 -0
  4111. package/lib/statistic/src/styles/rtl.cssr.js +14 -0
  4112. package/lib/statistic/styles/dark.d.ts +3 -0
  4113. package/lib/statistic/styles/dark.js +10 -0
  4114. package/lib/statistic/styles/index.d.ts +4 -0
  4115. package/lib/statistic/styles/index.js +12 -0
  4116. package/lib/statistic/styles/light.d.ts +16 -0
  4117. package/lib/statistic/styles/light.js +24 -0
  4118. package/lib/statistic/styles/rtl.d.ts +2 -0
  4119. package/lib/statistic/styles/rtl.js +11 -0
  4120. package/lib/steps/index.d.ts +4 -0
  4121. package/lib/steps/index.js +12 -0
  4122. package/lib/steps/src/Step.d.ts +60 -0
  4123. package/lib/steps/src/Step.js +150 -0
  4124. package/lib/steps/src/Steps.d.ts +376 -0
  4125. package/lib/steps/src/Steps.js +58 -0
  4126. package/lib/steps/src/styles/index.cssr.d.ts +2 -0
  4127. package/lib/steps/src/styles/index.cssr.js +107 -0
  4128. package/lib/steps/src/styles/rtl.cssr.d.ts +2 -0
  4129. package/lib/steps/src/styles/rtl.cssr.js +19 -0
  4130. package/lib/steps/styles/_common.d.ts +11 -0
  4131. package/lib/steps/styles/_common.js +12 -0
  4132. package/lib/steps/styles/dark.d.ts +3 -0
  4133. package/lib/steps/styles/dark.js +10 -0
  4134. package/lib/steps/styles/index.d.ts +4 -0
  4135. package/lib/steps/styles/index.js +12 -0
  4136. package/lib/steps/styles/light.d.ts +41 -0
  4137. package/lib/steps/styles/light.js +19 -0
  4138. package/lib/steps/styles/rtl.d.ts +2 -0
  4139. package/lib/steps/styles/rtl.js +11 -0
  4140. package/lib/styles.d.ts +78 -0
  4141. package/lib/styles.js +183 -0
  4142. package/lib/switch/index.d.ts +2 -0
  4143. package/lib/switch/index.js +9 -0
  4144. package/lib/switch/src/Switch.d.ts +527 -0
  4145. package/lib/switch/src/Switch.js +258 -0
  4146. package/lib/switch/src/interface.d.ts +2 -0
  4147. package/lib/switch/src/interface.js +2 -0
  4148. package/lib/switch/src/styles/index.cssr.d.ts +2 -0
  4149. package/lib/switch/src/styles/index.cssr.js +138 -0
  4150. package/lib/switch/styles/_common.d.ts +18 -0
  4151. package/lib/switch/styles/_common.js +19 -0
  4152. package/lib/switch/styles/dark.d.ts +3 -0
  4153. package/lib/switch/styles/dark.js +18 -0
  4154. package/lib/switch/styles/index.d.ts +3 -0
  4155. package/lib/switch/styles/index.js +10 -0
  4156. package/lib/switch/styles/light.d.ts +44 -0
  4157. package/lib/switch/styles/light.js +19 -0
  4158. package/lib/table/index.d.ts +7 -0
  4159. package/lib/table/index.js +19 -0
  4160. package/lib/table/src/Table.d.ts +350 -0
  4161. package/lib/table/src/Table.js +90 -0
  4162. package/lib/table/src/Tbody.d.ts +2 -0
  4163. package/lib/table/src/Tbody.js +9 -0
  4164. package/lib/table/src/Td.d.ts +2 -0
  4165. package/lib/table/src/Td.js +9 -0
  4166. package/lib/table/src/Th.d.ts +2 -0
  4167. package/lib/table/src/Th.js +9 -0
  4168. package/lib/table/src/Thead.d.ts +2 -0
  4169. package/lib/table/src/Thead.js +9 -0
  4170. package/lib/table/src/Tr.d.ts +2 -0
  4171. package/lib/table/src/Tr.js +9 -0
  4172. package/lib/table/src/styles/index.cssr.d.ts +2 -0
  4173. package/lib/table/src/styles/index.cssr.js +101 -0
  4174. package/lib/table/src/styles/rtl.cssr.d.ts +2 -0
  4175. package/lib/table/src/styles/rtl.cssr.js +18 -0
  4176. package/lib/table/styles/_common.d.ts +9 -0
  4177. package/lib/table/styles/_common.js +10 -0
  4178. package/lib/table/styles/dark.d.ts +3 -0
  4179. package/lib/table/styles/dark.js +10 -0
  4180. package/lib/table/styles/index.d.ts +4 -0
  4181. package/lib/table/styles/index.js +12 -0
  4182. package/lib/table/styles/light.d.ts +34 -0
  4183. package/lib/table/styles/light.js +24 -0
  4184. package/lib/table/styles/rtl.d.ts +2 -0
  4185. package/lib/table/styles/rtl.js +11 -0
  4186. package/lib/tabs/index.d.ts +7 -0
  4187. package/lib/tabs/index.js +15 -0
  4188. package/lib/tabs/src/Tab.d.ts +80 -0
  4189. package/lib/tabs/src/Tab.js +92 -0
  4190. package/lib/tabs/src/TabPane.d.ts +80 -0
  4191. package/lib/tabs/src/TabPane.js +52 -0
  4192. package/lib/tabs/src/Tabs.d.ts +1060 -0
  4193. package/lib/tabs/src/Tabs.js +646 -0
  4194. package/lib/tabs/src/interface.d.ts +32 -0
  4195. package/lib/tabs/src/interface.js +5 -0
  4196. package/lib/tabs/src/styles/index.cssr.d.ts +2 -0
  4197. package/lib/tabs/src/styles/index.cssr.js +363 -0
  4198. package/lib/tabs/styles/_common.d.ts +59 -0
  4199. package/lib/tabs/styles/_common.js +60 -0
  4200. package/lib/tabs/styles/dark.d.ts +3 -0
  4201. package/lib/tabs/styles/dark.js +16 -0
  4202. package/lib/tabs/styles/index.d.ts +3 -0
  4203. package/lib/tabs/styles/index.js +10 -0
  4204. package/lib/tabs/styles/light.d.ts +97 -0
  4205. package/lib/tabs/styles/light.js +23 -0
  4206. package/lib/tag/index.d.ts +2 -0
  4207. package/lib/tag/index.js +9 -0
  4208. package/lib/tag/src/Tag.d.ts +1096 -0
  4209. package/lib/tag/src/Tag.js +164 -0
  4210. package/lib/tag/src/common-props.d.ts +27 -0
  4211. package/lib/tag/src/common-props.js +22 -0
  4212. package/lib/tag/src/styles/index.cssr.d.ts +2 -0
  4213. package/lib/tag/src/styles/index.cssr.js +113 -0
  4214. package/lib/tag/src/styles/rtl.cssr.d.ts +2 -0
  4215. package/lib/tag/src/styles/rtl.cssr.js +23 -0
  4216. package/lib/tag/styles/_common.d.ts +15 -0
  4217. package/lib/tag/styles/_common.js +16 -0
  4218. package/lib/tag/styles/dark.d.ts +3 -0
  4219. package/lib/tag/styles/dark.js +40 -0
  4220. package/lib/tag/styles/index.d.ts +4 -0
  4221. package/lib/tag/styles/index.js +12 -0
  4222. package/lib/tag/styles/light.d.ts +106 -0
  4223. package/lib/tag/styles/light.js +41 -0
  4224. package/lib/tag/styles/rtl.d.ts +2 -0
  4225. package/lib/tag/styles/rtl.js +11 -0
  4226. package/lib/theme-editor/index.d.ts +1 -0
  4227. package/lib/theme-editor/index.js +8 -0
  4228. package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -0
  4229. package/lib/theme-editor/src/MaximizeIcon.js +11 -0
  4230. package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -0
  4231. package/lib/theme-editor/src/MinimizeIcon.js +11 -0
  4232. package/lib/theme-editor/src/ThemeEditor.d.ts +152 -0
  4233. package/lib/theme-editor/src/ThemeEditor.js +334 -0
  4234. package/lib/themes/dark.d.ts +2 -0
  4235. package/lib/themes/dark.js +170 -0
  4236. package/lib/themes/index.d.ts +3 -0
  4237. package/lib/themes/index.js +9 -0
  4238. package/lib/themes/interface.d.ts +2 -0
  4239. package/lib/themes/interface.js +2 -0
  4240. package/lib/themes/light.d.ts +2 -0
  4241. package/lib/themes/light.js +172 -0
  4242. package/lib/themes/utils.d.ts +6 -0
  4243. package/lib/themes/utils.js +23 -0
  4244. package/lib/thing/index.d.ts +2 -0
  4245. package/lib/thing/index.js +9 -0
  4246. package/lib/thing/src/Thing.d.ts +86 -0
  4247. package/lib/thing/src/Thing.js +81 -0
  4248. package/lib/thing/src/styles/index.cssr.d.ts +2 -0
  4249. package/lib/thing/src/styles/index.cssr.js +46 -0
  4250. package/lib/thing/src/styles/rtl.cssr.d.ts +2 -0
  4251. package/lib/thing/src/styles/rtl.cssr.js +13 -0
  4252. package/lib/thing/styles/dark.d.ts +3 -0
  4253. package/lib/thing/styles/dark.js +10 -0
  4254. package/lib/thing/styles/index.d.ts +4 -0
  4255. package/lib/thing/styles/index.js +12 -0
  4256. package/lib/thing/styles/light.d.ts +12 -0
  4257. package/lib/thing/styles/light.js +20 -0
  4258. package/lib/thing/styles/rtl.d.ts +2 -0
  4259. package/lib/thing/styles/rtl.js +14 -0
  4260. package/lib/time/index.d.ts +2 -0
  4261. package/lib/time/index.js +9 -0
  4262. package/lib/time/src/Time.d.ts +65 -0
  4263. package/lib/time/src/Time.js +93 -0
  4264. package/lib/time-picker/index.d.ts +3 -0
  4265. package/lib/time-picker/index.js +9 -0
  4266. package/lib/time-picker/src/Panel.d.ts +615 -0
  4267. package/lib/time-picker/src/Panel.js +250 -0
  4268. package/lib/time-picker/src/PanelCol.d.ts +34 -0
  4269. package/lib/time-picker/src/PanelCol.js +38 -0
  4270. package/lib/time-picker/src/TimePicker.d.ts +3467 -0
  4271. package/lib/time-picker/src/TimePicker.js +709 -0
  4272. package/lib/time-picker/src/interface.d.ts +34 -0
  4273. package/lib/time-picker/src/interface.js +5 -0
  4274. package/lib/time-picker/src/styles/index.cssr.d.ts +2 -0
  4275. package/lib/time-picker/src/styles/index.cssr.js +104 -0
  4276. package/lib/time-picker/src/utils.d.ts +14 -0
  4277. package/lib/time-picker/src/utils.js +274 -0
  4278. package/lib/time-picker/styles/_common.d.ts +7 -0
  4279. package/lib/time-picker/styles/_common.js +8 -0
  4280. package/lib/time-picker/styles/dark.d.ts +3 -0
  4281. package/lib/time-picker/styles/dark.js +18 -0
  4282. package/lib/time-picker/styles/index.d.ts +3 -0
  4283. package/lib/time-picker/styles/index.js +10 -0
  4284. package/lib/time-picker/styles/light.d.ts +315 -0
  4285. package/lib/time-picker/styles/light.js +30 -0
  4286. package/lib/timeline/index.d.ts +4 -0
  4287. package/lib/timeline/index.js +12 -0
  4288. package/lib/timeline/src/Timeline.d.ts +267 -0
  4289. package/lib/timeline/src/Timeline.js +42 -0
  4290. package/lib/timeline/src/TimelineItem.d.ts +66 -0
  4291. package/lib/timeline/src/TimelineItem.js +90 -0
  4292. package/lib/timeline/src/styles/index.cssr.d.ts +2 -0
  4293. package/lib/timeline/src/styles/index.cssr.js +116 -0
  4294. package/lib/timeline/styles/_common.d.ts +9 -0
  4295. package/lib/timeline/styles/_common.js +10 -0
  4296. package/lib/timeline/styles/dark.d.ts +3 -0
  4297. package/lib/timeline/styles/dark.js +16 -0
  4298. package/lib/timeline/styles/index.d.ts +3 -0
  4299. package/lib/timeline/styles/index.js +10 -0
  4300. package/lib/timeline/styles/light.d.ts +30 -0
  4301. package/lib/timeline/styles/light.js +17 -0
  4302. package/lib/tooltip/index.d.ts +2 -0
  4303. package/lib/tooltip/index.js +9 -0
  4304. package/lib/tooltip/src/Tooltip.d.ts +776 -0
  4305. package/lib/tooltip/src/Tooltip.js +91 -0
  4306. package/lib/tooltip/src/TooltipArrow.d.ts +2 -0
  4307. package/lib/tooltip/src/TooltipArrow.js +18 -0
  4308. package/lib/tooltip/src/styles/index.cssr.d.ts +2 -0
  4309. package/lib/tooltip/src/styles/index.cssr.js +68 -0
  4310. package/lib/tooltip/styles/_common.d.ts +15 -0
  4311. package/lib/tooltip/styles/_common.js +16 -0
  4312. package/lib/tooltip/styles/dark.d.ts +3 -0
  4313. package/lib/tooltip/styles/dark.js +20 -0
  4314. package/lib/tooltip/styles/index.d.ts +3 -0
  4315. package/lib/tooltip/styles/index.js +10 -0
  4316. package/lib/tooltip/styles/light.d.ts +53 -0
  4317. package/lib/tooltip/styles/light.js +22 -0
  4318. package/lib/transfer/index.d.ts +3 -0
  4319. package/lib/transfer/index.js +9 -0
  4320. package/lib/transfer/src/Transfer.d.ts +3972 -0
  4321. package/lib/transfer/src/Transfer.js +201 -0
  4322. package/lib/transfer/src/TransferFilter.d.ts +537 -0
  4323. package/lib/transfer/src/TransferFilter.js +34 -0
  4324. package/lib/transfer/src/TransferHeader.d.ts +27 -0
  4325. package/lib/transfer/src/TransferHeader.js +48 -0
  4326. package/lib/transfer/src/TransferList.d.ts +578 -0
  4327. package/lib/transfer/src/TransferList.js +81 -0
  4328. package/lib/transfer/src/TransferListItem.d.ts +558 -0
  4329. package/lib/transfer/src/TransferListItem.js +72 -0
  4330. package/lib/transfer/src/interface.d.ts +38 -0
  4331. package/lib/transfer/src/interface.js +5 -0
  4332. package/lib/transfer/src/styles/index.cssr.d.ts +2 -0
  4333. package/lib/transfer/src/styles/index.cssr.js +156 -0
  4334. package/lib/transfer/src/use-transfer-data.d.ts +31 -0
  4335. package/lib/transfer/src/use-transfer-data.js +125 -0
  4336. package/lib/transfer/styles/_common.d.ts +14 -0
  4337. package/lib/transfer/styles/_common.js +15 -0
  4338. package/lib/transfer/styles/dark.d.ts +3 -0
  4339. package/lib/transfer/styles/dark.js +36 -0
  4340. package/lib/transfer/styles/index.d.ts +3 -0
  4341. package/lib/transfer/styles/index.js +10 -0
  4342. package/lib/transfer/styles/light.d.ts +404 -0
  4343. package/lib/transfer/styles/light.js +38 -0
  4344. package/lib/tree/index.d.ts +3 -0
  4345. package/lib/tree/index.js +9 -0
  4346. package/lib/tree/src/MotionWrapper.d.ts +40 -0
  4347. package/lib/tree/src/MotionWrapper.js +42 -0
  4348. package/lib/tree/src/Tree.d.ts +1673 -0
  4349. package/lib/tree/src/Tree.js +1272 -0
  4350. package/lib/tree/src/TreeNode.d.ts +65 -0
  4351. package/lib/tree/src/TreeNode.js +353 -0
  4352. package/lib/tree/src/TreeNodeCheckbox.d.ts +251 -0
  4353. package/lib/tree/src/TreeNodeCheckbox.js +51 -0
  4354. package/lib/tree/src/TreeNodeContent.d.ts +45 -0
  4355. package/lib/tree/src/TreeNodeContent.js +71 -0
  4356. package/lib/tree/src/TreeNodeSwitcher.d.ts +45 -0
  4357. package/lib/tree/src/TreeNodeSwitcher.js +51 -0
  4358. package/lib/tree/src/dnd.d.ts +12 -0
  4359. package/lib/tree/src/dnd.js +42 -0
  4360. package/lib/tree/src/interface.d.ts +136 -0
  4361. package/lib/tree/src/interface.js +5 -0
  4362. package/lib/tree/src/keyboard.d.ts +16 -0
  4363. package/lib/tree/src/keyboard.js +106 -0
  4364. package/lib/tree/src/styles/index.cssr.d.ts +2 -0
  4365. package/lib/tree/src/styles/index.cssr.js +139 -0
  4366. package/lib/tree/src/styles/rtl.cssr.d.ts +2 -0
  4367. package/lib/tree/src/styles/rtl.cssr.js +22 -0
  4368. package/lib/tree/src/utils.d.ts +19 -0
  4369. package/lib/tree/src/utils.js +122 -0
  4370. package/lib/tree/styles/dark.d.ts +3 -0
  4371. package/lib/tree/styles/dark.js +24 -0
  4372. package/lib/tree/styles/index.d.ts +4 -0
  4373. package/lib/tree/styles/index.js +12 -0
  4374. package/lib/tree/styles/light.d.ts +88 -0
  4375. package/lib/tree/styles/light.js +39 -0
  4376. package/lib/tree/styles/rtl.d.ts +2 -0
  4377. package/lib/tree/styles/rtl.js +11 -0
  4378. package/lib/tree-select/index.d.ts +3 -0
  4379. package/lib/tree-select/index.js +9 -0
  4380. package/lib/tree-select/src/TreeSelect.d.ts +2312 -0
  4381. package/lib/tree-select/src/TreeSelect.js +606 -0
  4382. package/lib/tree-select/src/interface.d.ts +65 -0
  4383. package/lib/tree-select/src/interface.js +5 -0
  4384. package/lib/tree-select/src/styles/index.cssr.d.ts +2 -0
  4385. package/lib/tree-select/src/styles/index.cssr.js +43 -0
  4386. package/lib/tree-select/src/utils.d.ts +4 -0
  4387. package/lib/tree-select/src/utils.js +13 -0
  4388. package/lib/tree-select/styles/dark.d.ts +3 -0
  4389. package/lib/tree-select/styles/dark.js +16 -0
  4390. package/lib/tree-select/styles/index.d.ts +3 -0
  4391. package/lib/tree-select/styles/index.js +10 -0
  4392. package/lib/tree-select/styles/light.d.ts +178 -0
  4393. package/lib/tree-select/styles/light.js +33 -0
  4394. package/lib/typography/index.d.ts +22 -0
  4395. package/lib/typography/index.js +42 -0
  4396. package/lib/typography/src/a.d.ts +610 -0
  4397. package/lib/typography/src/a.js +40 -0
  4398. package/lib/typography/src/blockquote.d.ts +618 -0
  4399. package/lib/typography/src/blockquote.js +48 -0
  4400. package/lib/typography/src/create-header.d.ts +638 -0
  4401. package/lib/typography/src/create-header.js +64 -0
  4402. package/lib/typography/src/headers.d.ts +2568 -0
  4403. package/lib/typography/src/headers.js +13 -0
  4404. package/lib/typography/src/hr.d.ts +408 -0
  4405. package/lib/typography/src/hr.js +38 -0
  4406. package/lib/typography/src/li.d.ts +2 -0
  4407. package/lib/typography/src/li.js +9 -0
  4408. package/lib/typography/src/ol.d.ts +620 -0
  4409. package/lib/typography/src/ol.js +50 -0
  4410. package/lib/typography/src/p.d.ts +617 -0
  4411. package/lib/typography/src/p.js +45 -0
  4412. package/lib/typography/src/styles/a.cssr.d.ts +2 -0
  4413. package/lib/typography/src/styles/a.cssr.js +17 -0
  4414. package/lib/typography/src/styles/blockquote.cssr.d.ts +2 -0
  4415. package/lib/typography/src/styles/blockquote.cssr.js +32 -0
  4416. package/lib/typography/src/styles/header.cssr.d.ts +2 -0
  4417. package/lib/typography/src/styles/header.cssr.js +42 -0
  4418. package/lib/typography/src/styles/hr.cssr.d.ts +2 -0
  4419. package/lib/typography/src/styles/hr.cssr.js +16 -0
  4420. package/lib/typography/src/styles/list.cssr.d.ts +2 -0
  4421. package/lib/typography/src/styles/list.cssr.js +37 -0
  4422. package/lib/typography/src/styles/p.cssr.d.ts +2 -0
  4423. package/lib/typography/src/styles/p.cssr.js +20 -0
  4424. package/lib/typography/src/styles/text.cssr.d.ts +2 -0
  4425. package/lib/typography/src/styles/text.cssr.js +39 -0
  4426. package/lib/typography/src/text.d.ts +674 -0
  4427. package/lib/typography/src/text.js +82 -0
  4428. package/lib/typography/src/ul.d.ts +620 -0
  4429. package/lib/typography/src/ul.js +50 -0
  4430. package/lib/typography/styles/_common.d.ts +31 -0
  4431. package/lib/typography/styles/_common.js +32 -0
  4432. package/lib/typography/styles/dark.d.ts +3 -0
  4433. package/lib/typography/styles/dark.js +10 -0
  4434. package/lib/typography/styles/index.d.ts +3 -0
  4435. package/lib/typography/styles/index.js +10 -0
  4436. package/lib/typography/styles/light.d.ts +72 -0
  4437. package/lib/typography/styles/light.js +19 -0
  4438. package/lib/upload/index.d.ts +5 -0
  4439. package/lib/upload/index.js +15 -0
  4440. package/lib/upload/src/Upload.d.ts +3063 -0
  4441. package/lib/upload/src/Upload.js +586 -0
  4442. package/lib/upload/src/UploadDragger.d.ts +3 -0
  4443. package/lib/upload/src/UploadDragger.js +25 -0
  4444. package/lib/upload/src/UploadFile.d.ts +444 -0
  4445. package/lib/upload/src/UploadFile.js +254 -0
  4446. package/lib/upload/src/UploadFileList.d.ts +2 -0
  4447. package/lib/upload/src/UploadFileList.js +44 -0
  4448. package/lib/upload/src/UploadProgress.d.ts +420 -0
  4449. package/lib/upload/src/UploadProgress.js +32 -0
  4450. package/lib/upload/src/UploadTrigger.d.ts +10 -0
  4451. package/lib/upload/src/UploadTrigger.js +87 -0
  4452. package/lib/upload/src/icons.d.ts +7 -0
  4453. package/lib/upload/src/icons.js +15 -0
  4454. package/lib/upload/src/interface.d.ts +127 -0
  4455. package/lib/upload/src/interface.js +5 -0
  4456. package/lib/upload/src/styles/index.cssr.d.ts +2 -0
  4457. package/lib/upload/src/styles/index.cssr.js +268 -0
  4458. package/lib/upload/src/utils.d.ts +19 -0
  4459. package/lib/upload/src/utils.js +176 -0
  4460. package/lib/upload/styles/dark.d.ts +3 -0
  4461. package/lib/upload/styles/dark.js +24 -0
  4462. package/lib/upload/styles/index.d.ts +3 -0
  4463. package/lib/upload/styles/index.js +10 -0
  4464. package/lib/upload/styles/light.d.ts +285 -0
  4465. package/lib/upload/styles/light.js +47 -0
  4466. package/lib/version.d.ts +2 -0
  4467. package/lib/version.js +3 -0
  4468. package/lib/watermark/index.d.ts +2 -0
  4469. package/lib/watermark/index.js +9 -0
  4470. package/lib/watermark/src/Watermark.d.ts +298 -0
  4471. package/lib/watermark/src/Watermark.js +186 -0
  4472. package/lib/watermark/src/styles/index.cssr.d.ts +2 -0
  4473. package/lib/watermark/src/styles/index.cssr.js +35 -0
  4474. package/lib/watermark/styles/dark.d.ts +3 -0
  4475. package/lib/watermark/styles/dark.js +14 -0
  4476. package/lib/watermark/styles/index.d.ts +3 -0
  4477. package/lib/watermark/styles/index.js +10 -0
  4478. package/lib/watermark/styles/light.d.ts +5 -0
  4479. package/lib/watermark/styles/light.js +15 -0
  4480. package/package.json +14 -13
  4481. package/volar.d.ts +139 -141
  4482. package/web-types.json +390 -352
@@ -0,0 +1,4115 @@
1
+ import { type PropType, type CSSProperties, type VNodeChild } from 'vue';
2
+ import type { InputProps } from '../../input';
3
+ import type { MaybeArray, ExtractPublicPropTypes } from '../../_utils';
4
+ import type { OnUpdateValue, DynamicTagsOption, OnCreate } from './interface';
5
+ export declare const dynamicTagsProps: {
6
+ size: {
7
+ type: PropType<"small" | "medium" | "large">;
8
+ default: string;
9
+ };
10
+ closable: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ defaultValue: {
15
+ type: PropType<(string | DynamicTagsOption)[]>;
16
+ default: () => never[];
17
+ };
18
+ value: PropType<(string | DynamicTagsOption)[]>;
19
+ inputStyle: PropType<string | CSSProperties>;
20
+ inputProps: PropType<InputProps>;
21
+ max: PropType<number>;
22
+ tagStyle: PropType<string | CSSProperties>;
23
+ renderTag: PropType<((tag: string, index: number) => VNodeChild) | ((tag: DynamicTagsOption, index: number) => VNodeChild)>;
24
+ onCreate: {
25
+ type: PropType<OnCreate>;
26
+ default: (label: string) => string;
27
+ };
28
+ 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
29
+ onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
30
+ onChange: PropType<MaybeArray<OnUpdateValue> | undefined>;
31
+ color: PropType<import("../../tag/src/common-props").TagColor>;
32
+ type: {
33
+ readonly type: PropType<"default" | "error" | "tertiary" | "primary" | "info" | "success" | "warning">;
34
+ readonly default: "default";
35
+ };
36
+ round: BooleanConstructor;
37
+ disabled: {
38
+ readonly type: PropType<boolean | undefined>;
39
+ readonly default: undefined;
40
+ };
41
+ theme: PropType<import("../../_mixins").Theme<"DynamicTags", {
42
+ inputWidth: string;
43
+ }, {
44
+ Input: import("../../_mixins").Theme<"Input", {
45
+ countTextColorDisabled: string;
46
+ countTextColor: string;
47
+ heightTiny: string;
48
+ heightSmall: string;
49
+ heightMedium: string;
50
+ heightLarge: string;
51
+ fontSizeTiny: string;
52
+ fontSizeSmall: string;
53
+ fontSizeMedium: string;
54
+ fontSizeLarge: string;
55
+ lineHeight: string;
56
+ lineHeightTextarea: string;
57
+ borderRadius: string;
58
+ iconSize: string;
59
+ groupLabelColor: string;
60
+ groupLabelTextColor: string;
61
+ textColor: string;
62
+ textColorDisabled: string;
63
+ textDecorationColor: string;
64
+ caretColor: string;
65
+ placeholderColor: string;
66
+ placeholderColorDisabled: string;
67
+ color: string;
68
+ colorDisabled: string;
69
+ colorFocus: string;
70
+ groupLabelBorder: string;
71
+ border: string;
72
+ borderHover: string;
73
+ borderDisabled: string;
74
+ borderFocus: string;
75
+ boxShadowFocus: string;
76
+ loadingColor: string;
77
+ loadingColorWarning: string;
78
+ borderWarning: string;
79
+ borderHoverWarning: string;
80
+ colorFocusWarning: string;
81
+ borderFocusWarning: string;
82
+ boxShadowFocusWarning: string;
83
+ caretColorWarning: string;
84
+ loadingColorError: string;
85
+ borderError: string;
86
+ borderHoverError: string;
87
+ colorFocusError: string;
88
+ borderFocusError: string;
89
+ boxShadowFocusError: string;
90
+ caretColorError: string;
91
+ clearColor: string;
92
+ clearColorHover: string;
93
+ clearColorPressed: string;
94
+ iconColor: string;
95
+ iconColorDisabled: string;
96
+ iconColorHover: string;
97
+ iconColorPressed: string;
98
+ suffixTextColor: string;
99
+ paddingTiny: string;
100
+ paddingSmall: string;
101
+ paddingMedium: string;
102
+ paddingLarge: string;
103
+ clearSize: string;
104
+ }, any>;
105
+ Button: import("../../_mixins").Theme<"Button", {
106
+ heightTiny: string;
107
+ heightSmall: string;
108
+ heightMedium: string;
109
+ heightLarge: string;
110
+ borderRadiusTiny: string;
111
+ borderRadiusSmall: string;
112
+ borderRadiusMedium: string;
113
+ borderRadiusLarge: string;
114
+ fontSizeTiny: string;
115
+ fontSizeSmall: string;
116
+ fontSizeMedium: string;
117
+ fontSizeLarge: string;
118
+ opacityDisabled: string;
119
+ colorOpacitySecondary: string;
120
+ colorOpacitySecondaryHover: string;
121
+ colorOpacitySecondaryPressed: string;
122
+ colorOpacitySecondaryFocus: string;
123
+ colorSecondary: string;
124
+ colorSecondaryHover: string;
125
+ colorSecondaryPressed: string;
126
+ waveColorSecondary: string;
127
+ colorTertiary: string;
128
+ colorTertiaryHover: string;
129
+ colorTertiaryPressed: string;
130
+ colorTertiaryDisalbed: string;
131
+ waveColorTerniary: string;
132
+ textColorTextTertiary: string;
133
+ colorQuaternary: string;
134
+ colorQuaternaryHover: string;
135
+ colorQuaternaryPressed: string;
136
+ color: string;
137
+ colorHover: string;
138
+ colorPressed: string;
139
+ colorFocus: string;
140
+ colorDisabled: string;
141
+ textColor: string;
142
+ textTertiary: string;
143
+ textColorTertiary: string;
144
+ textColorHover: string;
145
+ textColorPressed: string;
146
+ textColorFocus: string;
147
+ textColorDisabled: string;
148
+ textColorText: string;
149
+ textColorTextHover: string;
150
+ textColorTextPressed: string;
151
+ textColorTextFocus: string;
152
+ textColorTextDisabled: string;
153
+ textColorGhost: string;
154
+ textColorGhostHover: string;
155
+ textColorGhostPressed: string;
156
+ textColorGhostFocus: string;
157
+ textColorGhostDisabled: string;
158
+ border: string;
159
+ borderHover: string;
160
+ borderPressed: string;
161
+ borderFocus: string;
162
+ borderDisabled: string;
163
+ rippleColor: string;
164
+ colorPrimary: string;
165
+ colorHoverPrimary: string;
166
+ colorPressedPrimary: string;
167
+ colorFocusPrimary: string;
168
+ colorDisabledPrimary: string;
169
+ waveColorPrimary: string;
170
+ textColorPrimary: string;
171
+ textColorHoverPrimary: string;
172
+ textColorPressedPrimary: string;
173
+ textColorFocusPrimary: string;
174
+ textColorDisabledPrimary: string;
175
+ textColorTextPrimary: string;
176
+ textColorTextHoverPrimary: string;
177
+ textColorTextPressedPrimary: string;
178
+ textColorTextFocusPrimary: string;
179
+ textColorTextDisabledPrimary: string;
180
+ textColorGhostPrimary: string;
181
+ textColorGhostHoverPrimary: string;
182
+ textColorGhostPressedPrimary: string;
183
+ textColorGhostFocusPrimary: string;
184
+ textColorGhostDisabledPrimary: string;
185
+ borderPrimary: string;
186
+ borderHoverPrimary: string;
187
+ borderPressedPrimary: string;
188
+ borderFocusPrimary: string;
189
+ borderDisabledPrimary: string;
190
+ rippleColorPrimary: string;
191
+ colorInfo: string;
192
+ colorHoverInfo: string;
193
+ colorPressedInfo: string;
194
+ colorFocusInfo: string;
195
+ colorDisabledInfo: string;
196
+ textColorInfo: string;
197
+ textColorHoverInfo: string;
198
+ textColorPressedInfo: string;
199
+ textColorFocusInfo: string;
200
+ textColorDisabledInfo: string;
201
+ textColorTextInfo: string;
202
+ textColorTextHoverInfo: string;
203
+ textColorTextPressedInfo: string;
204
+ textColorTextFocusInfo: string;
205
+ textColorTextDisabledInfo: string;
206
+ textColorGhostInfo: string;
207
+ textColorGhostHoverInfo: string;
208
+ textColorGhostPressedInfo: string;
209
+ textColorGhostFocusInfo: string;
210
+ textColorGhostDisabledInfo: string;
211
+ borderInfo: string;
212
+ borderHoverInfo: string;
213
+ borderPressedInfo: string;
214
+ borderFocusInfo: string;
215
+ borderDisabledInfo: string;
216
+ rippleColorInfo: string;
217
+ colorSuccess: string;
218
+ colorHoverSuccess: string;
219
+ colorPressedSuccess: string;
220
+ colorFocusSuccess: string;
221
+ colorDisabledSuccess: string;
222
+ textColorSuccess: string;
223
+ textColorHoverSuccess: string;
224
+ textColorPressedSuccess: string;
225
+ textColorFocusSuccess: string;
226
+ textColorDisabledSuccess: string;
227
+ textColorTextSuccess: string;
228
+ textColorTextHoverSuccess: string;
229
+ textColorTextPressedSuccess: string;
230
+ textColorTextFocusSuccess: string;
231
+ textColorTextDisabledSuccess: string;
232
+ textColorGhostSuccess: string;
233
+ textColorGhostHoverSuccess: string;
234
+ textColorGhostPressedSuccess: string;
235
+ textColorGhostFocusSuccess: string;
236
+ textColorGhostDisabledSuccess: string;
237
+ borderSuccess: string;
238
+ borderHoverSuccess: string;
239
+ borderPressedSuccess: string;
240
+ borderFocusSuccess: string;
241
+ borderDisabledSuccess: string;
242
+ rippleColorSuccess: string;
243
+ colorWarning: string;
244
+ colorHoverWarning: string;
245
+ colorPressedWarning: string;
246
+ colorFocusWarning: string;
247
+ colorDisabledWarning: string;
248
+ textColorWarning: string;
249
+ textColorHoverWarning: string;
250
+ textColorPressedWarning: string;
251
+ textColorFocusWarning: string;
252
+ textColorDisabledWarning: string;
253
+ textColorTextWarning: string;
254
+ textColorTextHoverWarning: string;
255
+ textColorTextPressedWarning: string;
256
+ textColorTextFocusWarning: string;
257
+ textColorTextDisabledWarning: string;
258
+ textColorGhostWarning: string;
259
+ textColorGhostHoverWarning: string;
260
+ textColorGhostPressedWarning: string;
261
+ textColorGhostFocusWarning: string;
262
+ textColorGhostDisabledWarning: string;
263
+ borderWarning: string;
264
+ borderHoverWarning: string;
265
+ borderPressedWarning: string;
266
+ borderFocusWarning: string;
267
+ borderDisabledWarning: string;
268
+ rippleColorWarning: string;
269
+ colorError: string;
270
+ colorHoverError: string;
271
+ colorPressedError: string;
272
+ colorFocusError: string;
273
+ colorDisabledError: string;
274
+ textColorError: string;
275
+ textColorHoverError: string;
276
+ textColorPressedError: string;
277
+ textColorFocusError: string;
278
+ textColorDisabledError: string;
279
+ textColorTextError: string;
280
+ textColorTextHoverError: string;
281
+ textColorTextPressedError: string;
282
+ textColorTextFocusError: string;
283
+ textColorTextDisabledError: string;
284
+ textColorGhostError: string;
285
+ textColorGhostHoverError: string;
286
+ textColorGhostPressedError: string;
287
+ textColorGhostFocusError: string;
288
+ textColorGhostDisabledError: string;
289
+ borderError: string;
290
+ borderHoverError: string;
291
+ borderPressedError: string;
292
+ borderFocusError: string;
293
+ borderDisabledError: string;
294
+ rippleColorError: string;
295
+ waveOpacity: string;
296
+ fontWeight: string;
297
+ fontWeightStrong: string;
298
+ paddingTiny: string;
299
+ paddingSmall: string;
300
+ paddingMedium: string;
301
+ paddingLarge: string;
302
+ paddingRoundTiny: string;
303
+ paddingRoundSmall: string;
304
+ paddingRoundMedium: string;
305
+ paddingRoundLarge: string;
306
+ iconMarginTiny: string;
307
+ iconMarginSmall: string;
308
+ iconMarginMedium: string;
309
+ iconMarginLarge: string;
310
+ iconSizeTiny: string;
311
+ iconSizeSmall: string;
312
+ iconSizeMedium: string;
313
+ iconSizeLarge: string;
314
+ rippleDuration: string;
315
+ }, any>;
316
+ Tag: import("../../_mixins").Theme<"Tag", {
317
+ closeBorderRadius: string;
318
+ heightTiny: string;
319
+ heightSmall: string;
320
+ heightMedium: string;
321
+ heightLarge: string;
322
+ borderRadius: string;
323
+ opacityDisabled: string;
324
+ fontSizeTiny: string;
325
+ fontSizeSmall: string;
326
+ fontSizeMedium: string;
327
+ fontSizeLarge: string;
328
+ fontWeightStrong: string;
329
+ textColorCheckable: string;
330
+ textColorHoverCheckable: string;
331
+ textColorPressedCheckable: string;
332
+ textColorChecked: string;
333
+ colorCheckable: string;
334
+ colorHoverCheckable: string;
335
+ colorPressedCheckable: string;
336
+ colorChecked: string;
337
+ colorCheckedHover: string;
338
+ colorCheckedPressed: string;
339
+ colorDisabledChecked: string;
340
+ border: string;
341
+ textColor: string;
342
+ color: string;
343
+ colorBordered: string;
344
+ closeIconColor: string;
345
+ closeIconColorHover: string;
346
+ closeIconColorPressed: string;
347
+ closeColorHover: string;
348
+ closeColorPressed: string;
349
+ borderTertiary: string;
350
+ textColorTertiary: string;
351
+ colorTertiary: string;
352
+ colorBorderedTertiary: string;
353
+ closeIconColorTertiary: string;
354
+ closeIconColorHoverTertiary: string;
355
+ closeColorHoverTertiary: string;
356
+ closeIconColorPressedTertiary: string;
357
+ closeColorPressedTertiary: string;
358
+ borderPrimary: string;
359
+ textColorPrimary: string;
360
+ colorPrimary: string;
361
+ colorBorderedPrimary: string;
362
+ closeIconColorPrimary: string;
363
+ closeIconColorHoverPrimary: string;
364
+ closeIconColorPressedPrimary: string;
365
+ closeColorHoverPrimary: string;
366
+ closeColorPressedPrimary: string;
367
+ borderInfo: string;
368
+ textColorInfo: string;
369
+ colorInfo: string;
370
+ colorBorderedInfo: string;
371
+ closeIconColorInfo: string;
372
+ closeIconColorHoverInfo: string;
373
+ closeIconColorPressedInfo: string;
374
+ closeColorHoverInfo: string;
375
+ closeColorPressedInfo: string;
376
+ borderSuccess: string;
377
+ textColorSuccess: string;
378
+ colorSuccess: string;
379
+ colorBorderedSuccess: string;
380
+ closeIconColorSuccess: string;
381
+ closeIconColorHoverSuccess: string;
382
+ closeIconColorPressedSuccess: string;
383
+ closeColorHoverSuccess: string;
384
+ closeColorPressedSuccess: string;
385
+ borderWarning: string;
386
+ textColorWarning: string;
387
+ colorWarning: string;
388
+ colorBorderedWarning: string;
389
+ closeIconColorWarning: string;
390
+ closeIconColorHoverWarning: string;
391
+ closeIconColorPressedWarning: string;
392
+ closeColorHoverWarning: string;
393
+ closeColorPressedWarning: string;
394
+ borderError: string;
395
+ textColorError: string;
396
+ colorError: string;
397
+ colorBorderedError: string;
398
+ closeIconColorError: string;
399
+ closeIconColorHoverError: string;
400
+ closeIconColorPressedError: string;
401
+ closeColorHoverError: string;
402
+ closeColorPressedError: string;
403
+ closeIconSizeTiny: string;
404
+ closeIconSizeSmall: string;
405
+ closeIconSizeMedium: string;
406
+ closeIconSizeLarge: string;
407
+ closeSizeTiny: string;
408
+ closeSizeSmall: string;
409
+ closeSizeMedium: string;
410
+ closeSizeLarge: string;
411
+ padding: string;
412
+ paddingSizeSmall: string;
413
+ closeMargin: string;
414
+ closeMarginRtl: string;
415
+ }, any>;
416
+ Space: import("../../_mixins").Theme<"Space", {
417
+ gapSmall: string;
418
+ gapMedium: string;
419
+ gapLarge: string;
420
+ }, any>;
421
+ }>>;
422
+ themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicTags", {
423
+ inputWidth: string;
424
+ }, {
425
+ Input: import("../../_mixins").Theme<"Input", {
426
+ countTextColorDisabled: string;
427
+ countTextColor: string;
428
+ heightTiny: string;
429
+ heightSmall: string;
430
+ heightMedium: string;
431
+ heightLarge: string;
432
+ fontSizeTiny: string;
433
+ fontSizeSmall: string;
434
+ fontSizeMedium: string;
435
+ fontSizeLarge: string;
436
+ lineHeight: string;
437
+ lineHeightTextarea: string;
438
+ borderRadius: string;
439
+ iconSize: string;
440
+ groupLabelColor: string;
441
+ groupLabelTextColor: string;
442
+ textColor: string;
443
+ textColorDisabled: string;
444
+ textDecorationColor: string;
445
+ caretColor: string;
446
+ placeholderColor: string;
447
+ placeholderColorDisabled: string;
448
+ color: string;
449
+ colorDisabled: string;
450
+ colorFocus: string;
451
+ groupLabelBorder: string;
452
+ border: string;
453
+ borderHover: string;
454
+ borderDisabled: string;
455
+ borderFocus: string;
456
+ boxShadowFocus: string;
457
+ loadingColor: string;
458
+ loadingColorWarning: string;
459
+ borderWarning: string;
460
+ borderHoverWarning: string;
461
+ colorFocusWarning: string;
462
+ borderFocusWarning: string;
463
+ boxShadowFocusWarning: string;
464
+ caretColorWarning: string;
465
+ loadingColorError: string;
466
+ borderError: string;
467
+ borderHoverError: string;
468
+ colorFocusError: string;
469
+ borderFocusError: string;
470
+ boxShadowFocusError: string;
471
+ caretColorError: string;
472
+ clearColor: string;
473
+ clearColorHover: string;
474
+ clearColorPressed: string;
475
+ iconColor: string;
476
+ iconColorDisabled: string;
477
+ iconColorHover: string;
478
+ iconColorPressed: string;
479
+ suffixTextColor: string;
480
+ paddingTiny: string;
481
+ paddingSmall: string;
482
+ paddingMedium: string;
483
+ paddingLarge: string;
484
+ clearSize: string;
485
+ }, any>;
486
+ Button: import("../../_mixins").Theme<"Button", {
487
+ heightTiny: string;
488
+ heightSmall: string;
489
+ heightMedium: string;
490
+ heightLarge: string;
491
+ borderRadiusTiny: string;
492
+ borderRadiusSmall: string;
493
+ borderRadiusMedium: string;
494
+ borderRadiusLarge: string;
495
+ fontSizeTiny: string;
496
+ fontSizeSmall: string;
497
+ fontSizeMedium: string;
498
+ fontSizeLarge: string;
499
+ opacityDisabled: string;
500
+ colorOpacitySecondary: string;
501
+ colorOpacitySecondaryHover: string;
502
+ colorOpacitySecondaryPressed: string;
503
+ colorOpacitySecondaryFocus: string;
504
+ colorSecondary: string;
505
+ colorSecondaryHover: string;
506
+ colorSecondaryPressed: string;
507
+ waveColorSecondary: string;
508
+ colorTertiary: string;
509
+ colorTertiaryHover: string;
510
+ colorTertiaryPressed: string;
511
+ colorTertiaryDisalbed: string;
512
+ waveColorTerniary: string;
513
+ textColorTextTertiary: string;
514
+ colorQuaternary: string;
515
+ colorQuaternaryHover: string;
516
+ colorQuaternaryPressed: string;
517
+ color: string;
518
+ colorHover: string;
519
+ colorPressed: string;
520
+ colorFocus: string;
521
+ colorDisabled: string;
522
+ textColor: string;
523
+ textTertiary: string;
524
+ textColorTertiary: string;
525
+ textColorHover: string;
526
+ textColorPressed: string;
527
+ textColorFocus: string;
528
+ textColorDisabled: string;
529
+ textColorText: string;
530
+ textColorTextHover: string;
531
+ textColorTextPressed: string;
532
+ textColorTextFocus: string;
533
+ textColorTextDisabled: string;
534
+ textColorGhost: string;
535
+ textColorGhostHover: string;
536
+ textColorGhostPressed: string;
537
+ textColorGhostFocus: string;
538
+ textColorGhostDisabled: string;
539
+ border: string;
540
+ borderHover: string;
541
+ borderPressed: string;
542
+ borderFocus: string;
543
+ borderDisabled: string;
544
+ rippleColor: string;
545
+ colorPrimary: string;
546
+ colorHoverPrimary: string;
547
+ colorPressedPrimary: string;
548
+ colorFocusPrimary: string;
549
+ colorDisabledPrimary: string;
550
+ waveColorPrimary: string;
551
+ textColorPrimary: string;
552
+ textColorHoverPrimary: string;
553
+ textColorPressedPrimary: string;
554
+ textColorFocusPrimary: string;
555
+ textColorDisabledPrimary: string;
556
+ textColorTextPrimary: string;
557
+ textColorTextHoverPrimary: string;
558
+ textColorTextPressedPrimary: string;
559
+ textColorTextFocusPrimary: string;
560
+ textColorTextDisabledPrimary: string;
561
+ textColorGhostPrimary: string;
562
+ textColorGhostHoverPrimary: string;
563
+ textColorGhostPressedPrimary: string;
564
+ textColorGhostFocusPrimary: string;
565
+ textColorGhostDisabledPrimary: string;
566
+ borderPrimary: string;
567
+ borderHoverPrimary: string;
568
+ borderPressedPrimary: string;
569
+ borderFocusPrimary: string;
570
+ borderDisabledPrimary: string;
571
+ rippleColorPrimary: string;
572
+ colorInfo: string;
573
+ colorHoverInfo: string;
574
+ colorPressedInfo: string;
575
+ colorFocusInfo: string;
576
+ colorDisabledInfo: string;
577
+ textColorInfo: string;
578
+ textColorHoverInfo: string;
579
+ textColorPressedInfo: string;
580
+ textColorFocusInfo: string;
581
+ textColorDisabledInfo: string;
582
+ textColorTextInfo: string;
583
+ textColorTextHoverInfo: string;
584
+ textColorTextPressedInfo: string;
585
+ textColorTextFocusInfo: string;
586
+ textColorTextDisabledInfo: string;
587
+ textColorGhostInfo: string;
588
+ textColorGhostHoverInfo: string;
589
+ textColorGhostPressedInfo: string;
590
+ textColorGhostFocusInfo: string;
591
+ textColorGhostDisabledInfo: string;
592
+ borderInfo: string;
593
+ borderHoverInfo: string;
594
+ borderPressedInfo: string;
595
+ borderFocusInfo: string;
596
+ borderDisabledInfo: string;
597
+ rippleColorInfo: string;
598
+ colorSuccess: string;
599
+ colorHoverSuccess: string;
600
+ colorPressedSuccess: string;
601
+ colorFocusSuccess: string;
602
+ colorDisabledSuccess: string;
603
+ textColorSuccess: string;
604
+ textColorHoverSuccess: string;
605
+ textColorPressedSuccess: string;
606
+ textColorFocusSuccess: string;
607
+ textColorDisabledSuccess: string;
608
+ textColorTextSuccess: string;
609
+ textColorTextHoverSuccess: string;
610
+ textColorTextPressedSuccess: string;
611
+ textColorTextFocusSuccess: string;
612
+ textColorTextDisabledSuccess: string;
613
+ textColorGhostSuccess: string;
614
+ textColorGhostHoverSuccess: string;
615
+ textColorGhostPressedSuccess: string;
616
+ textColorGhostFocusSuccess: string;
617
+ textColorGhostDisabledSuccess: string;
618
+ borderSuccess: string;
619
+ borderHoverSuccess: string;
620
+ borderPressedSuccess: string;
621
+ borderFocusSuccess: string;
622
+ borderDisabledSuccess: string;
623
+ rippleColorSuccess: string;
624
+ colorWarning: string;
625
+ colorHoverWarning: string;
626
+ colorPressedWarning: string;
627
+ colorFocusWarning: string;
628
+ colorDisabledWarning: string;
629
+ textColorWarning: string;
630
+ textColorHoverWarning: string;
631
+ textColorPressedWarning: string;
632
+ textColorFocusWarning: string;
633
+ textColorDisabledWarning: string;
634
+ textColorTextWarning: string;
635
+ textColorTextHoverWarning: string;
636
+ textColorTextPressedWarning: string;
637
+ textColorTextFocusWarning: string;
638
+ textColorTextDisabledWarning: string;
639
+ textColorGhostWarning: string;
640
+ textColorGhostHoverWarning: string;
641
+ textColorGhostPressedWarning: string;
642
+ textColorGhostFocusWarning: string;
643
+ textColorGhostDisabledWarning: string;
644
+ borderWarning: string;
645
+ borderHoverWarning: string;
646
+ borderPressedWarning: string;
647
+ borderFocusWarning: string;
648
+ borderDisabledWarning: string;
649
+ rippleColorWarning: string;
650
+ colorError: string;
651
+ colorHoverError: string;
652
+ colorPressedError: string;
653
+ colorFocusError: string;
654
+ colorDisabledError: string;
655
+ textColorError: string;
656
+ textColorHoverError: string;
657
+ textColorPressedError: string;
658
+ textColorFocusError: string;
659
+ textColorDisabledError: string;
660
+ textColorTextError: string;
661
+ textColorTextHoverError: string;
662
+ textColorTextPressedError: string;
663
+ textColorTextFocusError: string;
664
+ textColorTextDisabledError: string;
665
+ textColorGhostError: string;
666
+ textColorGhostHoverError: string;
667
+ textColorGhostPressedError: string;
668
+ textColorGhostFocusError: string;
669
+ textColorGhostDisabledError: string;
670
+ borderError: string;
671
+ borderHoverError: string;
672
+ borderPressedError: string;
673
+ borderFocusError: string;
674
+ borderDisabledError: string;
675
+ rippleColorError: string;
676
+ waveOpacity: string;
677
+ fontWeight: string;
678
+ fontWeightStrong: string;
679
+ paddingTiny: string;
680
+ paddingSmall: string;
681
+ paddingMedium: string;
682
+ paddingLarge: string;
683
+ paddingRoundTiny: string;
684
+ paddingRoundSmall: string;
685
+ paddingRoundMedium: string;
686
+ paddingRoundLarge: string;
687
+ iconMarginTiny: string;
688
+ iconMarginSmall: string;
689
+ iconMarginMedium: string;
690
+ iconMarginLarge: string;
691
+ iconSizeTiny: string;
692
+ iconSizeSmall: string;
693
+ iconSizeMedium: string;
694
+ iconSizeLarge: string;
695
+ rippleDuration: string;
696
+ }, any>;
697
+ Tag: import("../../_mixins").Theme<"Tag", {
698
+ closeBorderRadius: string;
699
+ heightTiny: string;
700
+ heightSmall: string;
701
+ heightMedium: string;
702
+ heightLarge: string;
703
+ borderRadius: string;
704
+ opacityDisabled: string;
705
+ fontSizeTiny: string;
706
+ fontSizeSmall: string;
707
+ fontSizeMedium: string;
708
+ fontSizeLarge: string;
709
+ fontWeightStrong: string;
710
+ textColorCheckable: string;
711
+ textColorHoverCheckable: string;
712
+ textColorPressedCheckable: string;
713
+ textColorChecked: string;
714
+ colorCheckable: string;
715
+ colorHoverCheckable: string;
716
+ colorPressedCheckable: string;
717
+ colorChecked: string;
718
+ colorCheckedHover: string;
719
+ colorCheckedPressed: string;
720
+ colorDisabledChecked: string;
721
+ border: string;
722
+ textColor: string;
723
+ color: string;
724
+ colorBordered: string;
725
+ closeIconColor: string;
726
+ closeIconColorHover: string;
727
+ closeIconColorPressed: string;
728
+ closeColorHover: string;
729
+ closeColorPressed: string;
730
+ borderTertiary: string;
731
+ textColorTertiary: string;
732
+ colorTertiary: string;
733
+ colorBorderedTertiary: string;
734
+ closeIconColorTertiary: string;
735
+ closeIconColorHoverTertiary: string;
736
+ closeColorHoverTertiary: string;
737
+ closeIconColorPressedTertiary: string;
738
+ closeColorPressedTertiary: string;
739
+ borderPrimary: string;
740
+ textColorPrimary: string;
741
+ colorPrimary: string;
742
+ colorBorderedPrimary: string;
743
+ closeIconColorPrimary: string;
744
+ closeIconColorHoverPrimary: string;
745
+ closeIconColorPressedPrimary: string;
746
+ closeColorHoverPrimary: string;
747
+ closeColorPressedPrimary: string;
748
+ borderInfo: string;
749
+ textColorInfo: string;
750
+ colorInfo: string;
751
+ colorBorderedInfo: string;
752
+ closeIconColorInfo: string;
753
+ closeIconColorHoverInfo: string;
754
+ closeIconColorPressedInfo: string;
755
+ closeColorHoverInfo: string;
756
+ closeColorPressedInfo: string;
757
+ borderSuccess: string;
758
+ textColorSuccess: string;
759
+ colorSuccess: string;
760
+ colorBorderedSuccess: string;
761
+ closeIconColorSuccess: string;
762
+ closeIconColorHoverSuccess: string;
763
+ closeIconColorPressedSuccess: string;
764
+ closeColorHoverSuccess: string;
765
+ closeColorPressedSuccess: string;
766
+ borderWarning: string;
767
+ textColorWarning: string;
768
+ colorWarning: string;
769
+ colorBorderedWarning: string;
770
+ closeIconColorWarning: string;
771
+ closeIconColorHoverWarning: string;
772
+ closeIconColorPressedWarning: string;
773
+ closeColorHoverWarning: string;
774
+ closeColorPressedWarning: string;
775
+ borderError: string;
776
+ textColorError: string;
777
+ colorError: string;
778
+ colorBorderedError: string;
779
+ closeIconColorError: string;
780
+ closeIconColorHoverError: string;
781
+ closeIconColorPressedError: string;
782
+ closeColorHoverError: string;
783
+ closeColorPressedError: string;
784
+ closeIconSizeTiny: string;
785
+ closeIconSizeSmall: string;
786
+ closeIconSizeMedium: string;
787
+ closeIconSizeLarge: string;
788
+ closeSizeTiny: string;
789
+ closeSizeSmall: string;
790
+ closeSizeMedium: string;
791
+ closeSizeLarge: string;
792
+ padding: string;
793
+ paddingSizeSmall: string;
794
+ closeMargin: string;
795
+ closeMarginRtl: string;
796
+ }, any>;
797
+ Space: import("../../_mixins").Theme<"Space", {
798
+ gapSmall: string;
799
+ gapMedium: string;
800
+ gapLarge: string;
801
+ }, any>;
802
+ }>>>;
803
+ builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicTags", {
804
+ inputWidth: string;
805
+ }, {
806
+ Input: import("../../_mixins").Theme<"Input", {
807
+ countTextColorDisabled: string;
808
+ countTextColor: string;
809
+ heightTiny: string;
810
+ heightSmall: string;
811
+ heightMedium: string;
812
+ heightLarge: string;
813
+ fontSizeTiny: string;
814
+ fontSizeSmall: string;
815
+ fontSizeMedium: string;
816
+ fontSizeLarge: string;
817
+ lineHeight: string;
818
+ lineHeightTextarea: string;
819
+ borderRadius: string;
820
+ iconSize: string;
821
+ groupLabelColor: string;
822
+ groupLabelTextColor: string;
823
+ textColor: string;
824
+ textColorDisabled: string;
825
+ textDecorationColor: string;
826
+ caretColor: string;
827
+ placeholderColor: string;
828
+ placeholderColorDisabled: string;
829
+ color: string;
830
+ colorDisabled: string;
831
+ colorFocus: string;
832
+ groupLabelBorder: string;
833
+ border: string;
834
+ borderHover: string;
835
+ borderDisabled: string;
836
+ borderFocus: string;
837
+ boxShadowFocus: string;
838
+ loadingColor: string;
839
+ loadingColorWarning: string;
840
+ borderWarning: string;
841
+ borderHoverWarning: string;
842
+ colorFocusWarning: string;
843
+ borderFocusWarning: string;
844
+ boxShadowFocusWarning: string;
845
+ caretColorWarning: string;
846
+ loadingColorError: string;
847
+ borderError: string;
848
+ borderHoverError: string;
849
+ colorFocusError: string;
850
+ borderFocusError: string;
851
+ boxShadowFocusError: string;
852
+ caretColorError: string;
853
+ clearColor: string;
854
+ clearColorHover: string;
855
+ clearColorPressed: string;
856
+ iconColor: string;
857
+ iconColorDisabled: string;
858
+ iconColorHover: string;
859
+ iconColorPressed: string;
860
+ suffixTextColor: string;
861
+ paddingTiny: string;
862
+ paddingSmall: string;
863
+ paddingMedium: string;
864
+ paddingLarge: string;
865
+ clearSize: string;
866
+ }, any>;
867
+ Button: import("../../_mixins").Theme<"Button", {
868
+ heightTiny: string;
869
+ heightSmall: string;
870
+ heightMedium: string;
871
+ heightLarge: string;
872
+ borderRadiusTiny: string;
873
+ borderRadiusSmall: string;
874
+ borderRadiusMedium: string;
875
+ borderRadiusLarge: string;
876
+ fontSizeTiny: string;
877
+ fontSizeSmall: string;
878
+ fontSizeMedium: string;
879
+ fontSizeLarge: string;
880
+ opacityDisabled: string;
881
+ colorOpacitySecondary: string;
882
+ colorOpacitySecondaryHover: string;
883
+ colorOpacitySecondaryPressed: string;
884
+ colorOpacitySecondaryFocus: string;
885
+ colorSecondary: string;
886
+ colorSecondaryHover: string;
887
+ colorSecondaryPressed: string;
888
+ waveColorSecondary: string;
889
+ colorTertiary: string;
890
+ colorTertiaryHover: string;
891
+ colorTertiaryPressed: string;
892
+ colorTertiaryDisalbed: string;
893
+ waveColorTerniary: string;
894
+ textColorTextTertiary: string;
895
+ colorQuaternary: string;
896
+ colorQuaternaryHover: string;
897
+ colorQuaternaryPressed: string;
898
+ color: string;
899
+ colorHover: string;
900
+ colorPressed: string;
901
+ colorFocus: string;
902
+ colorDisabled: string;
903
+ textColor: string;
904
+ textTertiary: string;
905
+ textColorTertiary: string;
906
+ textColorHover: string;
907
+ textColorPressed: string;
908
+ textColorFocus: string;
909
+ textColorDisabled: string;
910
+ textColorText: string;
911
+ textColorTextHover: string;
912
+ textColorTextPressed: string;
913
+ textColorTextFocus: string;
914
+ textColorTextDisabled: string;
915
+ textColorGhost: string;
916
+ textColorGhostHover: string;
917
+ textColorGhostPressed: string;
918
+ textColorGhostFocus: string;
919
+ textColorGhostDisabled: string;
920
+ border: string;
921
+ borderHover: string;
922
+ borderPressed: string;
923
+ borderFocus: string;
924
+ borderDisabled: string;
925
+ rippleColor: string;
926
+ colorPrimary: string;
927
+ colorHoverPrimary: string;
928
+ colorPressedPrimary: string;
929
+ colorFocusPrimary: string;
930
+ colorDisabledPrimary: string;
931
+ waveColorPrimary: string;
932
+ textColorPrimary: string;
933
+ textColorHoverPrimary: string;
934
+ textColorPressedPrimary: string;
935
+ textColorFocusPrimary: string;
936
+ textColorDisabledPrimary: string;
937
+ textColorTextPrimary: string;
938
+ textColorTextHoverPrimary: string;
939
+ textColorTextPressedPrimary: string;
940
+ textColorTextFocusPrimary: string;
941
+ textColorTextDisabledPrimary: string;
942
+ textColorGhostPrimary: string;
943
+ textColorGhostHoverPrimary: string;
944
+ textColorGhostPressedPrimary: string;
945
+ textColorGhostFocusPrimary: string;
946
+ textColorGhostDisabledPrimary: string;
947
+ borderPrimary: string;
948
+ borderHoverPrimary: string;
949
+ borderPressedPrimary: string;
950
+ borderFocusPrimary: string;
951
+ borderDisabledPrimary: string;
952
+ rippleColorPrimary: string;
953
+ colorInfo: string;
954
+ colorHoverInfo: string;
955
+ colorPressedInfo: string;
956
+ colorFocusInfo: string;
957
+ colorDisabledInfo: string;
958
+ textColorInfo: string;
959
+ textColorHoverInfo: string;
960
+ textColorPressedInfo: string;
961
+ textColorFocusInfo: string;
962
+ textColorDisabledInfo: string;
963
+ textColorTextInfo: string;
964
+ textColorTextHoverInfo: string;
965
+ textColorTextPressedInfo: string;
966
+ textColorTextFocusInfo: string;
967
+ textColorTextDisabledInfo: string;
968
+ textColorGhostInfo: string;
969
+ textColorGhostHoverInfo: string;
970
+ textColorGhostPressedInfo: string;
971
+ textColorGhostFocusInfo: string;
972
+ textColorGhostDisabledInfo: string;
973
+ borderInfo: string;
974
+ borderHoverInfo: string;
975
+ borderPressedInfo: string;
976
+ borderFocusInfo: string;
977
+ borderDisabledInfo: string;
978
+ rippleColorInfo: string;
979
+ colorSuccess: string;
980
+ colorHoverSuccess: string;
981
+ colorPressedSuccess: string;
982
+ colorFocusSuccess: string;
983
+ colorDisabledSuccess: string;
984
+ textColorSuccess: string;
985
+ textColorHoverSuccess: string;
986
+ textColorPressedSuccess: string;
987
+ textColorFocusSuccess: string;
988
+ textColorDisabledSuccess: string;
989
+ textColorTextSuccess: string;
990
+ textColorTextHoverSuccess: string;
991
+ textColorTextPressedSuccess: string;
992
+ textColorTextFocusSuccess: string;
993
+ textColorTextDisabledSuccess: string;
994
+ textColorGhostSuccess: string;
995
+ textColorGhostHoverSuccess: string;
996
+ textColorGhostPressedSuccess: string;
997
+ textColorGhostFocusSuccess: string;
998
+ textColorGhostDisabledSuccess: string;
999
+ borderSuccess: string;
1000
+ borderHoverSuccess: string;
1001
+ borderPressedSuccess: string;
1002
+ borderFocusSuccess: string;
1003
+ borderDisabledSuccess: string;
1004
+ rippleColorSuccess: string;
1005
+ colorWarning: string;
1006
+ colorHoverWarning: string;
1007
+ colorPressedWarning: string;
1008
+ colorFocusWarning: string;
1009
+ colorDisabledWarning: string;
1010
+ textColorWarning: string;
1011
+ textColorHoverWarning: string;
1012
+ textColorPressedWarning: string;
1013
+ textColorFocusWarning: string;
1014
+ textColorDisabledWarning: string;
1015
+ textColorTextWarning: string;
1016
+ textColorTextHoverWarning: string;
1017
+ textColorTextPressedWarning: string;
1018
+ textColorTextFocusWarning: string;
1019
+ textColorTextDisabledWarning: string;
1020
+ textColorGhostWarning: string;
1021
+ textColorGhostHoverWarning: string;
1022
+ textColorGhostPressedWarning: string;
1023
+ textColorGhostFocusWarning: string;
1024
+ textColorGhostDisabledWarning: string;
1025
+ borderWarning: string;
1026
+ borderHoverWarning: string;
1027
+ borderPressedWarning: string;
1028
+ borderFocusWarning: string;
1029
+ borderDisabledWarning: string;
1030
+ rippleColorWarning: string;
1031
+ colorError: string;
1032
+ colorHoverError: string;
1033
+ colorPressedError: string;
1034
+ colorFocusError: string;
1035
+ colorDisabledError: string;
1036
+ textColorError: string;
1037
+ textColorHoverError: string;
1038
+ textColorPressedError: string;
1039
+ textColorFocusError: string;
1040
+ textColorDisabledError: string;
1041
+ textColorTextError: string;
1042
+ textColorTextHoverError: string;
1043
+ textColorTextPressedError: string;
1044
+ textColorTextFocusError: string;
1045
+ textColorTextDisabledError: string;
1046
+ textColorGhostError: string;
1047
+ textColorGhostHoverError: string;
1048
+ textColorGhostPressedError: string;
1049
+ textColorGhostFocusError: string;
1050
+ textColorGhostDisabledError: string;
1051
+ borderError: string;
1052
+ borderHoverError: string;
1053
+ borderPressedError: string;
1054
+ borderFocusError: string;
1055
+ borderDisabledError: string;
1056
+ rippleColorError: string;
1057
+ waveOpacity: string;
1058
+ fontWeight: string;
1059
+ fontWeightStrong: string;
1060
+ paddingTiny: string;
1061
+ paddingSmall: string;
1062
+ paddingMedium: string;
1063
+ paddingLarge: string;
1064
+ paddingRoundTiny: string;
1065
+ paddingRoundSmall: string;
1066
+ paddingRoundMedium: string;
1067
+ paddingRoundLarge: string;
1068
+ iconMarginTiny: string;
1069
+ iconMarginSmall: string;
1070
+ iconMarginMedium: string;
1071
+ iconMarginLarge: string;
1072
+ iconSizeTiny: string;
1073
+ iconSizeSmall: string;
1074
+ iconSizeMedium: string;
1075
+ iconSizeLarge: string;
1076
+ rippleDuration: string;
1077
+ }, any>;
1078
+ Tag: import("../../_mixins").Theme<"Tag", {
1079
+ closeBorderRadius: string;
1080
+ heightTiny: string;
1081
+ heightSmall: string;
1082
+ heightMedium: string;
1083
+ heightLarge: string;
1084
+ borderRadius: string;
1085
+ opacityDisabled: string;
1086
+ fontSizeTiny: string;
1087
+ fontSizeSmall: string;
1088
+ fontSizeMedium: string;
1089
+ fontSizeLarge: string;
1090
+ fontWeightStrong: string;
1091
+ textColorCheckable: string;
1092
+ textColorHoverCheckable: string;
1093
+ textColorPressedCheckable: string;
1094
+ textColorChecked: string;
1095
+ colorCheckable: string;
1096
+ colorHoverCheckable: string;
1097
+ colorPressedCheckable: string;
1098
+ colorChecked: string;
1099
+ colorCheckedHover: string;
1100
+ colorCheckedPressed: string;
1101
+ colorDisabledChecked: string;
1102
+ border: string;
1103
+ textColor: string;
1104
+ color: string;
1105
+ colorBordered: string;
1106
+ closeIconColor: string;
1107
+ closeIconColorHover: string;
1108
+ closeIconColorPressed: string;
1109
+ closeColorHover: string;
1110
+ closeColorPressed: string;
1111
+ borderTertiary: string;
1112
+ textColorTertiary: string;
1113
+ colorTertiary: string;
1114
+ colorBorderedTertiary: string;
1115
+ closeIconColorTertiary: string;
1116
+ closeIconColorHoverTertiary: string;
1117
+ closeColorHoverTertiary: string;
1118
+ closeIconColorPressedTertiary: string;
1119
+ closeColorPressedTertiary: string;
1120
+ borderPrimary: string;
1121
+ textColorPrimary: string;
1122
+ colorPrimary: string;
1123
+ colorBorderedPrimary: string;
1124
+ closeIconColorPrimary: string;
1125
+ closeIconColorHoverPrimary: string;
1126
+ closeIconColorPressedPrimary: string;
1127
+ closeColorHoverPrimary: string;
1128
+ closeColorPressedPrimary: string;
1129
+ borderInfo: string;
1130
+ textColorInfo: string;
1131
+ colorInfo: string;
1132
+ colorBorderedInfo: string;
1133
+ closeIconColorInfo: string;
1134
+ closeIconColorHoverInfo: string;
1135
+ closeIconColorPressedInfo: string;
1136
+ closeColorHoverInfo: string;
1137
+ closeColorPressedInfo: string;
1138
+ borderSuccess: string;
1139
+ textColorSuccess: string;
1140
+ colorSuccess: string;
1141
+ colorBorderedSuccess: string;
1142
+ closeIconColorSuccess: string;
1143
+ closeIconColorHoverSuccess: string;
1144
+ closeIconColorPressedSuccess: string;
1145
+ closeColorHoverSuccess: string;
1146
+ closeColorPressedSuccess: string;
1147
+ borderWarning: string;
1148
+ textColorWarning: string;
1149
+ colorWarning: string;
1150
+ colorBorderedWarning: string;
1151
+ closeIconColorWarning: string;
1152
+ closeIconColorHoverWarning: string;
1153
+ closeIconColorPressedWarning: string;
1154
+ closeColorHoverWarning: string;
1155
+ closeColorPressedWarning: string;
1156
+ borderError: string;
1157
+ textColorError: string;
1158
+ colorError: string;
1159
+ colorBorderedError: string;
1160
+ closeIconColorError: string;
1161
+ closeIconColorHoverError: string;
1162
+ closeIconColorPressedError: string;
1163
+ closeColorHoverError: string;
1164
+ closeColorPressedError: string;
1165
+ closeIconSizeTiny: string;
1166
+ closeIconSizeSmall: string;
1167
+ closeIconSizeMedium: string;
1168
+ closeIconSizeLarge: string;
1169
+ closeSizeTiny: string;
1170
+ closeSizeSmall: string;
1171
+ closeSizeMedium: string;
1172
+ closeSizeLarge: string;
1173
+ padding: string;
1174
+ paddingSizeSmall: string;
1175
+ closeMargin: string;
1176
+ closeMarginRtl: string;
1177
+ }, any>;
1178
+ Space: import("../../_mixins").Theme<"Space", {
1179
+ gapSmall: string;
1180
+ gapMedium: string;
1181
+ gapLarge: string;
1182
+ }, any>;
1183
+ }>>>;
1184
+ };
1185
+ export type DynamicTagsProps = ExtractPublicPropTypes<typeof dynamicTagsProps>;
1186
+ declare const _default: import("vue").DefineComponent<{
1187
+ size: {
1188
+ type: PropType<"small" | "medium" | "large">;
1189
+ default: string;
1190
+ };
1191
+ closable: {
1192
+ type: BooleanConstructor;
1193
+ default: boolean;
1194
+ };
1195
+ defaultValue: {
1196
+ type: PropType<(string | DynamicTagsOption)[]>;
1197
+ default: () => never[];
1198
+ };
1199
+ value: PropType<(string | DynamicTagsOption)[]>;
1200
+ inputStyle: PropType<string | CSSProperties>;
1201
+ inputProps: PropType<InputProps>;
1202
+ max: PropType<number>;
1203
+ tagStyle: PropType<string | CSSProperties>;
1204
+ renderTag: PropType<((tag: string, index: number) => VNodeChild) | ((tag: DynamicTagsOption, index: number) => VNodeChild)>;
1205
+ onCreate: {
1206
+ type: PropType<OnCreate>;
1207
+ default: (label: string) => string;
1208
+ };
1209
+ 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
1210
+ onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
1211
+ onChange: PropType<MaybeArray<OnUpdateValue> | undefined>;
1212
+ color: PropType<import("../../tag/src/common-props").TagColor>;
1213
+ type: {
1214
+ readonly type: PropType<"default" | "error" | "tertiary" | "primary" | "info" | "success" | "warning">;
1215
+ readonly default: "default";
1216
+ };
1217
+ round: BooleanConstructor;
1218
+ disabled: {
1219
+ readonly type: PropType<boolean | undefined>;
1220
+ readonly default: undefined;
1221
+ };
1222
+ theme: PropType<import("../../_mixins").Theme<"DynamicTags", {
1223
+ inputWidth: string;
1224
+ }, {
1225
+ Input: import("../../_mixins").Theme<"Input", {
1226
+ countTextColorDisabled: string;
1227
+ countTextColor: string;
1228
+ heightTiny: string;
1229
+ heightSmall: string;
1230
+ heightMedium: string;
1231
+ heightLarge: string;
1232
+ fontSizeTiny: string;
1233
+ fontSizeSmall: string;
1234
+ fontSizeMedium: string;
1235
+ fontSizeLarge: string;
1236
+ lineHeight: string;
1237
+ lineHeightTextarea: string;
1238
+ borderRadius: string;
1239
+ iconSize: string;
1240
+ groupLabelColor: string;
1241
+ groupLabelTextColor: string;
1242
+ textColor: string;
1243
+ textColorDisabled: string;
1244
+ textDecorationColor: string;
1245
+ caretColor: string;
1246
+ placeholderColor: string;
1247
+ placeholderColorDisabled: string;
1248
+ color: string;
1249
+ colorDisabled: string;
1250
+ colorFocus: string;
1251
+ groupLabelBorder: string;
1252
+ border: string;
1253
+ borderHover: string;
1254
+ borderDisabled: string;
1255
+ borderFocus: string;
1256
+ boxShadowFocus: string;
1257
+ loadingColor: string;
1258
+ loadingColorWarning: string;
1259
+ borderWarning: string;
1260
+ borderHoverWarning: string;
1261
+ colorFocusWarning: string;
1262
+ borderFocusWarning: string;
1263
+ boxShadowFocusWarning: string;
1264
+ caretColorWarning: string;
1265
+ loadingColorError: string;
1266
+ borderError: string;
1267
+ borderHoverError: string;
1268
+ colorFocusError: string;
1269
+ borderFocusError: string;
1270
+ boxShadowFocusError: string;
1271
+ caretColorError: string;
1272
+ clearColor: string;
1273
+ clearColorHover: string;
1274
+ clearColorPressed: string;
1275
+ iconColor: string;
1276
+ iconColorDisabled: string;
1277
+ iconColorHover: string;
1278
+ iconColorPressed: string;
1279
+ suffixTextColor: string;
1280
+ paddingTiny: string;
1281
+ paddingSmall: string;
1282
+ paddingMedium: string;
1283
+ paddingLarge: string;
1284
+ clearSize: string;
1285
+ }, any>;
1286
+ Button: import("../../_mixins").Theme<"Button", {
1287
+ heightTiny: string;
1288
+ heightSmall: string;
1289
+ heightMedium: string;
1290
+ heightLarge: string;
1291
+ borderRadiusTiny: string;
1292
+ borderRadiusSmall: string;
1293
+ borderRadiusMedium: string;
1294
+ borderRadiusLarge: string;
1295
+ fontSizeTiny: string;
1296
+ fontSizeSmall: string;
1297
+ fontSizeMedium: string;
1298
+ fontSizeLarge: string;
1299
+ opacityDisabled: string;
1300
+ colorOpacitySecondary: string;
1301
+ colorOpacitySecondaryHover: string;
1302
+ colorOpacitySecondaryPressed: string;
1303
+ colorOpacitySecondaryFocus: string;
1304
+ colorSecondary: string;
1305
+ colorSecondaryHover: string;
1306
+ colorSecondaryPressed: string;
1307
+ waveColorSecondary: string;
1308
+ colorTertiary: string;
1309
+ colorTertiaryHover: string;
1310
+ colorTertiaryPressed: string;
1311
+ colorTertiaryDisalbed: string;
1312
+ waveColorTerniary: string;
1313
+ textColorTextTertiary: string;
1314
+ colorQuaternary: string;
1315
+ colorQuaternaryHover: string;
1316
+ colorQuaternaryPressed: string;
1317
+ color: string;
1318
+ colorHover: string;
1319
+ colorPressed: string;
1320
+ colorFocus: string;
1321
+ colorDisabled: string;
1322
+ textColor: string;
1323
+ textTertiary: string;
1324
+ textColorTertiary: string;
1325
+ textColorHover: string;
1326
+ textColorPressed: string;
1327
+ textColorFocus: string;
1328
+ textColorDisabled: string;
1329
+ textColorText: string;
1330
+ textColorTextHover: string;
1331
+ textColorTextPressed: string;
1332
+ textColorTextFocus: string;
1333
+ textColorTextDisabled: string;
1334
+ textColorGhost: string;
1335
+ textColorGhostHover: string;
1336
+ textColorGhostPressed: string;
1337
+ textColorGhostFocus: string;
1338
+ textColorGhostDisabled: string;
1339
+ border: string;
1340
+ borderHover: string;
1341
+ borderPressed: string;
1342
+ borderFocus: string;
1343
+ borderDisabled: string;
1344
+ rippleColor: string;
1345
+ colorPrimary: string;
1346
+ colorHoverPrimary: string;
1347
+ colorPressedPrimary: string;
1348
+ colorFocusPrimary: string;
1349
+ colorDisabledPrimary: string;
1350
+ waveColorPrimary: string;
1351
+ textColorPrimary: string;
1352
+ textColorHoverPrimary: string;
1353
+ textColorPressedPrimary: string;
1354
+ textColorFocusPrimary: string;
1355
+ textColorDisabledPrimary: string;
1356
+ textColorTextPrimary: string;
1357
+ textColorTextHoverPrimary: string;
1358
+ textColorTextPressedPrimary: string;
1359
+ textColorTextFocusPrimary: string;
1360
+ textColorTextDisabledPrimary: string;
1361
+ textColorGhostPrimary: string;
1362
+ textColorGhostHoverPrimary: string;
1363
+ textColorGhostPressedPrimary: string;
1364
+ textColorGhostFocusPrimary: string;
1365
+ textColorGhostDisabledPrimary: string;
1366
+ borderPrimary: string;
1367
+ borderHoverPrimary: string;
1368
+ borderPressedPrimary: string;
1369
+ borderFocusPrimary: string;
1370
+ borderDisabledPrimary: string;
1371
+ rippleColorPrimary: string;
1372
+ colorInfo: string;
1373
+ colorHoverInfo: string;
1374
+ colorPressedInfo: string;
1375
+ colorFocusInfo: string;
1376
+ colorDisabledInfo: string;
1377
+ textColorInfo: string;
1378
+ textColorHoverInfo: string;
1379
+ textColorPressedInfo: string;
1380
+ textColorFocusInfo: string;
1381
+ textColorDisabledInfo: string;
1382
+ textColorTextInfo: string;
1383
+ textColorTextHoverInfo: string;
1384
+ textColorTextPressedInfo: string;
1385
+ textColorTextFocusInfo: string;
1386
+ textColorTextDisabledInfo: string;
1387
+ textColorGhostInfo: string;
1388
+ textColorGhostHoverInfo: string;
1389
+ textColorGhostPressedInfo: string;
1390
+ textColorGhostFocusInfo: string;
1391
+ textColorGhostDisabledInfo: string;
1392
+ borderInfo: string;
1393
+ borderHoverInfo: string;
1394
+ borderPressedInfo: string;
1395
+ borderFocusInfo: string;
1396
+ borderDisabledInfo: string;
1397
+ rippleColorInfo: string;
1398
+ colorSuccess: string;
1399
+ colorHoverSuccess: string;
1400
+ colorPressedSuccess: string;
1401
+ colorFocusSuccess: string;
1402
+ colorDisabledSuccess: string;
1403
+ textColorSuccess: string;
1404
+ textColorHoverSuccess: string;
1405
+ textColorPressedSuccess: string;
1406
+ textColorFocusSuccess: string;
1407
+ textColorDisabledSuccess: string;
1408
+ textColorTextSuccess: string;
1409
+ textColorTextHoverSuccess: string;
1410
+ textColorTextPressedSuccess: string;
1411
+ textColorTextFocusSuccess: string;
1412
+ textColorTextDisabledSuccess: string;
1413
+ textColorGhostSuccess: string;
1414
+ textColorGhostHoverSuccess: string;
1415
+ textColorGhostPressedSuccess: string;
1416
+ textColorGhostFocusSuccess: string;
1417
+ textColorGhostDisabledSuccess: string;
1418
+ borderSuccess: string;
1419
+ borderHoverSuccess: string;
1420
+ borderPressedSuccess: string;
1421
+ borderFocusSuccess: string;
1422
+ borderDisabledSuccess: string;
1423
+ rippleColorSuccess: string;
1424
+ colorWarning: string;
1425
+ colorHoverWarning: string;
1426
+ colorPressedWarning: string;
1427
+ colorFocusWarning: string;
1428
+ colorDisabledWarning: string;
1429
+ textColorWarning: string;
1430
+ textColorHoverWarning: string;
1431
+ textColorPressedWarning: string;
1432
+ textColorFocusWarning: string;
1433
+ textColorDisabledWarning: string;
1434
+ textColorTextWarning: string;
1435
+ textColorTextHoverWarning: string;
1436
+ textColorTextPressedWarning: string;
1437
+ textColorTextFocusWarning: string;
1438
+ textColorTextDisabledWarning: string;
1439
+ textColorGhostWarning: string;
1440
+ textColorGhostHoverWarning: string;
1441
+ textColorGhostPressedWarning: string;
1442
+ textColorGhostFocusWarning: string;
1443
+ textColorGhostDisabledWarning: string;
1444
+ borderWarning: string;
1445
+ borderHoverWarning: string;
1446
+ borderPressedWarning: string;
1447
+ borderFocusWarning: string;
1448
+ borderDisabledWarning: string;
1449
+ rippleColorWarning: string;
1450
+ colorError: string;
1451
+ colorHoverError: string;
1452
+ colorPressedError: string;
1453
+ colorFocusError: string;
1454
+ colorDisabledError: string;
1455
+ textColorError: string;
1456
+ textColorHoverError: string;
1457
+ textColorPressedError: string;
1458
+ textColorFocusError: string;
1459
+ textColorDisabledError: string;
1460
+ textColorTextError: string;
1461
+ textColorTextHoverError: string;
1462
+ textColorTextPressedError: string;
1463
+ textColorTextFocusError: string;
1464
+ textColorTextDisabledError: string;
1465
+ textColorGhostError: string;
1466
+ textColorGhostHoverError: string;
1467
+ textColorGhostPressedError: string;
1468
+ textColorGhostFocusError: string;
1469
+ textColorGhostDisabledError: string;
1470
+ borderError: string;
1471
+ borderHoverError: string;
1472
+ borderPressedError: string;
1473
+ borderFocusError: string;
1474
+ borderDisabledError: string;
1475
+ rippleColorError: string;
1476
+ waveOpacity: string;
1477
+ fontWeight: string;
1478
+ fontWeightStrong: string;
1479
+ paddingTiny: string;
1480
+ paddingSmall: string;
1481
+ paddingMedium: string;
1482
+ paddingLarge: string;
1483
+ paddingRoundTiny: string;
1484
+ paddingRoundSmall: string;
1485
+ paddingRoundMedium: string;
1486
+ paddingRoundLarge: string;
1487
+ iconMarginTiny: string;
1488
+ iconMarginSmall: string;
1489
+ iconMarginMedium: string;
1490
+ iconMarginLarge: string;
1491
+ iconSizeTiny: string;
1492
+ iconSizeSmall: string;
1493
+ iconSizeMedium: string;
1494
+ iconSizeLarge: string;
1495
+ rippleDuration: string;
1496
+ }, any>;
1497
+ Tag: import("../../_mixins").Theme<"Tag", {
1498
+ closeBorderRadius: string;
1499
+ heightTiny: string;
1500
+ heightSmall: string;
1501
+ heightMedium: string;
1502
+ heightLarge: string;
1503
+ borderRadius: string;
1504
+ opacityDisabled: string;
1505
+ fontSizeTiny: string;
1506
+ fontSizeSmall: string;
1507
+ fontSizeMedium: string;
1508
+ fontSizeLarge: string;
1509
+ fontWeightStrong: string;
1510
+ textColorCheckable: string;
1511
+ textColorHoverCheckable: string;
1512
+ textColorPressedCheckable: string;
1513
+ textColorChecked: string;
1514
+ colorCheckable: string;
1515
+ colorHoverCheckable: string;
1516
+ colorPressedCheckable: string;
1517
+ colorChecked: string;
1518
+ colorCheckedHover: string;
1519
+ colorCheckedPressed: string;
1520
+ colorDisabledChecked: string;
1521
+ border: string;
1522
+ textColor: string;
1523
+ color: string;
1524
+ colorBordered: string;
1525
+ closeIconColor: string;
1526
+ closeIconColorHover: string;
1527
+ closeIconColorPressed: string;
1528
+ closeColorHover: string;
1529
+ closeColorPressed: string;
1530
+ borderTertiary: string;
1531
+ textColorTertiary: string;
1532
+ colorTertiary: string;
1533
+ colorBorderedTertiary: string;
1534
+ closeIconColorTertiary: string;
1535
+ closeIconColorHoverTertiary: string;
1536
+ closeColorHoverTertiary: string;
1537
+ closeIconColorPressedTertiary: string;
1538
+ closeColorPressedTertiary: string;
1539
+ borderPrimary: string;
1540
+ textColorPrimary: string;
1541
+ colorPrimary: string;
1542
+ colorBorderedPrimary: string;
1543
+ closeIconColorPrimary: string;
1544
+ closeIconColorHoverPrimary: string;
1545
+ closeIconColorPressedPrimary: string;
1546
+ closeColorHoverPrimary: string;
1547
+ closeColorPressedPrimary: string;
1548
+ borderInfo: string;
1549
+ textColorInfo: string;
1550
+ colorInfo: string;
1551
+ colorBorderedInfo: string;
1552
+ closeIconColorInfo: string;
1553
+ closeIconColorHoverInfo: string;
1554
+ closeIconColorPressedInfo: string;
1555
+ closeColorHoverInfo: string;
1556
+ closeColorPressedInfo: string;
1557
+ borderSuccess: string;
1558
+ textColorSuccess: string;
1559
+ colorSuccess: string;
1560
+ colorBorderedSuccess: string;
1561
+ closeIconColorSuccess: string;
1562
+ closeIconColorHoverSuccess: string;
1563
+ closeIconColorPressedSuccess: string;
1564
+ closeColorHoverSuccess: string;
1565
+ closeColorPressedSuccess: string;
1566
+ borderWarning: string;
1567
+ textColorWarning: string;
1568
+ colorWarning: string;
1569
+ colorBorderedWarning: string;
1570
+ closeIconColorWarning: string;
1571
+ closeIconColorHoverWarning: string;
1572
+ closeIconColorPressedWarning: string;
1573
+ closeColorHoverWarning: string;
1574
+ closeColorPressedWarning: string;
1575
+ borderError: string;
1576
+ textColorError: string;
1577
+ colorError: string;
1578
+ colorBorderedError: string;
1579
+ closeIconColorError: string;
1580
+ closeIconColorHoverError: string;
1581
+ closeIconColorPressedError: string;
1582
+ closeColorHoverError: string;
1583
+ closeColorPressedError: string;
1584
+ closeIconSizeTiny: string;
1585
+ closeIconSizeSmall: string;
1586
+ closeIconSizeMedium: string;
1587
+ closeIconSizeLarge: string;
1588
+ closeSizeTiny: string;
1589
+ closeSizeSmall: string;
1590
+ closeSizeMedium: string;
1591
+ closeSizeLarge: string;
1592
+ padding: string;
1593
+ paddingSizeSmall: string;
1594
+ closeMargin: string;
1595
+ closeMarginRtl: string;
1596
+ }, any>;
1597
+ Space: import("../../_mixins").Theme<"Space", {
1598
+ gapSmall: string;
1599
+ gapMedium: string;
1600
+ gapLarge: string;
1601
+ }, any>;
1602
+ }>>;
1603
+ themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicTags", {
1604
+ inputWidth: string;
1605
+ }, {
1606
+ Input: import("../../_mixins").Theme<"Input", {
1607
+ countTextColorDisabled: string;
1608
+ countTextColor: string;
1609
+ heightTiny: string;
1610
+ heightSmall: string;
1611
+ heightMedium: string;
1612
+ heightLarge: string;
1613
+ fontSizeTiny: string;
1614
+ fontSizeSmall: string;
1615
+ fontSizeMedium: string;
1616
+ fontSizeLarge: string;
1617
+ lineHeight: string;
1618
+ lineHeightTextarea: string;
1619
+ borderRadius: string;
1620
+ iconSize: string;
1621
+ groupLabelColor: string;
1622
+ groupLabelTextColor: string;
1623
+ textColor: string;
1624
+ textColorDisabled: string;
1625
+ textDecorationColor: string;
1626
+ caretColor: string;
1627
+ placeholderColor: string;
1628
+ placeholderColorDisabled: string;
1629
+ color: string;
1630
+ colorDisabled: string;
1631
+ colorFocus: string;
1632
+ groupLabelBorder: string;
1633
+ border: string;
1634
+ borderHover: string;
1635
+ borderDisabled: string;
1636
+ borderFocus: string;
1637
+ boxShadowFocus: string;
1638
+ loadingColor: string;
1639
+ loadingColorWarning: string;
1640
+ borderWarning: string;
1641
+ borderHoverWarning: string;
1642
+ colorFocusWarning: string;
1643
+ borderFocusWarning: string;
1644
+ boxShadowFocusWarning: string;
1645
+ caretColorWarning: string;
1646
+ loadingColorError: string;
1647
+ borderError: string;
1648
+ borderHoverError: string;
1649
+ colorFocusError: string;
1650
+ borderFocusError: string;
1651
+ boxShadowFocusError: string;
1652
+ caretColorError: string;
1653
+ clearColor: string;
1654
+ clearColorHover: string;
1655
+ clearColorPressed: string;
1656
+ iconColor: string;
1657
+ iconColorDisabled: string;
1658
+ iconColorHover: string;
1659
+ iconColorPressed: string;
1660
+ suffixTextColor: string;
1661
+ paddingTiny: string;
1662
+ paddingSmall: string;
1663
+ paddingMedium: string;
1664
+ paddingLarge: string;
1665
+ clearSize: string;
1666
+ }, any>;
1667
+ Button: import("../../_mixins").Theme<"Button", {
1668
+ heightTiny: string;
1669
+ heightSmall: string;
1670
+ heightMedium: string;
1671
+ heightLarge: string;
1672
+ borderRadiusTiny: string;
1673
+ borderRadiusSmall: string;
1674
+ borderRadiusMedium: string;
1675
+ borderRadiusLarge: string;
1676
+ fontSizeTiny: string;
1677
+ fontSizeSmall: string;
1678
+ fontSizeMedium: string;
1679
+ fontSizeLarge: string;
1680
+ opacityDisabled: string;
1681
+ colorOpacitySecondary: string;
1682
+ colorOpacitySecondaryHover: string;
1683
+ colorOpacitySecondaryPressed: string;
1684
+ colorOpacitySecondaryFocus: string;
1685
+ colorSecondary: string;
1686
+ colorSecondaryHover: string;
1687
+ colorSecondaryPressed: string;
1688
+ waveColorSecondary: string;
1689
+ colorTertiary: string;
1690
+ colorTertiaryHover: string;
1691
+ colorTertiaryPressed: string;
1692
+ colorTertiaryDisalbed: string;
1693
+ waveColorTerniary: string;
1694
+ textColorTextTertiary: string;
1695
+ colorQuaternary: string;
1696
+ colorQuaternaryHover: string;
1697
+ colorQuaternaryPressed: string;
1698
+ color: string;
1699
+ colorHover: string;
1700
+ colorPressed: string;
1701
+ colorFocus: string;
1702
+ colorDisabled: string;
1703
+ textColor: string;
1704
+ textTertiary: string;
1705
+ textColorTertiary: string;
1706
+ textColorHover: string;
1707
+ textColorPressed: string;
1708
+ textColorFocus: string;
1709
+ textColorDisabled: string;
1710
+ textColorText: string;
1711
+ textColorTextHover: string;
1712
+ textColorTextPressed: string;
1713
+ textColorTextFocus: string;
1714
+ textColorTextDisabled: string;
1715
+ textColorGhost: string;
1716
+ textColorGhostHover: string;
1717
+ textColorGhostPressed: string;
1718
+ textColorGhostFocus: string;
1719
+ textColorGhostDisabled: string;
1720
+ border: string;
1721
+ borderHover: string;
1722
+ borderPressed: string;
1723
+ borderFocus: string;
1724
+ borderDisabled: string;
1725
+ rippleColor: string;
1726
+ colorPrimary: string;
1727
+ colorHoverPrimary: string;
1728
+ colorPressedPrimary: string;
1729
+ colorFocusPrimary: string;
1730
+ colorDisabledPrimary: string;
1731
+ waveColorPrimary: string;
1732
+ textColorPrimary: string;
1733
+ textColorHoverPrimary: string;
1734
+ textColorPressedPrimary: string;
1735
+ textColorFocusPrimary: string;
1736
+ textColorDisabledPrimary: string;
1737
+ textColorTextPrimary: string;
1738
+ textColorTextHoverPrimary: string;
1739
+ textColorTextPressedPrimary: string;
1740
+ textColorTextFocusPrimary: string;
1741
+ textColorTextDisabledPrimary: string;
1742
+ textColorGhostPrimary: string;
1743
+ textColorGhostHoverPrimary: string;
1744
+ textColorGhostPressedPrimary: string;
1745
+ textColorGhostFocusPrimary: string;
1746
+ textColorGhostDisabledPrimary: string;
1747
+ borderPrimary: string;
1748
+ borderHoverPrimary: string;
1749
+ borderPressedPrimary: string;
1750
+ borderFocusPrimary: string;
1751
+ borderDisabledPrimary: string;
1752
+ rippleColorPrimary: string;
1753
+ colorInfo: string;
1754
+ colorHoverInfo: string;
1755
+ colorPressedInfo: string;
1756
+ colorFocusInfo: string;
1757
+ colorDisabledInfo: string;
1758
+ textColorInfo: string;
1759
+ textColorHoverInfo: string;
1760
+ textColorPressedInfo: string;
1761
+ textColorFocusInfo: string;
1762
+ textColorDisabledInfo: string;
1763
+ textColorTextInfo: string;
1764
+ textColorTextHoverInfo: string;
1765
+ textColorTextPressedInfo: string;
1766
+ textColorTextFocusInfo: string;
1767
+ textColorTextDisabledInfo: string;
1768
+ textColorGhostInfo: string;
1769
+ textColorGhostHoverInfo: string;
1770
+ textColorGhostPressedInfo: string;
1771
+ textColorGhostFocusInfo: string;
1772
+ textColorGhostDisabledInfo: string;
1773
+ borderInfo: string;
1774
+ borderHoverInfo: string;
1775
+ borderPressedInfo: string;
1776
+ borderFocusInfo: string;
1777
+ borderDisabledInfo: string;
1778
+ rippleColorInfo: string;
1779
+ colorSuccess: string;
1780
+ colorHoverSuccess: string;
1781
+ colorPressedSuccess: string;
1782
+ colorFocusSuccess: string;
1783
+ colorDisabledSuccess: string;
1784
+ textColorSuccess: string;
1785
+ textColorHoverSuccess: string;
1786
+ textColorPressedSuccess: string;
1787
+ textColorFocusSuccess: string;
1788
+ textColorDisabledSuccess: string;
1789
+ textColorTextSuccess: string;
1790
+ textColorTextHoverSuccess: string;
1791
+ textColorTextPressedSuccess: string;
1792
+ textColorTextFocusSuccess: string;
1793
+ textColorTextDisabledSuccess: string;
1794
+ textColorGhostSuccess: string;
1795
+ textColorGhostHoverSuccess: string;
1796
+ textColorGhostPressedSuccess: string;
1797
+ textColorGhostFocusSuccess: string;
1798
+ textColorGhostDisabledSuccess: string;
1799
+ borderSuccess: string;
1800
+ borderHoverSuccess: string;
1801
+ borderPressedSuccess: string;
1802
+ borderFocusSuccess: string;
1803
+ borderDisabledSuccess: string;
1804
+ rippleColorSuccess: string;
1805
+ colorWarning: string;
1806
+ colorHoverWarning: string;
1807
+ colorPressedWarning: string;
1808
+ colorFocusWarning: string;
1809
+ colorDisabledWarning: string;
1810
+ textColorWarning: string;
1811
+ textColorHoverWarning: string;
1812
+ textColorPressedWarning: string;
1813
+ textColorFocusWarning: string;
1814
+ textColorDisabledWarning: string;
1815
+ textColorTextWarning: string;
1816
+ textColorTextHoverWarning: string;
1817
+ textColorTextPressedWarning: string;
1818
+ textColorTextFocusWarning: string;
1819
+ textColorTextDisabledWarning: string;
1820
+ textColorGhostWarning: string;
1821
+ textColorGhostHoverWarning: string;
1822
+ textColorGhostPressedWarning: string;
1823
+ textColorGhostFocusWarning: string;
1824
+ textColorGhostDisabledWarning: string;
1825
+ borderWarning: string;
1826
+ borderHoverWarning: string;
1827
+ borderPressedWarning: string;
1828
+ borderFocusWarning: string;
1829
+ borderDisabledWarning: string;
1830
+ rippleColorWarning: string;
1831
+ colorError: string;
1832
+ colorHoverError: string;
1833
+ colorPressedError: string;
1834
+ colorFocusError: string;
1835
+ colorDisabledError: string;
1836
+ textColorError: string;
1837
+ textColorHoverError: string;
1838
+ textColorPressedError: string;
1839
+ textColorFocusError: string;
1840
+ textColorDisabledError: string;
1841
+ textColorTextError: string;
1842
+ textColorTextHoverError: string;
1843
+ textColorTextPressedError: string;
1844
+ textColorTextFocusError: string;
1845
+ textColorTextDisabledError: string;
1846
+ textColorGhostError: string;
1847
+ textColorGhostHoverError: string;
1848
+ textColorGhostPressedError: string;
1849
+ textColorGhostFocusError: string;
1850
+ textColorGhostDisabledError: string;
1851
+ borderError: string;
1852
+ borderHoverError: string;
1853
+ borderPressedError: string;
1854
+ borderFocusError: string;
1855
+ borderDisabledError: string;
1856
+ rippleColorError: string;
1857
+ waveOpacity: string;
1858
+ fontWeight: string;
1859
+ fontWeightStrong: string;
1860
+ paddingTiny: string;
1861
+ paddingSmall: string;
1862
+ paddingMedium: string;
1863
+ paddingLarge: string;
1864
+ paddingRoundTiny: string;
1865
+ paddingRoundSmall: string;
1866
+ paddingRoundMedium: string;
1867
+ paddingRoundLarge: string;
1868
+ iconMarginTiny: string;
1869
+ iconMarginSmall: string;
1870
+ iconMarginMedium: string;
1871
+ iconMarginLarge: string;
1872
+ iconSizeTiny: string;
1873
+ iconSizeSmall: string;
1874
+ iconSizeMedium: string;
1875
+ iconSizeLarge: string;
1876
+ rippleDuration: string;
1877
+ }, any>;
1878
+ Tag: import("../../_mixins").Theme<"Tag", {
1879
+ closeBorderRadius: string;
1880
+ heightTiny: string;
1881
+ heightSmall: string;
1882
+ heightMedium: string;
1883
+ heightLarge: string;
1884
+ borderRadius: string;
1885
+ opacityDisabled: string;
1886
+ fontSizeTiny: string;
1887
+ fontSizeSmall: string;
1888
+ fontSizeMedium: string;
1889
+ fontSizeLarge: string;
1890
+ fontWeightStrong: string;
1891
+ textColorCheckable: string;
1892
+ textColorHoverCheckable: string;
1893
+ textColorPressedCheckable: string;
1894
+ textColorChecked: string;
1895
+ colorCheckable: string;
1896
+ colorHoverCheckable: string;
1897
+ colorPressedCheckable: string;
1898
+ colorChecked: string;
1899
+ colorCheckedHover: string;
1900
+ colorCheckedPressed: string;
1901
+ colorDisabledChecked: string;
1902
+ border: string;
1903
+ textColor: string;
1904
+ color: string;
1905
+ colorBordered: string;
1906
+ closeIconColor: string;
1907
+ closeIconColorHover: string;
1908
+ closeIconColorPressed: string;
1909
+ closeColorHover: string;
1910
+ closeColorPressed: string;
1911
+ borderTertiary: string;
1912
+ textColorTertiary: string;
1913
+ colorTertiary: string;
1914
+ colorBorderedTertiary: string;
1915
+ closeIconColorTertiary: string;
1916
+ closeIconColorHoverTertiary: string;
1917
+ closeColorHoverTertiary: string;
1918
+ closeIconColorPressedTertiary: string;
1919
+ closeColorPressedTertiary: string;
1920
+ borderPrimary: string;
1921
+ textColorPrimary: string;
1922
+ colorPrimary: string;
1923
+ colorBorderedPrimary: string;
1924
+ closeIconColorPrimary: string;
1925
+ closeIconColorHoverPrimary: string;
1926
+ closeIconColorPressedPrimary: string;
1927
+ closeColorHoverPrimary: string;
1928
+ closeColorPressedPrimary: string;
1929
+ borderInfo: string;
1930
+ textColorInfo: string;
1931
+ colorInfo: string;
1932
+ colorBorderedInfo: string;
1933
+ closeIconColorInfo: string;
1934
+ closeIconColorHoverInfo: string;
1935
+ closeIconColorPressedInfo: string;
1936
+ closeColorHoverInfo: string;
1937
+ closeColorPressedInfo: string;
1938
+ borderSuccess: string;
1939
+ textColorSuccess: string;
1940
+ colorSuccess: string;
1941
+ colorBorderedSuccess: string;
1942
+ closeIconColorSuccess: string;
1943
+ closeIconColorHoverSuccess: string;
1944
+ closeIconColorPressedSuccess: string;
1945
+ closeColorHoverSuccess: string;
1946
+ closeColorPressedSuccess: string;
1947
+ borderWarning: string;
1948
+ textColorWarning: string;
1949
+ colorWarning: string;
1950
+ colorBorderedWarning: string;
1951
+ closeIconColorWarning: string;
1952
+ closeIconColorHoverWarning: string;
1953
+ closeIconColorPressedWarning: string;
1954
+ closeColorHoverWarning: string;
1955
+ closeColorPressedWarning: string;
1956
+ borderError: string;
1957
+ textColorError: string;
1958
+ colorError: string;
1959
+ colorBorderedError: string;
1960
+ closeIconColorError: string;
1961
+ closeIconColorHoverError: string;
1962
+ closeIconColorPressedError: string;
1963
+ closeColorHoverError: string;
1964
+ closeColorPressedError: string;
1965
+ closeIconSizeTiny: string;
1966
+ closeIconSizeSmall: string;
1967
+ closeIconSizeMedium: string;
1968
+ closeIconSizeLarge: string;
1969
+ closeSizeTiny: string;
1970
+ closeSizeSmall: string;
1971
+ closeSizeMedium: string;
1972
+ closeSizeLarge: string;
1973
+ padding: string;
1974
+ paddingSizeSmall: string;
1975
+ closeMargin: string;
1976
+ closeMarginRtl: string;
1977
+ }, any>;
1978
+ Space: import("../../_mixins").Theme<"Space", {
1979
+ gapSmall: string;
1980
+ gapMedium: string;
1981
+ gapLarge: string;
1982
+ }, any>;
1983
+ }>>>;
1984
+ builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicTags", {
1985
+ inputWidth: string;
1986
+ }, {
1987
+ Input: import("../../_mixins").Theme<"Input", {
1988
+ countTextColorDisabled: string;
1989
+ countTextColor: string;
1990
+ heightTiny: string;
1991
+ heightSmall: string;
1992
+ heightMedium: string;
1993
+ heightLarge: string;
1994
+ fontSizeTiny: string;
1995
+ fontSizeSmall: string;
1996
+ fontSizeMedium: string;
1997
+ fontSizeLarge: string;
1998
+ lineHeight: string;
1999
+ lineHeightTextarea: string;
2000
+ borderRadius: string;
2001
+ iconSize: string;
2002
+ groupLabelColor: string;
2003
+ groupLabelTextColor: string;
2004
+ textColor: string;
2005
+ textColorDisabled: string;
2006
+ textDecorationColor: string;
2007
+ caretColor: string;
2008
+ placeholderColor: string;
2009
+ placeholderColorDisabled: string;
2010
+ color: string;
2011
+ colorDisabled: string;
2012
+ colorFocus: string;
2013
+ groupLabelBorder: string;
2014
+ border: string;
2015
+ borderHover: string;
2016
+ borderDisabled: string;
2017
+ borderFocus: string;
2018
+ boxShadowFocus: string;
2019
+ loadingColor: string;
2020
+ loadingColorWarning: string;
2021
+ borderWarning: string;
2022
+ borderHoverWarning: string;
2023
+ colorFocusWarning: string;
2024
+ borderFocusWarning: string;
2025
+ boxShadowFocusWarning: string;
2026
+ caretColorWarning: string;
2027
+ loadingColorError: string;
2028
+ borderError: string;
2029
+ borderHoverError: string;
2030
+ colorFocusError: string;
2031
+ borderFocusError: string;
2032
+ boxShadowFocusError: string;
2033
+ caretColorError: string;
2034
+ clearColor: string;
2035
+ clearColorHover: string;
2036
+ clearColorPressed: string;
2037
+ iconColor: string;
2038
+ iconColorDisabled: string;
2039
+ iconColorHover: string;
2040
+ iconColorPressed: string;
2041
+ suffixTextColor: string;
2042
+ paddingTiny: string;
2043
+ paddingSmall: string;
2044
+ paddingMedium: string;
2045
+ paddingLarge: string;
2046
+ clearSize: string;
2047
+ }, any>;
2048
+ Button: import("../../_mixins").Theme<"Button", {
2049
+ heightTiny: string;
2050
+ heightSmall: string;
2051
+ heightMedium: string;
2052
+ heightLarge: string;
2053
+ borderRadiusTiny: string;
2054
+ borderRadiusSmall: string;
2055
+ borderRadiusMedium: string;
2056
+ borderRadiusLarge: string;
2057
+ fontSizeTiny: string;
2058
+ fontSizeSmall: string;
2059
+ fontSizeMedium: string;
2060
+ fontSizeLarge: string;
2061
+ opacityDisabled: string;
2062
+ colorOpacitySecondary: string;
2063
+ colorOpacitySecondaryHover: string;
2064
+ colorOpacitySecondaryPressed: string;
2065
+ colorOpacitySecondaryFocus: string;
2066
+ colorSecondary: string;
2067
+ colorSecondaryHover: string;
2068
+ colorSecondaryPressed: string;
2069
+ waveColorSecondary: string;
2070
+ colorTertiary: string;
2071
+ colorTertiaryHover: string;
2072
+ colorTertiaryPressed: string;
2073
+ colorTertiaryDisalbed: string;
2074
+ waveColorTerniary: string;
2075
+ textColorTextTertiary: string;
2076
+ colorQuaternary: string;
2077
+ colorQuaternaryHover: string;
2078
+ colorQuaternaryPressed: string;
2079
+ color: string;
2080
+ colorHover: string;
2081
+ colorPressed: string;
2082
+ colorFocus: string;
2083
+ colorDisabled: string;
2084
+ textColor: string;
2085
+ textTertiary: string;
2086
+ textColorTertiary: string;
2087
+ textColorHover: string;
2088
+ textColorPressed: string;
2089
+ textColorFocus: string;
2090
+ textColorDisabled: string;
2091
+ textColorText: string;
2092
+ textColorTextHover: string;
2093
+ textColorTextPressed: string;
2094
+ textColorTextFocus: string;
2095
+ textColorTextDisabled: string;
2096
+ textColorGhost: string;
2097
+ textColorGhostHover: string;
2098
+ textColorGhostPressed: string;
2099
+ textColorGhostFocus: string;
2100
+ textColorGhostDisabled: string;
2101
+ border: string;
2102
+ borderHover: string;
2103
+ borderPressed: string;
2104
+ borderFocus: string;
2105
+ borderDisabled: string;
2106
+ rippleColor: string;
2107
+ colorPrimary: string;
2108
+ colorHoverPrimary: string;
2109
+ colorPressedPrimary: string;
2110
+ colorFocusPrimary: string;
2111
+ colorDisabledPrimary: string;
2112
+ waveColorPrimary: string;
2113
+ textColorPrimary: string;
2114
+ textColorHoverPrimary: string;
2115
+ textColorPressedPrimary: string;
2116
+ textColorFocusPrimary: string;
2117
+ textColorDisabledPrimary: string;
2118
+ textColorTextPrimary: string;
2119
+ textColorTextHoverPrimary: string;
2120
+ textColorTextPressedPrimary: string;
2121
+ textColorTextFocusPrimary: string;
2122
+ textColorTextDisabledPrimary: string;
2123
+ textColorGhostPrimary: string;
2124
+ textColorGhostHoverPrimary: string;
2125
+ textColorGhostPressedPrimary: string;
2126
+ textColorGhostFocusPrimary: string;
2127
+ textColorGhostDisabledPrimary: string;
2128
+ borderPrimary: string;
2129
+ borderHoverPrimary: string;
2130
+ borderPressedPrimary: string;
2131
+ borderFocusPrimary: string;
2132
+ borderDisabledPrimary: string;
2133
+ rippleColorPrimary: string;
2134
+ colorInfo: string;
2135
+ colorHoverInfo: string;
2136
+ colorPressedInfo: string;
2137
+ colorFocusInfo: string;
2138
+ colorDisabledInfo: string;
2139
+ textColorInfo: string;
2140
+ textColorHoverInfo: string;
2141
+ textColorPressedInfo: string;
2142
+ textColorFocusInfo: string;
2143
+ textColorDisabledInfo: string;
2144
+ textColorTextInfo: string;
2145
+ textColorTextHoverInfo: string;
2146
+ textColorTextPressedInfo: string;
2147
+ textColorTextFocusInfo: string;
2148
+ textColorTextDisabledInfo: string;
2149
+ textColorGhostInfo: string;
2150
+ textColorGhostHoverInfo: string;
2151
+ textColorGhostPressedInfo: string;
2152
+ textColorGhostFocusInfo: string;
2153
+ textColorGhostDisabledInfo: string;
2154
+ borderInfo: string;
2155
+ borderHoverInfo: string;
2156
+ borderPressedInfo: string;
2157
+ borderFocusInfo: string;
2158
+ borderDisabledInfo: string;
2159
+ rippleColorInfo: string;
2160
+ colorSuccess: string;
2161
+ colorHoverSuccess: string;
2162
+ colorPressedSuccess: string;
2163
+ colorFocusSuccess: string;
2164
+ colorDisabledSuccess: string;
2165
+ textColorSuccess: string;
2166
+ textColorHoverSuccess: string;
2167
+ textColorPressedSuccess: string;
2168
+ textColorFocusSuccess: string;
2169
+ textColorDisabledSuccess: string;
2170
+ textColorTextSuccess: string;
2171
+ textColorTextHoverSuccess: string;
2172
+ textColorTextPressedSuccess: string;
2173
+ textColorTextFocusSuccess: string;
2174
+ textColorTextDisabledSuccess: string;
2175
+ textColorGhostSuccess: string;
2176
+ textColorGhostHoverSuccess: string;
2177
+ textColorGhostPressedSuccess: string;
2178
+ textColorGhostFocusSuccess: string;
2179
+ textColorGhostDisabledSuccess: string;
2180
+ borderSuccess: string;
2181
+ borderHoverSuccess: string;
2182
+ borderPressedSuccess: string;
2183
+ borderFocusSuccess: string;
2184
+ borderDisabledSuccess: string;
2185
+ rippleColorSuccess: string;
2186
+ colorWarning: string;
2187
+ colorHoverWarning: string;
2188
+ colorPressedWarning: string;
2189
+ colorFocusWarning: string;
2190
+ colorDisabledWarning: string;
2191
+ textColorWarning: string;
2192
+ textColorHoverWarning: string;
2193
+ textColorPressedWarning: string;
2194
+ textColorFocusWarning: string;
2195
+ textColorDisabledWarning: string;
2196
+ textColorTextWarning: string;
2197
+ textColorTextHoverWarning: string;
2198
+ textColorTextPressedWarning: string;
2199
+ textColorTextFocusWarning: string;
2200
+ textColorTextDisabledWarning: string;
2201
+ textColorGhostWarning: string;
2202
+ textColorGhostHoverWarning: string;
2203
+ textColorGhostPressedWarning: string;
2204
+ textColorGhostFocusWarning: string;
2205
+ textColorGhostDisabledWarning: string;
2206
+ borderWarning: string;
2207
+ borderHoverWarning: string;
2208
+ borderPressedWarning: string;
2209
+ borderFocusWarning: string;
2210
+ borderDisabledWarning: string;
2211
+ rippleColorWarning: string;
2212
+ colorError: string;
2213
+ colorHoverError: string;
2214
+ colorPressedError: string;
2215
+ colorFocusError: string;
2216
+ colorDisabledError: string;
2217
+ textColorError: string;
2218
+ textColorHoverError: string;
2219
+ textColorPressedError: string;
2220
+ textColorFocusError: string;
2221
+ textColorDisabledError: string;
2222
+ textColorTextError: string;
2223
+ textColorTextHoverError: string;
2224
+ textColorTextPressedError: string;
2225
+ textColorTextFocusError: string;
2226
+ textColorTextDisabledError: string;
2227
+ textColorGhostError: string;
2228
+ textColorGhostHoverError: string;
2229
+ textColorGhostPressedError: string;
2230
+ textColorGhostFocusError: string;
2231
+ textColorGhostDisabledError: string;
2232
+ borderError: string;
2233
+ borderHoverError: string;
2234
+ borderPressedError: string;
2235
+ borderFocusError: string;
2236
+ borderDisabledError: string;
2237
+ rippleColorError: string;
2238
+ waveOpacity: string;
2239
+ fontWeight: string;
2240
+ fontWeightStrong: string;
2241
+ paddingTiny: string;
2242
+ paddingSmall: string;
2243
+ paddingMedium: string;
2244
+ paddingLarge: string;
2245
+ paddingRoundTiny: string;
2246
+ paddingRoundSmall: string;
2247
+ paddingRoundMedium: string;
2248
+ paddingRoundLarge: string;
2249
+ iconMarginTiny: string;
2250
+ iconMarginSmall: string;
2251
+ iconMarginMedium: string;
2252
+ iconMarginLarge: string;
2253
+ iconSizeTiny: string;
2254
+ iconSizeSmall: string;
2255
+ iconSizeMedium: string;
2256
+ iconSizeLarge: string;
2257
+ rippleDuration: string;
2258
+ }, any>;
2259
+ Tag: import("../../_mixins").Theme<"Tag", {
2260
+ closeBorderRadius: string;
2261
+ heightTiny: string;
2262
+ heightSmall: string;
2263
+ heightMedium: string;
2264
+ heightLarge: string;
2265
+ borderRadius: string;
2266
+ opacityDisabled: string;
2267
+ fontSizeTiny: string;
2268
+ fontSizeSmall: string;
2269
+ fontSizeMedium: string;
2270
+ fontSizeLarge: string;
2271
+ fontWeightStrong: string;
2272
+ textColorCheckable: string;
2273
+ textColorHoverCheckable: string;
2274
+ textColorPressedCheckable: string;
2275
+ textColorChecked: string;
2276
+ colorCheckable: string;
2277
+ colorHoverCheckable: string;
2278
+ colorPressedCheckable: string;
2279
+ colorChecked: string;
2280
+ colorCheckedHover: string;
2281
+ colorCheckedPressed: string;
2282
+ colorDisabledChecked: string;
2283
+ border: string;
2284
+ textColor: string;
2285
+ color: string;
2286
+ colorBordered: string;
2287
+ closeIconColor: string;
2288
+ closeIconColorHover: string;
2289
+ closeIconColorPressed: string;
2290
+ closeColorHover: string;
2291
+ closeColorPressed: string;
2292
+ borderTertiary: string;
2293
+ textColorTertiary: string;
2294
+ colorTertiary: string;
2295
+ colorBorderedTertiary: string;
2296
+ closeIconColorTertiary: string;
2297
+ closeIconColorHoverTertiary: string;
2298
+ closeColorHoverTertiary: string;
2299
+ closeIconColorPressedTertiary: string;
2300
+ closeColorPressedTertiary: string;
2301
+ borderPrimary: string;
2302
+ textColorPrimary: string;
2303
+ colorPrimary: string;
2304
+ colorBorderedPrimary: string;
2305
+ closeIconColorPrimary: string;
2306
+ closeIconColorHoverPrimary: string;
2307
+ closeIconColorPressedPrimary: string;
2308
+ closeColorHoverPrimary: string;
2309
+ closeColorPressedPrimary: string;
2310
+ borderInfo: string;
2311
+ textColorInfo: string;
2312
+ colorInfo: string;
2313
+ colorBorderedInfo: string;
2314
+ closeIconColorInfo: string;
2315
+ closeIconColorHoverInfo: string;
2316
+ closeIconColorPressedInfo: string;
2317
+ closeColorHoverInfo: string;
2318
+ closeColorPressedInfo: string;
2319
+ borderSuccess: string;
2320
+ textColorSuccess: string;
2321
+ colorSuccess: string;
2322
+ colorBorderedSuccess: string;
2323
+ closeIconColorSuccess: string;
2324
+ closeIconColorHoverSuccess: string;
2325
+ closeIconColorPressedSuccess: string;
2326
+ closeColorHoverSuccess: string;
2327
+ closeColorPressedSuccess: string;
2328
+ borderWarning: string;
2329
+ textColorWarning: string;
2330
+ colorWarning: string;
2331
+ colorBorderedWarning: string;
2332
+ closeIconColorWarning: string;
2333
+ closeIconColorHoverWarning: string;
2334
+ closeIconColorPressedWarning: string;
2335
+ closeColorHoverWarning: string;
2336
+ closeColorPressedWarning: string;
2337
+ borderError: string;
2338
+ textColorError: string;
2339
+ colorError: string;
2340
+ colorBorderedError: string;
2341
+ closeIconColorError: string;
2342
+ closeIconColorHoverError: string;
2343
+ closeIconColorPressedError: string;
2344
+ closeColorHoverError: string;
2345
+ closeColorPressedError: string;
2346
+ closeIconSizeTiny: string;
2347
+ closeIconSizeSmall: string;
2348
+ closeIconSizeMedium: string;
2349
+ closeIconSizeLarge: string;
2350
+ closeSizeTiny: string;
2351
+ closeSizeSmall: string;
2352
+ closeSizeMedium: string;
2353
+ closeSizeLarge: string;
2354
+ padding: string;
2355
+ paddingSizeSmall: string;
2356
+ closeMargin: string;
2357
+ closeMarginRtl: string;
2358
+ }, any>;
2359
+ Space: import("../../_mixins").Theme<"Space", {
2360
+ gapSmall: string;
2361
+ gapMedium: string;
2362
+ gapLarge: string;
2363
+ }, any>;
2364
+ }>>>;
2365
+ }, {
2366
+ mergedClsPrefix: import("vue").Ref<string>;
2367
+ inputInstRef: import("vue").Ref<{
2368
+ wrapperElRef: HTMLElement | null;
2369
+ textareaElRef: HTMLTextAreaElement | null;
2370
+ inputElRef: HTMLInputElement | null;
2371
+ isCompositing: boolean;
2372
+ blur: () => void;
2373
+ focus: () => void;
2374
+ select: () => void;
2375
+ activate: () => void;
2376
+ deactivate: () => void;
2377
+ scrollTo: (options: ScrollToOptions) => void;
2378
+ } | null>;
2379
+ localizedAdd: import("vue").ComputedRef<string>;
2380
+ inputSize: import("vue").ComputedRef<"small" | "medium" | "tiny">;
2381
+ inputValue: import("vue").Ref<string>;
2382
+ showInput: import("vue").Ref<boolean>;
2383
+ inputForceFocused: import("vue").Ref<boolean>;
2384
+ mergedValue: import("vue").ComputedRef<(string | {
2385
+ label: string;
2386
+ value: string;
2387
+ })[]>;
2388
+ mergedDisabled: import("vue").ComputedRef<boolean>;
2389
+ triggerDisabled: import("vue").ComputedRef<boolean>;
2390
+ handleInputKeyUp: (e: KeyboardEvent) => void;
2391
+ handleAddClick: () => void;
2392
+ handleInputBlur: () => void;
2393
+ handleCloseClick: (index: number) => void;
2394
+ handleInputConfirm: (externalValue?: string) => void;
2395
+ mergedTheme: import("vue").ComputedRef<{
2396
+ common: {
2397
+ baseColor: string;
2398
+ primaryColor: string;
2399
+ primaryColorHover: string;
2400
+ primaryColorPressed: string;
2401
+ primaryColorSuppl: string;
2402
+ infoColor: string;
2403
+ infoColorHover: string;
2404
+ infoColorPressed: string;
2405
+ infoColorSuppl: string;
2406
+ successColor: string;
2407
+ successColorHover: string;
2408
+ successColorPressed: string;
2409
+ successColorSuppl: string;
2410
+ warningColor: string;
2411
+ warningColorHover: string;
2412
+ warningColorPressed: string;
2413
+ warningColorSuppl: string;
2414
+ errorColor: string;
2415
+ errorColorHover: string;
2416
+ errorColorPressed: string;
2417
+ errorColorSuppl: string;
2418
+ tertiaryColor: string;
2419
+ tertiaryColorHover: string;
2420
+ tertiaryColorActive: string;
2421
+ tertiaryColorSuppl: string;
2422
+ tertiaryElements: string;
2423
+ textColorBase: string;
2424
+ textColor1: string;
2425
+ textColor2: string;
2426
+ textColor3: string;
2427
+ textTertiary: string;
2428
+ boxShadowHover: string;
2429
+ boxShadowFocus: string;
2430
+ boxShadowHoverChecked: string;
2431
+ boxShadowFocusChecked: string;
2432
+ textColorDisabled: string;
2433
+ placeholderColor: string;
2434
+ placeholderColorDisabled: string;
2435
+ iconColor: string;
2436
+ iconColorHover: string;
2437
+ iconColorPressed: string;
2438
+ iconColorDisabled: string;
2439
+ opacity1: string;
2440
+ opacity2: string;
2441
+ opacity3: string;
2442
+ opacity4: string;
2443
+ opacity5: string;
2444
+ dividerColor: string;
2445
+ borderColor: string;
2446
+ borderTagColor: string;
2447
+ closeIconColor: string;
2448
+ closeIconColorHover: string;
2449
+ closeIconColorPressed: string;
2450
+ closeColorHover: string;
2451
+ closeColorPressed: string;
2452
+ clearColor: string;
2453
+ clearColorHover: string;
2454
+ clearColorPressed: string;
2455
+ scrollbarColor: string;
2456
+ scrollbarColorHover: string;
2457
+ scrollbarWidth: string;
2458
+ scrollbarHeight: string;
2459
+ scrollbarBorderRadius: string;
2460
+ progressRailColor: string;
2461
+ railColor: string;
2462
+ popoverColor: string;
2463
+ tableColor: string;
2464
+ cardColor: string;
2465
+ modalColor: string;
2466
+ bodyColor: string;
2467
+ tagColor: string;
2468
+ avatarColor: string;
2469
+ avatarTextColor: string;
2470
+ avatarIconColor: string;
2471
+ invertedColor: string;
2472
+ tooltipColor: string;
2473
+ inputColor: string;
2474
+ codeColor: string;
2475
+ tabColor: string;
2476
+ actionColor: string;
2477
+ tableHeaderColor: string;
2478
+ hoverColor: string;
2479
+ tableColorHover: string;
2480
+ tableColorStriped: string;
2481
+ pressedColor: string;
2482
+ opacityDisabled: string;
2483
+ inputColorDisabled: string;
2484
+ buttonColor2: string;
2485
+ buttonColor2Hover: string;
2486
+ buttonColor2Pressed: string;
2487
+ boxShadow1: string;
2488
+ boxShadow2: string;
2489
+ boxShadow3: string;
2490
+ fontFamily: string;
2491
+ fontFamilyMono: string;
2492
+ fontWeight: string;
2493
+ fontWeightStrong: string;
2494
+ cubicBezierEaseInOut: string;
2495
+ cubicBezierEaseOut: string;
2496
+ cubicBezierEaseIn: string;
2497
+ borderWidth: number;
2498
+ borderTagWidth: number;
2499
+ borderRadius: string;
2500
+ borderRadiusSmall: string;
2501
+ fontSize: string;
2502
+ fontSizeMini: string;
2503
+ fontSizeTiny: string;
2504
+ fontSizeSmall: string;
2505
+ fontSizeMedium: string;
2506
+ fontSizeLarge: string;
2507
+ fontSizeHuge: string;
2508
+ lineHeight: string;
2509
+ heightMini: string;
2510
+ heightTiny: string;
2511
+ heightSmall: string;
2512
+ heightMedium: string;
2513
+ heightLarge: string;
2514
+ heightHuge: string;
2515
+ name: "common";
2516
+ };
2517
+ self: {
2518
+ inputWidth: string;
2519
+ };
2520
+ peers: {
2521
+ Input: import("../../_mixins").Theme<"Input", {
2522
+ countTextColorDisabled: string;
2523
+ countTextColor: string;
2524
+ heightTiny: string;
2525
+ heightSmall: string;
2526
+ heightMedium: string;
2527
+ heightLarge: string;
2528
+ fontSizeTiny: string;
2529
+ fontSizeSmall: string;
2530
+ fontSizeMedium: string;
2531
+ fontSizeLarge: string;
2532
+ lineHeight: string;
2533
+ lineHeightTextarea: string;
2534
+ borderRadius: string;
2535
+ iconSize: string;
2536
+ groupLabelColor: string;
2537
+ groupLabelTextColor: string;
2538
+ textColor: string;
2539
+ textColorDisabled: string;
2540
+ textDecorationColor: string;
2541
+ caretColor: string;
2542
+ placeholderColor: string;
2543
+ placeholderColorDisabled: string;
2544
+ color: string;
2545
+ colorDisabled: string;
2546
+ colorFocus: string;
2547
+ groupLabelBorder: string;
2548
+ border: string;
2549
+ borderHover: string;
2550
+ borderDisabled: string;
2551
+ borderFocus: string;
2552
+ boxShadowFocus: string;
2553
+ loadingColor: string;
2554
+ loadingColorWarning: string;
2555
+ borderWarning: string;
2556
+ borderHoverWarning: string;
2557
+ colorFocusWarning: string;
2558
+ borderFocusWarning: string;
2559
+ boxShadowFocusWarning: string;
2560
+ caretColorWarning: string;
2561
+ loadingColorError: string;
2562
+ borderError: string;
2563
+ borderHoverError: string;
2564
+ colorFocusError: string;
2565
+ borderFocusError: string;
2566
+ boxShadowFocusError: string;
2567
+ caretColorError: string;
2568
+ clearColor: string;
2569
+ clearColorHover: string;
2570
+ clearColorPressed: string;
2571
+ iconColor: string;
2572
+ iconColorDisabled: string;
2573
+ iconColorHover: string;
2574
+ iconColorPressed: string;
2575
+ suffixTextColor: string;
2576
+ paddingTiny: string;
2577
+ paddingSmall: string;
2578
+ paddingMedium: string;
2579
+ paddingLarge: string;
2580
+ clearSize: string;
2581
+ }, any>;
2582
+ Button: import("../../_mixins").Theme<"Button", {
2583
+ heightTiny: string;
2584
+ heightSmall: string;
2585
+ heightMedium: string;
2586
+ heightLarge: string;
2587
+ borderRadiusTiny: string;
2588
+ borderRadiusSmall: string;
2589
+ borderRadiusMedium: string;
2590
+ borderRadiusLarge: string;
2591
+ fontSizeTiny: string;
2592
+ fontSizeSmall: string;
2593
+ fontSizeMedium: string;
2594
+ fontSizeLarge: string;
2595
+ opacityDisabled: string;
2596
+ colorOpacitySecondary: string;
2597
+ colorOpacitySecondaryHover: string;
2598
+ colorOpacitySecondaryPressed: string;
2599
+ colorOpacitySecondaryFocus: string;
2600
+ colorSecondary: string;
2601
+ colorSecondaryHover: string;
2602
+ colorSecondaryPressed: string;
2603
+ waveColorSecondary: string;
2604
+ colorTertiary: string;
2605
+ colorTertiaryHover: string;
2606
+ colorTertiaryPressed: string;
2607
+ colorTertiaryDisalbed: string;
2608
+ waveColorTerniary: string;
2609
+ textColorTextTertiary: string;
2610
+ colorQuaternary: string;
2611
+ colorQuaternaryHover: string;
2612
+ colorQuaternaryPressed: string;
2613
+ color: string;
2614
+ colorHover: string;
2615
+ colorPressed: string;
2616
+ colorFocus: string;
2617
+ colorDisabled: string;
2618
+ textColor: string;
2619
+ textTertiary: string;
2620
+ textColorTertiary: string;
2621
+ textColorHover: string;
2622
+ textColorPressed: string;
2623
+ textColorFocus: string;
2624
+ textColorDisabled: string;
2625
+ textColorText: string;
2626
+ textColorTextHover: string;
2627
+ textColorTextPressed: string;
2628
+ textColorTextFocus: string;
2629
+ textColorTextDisabled: string;
2630
+ textColorGhost: string;
2631
+ textColorGhostHover: string;
2632
+ textColorGhostPressed: string;
2633
+ textColorGhostFocus: string;
2634
+ textColorGhostDisabled: string;
2635
+ border: string;
2636
+ borderHover: string;
2637
+ borderPressed: string;
2638
+ borderFocus: string;
2639
+ borderDisabled: string;
2640
+ rippleColor: string;
2641
+ colorPrimary: string;
2642
+ colorHoverPrimary: string;
2643
+ colorPressedPrimary: string;
2644
+ colorFocusPrimary: string;
2645
+ colorDisabledPrimary: string;
2646
+ waveColorPrimary: string;
2647
+ textColorPrimary: string;
2648
+ textColorHoverPrimary: string;
2649
+ textColorPressedPrimary: string;
2650
+ textColorFocusPrimary: string;
2651
+ textColorDisabledPrimary: string;
2652
+ textColorTextPrimary: string;
2653
+ textColorTextHoverPrimary: string;
2654
+ textColorTextPressedPrimary: string;
2655
+ textColorTextFocusPrimary: string;
2656
+ textColorTextDisabledPrimary: string;
2657
+ textColorGhostPrimary: string;
2658
+ textColorGhostHoverPrimary: string;
2659
+ textColorGhostPressedPrimary: string;
2660
+ textColorGhostFocusPrimary: string;
2661
+ textColorGhostDisabledPrimary: string;
2662
+ borderPrimary: string;
2663
+ borderHoverPrimary: string;
2664
+ borderPressedPrimary: string;
2665
+ borderFocusPrimary: string;
2666
+ borderDisabledPrimary: string;
2667
+ rippleColorPrimary: string;
2668
+ colorInfo: string;
2669
+ colorHoverInfo: string;
2670
+ colorPressedInfo: string;
2671
+ colorFocusInfo: string;
2672
+ colorDisabledInfo: string;
2673
+ textColorInfo: string;
2674
+ textColorHoverInfo: string;
2675
+ textColorPressedInfo: string;
2676
+ textColorFocusInfo: string;
2677
+ textColorDisabledInfo: string;
2678
+ textColorTextInfo: string;
2679
+ textColorTextHoverInfo: string;
2680
+ textColorTextPressedInfo: string;
2681
+ textColorTextFocusInfo: string;
2682
+ textColorTextDisabledInfo: string;
2683
+ textColorGhostInfo: string;
2684
+ textColorGhostHoverInfo: string;
2685
+ textColorGhostPressedInfo: string;
2686
+ textColorGhostFocusInfo: string;
2687
+ textColorGhostDisabledInfo: string;
2688
+ borderInfo: string;
2689
+ borderHoverInfo: string;
2690
+ borderPressedInfo: string;
2691
+ borderFocusInfo: string;
2692
+ borderDisabledInfo: string;
2693
+ rippleColorInfo: string;
2694
+ colorSuccess: string;
2695
+ colorHoverSuccess: string;
2696
+ colorPressedSuccess: string;
2697
+ colorFocusSuccess: string;
2698
+ colorDisabledSuccess: string;
2699
+ textColorSuccess: string;
2700
+ textColorHoverSuccess: string;
2701
+ textColorPressedSuccess: string;
2702
+ textColorFocusSuccess: string;
2703
+ textColorDisabledSuccess: string;
2704
+ textColorTextSuccess: string;
2705
+ textColorTextHoverSuccess: string;
2706
+ textColorTextPressedSuccess: string;
2707
+ textColorTextFocusSuccess: string;
2708
+ textColorTextDisabledSuccess: string;
2709
+ textColorGhostSuccess: string;
2710
+ textColorGhostHoverSuccess: string;
2711
+ textColorGhostPressedSuccess: string;
2712
+ textColorGhostFocusSuccess: string;
2713
+ textColorGhostDisabledSuccess: string;
2714
+ borderSuccess: string;
2715
+ borderHoverSuccess: string;
2716
+ borderPressedSuccess: string;
2717
+ borderFocusSuccess: string;
2718
+ borderDisabledSuccess: string;
2719
+ rippleColorSuccess: string;
2720
+ colorWarning: string;
2721
+ colorHoverWarning: string;
2722
+ colorPressedWarning: string;
2723
+ colorFocusWarning: string;
2724
+ colorDisabledWarning: string;
2725
+ textColorWarning: string;
2726
+ textColorHoverWarning: string;
2727
+ textColorPressedWarning: string;
2728
+ textColorFocusWarning: string;
2729
+ textColorDisabledWarning: string;
2730
+ textColorTextWarning: string;
2731
+ textColorTextHoverWarning: string;
2732
+ textColorTextPressedWarning: string;
2733
+ textColorTextFocusWarning: string;
2734
+ textColorTextDisabledWarning: string;
2735
+ textColorGhostWarning: string;
2736
+ textColorGhostHoverWarning: string;
2737
+ textColorGhostPressedWarning: string;
2738
+ textColorGhostFocusWarning: string;
2739
+ textColorGhostDisabledWarning: string;
2740
+ borderWarning: string;
2741
+ borderHoverWarning: string;
2742
+ borderPressedWarning: string;
2743
+ borderFocusWarning: string;
2744
+ borderDisabledWarning: string;
2745
+ rippleColorWarning: string;
2746
+ colorError: string;
2747
+ colorHoverError: string;
2748
+ colorPressedError: string;
2749
+ colorFocusError: string;
2750
+ colorDisabledError: string;
2751
+ textColorError: string;
2752
+ textColorHoverError: string;
2753
+ textColorPressedError: string;
2754
+ textColorFocusError: string;
2755
+ textColorDisabledError: string;
2756
+ textColorTextError: string;
2757
+ textColorTextHoverError: string;
2758
+ textColorTextPressedError: string;
2759
+ textColorTextFocusError: string;
2760
+ textColorTextDisabledError: string;
2761
+ textColorGhostError: string;
2762
+ textColorGhostHoverError: string;
2763
+ textColorGhostPressedError: string;
2764
+ textColorGhostFocusError: string;
2765
+ textColorGhostDisabledError: string;
2766
+ borderError: string;
2767
+ borderHoverError: string;
2768
+ borderPressedError: string;
2769
+ borderFocusError: string;
2770
+ borderDisabledError: string;
2771
+ rippleColorError: string;
2772
+ waveOpacity: string;
2773
+ fontWeight: string;
2774
+ fontWeightStrong: string;
2775
+ paddingTiny: string;
2776
+ paddingSmall: string;
2777
+ paddingMedium: string;
2778
+ paddingLarge: string;
2779
+ paddingRoundTiny: string;
2780
+ paddingRoundSmall: string;
2781
+ paddingRoundMedium: string;
2782
+ paddingRoundLarge: string;
2783
+ iconMarginTiny: string;
2784
+ iconMarginSmall: string;
2785
+ iconMarginMedium: string;
2786
+ iconMarginLarge: string;
2787
+ iconSizeTiny: string;
2788
+ iconSizeSmall: string;
2789
+ iconSizeMedium: string;
2790
+ iconSizeLarge: string;
2791
+ rippleDuration: string;
2792
+ }, any>;
2793
+ Tag: import("../../_mixins").Theme<"Tag", {
2794
+ closeBorderRadius: string;
2795
+ heightTiny: string;
2796
+ heightSmall: string;
2797
+ heightMedium: string;
2798
+ heightLarge: string;
2799
+ borderRadius: string;
2800
+ opacityDisabled: string;
2801
+ fontSizeTiny: string;
2802
+ fontSizeSmall: string;
2803
+ fontSizeMedium: string;
2804
+ fontSizeLarge: string;
2805
+ fontWeightStrong: string;
2806
+ textColorCheckable: string;
2807
+ textColorHoverCheckable: string;
2808
+ textColorPressedCheckable: string;
2809
+ textColorChecked: string;
2810
+ colorCheckable: string;
2811
+ colorHoverCheckable: string;
2812
+ colorPressedCheckable: string;
2813
+ colorChecked: string;
2814
+ colorCheckedHover: string;
2815
+ colorCheckedPressed: string;
2816
+ colorDisabledChecked: string;
2817
+ border: string;
2818
+ textColor: string;
2819
+ color: string;
2820
+ colorBordered: string;
2821
+ closeIconColor: string;
2822
+ closeIconColorHover: string;
2823
+ closeIconColorPressed: string;
2824
+ closeColorHover: string;
2825
+ closeColorPressed: string;
2826
+ borderTertiary: string;
2827
+ textColorTertiary: string;
2828
+ colorTertiary: string;
2829
+ colorBorderedTertiary: string;
2830
+ closeIconColorTertiary: string;
2831
+ closeIconColorHoverTertiary: string;
2832
+ closeColorHoverTertiary: string;
2833
+ closeIconColorPressedTertiary: string;
2834
+ closeColorPressedTertiary: string;
2835
+ borderPrimary: string;
2836
+ textColorPrimary: string;
2837
+ colorPrimary: string;
2838
+ colorBorderedPrimary: string;
2839
+ closeIconColorPrimary: string;
2840
+ closeIconColorHoverPrimary: string;
2841
+ closeIconColorPressedPrimary: string;
2842
+ closeColorHoverPrimary: string;
2843
+ closeColorPressedPrimary: string;
2844
+ borderInfo: string;
2845
+ textColorInfo: string;
2846
+ colorInfo: string;
2847
+ colorBorderedInfo: string;
2848
+ closeIconColorInfo: string;
2849
+ closeIconColorHoverInfo: string;
2850
+ closeIconColorPressedInfo: string;
2851
+ closeColorHoverInfo: string;
2852
+ closeColorPressedInfo: string;
2853
+ borderSuccess: string;
2854
+ textColorSuccess: string;
2855
+ colorSuccess: string;
2856
+ colorBorderedSuccess: string;
2857
+ closeIconColorSuccess: string;
2858
+ closeIconColorHoverSuccess: string;
2859
+ closeIconColorPressedSuccess: string;
2860
+ closeColorHoverSuccess: string;
2861
+ closeColorPressedSuccess: string;
2862
+ borderWarning: string;
2863
+ textColorWarning: string;
2864
+ colorWarning: string;
2865
+ colorBorderedWarning: string;
2866
+ closeIconColorWarning: string;
2867
+ closeIconColorHoverWarning: string;
2868
+ closeIconColorPressedWarning: string;
2869
+ closeColorHoverWarning: string;
2870
+ closeColorPressedWarning: string;
2871
+ borderError: string;
2872
+ textColorError: string;
2873
+ colorError: string;
2874
+ colorBorderedError: string;
2875
+ closeIconColorError: string;
2876
+ closeIconColorHoverError: string;
2877
+ closeIconColorPressedError: string;
2878
+ closeColorHoverError: string;
2879
+ closeColorPressedError: string;
2880
+ closeIconSizeTiny: string;
2881
+ closeIconSizeSmall: string;
2882
+ closeIconSizeMedium: string;
2883
+ closeIconSizeLarge: string;
2884
+ closeSizeTiny: string;
2885
+ closeSizeSmall: string;
2886
+ closeSizeMedium: string;
2887
+ closeSizeLarge: string;
2888
+ padding: string;
2889
+ paddingSizeSmall: string;
2890
+ closeMargin: string;
2891
+ closeMarginRtl: string;
2892
+ }, any>;
2893
+ Space: import("../../_mixins").Theme<"Space", {
2894
+ gapSmall: string;
2895
+ gapMedium: string;
2896
+ gapLarge: string;
2897
+ }, any>;
2898
+ };
2899
+ peerOverrides: {
2900
+ Input?: {
2901
+ peers?: {
2902
+ [x: string]: any;
2903
+ } | undefined;
2904
+ } | undefined;
2905
+ Button?: {
2906
+ peers?: {
2907
+ [x: string]: any;
2908
+ } | undefined;
2909
+ } | undefined;
2910
+ Tag?: {
2911
+ peers?: {
2912
+ [x: string]: any;
2913
+ } | undefined;
2914
+ } | undefined;
2915
+ Space?: {
2916
+ peers?: {
2917
+ [x: string]: any;
2918
+ } | undefined;
2919
+ } | undefined;
2920
+ };
2921
+ }>;
2922
+ cssVars: import("vue").ComputedRef<{
2923
+ '--u-input-width': string;
2924
+ }> | undefined;
2925
+ themeClass: import("vue").Ref<string> | undefined;
2926
+ onRender: (() => void) | undefined;
2927
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2928
+ size: {
2929
+ type: PropType<"small" | "medium" | "large">;
2930
+ default: string;
2931
+ };
2932
+ closable: {
2933
+ type: BooleanConstructor;
2934
+ default: boolean;
2935
+ };
2936
+ defaultValue: {
2937
+ type: PropType<(string | DynamicTagsOption)[]>;
2938
+ default: () => never[];
2939
+ };
2940
+ value: PropType<(string | DynamicTagsOption)[]>;
2941
+ inputStyle: PropType<string | CSSProperties>;
2942
+ inputProps: PropType<InputProps>;
2943
+ max: PropType<number>;
2944
+ tagStyle: PropType<string | CSSProperties>;
2945
+ renderTag: PropType<((tag: string, index: number) => VNodeChild) | ((tag: DynamicTagsOption, index: number) => VNodeChild)>;
2946
+ onCreate: {
2947
+ type: PropType<OnCreate>;
2948
+ default: (label: string) => string;
2949
+ };
2950
+ 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
2951
+ onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
2952
+ onChange: PropType<MaybeArray<OnUpdateValue> | undefined>;
2953
+ color: PropType<import("../../tag/src/common-props").TagColor>;
2954
+ type: {
2955
+ readonly type: PropType<"default" | "error" | "tertiary" | "primary" | "info" | "success" | "warning">;
2956
+ readonly default: "default";
2957
+ };
2958
+ round: BooleanConstructor;
2959
+ disabled: {
2960
+ readonly type: PropType<boolean | undefined>;
2961
+ readonly default: undefined;
2962
+ };
2963
+ theme: PropType<import("../../_mixins").Theme<"DynamicTags", {
2964
+ inputWidth: string;
2965
+ }, {
2966
+ Input: import("../../_mixins").Theme<"Input", {
2967
+ countTextColorDisabled: string;
2968
+ countTextColor: string;
2969
+ heightTiny: string;
2970
+ heightSmall: string;
2971
+ heightMedium: string;
2972
+ heightLarge: string;
2973
+ fontSizeTiny: string;
2974
+ fontSizeSmall: string;
2975
+ fontSizeMedium: string;
2976
+ fontSizeLarge: string;
2977
+ lineHeight: string;
2978
+ lineHeightTextarea: string;
2979
+ borderRadius: string;
2980
+ iconSize: string;
2981
+ groupLabelColor: string;
2982
+ groupLabelTextColor: string;
2983
+ textColor: string;
2984
+ textColorDisabled: string;
2985
+ textDecorationColor: string;
2986
+ caretColor: string;
2987
+ placeholderColor: string;
2988
+ placeholderColorDisabled: string;
2989
+ color: string;
2990
+ colorDisabled: string;
2991
+ colorFocus: string;
2992
+ groupLabelBorder: string;
2993
+ border: string;
2994
+ borderHover: string;
2995
+ borderDisabled: string;
2996
+ borderFocus: string;
2997
+ boxShadowFocus: string;
2998
+ loadingColor: string;
2999
+ loadingColorWarning: string;
3000
+ borderWarning: string;
3001
+ borderHoverWarning: string;
3002
+ colorFocusWarning: string;
3003
+ borderFocusWarning: string;
3004
+ boxShadowFocusWarning: string;
3005
+ caretColorWarning: string;
3006
+ loadingColorError: string;
3007
+ borderError: string;
3008
+ borderHoverError: string;
3009
+ colorFocusError: string;
3010
+ borderFocusError: string;
3011
+ boxShadowFocusError: string;
3012
+ caretColorError: string;
3013
+ clearColor: string;
3014
+ clearColorHover: string;
3015
+ clearColorPressed: string;
3016
+ iconColor: string;
3017
+ iconColorDisabled: string;
3018
+ iconColorHover: string;
3019
+ iconColorPressed: string;
3020
+ suffixTextColor: string;
3021
+ paddingTiny: string;
3022
+ paddingSmall: string;
3023
+ paddingMedium: string;
3024
+ paddingLarge: string;
3025
+ clearSize: string;
3026
+ }, any>;
3027
+ Button: import("../../_mixins").Theme<"Button", {
3028
+ heightTiny: string;
3029
+ heightSmall: string;
3030
+ heightMedium: string;
3031
+ heightLarge: string;
3032
+ borderRadiusTiny: string;
3033
+ borderRadiusSmall: string;
3034
+ borderRadiusMedium: string;
3035
+ borderRadiusLarge: string;
3036
+ fontSizeTiny: string;
3037
+ fontSizeSmall: string;
3038
+ fontSizeMedium: string;
3039
+ fontSizeLarge: string;
3040
+ opacityDisabled: string;
3041
+ colorOpacitySecondary: string;
3042
+ colorOpacitySecondaryHover: string;
3043
+ colorOpacitySecondaryPressed: string;
3044
+ colorOpacitySecondaryFocus: string;
3045
+ colorSecondary: string;
3046
+ colorSecondaryHover: string;
3047
+ colorSecondaryPressed: string;
3048
+ waveColorSecondary: string;
3049
+ colorTertiary: string;
3050
+ colorTertiaryHover: string;
3051
+ colorTertiaryPressed: string;
3052
+ colorTertiaryDisalbed: string;
3053
+ waveColorTerniary: string;
3054
+ textColorTextTertiary: string;
3055
+ colorQuaternary: string;
3056
+ colorQuaternaryHover: string;
3057
+ colorQuaternaryPressed: string;
3058
+ color: string;
3059
+ colorHover: string;
3060
+ colorPressed: string;
3061
+ colorFocus: string;
3062
+ colorDisabled: string;
3063
+ textColor: string;
3064
+ textTertiary: string;
3065
+ textColorTertiary: string;
3066
+ textColorHover: string;
3067
+ textColorPressed: string;
3068
+ textColorFocus: string;
3069
+ textColorDisabled: string;
3070
+ textColorText: string;
3071
+ textColorTextHover: string;
3072
+ textColorTextPressed: string;
3073
+ textColorTextFocus: string;
3074
+ textColorTextDisabled: string;
3075
+ textColorGhost: string;
3076
+ textColorGhostHover: string;
3077
+ textColorGhostPressed: string;
3078
+ textColorGhostFocus: string;
3079
+ textColorGhostDisabled: string;
3080
+ border: string;
3081
+ borderHover: string;
3082
+ borderPressed: string;
3083
+ borderFocus: string;
3084
+ borderDisabled: string;
3085
+ rippleColor: string;
3086
+ colorPrimary: string;
3087
+ colorHoverPrimary: string;
3088
+ colorPressedPrimary: string;
3089
+ colorFocusPrimary: string;
3090
+ colorDisabledPrimary: string;
3091
+ waveColorPrimary: string;
3092
+ textColorPrimary: string;
3093
+ textColorHoverPrimary: string;
3094
+ textColorPressedPrimary: string;
3095
+ textColorFocusPrimary: string;
3096
+ textColorDisabledPrimary: string;
3097
+ textColorTextPrimary: string;
3098
+ textColorTextHoverPrimary: string;
3099
+ textColorTextPressedPrimary: string;
3100
+ textColorTextFocusPrimary: string;
3101
+ textColorTextDisabledPrimary: string;
3102
+ textColorGhostPrimary: string;
3103
+ textColorGhostHoverPrimary: string;
3104
+ textColorGhostPressedPrimary: string;
3105
+ textColorGhostFocusPrimary: string;
3106
+ textColorGhostDisabledPrimary: string;
3107
+ borderPrimary: string;
3108
+ borderHoverPrimary: string;
3109
+ borderPressedPrimary: string;
3110
+ borderFocusPrimary: string;
3111
+ borderDisabledPrimary: string;
3112
+ rippleColorPrimary: string;
3113
+ colorInfo: string;
3114
+ colorHoverInfo: string;
3115
+ colorPressedInfo: string;
3116
+ colorFocusInfo: string;
3117
+ colorDisabledInfo: string;
3118
+ textColorInfo: string;
3119
+ textColorHoverInfo: string;
3120
+ textColorPressedInfo: string;
3121
+ textColorFocusInfo: string;
3122
+ textColorDisabledInfo: string;
3123
+ textColorTextInfo: string;
3124
+ textColorTextHoverInfo: string;
3125
+ textColorTextPressedInfo: string;
3126
+ textColorTextFocusInfo: string;
3127
+ textColorTextDisabledInfo: string;
3128
+ textColorGhostInfo: string;
3129
+ textColorGhostHoverInfo: string;
3130
+ textColorGhostPressedInfo: string;
3131
+ textColorGhostFocusInfo: string;
3132
+ textColorGhostDisabledInfo: string;
3133
+ borderInfo: string;
3134
+ borderHoverInfo: string;
3135
+ borderPressedInfo: string;
3136
+ borderFocusInfo: string;
3137
+ borderDisabledInfo: string;
3138
+ rippleColorInfo: string;
3139
+ colorSuccess: string;
3140
+ colorHoverSuccess: string;
3141
+ colorPressedSuccess: string;
3142
+ colorFocusSuccess: string;
3143
+ colorDisabledSuccess: string;
3144
+ textColorSuccess: string;
3145
+ textColorHoverSuccess: string;
3146
+ textColorPressedSuccess: string;
3147
+ textColorFocusSuccess: string;
3148
+ textColorDisabledSuccess: string;
3149
+ textColorTextSuccess: string;
3150
+ textColorTextHoverSuccess: string;
3151
+ textColorTextPressedSuccess: string;
3152
+ textColorTextFocusSuccess: string;
3153
+ textColorTextDisabledSuccess: string;
3154
+ textColorGhostSuccess: string;
3155
+ textColorGhostHoverSuccess: string;
3156
+ textColorGhostPressedSuccess: string;
3157
+ textColorGhostFocusSuccess: string;
3158
+ textColorGhostDisabledSuccess: string;
3159
+ borderSuccess: string;
3160
+ borderHoverSuccess: string;
3161
+ borderPressedSuccess: string;
3162
+ borderFocusSuccess: string;
3163
+ borderDisabledSuccess: string;
3164
+ rippleColorSuccess: string;
3165
+ colorWarning: string;
3166
+ colorHoverWarning: string;
3167
+ colorPressedWarning: string;
3168
+ colorFocusWarning: string;
3169
+ colorDisabledWarning: string;
3170
+ textColorWarning: string;
3171
+ textColorHoverWarning: string;
3172
+ textColorPressedWarning: string;
3173
+ textColorFocusWarning: string;
3174
+ textColorDisabledWarning: string;
3175
+ textColorTextWarning: string;
3176
+ textColorTextHoverWarning: string;
3177
+ textColorTextPressedWarning: string;
3178
+ textColorTextFocusWarning: string;
3179
+ textColorTextDisabledWarning: string;
3180
+ textColorGhostWarning: string;
3181
+ textColorGhostHoverWarning: string;
3182
+ textColorGhostPressedWarning: string;
3183
+ textColorGhostFocusWarning: string;
3184
+ textColorGhostDisabledWarning: string;
3185
+ borderWarning: string;
3186
+ borderHoverWarning: string;
3187
+ borderPressedWarning: string;
3188
+ borderFocusWarning: string;
3189
+ borderDisabledWarning: string;
3190
+ rippleColorWarning: string;
3191
+ colorError: string;
3192
+ colorHoverError: string;
3193
+ colorPressedError: string;
3194
+ colorFocusError: string;
3195
+ colorDisabledError: string;
3196
+ textColorError: string;
3197
+ textColorHoverError: string;
3198
+ textColorPressedError: string;
3199
+ textColorFocusError: string;
3200
+ textColorDisabledError: string;
3201
+ textColorTextError: string;
3202
+ textColorTextHoverError: string;
3203
+ textColorTextPressedError: string;
3204
+ textColorTextFocusError: string;
3205
+ textColorTextDisabledError: string;
3206
+ textColorGhostError: string;
3207
+ textColorGhostHoverError: string;
3208
+ textColorGhostPressedError: string;
3209
+ textColorGhostFocusError: string;
3210
+ textColorGhostDisabledError: string;
3211
+ borderError: string;
3212
+ borderHoverError: string;
3213
+ borderPressedError: string;
3214
+ borderFocusError: string;
3215
+ borderDisabledError: string;
3216
+ rippleColorError: string;
3217
+ waveOpacity: string;
3218
+ fontWeight: string;
3219
+ fontWeightStrong: string;
3220
+ paddingTiny: string;
3221
+ paddingSmall: string;
3222
+ paddingMedium: string;
3223
+ paddingLarge: string;
3224
+ paddingRoundTiny: string;
3225
+ paddingRoundSmall: string;
3226
+ paddingRoundMedium: string;
3227
+ paddingRoundLarge: string;
3228
+ iconMarginTiny: string;
3229
+ iconMarginSmall: string;
3230
+ iconMarginMedium: string;
3231
+ iconMarginLarge: string;
3232
+ iconSizeTiny: string;
3233
+ iconSizeSmall: string;
3234
+ iconSizeMedium: string;
3235
+ iconSizeLarge: string;
3236
+ rippleDuration: string;
3237
+ }, any>;
3238
+ Tag: import("../../_mixins").Theme<"Tag", {
3239
+ closeBorderRadius: string;
3240
+ heightTiny: string;
3241
+ heightSmall: string;
3242
+ heightMedium: string;
3243
+ heightLarge: string;
3244
+ borderRadius: string;
3245
+ opacityDisabled: string;
3246
+ fontSizeTiny: string;
3247
+ fontSizeSmall: string;
3248
+ fontSizeMedium: string;
3249
+ fontSizeLarge: string;
3250
+ fontWeightStrong: string;
3251
+ textColorCheckable: string;
3252
+ textColorHoverCheckable: string;
3253
+ textColorPressedCheckable: string;
3254
+ textColorChecked: string;
3255
+ colorCheckable: string;
3256
+ colorHoverCheckable: string;
3257
+ colorPressedCheckable: string;
3258
+ colorChecked: string;
3259
+ colorCheckedHover: string;
3260
+ colorCheckedPressed: string;
3261
+ colorDisabledChecked: string;
3262
+ border: string;
3263
+ textColor: string;
3264
+ color: string;
3265
+ colorBordered: string;
3266
+ closeIconColor: string;
3267
+ closeIconColorHover: string;
3268
+ closeIconColorPressed: string;
3269
+ closeColorHover: string;
3270
+ closeColorPressed: string;
3271
+ borderTertiary: string;
3272
+ textColorTertiary: string;
3273
+ colorTertiary: string;
3274
+ colorBorderedTertiary: string;
3275
+ closeIconColorTertiary: string;
3276
+ closeIconColorHoverTertiary: string;
3277
+ closeColorHoverTertiary: string;
3278
+ closeIconColorPressedTertiary: string;
3279
+ closeColorPressedTertiary: string;
3280
+ borderPrimary: string;
3281
+ textColorPrimary: string;
3282
+ colorPrimary: string;
3283
+ colorBorderedPrimary: string;
3284
+ closeIconColorPrimary: string;
3285
+ closeIconColorHoverPrimary: string;
3286
+ closeIconColorPressedPrimary: string;
3287
+ closeColorHoverPrimary: string;
3288
+ closeColorPressedPrimary: string;
3289
+ borderInfo: string;
3290
+ textColorInfo: string;
3291
+ colorInfo: string;
3292
+ colorBorderedInfo: string;
3293
+ closeIconColorInfo: string;
3294
+ closeIconColorHoverInfo: string;
3295
+ closeIconColorPressedInfo: string;
3296
+ closeColorHoverInfo: string;
3297
+ closeColorPressedInfo: string;
3298
+ borderSuccess: string;
3299
+ textColorSuccess: string;
3300
+ colorSuccess: string;
3301
+ colorBorderedSuccess: string;
3302
+ closeIconColorSuccess: string;
3303
+ closeIconColorHoverSuccess: string;
3304
+ closeIconColorPressedSuccess: string;
3305
+ closeColorHoverSuccess: string;
3306
+ closeColorPressedSuccess: string;
3307
+ borderWarning: string;
3308
+ textColorWarning: string;
3309
+ colorWarning: string;
3310
+ colorBorderedWarning: string;
3311
+ closeIconColorWarning: string;
3312
+ closeIconColorHoverWarning: string;
3313
+ closeIconColorPressedWarning: string;
3314
+ closeColorHoverWarning: string;
3315
+ closeColorPressedWarning: string;
3316
+ borderError: string;
3317
+ textColorError: string;
3318
+ colorError: string;
3319
+ colorBorderedError: string;
3320
+ closeIconColorError: string;
3321
+ closeIconColorHoverError: string;
3322
+ closeIconColorPressedError: string;
3323
+ closeColorHoverError: string;
3324
+ closeColorPressedError: string;
3325
+ closeIconSizeTiny: string;
3326
+ closeIconSizeSmall: string;
3327
+ closeIconSizeMedium: string;
3328
+ closeIconSizeLarge: string;
3329
+ closeSizeTiny: string;
3330
+ closeSizeSmall: string;
3331
+ closeSizeMedium: string;
3332
+ closeSizeLarge: string;
3333
+ padding: string;
3334
+ paddingSizeSmall: string;
3335
+ closeMargin: string;
3336
+ closeMarginRtl: string;
3337
+ }, any>;
3338
+ Space: import("../../_mixins").Theme<"Space", {
3339
+ gapSmall: string;
3340
+ gapMedium: string;
3341
+ gapLarge: string;
3342
+ }, any>;
3343
+ }>>;
3344
+ themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicTags", {
3345
+ inputWidth: string;
3346
+ }, {
3347
+ Input: import("../../_mixins").Theme<"Input", {
3348
+ countTextColorDisabled: string;
3349
+ countTextColor: string;
3350
+ heightTiny: string;
3351
+ heightSmall: string;
3352
+ heightMedium: string;
3353
+ heightLarge: string;
3354
+ fontSizeTiny: string;
3355
+ fontSizeSmall: string;
3356
+ fontSizeMedium: string;
3357
+ fontSizeLarge: string;
3358
+ lineHeight: string;
3359
+ lineHeightTextarea: string;
3360
+ borderRadius: string;
3361
+ iconSize: string;
3362
+ groupLabelColor: string;
3363
+ groupLabelTextColor: string;
3364
+ textColor: string;
3365
+ textColorDisabled: string;
3366
+ textDecorationColor: string;
3367
+ caretColor: string;
3368
+ placeholderColor: string;
3369
+ placeholderColorDisabled: string;
3370
+ color: string;
3371
+ colorDisabled: string;
3372
+ colorFocus: string;
3373
+ groupLabelBorder: string;
3374
+ border: string;
3375
+ borderHover: string;
3376
+ borderDisabled: string;
3377
+ borderFocus: string;
3378
+ boxShadowFocus: string;
3379
+ loadingColor: string;
3380
+ loadingColorWarning: string;
3381
+ borderWarning: string;
3382
+ borderHoverWarning: string;
3383
+ colorFocusWarning: string;
3384
+ borderFocusWarning: string;
3385
+ boxShadowFocusWarning: string;
3386
+ caretColorWarning: string;
3387
+ loadingColorError: string;
3388
+ borderError: string;
3389
+ borderHoverError: string;
3390
+ colorFocusError: string;
3391
+ borderFocusError: string;
3392
+ boxShadowFocusError: string;
3393
+ caretColorError: string;
3394
+ clearColor: string;
3395
+ clearColorHover: string;
3396
+ clearColorPressed: string;
3397
+ iconColor: string;
3398
+ iconColorDisabled: string;
3399
+ iconColorHover: string;
3400
+ iconColorPressed: string;
3401
+ suffixTextColor: string;
3402
+ paddingTiny: string;
3403
+ paddingSmall: string;
3404
+ paddingMedium: string;
3405
+ paddingLarge: string;
3406
+ clearSize: string;
3407
+ }, any>;
3408
+ Button: import("../../_mixins").Theme<"Button", {
3409
+ heightTiny: string;
3410
+ heightSmall: string;
3411
+ heightMedium: string;
3412
+ heightLarge: string;
3413
+ borderRadiusTiny: string;
3414
+ borderRadiusSmall: string;
3415
+ borderRadiusMedium: string;
3416
+ borderRadiusLarge: string;
3417
+ fontSizeTiny: string;
3418
+ fontSizeSmall: string;
3419
+ fontSizeMedium: string;
3420
+ fontSizeLarge: string;
3421
+ opacityDisabled: string;
3422
+ colorOpacitySecondary: string;
3423
+ colorOpacitySecondaryHover: string;
3424
+ colorOpacitySecondaryPressed: string;
3425
+ colorOpacitySecondaryFocus: string;
3426
+ colorSecondary: string;
3427
+ colorSecondaryHover: string;
3428
+ colorSecondaryPressed: string;
3429
+ waveColorSecondary: string;
3430
+ colorTertiary: string;
3431
+ colorTertiaryHover: string;
3432
+ colorTertiaryPressed: string;
3433
+ colorTertiaryDisalbed: string;
3434
+ waveColorTerniary: string;
3435
+ textColorTextTertiary: string;
3436
+ colorQuaternary: string;
3437
+ colorQuaternaryHover: string;
3438
+ colorQuaternaryPressed: string;
3439
+ color: string;
3440
+ colorHover: string;
3441
+ colorPressed: string;
3442
+ colorFocus: string;
3443
+ colorDisabled: string;
3444
+ textColor: string;
3445
+ textTertiary: string;
3446
+ textColorTertiary: string;
3447
+ textColorHover: string;
3448
+ textColorPressed: string;
3449
+ textColorFocus: string;
3450
+ textColorDisabled: string;
3451
+ textColorText: string;
3452
+ textColorTextHover: string;
3453
+ textColorTextPressed: string;
3454
+ textColorTextFocus: string;
3455
+ textColorTextDisabled: string;
3456
+ textColorGhost: string;
3457
+ textColorGhostHover: string;
3458
+ textColorGhostPressed: string;
3459
+ textColorGhostFocus: string;
3460
+ textColorGhostDisabled: string;
3461
+ border: string;
3462
+ borderHover: string;
3463
+ borderPressed: string;
3464
+ borderFocus: string;
3465
+ borderDisabled: string;
3466
+ rippleColor: string;
3467
+ colorPrimary: string;
3468
+ colorHoverPrimary: string;
3469
+ colorPressedPrimary: string;
3470
+ colorFocusPrimary: string;
3471
+ colorDisabledPrimary: string;
3472
+ waveColorPrimary: string;
3473
+ textColorPrimary: string;
3474
+ textColorHoverPrimary: string;
3475
+ textColorPressedPrimary: string;
3476
+ textColorFocusPrimary: string;
3477
+ textColorDisabledPrimary: string;
3478
+ textColorTextPrimary: string;
3479
+ textColorTextHoverPrimary: string;
3480
+ textColorTextPressedPrimary: string;
3481
+ textColorTextFocusPrimary: string;
3482
+ textColorTextDisabledPrimary: string;
3483
+ textColorGhostPrimary: string;
3484
+ textColorGhostHoverPrimary: string;
3485
+ textColorGhostPressedPrimary: string;
3486
+ textColorGhostFocusPrimary: string;
3487
+ textColorGhostDisabledPrimary: string;
3488
+ borderPrimary: string;
3489
+ borderHoverPrimary: string;
3490
+ borderPressedPrimary: string;
3491
+ borderFocusPrimary: string;
3492
+ borderDisabledPrimary: string;
3493
+ rippleColorPrimary: string;
3494
+ colorInfo: string;
3495
+ colorHoverInfo: string;
3496
+ colorPressedInfo: string;
3497
+ colorFocusInfo: string;
3498
+ colorDisabledInfo: string;
3499
+ textColorInfo: string;
3500
+ textColorHoverInfo: string;
3501
+ textColorPressedInfo: string;
3502
+ textColorFocusInfo: string;
3503
+ textColorDisabledInfo: string;
3504
+ textColorTextInfo: string;
3505
+ textColorTextHoverInfo: string;
3506
+ textColorTextPressedInfo: string;
3507
+ textColorTextFocusInfo: string;
3508
+ textColorTextDisabledInfo: string;
3509
+ textColorGhostInfo: string;
3510
+ textColorGhostHoverInfo: string;
3511
+ textColorGhostPressedInfo: string;
3512
+ textColorGhostFocusInfo: string;
3513
+ textColorGhostDisabledInfo: string;
3514
+ borderInfo: string;
3515
+ borderHoverInfo: string;
3516
+ borderPressedInfo: string;
3517
+ borderFocusInfo: string;
3518
+ borderDisabledInfo: string;
3519
+ rippleColorInfo: string;
3520
+ colorSuccess: string;
3521
+ colorHoverSuccess: string;
3522
+ colorPressedSuccess: string;
3523
+ colorFocusSuccess: string;
3524
+ colorDisabledSuccess: string;
3525
+ textColorSuccess: string;
3526
+ textColorHoverSuccess: string;
3527
+ textColorPressedSuccess: string;
3528
+ textColorFocusSuccess: string;
3529
+ textColorDisabledSuccess: string;
3530
+ textColorTextSuccess: string;
3531
+ textColorTextHoverSuccess: string;
3532
+ textColorTextPressedSuccess: string;
3533
+ textColorTextFocusSuccess: string;
3534
+ textColorTextDisabledSuccess: string;
3535
+ textColorGhostSuccess: string;
3536
+ textColorGhostHoverSuccess: string;
3537
+ textColorGhostPressedSuccess: string;
3538
+ textColorGhostFocusSuccess: string;
3539
+ textColorGhostDisabledSuccess: string;
3540
+ borderSuccess: string;
3541
+ borderHoverSuccess: string;
3542
+ borderPressedSuccess: string;
3543
+ borderFocusSuccess: string;
3544
+ borderDisabledSuccess: string;
3545
+ rippleColorSuccess: string;
3546
+ colorWarning: string;
3547
+ colorHoverWarning: string;
3548
+ colorPressedWarning: string;
3549
+ colorFocusWarning: string;
3550
+ colorDisabledWarning: string;
3551
+ textColorWarning: string;
3552
+ textColorHoverWarning: string;
3553
+ textColorPressedWarning: string;
3554
+ textColorFocusWarning: string;
3555
+ textColorDisabledWarning: string;
3556
+ textColorTextWarning: string;
3557
+ textColorTextHoverWarning: string;
3558
+ textColorTextPressedWarning: string;
3559
+ textColorTextFocusWarning: string;
3560
+ textColorTextDisabledWarning: string;
3561
+ textColorGhostWarning: string;
3562
+ textColorGhostHoverWarning: string;
3563
+ textColorGhostPressedWarning: string;
3564
+ textColorGhostFocusWarning: string;
3565
+ textColorGhostDisabledWarning: string;
3566
+ borderWarning: string;
3567
+ borderHoverWarning: string;
3568
+ borderPressedWarning: string;
3569
+ borderFocusWarning: string;
3570
+ borderDisabledWarning: string;
3571
+ rippleColorWarning: string;
3572
+ colorError: string;
3573
+ colorHoverError: string;
3574
+ colorPressedError: string;
3575
+ colorFocusError: string;
3576
+ colorDisabledError: string;
3577
+ textColorError: string;
3578
+ textColorHoverError: string;
3579
+ textColorPressedError: string;
3580
+ textColorFocusError: string;
3581
+ textColorDisabledError: string;
3582
+ textColorTextError: string;
3583
+ textColorTextHoverError: string;
3584
+ textColorTextPressedError: string;
3585
+ textColorTextFocusError: string;
3586
+ textColorTextDisabledError: string;
3587
+ textColorGhostError: string;
3588
+ textColorGhostHoverError: string;
3589
+ textColorGhostPressedError: string;
3590
+ textColorGhostFocusError: string;
3591
+ textColorGhostDisabledError: string;
3592
+ borderError: string;
3593
+ borderHoverError: string;
3594
+ borderPressedError: string;
3595
+ borderFocusError: string;
3596
+ borderDisabledError: string;
3597
+ rippleColorError: string;
3598
+ waveOpacity: string;
3599
+ fontWeight: string;
3600
+ fontWeightStrong: string;
3601
+ paddingTiny: string;
3602
+ paddingSmall: string;
3603
+ paddingMedium: string;
3604
+ paddingLarge: string;
3605
+ paddingRoundTiny: string;
3606
+ paddingRoundSmall: string;
3607
+ paddingRoundMedium: string;
3608
+ paddingRoundLarge: string;
3609
+ iconMarginTiny: string;
3610
+ iconMarginSmall: string;
3611
+ iconMarginMedium: string;
3612
+ iconMarginLarge: string;
3613
+ iconSizeTiny: string;
3614
+ iconSizeSmall: string;
3615
+ iconSizeMedium: string;
3616
+ iconSizeLarge: string;
3617
+ rippleDuration: string;
3618
+ }, any>;
3619
+ Tag: import("../../_mixins").Theme<"Tag", {
3620
+ closeBorderRadius: string;
3621
+ heightTiny: string;
3622
+ heightSmall: string;
3623
+ heightMedium: string;
3624
+ heightLarge: string;
3625
+ borderRadius: string;
3626
+ opacityDisabled: string;
3627
+ fontSizeTiny: string;
3628
+ fontSizeSmall: string;
3629
+ fontSizeMedium: string;
3630
+ fontSizeLarge: string;
3631
+ fontWeightStrong: string;
3632
+ textColorCheckable: string;
3633
+ textColorHoverCheckable: string;
3634
+ textColorPressedCheckable: string;
3635
+ textColorChecked: string;
3636
+ colorCheckable: string;
3637
+ colorHoverCheckable: string;
3638
+ colorPressedCheckable: string;
3639
+ colorChecked: string;
3640
+ colorCheckedHover: string;
3641
+ colorCheckedPressed: string;
3642
+ colorDisabledChecked: string;
3643
+ border: string;
3644
+ textColor: string;
3645
+ color: string;
3646
+ colorBordered: string;
3647
+ closeIconColor: string;
3648
+ closeIconColorHover: string;
3649
+ closeIconColorPressed: string;
3650
+ closeColorHover: string;
3651
+ closeColorPressed: string;
3652
+ borderTertiary: string;
3653
+ textColorTertiary: string;
3654
+ colorTertiary: string;
3655
+ colorBorderedTertiary: string;
3656
+ closeIconColorTertiary: string;
3657
+ closeIconColorHoverTertiary: string;
3658
+ closeColorHoverTertiary: string;
3659
+ closeIconColorPressedTertiary: string;
3660
+ closeColorPressedTertiary: string;
3661
+ borderPrimary: string;
3662
+ textColorPrimary: string;
3663
+ colorPrimary: string;
3664
+ colorBorderedPrimary: string;
3665
+ closeIconColorPrimary: string;
3666
+ closeIconColorHoverPrimary: string;
3667
+ closeIconColorPressedPrimary: string;
3668
+ closeColorHoverPrimary: string;
3669
+ closeColorPressedPrimary: string;
3670
+ borderInfo: string;
3671
+ textColorInfo: string;
3672
+ colorInfo: string;
3673
+ colorBorderedInfo: string;
3674
+ closeIconColorInfo: string;
3675
+ closeIconColorHoverInfo: string;
3676
+ closeIconColorPressedInfo: string;
3677
+ closeColorHoverInfo: string;
3678
+ closeColorPressedInfo: string;
3679
+ borderSuccess: string;
3680
+ textColorSuccess: string;
3681
+ colorSuccess: string;
3682
+ colorBorderedSuccess: string;
3683
+ closeIconColorSuccess: string;
3684
+ closeIconColorHoverSuccess: string;
3685
+ closeIconColorPressedSuccess: string;
3686
+ closeColorHoverSuccess: string;
3687
+ closeColorPressedSuccess: string;
3688
+ borderWarning: string;
3689
+ textColorWarning: string;
3690
+ colorWarning: string;
3691
+ colorBorderedWarning: string;
3692
+ closeIconColorWarning: string;
3693
+ closeIconColorHoverWarning: string;
3694
+ closeIconColorPressedWarning: string;
3695
+ closeColorHoverWarning: string;
3696
+ closeColorPressedWarning: string;
3697
+ borderError: string;
3698
+ textColorError: string;
3699
+ colorError: string;
3700
+ colorBorderedError: string;
3701
+ closeIconColorError: string;
3702
+ closeIconColorHoverError: string;
3703
+ closeIconColorPressedError: string;
3704
+ closeColorHoverError: string;
3705
+ closeColorPressedError: string;
3706
+ closeIconSizeTiny: string;
3707
+ closeIconSizeSmall: string;
3708
+ closeIconSizeMedium: string;
3709
+ closeIconSizeLarge: string;
3710
+ closeSizeTiny: string;
3711
+ closeSizeSmall: string;
3712
+ closeSizeMedium: string;
3713
+ closeSizeLarge: string;
3714
+ padding: string;
3715
+ paddingSizeSmall: string;
3716
+ closeMargin: string;
3717
+ closeMarginRtl: string;
3718
+ }, any>;
3719
+ Space: import("../../_mixins").Theme<"Space", {
3720
+ gapSmall: string;
3721
+ gapMedium: string;
3722
+ gapLarge: string;
3723
+ }, any>;
3724
+ }>>>;
3725
+ builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DynamicTags", {
3726
+ inputWidth: string;
3727
+ }, {
3728
+ Input: import("../../_mixins").Theme<"Input", {
3729
+ countTextColorDisabled: string;
3730
+ countTextColor: string;
3731
+ heightTiny: string;
3732
+ heightSmall: string;
3733
+ heightMedium: string;
3734
+ heightLarge: string;
3735
+ fontSizeTiny: string;
3736
+ fontSizeSmall: string;
3737
+ fontSizeMedium: string;
3738
+ fontSizeLarge: string;
3739
+ lineHeight: string;
3740
+ lineHeightTextarea: string;
3741
+ borderRadius: string;
3742
+ iconSize: string;
3743
+ groupLabelColor: string;
3744
+ groupLabelTextColor: string;
3745
+ textColor: string;
3746
+ textColorDisabled: string;
3747
+ textDecorationColor: string;
3748
+ caretColor: string;
3749
+ placeholderColor: string;
3750
+ placeholderColorDisabled: string;
3751
+ color: string;
3752
+ colorDisabled: string;
3753
+ colorFocus: string;
3754
+ groupLabelBorder: string;
3755
+ border: string;
3756
+ borderHover: string;
3757
+ borderDisabled: string;
3758
+ borderFocus: string;
3759
+ boxShadowFocus: string;
3760
+ loadingColor: string;
3761
+ loadingColorWarning: string;
3762
+ borderWarning: string;
3763
+ borderHoverWarning: string;
3764
+ colorFocusWarning: string;
3765
+ borderFocusWarning: string;
3766
+ boxShadowFocusWarning: string;
3767
+ caretColorWarning: string;
3768
+ loadingColorError: string;
3769
+ borderError: string;
3770
+ borderHoverError: string;
3771
+ colorFocusError: string;
3772
+ borderFocusError: string;
3773
+ boxShadowFocusError: string;
3774
+ caretColorError: string;
3775
+ clearColor: string;
3776
+ clearColorHover: string;
3777
+ clearColorPressed: string;
3778
+ iconColor: string;
3779
+ iconColorDisabled: string;
3780
+ iconColorHover: string;
3781
+ iconColorPressed: string;
3782
+ suffixTextColor: string;
3783
+ paddingTiny: string;
3784
+ paddingSmall: string;
3785
+ paddingMedium: string;
3786
+ paddingLarge: string;
3787
+ clearSize: string;
3788
+ }, any>;
3789
+ Button: import("../../_mixins").Theme<"Button", {
3790
+ heightTiny: string;
3791
+ heightSmall: string;
3792
+ heightMedium: string;
3793
+ heightLarge: string;
3794
+ borderRadiusTiny: string;
3795
+ borderRadiusSmall: string;
3796
+ borderRadiusMedium: string;
3797
+ borderRadiusLarge: string;
3798
+ fontSizeTiny: string;
3799
+ fontSizeSmall: string;
3800
+ fontSizeMedium: string;
3801
+ fontSizeLarge: string;
3802
+ opacityDisabled: string;
3803
+ colorOpacitySecondary: string;
3804
+ colorOpacitySecondaryHover: string;
3805
+ colorOpacitySecondaryPressed: string;
3806
+ colorOpacitySecondaryFocus: string;
3807
+ colorSecondary: string;
3808
+ colorSecondaryHover: string;
3809
+ colorSecondaryPressed: string;
3810
+ waveColorSecondary: string;
3811
+ colorTertiary: string;
3812
+ colorTertiaryHover: string;
3813
+ colorTertiaryPressed: string;
3814
+ colorTertiaryDisalbed: string;
3815
+ waveColorTerniary: string;
3816
+ textColorTextTertiary: string;
3817
+ colorQuaternary: string;
3818
+ colorQuaternaryHover: string;
3819
+ colorQuaternaryPressed: string;
3820
+ color: string;
3821
+ colorHover: string;
3822
+ colorPressed: string;
3823
+ colorFocus: string;
3824
+ colorDisabled: string;
3825
+ textColor: string;
3826
+ textTertiary: string;
3827
+ textColorTertiary: string;
3828
+ textColorHover: string;
3829
+ textColorPressed: string;
3830
+ textColorFocus: string;
3831
+ textColorDisabled: string;
3832
+ textColorText: string;
3833
+ textColorTextHover: string;
3834
+ textColorTextPressed: string;
3835
+ textColorTextFocus: string;
3836
+ textColorTextDisabled: string;
3837
+ textColorGhost: string;
3838
+ textColorGhostHover: string;
3839
+ textColorGhostPressed: string;
3840
+ textColorGhostFocus: string;
3841
+ textColorGhostDisabled: string;
3842
+ border: string;
3843
+ borderHover: string;
3844
+ borderPressed: string;
3845
+ borderFocus: string;
3846
+ borderDisabled: string;
3847
+ rippleColor: string;
3848
+ colorPrimary: string;
3849
+ colorHoverPrimary: string;
3850
+ colorPressedPrimary: string;
3851
+ colorFocusPrimary: string;
3852
+ colorDisabledPrimary: string;
3853
+ waveColorPrimary: string;
3854
+ textColorPrimary: string;
3855
+ textColorHoverPrimary: string;
3856
+ textColorPressedPrimary: string;
3857
+ textColorFocusPrimary: string;
3858
+ textColorDisabledPrimary: string;
3859
+ textColorTextPrimary: string;
3860
+ textColorTextHoverPrimary: string;
3861
+ textColorTextPressedPrimary: string;
3862
+ textColorTextFocusPrimary: string;
3863
+ textColorTextDisabledPrimary: string;
3864
+ textColorGhostPrimary: string;
3865
+ textColorGhostHoverPrimary: string;
3866
+ textColorGhostPressedPrimary: string;
3867
+ textColorGhostFocusPrimary: string;
3868
+ textColorGhostDisabledPrimary: string;
3869
+ borderPrimary: string;
3870
+ borderHoverPrimary: string;
3871
+ borderPressedPrimary: string;
3872
+ borderFocusPrimary: string;
3873
+ borderDisabledPrimary: string;
3874
+ rippleColorPrimary: string;
3875
+ colorInfo: string;
3876
+ colorHoverInfo: string;
3877
+ colorPressedInfo: string;
3878
+ colorFocusInfo: string;
3879
+ colorDisabledInfo: string;
3880
+ textColorInfo: string;
3881
+ textColorHoverInfo: string;
3882
+ textColorPressedInfo: string;
3883
+ textColorFocusInfo: string;
3884
+ textColorDisabledInfo: string;
3885
+ textColorTextInfo: string;
3886
+ textColorTextHoverInfo: string;
3887
+ textColorTextPressedInfo: string;
3888
+ textColorTextFocusInfo: string;
3889
+ textColorTextDisabledInfo: string;
3890
+ textColorGhostInfo: string;
3891
+ textColorGhostHoverInfo: string;
3892
+ textColorGhostPressedInfo: string;
3893
+ textColorGhostFocusInfo: string;
3894
+ textColorGhostDisabledInfo: string;
3895
+ borderInfo: string;
3896
+ borderHoverInfo: string;
3897
+ borderPressedInfo: string;
3898
+ borderFocusInfo: string;
3899
+ borderDisabledInfo: string;
3900
+ rippleColorInfo: string;
3901
+ colorSuccess: string;
3902
+ colorHoverSuccess: string;
3903
+ colorPressedSuccess: string;
3904
+ colorFocusSuccess: string;
3905
+ colorDisabledSuccess: string;
3906
+ textColorSuccess: string;
3907
+ textColorHoverSuccess: string;
3908
+ textColorPressedSuccess: string;
3909
+ textColorFocusSuccess: string;
3910
+ textColorDisabledSuccess: string;
3911
+ textColorTextSuccess: string;
3912
+ textColorTextHoverSuccess: string;
3913
+ textColorTextPressedSuccess: string;
3914
+ textColorTextFocusSuccess: string;
3915
+ textColorTextDisabledSuccess: string;
3916
+ textColorGhostSuccess: string;
3917
+ textColorGhostHoverSuccess: string;
3918
+ textColorGhostPressedSuccess: string;
3919
+ textColorGhostFocusSuccess: string;
3920
+ textColorGhostDisabledSuccess: string;
3921
+ borderSuccess: string;
3922
+ borderHoverSuccess: string;
3923
+ borderPressedSuccess: string;
3924
+ borderFocusSuccess: string;
3925
+ borderDisabledSuccess: string;
3926
+ rippleColorSuccess: string;
3927
+ colorWarning: string;
3928
+ colorHoverWarning: string;
3929
+ colorPressedWarning: string;
3930
+ colorFocusWarning: string;
3931
+ colorDisabledWarning: string;
3932
+ textColorWarning: string;
3933
+ textColorHoverWarning: string;
3934
+ textColorPressedWarning: string;
3935
+ textColorFocusWarning: string;
3936
+ textColorDisabledWarning: string;
3937
+ textColorTextWarning: string;
3938
+ textColorTextHoverWarning: string;
3939
+ textColorTextPressedWarning: string;
3940
+ textColorTextFocusWarning: string;
3941
+ textColorTextDisabledWarning: string;
3942
+ textColorGhostWarning: string;
3943
+ textColorGhostHoverWarning: string;
3944
+ textColorGhostPressedWarning: string;
3945
+ textColorGhostFocusWarning: string;
3946
+ textColorGhostDisabledWarning: string;
3947
+ borderWarning: string;
3948
+ borderHoverWarning: string;
3949
+ borderPressedWarning: string;
3950
+ borderFocusWarning: string;
3951
+ borderDisabledWarning: string;
3952
+ rippleColorWarning: string;
3953
+ colorError: string;
3954
+ colorHoverError: string;
3955
+ colorPressedError: string;
3956
+ colorFocusError: string;
3957
+ colorDisabledError: string;
3958
+ textColorError: string;
3959
+ textColorHoverError: string;
3960
+ textColorPressedError: string;
3961
+ textColorFocusError: string;
3962
+ textColorDisabledError: string;
3963
+ textColorTextError: string;
3964
+ textColorTextHoverError: string;
3965
+ textColorTextPressedError: string;
3966
+ textColorTextFocusError: string;
3967
+ textColorTextDisabledError: string;
3968
+ textColorGhostError: string;
3969
+ textColorGhostHoverError: string;
3970
+ textColorGhostPressedError: string;
3971
+ textColorGhostFocusError: string;
3972
+ textColorGhostDisabledError: string;
3973
+ borderError: string;
3974
+ borderHoverError: string;
3975
+ borderPressedError: string;
3976
+ borderFocusError: string;
3977
+ borderDisabledError: string;
3978
+ rippleColorError: string;
3979
+ waveOpacity: string;
3980
+ fontWeight: string;
3981
+ fontWeightStrong: string;
3982
+ paddingTiny: string;
3983
+ paddingSmall: string;
3984
+ paddingMedium: string;
3985
+ paddingLarge: string;
3986
+ paddingRoundTiny: string;
3987
+ paddingRoundSmall: string;
3988
+ paddingRoundMedium: string;
3989
+ paddingRoundLarge: string;
3990
+ iconMarginTiny: string;
3991
+ iconMarginSmall: string;
3992
+ iconMarginMedium: string;
3993
+ iconMarginLarge: string;
3994
+ iconSizeTiny: string;
3995
+ iconSizeSmall: string;
3996
+ iconSizeMedium: string;
3997
+ iconSizeLarge: string;
3998
+ rippleDuration: string;
3999
+ }, any>;
4000
+ Tag: import("../../_mixins").Theme<"Tag", {
4001
+ closeBorderRadius: string;
4002
+ heightTiny: string;
4003
+ heightSmall: string;
4004
+ heightMedium: string;
4005
+ heightLarge: string;
4006
+ borderRadius: string;
4007
+ opacityDisabled: string;
4008
+ fontSizeTiny: string;
4009
+ fontSizeSmall: string;
4010
+ fontSizeMedium: string;
4011
+ fontSizeLarge: string;
4012
+ fontWeightStrong: string;
4013
+ textColorCheckable: string;
4014
+ textColorHoverCheckable: string;
4015
+ textColorPressedCheckable: string;
4016
+ textColorChecked: string;
4017
+ colorCheckable: string;
4018
+ colorHoverCheckable: string;
4019
+ colorPressedCheckable: string;
4020
+ colorChecked: string;
4021
+ colorCheckedHover: string;
4022
+ colorCheckedPressed: string;
4023
+ colorDisabledChecked: string;
4024
+ border: string;
4025
+ textColor: string;
4026
+ color: string;
4027
+ colorBordered: string;
4028
+ closeIconColor: string;
4029
+ closeIconColorHover: string;
4030
+ closeIconColorPressed: string;
4031
+ closeColorHover: string;
4032
+ closeColorPressed: string;
4033
+ borderTertiary: string;
4034
+ textColorTertiary: string;
4035
+ colorTertiary: string;
4036
+ colorBorderedTertiary: string;
4037
+ closeIconColorTertiary: string;
4038
+ closeIconColorHoverTertiary: string;
4039
+ closeColorHoverTertiary: string;
4040
+ closeIconColorPressedTertiary: string;
4041
+ closeColorPressedTertiary: string;
4042
+ borderPrimary: string;
4043
+ textColorPrimary: string;
4044
+ colorPrimary: string;
4045
+ colorBorderedPrimary: string;
4046
+ closeIconColorPrimary: string;
4047
+ closeIconColorHoverPrimary: string;
4048
+ closeIconColorPressedPrimary: string;
4049
+ closeColorHoverPrimary: string;
4050
+ closeColorPressedPrimary: string;
4051
+ borderInfo: string;
4052
+ textColorInfo: string;
4053
+ colorInfo: string;
4054
+ colorBorderedInfo: string;
4055
+ closeIconColorInfo: string;
4056
+ closeIconColorHoverInfo: string;
4057
+ closeIconColorPressedInfo: string;
4058
+ closeColorHoverInfo: string;
4059
+ closeColorPressedInfo: string;
4060
+ borderSuccess: string;
4061
+ textColorSuccess: string;
4062
+ colorSuccess: string;
4063
+ colorBorderedSuccess: string;
4064
+ closeIconColorSuccess: string;
4065
+ closeIconColorHoverSuccess: string;
4066
+ closeIconColorPressedSuccess: string;
4067
+ closeColorHoverSuccess: string;
4068
+ closeColorPressedSuccess: string;
4069
+ borderWarning: string;
4070
+ textColorWarning: string;
4071
+ colorWarning: string;
4072
+ colorBorderedWarning: string;
4073
+ closeIconColorWarning: string;
4074
+ closeIconColorHoverWarning: string;
4075
+ closeIconColorPressedWarning: string;
4076
+ closeColorHoverWarning: string;
4077
+ closeColorPressedWarning: string;
4078
+ borderError: string;
4079
+ textColorError: string;
4080
+ colorError: string;
4081
+ colorBorderedError: string;
4082
+ closeIconColorError: string;
4083
+ closeIconColorHoverError: string;
4084
+ closeIconColorPressedError: string;
4085
+ closeColorHoverError: string;
4086
+ closeColorPressedError: string;
4087
+ closeIconSizeTiny: string;
4088
+ closeIconSizeSmall: string;
4089
+ closeIconSizeMedium: string;
4090
+ closeIconSizeLarge: string;
4091
+ closeSizeTiny: string;
4092
+ closeSizeSmall: string;
4093
+ closeSizeMedium: string;
4094
+ closeSizeLarge: string;
4095
+ padding: string;
4096
+ paddingSizeSmall: string;
4097
+ closeMargin: string;
4098
+ closeMarginRtl: string;
4099
+ }, any>;
4100
+ Space: import("../../_mixins").Theme<"Space", {
4101
+ gapSmall: string;
4102
+ gapMedium: string;
4103
+ gapLarge: string;
4104
+ }, any>;
4105
+ }>>>;
4106
+ }>>, {
4107
+ type: "default" | "error" | "tertiary" | "primary" | "info" | "success" | "warning";
4108
+ round: boolean;
4109
+ size: "small" | "medium" | "large";
4110
+ disabled: boolean | undefined;
4111
+ closable: boolean;
4112
+ defaultValue: (string | DynamicTagsOption)[];
4113
+ onCreate: OnCreate;
4114
+ }, {}>;
4115
+ export default _default;