@uzum-tech/ui 0.1.0 → 0.1.2

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 (4486) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +107342 -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/ChevronDownOutline.d.ts +2 -0
  55. package/es/_internal/icons/ChevronDownOutline.js +8 -0
  56. package/es/_internal/icons/ChevronLeft.d.ts +2 -0
  57. package/es/_internal/icons/ChevronLeft.js +8 -0
  58. package/es/_internal/icons/ChevronRight.d.ts +2 -0
  59. package/es/_internal/icons/ChevronRight.js +8 -0
  60. package/es/_internal/icons/Clear.d.ts +2 -0
  61. package/es/_internal/icons/Clear.js +12 -0
  62. package/es/_internal/icons/Close.d.ts +2 -0
  63. package/es/_internal/icons/Close.js +6 -0
  64. package/es/_internal/icons/Date.d.ts +2 -0
  65. package/es/_internal/icons/Date.js +6 -0
  66. package/es/_internal/icons/Download.d.ts +2 -0
  67. package/es/_internal/icons/Download.js +6 -0
  68. package/es/_internal/icons/Empty.d.ts +2 -0
  69. package/es/_internal/icons/Empty.js +9 -0
  70. package/es/_internal/icons/Error.d.ts +2 -0
  71. package/es/_internal/icons/Error.js +6 -0
  72. package/es/_internal/icons/Eye.d.ts +2 -0
  73. package/es/_internal/icons/Eye.js +9 -0
  74. package/es/_internal/icons/EyeOff.d.ts +2 -0
  75. package/es/_internal/icons/EyeOff.js +12 -0
  76. package/es/_internal/icons/FastBackward.d.ts +2 -0
  77. package/es/_internal/icons/FastBackward.js +10 -0
  78. package/es/_internal/icons/FastForward.d.ts +2 -0
  79. package/es/_internal/icons/FastForward.js +10 -0
  80. package/es/_internal/icons/File.d.ts +2 -0
  81. package/es/_internal/icons/File.js +10 -0
  82. package/es/_internal/icons/Filter.d.ts +2 -0
  83. package/es/_internal/icons/Filter.js +10 -0
  84. package/es/_internal/icons/Forward.d.ts +2 -0
  85. package/es/_internal/icons/Forward.js +8 -0
  86. package/es/_internal/icons/Info.d.ts +2 -0
  87. package/es/_internal/icons/Info.js +6 -0
  88. package/es/_internal/icons/More.d.ts +2 -0
  89. package/es/_internal/icons/More.js +10 -0
  90. package/es/_internal/icons/Photo.d.ts +2 -0
  91. package/es/_internal/icons/Photo.js +12 -0
  92. package/es/_internal/icons/Remove.d.ts +2 -0
  93. package/es/_internal/icons/Remove.js +8 -0
  94. package/es/_internal/icons/ResizeSmall.d.ts +2 -0
  95. package/es/_internal/icons/ResizeSmall.js +9 -0
  96. package/es/_internal/icons/Retry.d.ts +2 -0
  97. package/es/_internal/icons/Retry.js +5 -0
  98. package/es/_internal/icons/RotateClockwise.d.ts +2 -0
  99. package/es/_internal/icons/RotateClockwise.js +5 -0
  100. package/es/_internal/icons/RotateCounterclockwise.d.ts +2 -0
  101. package/es/_internal/icons/RotateCounterclockwise.js +5 -0
  102. package/es/_internal/icons/Search.d.ts +2 -0
  103. package/es/_internal/icons/Search.js +8 -0
  104. package/es/_internal/icons/Success.d.ts +2 -0
  105. package/es/_internal/icons/Success.js +6 -0
  106. package/es/_internal/icons/Switcher.d.ts +2 -0
  107. package/es/_internal/icons/Switcher.js +8 -0
  108. package/es/_internal/icons/Time.d.ts +2 -0
  109. package/es/_internal/icons/Time.js +5 -0
  110. package/es/_internal/icons/To.d.ts +2 -0
  111. package/es/_internal/icons/To.js +6 -0
  112. package/es/_internal/icons/Trash.d.ts +2 -0
  113. package/es/_internal/icons/Trash.js +7 -0
  114. package/es/_internal/icons/Warning.d.ts +2 -0
  115. package/es/_internal/icons/Warning.js +6 -0
  116. package/es/_internal/icons/ZoomIn.d.ts +2 -0
  117. package/es/_internal/icons/ZoomIn.js +5 -0
  118. package/es/_internal/icons/ZoomOut.d.ts +2 -0
  119. package/es/_internal/icons/ZoomOut.js +5 -0
  120. package/es/_internal/icons/index.d.ts +43 -0
  121. package/es/_internal/icons/index.js +43 -0
  122. package/es/_internal/icons/replaceable.d.ts +2 -0
  123. package/es/_internal/icons/replaceable.js +18 -0
  124. package/es/_internal/index.d.ts +20 -0
  125. package/es/_internal/index.js +15 -0
  126. package/es/_internal/loading/index.d.ts +2 -0
  127. package/es/_internal/loading/index.js +1 -0
  128. package/es/_internal/loading/src/Loading.d.ts +70 -0
  129. package/es/_internal/loading/src/Loading.js +52 -0
  130. package/es/_internal/loading/src/styles/index.cssr.d.ts +2 -0
  131. package/es/_internal/loading/src/styles/index.cssr.js +139 -0
  132. package/es/_internal/menu-mask/index.d.ts +2 -0
  133. package/es/_internal/menu-mask/index.js +1 -0
  134. package/es/_internal/menu-mask/src/MenuMask.d.ts +16 -0
  135. package/es/_internal/menu-mask/src/MenuMask.js +41 -0
  136. package/es/_internal/menu-mask/src/interface.d.ts +3 -0
  137. package/es/_internal/menu-mask/src/interface.js +1 -0
  138. package/es/_internal/menu-mask/src/styles/index.cssr.d.ts +2 -0
  139. package/es/_internal/menu-mask/src/styles/index.cssr.js +15 -0
  140. package/es/_internal/scrollbar/index.d.ts +2 -0
  141. package/es/_internal/scrollbar/index.js +1 -0
  142. package/es/_internal/scrollbar/src/Scrollbar.d.ts +242 -0
  143. package/es/_internal/scrollbar/src/Scrollbar.js +622 -0
  144. package/es/_internal/scrollbar/src/styles/index.cssr.d.ts +2 -0
  145. package/es/_internal/scrollbar/src/styles/index.cssr.js +63 -0
  146. package/es/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
  147. package/es/_internal/scrollbar/src/styles/rtl.cssr.js +10 -0
  148. package/es/_internal/scrollbar/styles/dark.d.ts +3 -0
  149. package/es/_internal/scrollbar/styles/dark.js +8 -0
  150. package/es/_internal/scrollbar/styles/index.d.ts +4 -0
  151. package/es/_internal/scrollbar/styles/index.js +3 -0
  152. package/es/_internal/scrollbar/styles/light.d.ts +10 -0
  153. package/es/_internal/scrollbar/styles/light.js +14 -0
  154. package/es/_internal/scrollbar/styles/rtl.d.ts +3 -0
  155. package/es/_internal/scrollbar/styles/rtl.js +6 -0
  156. package/es/_internal/select-menu/index.d.ts +2 -0
  157. package/es/_internal/select-menu/index.js +1 -0
  158. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +29 -0
  159. package/es/_internal/select-menu/src/SelectGroupHeader.js +40 -0
  160. package/es/_internal/select-menu/src/SelectMenu.d.ts +727 -0
  161. package/es/_internal/select-menu/src/SelectMenu.js +348 -0
  162. package/es/_internal/select-menu/src/SelectOption.d.ts +37 -0
  163. package/es/_internal/select-menu/src/SelectOption.js +119 -0
  164. package/es/_internal/select-menu/src/interface.d.ts +40 -0
  165. package/es/_internal/select-menu/src/interface.js +3 -0
  166. package/es/_internal/select-menu/src/styles/index.cssr.d.ts +2 -0
  167. package/es/_internal/select-menu/src/styles/index.cssr.js +109 -0
  168. package/es/_internal/select-menu/styles/_common.d.ts +13 -0
  169. package/es/_internal/select-menu/styles/_common.js +12 -0
  170. package/es/_internal/select-menu/styles/dark.d.ts +3 -0
  171. package/es/_internal/select-menu/styles/dark.js +14 -0
  172. package/es/_internal/select-menu/styles/index.d.ts +3 -0
  173. package/es/_internal/select-menu/styles/index.js +2 -0
  174. package/es/_internal/select-menu/styles/light.d.ts +94 -0
  175. package/es/_internal/select-menu/styles/light.js +19 -0
  176. package/es/_internal/selection/index.d.ts +2 -0
  177. package/es/_internal/selection/index.js +1 -0
  178. package/es/_internal/selection/src/Selection.d.ts +897 -0
  179. package/es/_internal/selection/src/Selection.js +605 -0
  180. package/es/_internal/selection/src/interface.d.ts +6 -0
  181. package/es/_internal/selection/src/interface.js +1 -0
  182. package/es/_internal/selection/src/styles/index.cssr.d.ts +2 -0
  183. package/es/_internal/selection/src/styles/index.cssr.js +262 -0
  184. package/es/_internal/selection/styles/_common.d.ts +7 -0
  185. package/es/_internal/selection/styles/_common.js +6 -0
  186. package/es/_internal/selection/styles/dark.d.ts +3 -0
  187. package/es/_internal/selection/styles/dark.js +36 -0
  188. package/es/_internal/selection/styles/index.d.ts +3 -0
  189. package/es/_internal/selection/styles/index.js +2 -0
  190. package/es/_internal/selection/styles/light.d.ts +131 -0
  191. package/es/_internal/selection/styles/light.js +37 -0
  192. package/es/_internal/skeleton/index.d.ts +2 -0
  193. package/es/_internal/skeleton/index.js +1 -0
  194. package/es/_internal/skeleton/src/Skeleton.d.ts +155 -0
  195. package/es/_internal/skeleton/src/Skeleton.js +79 -0
  196. package/es/_internal/skeleton/src/styles/index.cssr.d.ts +2 -0
  197. package/es/_internal/skeleton/src/styles/index.cssr.js +29 -0
  198. package/es/_internal/skeleton/styles/dark.d.ts +2 -0
  199. package/es/_internal/skeleton/styles/dark.js +16 -0
  200. package/es/_internal/skeleton/styles/index.d.ts +3 -0
  201. package/es/_internal/skeleton/styles/index.js +2 -0
  202. package/es/_internal/skeleton/styles/light.d.ts +14 -0
  203. package/es/_internal/skeleton/styles/light.js +17 -0
  204. package/es/_internal/slot-machine/index.d.ts +1 -0
  205. package/es/_internal/slot-machine/index.js +1 -0
  206. package/es/_internal/slot-machine/src/SlotMachine.d.ts +39 -0
  207. package/es/_internal/slot-machine/src/SlotMachine.js +75 -0
  208. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +40 -0
  209. package/es/_internal/slot-machine/src/SlotMachineNumber.js +89 -0
  210. package/es/_internal/slot-machine/src/styles/index.cssr.d.ts +2 -0
  211. package/es/_internal/slot-machine/src/styles/index.cssr.js +101 -0
  212. package/es/_internal/suffix/index.d.ts +1 -0
  213. package/es/_internal/suffix/index.js +1 -0
  214. package/es/_internal/suffix/src/Suffix.d.ts +43 -0
  215. package/es/_internal/suffix/src/Suffix.js +42 -0
  216. package/es/_internal/wave/index.d.ts +2 -0
  217. package/es/_internal/wave/index.js +1 -0
  218. package/es/_internal/wave/src/Wave.d.ts +19 -0
  219. package/es/_internal/wave/src/Wave.js +51 -0
  220. package/es/_internal/wave/src/styles/index.cssr.d.ts +2 -0
  221. package/es/_internal/wave/src/styles/index.cssr.js +9 -0
  222. package/es/_mixins/common.d.ts +1 -0
  223. package/es/_mixins/common.js +1 -0
  224. package/es/_mixins/index.d.ts +10 -0
  225. package/es/_mixins/index.js +8 -0
  226. package/es/_mixins/use-config.d.ts +20 -0
  227. package/es/_mixins/use-config.js +32 -0
  228. package/es/_mixins/use-css-vars-class.d.ts +8 -0
  229. package/es/_mixins/use-css-vars-class.js +54 -0
  230. package/es/_mixins/use-form-item.d.ts +37 -0
  231. package/es/_mixins/use-form-item.js +69 -0
  232. package/es/_mixins/use-hljs.d.ts +12 -0
  233. package/es/_mixins/use-hljs.js +26 -0
  234. package/es/_mixins/use-locale.d.ts +7 -0
  235. package/es/_mixins/use-locale.js +18 -0
  236. package/es/_mixins/use-rtl.d.ts +3 -0
  237. package/es/_mixins/use-rtl.js +50 -0
  238. package/es/_mixins/use-style.d.ts +3 -0
  239. package/es/_mixins/use-style.js +41 -0
  240. package/es/_mixins/use-theme.d.ts +94 -0
  241. package/es/_mixins/use-theme.js +109 -0
  242. package/es/_styles/common/_common.d.ts +28 -0
  243. package/es/_styles/common/_common.js +27 -0
  244. package/es/_styles/common/dark.d.ts +3 -0
  245. package/es/_styles/common/dark.js +100 -0
  246. package/es/_styles/common/index.d.ts +3 -0
  247. package/es/_styles/common/index.js +2 -0
  248. package/es/_styles/common/light.d.ts +123 -0
  249. package/es/_styles/common/light.js +105 -0
  250. package/es/_styles/global/index.cssr.d.ts +2 -0
  251. package/es/_styles/global/index.cssr.js +28 -0
  252. package/es/_styles/transitions/fade-down.cssr.d.ts +11 -0
  253. package/es/_styles/transitions/fade-down.cssr.js +25 -0
  254. package/es/_styles/transitions/fade-in-height-expand.cssr.d.ts +13 -0
  255. package/es/_styles/transitions/fade-in-height-expand.cssr.js +51 -0
  256. package/es/_styles/transitions/fade-in-scale-up.cssr.d.ts +10 -0
  257. package/es/_styles/transitions/fade-in-scale-up.cssr.js +27 -0
  258. package/es/_styles/transitions/fade-in-width-expand.cssr.d.ts +7 -0
  259. package/es/_styles/transitions/fade-in-width-expand.cssr.js +31 -0
  260. package/es/_styles/transitions/fade-in.cssr.d.ts +10 -0
  261. package/es/_styles/transitions/fade-in.cssr.js +22 -0
  262. package/es/_styles/transitions/fade-up-width-expand.cssr.d.ts +6 -0
  263. package/es/_styles/transitions/fade-up-width-expand.cssr.js +36 -0
  264. package/es/_styles/transitions/icon-switch.cssr.d.ts +9 -0
  265. package/es/_styles/transitions/icon-switch.cssr.js +29 -0
  266. package/es/_styles/transitions/slide-in-from-bottom.d.ts +8 -0
  267. package/es/_styles/transitions/slide-in-from-bottom.js +25 -0
  268. package/es/_styles/transitions/slide-in-from-left.d.ts +8 -0
  269. package/es/_styles/transitions/slide-in-from-left.js +25 -0
  270. package/es/_styles/transitions/slide-in-from-right.d.ts +8 -0
  271. package/es/_styles/transitions/slide-in-from-right.js +25 -0
  272. package/es/_styles/transitions/slide-in-from-top.d.ts +8 -0
  273. package/es/_styles/transitions/slide-in-from-top.js +25 -0
  274. package/es/_utils/color/index.d.ts +3 -0
  275. package/es/_utils/color/index.js +10 -0
  276. package/es/_utils/composable/index.d.ts +8 -0
  277. package/es/_utils/composable/index.js +8 -0
  278. package/es/_utils/composable/use-adjusted-to.d.ts +14 -0
  279. package/es/_utils/composable/use-adjusted-to.js +55 -0
  280. package/es/_utils/composable/use-browser-location.d.ts +13 -0
  281. package/es/_utils/composable/use-browser-location.js +35 -0
  282. package/es/_utils/composable/use-collection.d.ts +4 -0
  283. package/es/_utils/composable/use-collection.js +87 -0
  284. package/es/_utils/composable/use-deferred-true.d.ts +2 -0
  285. package/es/_utils/composable/use-deferred-true.js +25 -0
  286. package/es/_utils/composable/use-houdini.d.ts +1 -0
  287. package/es/_utils/composable/use-houdini.js +29 -0
  288. package/es/_utils/composable/use-is-composing.d.ts +2 -0
  289. package/es/_utils/composable/use-is-composing.js +32 -0
  290. package/es/_utils/composable/use-lock-html-scroll.d.ts +3 -0
  291. package/es/_utils/composable/use-lock-html-scroll.js +63 -0
  292. package/es/_utils/composable/use-reactivated.d.ts +3 -0
  293. package/es/_utils/composable/use-reactivated.js +20 -0
  294. package/es/_utils/composable/use-resize.d.ts +2 -0
  295. package/es/_utils/composable/use-resize.js +19 -0
  296. package/es/_utils/css/color-to-class.d.ts +1 -0
  297. package/es/_utils/css/color-to-class.js +3 -0
  298. package/es/_utils/css/format-length.d.ts +7 -0
  299. package/es/_utils/css/format-length.js +30 -0
  300. package/es/_utils/css/index.d.ts +2 -0
  301. package/es/_utils/css/index.js +2 -0
  302. package/es/_utils/cssr/create-key.d.ts +44 -0
  303. package/es/_utils/cssr/create-key.js +8 -0
  304. package/es/_utils/cssr/index.d.ts +11 -0
  305. package/es/_utils/cssr/index.js +31 -0
  306. package/es/_utils/dom/index.d.ts +1 -0
  307. package/es/_utils/dom/index.js +1 -0
  308. package/es/_utils/dom/is-document.d.ts +1 -0
  309. package/es/_utils/dom/is-document.js +3 -0
  310. package/es/_utils/env/browser.d.ts +3 -0
  311. package/es/_utils/env/browser.js +4 -0
  312. package/es/_utils/env/is-browser.d.ts +1 -0
  313. package/es/_utils/env/is-browser.js +1 -0
  314. package/es/_utils/env/is-jsdom.d.ts +1 -0
  315. package/es/_utils/env/is-jsdom.js +9 -0
  316. package/es/_utils/env/is-native-lazy-load.d.ts +1 -0
  317. package/es/_utils/env/is-native-lazy-load.js +2 -0
  318. package/es/_utils/event/index.d.ts +2 -0
  319. package/es/_utils/event/index.js +7 -0
  320. package/es/_utils/index.d.ts +11 -0
  321. package/es/_utils/index.js +9 -0
  322. package/es/_utils/uzum/attribute.d.ts +2 -0
  323. package/es/_utils/uzum/attribute.js +11 -0
  324. package/es/_utils/uzum/extract-public-props.d.ts +9 -0
  325. package/es/_utils/uzum/extract-public-props.js +1 -0
  326. package/es/_utils/uzum/index.d.ts +5 -0
  327. package/es/_utils/uzum/index.js +3 -0
  328. package/es/_utils/uzum/mutable.d.ts +3 -0
  329. package/es/_utils/uzum/mutable.js +1 -0
  330. package/es/_utils/uzum/prop.d.ts +11 -0
  331. package/es/_utils/uzum/prop.js +27 -0
  332. package/es/_utils/uzum/warn.d.ts +3 -0
  333. package/es/_utils/uzum/warn.js +14 -0
  334. package/es/_utils/vue/call.d.ts +7 -0
  335. package/es/_utils/vue/call.js +8 -0
  336. package/es/_utils/vue/create-data-key.d.ts +1 -0
  337. package/es/_utils/vue/create-data-key.js +3 -0
  338. package/es/_utils/vue/create-injection-key.d.ts +2 -0
  339. package/es/_utils/vue/create-injection-key.js +3 -0
  340. package/es/_utils/vue/create-ref-setter.d.ts +2 -0
  341. package/es/_utils/vue/create-ref-setter.js +10 -0
  342. package/es/_utils/vue/flatten.d.ts +2 -0
  343. package/es/_utils/vue/flatten.js +30 -0
  344. package/es/_utils/vue/get-first-slot-vnode.d.ts +2 -0
  345. package/es/_utils/vue/get-first-slot-vnode.js +18 -0
  346. package/es/_utils/vue/get-slot.d.ts +2 -0
  347. package/es/_utils/vue/get-slot.js +7 -0
  348. package/es/_utils/vue/get-v-node-children.d.ts +2 -0
  349. package/es/_utils/vue/get-v-node-children.js +12 -0
  350. package/es/_utils/vue/index.d.ts +17 -0
  351. package/es/_utils/vue/index.js +16 -0
  352. package/es/_utils/vue/is-node-v-show-false.d.ts +2 -0
  353. package/es/_utils/vue/is-node-v-show-false.js +6 -0
  354. package/es/_utils/vue/keep.d.ts +1 -0
  355. package/es/_utils/vue/keep.js +7 -0
  356. package/es/_utils/vue/keysOf.d.ts +1 -0
  357. package/es/_utils/vue/keysOf.js +3 -0
  358. package/es/_utils/vue/merge-handlers.d.ts +1 -0
  359. package/es/_utils/vue/merge-handlers.js +15 -0
  360. package/es/_utils/vue/omit.d.ts +1 -0
  361. package/es/_utils/vue/omit.js +10 -0
  362. package/es/_utils/vue/render.d.ts +2 -0
  363. package/es/_utils/vue/render.js +15 -0
  364. package/es/_utils/vue/resolve-slot.d.ts +12 -0
  365. package/es/_utils/vue/resolve-slot.js +44 -0
  366. package/es/_utils/vue/wrapper.d.ts +1 -0
  367. package/es/_utils/vue/wrapper.js +7 -0
  368. package/es/affix/index.d.ts +2 -0
  369. package/es/affix/index.js +1 -0
  370. package/es/affix/src/Affix.d.ts +93 -0
  371. package/es/affix/src/Affix.js +184 -0
  372. package/es/affix/src/styles/index.cssr.d.ts +2 -0
  373. package/es/affix/src/styles/index.cssr.js +6 -0
  374. package/es/affix/src/utils.d.ts +6 -0
  375. package/es/affix/src/utils.js +8 -0
  376. package/es/alert/index.d.ts +2 -0
  377. package/es/alert/index.js +1 -0
  378. package/es/alert/src/Alert.d.ts +882 -0
  379. package/es/alert/src/Alert.js +164 -0
  380. package/es/alert/src/styles/index.cssr.d.ts +2 -0
  381. package/es/alert/src/styles/index.cssr.js +103 -0
  382. package/es/alert/src/styles/rtl.cssr.d.ts +2 -0
  383. package/es/alert/src/styles/rtl.cssr.js +16 -0
  384. package/es/alert/styles/_common.d.ts +11 -0
  385. package/es/alert/styles/_common.js +10 -0
  386. package/es/alert/styles/dark.d.ts +3 -0
  387. package/es/alert/styles/dark.js +21 -0
  388. package/es/alert/styles/index.d.ts +4 -0
  389. package/es/alert/styles/index.js +3 -0
  390. package/es/alert/styles/light.d.ts +71 -0
  391. package/es/alert/styles/light.js +18 -0
  392. package/es/alert/styles/rtl.d.ts +2 -0
  393. package/es/alert/styles/rtl.js +5 -0
  394. package/es/anchor/index.d.ts +4 -0
  395. package/es/anchor/index.js +2 -0
  396. package/es/anchor/src/AnchorAdapter.d.ts +285 -0
  397. package/es/anchor/src/AnchorAdapter.js +53 -0
  398. package/es/anchor/src/BaseAnchor.d.ts +105 -0
  399. package/es/anchor/src/BaseAnchor.js +263 -0
  400. package/es/anchor/src/Link.d.ts +24 -0
  401. package/es/anchor/src/Link.js +44 -0
  402. package/es/anchor/src/styles/index.cssr.d.ts +2 -0
  403. package/es/anchor/src/styles/index.cssr.js +89 -0
  404. package/es/anchor/src/utils.d.ts +5 -0
  405. package/es/anchor/src/utils.js +10 -0
  406. package/es/anchor/styles/_common.d.ts +6 -0
  407. package/es/anchor/styles/_common.js +5 -0
  408. package/es/anchor/styles/dark.d.ts +3 -0
  409. package/es/anchor/styles/dark.js +8 -0
  410. package/es/anchor/styles/index.d.ts +3 -0
  411. package/es/anchor/styles/index.js +2 -0
  412. package/es/anchor/styles/light.d.ts +19 -0
  413. package/es/anchor/styles/light.js +14 -0
  414. package/es/auto-complete/index.d.ts +3 -0
  415. package/es/auto-complete/index.js +1 -0
  416. package/es/auto-complete/src/AutoComplete.d.ts +1567 -0
  417. package/es/auto-complete/src/AutoComplete.js +293 -0
  418. package/es/auto-complete/src/interface.d.ts +14 -0
  419. package/es/auto-complete/src/interface.js +1 -0
  420. package/es/auto-complete/src/styles/index.cssr.d.ts +2 -0
  421. package/es/auto-complete/src/styles/index.cssr.js +16 -0
  422. package/es/auto-complete/src/utils.d.ts +3 -0
  423. package/es/auto-complete/src/utils.js +25 -0
  424. package/es/auto-complete/styles/dark.d.ts +3 -0
  425. package/es/auto-complete/styles/dark.js +14 -0
  426. package/es/auto-complete/styles/index.d.ts +3 -0
  427. package/es/auto-complete/styles/index.js +2 -0
  428. package/es/auto-complete/styles/light.d.ts +126 -0
  429. package/es/auto-complete/styles/light.js +20 -0
  430. package/es/avatar/index.d.ts +2 -0
  431. package/es/avatar/index.js +1 -0
  432. package/es/avatar/src/Avatar.d.ts +263 -0
  433. package/es/avatar/src/Avatar.js +243 -0
  434. package/es/avatar/src/context.d.ts +2 -0
  435. package/es/avatar/src/context.js +2 -0
  436. package/es/avatar/src/interface.d.ts +2 -0
  437. package/es/avatar/src/interface.js +1 -0
  438. package/es/avatar/src/styles/index.cssr.d.ts +2 -0
  439. package/es/avatar/src/styles/index.cssr.js +43 -0
  440. package/es/avatar/styles/dark.d.ts +3 -0
  441. package/es/avatar/styles/dark.js +8 -0
  442. package/es/avatar/styles/index.d.ts +3 -0
  443. package/es/avatar/styles/index.js +2 -0
  444. package/es/avatar/styles/light.d.ts +23 -0
  445. package/es/avatar/styles/light.js +27 -0
  446. package/es/avatar-group/index.d.ts +2 -0
  447. package/es/avatar-group/index.js +1 -0
  448. package/es/avatar-group/src/AvatarGroup.d.ts +386 -0
  449. package/es/avatar-group/src/AvatarGroup.js +68 -0
  450. package/es/avatar-group/src/styles/avatar-group-rtl.cssr.d.ts +2 -0
  451. package/es/avatar-group/src/styles/avatar-group-rtl.cssr.js +10 -0
  452. package/es/avatar-group/src/styles/avatar-group.cssr.d.ts +2 -0
  453. package/es/avatar-group/src/styles/avatar-group.cssr.js +15 -0
  454. package/es/avatar-group/styles/dark.d.ts +3 -0
  455. package/es/avatar-group/styles/dark.js +12 -0
  456. package/es/avatar-group/styles/index.d.ts +4 -0
  457. package/es/avatar-group/styles/index.js +3 -0
  458. package/es/avatar-group/styles/light.d.ts +26 -0
  459. package/es/avatar-group/styles/light.js +17 -0
  460. package/es/avatar-group/styles/rtl.d.ts +2 -0
  461. package/es/avatar-group/styles/rtl.js +5 -0
  462. package/es/back-top/index.d.ts +2 -0
  463. package/es/back-top/index.js +1 -0
  464. package/es/back-top/src/BackTop.d.ts +259 -0
  465. package/es/back-top/src/BackTop.js +210 -0
  466. package/es/back-top/src/BackTopIcon.d.ts +2 -0
  467. package/es/back-top/src/BackTopIcon.js +10 -0
  468. package/es/back-top/src/styles/index.cssr.d.ts +2 -0
  469. package/es/back-top/src/styles/index.cssr.js +51 -0
  470. package/es/back-top/styles/_common.d.ts +7 -0
  471. package/es/back-top/styles/_common.js +6 -0
  472. package/es/back-top/styles/dark.d.ts +3 -0
  473. package/es/back-top/styles/dark.js +11 -0
  474. package/es/back-top/styles/index.d.ts +3 -0
  475. package/es/back-top/styles/index.js +2 -0
  476. package/es/back-top/styles/light.d.ts +20 -0
  477. package/es/back-top/styles/light.js +12 -0
  478. package/es/badge/index.d.ts +2 -0
  479. package/es/badge/index.js +1 -0
  480. package/es/badge/src/Badge.d.ts +161 -0
  481. package/es/badge/src/Badge.js +112 -0
  482. package/es/badge/src/styles/index.cssr.d.ts +2 -0
  483. package/es/badge/src/styles/index.cssr.js +79 -0
  484. package/es/badge/src/styles/rtl.cssr.d.ts +2 -0
  485. package/es/badge/src/styles/rtl.cssr.js +9 -0
  486. package/es/badge/styles/dark.d.ts +3 -0
  487. package/es/badge/styles/dark.js +18 -0
  488. package/es/badge/styles/index.d.ts +4 -0
  489. package/es/badge/styles/index.js +3 -0
  490. package/es/badge/styles/light.d.ts +15 -0
  491. package/es/badge/styles/light.js +19 -0
  492. package/es/badge/styles/rtl.d.ts +2 -0
  493. package/es/badge/styles/rtl.js +5 -0
  494. package/es/breadcrumb/index.d.ts +4 -0
  495. package/es/breadcrumb/index.js +2 -0
  496. package/es/breadcrumb/src/Breadcrumb.d.ts +163 -0
  497. package/es/breadcrumb/src/Breadcrumb.js +54 -0
  498. package/es/breadcrumb/src/BreadcrumbItem.d.ts +31 -0
  499. package/es/breadcrumb/src/BreadcrumbItem.js +49 -0
  500. package/es/breadcrumb/src/styles/index.cssr.d.ts +2 -0
  501. package/es/breadcrumb/src/styles/index.cssr.js +72 -0
  502. package/es/breadcrumb/styles/_common.d.ts +4 -0
  503. package/es/breadcrumb/styles/_common.js +3 -0
  504. package/es/breadcrumb/styles/dark.d.ts +3 -0
  505. package/es/breadcrumb/styles/dark.js +8 -0
  506. package/es/breadcrumb/styles/index.d.ts +3 -0
  507. package/es/breadcrumb/styles/index.js +2 -0
  508. package/es/breadcrumb/styles/light.d.ts +19 -0
  509. package/es/breadcrumb/styles/light.js +12 -0
  510. package/es/button/index.d.ts +2 -0
  511. package/es/button/index.js +1 -0
  512. package/es/button/src/Button.d.ts +2147 -0
  513. package/es/button/src/Button.js +506 -0
  514. package/es/button/src/interface.d.ts +2 -0
  515. package/es/button/src/interface.js +1 -0
  516. package/es/button/src/styles/index.cssr.d.ts +2 -0
  517. package/es/button/src/styles/index.cssr.js +204 -0
  518. package/es/button/src/styles/rtl.cssr.d.ts +2 -0
  519. package/es/button/src/styles/rtl.cssr.js +10 -0
  520. package/es/button/styles/_common.d.ts +20 -0
  521. package/es/button/styles/_common.js +19 -0
  522. package/es/button/styles/dark.d.ts +3 -0
  523. package/es/button/styles/dark.js +15 -0
  524. package/es/button/styles/index.d.ts +4 -0
  525. package/es/button/styles/index.js +3 -0
  526. package/es/button/styles/light.d.ts +217 -0
  527. package/es/button/styles/light.js +38 -0
  528. package/es/button/styles/rtl.d.ts +2 -0
  529. package/es/button/styles/rtl.js +5 -0
  530. package/es/button-group/index.d.ts +2 -0
  531. package/es/button-group/index.js +1 -0
  532. package/es/button-group/src/ButtonGroup.d.ts +34 -0
  533. package/es/button-group/src/ButtonGroup.js +34 -0
  534. package/es/button-group/src/context.d.ts +2 -0
  535. package/es/button-group/src/context.js +2 -0
  536. package/es/button-group/src/styles/index.cssr.d.ts +5 -0
  537. package/es/button-group/src/styles/index.cssr.js +53 -0
  538. package/es/button-group/src/styles/rtl.cssr.d.ts +3 -0
  539. package/es/button-group/src/styles/rtl.cssr.js +24 -0
  540. package/es/button-group/styles/dark.d.ts +3 -0
  541. package/es/button-group/styles/dark.js +6 -0
  542. package/es/button-group/styles/index.d.ts +3 -0
  543. package/es/button-group/styles/index.js +3 -0
  544. package/es/button-group/styles/light.d.ts +6 -0
  545. package/es/button-group/styles/light.js +6 -0
  546. package/es/button-group/styles/rtl.d.ts +2 -0
  547. package/es/button-group/styles/rtl.js +5 -0
  548. package/es/calendar/index.d.ts +2 -0
  549. package/es/calendar/index.js +1 -0
  550. package/es/calendar/src/Calendar.d.ts +2575 -0
  551. package/es/calendar/src/Calendar.js +198 -0
  552. package/es/calendar/src/interface.d.ts +10 -0
  553. package/es/calendar/src/interface.js +1 -0
  554. package/es/calendar/src/styles/index.cssr.d.ts +2 -0
  555. package/es/calendar/src/styles/index.cssr.js +137 -0
  556. package/es/calendar/styles/_common.d.ts +4 -0
  557. package/es/calendar/styles/_common.js +3 -0
  558. package/es/calendar/styles/dark.d.ts +3 -0
  559. package/es/calendar/styles/dark.js +12 -0
  560. package/es/calendar/styles/index.d.ts +3 -0
  561. package/es/calendar/styles/index.js +2 -0
  562. package/es/calendar/styles/light.d.ts +260 -0
  563. package/es/calendar/styles/light.js +19 -0
  564. package/es/card/index.d.ts +2 -0
  565. package/es/card/index.js +1 -0
  566. package/es/card/src/Card.d.ts +663 -0
  567. package/es/card/src/Card.js +136 -0
  568. package/es/card/src/styles/index.cssr.d.ts +2 -0
  569. package/es/card/src/styles/index.cssr.js +134 -0
  570. package/es/card/src/styles/rtl.cssr.d.ts +2 -0
  571. package/es/card/src/styles/rtl.cssr.js +6 -0
  572. package/es/card/styles/_common.d.ts +13 -0
  573. package/es/card/styles/_common.js +12 -0
  574. package/es/card/styles/dark.d.ts +3 -0
  575. package/es/card/styles/dark.js +15 -0
  576. package/es/card/styles/index.d.ts +4 -0
  577. package/es/card/styles/index.js +3 -0
  578. package/es/card/styles/light.d.ts +43 -0
  579. package/es/card/styles/light.js +15 -0
  580. package/es/card/styles/rtl.d.ts +2 -0
  581. package/es/card/styles/rtl.js +5 -0
  582. package/es/carousel/index.d.ts +4 -0
  583. package/es/carousel/index.js +2 -0
  584. package/es/carousel/src/Carousel.d.ts +350 -0
  585. package/es/carousel/src/Carousel.js +769 -0
  586. package/es/carousel/src/CarouselArrow.d.ts +9 -0
  587. package/es/carousel/src/CarouselArrow.js +38 -0
  588. package/es/carousel/src/CarouselContext.d.ts +21 -0
  589. package/es/carousel/src/CarouselContext.js +13 -0
  590. package/es/carousel/src/CarouselDots.d.ts +72 -0
  591. package/es/carousel/src/CarouselDots.js +115 -0
  592. package/es/carousel/src/CarouselItem.d.ts +13 -0
  593. package/es/carousel/src/CarouselItem.js +66 -0
  594. package/es/carousel/src/interface.d.ts +19 -0
  595. package/es/carousel/src/interface.js +1 -0
  596. package/es/carousel/src/styles/index.cssr.d.ts +2 -0
  597. package/es/carousel/src/styles/index.cssr.js +232 -0
  598. package/es/carousel/src/utils/duplicatedLogic.d.ts +7 -0
  599. package/es/carousel/src/utils/duplicatedLogic.js +46 -0
  600. package/es/carousel/src/utils/event.d.ts +1 -0
  601. package/es/carousel/src/utils/event.js +3 -0
  602. package/es/carousel/src/utils/index.d.ts +6 -0
  603. package/es/carousel/src/utils/index.js +33 -0
  604. package/es/carousel/styles/dark.d.ts +3 -0
  605. package/es/carousel/styles/dark.js +8 -0
  606. package/es/carousel/styles/index.d.ts +3 -0
  607. package/es/carousel/styles/index.js +2 -0
  608. package/es/carousel/styles/light.d.ts +15 -0
  609. package/es/carousel/styles/light.js +18 -0
  610. package/es/cascader/index.d.ts +3 -0
  611. package/es/cascader/index.js +1 -0
  612. package/es/cascader/src/Cascader.d.ts +2557 -0
  613. package/es/cascader/src/Cascader.js +861 -0
  614. package/es/cascader/src/CascaderMenu.d.ts +462 -0
  615. package/es/cascader/src/CascaderMenu.js +122 -0
  616. package/es/cascader/src/CascaderOption.d.ts +409 -0
  617. package/es/cascader/src/CascaderOption.js +177 -0
  618. package/es/cascader/src/CascaderSelectMenu.d.ts +455 -0
  619. package/es/cascader/src/CascaderSelectMenu.js +145 -0
  620. package/es/cascader/src/CascaderSubmenu.d.ts +423 -0
  621. package/es/cascader/src/CascaderSubmenu.js +65 -0
  622. package/es/cascader/src/interface.d.ts +87 -0
  623. package/es/cascader/src/interface.js +2 -0
  624. package/es/cascader/src/styles/index.cssr.d.ts +2 -0
  625. package/es/cascader/src/styles/index.cssr.js +133 -0
  626. package/es/cascader/src/utils.d.ts +11 -0
  627. package/es/cascader/src/utils.js +41 -0
  628. package/es/cascader/styles/dark.d.ts +3 -0
  629. package/es/cascader/styles/dark.js +20 -0
  630. package/es/cascader/styles/index.d.ts +3 -0
  631. package/es/cascader/styles/index.js +2 -0
  632. package/es/cascader/styles/light.d.ts +217 -0
  633. package/es/cascader/styles/light.js +40 -0
  634. package/es/checkbox/index.d.ts +5 -0
  635. package/es/checkbox/index.js +2 -0
  636. package/es/checkbox/src/CheckMark.d.ts +2 -0
  637. package/es/checkbox/src/CheckMark.js +3 -0
  638. package/es/checkbox/src/Checkbox.d.ts +680 -0
  639. package/es/checkbox/src/Checkbox.js +278 -0
  640. package/es/checkbox/src/CheckboxGroup.d.ts +87 -0
  641. package/es/checkbox/src/CheckboxGroup.js +160 -0
  642. package/es/checkbox/src/LineMark.d.ts +2 -0
  643. package/es/checkbox/src/LineMark.js +3 -0
  644. package/es/checkbox/src/interface.d.ts +6 -0
  645. package/es/checkbox/src/interface.js +1 -0
  646. package/es/checkbox/src/styles/index.cssr.d.ts +2 -0
  647. package/es/checkbox/src/styles/index.cssr.js +251 -0
  648. package/es/checkbox/src/styles/rtl.cssr.d.ts +2 -0
  649. package/es/checkbox/src/styles/rtl.cssr.js +4 -0
  650. package/es/checkbox/styles/_common.d.ts +10 -0
  651. package/es/checkbox/styles/_common.js +9 -0
  652. package/es/checkbox/styles/dark.d.ts +3 -0
  653. package/es/checkbox/styles/dark.js +14 -0
  654. package/es/checkbox/styles/index.d.ts +4 -0
  655. package/es/checkbox/styles/index.js +3 -0
  656. package/es/checkbox/styles/light.d.ts +42 -0
  657. package/es/checkbox/styles/light.js +14 -0
  658. package/es/checkbox/styles/rtl.d.ts +2 -0
  659. package/es/checkbox/styles/rtl.js +5 -0
  660. package/es/code/index.d.ts +2 -0
  661. package/es/code/index.js +1 -0
  662. package/es/code/src/Code.d.ts +225 -0
  663. package/es/code/src/Code.js +157 -0
  664. package/es/code/src/styles/index.cssr.d.ts +2 -0
  665. package/es/code/src/styles/index.cssr.js +96 -0
  666. package/es/code/styles/dark.d.ts +3 -0
  667. package/es/code/styles/dark.js +26 -0
  668. package/es/code/styles/index.d.ts +3 -0
  669. package/es/code/styles/index.js +2 -0
  670. package/es/code/styles/light.d.ts +21 -0
  671. package/es/code/styles/light.js +27 -0
  672. package/es/collapse/index.d.ts +4 -0
  673. package/es/collapse/index.js +2 -0
  674. package/es/collapse/src/Collapse.d.ts +375 -0
  675. package/es/collapse/src/Collapse.js +141 -0
  676. package/es/collapse/src/CollapseItem.d.ts +34 -0
  677. package/es/collapse/src/CollapseItem.js +99 -0
  678. package/es/collapse/src/CollapseItemContent.d.ts +27 -0
  679. package/es/collapse/src/CollapseItemContent.js +38 -0
  680. package/es/collapse/src/interface.d.ts +9 -0
  681. package/es/collapse/src/interface.js +1 -0
  682. package/es/collapse/src/styles/index.cssr.d.ts +2 -0
  683. package/es/collapse/src/styles/index.cssr.js +59 -0
  684. package/es/collapse/src/styles/rtl.cssr.d.ts +2 -0
  685. package/es/collapse/src/styles/rtl.cssr.js +15 -0
  686. package/es/collapse/styles/dark.d.ts +3 -0
  687. package/es/collapse/styles/dark.js +8 -0
  688. package/es/collapse/styles/index.d.ts +4 -0
  689. package/es/collapse/styles/index.js +3 -0
  690. package/es/collapse/styles/light.d.ts +19 -0
  691. package/es/collapse/styles/light.js +23 -0
  692. package/es/collapse/styles/rtl.d.ts +2 -0
  693. package/es/collapse/styles/rtl.js +5 -0
  694. package/es/collapse-transition/index.d.ts +2 -0
  695. package/es/collapse-transition/index.js +1 -0
  696. package/es/collapse-transition/src/CollapseTransition.d.ts +79 -0
  697. package/es/collapse-transition/src/CollapseTransition.js +80 -0
  698. package/es/collapse-transition/src/styles/index.cssr.d.ts +2 -0
  699. package/es/collapse-transition/src/styles/index.cssr.js +5 -0
  700. package/es/collapse-transition/src/styles/rtl.cssr.d.ts +2 -0
  701. package/es/collapse-transition/src/styles/rtl.cssr.js +5 -0
  702. package/es/collapse-transition/styles/dark.d.ts +3 -0
  703. package/es/collapse-transition/styles/dark.js +8 -0
  704. package/es/collapse-transition/styles/index.d.ts +4 -0
  705. package/es/collapse-transition/styles/index.js +3 -0
  706. package/es/collapse-transition/styles/light.d.ts +9 -0
  707. package/es/collapse-transition/styles/light.js +13 -0
  708. package/es/collapse-transition/styles/rtl.d.ts +2 -0
  709. package/es/collapse-transition/styles/rtl.js +5 -0
  710. package/es/color-picker/index.d.ts +2 -0
  711. package/es/color-picker/index.js +1 -0
  712. package/es/color-picker/src/AlphaSlider.d.ts +47 -0
  713. package/es/color-picker/src/AlphaSlider.js +102 -0
  714. package/es/color-picker/src/ColorInput.d.ts +76 -0
  715. package/es/color-picker/src/ColorInput.js +103 -0
  716. package/es/color-picker/src/ColorInputUnit.d.ts +462 -0
  717. package/es/color-picker/src/ColorInputUnit.js +148 -0
  718. package/es/color-picker/src/ColorPicker.d.ts +2769 -0
  719. package/es/color-picker/src/ColorPicker.js +457 -0
  720. package/es/color-picker/src/ColorPickerSwatches.d.ts +47 -0
  721. package/es/color-picker/src/ColorPickerSwatches.js +94 -0
  722. package/es/color-picker/src/ColorPickerTrigger.d.ts +38 -0
  723. package/es/color-picker/src/ColorPickerTrigger.js +47 -0
  724. package/es/color-picker/src/ColorPreview.d.ts +44 -0
  725. package/es/color-picker/src/ColorPreview.js +47 -0
  726. package/es/color-picker/src/HueSlider.d.ts +34 -0
  727. package/es/color-picker/src/HueSlider.js +88 -0
  728. package/es/color-picker/src/Pallete.d.ts +54 -0
  729. package/es/color-picker/src/Pallete.js +91 -0
  730. package/es/color-picker/src/context.d.ts +9 -0
  731. package/es/color-picker/src/context.js +2 -0
  732. package/es/color-picker/src/interface.d.ts +6 -0
  733. package/es/color-picker/src/interface.js +1 -0
  734. package/es/color-picker/src/styles/index.cssr.d.ts +2 -0
  735. package/es/color-picker/src/styles/index.cssr.js +193 -0
  736. package/es/color-picker/src/utils.d.ts +12 -0
  737. package/es/color-picker/src/utils.js +109 -0
  738. package/es/color-picker/styles/dark.d.ts +3 -0
  739. package/es/color-picker/styles/dark.js +14 -0
  740. package/es/color-picker/styles/index.d.ts +3 -0
  741. package/es/color-picker/styles/index.js +2 -0
  742. package/es/color-picker/styles/light.d.ts +307 -0
  743. package/es/color-picker/styles/light.js +32 -0
  744. package/es/components.d.ts +89 -0
  745. package/es/components.js +89 -0
  746. package/es/composables/index.d.ts +1 -0
  747. package/es/composables/index.js +1 -0
  748. package/es/composables/use-theme-vars.d.ts +4 -0
  749. package/es/composables/use-theme-vars.js +18 -0
  750. package/es/config-provider/index.d.ts +3 -0
  751. package/es/config-provider/index.js +2 -0
  752. package/es/config-provider/src/ConfigProvider.d.ts +485 -0
  753. package/es/config-provider/src/ConfigProvider.js +209 -0
  754. package/es/config-provider/src/config.d.ts +8 -0
  755. package/es/config-provider/src/config.js +8 -0
  756. package/es/config-provider/src/context.d.ts +2 -0
  757. package/es/config-provider/src/context.js +2 -0
  758. package/es/config-provider/src/interface.d.ts +16 -0
  759. package/es/config-provider/src/interface.js +1 -0
  760. package/es/config-provider/src/internal-interface.d.ts +247 -0
  761. package/es/config-provider/src/internal-interface.js +1 -0
  762. package/es/config-provider/src/katex.d.ts +2 -0
  763. package/es/config-provider/src/katex.js +1 -0
  764. package/es/countdown/index.d.ts +2 -0
  765. package/es/countdown/index.js +1 -0
  766. package/es/countdown/src/Countdown.d.ts +68 -0
  767. package/es/countdown/src/Countdown.js +154 -0
  768. package/es/create.d.ts +13 -0
  769. package/es/create.js +30 -0
  770. package/es/data-table/index.d.ts +3 -0
  771. package/es/data-table/index.js +2 -0
  772. package/es/data-table/src/DataTable.d.ts +6541 -0
  773. package/es/data-table/src/DataTable.js +276 -0
  774. package/es/data-table/src/HeaderButton/FilterButton.d.ts +1332 -0
  775. package/es/data-table/src/HeaderButton/FilterButton.js +112 -0
  776. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1382 -0
  777. package/es/data-table/src/HeaderButton/FilterMenu.js +130 -0
  778. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +33 -0
  779. package/es/data-table/src/HeaderButton/RenderFilter.js +25 -0
  780. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +24 -0
  781. package/es/data-table/src/HeaderButton/RenderSorter.js +21 -0
  782. package/es/data-table/src/HeaderButton/ResizeButton.d.ts +15 -0
  783. package/es/data-table/src/HeaderButton/ResizeButton.js +59 -0
  784. package/es/data-table/src/HeaderButton/SortButton.d.ts +19 -0
  785. package/es/data-table/src/HeaderButton/SortButton.js +53 -0
  786. package/es/data-table/src/MainTable.d.ts +22 -0
  787. package/es/data-table/src/MainTable.js +76 -0
  788. package/es/data-table/src/TableParts/Body.d.ts +1400 -0
  789. package/es/data-table/src/TableParts/Body.js +606 -0
  790. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +30 -0
  791. package/es/data-table/src/TableParts/BodyCheckbox.js +30 -0
  792. package/es/data-table/src/TableParts/BodyRadio.d.ts +30 -0
  793. package/es/data-table/src/TableParts/BodyRadio.js +30 -0
  794. package/es/data-table/src/TableParts/Cell.d.ts +2644 -0
  795. package/es/data-table/src/TableParts/Cell.js +58 -0
  796. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +35 -0
  797. package/es/data-table/src/TableParts/ExpandTrigger.js +39 -0
  798. package/es/data-table/src/TableParts/Header.d.ts +1340 -0
  799. package/es/data-table/src/TableParts/Header.js +162 -0
  800. package/es/data-table/src/TableParts/SelectionMenu.d.ts +12 -0
  801. package/es/data-table/src/TableParts/SelectionMenu.js +73 -0
  802. package/es/data-table/src/interface.d.ts +2842 -0
  803. package/es/data-table/src/interface.js +56 -0
  804. package/es/data-table/src/styles/index.cssr.d.ts +3 -0
  805. package/es/data-table/src/styles/index.cssr.js +439 -0
  806. package/es/data-table/src/use-check.d.ts +20 -0
  807. package/es/data-table/src/use-check.js +149 -0
  808. package/es/data-table/src/use-expand.d.ts +10 -0
  809. package/es/data-table/src/use-expand.js +61 -0
  810. package/es/data-table/src/use-group-header.d.ts +19 -0
  811. package/es/data-table/src/use-group-header.js +104 -0
  812. package/es/data-table/src/use-resizable.d.ts +6 -0
  813. package/es/data-table/src/use-resizable.js +22 -0
  814. package/es/data-table/src/use-scroll.d.ts +27 -0
  815. package/es/data-table/src/use-scroll.js +225 -0
  816. package/es/data-table/src/use-sorter.d.ts +19 -0
  817. package/es/data-table/src/use-sorter.js +191 -0
  818. package/es/data-table/src/use-table-data.d.ts +36 -0
  819. package/es/data-table/src/use-table-data.js +327 -0
  820. package/es/data-table/src/utils.d.ts +18 -0
  821. package/es/data-table/src/utils.js +131 -0
  822. package/es/data-table/styles/_common.d.ts +23 -0
  823. package/es/data-table/styles/_common.js +22 -0
  824. package/es/data-table/styles/dark.d.ts +3 -0
  825. package/es/data-table/styles/dark.js +33 -0
  826. package/es/data-table/styles/index.d.ts +3 -0
  827. package/es/data-table/styles/index.js +2 -0
  828. package/es/data-table/styles/light.d.ts +883 -0
  829. package/es/data-table/styles/light.js +43 -0
  830. package/es/date-picker/index.d.ts +3 -0
  831. package/es/date-picker/index.js +1 -0
  832. package/es/date-picker/src/DatePicker.d.ts +7316 -0
  833. package/es/date-picker/src/DatePicker.js +775 -0
  834. package/es/date-picker/src/config.d.ts +5 -0
  835. package/es/date-picker/src/config.js +4 -0
  836. package/es/date-picker/src/interface.d.ts +83 -0
  837. package/es/date-picker/src/interface.js +2 -0
  838. package/es/date-picker/src/panel/date.d.ts +1232 -0
  839. package/es/date-picker/src/panel/date.js +71 -0
  840. package/es/date-picker/src/panel/daterange.d.ts +1270 -0
  841. package/es/date-picker/src/panel/daterange.js +92 -0
  842. package/es/date-picker/src/panel/datetime.d.ts +1232 -0
  843. package/es/date-picker/src/panel/datetime.js +68 -0
  844. package/es/date-picker/src/panel/datetimerange.d.ts +1270 -0
  845. package/es/date-picker/src/panel/datetimerange.js +117 -0
  846. package/es/date-picker/src/panel/monthrange.d.ts +1281 -0
  847. package/es/date-picker/src/panel/monthrange.js +117 -0
  848. package/es/date-picker/src/panel/panelHeader.d.ts +44 -0
  849. package/es/date-picker/src/panel/panelHeader.js +50 -0
  850. package/es/date-picker/src/panel/panelMonth.d.ts +2544 -0
  851. package/es/date-picker/src/panel/panelMonth.js +65 -0
  852. package/es/date-picker/src/panel/panelMonthContent.d.ts +1244 -0
  853. package/es/date-picker/src/panel/panelMonthContent.js +59 -0
  854. package/es/date-picker/src/panel/panelYear.d.ts +2544 -0
  855. package/es/date-picker/src/panel/panelYear.js +65 -0
  856. package/es/date-picker/src/panel/panelYearContent.d.ts +1256 -0
  857. package/es/date-picker/src/panel/panelYearContent.js +53 -0
  858. package/es/date-picker/src/panel/use-calendar.d.ts +1199 -0
  859. package/es/date-picker/src/panel/use-calendar.js +324 -0
  860. package/es/date-picker/src/panel/use-dual-calendar.d.ts +1239 -0
  861. package/es/date-picker/src/panel/use-dual-calendar.js +664 -0
  862. package/es/date-picker/src/panel/use-panel-common.d.ts +1151 -0
  863. package/es/date-picker/src/panel/use-panel-common.js +156 -0
  864. package/es/date-picker/src/styles/index.cssr.d.ts +2 -0
  865. package/es/date-picker/src/styles/index.cssr.js +364 -0
  866. package/es/date-picker/src/utils.d.ts +65 -0
  867. package/es/date-picker/src/utils.js +191 -0
  868. package/es/date-picker/src/validation-utils.d.ts +26 -0
  869. package/es/date-picker/src/validation-utils.js +178 -0
  870. package/es/date-picker/styles/_common.d.ts +41 -0
  871. package/es/date-picker/styles/_common.js +43 -0
  872. package/es/date-picker/styles/dark.d.ts +3 -0
  873. package/es/date-picker/styles/dark.js +26 -0
  874. package/es/date-picker/styles/index.d.ts +3 -0
  875. package/es/date-picker/styles/index.js +2 -0
  876. package/es/date-picker/styles/light.d.ts +727 -0
  877. package/es/date-picker/styles/light.js +24 -0
  878. package/es/descriptions/index.d.ts +4 -0
  879. package/es/descriptions/index.js +2 -0
  880. package/es/descriptions/src/Descriptions.d.ts +408 -0
  881. package/es/descriptions/src/Descriptions.js +160 -0
  882. package/es/descriptions/src/DescriptionsItem.d.ts +32 -0
  883. package/es/descriptions/src/DescriptionsItem.js +19 -0
  884. package/es/descriptions/src/styles/index.cssr.d.ts +2 -0
  885. package/es/descriptions/src/styles/index.cssr.js +119 -0
  886. package/es/descriptions/src/utils.d.ts +3 -0
  887. package/es/descriptions/src/utils.js +7 -0
  888. package/es/descriptions/styles/_common.d.ts +15 -0
  889. package/es/descriptions/styles/_common.js +14 -0
  890. package/es/descriptions/styles/dark.d.ts +3 -0
  891. package/es/descriptions/styles/dark.js +8 -0
  892. package/es/descriptions/styles/index.d.ts +3 -0
  893. package/es/descriptions/styles/index.js +2 -0
  894. package/es/descriptions/styles/light.d.ts +38 -0
  895. package/es/descriptions/styles/light.js +16 -0
  896. package/es/dialog/index.d.ts +6 -0
  897. package/es/dialog/index.js +4 -0
  898. package/es/dialog/src/Dialog.d.ts +1935 -0
  899. package/es/dialog/src/Dialog.js +133 -0
  900. package/es/dialog/src/DialogEnvironment.d.ts +188 -0
  901. package/es/dialog/src/DialogEnvironment.js +111 -0
  902. package/es/dialog/src/DialogProvider.d.ts +809 -0
  903. package/es/dialog/src/DialogProvider.js +75 -0
  904. package/es/dialog/src/composables.d.ts +4 -0
  905. package/es/dialog/src/composables.js +17 -0
  906. package/es/dialog/src/context.d.ts +4 -0
  907. package/es/dialog/src/context.js +4 -0
  908. package/es/dialog/src/dialogProps.d.ts +35 -0
  909. package/es/dialog/src/dialogProps.js +31 -0
  910. package/es/dialog/src/interface.d.ts +1 -0
  911. package/es/dialog/src/interface.js +1 -0
  912. package/es/dialog/src/styles/index.cssr.d.ts +2 -0
  913. package/es/dialog/src/styles/index.cssr.js +96 -0
  914. package/es/dialog/styles/_common.d.ts +14 -0
  915. package/es/dialog/styles/_common.js +13 -0
  916. package/es/dialog/styles/dark.d.ts +3 -0
  917. package/es/dialog/styles/dark.js +12 -0
  918. package/es/dialog/styles/index.d.ts +3 -0
  919. package/es/dialog/styles/index.js +2 -0
  920. package/es/dialog/styles/light.d.ts +280 -0
  921. package/es/dialog/styles/light.js +22 -0
  922. package/es/discrete/index.d.ts +2 -0
  923. package/es/discrete/index.js +1 -0
  924. package/es/discrete/src/InjectionExtractor.d.ts +8 -0
  925. package/es/discrete/src/InjectionExtractor.js +12 -0
  926. package/es/discrete/src/discrete.d.ts +2 -0
  927. package/es/discrete/src/discrete.js +45 -0
  928. package/es/discrete/src/discreteApp.d.ts +28 -0
  929. package/es/discrete/src/discreteApp.js +49 -0
  930. package/es/discrete/src/interface.d.ts +27 -0
  931. package/es/discrete/src/interface.js +1 -0
  932. package/es/divider/index.d.ts +2 -0
  933. package/es/divider/index.js +1 -0
  934. package/es/divider/src/Divider.d.ts +86 -0
  935. package/es/divider/src/Divider.js +53 -0
  936. package/es/divider/src/styles/index.cssr.d.ts +2 -0
  937. package/es/divider/src/styles/index.cssr.js +58 -0
  938. package/es/divider/styles/dark.d.ts +3 -0
  939. package/es/divider/styles/dark.js +8 -0
  940. package/es/divider/styles/index.d.ts +3 -0
  941. package/es/divider/styles/index.js +2 -0
  942. package/es/divider/styles/light.d.ts +11 -0
  943. package/es/divider/styles/light.js +15 -0
  944. package/es/drawer/index.d.ts +5 -0
  945. package/es/drawer/index.js +2 -0
  946. package/es/drawer/src/Drawer.d.ts +687 -0
  947. package/es/drawer/src/Drawer.js +216 -0
  948. package/es/drawer/src/DrawerBodyWrapper.d.ts +266 -0
  949. package/es/drawer/src/DrawerBodyWrapper.js +254 -0
  950. package/es/drawer/src/DrawerContent.d.ts +214 -0
  951. package/es/drawer/src/DrawerContent.js +49 -0
  952. package/es/drawer/src/interface.d.ts +14 -0
  953. package/es/drawer/src/interface.js +3 -0
  954. package/es/drawer/src/styles/index.cssr.d.ts +2 -0
  955. package/es/drawer/src/styles/index.cssr.js +163 -0
  956. package/es/drawer/src/styles/rtl.cssr.d.ts +2 -0
  957. package/es/drawer/src/styles/rtl.cssr.js +8 -0
  958. package/es/drawer/styles/dark.d.ts +3 -0
  959. package/es/drawer/styles/dark.js +12 -0
  960. package/es/drawer/styles/index.d.ts +4 -0
  961. package/es/drawer/styles/index.js +3 -0
  962. package/es/drawer/styles/light.d.ts +55 -0
  963. package/es/drawer/styles/light.js +38 -0
  964. package/es/drawer/styles/rtl.d.ts +3 -0
  965. package/es/drawer/styles/rtl.js +8 -0
  966. package/es/dropdown/index.d.ts +3 -0
  967. package/es/dropdown/index.js +1 -0
  968. package/es/dropdown/src/Dropdown.d.ts +1251 -0
  969. package/es/dropdown/src/Dropdown.js +339 -0
  970. package/es/dropdown/src/DropdownDivider.d.ts +12 -0
  971. package/es/dropdown/src/DropdownDivider.js +13 -0
  972. package/es/dropdown/src/DropdownGroup.d.ts +32 -0
  973. package/es/dropdown/src/DropdownGroup.js +46 -0
  974. package/es/dropdown/src/DropdownGroupHeader.d.ts +27 -0
  975. package/es/dropdown/src/DropdownGroupHeader.js +55 -0
  976. package/es/dropdown/src/DropdownMenu.d.ts +47 -0
  977. package/es/dropdown/src/DropdownMenu.js +100 -0
  978. package/es/dropdown/src/DropdownOption.d.ts +74 -0
  979. package/es/dropdown/src/DropdownOption.js +242 -0
  980. package/es/dropdown/src/DropdownRenderOption.d.ts +14 -0
  981. package/es/dropdown/src/DropdownRenderOption.js +14 -0
  982. package/es/dropdown/src/context.d.ts +6 -0
  983. package/es/dropdown/src/context.js +4 -0
  984. package/es/dropdown/src/interface.d.ts +30 -0
  985. package/es/dropdown/src/interface.js +1 -0
  986. package/es/dropdown/src/styles/index.cssr.d.ts +2 -0
  987. package/es/dropdown/src/styles/index.cssr.js +145 -0
  988. package/es/dropdown/src/utils.d.ts +5 -0
  989. package/es/dropdown/src/utils.js +13 -0
  990. package/es/dropdown/styles/_common.d.ts +24 -0
  991. package/es/dropdown/styles/_common.js +23 -0
  992. package/es/dropdown/styles/dark.d.ts +3 -0
  993. package/es/dropdown/styles/dark.js +21 -0
  994. package/es/dropdown/styles/index.d.ts +3 -0
  995. package/es/dropdown/styles/index.js +2 -0
  996. package/es/dropdown/styles/light.d.ts +131 -0
  997. package/es/dropdown/styles/light.js +26 -0
  998. package/es/dynamic-input/index.d.ts +2 -0
  999. package/es/dynamic-input/index.js +1 -0
  1000. package/es/dynamic-input/src/DynamicInput.d.ts +3061 -0
  1001. package/es/dynamic-input/src/DynamicInput.js +302 -0
  1002. package/es/dynamic-input/src/InputPreset.d.ts +453 -0
  1003. package/es/dynamic-input/src/InputPreset.js +37 -0
  1004. package/es/dynamic-input/src/PairPreset.d.ts +477 -0
  1005. package/es/dynamic-input/src/PairPreset.js +53 -0
  1006. package/es/dynamic-input/src/interface.d.ts +11 -0
  1007. package/es/dynamic-input/src/interface.js +2 -0
  1008. package/es/dynamic-input/src/styles/index.cssr.d.ts +2 -0
  1009. package/es/dynamic-input/src/styles/index.cssr.js +35 -0
  1010. package/es/dynamic-input/src/styles/rtl.cssr.d.ts +2 -0
  1011. package/es/dynamic-input/src/styles/rtl.cssr.js +9 -0
  1012. package/es/dynamic-input/styles/_common.d.ts +5 -0
  1013. package/es/dynamic-input/styles/_common.js +4 -0
  1014. package/es/dynamic-input/styles/dark.d.ts +3 -0
  1015. package/es/dynamic-input/styles/dark.js +16 -0
  1016. package/es/dynamic-input/styles/index.d.ts +4 -0
  1017. package/es/dynamic-input/styles/index.js +3 -0
  1018. package/es/dynamic-input/styles/light.d.ts +284 -0
  1019. package/es/dynamic-input/styles/light.js +18 -0
  1020. package/es/dynamic-input/styles/rtl.d.ts +2 -0
  1021. package/es/dynamic-input/styles/rtl.js +11 -0
  1022. package/es/dynamic-tags/index.d.ts +3 -0
  1023. package/es/dynamic-tags/index.js +1 -0
  1024. package/es/dynamic-tags/src/DynamicTags.d.ts +4115 -0
  1025. package/es/dynamic-tags/src/DynamicTags.js +165 -0
  1026. package/es/dynamic-tags/src/interface.d.ts +10 -0
  1027. package/es/dynamic-tags/src/interface.js +1 -0
  1028. package/es/dynamic-tags/src/styles/index.cssr.d.ts +2 -0
  1029. package/es/dynamic-tags/src/styles/index.cssr.js +6 -0
  1030. package/es/dynamic-tags/styles/dark.d.ts +3 -0
  1031. package/es/dynamic-tags/styles/dark.js +21 -0
  1032. package/es/dynamic-tags/styles/index.d.ts +3 -0
  1033. package/es/dynamic-tags/styles/index.js +2 -0
  1034. package/es/dynamic-tags/styles/light.d.ts +385 -0
  1035. package/es/dynamic-tags/styles/light.js +22 -0
  1036. package/es/element/index.d.ts +3 -0
  1037. package/es/element/index.js +2 -0
  1038. package/es/element/src/Element.d.ts +36 -0
  1039. package/es/element/src/Element.js +43 -0
  1040. package/es/element/styles/dark.d.ts +3 -0
  1041. package/es/element/styles/dark.js +6 -0
  1042. package/es/element/styles/index.d.ts +3 -0
  1043. package/es/element/styles/index.js +2 -0
  1044. package/es/element/styles/light.d.ts +4 -0
  1045. package/es/element/styles/light.js +6 -0
  1046. package/es/ellipsis/index.d.ts +3 -0
  1047. package/es/ellipsis/index.js +2 -0
  1048. package/es/ellipsis/src/Ellipsis.d.ts +526 -0
  1049. package/es/ellipsis/src/Ellipsis.js +165 -0
  1050. package/es/ellipsis/src/PerformantEllipsis.d.ts +224 -0
  1051. package/es/ellipsis/src/PerformantEllipsis.js +52 -0
  1052. package/es/ellipsis/src/styles/index.cssr.d.ts +2 -0
  1053. package/es/ellipsis/src/styles/index.cssr.js +14 -0
  1054. package/es/ellipsis/styles/dark.d.ts +3 -0
  1055. package/es/ellipsis/styles/dark.js +10 -0
  1056. package/es/ellipsis/styles/index.d.ts +3 -0
  1057. package/es/ellipsis/styles/index.js +2 -0
  1058. package/es/ellipsis/styles/light.d.ts +36 -0
  1059. package/es/ellipsis/styles/light.js +11 -0
  1060. package/es/empty/index.d.ts +2 -0
  1061. package/es/empty/index.js +1 -0
  1062. package/es/empty/src/Empty.d.ts +186 -0
  1063. package/es/empty/src/Empty.js +75 -0
  1064. package/es/empty/src/styles/index.cssr.d.ts +2 -0
  1065. package/es/empty/src/styles/index.cssr.js +32 -0
  1066. package/es/empty/styles/_common.d.ts +7 -0
  1067. package/es/empty/styles/_common.js +6 -0
  1068. package/es/empty/styles/dark.d.ts +3 -0
  1069. package/es/empty/styles/dark.js +8 -0
  1070. package/es/empty/styles/index.d.ts +3 -0
  1071. package/es/empty/styles/index.js +2 -0
  1072. package/es/empty/styles/light.d.ts +19 -0
  1073. package/es/empty/styles/light.js +15 -0
  1074. package/es/equation/index.d.ts +1 -0
  1075. package/es/equation/index.js +1 -0
  1076. package/es/equation/src/Equation.d.ts +18 -0
  1077. package/es/equation/src/Equation.js +29 -0
  1078. package/es/equation/styles/dark.d.ts +3 -0
  1079. package/es/equation/styles/dark.js +8 -0
  1080. package/es/equation/styles/index.d.ts +3 -0
  1081. package/es/equation/styles/index.js +2 -0
  1082. package/es/equation/styles/light.d.ts +6 -0
  1083. package/es/equation/styles/light.js +8 -0
  1084. package/es/form/index.d.ts +11 -0
  1085. package/es/form/index.js +6 -0
  1086. package/es/form/src/Form.d.ts +406 -0
  1087. package/es/form/src/Form.js +114 -0
  1088. package/es/form/src/FormItem.d.ts +436 -0
  1089. package/es/form/src/FormItem.js +366 -0
  1090. package/es/form/src/FormItemCol.d.ts +449 -0
  1091. package/es/form/src/FormItemCol.js +38 -0
  1092. package/es/form/src/FormItemGridItem.d.ts +449 -0
  1093. package/es/form/src/FormItemGridItem.js +40 -0
  1094. package/es/form/src/FormItemRow.d.ts +467 -0
  1095. package/es/form/src/FormItemRow.js +37 -0
  1096. package/es/form/src/context.d.ts +3 -0
  1097. package/es/form/src/context.js +3 -0
  1098. package/es/form/src/interface.d.ts +58 -0
  1099. package/es/form/src/interface.js +1 -0
  1100. package/es/form/src/styles/form-item.cssr.d.ts +2 -0
  1101. package/es/form/src/styles/form-item.cssr.js +124 -0
  1102. package/es/form/src/styles/form.cssr.d.ts +2 -0
  1103. package/es/form/src/styles/form.cssr.js +12 -0
  1104. package/es/form/src/utils.d.ts +22 -0
  1105. package/es/form/src/utils.js +171 -0
  1106. package/es/form/styles/_common.d.ts +24 -0
  1107. package/es/form/styles/_common.js +23 -0
  1108. package/es/form/styles/dark.d.ts +3 -0
  1109. package/es/form/styles/dark.js +8 -0
  1110. package/es/form/styles/index.d.ts +3 -0
  1111. package/es/form/styles/index.js +2 -0
  1112. package/es/form/styles/light.d.ts +38 -0
  1113. package/es/form/styles/light.js +12 -0
  1114. package/es/global-style/index.d.ts +1 -0
  1115. package/es/global-style/index.js +1 -0
  1116. package/es/global-style/src/GlobalStyle.d.ts +2 -0
  1117. package/es/global-style/src/GlobalStyle.js +59 -0
  1118. package/es/gradient-text/index.d.ts +2 -0
  1119. package/es/gradient-text/index.js +1 -0
  1120. package/es/gradient-text/src/GradientText.d.ts +180 -0
  1121. package/es/gradient-text/src/GradientText.js +81 -0
  1122. package/es/gradient-text/src/styles/index.cssr.d.ts +2 -0
  1123. package/es/gradient-text/src/styles/index.cssr.js +19 -0
  1124. package/es/gradient-text/styles/dark.d.ts +3 -0
  1125. package/es/gradient-text/styles/dark.js +23 -0
  1126. package/es/gradient-text/styles/index.d.ts +3 -0
  1127. package/es/gradient-text/styles/index.js +2 -0
  1128. package/es/gradient-text/styles/light.d.ts +20 -0
  1129. package/es/gradient-text/styles/light.js +25 -0
  1130. package/es/grid/index.d.ts +5 -0
  1131. package/es/grid/index.js +3 -0
  1132. package/es/grid/src/Grid.d.ts +108 -0
  1133. package/es/grid/src/Grid.js +251 -0
  1134. package/es/grid/src/GridItem.d.ts +74 -0
  1135. package/es/grid/src/GridItem.js +74 -0
  1136. package/es/grid/src/config.d.ts +3 -0
  1137. package/es/grid/src/config.js +3 -0
  1138. package/es/icon/index.d.ts +2 -0
  1139. package/es/icon/index.js +1 -0
  1140. package/es/icon/src/Icon.d.ts +106 -0
  1141. package/es/icon/src/Icon.js +69 -0
  1142. package/es/icon/src/styles/index.cssr.d.ts +2 -0
  1143. package/es/icon/src/styles/index.cssr.js +26 -0
  1144. package/es/icon/styles/dark.d.ts +3 -0
  1145. package/es/icon/styles/dark.js +8 -0
  1146. package/es/icon/styles/index.d.ts +3 -0
  1147. package/es/icon/styles/index.js +2 -0
  1148. package/es/icon/styles/light.d.ts +14 -0
  1149. package/es/icon/styles/light.js +18 -0
  1150. package/es/icon-wrapper/index.d.ts +2 -0
  1151. package/es/icon-wrapper/index.js +1 -0
  1152. package/es/icon-wrapper/src/IconWrapper.d.ts +76 -0
  1153. package/es/icon-wrapper/src/IconWrapper.js +48 -0
  1154. package/es/icon-wrapper/src/styles/index.cssr.d.ts +2 -0
  1155. package/es/icon-wrapper/src/styles/index.cssr.js +16 -0
  1156. package/es/icon-wrapper/styles/dark.d.ts +3 -0
  1157. package/es/icon-wrapper/styles/dark.js +8 -0
  1158. package/es/icon-wrapper/styles/index.d.ts +3 -0
  1159. package/es/icon-wrapper/styles/index.js +2 -0
  1160. package/es/icon-wrapper/styles/light.d.ts +10 -0
  1161. package/es/icon-wrapper/styles/light.js +14 -0
  1162. package/es/image/index.d.ts +4 -0
  1163. package/es/image/index.js +2 -0
  1164. package/es/image/src/Image.d.ts +461 -0
  1165. package/es/image/src/Image.js +123 -0
  1166. package/es/image/src/ImageGroup.d.ts +398 -0
  1167. package/es/image/src/ImageGroup.js +68 -0
  1168. package/es/image/src/ImagePreview.d.ts +308 -0
  1169. package/es/image/src/ImagePreview.js +430 -0
  1170. package/es/image/src/icons.d.ts +4 -0
  1171. package/es/image/src/icons.js +9 -0
  1172. package/es/image/src/interface.d.ts +137 -0
  1173. package/es/image/src/interface.js +4 -0
  1174. package/es/image/src/styles/index.cssr.d.ts +2 -0
  1175. package/es/image/src/styles/index.cssr.js +68 -0
  1176. package/es/image/src/utils.d.ts +11 -0
  1177. package/es/image/src/utils.js +81 -0
  1178. package/es/image/styles/dark.d.ts +2 -0
  1179. package/es/image/styles/dark.js +18 -0
  1180. package/es/image/styles/index.d.ts +3 -0
  1181. package/es/image/styles/index.js +2 -0
  1182. package/es/image/styles/light.d.ts +48 -0
  1183. package/es/image/styles/light.js +19 -0
  1184. package/es/index.d.ts +12 -0
  1185. package/es/index.js +14 -0
  1186. package/es/input/index.d.ts +7 -0
  1187. package/es/input/index.js +3 -0
  1188. package/es/input/src/Input.d.ts +1183 -0
  1189. package/es/input/src/Input.js +949 -0
  1190. package/es/input/src/InputGroup.d.ts +17 -0
  1191. package/es/input/src/InputGroup.js +19 -0
  1192. package/es/input/src/InputGroupLabel.d.ts +602 -0
  1193. package/es/input/src/InputGroupLabel.js +53 -0
  1194. package/es/input/src/WordCount.d.ts +2 -0
  1195. package/es/input/src/WordCount.js +31 -0
  1196. package/es/input/src/interface.d.ts +23 -0
  1197. package/es/input/src/interface.js +2 -0
  1198. package/es/input/src/styles/input-group-label.cssr.d.ts +2 -0
  1199. package/es/input/src/styles/input-group-label.cssr.js +39 -0
  1200. package/es/input/src/styles/input-group.cssr.d.ts +2 -0
  1201. package/es/input/src/styles/input-group.cssr.js +57 -0
  1202. package/es/input/src/styles/input.cssr.d.ts +3 -0
  1203. package/es/input/src/styles/input.cssr.js +304 -0
  1204. package/es/input/src/styles/rtl.cssr.d.ts +2 -0
  1205. package/es/input/src/styles/rtl.cssr.js +16 -0
  1206. package/es/input/src/utils.d.ts +8 -0
  1207. package/es/input/src/utils.js +66 -0
  1208. package/es/input/styles/_common.d.ts +8 -0
  1209. package/es/input/styles/_common.js +7 -0
  1210. package/es/input/styles/dark.d.ts +3 -0
  1211. package/es/input/styles/dark.js +26 -0
  1212. package/es/input/styles/index.d.ts +4 -0
  1213. package/es/input/styles/index.js +3 -0
  1214. package/es/input/styles/light.d.ts +67 -0
  1215. package/es/input/styles/light.js +26 -0
  1216. package/es/input/styles/rtl.d.ts +2 -0
  1217. package/es/input/styles/rtl.js +5 -0
  1218. package/es/input-number/index.d.ts +3 -0
  1219. package/es/input-number/index.js +1 -0
  1220. package/es/input-number/src/InputNumber.d.ts +3151 -0
  1221. package/es/input-number/src/InputNumber.js +580 -0
  1222. package/es/input-number/src/interface.d.ts +7 -0
  1223. package/es/input-number/src/interface.js +1 -0
  1224. package/es/input-number/src/styles/input-number.cssr.d.ts +2 -0
  1225. package/es/input-number/src/styles/input-number.cssr.js +8 -0
  1226. package/es/input-number/src/styles/rtl.cssr.d.ts +2 -0
  1227. package/es/input-number/src/styles/rtl.cssr.js +4 -0
  1228. package/es/input-number/src/utils.d.ts +5 -0
  1229. package/es/input-number/src/utils.js +47 -0
  1230. package/es/input-number/styles/dark.d.ts +3 -0
  1231. package/es/input-number/styles/dark.js +18 -0
  1232. package/es/input-number/styles/index.d.ts +4 -0
  1233. package/es/input-number/styles/index.js +3 -0
  1234. package/es/input-number/styles/light.d.ts +283 -0
  1235. package/es/input-number/styles/light.js +20 -0
  1236. package/es/input-number/styles/rtl.d.ts +2 -0
  1237. package/es/input-number/styles/rtl.js +8 -0
  1238. package/es/jest-setup.d.ts +1 -0
  1239. package/es/jest-setup.js +5 -0
  1240. package/es/layout/index.d.ts +10 -0
  1241. package/es/layout/index.js +5 -0
  1242. package/es/layout/src/Layout.d.ts +881 -0
  1243. package/es/layout/src/Layout.js +117 -0
  1244. package/es/layout/src/LayoutContent.d.ts +417 -0
  1245. package/es/layout/src/LayoutContent.js +2 -0
  1246. package/es/layout/src/LayoutFooter.d.ts +305 -0
  1247. package/es/layout/src/LayoutFooter.js +52 -0
  1248. package/es/layout/src/LayoutHeader.d.ts +224 -0
  1249. package/es/layout/src/LayoutHeader.js +59 -0
  1250. package/es/layout/src/LayoutSider.d.ts +544 -0
  1251. package/es/layout/src/LayoutSider.js +244 -0
  1252. package/es/layout/src/ToggleBar.d.ts +15 -0
  1253. package/es/layout/src/ToggleBar.js +16 -0
  1254. package/es/layout/src/ToggleButton.d.ts +15 -0
  1255. package/es/layout/src/ToggleButton.js +20 -0
  1256. package/es/layout/src/interface.d.ts +13 -0
  1257. package/es/layout/src/interface.js +6 -0
  1258. package/es/layout/src/styles/layout-footer.cssr.d.ts +2 -0
  1259. package/es/layout/src/styles/layout-footer.cssr.js +23 -0
  1260. package/es/layout/src/styles/layout-header.cssr.d.ts +2 -0
  1261. package/es/layout/src/styles/layout-header.cssr.js +24 -0
  1262. package/es/layout/src/styles/layout-sider.cssr.d.ts +2 -0
  1263. package/es/layout/src/styles/layout-sider.cssr.js +140 -0
  1264. package/es/layout/src/styles/layout.cssr.d.ts +2 -0
  1265. package/es/layout/src/styles/layout.cssr.js +28 -0
  1266. package/es/layout/styles/dark.d.ts +3 -0
  1267. package/es/layout/styles/dark.js +39 -0
  1268. package/es/layout/styles/index.d.ts +3 -0
  1269. package/es/layout/styles/index.js +2 -0
  1270. package/es/layout/styles/light.d.ts +59 -0
  1271. package/es/layout/styles/light.js +42 -0
  1272. package/es/legacy-grid/index.d.ts +4 -0
  1273. package/es/legacy-grid/index.js +2 -0
  1274. package/es/legacy-grid/src/Col.d.ts +69 -0
  1275. package/es/legacy-grid/src/Col.js +53 -0
  1276. package/es/legacy-grid/src/Row.d.ts +42 -0
  1277. package/es/legacy-grid/src/Row.js +63 -0
  1278. package/es/legacy-grid/src/interface.d.ts +1 -0
  1279. package/es/legacy-grid/src/interface.js +1 -0
  1280. package/es/legacy-grid/src/styles/index.cssr.d.ts +2 -0
  1281. package/es/legacy-grid/src/styles/index.cssr.js +32 -0
  1282. package/es/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
  1283. package/es/legacy-grid/src/styles/rtl.cssr.js +21 -0
  1284. package/es/legacy-grid/styles/dark.d.ts +4 -0
  1285. package/es/legacy-grid/styles/dark.js +6 -0
  1286. package/es/legacy-grid/styles/index.d.ts +4 -0
  1287. package/es/legacy-grid/styles/index.js +3 -0
  1288. package/es/legacy-grid/styles/light.d.ts +4 -0
  1289. package/es/legacy-grid/styles/light.js +6 -0
  1290. package/es/legacy-grid/styles/rtl.d.ts +2 -0
  1291. package/es/legacy-grid/styles/rtl.js +5 -0
  1292. package/es/legacy-transfer/index.d.ts +3 -0
  1293. package/es/legacy-transfer/index.js +1 -0
  1294. package/es/legacy-transfer/src/Transfer.d.ts +3796 -0
  1295. package/es/legacy-transfer/src/Transfer.js +214 -0
  1296. package/es/legacy-transfer/src/TransferFilter.d.ts +540 -0
  1297. package/es/legacy-transfer/src/TransferFilter.js +40 -0
  1298. package/es/legacy-transfer/src/TransferHeader.d.ts +25 -0
  1299. package/es/legacy-transfer/src/TransferHeader.js +47 -0
  1300. package/es/legacy-transfer/src/TransferList.d.ts +587 -0
  1301. package/es/legacy-transfer/src/TransferList.js +93 -0
  1302. package/es/legacy-transfer/src/TransferListItem.d.ts +544 -0
  1303. package/es/legacy-transfer/src/TransferListItem.js +65 -0
  1304. package/es/legacy-transfer/src/interface.d.ts +31 -0
  1305. package/es/legacy-transfer/src/interface.js +2 -0
  1306. package/es/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
  1307. package/es/legacy-transfer/src/styles/index.cssr.js +215 -0
  1308. package/es/legacy-transfer/src/use-transfer-data.d.ts +41 -0
  1309. package/es/legacy-transfer/src/use-transfer-data.js +145 -0
  1310. package/es/legacy-transfer/styles/_common.d.ts +5 -0
  1311. package/es/legacy-transfer/styles/_common.js +4 -0
  1312. package/es/legacy-transfer/styles/dark.d.ts +3 -0
  1313. package/es/legacy-transfer/styles/dark.js +27 -0
  1314. package/es/legacy-transfer/styles/index.d.ts +3 -0
  1315. package/es/legacy-transfer/styles/index.js +2 -0
  1316. package/es/legacy-transfer/styles/light.d.ts +378 -0
  1317. package/es/legacy-transfer/styles/light.js +31 -0
  1318. package/es/list/index.d.ts +3 -0
  1319. package/es/list/index.js +2 -0
  1320. package/es/list/src/List.d.ts +199 -0
  1321. package/es/list/src/List.js +71 -0
  1322. package/es/list/src/ListItem.d.ts +5 -0
  1323. package/es/list/src/ListItem.js +24 -0
  1324. package/es/list/src/styles/index.cssr.d.ts +2 -0
  1325. package/es/list/src/styles/index.cssr.js +88 -0
  1326. package/es/list/src/styles/rtl.cssr.d.ts +2 -0
  1327. package/es/list/src/styles/rtl.cssr.js +11 -0
  1328. package/es/list/styles/dark.d.ts +3 -0
  1329. package/es/list/styles/dark.js +8 -0
  1330. package/es/list/styles/index.d.ts +4 -0
  1331. package/es/list/styles/index.js +3 -0
  1332. package/es/list/styles/light.d.ts +20 -0
  1333. package/es/list/styles/light.js +25 -0
  1334. package/es/list/styles/rtl.d.ts +2 -0
  1335. package/es/list/styles/rtl.js +5 -0
  1336. package/es/loading-bar/index.d.ts +3 -0
  1337. package/es/loading-bar/index.js +2 -0
  1338. package/es/loading-bar/src/LoadingBar.d.ts +28 -0
  1339. package/es/loading-bar/src/LoadingBar.js +176 -0
  1340. package/es/loading-bar/src/LoadingBarProvider.d.ts +103 -0
  1341. package/es/loading-bar/src/LoadingBarProvider.js +73 -0
  1342. package/es/loading-bar/src/context.d.ts +7 -0
  1343. package/es/loading-bar/src/context.js +3 -0
  1344. package/es/loading-bar/src/styles/index.cssr.d.ts +2 -0
  1345. package/es/loading-bar/src/styles/index.cssr.js +35 -0
  1346. package/es/loading-bar/src/use-loading-bar.d.ts +2 -0
  1347. package/es/loading-bar/src/use-loading-bar.js +10 -0
  1348. package/es/loading-bar/styles/dark.d.ts +3 -0
  1349. package/es/loading-bar/styles/dark.js +14 -0
  1350. package/es/loading-bar/styles/index.d.ts +3 -0
  1351. package/es/loading-bar/styles/index.js +2 -0
  1352. package/es/loading-bar/styles/light.d.ts +11 -0
  1353. package/es/loading-bar/styles/light.js +15 -0
  1354. package/es/locales/common/arDZ.d.ts +3 -0
  1355. package/es/locales/common/arDZ.js +121 -0
  1356. package/es/locales/common/deDE.d.ts +3 -0
  1357. package/es/locales/common/deDE.js +121 -0
  1358. package/es/locales/common/enGB.d.ts +3 -0
  1359. package/es/locales/common/enGB.js +122 -0
  1360. package/es/locales/common/enUS.d.ts +122 -0
  1361. package/es/locales/common/enUS.js +122 -0
  1362. package/es/locales/common/eo.d.ts +3 -0
  1363. package/es/locales/common/eo.js +123 -0
  1364. package/es/locales/common/esAR.d.ts +3 -0
  1365. package/es/locales/common/esAR.js +125 -0
  1366. package/es/locales/common/faIR.d.ts +3 -0
  1367. package/es/locales/common/faIR.js +121 -0
  1368. package/es/locales/common/frFR.d.ts +3 -0
  1369. package/es/locales/common/frFR.js +121 -0
  1370. package/es/locales/common/idID.d.ts +3 -0
  1371. package/es/locales/common/idID.js +125 -0
  1372. package/es/locales/common/itIT.d.ts +3 -0
  1373. package/es/locales/common/itIT.js +124 -0
  1374. package/es/locales/common/jaJP.d.ts +3 -0
  1375. package/es/locales/common/jaJP.js +124 -0
  1376. package/es/locales/common/koKR.d.ts +3 -0
  1377. package/es/locales/common/koKR.js +124 -0
  1378. package/es/locales/common/nbNO.d.ts +3 -0
  1379. package/es/locales/common/nbNO.js +125 -0
  1380. package/es/locales/common/nlNL.d.ts +3 -0
  1381. package/es/locales/common/nlNL.js +123 -0
  1382. package/es/locales/common/plPL.d.ts +3 -0
  1383. package/es/locales/common/plPL.js +124 -0
  1384. package/es/locales/common/ptBR.d.ts +3 -0
  1385. package/es/locales/common/ptBR.js +121 -0
  1386. package/es/locales/common/ruRU.d.ts +3 -0
  1387. package/es/locales/common/ruRU.js +126 -0
  1388. package/es/locales/common/skSK.d.ts +3 -0
  1389. package/es/locales/common/skSK.js +125 -0
  1390. package/es/locales/common/svSE.d.ts +3 -0
  1391. package/es/locales/common/svSE.js +121 -0
  1392. package/es/locales/common/thTH.d.ts +3 -0
  1393. package/es/locales/common/thTH.js +125 -0
  1394. package/es/locales/common/trTR.d.ts +3 -0
  1395. package/es/locales/common/trTR.js +122 -0
  1396. package/es/locales/common/ukUA.d.ts +3 -0
  1397. package/es/locales/common/ukUA.js +122 -0
  1398. package/es/locales/common/viVN.d.ts +3 -0
  1399. package/es/locales/common/viVN.js +121 -0
  1400. package/es/locales/common/zhCN.d.ts +3 -0
  1401. package/es/locales/common/zhCN.js +121 -0
  1402. package/es/locales/common/zhTW.d.ts +3 -0
  1403. package/es/locales/common/zhTW.js +121 -0
  1404. package/es/locales/date/arDZ.d.ts +3 -0
  1405. package/es/locales/date/arDZ.js +6 -0
  1406. package/es/locales/date/deDE.d.ts +3 -0
  1407. package/es/locales/date/deDE.js +6 -0
  1408. package/es/locales/date/enGB.d.ts +3 -0
  1409. package/es/locales/date/enGB.js +6 -0
  1410. package/es/locales/date/enUS.d.ts +8 -0
  1411. package/es/locales/date/enUS.js +6 -0
  1412. package/es/locales/date/eo.d.ts +3 -0
  1413. package/es/locales/date/eo.js +6 -0
  1414. package/es/locales/date/esAR.d.ts +3 -0
  1415. package/es/locales/date/esAR.js +6 -0
  1416. package/es/locales/date/faIR.d.ts +3 -0
  1417. package/es/locales/date/faIR.js +6 -0
  1418. package/es/locales/date/frFR.d.ts +3 -0
  1419. package/es/locales/date/frFR.js +6 -0
  1420. package/es/locales/date/idID.d.ts +3 -0
  1421. package/es/locales/date/idID.js +6 -0
  1422. package/es/locales/date/itIT.d.ts +3 -0
  1423. package/es/locales/date/itIT.js +6 -0
  1424. package/es/locales/date/jaJP.d.ts +3 -0
  1425. package/es/locales/date/jaJP.js +6 -0
  1426. package/es/locales/date/koKR.d.ts +3 -0
  1427. package/es/locales/date/koKR.js +6 -0
  1428. package/es/locales/date/nbNO.d.ts +3 -0
  1429. package/es/locales/date/nbNO.js +6 -0
  1430. package/es/locales/date/nlNL.d.ts +3 -0
  1431. package/es/locales/date/nlNL.js +6 -0
  1432. package/es/locales/date/plPL.d.ts +3 -0
  1433. package/es/locales/date/plPL.js +6 -0
  1434. package/es/locales/date/ptBR.d.ts +3 -0
  1435. package/es/locales/date/ptBR.js +6 -0
  1436. package/es/locales/date/ruRU.d.ts +3 -0
  1437. package/es/locales/date/ruRU.js +6 -0
  1438. package/es/locales/date/skSK.d.ts +3 -0
  1439. package/es/locales/date/skSK.js +6 -0
  1440. package/es/locales/date/svSE.d.ts +3 -0
  1441. package/es/locales/date/svSE.js +6 -0
  1442. package/es/locales/date/thTH.d.ts +3 -0
  1443. package/es/locales/date/thTH.js +6 -0
  1444. package/es/locales/date/trTR.d.ts +3 -0
  1445. package/es/locales/date/trTR.js +6 -0
  1446. package/es/locales/date/ukUA.d.ts +3 -0
  1447. package/es/locales/date/ukUA.js +6 -0
  1448. package/es/locales/date/viVN.d.ts +3 -0
  1449. package/es/locales/date/viVN.js +6 -0
  1450. package/es/locales/date/zhCN.d.ts +3 -0
  1451. package/es/locales/date/zhCN.js +6 -0
  1452. package/es/locales/date/zhTW.d.ts +3 -0
  1453. package/es/locales/date/zhTW.js +6 -0
  1454. package/es/locales/index.d.ts +54 -0
  1455. package/es/locales/index.js +51 -0
  1456. package/es/locales/utils/index.d.ts +8 -0
  1457. package/es/locales/utils/index.js +4 -0
  1458. package/es/log/index.d.ts +2 -0
  1459. package/es/log/index.js +1 -0
  1460. package/es/log/src/Log.d.ts +574 -0
  1461. package/es/log/src/Log.js +195 -0
  1462. package/es/log/src/LogLine.d.ts +18 -0
  1463. package/es/log/src/LogLine.js +52 -0
  1464. package/es/log/src/LogLoader.d.ts +16 -0
  1465. package/es/log/src/LogLoader.js +23 -0
  1466. package/es/log/src/context.d.ts +2 -0
  1467. package/es/log/src/context.js +2 -0
  1468. package/es/log/src/styles/index.cssr.d.ts +2 -0
  1469. package/es/log/src/styles/index.cssr.js +53 -0
  1470. package/es/log/styles/dark.d.ts +3 -0
  1471. package/es/log/styles/dark.js +22 -0
  1472. package/es/log/styles/index.d.ts +3 -0
  1473. package/es/log/styles/index.js +2 -0
  1474. package/es/log/styles/light.d.ts +38 -0
  1475. package/es/log/styles/light.js +24 -0
  1476. package/es/mention/index.d.ts +3 -0
  1477. package/es/mention/index.js +1 -0
  1478. package/es/mention/src/Mention.d.ts +1585 -0
  1479. package/es/mention/src/Mention.js +361 -0
  1480. package/es/mention/src/interface.d.ts +6 -0
  1481. package/es/mention/src/interface.js +1 -0
  1482. package/es/mention/src/styles/index.cssr.d.ts +2 -0
  1483. package/es/mention/src/styles/index.cssr.js +8 -0
  1484. package/es/mention/src/utils.d.ts +65 -0
  1485. package/es/mention/src/utils.js +204 -0
  1486. package/es/mention/styles/dark.d.ts +3 -0
  1487. package/es/mention/styles/dark.js +18 -0
  1488. package/es/mention/styles/index.d.ts +3 -0
  1489. package/es/mention/styles/index.js +2 -0
  1490. package/es/mention/styles/light.d.ts +126 -0
  1491. package/es/mention/styles/light.js +20 -0
  1492. package/es/menu/index.d.ts +3 -0
  1493. package/es/menu/index.js +1 -0
  1494. package/es/menu/src/Menu.d.ts +2312 -0
  1495. package/es/menu/src/Menu.js +380 -0
  1496. package/es/menu/src/MenuDivider.d.ts +2 -0
  1497. package/es/menu/src/MenuDivider.js +11 -0
  1498. package/es/menu/src/MenuOption.d.ts +427 -0
  1499. package/es/menu/src/MenuOption.js +69 -0
  1500. package/es/menu/src/MenuOptionContent.d.ts +86 -0
  1501. package/es/menu/src/MenuOptionContent.js +87 -0
  1502. package/es/menu/src/MenuOptionGroup.d.ts +70 -0
  1503. package/es/menu/src/MenuOptionGroup.js +43 -0
  1504. package/es/menu/src/Submenu.d.ts +469 -0
  1505. package/es/menu/src/Submenu.js +123 -0
  1506. package/es/menu/src/context.d.ts +4 -0
  1507. package/es/menu/src/context.js +4 -0
  1508. package/es/menu/src/interface.d.ts +58 -0
  1509. package/es/menu/src/interface.js +1 -0
  1510. package/es/menu/src/styles/index.cssr.d.ts +3 -0
  1511. package/es/menu/src/styles/index.cssr.js +228 -0
  1512. package/es/menu/src/use-menu-child-props.d.ts +17 -0
  1513. package/es/menu/src/use-menu-child-props.js +14 -0
  1514. package/es/menu/src/use-menu-child.d.ts +38 -0
  1515. package/es/menu/src/use-menu-child.js +80 -0
  1516. package/es/menu/src/useCheckDeprecated.d.ts +2 -0
  1517. package/es/menu/src/useCheckDeprecated.js +24 -0
  1518. package/es/menu/src/utils.d.ts +7 -0
  1519. package/es/menu/src/utils.js +51 -0
  1520. package/es/menu/styles/dark.d.ts +3 -0
  1521. package/es/menu/styles/dark.js +27 -0
  1522. package/es/menu/styles/index.d.ts +3 -0
  1523. package/es/menu/styles/index.js +2 -0
  1524. package/es/menu/styles/light.d.ts +308 -0
  1525. package/es/menu/styles/light.js +60 -0
  1526. package/es/message/index.d.ts +4 -0
  1527. package/es/message/index.js +2 -0
  1528. package/es/message/src/Message.d.ts +79 -0
  1529. package/es/message/src/Message.js +112 -0
  1530. package/es/message/src/MessageEnvironment.d.ts +75 -0
  1531. package/es/message/src/MessageEnvironment.js +91 -0
  1532. package/es/message/src/MessageProvider.d.ts +727 -0
  1533. package/es/message/src/MessageProvider.js +100 -0
  1534. package/es/message/src/context.d.ts +7 -0
  1535. package/es/message/src/context.js +3 -0
  1536. package/es/message/src/message-props.d.ts +22 -0
  1537. package/es/message/src/message-props.js +17 -0
  1538. package/es/message/src/styles/index.cssr.d.ts +2 -0
  1539. package/es/message/src/styles/index.cssr.js +133 -0
  1540. package/es/message/src/styles/rtl.cssr.d.ts +2 -0
  1541. package/es/message/src/styles/rtl.cssr.js +8 -0
  1542. package/es/message/src/types.d.ts +17 -0
  1543. package/es/message/src/types.js +1 -0
  1544. package/es/message/src/use-message.d.ts +2 -0
  1545. package/es/message/src/use-message.js +10 -0
  1546. package/es/message/styles/_common.d.ts +13 -0
  1547. package/es/message/styles/_common.js +12 -0
  1548. package/es/message/styles/dark.d.ts +3 -0
  1549. package/es/message/styles/dark.js +8 -0
  1550. package/es/message/styles/index.d.ts +4 -0
  1551. package/es/message/styles/index.js +3 -0
  1552. package/es/message/styles/light.d.ts +76 -0
  1553. package/es/message/styles/light.js +17 -0
  1554. package/es/message/styles/rtl.d.ts +2 -0
  1555. package/es/message/styles/rtl.js +5 -0
  1556. package/es/modal/index.d.ts +2 -0
  1557. package/es/modal/index.js +1 -0
  1558. package/es/modal/src/BodyWrapper.d.ts +856 -0
  1559. package/es/modal/src/BodyWrapper.js +213 -0
  1560. package/es/modal/src/Modal.d.ts +2963 -0
  1561. package/es/modal/src/Modal.js +245 -0
  1562. package/es/modal/src/interface.d.ts +17 -0
  1563. package/es/modal/src/interface.js +3 -0
  1564. package/es/modal/src/presetProps.d.ts +49 -0
  1565. package/es/modal/src/presetProps.js +6 -0
  1566. package/es/modal/src/styles/index.cssr.d.ts +2 -0
  1567. package/es/modal/src/styles/index.cssr.js +48 -0
  1568. package/es/modal/styles/dark.d.ts +3 -0
  1569. package/es/modal/styles/dark.js +16 -0
  1570. package/es/modal/styles/index.d.ts +3 -0
  1571. package/es/modal/styles/index.js +2 -0
  1572. package/es/modal/styles/light.d.ts +300 -0
  1573. package/es/modal/styles/light.js +24 -0
  1574. package/es/notification/index.d.ts +4 -0
  1575. package/es/notification/index.js +2 -0
  1576. package/es/notification/src/Notification.d.ts +114 -0
  1577. package/es/notification/src/Notification.js +127 -0
  1578. package/es/notification/src/NotificationContainer.d.ts +192 -0
  1579. package/es/notification/src/NotificationContainer.js +44 -0
  1580. package/es/notification/src/NotificationEnvironment.d.ts +119 -0
  1581. package/es/notification/src/NotificationEnvironment.js +143 -0
  1582. package/es/notification/src/NotificationProvider.d.ts +446 -0
  1583. package/es/notification/src/NotificationProvider.js +127 -0
  1584. package/es/notification/src/context.d.ts +2 -0
  1585. package/es/notification/src/context.js +2 -0
  1586. package/es/notification/src/styles/index.cssr.d.ts +3 -0
  1587. package/es/notification/src/styles/index.cssr.js +228 -0
  1588. package/es/notification/src/styles/rtl.cssr.d.ts +2 -0
  1589. package/es/notification/src/styles/rtl.cssr.js +22 -0
  1590. package/es/notification/src/use-notification.d.ts +2 -0
  1591. package/es/notification/src/use-notification.js +10 -0
  1592. package/es/notification/styles/_common.d.ts +11 -0
  1593. package/es/notification/styles/_common.js +10 -0
  1594. package/es/notification/styles/dark.d.ts +3 -0
  1595. package/es/notification/styles/dark.js +12 -0
  1596. package/es/notification/styles/index.d.ts +4 -0
  1597. package/es/notification/styles/index.js +3 -0
  1598. package/es/notification/styles/light.d.ts +71 -0
  1599. package/es/notification/styles/light.js +22 -0
  1600. package/es/notification/styles/rtl.d.ts +2 -0
  1601. package/es/notification/styles/rtl.js +5 -0
  1602. package/es/number-animation/index.d.ts +3 -0
  1603. package/es/number-animation/index.js +1 -0
  1604. package/es/number-animation/src/NumberAnimation.d.ts +95 -0
  1605. package/es/number-animation/src/NumberAnimation.js +99 -0
  1606. package/es/number-animation/src/utils.d.ts +8 -0
  1607. package/es/number-animation/src/utils.js +17 -0
  1608. package/es/page-header/index.d.ts +2 -0
  1609. package/es/page-header/index.js +1 -0
  1610. package/es/page-header/src/PageHeader.d.ts +137 -0
  1611. package/es/page-header/src/PageHeader.js +70 -0
  1612. package/es/page-header/src/styles/index.cssr.d.ts +2 -0
  1613. package/es/page-header/src/styles/index.cssr.js +49 -0
  1614. package/es/page-header/src/styles/rtl.cssr.d.ts +2 -0
  1615. package/es/page-header/src/styles/rtl.cssr.js +19 -0
  1616. package/es/page-header/styles/_common.d.ts +5 -0
  1617. package/es/page-header/styles/_common.js +4 -0
  1618. package/es/page-header/styles/dark.d.ts +2 -0
  1619. package/es/page-header/styles/dark.js +7 -0
  1620. package/es/page-header/styles/index.d.ts +4 -0
  1621. package/es/page-header/styles/index.js +3 -0
  1622. package/es/page-header/styles/light.d.ts +25 -0
  1623. package/es/page-header/styles/light.js +12 -0
  1624. package/es/page-header/styles/rtl.d.ts +5 -0
  1625. package/es/page-header/styles/rtl.js +5 -0
  1626. package/es/pagination/index.d.ts +3 -0
  1627. package/es/pagination/index.js +1 -0
  1628. package/es/pagination/src/Pagination.d.ts +3948 -0
  1629. package/es/pagination/src/Pagination.js +586 -0
  1630. package/es/pagination/src/interface.d.ts +26 -0
  1631. package/es/pagination/src/interface.js +1 -0
  1632. package/es/pagination/src/styles/index.cssr.d.ts +2 -0
  1633. package/es/pagination/src/styles/index.cssr.js +156 -0
  1634. package/es/pagination/src/styles/rtl.cssr.d.ts +2 -0
  1635. package/es/pagination/src/styles/rtl.cssr.js +8 -0
  1636. package/es/pagination/src/utils.d.ts +23 -0
  1637. package/es/pagination/src/utils.js +145 -0
  1638. package/es/pagination/styles/_common.d.ts +36 -0
  1639. package/es/pagination/styles/_common.js +35 -0
  1640. package/es/pagination/styles/dark.d.ts +3 -0
  1641. package/es/pagination/styles/dark.js +26 -0
  1642. package/es/pagination/styles/index.d.ts +4 -0
  1643. package/es/pagination/styles/index.js +3 -0
  1644. package/es/pagination/styles/light.d.ts +411 -0
  1645. package/es/pagination/styles/light.js +25 -0
  1646. package/es/pagination/styles/rtl.d.ts +2 -0
  1647. package/es/pagination/styles/rtl.js +7 -0
  1648. package/es/popconfirm/index.d.ts +3 -0
  1649. package/es/popconfirm/index.js +1 -0
  1650. package/es/popconfirm/src/Popconfirm.d.ts +2776 -0
  1651. package/es/popconfirm/src/Popconfirm.js +89 -0
  1652. package/es/popconfirm/src/PopconfirmPanel.d.ts +73 -0
  1653. package/es/popconfirm/src/PopconfirmPanel.js +75 -0
  1654. package/es/popconfirm/src/interface.d.ts +12 -0
  1655. package/es/popconfirm/src/interface.js +2 -0
  1656. package/es/popconfirm/src/styles/index.cssr.d.ts +2 -0
  1657. package/es/popconfirm/src/styles/index.cssr.js +22 -0
  1658. package/es/popconfirm/styles/_common.d.ts +4 -0
  1659. package/es/popconfirm/styles/_common.js +3 -0
  1660. package/es/popconfirm/styles/dark.d.ts +3 -0
  1661. package/es/popconfirm/styles/dark.js +14 -0
  1662. package/es/popconfirm/styles/index.d.ts +3 -0
  1663. package/es/popconfirm/styles/index.js +2 -0
  1664. package/es/popconfirm/styles/light.d.ts +240 -0
  1665. package/es/popconfirm/styles/light.js +19 -0
  1666. package/es/popover/index.d.ts +4 -0
  1667. package/es/popover/index.js +1 -0
  1668. package/es/popover/src/Popover.d.ts +548 -0
  1669. package/es/popover/src/Popover.js +476 -0
  1670. package/es/popover/src/PopoverBody.d.ts +257 -0
  1671. package/es/popover/src/PopoverBody.js +271 -0
  1672. package/es/popover/src/interface.d.ts +12 -0
  1673. package/es/popover/src/interface.js +2 -0
  1674. package/es/popover/src/styles/index.cssr.d.ts +3 -0
  1675. package/es/popover/src/styles/index.cssr.js +166 -0
  1676. package/es/popover/styles/_common.d.ts +9 -0
  1677. package/es/popover/styles/_common.js +8 -0
  1678. package/es/popover/styles/dark.d.ts +3 -0
  1679. package/es/popover/styles/dark.js +8 -0
  1680. package/es/popover/styles/index.d.ts +3 -0
  1681. package/es/popover/styles/index.js +2 -0
  1682. package/es/popover/styles/light.d.ts +20 -0
  1683. package/es/popover/styles/light.js +13 -0
  1684. package/es/popselect/index.d.ts +3 -0
  1685. package/es/popselect/index.js +1 -0
  1686. package/es/popselect/src/Popselect.d.ts +1226 -0
  1687. package/es/popselect/src/Popselect.js +69 -0
  1688. package/es/popselect/src/PopselectPanel.d.ts +337 -0
  1689. package/es/popselect/src/PopselectPanel.js +163 -0
  1690. package/es/popselect/src/interface.d.ts +14 -0
  1691. package/es/popselect/src/interface.js +2 -0
  1692. package/es/popselect/src/styles/index.cssr.d.ts +2 -0
  1693. package/es/popselect/src/styles/index.cssr.js +5 -0
  1694. package/es/popselect/styles/dark.d.ts +3 -0
  1695. package/es/popselect/styles/dark.js +12 -0
  1696. package/es/popselect/styles/index.d.ts +3 -0
  1697. package/es/popselect/styles/index.js +2 -0
  1698. package/es/popselect/styles/light.d.ts +80 -0
  1699. package/es/popselect/styles/light.js +20 -0
  1700. package/es/preset.d.ts +3 -0
  1701. package/es/preset.js +7 -0
  1702. package/es/progress/index.d.ts +2 -0
  1703. package/es/progress/index.js +1 -0
  1704. package/es/progress/src/Circle.d.ts +92 -0
  1705. package/es/progress/src/Circle.js +111 -0
  1706. package/es/progress/src/Line.d.ts +79 -0
  1707. package/es/progress/src/Line.js +116 -0
  1708. package/es/progress/src/MultipleCircle.d.ts +82 -0
  1709. package/es/progress/src/MultipleCircle.js +86 -0
  1710. package/es/progress/src/Progress.d.ts +394 -0
  1711. package/es/progress/src/Progress.js +100 -0
  1712. package/es/progress/src/interface.d.ts +1 -0
  1713. package/es/progress/src/interface.js +1 -0
  1714. package/es/progress/src/styles/index.cssr.d.ts +2 -0
  1715. package/es/progress/src/styles/index.cssr.js +196 -0
  1716. package/es/progress/styles/dark.d.ts +3 -0
  1717. package/es/progress/styles/dark.js +14 -0
  1718. package/es/progress/styles/index.d.ts +3 -0
  1719. package/es/progress/styles/index.js +2 -0
  1720. package/es/progress/styles/light.d.ts +29 -0
  1721. package/es/progress/styles/light.js +33 -0
  1722. package/es/radio/index.d.ts +6 -0
  1723. package/es/radio/index.js +3 -0
  1724. package/es/radio/src/Radio.d.ts +526 -0
  1725. package/es/radio/src/Radio.js +92 -0
  1726. package/es/radio/src/RadioButton.d.ts +81 -0
  1727. package/es/radio/src/RadioButton.js +25 -0
  1728. package/es/radio/src/RadioGroup.d.ts +473 -0
  1729. package/es/radio/src/RadioGroup.js +168 -0
  1730. package/es/radio/src/interface.d.ts +2 -0
  1731. package/es/radio/src/interface.js +1 -0
  1732. package/es/radio/src/styles/radio-group.cssr.d.ts +2 -0
  1733. package/es/radio/src/styles/radio-group.cssr.js +103 -0
  1734. package/es/radio/src/styles/radio.cssr.d.ts +2 -0
  1735. package/es/radio/src/styles/radio.cssr.js +144 -0
  1736. package/es/radio/src/styles/rtl.cssr.d.ts +2 -0
  1737. package/es/radio/src/styles/rtl.cssr.js +20 -0
  1738. package/es/radio/src/use-radio.d.ts +53 -0
  1739. package/es/radio/src/use-radio.js +136 -0
  1740. package/es/radio/styles/_common.d.ts +8 -0
  1741. package/es/radio/styles/_common.js +7 -0
  1742. package/es/radio/styles/dark.d.ts +3 -0
  1743. package/es/radio/styles/dark.js +14 -0
  1744. package/es/radio/styles/index.d.ts +4 -0
  1745. package/es/radio/styles/index.js +3 -0
  1746. package/es/radio/styles/light.d.ts +50 -0
  1747. package/es/radio/styles/light.js +15 -0
  1748. package/es/radio/styles/rtl.d.ts +2 -0
  1749. package/es/radio/styles/rtl.js +5 -0
  1750. package/es/rate/index.d.ts +2 -0
  1751. package/es/rate/index.js +1 -0
  1752. package/es/rate/src/Rate.d.ts +156 -0
  1753. package/es/rate/src/Rate.js +168 -0
  1754. package/es/rate/src/StarIcon.d.ts +2 -0
  1755. package/es/rate/src/StarIcon.js +3 -0
  1756. package/es/rate/src/interface.d.ts +2 -0
  1757. package/es/rate/src/interface.js +1 -0
  1758. package/es/rate/src/styles/index.cssr.d.ts +2 -0
  1759. package/es/rate/src/styles/index.cssr.js +44 -0
  1760. package/es/rate/styles/dark.d.ts +3 -0
  1761. package/es/rate/styles/dark.js +17 -0
  1762. package/es/rate/styles/index.d.ts +3 -0
  1763. package/es/rate/styles/index.js +2 -0
  1764. package/es/rate/styles/light.d.ts +13 -0
  1765. package/es/rate/styles/light.js +17 -0
  1766. package/es/result/index.d.ts +2 -0
  1767. package/es/result/index.js +1 -0
  1768. package/es/result/src/403.d.ts +2 -0
  1769. package/es/result/src/403.js +4 -0
  1770. package/es/result/src/404.d.ts +2 -0
  1771. package/es/result/src/404.js +8 -0
  1772. package/es/result/src/418.d.ts +2 -0
  1773. package/es/result/src/418.js +8 -0
  1774. package/es/result/src/500.d.ts +2 -0
  1775. package/es/result/src/500.js +5 -0
  1776. package/es/result/src/Result.d.ts +291 -0
  1777. package/es/result/src/Result.js +82 -0
  1778. package/es/result/src/styles/index.cssr.d.ts +2 -0
  1779. package/es/result/src/styles/index.cssr.js +43 -0
  1780. package/es/result/styles/_common.d.ts +19 -0
  1781. package/es/result/styles/_common.js +18 -0
  1782. package/es/result/styles/dark.d.ts +3 -0
  1783. package/es/result/styles/dark.js +8 -0
  1784. package/es/result/styles/index.d.ts +3 -0
  1785. package/es/result/styles/index.js +2 -0
  1786. package/es/result/styles/light.d.ts +32 -0
  1787. package/es/result/styles/light.js +12 -0
  1788. package/es/scrollbar/index.d.ts +2 -0
  1789. package/es/scrollbar/index.js +1 -0
  1790. package/es/scrollbar/src/Scrollbar.d.ts +87 -0
  1791. package/es/scrollbar/src/Scrollbar.js +26 -0
  1792. package/es/select/index.d.ts +5 -0
  1793. package/es/select/index.js +1 -0
  1794. package/es/select/src/Select.d.ts +1917 -0
  1795. package/es/select/src/Select.js +712 -0
  1796. package/es/select/src/interface.d.ts +53 -0
  1797. package/es/select/src/interface.js +1 -0
  1798. package/es/select/src/styles/index.cssr.d.ts +2 -0
  1799. package/es/select/src/styles/index.cssr.js +14 -0
  1800. package/es/select/src/utils.d.ts +8 -0
  1801. package/es/select/src/utils.js +76 -0
  1802. package/es/select/styles/dark.d.ts +3 -0
  1803. package/es/select/styles/dark.js +14 -0
  1804. package/es/select/styles/index.d.ts +3 -0
  1805. package/es/select/styles/index.js +2 -0
  1806. package/es/select/styles/light.d.ts +136 -0
  1807. package/es/select/styles/light.js +20 -0
  1808. package/es/skeleton/index.d.ts +2 -0
  1809. package/es/skeleton/index.js +1 -0
  1810. package/es/skeleton/src/Skeleton.d.ts +155 -0
  1811. package/es/skeleton/src/Skeleton.js +79 -0
  1812. package/es/skeleton/src/styles/index.cssr.d.ts +2 -0
  1813. package/es/skeleton/src/styles/index.cssr.js +29 -0
  1814. package/es/skeleton/styles/dark.d.ts +2 -0
  1815. package/es/skeleton/styles/dark.js +16 -0
  1816. package/es/skeleton/styles/index.d.ts +3 -0
  1817. package/es/skeleton/styles/index.js +2 -0
  1818. package/es/skeleton/styles/light.d.ts +14 -0
  1819. package/es/skeleton/styles/light.js +17 -0
  1820. package/es/slider/index.d.ts +2 -0
  1821. package/es/slider/index.js +1 -0
  1822. package/es/slider/src/Slider.d.ts +510 -0
  1823. package/es/slider/src/Slider.js +582 -0
  1824. package/es/slider/src/interface.d.ts +1 -0
  1825. package/es/slider/src/interface.js +1 -0
  1826. package/es/slider/src/styles/index.cssr.d.ts +2 -0
  1827. package/es/slider/src/styles/index.cssr.js +201 -0
  1828. package/es/slider/src/utils.d.ts +10 -0
  1829. package/es/slider/src/utils.js +14 -0
  1830. package/es/slider/styles/_common.d.ts +9 -0
  1831. package/es/slider/styles/_common.js +8 -0
  1832. package/es/slider/styles/dark.d.ts +3 -0
  1833. package/es/slider/styles/dark.js +12 -0
  1834. package/es/slider/styles/index.d.ts +3 -0
  1835. package/es/slider/styles/index.js +2 -0
  1836. package/es/slider/styles/light.d.ts +36 -0
  1837. package/es/slider/styles/light.js +14 -0
  1838. package/es/space/index.d.ts +2 -0
  1839. package/es/space/index.js +1 -0
  1840. package/es/space/src/Space.d.ts +144 -0
  1841. package/es/space/src/Space.js +133 -0
  1842. package/es/space/src/styles/rtl.cssr.d.ts +2 -0
  1843. package/es/space/src/styles/rtl.cssr.js +4 -0
  1844. package/es/space/src/utils.d.ts +1 -0
  1845. package/es/space/src/utils.js +22 -0
  1846. package/es/space/styles/_common.d.ts +6 -0
  1847. package/es/space/styles/_common.js +5 -0
  1848. package/es/space/styles/dark.d.ts +3 -0
  1849. package/es/space/styles/dark.js +8 -0
  1850. package/es/space/styles/index.d.ts +4 -0
  1851. package/es/space/styles/index.js +3 -0
  1852. package/es/space/styles/light.d.ts +10 -0
  1853. package/es/space/styles/light.js +9 -0
  1854. package/es/space/styles/rtl.d.ts +2 -0
  1855. package/es/space/styles/rtl.js +5 -0
  1856. package/es/spin/index.d.ts +2 -0
  1857. package/es/spin/index.js +1 -0
  1858. package/es/spin/src/Spin.d.ts +202 -0
  1859. package/es/spin/src/Spin.js +133 -0
  1860. package/es/spin/src/styles/index.cssr.d.ts +2 -0
  1861. package/es/spin/src/styles/index.cssr.js +52 -0
  1862. package/es/spin/styles/dark.d.ts +3 -0
  1863. package/es/spin/styles/dark.js +8 -0
  1864. package/es/spin/styles/index.d.ts +3 -0
  1865. package/es/spin/styles/index.js +2 -0
  1866. package/es/spin/styles/light.d.ts +17 -0
  1867. package/es/spin/styles/light.js +27 -0
  1868. package/es/statistic/index.d.ts +2 -0
  1869. package/es/statistic/index.js +1 -0
  1870. package/es/statistic/src/Statistic.d.ts +125 -0
  1871. package/es/statistic/src/Statistic.js +56 -0
  1872. package/es/statistic/src/styles/index.cssr.d.ts +2 -0
  1873. package/es/statistic/src/styles/index.cssr.js +38 -0
  1874. package/es/statistic/src/styles/rtl.cssr.d.ts +2 -0
  1875. package/es/statistic/src/styles/rtl.cssr.js +9 -0
  1876. package/es/statistic/styles/dark.d.ts +3 -0
  1877. package/es/statistic/styles/dark.js +8 -0
  1878. package/es/statistic/styles/index.d.ts +4 -0
  1879. package/es/statistic/styles/index.js +3 -0
  1880. package/es/statistic/styles/light.d.ts +16 -0
  1881. package/es/statistic/styles/light.js +20 -0
  1882. package/es/statistic/styles/rtl.d.ts +2 -0
  1883. package/es/statistic/styles/rtl.js +5 -0
  1884. package/es/steps/index.d.ts +4 -0
  1885. package/es/steps/index.js +2 -0
  1886. package/es/steps/src/Step.d.ts +60 -0
  1887. package/es/steps/src/Step.js +147 -0
  1888. package/es/steps/src/Steps.d.ts +376 -0
  1889. package/es/steps/src/Steps.js +52 -0
  1890. package/es/steps/src/styles/index.cssr.d.ts +2 -0
  1891. package/es/steps/src/styles/index.cssr.js +102 -0
  1892. package/es/steps/src/styles/rtl.cssr.d.ts +2 -0
  1893. package/es/steps/src/styles/rtl.cssr.js +14 -0
  1894. package/es/steps/styles/_common.d.ts +11 -0
  1895. package/es/steps/styles/_common.js +10 -0
  1896. package/es/steps/styles/dark.d.ts +3 -0
  1897. package/es/steps/styles/dark.js +8 -0
  1898. package/es/steps/styles/index.d.ts +4 -0
  1899. package/es/steps/styles/index.js +3 -0
  1900. package/es/steps/styles/light.d.ts +41 -0
  1901. package/es/steps/styles/light.js +12 -0
  1902. package/es/steps/styles/rtl.d.ts +2 -0
  1903. package/es/steps/styles/rtl.js +5 -0
  1904. package/es/styles.d.ts +78 -0
  1905. package/es/styles.js +79 -0
  1906. package/es/switch/index.d.ts +2 -0
  1907. package/es/switch/index.js +1 -0
  1908. package/es/switch/src/Switch.d.ts +527 -0
  1909. package/es/switch/src/Switch.js +252 -0
  1910. package/es/switch/src/interface.d.ts +2 -0
  1911. package/es/switch/src/interface.js +1 -0
  1912. package/es/switch/src/styles/index.cssr.d.ts +2 -0
  1913. package/es/switch/src/styles/index.cssr.js +133 -0
  1914. package/es/switch/styles/_common.d.ts +18 -0
  1915. package/es/switch/styles/_common.js +17 -0
  1916. package/es/switch/styles/dark.d.ts +3 -0
  1917. package/es/switch/styles/dark.js +13 -0
  1918. package/es/switch/styles/index.d.ts +3 -0
  1919. package/es/switch/styles/index.js +2 -0
  1920. package/es/switch/styles/light.d.ts +44 -0
  1921. package/es/switch/styles/light.js +14 -0
  1922. package/es/table/index.d.ts +7 -0
  1923. package/es/table/index.js +6 -0
  1924. package/es/table/src/Table.d.ts +350 -0
  1925. package/es/table/src/Table.js +84 -0
  1926. package/es/table/src/Tbody.d.ts +2 -0
  1927. package/es/table/src/Tbody.js +7 -0
  1928. package/es/table/src/Td.d.ts +2 -0
  1929. package/es/table/src/Td.js +7 -0
  1930. package/es/table/src/Th.d.ts +2 -0
  1931. package/es/table/src/Th.js +7 -0
  1932. package/es/table/src/Thead.d.ts +2 -0
  1933. package/es/table/src/Thead.js +7 -0
  1934. package/es/table/src/Tr.d.ts +2 -0
  1935. package/es/table/src/Tr.js +7 -0
  1936. package/es/table/src/styles/index.cssr.d.ts +2 -0
  1937. package/es/table/src/styles/index.cssr.js +96 -0
  1938. package/es/table/src/styles/rtl.cssr.d.ts +2 -0
  1939. package/es/table/src/styles/rtl.cssr.js +13 -0
  1940. package/es/table/styles/_common.d.ts +9 -0
  1941. package/es/table/styles/_common.js +8 -0
  1942. package/es/table/styles/dark.d.ts +3 -0
  1943. package/es/table/styles/dark.js +8 -0
  1944. package/es/table/styles/index.d.ts +4 -0
  1945. package/es/table/styles/index.js +3 -0
  1946. package/es/table/styles/light.d.ts +34 -0
  1947. package/es/table/styles/light.js +17 -0
  1948. package/es/table/styles/rtl.d.ts +2 -0
  1949. package/es/table/styles/rtl.js +5 -0
  1950. package/es/tabs/index.d.ts +7 -0
  1951. package/es/tabs/index.js +3 -0
  1952. package/es/tabs/src/Tab.d.ts +80 -0
  1953. package/es/tabs/src/Tab.js +89 -0
  1954. package/es/tabs/src/TabPane.d.ts +80 -0
  1955. package/es/tabs/src/TabPane.js +49 -0
  1956. package/es/tabs/src/Tabs.d.ts +1060 -0
  1957. package/es/tabs/src/Tabs.js +640 -0
  1958. package/es/tabs/src/interface.d.ts +32 -0
  1959. package/es/tabs/src/interface.js +2 -0
  1960. package/es/tabs/src/styles/index.cssr.d.ts +2 -0
  1961. package/es/tabs/src/styles/index.cssr.js +358 -0
  1962. package/es/tabs/styles/_common.d.ts +59 -0
  1963. package/es/tabs/styles/_common.js +58 -0
  1964. package/es/tabs/styles/dark.d.ts +3 -0
  1965. package/es/tabs/styles/dark.js +14 -0
  1966. package/es/tabs/styles/index.d.ts +3 -0
  1967. package/es/tabs/styles/index.js +2 -0
  1968. package/es/tabs/styles/light.d.ts +97 -0
  1969. package/es/tabs/styles/light.js +16 -0
  1970. package/es/tag/index.d.ts +2 -0
  1971. package/es/tag/index.js +1 -0
  1972. package/es/tag/src/Tag.d.ts +1096 -0
  1973. package/es/tag/src/Tag.js +158 -0
  1974. package/es/tag/src/common-props.d.ts +27 -0
  1975. package/es/tag/src/common-props.js +20 -0
  1976. package/es/tag/src/styles/index.cssr.d.ts +2 -0
  1977. package/es/tag/src/styles/index.cssr.js +108 -0
  1978. package/es/tag/src/styles/rtl.cssr.d.ts +2 -0
  1979. package/es/tag/src/styles/rtl.cssr.js +18 -0
  1980. package/es/tag/styles/_common.d.ts +15 -0
  1981. package/es/tag/styles/_common.js +14 -0
  1982. package/es/tag/styles/dark.d.ts +3 -0
  1983. package/es/tag/styles/dark.js +35 -0
  1984. package/es/tag/styles/index.d.ts +4 -0
  1985. package/es/tag/styles/index.js +3 -0
  1986. package/es/tag/styles/light.d.ts +106 -0
  1987. package/es/tag/styles/light.js +36 -0
  1988. package/es/tag/styles/rtl.d.ts +2 -0
  1989. package/es/tag/styles/rtl.js +5 -0
  1990. package/es/theme-editor/index.d.ts +1 -0
  1991. package/es/theme-editor/index.js +1 -0
  1992. package/es/theme-editor/src/MaximizeIcon.d.ts +1 -0
  1993. package/es/theme-editor/src/MaximizeIcon.js +8 -0
  1994. package/es/theme-editor/src/MinimizeIcon.d.ts +1 -0
  1995. package/es/theme-editor/src/MinimizeIcon.js +8 -0
  1996. package/es/theme-editor/src/ThemeEditor.d.ts +152 -0
  1997. package/es/theme-editor/src/ThemeEditor.js +332 -0
  1998. package/es/themes/dark.d.ts +2 -0
  1999. package/es/themes/dark.js +167 -0
  2000. package/es/themes/index.d.ts +3 -0
  2001. package/es/themes/index.js +3 -0
  2002. package/es/themes/interface.d.ts +2 -0
  2003. package/es/themes/interface.js +1 -0
  2004. package/es/themes/light.d.ts +2 -0
  2005. package/es/themes/light.js +169 -0
  2006. package/es/themes/utils.d.ts +6 -0
  2007. package/es/themes/utils.js +19 -0
  2008. package/es/thing/index.d.ts +2 -0
  2009. package/es/thing/index.js +1 -0
  2010. package/es/thing/src/Thing.d.ts +86 -0
  2011. package/es/thing/src/Thing.js +75 -0
  2012. package/es/thing/src/styles/index.cssr.d.ts +2 -0
  2013. package/es/thing/src/styles/index.cssr.js +41 -0
  2014. package/es/thing/src/styles/rtl.cssr.d.ts +2 -0
  2015. package/es/thing/src/styles/rtl.cssr.js +8 -0
  2016. package/es/thing/styles/dark.d.ts +3 -0
  2017. package/es/thing/styles/dark.js +8 -0
  2018. package/es/thing/styles/index.d.ts +4 -0
  2019. package/es/thing/styles/index.js +3 -0
  2020. package/es/thing/styles/light.d.ts +12 -0
  2021. package/es/thing/styles/light.js +16 -0
  2022. package/es/thing/styles/rtl.d.ts +2 -0
  2023. package/es/thing/styles/rtl.js +8 -0
  2024. package/es/time/index.d.ts +2 -0
  2025. package/es/time/index.js +1 -0
  2026. package/es/time/src/Time.d.ts +65 -0
  2027. package/es/time/src/Time.js +87 -0
  2028. package/es/time-picker/index.d.ts +3 -0
  2029. package/es/time-picker/index.js +1 -0
  2030. package/es/time-picker/src/Panel.d.ts +615 -0
  2031. package/es/time-picker/src/Panel.js +245 -0
  2032. package/es/time-picker/src/PanelCol.d.ts +34 -0
  2033. package/es/time-picker/src/PanelCol.js +36 -0
  2034. package/es/time-picker/src/TimePicker.d.ts +3467 -0
  2035. package/es/time-picker/src/TimePicker.js +703 -0
  2036. package/es/time-picker/src/interface.d.ts +34 -0
  2037. package/es/time-picker/src/interface.js +2 -0
  2038. package/es/time-picker/src/styles/index.cssr.d.ts +2 -0
  2039. package/es/time-picker/src/styles/index.cssr.js +99 -0
  2040. package/es/time-picker/src/utils.d.ts +14 -0
  2041. package/es/time-picker/src/utils.js +266 -0
  2042. package/es/time-picker/styles/_common.d.ts +7 -0
  2043. package/es/time-picker/styles/_common.js +6 -0
  2044. package/es/time-picker/styles/dark.d.ts +3 -0
  2045. package/es/time-picker/styles/dark.js +16 -0
  2046. package/es/time-picker/styles/index.d.ts +3 -0
  2047. package/es/time-picker/styles/index.js +2 -0
  2048. package/es/time-picker/styles/light.d.ts +315 -0
  2049. package/es/time-picker/styles/light.js +23 -0
  2050. package/es/timeline/index.d.ts +4 -0
  2051. package/es/timeline/index.js +2 -0
  2052. package/es/timeline/src/Timeline.d.ts +267 -0
  2053. package/es/timeline/src/Timeline.js +36 -0
  2054. package/es/timeline/src/TimelineItem.d.ts +66 -0
  2055. package/es/timeline/src/TimelineItem.js +87 -0
  2056. package/es/timeline/src/styles/index.cssr.d.ts +2 -0
  2057. package/es/timeline/src/styles/index.cssr.js +111 -0
  2058. package/es/timeline/styles/_common.d.ts +9 -0
  2059. package/es/timeline/styles/_common.js +8 -0
  2060. package/es/timeline/styles/dark.d.ts +3 -0
  2061. package/es/timeline/styles/dark.js +11 -0
  2062. package/es/timeline/styles/index.d.ts +3 -0
  2063. package/es/timeline/styles/index.js +2 -0
  2064. package/es/timeline/styles/light.d.ts +30 -0
  2065. package/es/timeline/styles/light.js +12 -0
  2066. package/es/tooltip/index.d.ts +2 -0
  2067. package/es/tooltip/index.js +1 -0
  2068. package/es/tooltip/src/Tooltip.d.ts +776 -0
  2069. package/es/tooltip/src/Tooltip.js +85 -0
  2070. package/es/tooltip/src/TooltipArrow.d.ts +2 -0
  2071. package/es/tooltip/src/TooltipArrow.js +15 -0
  2072. package/es/tooltip/src/styles/index.cssr.d.ts +2 -0
  2073. package/es/tooltip/src/styles/index.cssr.js +63 -0
  2074. package/es/tooltip/styles/_common.d.ts +15 -0
  2075. package/es/tooltip/styles/_common.js +14 -0
  2076. package/es/tooltip/styles/dark.d.ts +3 -0
  2077. package/es/tooltip/styles/dark.js +15 -0
  2078. package/es/tooltip/styles/index.d.ts +3 -0
  2079. package/es/tooltip/styles/index.js +2 -0
  2080. package/es/tooltip/styles/light.d.ts +53 -0
  2081. package/es/tooltip/styles/light.js +17 -0
  2082. package/es/transfer/index.d.ts +3 -0
  2083. package/es/transfer/index.js +1 -0
  2084. package/es/transfer/src/Transfer.d.ts +3972 -0
  2085. package/es/transfer/src/Transfer.js +195 -0
  2086. package/es/transfer/src/TransferFilter.d.ts +537 -0
  2087. package/es/transfer/src/TransferFilter.js +32 -0
  2088. package/es/transfer/src/TransferHeader.d.ts +27 -0
  2089. package/es/transfer/src/TransferHeader.js +46 -0
  2090. package/es/transfer/src/TransferList.d.ts +578 -0
  2091. package/es/transfer/src/TransferList.js +76 -0
  2092. package/es/transfer/src/TransferListItem.d.ts +558 -0
  2093. package/es/transfer/src/TransferListItem.js +70 -0
  2094. package/es/transfer/src/interface.d.ts +38 -0
  2095. package/es/transfer/src/interface.js +2 -0
  2096. package/es/transfer/src/styles/index.cssr.d.ts +2 -0
  2097. package/es/transfer/src/styles/index.cssr.js +151 -0
  2098. package/es/transfer/src/use-transfer-data.d.ts +31 -0
  2099. package/es/transfer/src/use-transfer-data.js +121 -0
  2100. package/es/transfer/styles/_common.d.ts +14 -0
  2101. package/es/transfer/styles/_common.js +13 -0
  2102. package/es/transfer/styles/dark.d.ts +3 -0
  2103. package/es/transfer/styles/dark.js +31 -0
  2104. package/es/transfer/styles/index.d.ts +3 -0
  2105. package/es/transfer/styles/index.js +2 -0
  2106. package/es/transfer/styles/light.d.ts +404 -0
  2107. package/es/transfer/styles/light.js +33 -0
  2108. package/es/tree/index.d.ts +3 -0
  2109. package/es/tree/index.js +1 -0
  2110. package/es/tree/src/MotionWrapper.d.ts +40 -0
  2111. package/es/tree/src/MotionWrapper.js +37 -0
  2112. package/es/tree/src/Tree.d.ts +1673 -0
  2113. package/es/tree/src/Tree.js +1265 -0
  2114. package/es/tree/src/TreeNode.d.ts +65 -0
  2115. package/es/tree/src/TreeNode.js +348 -0
  2116. package/es/tree/src/TreeNodeCheckbox.d.ts +251 -0
  2117. package/es/tree/src/TreeNodeCheckbox.js +49 -0
  2118. package/es/tree/src/TreeNodeContent.d.ts +45 -0
  2119. package/es/tree/src/TreeNodeContent.js +69 -0
  2120. package/es/tree/src/TreeNodeSwitcher.d.ts +45 -0
  2121. package/es/tree/src/TreeNodeSwitcher.js +49 -0
  2122. package/es/tree/src/dnd.d.ts +12 -0
  2123. package/es/tree/src/dnd.js +37 -0
  2124. package/es/tree/src/interface.d.ts +136 -0
  2125. package/es/tree/src/interface.js +2 -0
  2126. package/es/tree/src/keyboard.d.ts +16 -0
  2127. package/es/tree/src/keyboard.js +102 -0
  2128. package/es/tree/src/styles/index.cssr.d.ts +2 -0
  2129. package/es/tree/src/styles/index.cssr.js +134 -0
  2130. package/es/tree/src/styles/rtl.cssr.d.ts +2 -0
  2131. package/es/tree/src/styles/rtl.cssr.js +17 -0
  2132. package/es/tree/src/utils.d.ts +19 -0
  2133. package/es/tree/src/utils.js +114 -0
  2134. package/es/tree/styles/dark.d.ts +3 -0
  2135. package/es/tree/styles/dark.js +22 -0
  2136. package/es/tree/styles/index.d.ts +4 -0
  2137. package/es/tree/styles/index.js +3 -0
  2138. package/es/tree/styles/light.d.ts +88 -0
  2139. package/es/tree/styles/light.js +35 -0
  2140. package/es/tree/styles/rtl.d.ts +2 -0
  2141. package/es/tree/styles/rtl.js +5 -0
  2142. package/es/tree-select/index.d.ts +3 -0
  2143. package/es/tree-select/index.js +1 -0
  2144. package/es/tree-select/src/TreeSelect.d.ts +2312 -0
  2145. package/es/tree-select/src/TreeSelect.js +600 -0
  2146. package/es/tree-select/src/interface.d.ts +65 -0
  2147. package/es/tree-select/src/interface.js +2 -0
  2148. package/es/tree-select/src/styles/index.cssr.d.ts +2 -0
  2149. package/es/tree-select/src/styles/index.cssr.js +38 -0
  2150. package/es/tree-select/src/utils.d.ts +4 -0
  2151. package/es/tree-select/src/utils.js +8 -0
  2152. package/es/tree-select/styles/dark.d.ts +3 -0
  2153. package/es/tree-select/styles/dark.js +14 -0
  2154. package/es/tree-select/styles/index.d.ts +3 -0
  2155. package/es/tree-select/styles/index.js +2 -0
  2156. package/es/tree-select/styles/light.d.ts +178 -0
  2157. package/es/tree-select/styles/light.js +29 -0
  2158. package/es/typography/index.d.ts +22 -0
  2159. package/es/typography/index.js +10 -0
  2160. package/es/typography/src/a.d.ts +610 -0
  2161. package/es/typography/src/a.js +34 -0
  2162. package/es/typography/src/blockquote.d.ts +618 -0
  2163. package/es/typography/src/blockquote.js +42 -0
  2164. package/es/typography/src/create-header.d.ts +638 -0
  2165. package/es/typography/src/create-header.js +58 -0
  2166. package/es/typography/src/headers.d.ts +2568 -0
  2167. package/es/typography/src/headers.js +7 -0
  2168. package/es/typography/src/hr.d.ts +408 -0
  2169. package/es/typography/src/hr.js +33 -0
  2170. package/es/typography/src/li.d.ts +2 -0
  2171. package/es/typography/src/li.js +7 -0
  2172. package/es/typography/src/ol.d.ts +620 -0
  2173. package/es/typography/src/ol.js +44 -0
  2174. package/es/typography/src/p.d.ts +617 -0
  2175. package/es/typography/src/p.js +39 -0
  2176. package/es/typography/src/styles/a.cssr.d.ts +2 -0
  2177. package/es/typography/src/styles/a.cssr.js +12 -0
  2178. package/es/typography/src/styles/blockquote.cssr.d.ts +2 -0
  2179. package/es/typography/src/styles/blockquote.cssr.js +27 -0
  2180. package/es/typography/src/styles/header.cssr.d.ts +2 -0
  2181. package/es/typography/src/styles/header.cssr.js +37 -0
  2182. package/es/typography/src/styles/hr.cssr.d.ts +2 -0
  2183. package/es/typography/src/styles/hr.cssr.js +11 -0
  2184. package/es/typography/src/styles/list.cssr.d.ts +2 -0
  2185. package/es/typography/src/styles/list.cssr.js +32 -0
  2186. package/es/typography/src/styles/p.cssr.d.ts +2 -0
  2187. package/es/typography/src/styles/p.cssr.js +15 -0
  2188. package/es/typography/src/styles/text.cssr.d.ts +2 -0
  2189. package/es/typography/src/styles/text.cssr.js +34 -0
  2190. package/es/typography/src/text.d.ts +674 -0
  2191. package/es/typography/src/text.js +76 -0
  2192. package/es/typography/src/ul.d.ts +620 -0
  2193. package/es/typography/src/ul.js +44 -0
  2194. package/es/typography/styles/_common.d.ts +31 -0
  2195. package/es/typography/styles/_common.js +30 -0
  2196. package/es/typography/styles/dark.d.ts +3 -0
  2197. package/es/typography/styles/dark.js +8 -0
  2198. package/es/typography/styles/index.d.ts +3 -0
  2199. package/es/typography/styles/index.js +2 -0
  2200. package/es/typography/styles/light.d.ts +72 -0
  2201. package/es/typography/styles/light.js +12 -0
  2202. package/es/upload/index.d.ts +5 -0
  2203. package/es/upload/index.js +4 -0
  2204. package/es/upload/src/Upload.d.ts +3063 -0
  2205. package/es/upload/src/Upload.js +557 -0
  2206. package/es/upload/src/UploadDragger.d.ts +3 -0
  2207. package/es/upload/src/UploadDragger.js +22 -0
  2208. package/es/upload/src/UploadFile.d.ts +444 -0
  2209. package/es/upload/src/UploadFile.js +249 -0
  2210. package/es/upload/src/UploadFileList.d.ts +2 -0
  2211. package/es/upload/src/UploadFileList.js +39 -0
  2212. package/es/upload/src/UploadProgress.d.ts +420 -0
  2213. package/es/upload/src/UploadProgress.js +30 -0
  2214. package/es/upload/src/UploadTrigger.d.ts +10 -0
  2215. package/es/upload/src/UploadTrigger.js +82 -0
  2216. package/es/upload/src/icons.d.ts +7 -0
  2217. package/es/upload/src/icons.js +12 -0
  2218. package/es/upload/src/interface.d.ts +127 -0
  2219. package/es/upload/src/interface.js +2 -0
  2220. package/es/upload/src/styles/index.cssr.d.ts +2 -0
  2221. package/es/upload/src/styles/index.cssr.js +263 -0
  2222. package/es/upload/src/utils.d.ts +19 -0
  2223. package/es/upload/src/utils.js +164 -0
  2224. package/es/upload/styles/dark.d.ts +3 -0
  2225. package/es/upload/styles/dark.js +22 -0
  2226. package/es/upload/styles/index.d.ts +3 -0
  2227. package/es/upload/styles/index.js +2 -0
  2228. package/es/upload/styles/light.d.ts +285 -0
  2229. package/es/upload/styles/light.js +43 -0
  2230. package/es/version.d.ts +2 -0
  2231. package/es/version.js +1 -0
  2232. package/es/watermark/index.d.ts +2 -0
  2233. package/es/watermark/index.js +1 -0
  2234. package/es/watermark/src/Watermark.d.ts +298 -0
  2235. package/es/watermark/src/Watermark.js +180 -0
  2236. package/es/watermark/src/styles/index.cssr.d.ts +2 -0
  2237. package/es/watermark/src/styles/index.cssr.js +30 -0
  2238. package/es/watermark/styles/dark.d.ts +3 -0
  2239. package/es/watermark/styles/dark.js +12 -0
  2240. package/es/watermark/styles/index.d.ts +3 -0
  2241. package/es/watermark/styles/index.js +2 -0
  2242. package/es/watermark/styles/light.d.ts +5 -0
  2243. package/es/watermark/styles/light.js +13 -0
  2244. package/lib/_internal/clear/index.d.ts +1 -0
  2245. package/lib/_internal/clear/index.js +8 -0
  2246. package/lib/_internal/clear/src/Clear.d.ts +21 -0
  2247. package/lib/_internal/clear/src/Clear.js +47 -0
  2248. package/lib/_internal/clear/src/styles/index.cssr.d.ts +2 -0
  2249. package/lib/_internal/clear/src/styles/index.cssr.js +42 -0
  2250. package/lib/_internal/close/index.d.ts +1 -0
  2251. package/lib/_internal/close/index.js +8 -0
  2252. package/lib/_internal/close/src/Close.d.ts +49 -0
  2253. package/lib/_internal/close/src/Close.js +54 -0
  2254. package/lib/_internal/close/src/styles/index.cssr.d.ts +2 -0
  2255. package/lib/_internal/close/src/styles/index.cssr.js +59 -0
  2256. package/lib/_internal/fade-in-expand-transition/index.d.ts +1 -0
  2257. package/lib/_internal/fade-in-expand-transition/index.js +8 -0
  2258. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +28 -0
  2259. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +110 -0
  2260. package/lib/_internal/focus-detector/index.d.ts +2 -0
  2261. package/lib/_internal/focus-detector/index.js +7 -0
  2262. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +9 -0
  2263. package/lib/_internal/focus-detector/src/FocusDetector.js +12 -0
  2264. package/lib/_internal/icon/index.d.ts +1 -0
  2265. package/lib/_internal/icon/index.js +8 -0
  2266. package/lib/_internal/icon/src/Icon.d.ts +42 -0
  2267. package/lib/_internal/icon/src/Icon.js +36 -0
  2268. package/lib/_internal/icon/src/styles/index.cssr.d.ts +2 -0
  2269. package/lib/_internal/icon/src/styles/index.cssr.js +19 -0
  2270. package/lib/_internal/icon-switch-transition/index.d.ts +1 -0
  2271. package/lib/_internal/icon-switch-transition/index.js +8 -0
  2272. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +2 -0
  2273. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.js +11 -0
  2274. package/lib/_internal/icons/Add.d.ts +2 -0
  2275. package/lib/_internal/icons/Add.js +10 -0
  2276. package/lib/_internal/icons/ArrowBack.d.ts +2 -0
  2277. package/lib/_internal/icons/ArrowBack.js +11 -0
  2278. package/lib/_internal/icons/ArrowDown.d.ts +2 -0
  2279. package/lib/_internal/icons/ArrowDown.js +18 -0
  2280. package/lib/_internal/icons/ArrowUp.d.ts +2 -0
  2281. package/lib/_internal/icons/ArrowUp.js +11 -0
  2282. package/lib/_internal/icons/Attach.d.ts +2 -0
  2283. package/lib/_internal/icons/Attach.js +8 -0
  2284. package/lib/_internal/icons/Backward.d.ts +2 -0
  2285. package/lib/_internal/icons/Backward.js +10 -0
  2286. package/lib/_internal/icons/Cancel.d.ts +2 -0
  2287. package/lib/_internal/icons/Cancel.js +8 -0
  2288. package/lib/_internal/icons/Checkmark.d.ts +2 -0
  2289. package/lib/_internal/icons/Checkmark.js +11 -0
  2290. package/lib/_internal/icons/ChevronDown.d.ts +2 -0
  2291. package/lib/_internal/icons/ChevronDown.js +10 -0
  2292. package/lib/_internal/icons/ChevronDownFilled.d.ts +2 -0
  2293. package/lib/_internal/icons/ChevronDownFilled.js +10 -0
  2294. package/lib/_internal/icons/ChevronDownOutline.d.ts +2 -0
  2295. package/lib/_internal/icons/ChevronDownOutline.js +10 -0
  2296. package/lib/_internal/icons/ChevronLeft.d.ts +2 -0
  2297. package/lib/_internal/icons/ChevronLeft.js +10 -0
  2298. package/lib/_internal/icons/ChevronRight.d.ts +2 -0
  2299. package/lib/_internal/icons/ChevronRight.js +10 -0
  2300. package/lib/_internal/icons/Clear.d.ts +2 -0
  2301. package/lib/_internal/icons/Clear.js +14 -0
  2302. package/lib/_internal/icons/Close.d.ts +2 -0
  2303. package/lib/_internal/icons/Close.js +8 -0
  2304. package/lib/_internal/icons/Date.d.ts +2 -0
  2305. package/lib/_internal/icons/Date.js +8 -0
  2306. package/lib/_internal/icons/Download.d.ts +2 -0
  2307. package/lib/_internal/icons/Download.js +8 -0
  2308. package/lib/_internal/icons/Empty.d.ts +2 -0
  2309. package/lib/_internal/icons/Empty.js +11 -0
  2310. package/lib/_internal/icons/Error.d.ts +2 -0
  2311. package/lib/_internal/icons/Error.js +8 -0
  2312. package/lib/_internal/icons/Eye.d.ts +2 -0
  2313. package/lib/_internal/icons/Eye.js +11 -0
  2314. package/lib/_internal/icons/EyeOff.d.ts +2 -0
  2315. package/lib/_internal/icons/EyeOff.js +14 -0
  2316. package/lib/_internal/icons/FastBackward.d.ts +2 -0
  2317. package/lib/_internal/icons/FastBackward.js +12 -0
  2318. package/lib/_internal/icons/FastForward.d.ts +2 -0
  2319. package/lib/_internal/icons/FastForward.js +12 -0
  2320. package/lib/_internal/icons/File.d.ts +2 -0
  2321. package/lib/_internal/icons/File.js +12 -0
  2322. package/lib/_internal/icons/Filter.d.ts +2 -0
  2323. package/lib/_internal/icons/Filter.js +12 -0
  2324. package/lib/_internal/icons/Forward.d.ts +2 -0
  2325. package/lib/_internal/icons/Forward.js +10 -0
  2326. package/lib/_internal/icons/Info.d.ts +2 -0
  2327. package/lib/_internal/icons/Info.js +8 -0
  2328. package/lib/_internal/icons/More.d.ts +2 -0
  2329. package/lib/_internal/icons/More.js +12 -0
  2330. package/lib/_internal/icons/Photo.d.ts +2 -0
  2331. package/lib/_internal/icons/Photo.js +14 -0
  2332. package/lib/_internal/icons/Remove.d.ts +2 -0
  2333. package/lib/_internal/icons/Remove.js +10 -0
  2334. package/lib/_internal/icons/ResizeSmall.d.ts +2 -0
  2335. package/lib/_internal/icons/ResizeSmall.js +11 -0
  2336. package/lib/_internal/icons/Retry.d.ts +2 -0
  2337. package/lib/_internal/icons/Retry.js +7 -0
  2338. package/lib/_internal/icons/RotateClockwise.d.ts +2 -0
  2339. package/lib/_internal/icons/RotateClockwise.js +7 -0
  2340. package/lib/_internal/icons/RotateCounterclockwise.d.ts +2 -0
  2341. package/lib/_internal/icons/RotateCounterclockwise.js +7 -0
  2342. package/lib/_internal/icons/Search.d.ts +2 -0
  2343. package/lib/_internal/icons/Search.js +10 -0
  2344. package/lib/_internal/icons/Success.d.ts +2 -0
  2345. package/lib/_internal/icons/Success.js +8 -0
  2346. package/lib/_internal/icons/Switcher.d.ts +2 -0
  2347. package/lib/_internal/icons/Switcher.js +10 -0
  2348. package/lib/_internal/icons/Time.d.ts +2 -0
  2349. package/lib/_internal/icons/Time.js +7 -0
  2350. package/lib/_internal/icons/To.d.ts +2 -0
  2351. package/lib/_internal/icons/To.js +8 -0
  2352. package/lib/_internal/icons/Trash.d.ts +2 -0
  2353. package/lib/_internal/icons/Trash.js +9 -0
  2354. package/lib/_internal/icons/Warning.d.ts +2 -0
  2355. package/lib/_internal/icons/Warning.js +8 -0
  2356. package/lib/_internal/icons/ZoomIn.d.ts +2 -0
  2357. package/lib/_internal/icons/ZoomIn.js +7 -0
  2358. package/lib/_internal/icons/ZoomOut.d.ts +2 -0
  2359. package/lib/_internal/icons/ZoomOut.js +7 -0
  2360. package/lib/_internal/icons/index.d.ts +43 -0
  2361. package/lib/_internal/icons/index.js +92 -0
  2362. package/lib/_internal/icons/replaceable.d.ts +2 -0
  2363. package/lib/_internal/icons/replaceable.js +22 -0
  2364. package/lib/_internal/index.d.ts +20 -0
  2365. package/lib/_internal/index.js +37 -0
  2366. package/lib/_internal/loading/index.d.ts +2 -0
  2367. package/lib/_internal/loading/index.js +8 -0
  2368. package/lib/_internal/loading/src/Loading.d.ts +70 -0
  2369. package/lib/_internal/loading/src/Loading.js +57 -0
  2370. package/lib/_internal/loading/src/styles/index.cssr.d.ts +2 -0
  2371. package/lib/_internal/loading/src/styles/index.cssr.js +144 -0
  2372. package/lib/_internal/menu-mask/index.d.ts +2 -0
  2373. package/lib/_internal/menu-mask/index.js +8 -0
  2374. package/lib/_internal/menu-mask/src/MenuMask.d.ts +16 -0
  2375. package/lib/_internal/menu-mask/src/MenuMask.js +46 -0
  2376. package/lib/_internal/menu-mask/src/interface.d.ts +3 -0
  2377. package/lib/_internal/menu-mask/src/interface.js +2 -0
  2378. package/lib/_internal/menu-mask/src/styles/index.cssr.d.ts +2 -0
  2379. package/lib/_internal/menu-mask/src/styles/index.cssr.js +20 -0
  2380. package/lib/_internal/scrollbar/index.d.ts +2 -0
  2381. package/lib/_internal/scrollbar/index.js +9 -0
  2382. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +242 -0
  2383. package/lib/_internal/scrollbar/src/Scrollbar.js +628 -0
  2384. package/lib/_internal/scrollbar/src/styles/index.cssr.d.ts +2 -0
  2385. package/lib/_internal/scrollbar/src/styles/index.cssr.js +68 -0
  2386. package/lib/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
  2387. package/lib/_internal/scrollbar/src/styles/rtl.cssr.js +15 -0
  2388. package/lib/_internal/scrollbar/styles/dark.d.ts +3 -0
  2389. package/lib/_internal/scrollbar/styles/dark.js +10 -0
  2390. package/lib/_internal/scrollbar/styles/index.d.ts +4 -0
  2391. package/lib/_internal/scrollbar/styles/index.js +12 -0
  2392. package/lib/_internal/scrollbar/styles/light.d.ts +10 -0
  2393. package/lib/_internal/scrollbar/styles/light.js +18 -0
  2394. package/lib/_internal/scrollbar/styles/rtl.d.ts +3 -0
  2395. package/lib/_internal/scrollbar/styles/rtl.js +12 -0
  2396. package/lib/_internal/select-menu/index.d.ts +2 -0
  2397. package/lib/_internal/select-menu/index.js +8 -0
  2398. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +29 -0
  2399. package/lib/_internal/select-menu/src/SelectGroupHeader.js +42 -0
  2400. package/lib/_internal/select-menu/src/SelectMenu.d.ts +727 -0
  2401. package/lib/_internal/select-menu/src/SelectMenu.js +353 -0
  2402. package/lib/_internal/select-menu/src/SelectOption.d.ts +37 -0
  2403. package/lib/_internal/select-menu/src/SelectOption.js +121 -0
  2404. package/lib/_internal/select-menu/src/interface.d.ts +40 -0
  2405. package/lib/_internal/select-menu/src/interface.js +6 -0
  2406. package/lib/_internal/select-menu/src/styles/index.cssr.d.ts +2 -0
  2407. package/lib/_internal/select-menu/src/styles/index.cssr.js +114 -0
  2408. package/lib/_internal/select-menu/styles/_common.d.ts +13 -0
  2409. package/lib/_internal/select-menu/styles/_common.js +14 -0
  2410. package/lib/_internal/select-menu/styles/dark.d.ts +3 -0
  2411. package/lib/_internal/select-menu/styles/dark.js +16 -0
  2412. package/lib/_internal/select-menu/styles/index.d.ts +3 -0
  2413. package/lib/_internal/select-menu/styles/index.js +10 -0
  2414. package/lib/_internal/select-menu/styles/light.d.ts +94 -0
  2415. package/lib/_internal/select-menu/styles/light.js +26 -0
  2416. package/lib/_internal/selection/index.d.ts +2 -0
  2417. package/lib/_internal/selection/index.js +8 -0
  2418. package/lib/_internal/selection/src/Selection.d.ts +897 -0
  2419. package/lib/_internal/selection/src/Selection.js +610 -0
  2420. package/lib/_internal/selection/src/interface.d.ts +6 -0
  2421. package/lib/_internal/selection/src/interface.js +2 -0
  2422. package/lib/_internal/selection/src/styles/index.cssr.d.ts +2 -0
  2423. package/lib/_internal/selection/src/styles/index.cssr.js +272 -0
  2424. package/lib/_internal/selection/styles/_common.d.ts +7 -0
  2425. package/lib/_internal/selection/styles/_common.js +8 -0
  2426. package/lib/_internal/selection/styles/dark.d.ts +3 -0
  2427. package/lib/_internal/selection/styles/dark.js +41 -0
  2428. package/lib/_internal/selection/styles/index.d.ts +3 -0
  2429. package/lib/_internal/selection/styles/index.js +10 -0
  2430. package/lib/_internal/selection/styles/light.d.ts +131 -0
  2431. package/lib/_internal/selection/styles/light.js +42 -0
  2432. package/lib/_internal/skeleton/index.d.ts +2 -0
  2433. package/lib/_internal/skeleton/index.js +9 -0
  2434. package/lib/_internal/skeleton/src/Skeleton.d.ts +155 -0
  2435. package/lib/_internal/skeleton/src/Skeleton.js +85 -0
  2436. package/lib/_internal/skeleton/src/styles/index.cssr.d.ts +2 -0
  2437. package/lib/_internal/skeleton/src/styles/index.cssr.js +34 -0
  2438. package/lib/_internal/skeleton/styles/dark.d.ts +2 -0
  2439. package/lib/_internal/skeleton/styles/dark.js +19 -0
  2440. package/lib/_internal/skeleton/styles/index.d.ts +3 -0
  2441. package/lib/_internal/skeleton/styles/index.js +7 -0
  2442. package/lib/_internal/skeleton/styles/light.d.ts +14 -0
  2443. package/lib/_internal/skeleton/styles/light.js +20 -0
  2444. package/lib/_internal/slot-machine/index.d.ts +1 -0
  2445. package/lib/_internal/slot-machine/index.js +8 -0
  2446. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +39 -0
  2447. package/lib/_internal/slot-machine/src/SlotMachine.js +80 -0
  2448. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +40 -0
  2449. package/lib/_internal/slot-machine/src/SlotMachineNumber.js +91 -0
  2450. package/lib/_internal/slot-machine/src/styles/index.cssr.d.ts +2 -0
  2451. package/lib/_internal/slot-machine/src/styles/index.cssr.js +106 -0
  2452. package/lib/_internal/suffix/index.d.ts +1 -0
  2453. package/lib/_internal/suffix/index.js +8 -0
  2454. package/lib/_internal/suffix/src/Suffix.d.ts +43 -0
  2455. package/lib/_internal/suffix/src/Suffix.js +47 -0
  2456. package/lib/_internal/wave/index.d.ts +2 -0
  2457. package/lib/_internal/wave/index.js +8 -0
  2458. package/lib/_internal/wave/src/Wave.d.ts +19 -0
  2459. package/lib/_internal/wave/src/Wave.js +56 -0
  2460. package/lib/_internal/wave/src/styles/index.cssr.d.ts +2 -0
  2461. package/lib/_internal/wave/src/styles/index.cssr.js +14 -0
  2462. package/lib/_mixins/common.d.ts +1 -0
  2463. package/lib/_mixins/common.js +4 -0
  2464. package/lib/_mixins/index.d.ts +10 -0
  2465. package/lib/_mixins/index.js +24 -0
  2466. package/lib/_mixins/use-config.d.ts +20 -0
  2467. package/lib/_mixins/use-config.js +37 -0
  2468. package/lib/_mixins/use-css-vars-class.d.ts +8 -0
  2469. package/lib/_mixins/use-css-vars-class.js +58 -0
  2470. package/lib/_mixins/use-form-item.d.ts +37 -0
  2471. package/lib/_mixins/use-form-item.js +73 -0
  2472. package/lib/_mixins/use-hljs.d.ts +12 -0
  2473. package/lib/_mixins/use-hljs.js +29 -0
  2474. package/lib/_mixins/use-locale.d.ts +7 -0
  2475. package/lib/_mixins/use-locale.js +21 -0
  2476. package/lib/_mixins/use-rtl.d.ts +3 -0
  2477. package/lib/_mixins/use-rtl.js +54 -0
  2478. package/lib/_mixins/use-style.d.ts +3 -0
  2479. package/lib/_mixins/use-style.js +47 -0
  2480. package/lib/_mixins/use-theme.d.ts +94 -0
  2481. package/lib/_mixins/use-theme.js +116 -0
  2482. package/lib/_styles/common/_common.d.ts +28 -0
  2483. package/lib/_styles/common/_common.js +29 -0
  2484. package/lib/_styles/common/dark.d.ts +3 -0
  2485. package/lib/_styles/common/dark.js +105 -0
  2486. package/lib/_styles/common/index.d.ts +3 -0
  2487. package/lib/_styles/common/index.js +10 -0
  2488. package/lib/_styles/common/light.d.ts +123 -0
  2489. package/lib/_styles/common/light.js +110 -0
  2490. package/lib/_styles/global/index.cssr.d.ts +2 -0
  2491. package/lib/_styles/global/index.cssr.js +38 -0
  2492. package/lib/_styles/transitions/fade-down.cssr.d.ts +11 -0
  2493. package/lib/_styles/transitions/fade-down.cssr.js +37 -0
  2494. package/lib/_styles/transitions/fade-in-height-expand.cssr.d.ts +13 -0
  2495. package/lib/_styles/transitions/fade-in-height-expand.cssr.js +63 -0
  2496. package/lib/_styles/transitions/fade-in-scale-up.cssr.d.ts +10 -0
  2497. package/lib/_styles/transitions/fade-in-scale-up.cssr.js +39 -0
  2498. package/lib/_styles/transitions/fade-in-width-expand.cssr.d.ts +7 -0
  2499. package/lib/_styles/transitions/fade-in-width-expand.cssr.js +43 -0
  2500. package/lib/_styles/transitions/fade-in.cssr.d.ts +10 -0
  2501. package/lib/_styles/transitions/fade-in.cssr.js +34 -0
  2502. package/lib/_styles/transitions/fade-up-width-expand.cssr.d.ts +6 -0
  2503. package/lib/_styles/transitions/fade-up-width-expand.cssr.js +48 -0
  2504. package/lib/_styles/transitions/icon-switch.cssr.d.ts +9 -0
  2505. package/lib/_styles/transitions/icon-switch.cssr.js +41 -0
  2506. package/lib/_styles/transitions/slide-in-from-bottom.d.ts +8 -0
  2507. package/lib/_styles/transitions/slide-in-from-bottom.js +32 -0
  2508. package/lib/_styles/transitions/slide-in-from-left.d.ts +8 -0
  2509. package/lib/_styles/transitions/slide-in-from-left.js +32 -0
  2510. package/lib/_styles/transitions/slide-in-from-right.d.ts +8 -0
  2511. package/lib/_styles/transitions/slide-in-from-right.js +32 -0
  2512. package/lib/_styles/transitions/slide-in-from-top.d.ts +8 -0
  2513. package/lib/_styles/transitions/slide-in-from-top.js +32 -0
  2514. package/lib/_utils/color/index.d.ts +3 -0
  2515. package/lib/_utils/color/index.js +16 -0
  2516. package/lib/_utils/composable/index.d.ts +8 -0
  2517. package/lib/_utils/composable/index.js +22 -0
  2518. package/lib/_utils/composable/use-adjusted-to.d.ts +14 -0
  2519. package/lib/_utils/composable/use-adjusted-to.js +58 -0
  2520. package/lib/_utils/composable/use-browser-location.d.ts +13 -0
  2521. package/lib/_utils/composable/use-browser-location.js +39 -0
  2522. package/lib/_utils/composable/use-collection.d.ts +4 -0
  2523. package/lib/_utils/composable/use-collection.js +93 -0
  2524. package/lib/_utils/composable/use-deferred-true.d.ts +2 -0
  2525. package/lib/_utils/composable/use-deferred-true.js +29 -0
  2526. package/lib/_utils/composable/use-houdini.d.ts +1 -0
  2527. package/lib/_utils/composable/use-houdini.js +33 -0
  2528. package/lib/_utils/composable/use-is-composing.d.ts +2 -0
  2529. package/lib/_utils/composable/use-is-composing.js +36 -0
  2530. package/lib/_utils/composable/use-lock-html-scroll.d.ts +3 -0
  2531. package/lib/_utils/composable/use-lock-html-scroll.js +67 -0
  2532. package/lib/_utils/composable/use-reactivated.d.ts +3 -0
  2533. package/lib/_utils/composable/use-reactivated.js +24 -0
  2534. package/lib/_utils/composable/use-resize.d.ts +2 -0
  2535. package/lib/_utils/composable/use-resize.js +23 -0
  2536. package/lib/_utils/css/color-to-class.d.ts +1 -0
  2537. package/lib/_utils/css/color-to-class.js +7 -0
  2538. package/lib/_utils/css/format-length.d.ts +7 -0
  2539. package/lib/_utils/css/format-length.js +34 -0
  2540. package/lib/_utils/css/index.d.ts +2 -0
  2541. package/lib/_utils/css/index.js +7 -0
  2542. package/lib/_utils/cssr/create-key.d.ts +44 -0
  2543. package/lib/_utils/cssr/create-key.js +12 -0
  2544. package/lib/_utils/cssr/index.d.ts +11 -0
  2545. package/lib/_utils/cssr/index.js +46 -0
  2546. package/lib/_utils/dom/index.d.ts +1 -0
  2547. package/lib/_utils/dom/index.js +5 -0
  2548. package/lib/_utils/dom/is-document.d.ts +1 -0
  2549. package/lib/_utils/dom/is-document.js +7 -0
  2550. package/lib/_utils/env/browser.d.ts +3 -0
  2551. package/lib/_utils/env/browser.js +7 -0
  2552. package/lib/_utils/env/is-browser.d.ts +1 -0
  2553. package/lib/_utils/env/is-browser.js +4 -0
  2554. package/lib/_utils/env/is-jsdom.d.ts +1 -0
  2555. package/lib/_utils/env/is-jsdom.js +13 -0
  2556. package/lib/_utils/env/is-native-lazy-load.d.ts +1 -0
  2557. package/lib/_utils/env/is-native-lazy-load.js +5 -0
  2558. package/lib/_utils/event/index.d.ts +2 -0
  2559. package/lib/_utils/event/index.js +12 -0
  2560. package/lib/_utils/index.d.ts +11 -0
  2561. package/lib/_utils/index.js +59 -0
  2562. package/lib/_utils/uzum/attribute.d.ts +2 -0
  2563. package/lib/_utils/uzum/attribute.js +15 -0
  2564. package/lib/_utils/uzum/extract-public-props.d.ts +9 -0
  2565. package/lib/_utils/uzum/extract-public-props.js +2 -0
  2566. package/lib/_utils/uzum/index.d.ts +5 -0
  2567. package/lib/_utils/uzum/index.js +12 -0
  2568. package/lib/_utils/uzum/mutable.d.ts +3 -0
  2569. package/lib/_utils/uzum/mutable.js +2 -0
  2570. package/lib/_utils/uzum/prop.d.ts +11 -0
  2571. package/lib/_utils/uzum/prop.js +32 -0
  2572. package/lib/_utils/uzum/warn.d.ts +3 -0
  2573. package/lib/_utils/uzum/warn.js +20 -0
  2574. package/lib/_utils/vue/call.d.ts +7 -0
  2575. package/lib/_utils/vue/call.js +11 -0
  2576. package/lib/_utils/vue/create-data-key.d.ts +1 -0
  2577. package/lib/_utils/vue/create-data-key.js +7 -0
  2578. package/lib/_utils/vue/create-injection-key.d.ts +2 -0
  2579. package/lib/_utils/vue/create-injection-key.js +7 -0
  2580. package/lib/_utils/vue/create-ref-setter.d.ts +2 -0
  2581. package/lib/_utils/vue/create-ref-setter.js +14 -0
  2582. package/lib/_utils/vue/flatten.d.ts +2 -0
  2583. package/lib/_utils/vue/flatten.js +34 -0
  2584. package/lib/_utils/vue/get-first-slot-vnode.d.ts +2 -0
  2585. package/lib/_utils/vue/get-first-slot-vnode.js +22 -0
  2586. package/lib/_utils/vue/get-slot.d.ts +2 -0
  2587. package/lib/_utils/vue/get-slot.js +11 -0
  2588. package/lib/_utils/vue/get-v-node-children.d.ts +2 -0
  2589. package/lib/_utils/vue/get-v-node-children.js +16 -0
  2590. package/lib/_utils/vue/index.d.ts +17 -0
  2591. package/lib/_utils/vue/index.js +39 -0
  2592. package/lib/_utils/vue/is-node-v-show-false.d.ts +2 -0
  2593. package/lib/_utils/vue/is-node-v-show-false.js +10 -0
  2594. package/lib/_utils/vue/keep.d.ts +1 -0
  2595. package/lib/_utils/vue/keep.js +11 -0
  2596. package/lib/_utils/vue/keysOf.d.ts +1 -0
  2597. package/lib/_utils/vue/keysOf.js +7 -0
  2598. package/lib/_utils/vue/merge-handlers.d.ts +1 -0
  2599. package/lib/_utils/vue/merge-handlers.js +19 -0
  2600. package/lib/_utils/vue/omit.d.ts +1 -0
  2601. package/lib/_utils/vue/omit.js +14 -0
  2602. package/lib/_utils/vue/render.d.ts +2 -0
  2603. package/lib/_utils/vue/render.js +19 -0
  2604. package/lib/_utils/vue/resolve-slot.d.ts +12 -0
  2605. package/lib/_utils/vue/resolve-slot.js +52 -0
  2606. package/lib/_utils/vue/wrapper.d.ts +1 -0
  2607. package/lib/_utils/vue/wrapper.js +10 -0
  2608. package/lib/affix/index.d.ts +2 -0
  2609. package/lib/affix/index.js +9 -0
  2610. package/lib/affix/src/Affix.d.ts +93 -0
  2611. package/lib/affix/src/Affix.js +190 -0
  2612. package/lib/affix/src/styles/index.cssr.d.ts +2 -0
  2613. package/lib/affix/src/styles/index.cssr.js +11 -0
  2614. package/lib/affix/src/utils.d.ts +6 -0
  2615. package/lib/affix/src/utils.js +13 -0
  2616. package/lib/alert/index.d.ts +2 -0
  2617. package/lib/alert/index.js +9 -0
  2618. package/lib/alert/src/Alert.d.ts +882 -0
  2619. package/lib/alert/src/Alert.js +170 -0
  2620. package/lib/alert/src/styles/index.cssr.d.ts +2 -0
  2621. package/lib/alert/src/styles/index.cssr.js +108 -0
  2622. package/lib/alert/src/styles/rtl.cssr.d.ts +2 -0
  2623. package/lib/alert/src/styles/rtl.cssr.js +21 -0
  2624. package/lib/alert/styles/_common.d.ts +11 -0
  2625. package/lib/alert/styles/_common.js +12 -0
  2626. package/lib/alert/styles/dark.d.ts +3 -0
  2627. package/lib/alert/styles/dark.js +26 -0
  2628. package/lib/alert/styles/index.d.ts +4 -0
  2629. package/lib/alert/styles/index.js +12 -0
  2630. package/lib/alert/styles/light.d.ts +71 -0
  2631. package/lib/alert/styles/light.js +23 -0
  2632. package/lib/alert/styles/rtl.d.ts +2 -0
  2633. package/lib/alert/styles/rtl.js +11 -0
  2634. package/lib/anchor/index.d.ts +4 -0
  2635. package/lib/anchor/index.js +12 -0
  2636. package/lib/anchor/src/AnchorAdapter.d.ts +285 -0
  2637. package/lib/anchor/src/AnchorAdapter.js +82 -0
  2638. package/lib/anchor/src/BaseAnchor.d.ts +105 -0
  2639. package/lib/anchor/src/BaseAnchor.js +266 -0
  2640. package/lib/anchor/src/Link.d.ts +24 -0
  2641. package/lib/anchor/src/Link.js +47 -0
  2642. package/lib/anchor/src/styles/index.cssr.d.ts +2 -0
  2643. package/lib/anchor/src/styles/index.cssr.js +94 -0
  2644. package/lib/anchor/src/utils.d.ts +5 -0
  2645. package/lib/anchor/src/utils.js +14 -0
  2646. package/lib/anchor/styles/_common.d.ts +6 -0
  2647. package/lib/anchor/styles/_common.js +7 -0
  2648. package/lib/anchor/styles/dark.d.ts +3 -0
  2649. package/lib/anchor/styles/dark.js +10 -0
  2650. package/lib/anchor/styles/index.d.ts +3 -0
  2651. package/lib/anchor/styles/index.js +10 -0
  2652. package/lib/anchor/styles/light.d.ts +19 -0
  2653. package/lib/anchor/styles/light.js +21 -0
  2654. package/lib/auto-complete/index.d.ts +3 -0
  2655. package/lib/auto-complete/index.js +9 -0
  2656. package/lib/auto-complete/src/AutoComplete.d.ts +1567 -0
  2657. package/lib/auto-complete/src/AutoComplete.js +299 -0
  2658. package/lib/auto-complete/src/interface.d.ts +14 -0
  2659. package/lib/auto-complete/src/interface.js +2 -0
  2660. package/lib/auto-complete/src/styles/index.cssr.d.ts +2 -0
  2661. package/lib/auto-complete/src/styles/index.cssr.js +21 -0
  2662. package/lib/auto-complete/src/utils.d.ts +3 -0
  2663. package/lib/auto-complete/src/utils.js +29 -0
  2664. package/lib/auto-complete/styles/dark.d.ts +3 -0
  2665. package/lib/auto-complete/styles/dark.js +16 -0
  2666. package/lib/auto-complete/styles/index.d.ts +3 -0
  2667. package/lib/auto-complete/styles/index.js +10 -0
  2668. package/lib/auto-complete/styles/light.d.ts +126 -0
  2669. package/lib/auto-complete/styles/light.js +24 -0
  2670. package/lib/avatar/index.d.ts +2 -0
  2671. package/lib/avatar/index.js +9 -0
  2672. package/lib/avatar/src/Avatar.d.ts +263 -0
  2673. package/lib/avatar/src/Avatar.js +249 -0
  2674. package/lib/avatar/src/context.d.ts +2 -0
  2675. package/lib/avatar/src/context.js +5 -0
  2676. package/lib/avatar/src/interface.d.ts +2 -0
  2677. package/lib/avatar/src/interface.js +2 -0
  2678. package/lib/avatar/src/styles/index.cssr.d.ts +2 -0
  2679. package/lib/avatar/src/styles/index.cssr.js +48 -0
  2680. package/lib/avatar/styles/dark.d.ts +3 -0
  2681. package/lib/avatar/styles/dark.js +10 -0
  2682. package/lib/avatar/styles/index.d.ts +3 -0
  2683. package/lib/avatar/styles/index.js +10 -0
  2684. package/lib/avatar/styles/light.d.ts +23 -0
  2685. package/lib/avatar/styles/light.js +31 -0
  2686. package/lib/avatar-group/index.d.ts +2 -0
  2687. package/lib/avatar-group/index.js +9 -0
  2688. package/lib/avatar-group/src/AvatarGroup.d.ts +386 -0
  2689. package/lib/avatar-group/src/AvatarGroup.js +74 -0
  2690. package/lib/avatar-group/src/styles/avatar-group-rtl.cssr.d.ts +2 -0
  2691. package/lib/avatar-group/src/styles/avatar-group-rtl.cssr.js +15 -0
  2692. package/lib/avatar-group/src/styles/avatar-group.cssr.d.ts +2 -0
  2693. package/lib/avatar-group/src/styles/avatar-group.cssr.js +20 -0
  2694. package/lib/avatar-group/styles/dark.d.ts +3 -0
  2695. package/lib/avatar-group/styles/dark.js +14 -0
  2696. package/lib/avatar-group/styles/index.d.ts +4 -0
  2697. package/lib/avatar-group/styles/index.js +12 -0
  2698. package/lib/avatar-group/styles/light.d.ts +26 -0
  2699. package/lib/avatar-group/styles/light.js +21 -0
  2700. package/lib/avatar-group/styles/rtl.d.ts +2 -0
  2701. package/lib/avatar-group/styles/rtl.js +11 -0
  2702. package/lib/back-top/index.d.ts +2 -0
  2703. package/lib/back-top/index.js +9 -0
  2704. package/lib/back-top/src/BackTop.d.ts +259 -0
  2705. package/lib/back-top/src/BackTop.js +216 -0
  2706. package/lib/back-top/src/BackTopIcon.d.ts +2 -0
  2707. package/lib/back-top/src/BackTopIcon.js +12 -0
  2708. package/lib/back-top/src/styles/index.cssr.d.ts +2 -0
  2709. package/lib/back-top/src/styles/index.cssr.js +56 -0
  2710. package/lib/back-top/styles/_common.d.ts +7 -0
  2711. package/lib/back-top/styles/_common.js +8 -0
  2712. package/lib/back-top/styles/dark.d.ts +3 -0
  2713. package/lib/back-top/styles/dark.js +16 -0
  2714. package/lib/back-top/styles/index.d.ts +3 -0
  2715. package/lib/back-top/styles/index.js +10 -0
  2716. package/lib/back-top/styles/light.d.ts +20 -0
  2717. package/lib/back-top/styles/light.js +17 -0
  2718. package/lib/badge/index.d.ts +2 -0
  2719. package/lib/badge/index.js +9 -0
  2720. package/lib/badge/src/Badge.d.ts +161 -0
  2721. package/lib/badge/src/Badge.js +118 -0
  2722. package/lib/badge/src/styles/index.cssr.d.ts +2 -0
  2723. package/lib/badge/src/styles/index.cssr.js +84 -0
  2724. package/lib/badge/src/styles/rtl.cssr.d.ts +2 -0
  2725. package/lib/badge/src/styles/rtl.cssr.js +14 -0
  2726. package/lib/badge/styles/dark.d.ts +3 -0
  2727. package/lib/badge/styles/dark.js +20 -0
  2728. package/lib/badge/styles/index.d.ts +4 -0
  2729. package/lib/badge/styles/index.js +12 -0
  2730. package/lib/badge/styles/light.d.ts +15 -0
  2731. package/lib/badge/styles/light.js +21 -0
  2732. package/lib/badge/styles/rtl.d.ts +2 -0
  2733. package/lib/badge/styles/rtl.js +11 -0
  2734. package/lib/breadcrumb/index.d.ts +4 -0
  2735. package/lib/breadcrumb/index.js +12 -0
  2736. package/lib/breadcrumb/src/Breadcrumb.d.ts +163 -0
  2737. package/lib/breadcrumb/src/Breadcrumb.js +60 -0
  2738. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +31 -0
  2739. package/lib/breadcrumb/src/BreadcrumbItem.js +52 -0
  2740. package/lib/breadcrumb/src/styles/index.cssr.d.ts +2 -0
  2741. package/lib/breadcrumb/src/styles/index.cssr.js +77 -0
  2742. package/lib/breadcrumb/styles/_common.d.ts +4 -0
  2743. package/lib/breadcrumb/styles/_common.js +5 -0
  2744. package/lib/breadcrumb/styles/dark.d.ts +3 -0
  2745. package/lib/breadcrumb/styles/dark.js +10 -0
  2746. package/lib/breadcrumb/styles/index.d.ts +3 -0
  2747. package/lib/breadcrumb/styles/index.js +10 -0
  2748. package/lib/breadcrumb/styles/light.d.ts +19 -0
  2749. package/lib/breadcrumb/styles/light.js +19 -0
  2750. package/lib/button/index.d.ts +2 -0
  2751. package/lib/button/index.js +10 -0
  2752. package/lib/button/src/Button.d.ts +2147 -0
  2753. package/lib/button/src/Button.js +512 -0
  2754. package/lib/button/src/interface.d.ts +2 -0
  2755. package/lib/button/src/interface.js +2 -0
  2756. package/lib/button/src/styles/index.cssr.d.ts +2 -0
  2757. package/lib/button/src/styles/index.cssr.js +214 -0
  2758. package/lib/button/src/styles/rtl.cssr.d.ts +2 -0
  2759. package/lib/button/src/styles/rtl.cssr.js +15 -0
  2760. package/lib/button/styles/_common.d.ts +20 -0
  2761. package/lib/button/styles/_common.js +21 -0
  2762. package/lib/button/styles/dark.d.ts +3 -0
  2763. package/lib/button/styles/dark.js +17 -0
  2764. package/lib/button/styles/index.d.ts +4 -0
  2765. package/lib/button/styles/index.js +12 -0
  2766. package/lib/button/styles/light.d.ts +217 -0
  2767. package/lib/button/styles/light.js +45 -0
  2768. package/lib/button/styles/rtl.d.ts +2 -0
  2769. package/lib/button/styles/rtl.js +11 -0
  2770. package/lib/button-group/index.d.ts +2 -0
  2771. package/lib/button-group/index.js +9 -0
  2772. package/lib/button-group/src/ButtonGroup.d.ts +34 -0
  2773. package/lib/button-group/src/ButtonGroup.js +40 -0
  2774. package/lib/button-group/src/context.d.ts +2 -0
  2775. package/lib/button-group/src/context.js +5 -0
  2776. package/lib/button-group/src/styles/index.cssr.d.ts +5 -0
  2777. package/lib/button-group/src/styles/index.cssr.js +59 -0
  2778. package/lib/button-group/src/styles/rtl.cssr.d.ts +3 -0
  2779. package/lib/button-group/src/styles/rtl.cssr.js +29 -0
  2780. package/lib/button-group/styles/dark.d.ts +3 -0
  2781. package/lib/button-group/styles/dark.js +8 -0
  2782. package/lib/button-group/styles/index.d.ts +3 -0
  2783. package/lib/button-group/styles/index.js +12 -0
  2784. package/lib/button-group/styles/light.d.ts +6 -0
  2785. package/lib/button-group/styles/light.js +8 -0
  2786. package/lib/button-group/styles/rtl.d.ts +2 -0
  2787. package/lib/button-group/styles/rtl.js +11 -0
  2788. package/lib/calendar/index.d.ts +2 -0
  2789. package/lib/calendar/index.js +9 -0
  2790. package/lib/calendar/src/Calendar.d.ts +2575 -0
  2791. package/lib/calendar/src/Calendar.js +204 -0
  2792. package/lib/calendar/src/interface.d.ts +10 -0
  2793. package/lib/calendar/src/interface.js +2 -0
  2794. package/lib/calendar/src/styles/index.cssr.d.ts +2 -0
  2795. package/lib/calendar/src/styles/index.cssr.js +142 -0
  2796. package/lib/calendar/styles/_common.d.ts +4 -0
  2797. package/lib/calendar/styles/_common.js +5 -0
  2798. package/lib/calendar/styles/dark.d.ts +3 -0
  2799. package/lib/calendar/styles/dark.js +14 -0
  2800. package/lib/calendar/styles/index.d.ts +3 -0
  2801. package/lib/calendar/styles/index.js +10 -0
  2802. package/lib/calendar/styles/light.d.ts +260 -0
  2803. package/lib/calendar/styles/light.js +26 -0
  2804. package/lib/card/index.d.ts +2 -0
  2805. package/lib/card/index.js +9 -0
  2806. package/lib/card/src/Card.d.ts +663 -0
  2807. package/lib/card/src/Card.js +142 -0
  2808. package/lib/card/src/styles/index.cssr.d.ts +2 -0
  2809. package/lib/card/src/styles/index.cssr.js +139 -0
  2810. package/lib/card/src/styles/rtl.cssr.d.ts +2 -0
  2811. package/lib/card/src/styles/rtl.cssr.js +11 -0
  2812. package/lib/card/styles/_common.d.ts +13 -0
  2813. package/lib/card/styles/_common.js +14 -0
  2814. package/lib/card/styles/dark.d.ts +3 -0
  2815. package/lib/card/styles/dark.js +17 -0
  2816. package/lib/card/styles/index.d.ts +4 -0
  2817. package/lib/card/styles/index.js +12 -0
  2818. package/lib/card/styles/light.d.ts +43 -0
  2819. package/lib/card/styles/light.js +22 -0
  2820. package/lib/card/styles/rtl.d.ts +2 -0
  2821. package/lib/card/styles/rtl.js +11 -0
  2822. package/lib/carousel/index.d.ts +4 -0
  2823. package/lib/carousel/index.js +11 -0
  2824. package/lib/carousel/src/Carousel.d.ts +350 -0
  2825. package/lib/carousel/src/Carousel.js +798 -0
  2826. package/lib/carousel/src/CarouselArrow.d.ts +9 -0
  2827. package/lib/carousel/src/CarouselArrow.js +40 -0
  2828. package/lib/carousel/src/CarouselContext.d.ts +21 -0
  2829. package/lib/carousel/src/CarouselContext.js +18 -0
  2830. package/lib/carousel/src/CarouselDots.d.ts +72 -0
  2831. package/lib/carousel/src/CarouselDots.js +117 -0
  2832. package/lib/carousel/src/CarouselItem.d.ts +13 -0
  2833. package/lib/carousel/src/CarouselItem.js +70 -0
  2834. package/lib/carousel/src/interface.d.ts +19 -0
  2835. package/lib/carousel/src/interface.js +2 -0
  2836. package/lib/carousel/src/styles/index.cssr.d.ts +2 -0
  2837. package/lib/carousel/src/styles/index.cssr.js +237 -0
  2838. package/lib/carousel/src/utils/duplicatedLogic.d.ts +7 -0
  2839. package/lib/carousel/src/utils/duplicatedLogic.js +55 -0
  2840. package/lib/carousel/src/utils/event.d.ts +1 -0
  2841. package/lib/carousel/src/utils/event.js +7 -0
  2842. package/lib/carousel/src/utils/index.d.ts +6 -0
  2843. package/lib/carousel/src/utils/index.js +53 -0
  2844. package/lib/carousel/styles/dark.d.ts +3 -0
  2845. package/lib/carousel/styles/dark.js +10 -0
  2846. package/lib/carousel/styles/index.d.ts +3 -0
  2847. package/lib/carousel/styles/index.js +10 -0
  2848. package/lib/carousel/styles/light.d.ts +15 -0
  2849. package/lib/carousel/styles/light.js +22 -0
  2850. package/lib/cascader/index.d.ts +3 -0
  2851. package/lib/cascader/index.js +9 -0
  2852. package/lib/cascader/src/Cascader.d.ts +2557 -0
  2853. package/lib/cascader/src/Cascader.js +867 -0
  2854. package/lib/cascader/src/CascaderMenu.d.ts +462 -0
  2855. package/lib/cascader/src/CascaderMenu.js +127 -0
  2856. package/lib/cascader/src/CascaderOption.d.ts +409 -0
  2857. package/lib/cascader/src/CascaderOption.js +179 -0
  2858. package/lib/cascader/src/CascaderSelectMenu.d.ts +455 -0
  2859. package/lib/cascader/src/CascaderSelectMenu.js +147 -0
  2860. package/lib/cascader/src/CascaderSubmenu.d.ts +423 -0
  2861. package/lib/cascader/src/CascaderSubmenu.js +70 -0
  2862. package/lib/cascader/src/interface.d.ts +87 -0
  2863. package/lib/cascader/src/interface.js +5 -0
  2864. package/lib/cascader/src/styles/index.cssr.d.ts +2 -0
  2865. package/lib/cascader/src/styles/index.cssr.js +138 -0
  2866. package/lib/cascader/src/utils.d.ts +11 -0
  2867. package/lib/cascader/src/utils.js +45 -0
  2868. package/lib/cascader/styles/dark.d.ts +3 -0
  2869. package/lib/cascader/styles/dark.js +22 -0
  2870. package/lib/cascader/styles/index.d.ts +3 -0
  2871. package/lib/cascader/styles/index.js +10 -0
  2872. package/lib/cascader/styles/light.d.ts +217 -0
  2873. package/lib/cascader/styles/light.js +44 -0
  2874. package/lib/checkbox/index.d.ts +5 -0
  2875. package/lib/checkbox/index.js +12 -0
  2876. package/lib/checkbox/src/CheckMark.d.ts +2 -0
  2877. package/lib/checkbox/src/CheckMark.js +5 -0
  2878. package/lib/checkbox/src/Checkbox.d.ts +680 -0
  2879. package/lib/checkbox/src/Checkbox.js +284 -0
  2880. package/lib/checkbox/src/CheckboxGroup.d.ts +87 -0
  2881. package/lib/checkbox/src/CheckboxGroup.js +163 -0
  2882. package/lib/checkbox/src/LineMark.d.ts +2 -0
  2883. package/lib/checkbox/src/LineMark.js +5 -0
  2884. package/lib/checkbox/src/interface.d.ts +6 -0
  2885. package/lib/checkbox/src/interface.js +2 -0
  2886. package/lib/checkbox/src/styles/index.cssr.d.ts +2 -0
  2887. package/lib/checkbox/src/styles/index.cssr.js +256 -0
  2888. package/lib/checkbox/src/styles/rtl.cssr.d.ts +2 -0
  2889. package/lib/checkbox/src/styles/rtl.cssr.js +9 -0
  2890. package/lib/checkbox/styles/_common.d.ts +10 -0
  2891. package/lib/checkbox/styles/_common.js +11 -0
  2892. package/lib/checkbox/styles/dark.d.ts +3 -0
  2893. package/lib/checkbox/styles/dark.js +16 -0
  2894. package/lib/checkbox/styles/index.d.ts +4 -0
  2895. package/lib/checkbox/styles/index.js +12 -0
  2896. package/lib/checkbox/styles/light.d.ts +42 -0
  2897. package/lib/checkbox/styles/light.js +21 -0
  2898. package/lib/checkbox/styles/rtl.d.ts +2 -0
  2899. package/lib/checkbox/styles/rtl.js +11 -0
  2900. package/lib/code/index.d.ts +2 -0
  2901. package/lib/code/index.js +9 -0
  2902. package/lib/code/src/Code.d.ts +225 -0
  2903. package/lib/code/src/Code.js +163 -0
  2904. package/lib/code/src/styles/index.cssr.d.ts +2 -0
  2905. package/lib/code/src/styles/index.cssr.js +101 -0
  2906. package/lib/code/styles/dark.d.ts +3 -0
  2907. package/lib/code/styles/dark.js +28 -0
  2908. package/lib/code/styles/index.d.ts +3 -0
  2909. package/lib/code/styles/index.js +10 -0
  2910. package/lib/code/styles/light.d.ts +21 -0
  2911. package/lib/code/styles/light.js +29 -0
  2912. package/lib/collapse/index.d.ts +4 -0
  2913. package/lib/collapse/index.js +12 -0
  2914. package/lib/collapse/src/Collapse.d.ts +375 -0
  2915. package/lib/collapse/src/Collapse.js +147 -0
  2916. package/lib/collapse/src/CollapseItem.d.ts +34 -0
  2917. package/lib/collapse/src/CollapseItem.js +105 -0
  2918. package/lib/collapse/src/CollapseItemContent.d.ts +27 -0
  2919. package/lib/collapse/src/CollapseItemContent.js +40 -0
  2920. package/lib/collapse/src/interface.d.ts +9 -0
  2921. package/lib/collapse/src/interface.js +2 -0
  2922. package/lib/collapse/src/styles/index.cssr.d.ts +2 -0
  2923. package/lib/collapse/src/styles/index.cssr.js +64 -0
  2924. package/lib/collapse/src/styles/rtl.cssr.d.ts +2 -0
  2925. package/lib/collapse/src/styles/rtl.cssr.js +20 -0
  2926. package/lib/collapse/styles/dark.d.ts +3 -0
  2927. package/lib/collapse/styles/dark.js +10 -0
  2928. package/lib/collapse/styles/index.d.ts +4 -0
  2929. package/lib/collapse/styles/index.js +12 -0
  2930. package/lib/collapse/styles/light.d.ts +19 -0
  2931. package/lib/collapse/styles/light.js +27 -0
  2932. package/lib/collapse/styles/rtl.d.ts +2 -0
  2933. package/lib/collapse/styles/rtl.js +11 -0
  2934. package/lib/collapse-transition/index.d.ts +2 -0
  2935. package/lib/collapse-transition/index.js +9 -0
  2936. package/lib/collapse-transition/src/CollapseTransition.d.ts +79 -0
  2937. package/lib/collapse-transition/src/CollapseTransition.js +86 -0
  2938. package/lib/collapse-transition/src/styles/index.cssr.d.ts +2 -0
  2939. package/lib/collapse-transition/src/styles/index.cssr.js +10 -0
  2940. package/lib/collapse-transition/src/styles/rtl.cssr.d.ts +2 -0
  2941. package/lib/collapse-transition/src/styles/rtl.cssr.js +10 -0
  2942. package/lib/collapse-transition/styles/dark.d.ts +3 -0
  2943. package/lib/collapse-transition/styles/dark.js +10 -0
  2944. package/lib/collapse-transition/styles/index.d.ts +4 -0
  2945. package/lib/collapse-transition/styles/index.js +12 -0
  2946. package/lib/collapse-transition/styles/light.d.ts +9 -0
  2947. package/lib/collapse-transition/styles/light.js +17 -0
  2948. package/lib/collapse-transition/styles/rtl.d.ts +2 -0
  2949. package/lib/collapse-transition/styles/rtl.js +11 -0
  2950. package/lib/color-picker/index.d.ts +2 -0
  2951. package/lib/color-picker/index.js +9 -0
  2952. package/lib/color-picker/src/AlphaSlider.d.ts +47 -0
  2953. package/lib/color-picker/src/AlphaSlider.js +104 -0
  2954. package/lib/color-picker/src/ColorInput.d.ts +76 -0
  2955. package/lib/color-picker/src/ColorInput.js +108 -0
  2956. package/lib/color-picker/src/ColorInputUnit.d.ts +462 -0
  2957. package/lib/color-picker/src/ColorInputUnit.js +150 -0
  2958. package/lib/color-picker/src/ColorPicker.d.ts +2769 -0
  2959. package/lib/color-picker/src/ColorPicker.js +463 -0
  2960. package/lib/color-picker/src/ColorPickerSwatches.d.ts +47 -0
  2961. package/lib/color-picker/src/ColorPickerSwatches.js +96 -0
  2962. package/lib/color-picker/src/ColorPickerTrigger.d.ts +38 -0
  2963. package/lib/color-picker/src/ColorPickerTrigger.js +49 -0
  2964. package/lib/color-picker/src/ColorPreview.d.ts +44 -0
  2965. package/lib/color-picker/src/ColorPreview.js +49 -0
  2966. package/lib/color-picker/src/HueSlider.d.ts +34 -0
  2967. package/lib/color-picker/src/HueSlider.js +90 -0
  2968. package/lib/color-picker/src/Pallete.d.ts +54 -0
  2969. package/lib/color-picker/src/Pallete.js +93 -0
  2970. package/lib/color-picker/src/context.d.ts +9 -0
  2971. package/lib/color-picker/src/context.js +5 -0
  2972. package/lib/color-picker/src/interface.d.ts +6 -0
  2973. package/lib/color-picker/src/interface.js +2 -0
  2974. package/lib/color-picker/src/styles/index.cssr.d.ts +2 -0
  2975. package/lib/color-picker/src/styles/index.cssr.js +198 -0
  2976. package/lib/color-picker/src/utils.d.ts +12 -0
  2977. package/lib/color-picker/src/utils.js +118 -0
  2978. package/lib/color-picker/styles/dark.d.ts +3 -0
  2979. package/lib/color-picker/styles/dark.js +16 -0
  2980. package/lib/color-picker/styles/index.d.ts +3 -0
  2981. package/lib/color-picker/styles/index.js +10 -0
  2982. package/lib/color-picker/styles/light.d.ts +307 -0
  2983. package/lib/color-picker/styles/light.js +36 -0
  2984. package/lib/components.d.ts +89 -0
  2985. package/lib/components.js +105 -0
  2986. package/lib/composables/index.d.ts +1 -0
  2987. package/lib/composables/index.js +5 -0
  2988. package/lib/composables/use-theme-vars.d.ts +4 -0
  2989. package/lib/composables/use-theme-vars.js +22 -0
  2990. package/lib/config-provider/index.d.ts +3 -0
  2991. package/lib/config-provider/index.js +24 -0
  2992. package/lib/config-provider/src/ConfigProvider.d.ts +485 -0
  2993. package/lib/config-provider/src/ConfigProvider.js +212 -0
  2994. package/lib/config-provider/src/config.d.ts +8 -0
  2995. package/lib/config-provider/src/config.js +11 -0
  2996. package/lib/config-provider/src/context.d.ts +2 -0
  2997. package/lib/config-provider/src/context.js +5 -0
  2998. package/lib/config-provider/src/interface.d.ts +16 -0
  2999. package/lib/config-provider/src/interface.js +2 -0
  3000. package/lib/config-provider/src/internal-interface.d.ts +247 -0
  3001. package/lib/config-provider/src/internal-interface.js +2 -0
  3002. package/lib/config-provider/src/katex.d.ts +2 -0
  3003. package/lib/config-provider/src/katex.js +2 -0
  3004. package/lib/countdown/index.d.ts +2 -0
  3005. package/lib/countdown/index.js +9 -0
  3006. package/lib/countdown/src/Countdown.d.ts +68 -0
  3007. package/lib/countdown/src/Countdown.js +157 -0
  3008. package/lib/create.d.ts +13 -0
  3009. package/lib/create.js +35 -0
  3010. package/lib/data-table/index.d.ts +3 -0
  3011. package/lib/data-table/index.js +10 -0
  3012. package/lib/data-table/src/DataTable.d.ts +6541 -0
  3013. package/lib/data-table/src/DataTable.js +281 -0
  3014. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1332 -0
  3015. package/lib/data-table/src/HeaderButton/FilterButton.js +117 -0
  3016. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1382 -0
  3017. package/lib/data-table/src/HeaderButton/FilterMenu.js +132 -0
  3018. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +33 -0
  3019. package/lib/data-table/src/HeaderButton/RenderFilter.js +27 -0
  3020. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +24 -0
  3021. package/lib/data-table/src/HeaderButton/RenderSorter.js +23 -0
  3022. package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +15 -0
  3023. package/lib/data-table/src/HeaderButton/ResizeButton.js +61 -0
  3024. package/lib/data-table/src/HeaderButton/SortButton.d.ts +19 -0
  3025. package/lib/data-table/src/HeaderButton/SortButton.js +58 -0
  3026. package/lib/data-table/src/MainTable.d.ts +22 -0
  3027. package/lib/data-table/src/MainTable.js +81 -0
  3028. package/lib/data-table/src/TableParts/Body.d.ts +1400 -0
  3029. package/lib/data-table/src/TableParts/Body.js +611 -0
  3030. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +30 -0
  3031. package/lib/data-table/src/TableParts/BodyCheckbox.js +32 -0
  3032. package/lib/data-table/src/TableParts/BodyRadio.d.ts +30 -0
  3033. package/lib/data-table/src/TableParts/BodyRadio.js +32 -0
  3034. package/lib/data-table/src/TableParts/Cell.d.ts +2644 -0
  3035. package/lib/data-table/src/TableParts/Cell.js +60 -0
  3036. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +35 -0
  3037. package/lib/data-table/src/TableParts/ExpandTrigger.js +41 -0
  3038. package/lib/data-table/src/TableParts/Header.d.ts +1340 -0
  3039. package/lib/data-table/src/TableParts/Header.js +167 -0
  3040. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +12 -0
  3041. package/lib/data-table/src/TableParts/SelectionMenu.js +75 -0
  3042. package/lib/data-table/src/interface.d.ts +2842 -0
  3043. package/lib/data-table/src/interface.js +59 -0
  3044. package/lib/data-table/src/styles/index.cssr.d.ts +3 -0
  3045. package/lib/data-table/src/styles/index.cssr.js +444 -0
  3046. package/lib/data-table/src/use-check.d.ts +20 -0
  3047. package/lib/data-table/src/use-check.js +153 -0
  3048. package/lib/data-table/src/use-expand.d.ts +10 -0
  3049. package/lib/data-table/src/use-expand.js +65 -0
  3050. package/lib/data-table/src/use-group-header.d.ts +19 -0
  3051. package/lib/data-table/src/use-group-header.js +108 -0
  3052. package/lib/data-table/src/use-resizable.d.ts +6 -0
  3053. package/lib/data-table/src/use-resizable.js +26 -0
  3054. package/lib/data-table/src/use-scroll.d.ts +27 -0
  3055. package/lib/data-table/src/use-scroll.js +229 -0
  3056. package/lib/data-table/src/use-sorter.d.ts +19 -0
  3057. package/lib/data-table/src/use-sorter.js +195 -0
  3058. package/lib/data-table/src/use-table-data.d.ts +36 -0
  3059. package/lib/data-table/src/use-table-data.js +331 -0
  3060. package/lib/data-table/src/utils.d.ts +18 -0
  3061. package/lib/data-table/src/utils.js +148 -0
  3062. package/lib/data-table/styles/_common.d.ts +23 -0
  3063. package/lib/data-table/styles/_common.js +24 -0
  3064. package/lib/data-table/styles/dark.d.ts +3 -0
  3065. package/lib/data-table/styles/dark.js +35 -0
  3066. package/lib/data-table/styles/index.d.ts +3 -0
  3067. package/lib/data-table/styles/index.js +10 -0
  3068. package/lib/data-table/styles/light.d.ts +883 -0
  3069. package/lib/data-table/styles/light.js +50 -0
  3070. package/lib/date-picker/index.d.ts +3 -0
  3071. package/lib/date-picker/index.js +9 -0
  3072. package/lib/date-picker/src/DatePicker.d.ts +7316 -0
  3073. package/lib/date-picker/src/DatePicker.js +781 -0
  3074. package/lib/date-picker/src/config.d.ts +5 -0
  3075. package/lib/date-picker/src/config.js +7 -0
  3076. package/lib/date-picker/src/interface.d.ts +83 -0
  3077. package/lib/date-picker/src/interface.js +5 -0
  3078. package/lib/date-picker/src/panel/date.d.ts +1232 -0
  3079. package/lib/date-picker/src/panel/date.js +76 -0
  3080. package/lib/date-picker/src/panel/daterange.d.ts +1270 -0
  3081. package/lib/date-picker/src/panel/daterange.js +97 -0
  3082. package/lib/date-picker/src/panel/datetime.d.ts +1232 -0
  3083. package/lib/date-picker/src/panel/datetime.js +73 -0
  3084. package/lib/date-picker/src/panel/datetimerange.d.ts +1270 -0
  3085. package/lib/date-picker/src/panel/datetimerange.js +122 -0
  3086. package/lib/date-picker/src/panel/monthrange.d.ts +1281 -0
  3087. package/lib/date-picker/src/panel/monthrange.js +119 -0
  3088. package/lib/date-picker/src/panel/panelHeader.d.ts +44 -0
  3089. package/lib/date-picker/src/panel/panelHeader.js +55 -0
  3090. package/lib/date-picker/src/panel/panelMonth.d.ts +2544 -0
  3091. package/lib/date-picker/src/panel/panelMonth.js +70 -0
  3092. package/lib/date-picker/src/panel/panelMonthContent.d.ts +1244 -0
  3093. package/lib/date-picker/src/panel/panelMonthContent.js +61 -0
  3094. package/lib/date-picker/src/panel/panelYear.d.ts +2544 -0
  3095. package/lib/date-picker/src/panel/panelYear.js +70 -0
  3096. package/lib/date-picker/src/panel/panelYearContent.d.ts +1256 -0
  3097. package/lib/date-picker/src/panel/panelYearContent.js +55 -0
  3098. package/lib/date-picker/src/panel/use-calendar.d.ts +1199 -0
  3099. package/lib/date-picker/src/panel/use-calendar.js +328 -0
  3100. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +1239 -0
  3101. package/lib/date-picker/src/panel/use-dual-calendar.js +668 -0
  3102. package/lib/date-picker/src/panel/use-panel-common.d.ts +1151 -0
  3103. package/lib/date-picker/src/panel/use-panel-common.js +160 -0
  3104. package/lib/date-picker/src/styles/index.cssr.d.ts +2 -0
  3105. package/lib/date-picker/src/styles/index.cssr.js +369 -0
  3106. package/lib/date-picker/src/utils.d.ts +65 -0
  3107. package/lib/date-picker/src/utils.js +201 -0
  3108. package/lib/date-picker/src/validation-utils.d.ts +26 -0
  3109. package/lib/date-picker/src/validation-utils.js +183 -0
  3110. package/lib/date-picker/styles/_common.d.ts +41 -0
  3111. package/lib/date-picker/styles/_common.js +45 -0
  3112. package/lib/date-picker/styles/dark.d.ts +3 -0
  3113. package/lib/date-picker/styles/dark.js +28 -0
  3114. package/lib/date-picker/styles/index.d.ts +3 -0
  3115. package/lib/date-picker/styles/index.js +10 -0
  3116. package/lib/date-picker/styles/light.d.ts +727 -0
  3117. package/lib/date-picker/styles/light.js +31 -0
  3118. package/lib/descriptions/index.d.ts +4 -0
  3119. package/lib/descriptions/index.js +12 -0
  3120. package/lib/descriptions/src/Descriptions.d.ts +408 -0
  3121. package/lib/descriptions/src/Descriptions.js +166 -0
  3122. package/lib/descriptions/src/DescriptionsItem.d.ts +32 -0
  3123. package/lib/descriptions/src/DescriptionsItem.js +22 -0
  3124. package/lib/descriptions/src/styles/index.cssr.d.ts +2 -0
  3125. package/lib/descriptions/src/styles/index.cssr.js +124 -0
  3126. package/lib/descriptions/src/utils.d.ts +3 -0
  3127. package/lib/descriptions/src/utils.js +11 -0
  3128. package/lib/descriptions/styles/_common.d.ts +15 -0
  3129. package/lib/descriptions/styles/_common.js +16 -0
  3130. package/lib/descriptions/styles/dark.d.ts +3 -0
  3131. package/lib/descriptions/styles/dark.js +10 -0
  3132. package/lib/descriptions/styles/index.d.ts +3 -0
  3133. package/lib/descriptions/styles/index.js +10 -0
  3134. package/lib/descriptions/styles/light.d.ts +38 -0
  3135. package/lib/descriptions/styles/light.js +23 -0
  3136. package/lib/dialog/index.d.ts +6 -0
  3137. package/lib/dialog/index.js +13 -0
  3138. package/lib/dialog/src/Dialog.d.ts +1935 -0
  3139. package/lib/dialog/src/Dialog.js +139 -0
  3140. package/lib/dialog/src/DialogEnvironment.d.ts +188 -0
  3141. package/lib/dialog/src/DialogEnvironment.js +117 -0
  3142. package/lib/dialog/src/DialogProvider.d.ts +809 -0
  3143. package/lib/dialog/src/DialogProvider.js +78 -0
  3144. package/lib/dialog/src/composables.d.ts +4 -0
  3145. package/lib/dialog/src/composables.js +22 -0
  3146. package/lib/dialog/src/context.d.ts +4 -0
  3147. package/lib/dialog/src/context.js +7 -0
  3148. package/lib/dialog/src/dialogProps.d.ts +35 -0
  3149. package/lib/dialog/src/dialogProps.js +34 -0
  3150. package/lib/dialog/src/interface.d.ts +1 -0
  3151. package/lib/dialog/src/interface.js +2 -0
  3152. package/lib/dialog/src/styles/index.cssr.d.ts +2 -0
  3153. package/lib/dialog/src/styles/index.cssr.js +101 -0
  3154. package/lib/dialog/styles/_common.d.ts +14 -0
  3155. package/lib/dialog/styles/_common.js +15 -0
  3156. package/lib/dialog/styles/dark.d.ts +3 -0
  3157. package/lib/dialog/styles/dark.js +14 -0
  3158. package/lib/dialog/styles/index.d.ts +3 -0
  3159. package/lib/dialog/styles/index.js +10 -0
  3160. package/lib/dialog/styles/light.d.ts +280 -0
  3161. package/lib/dialog/styles/light.js +29 -0
  3162. package/lib/discrete/index.d.ts +2 -0
  3163. package/lib/discrete/index.js +5 -0
  3164. package/lib/discrete/src/InjectionExtractor.d.ts +8 -0
  3165. package/lib/discrete/src/InjectionExtractor.js +15 -0
  3166. package/lib/discrete/src/discrete.d.ts +2 -0
  3167. package/lib/discrete/src/discrete.js +49 -0
  3168. package/lib/discrete/src/discreteApp.d.ts +28 -0
  3169. package/lib/discrete/src/discreteApp.js +53 -0
  3170. package/lib/discrete/src/interface.d.ts +27 -0
  3171. package/lib/discrete/src/interface.js +2 -0
  3172. package/lib/divider/index.d.ts +2 -0
  3173. package/lib/divider/index.js +9 -0
  3174. package/lib/divider/src/Divider.d.ts +86 -0
  3175. package/lib/divider/src/Divider.js +59 -0
  3176. package/lib/divider/src/styles/index.cssr.d.ts +2 -0
  3177. package/lib/divider/src/styles/index.cssr.js +63 -0
  3178. package/lib/divider/styles/dark.d.ts +3 -0
  3179. package/lib/divider/styles/dark.js +10 -0
  3180. package/lib/divider/styles/index.d.ts +3 -0
  3181. package/lib/divider/styles/index.js +10 -0
  3182. package/lib/divider/styles/light.d.ts +11 -0
  3183. package/lib/divider/styles/light.js +19 -0
  3184. package/lib/drawer/index.d.ts +5 -0
  3185. package/lib/drawer/index.js +12 -0
  3186. package/lib/drawer/src/Drawer.d.ts +687 -0
  3187. package/lib/drawer/src/Drawer.js +222 -0
  3188. package/lib/drawer/src/DrawerBodyWrapper.d.ts +266 -0
  3189. package/lib/drawer/src/DrawerBodyWrapper.js +256 -0
  3190. package/lib/drawer/src/DrawerContent.d.ts +214 -0
  3191. package/lib/drawer/src/DrawerContent.js +52 -0
  3192. package/lib/drawer/src/interface.d.ts +14 -0
  3193. package/lib/drawer/src/interface.js +6 -0
  3194. package/lib/drawer/src/styles/index.cssr.d.ts +2 -0
  3195. package/lib/drawer/src/styles/index.cssr.js +168 -0
  3196. package/lib/drawer/src/styles/rtl.cssr.d.ts +2 -0
  3197. package/lib/drawer/src/styles/rtl.cssr.js +13 -0
  3198. package/lib/drawer/styles/dark.d.ts +3 -0
  3199. package/lib/drawer/styles/dark.js +14 -0
  3200. package/lib/drawer/styles/index.d.ts +4 -0
  3201. package/lib/drawer/styles/index.js +12 -0
  3202. package/lib/drawer/styles/light.d.ts +55 -0
  3203. package/lib/drawer/styles/light.js +42 -0
  3204. package/lib/drawer/styles/rtl.d.ts +3 -0
  3205. package/lib/drawer/styles/rtl.js +14 -0
  3206. package/lib/dropdown/index.d.ts +3 -0
  3207. package/lib/dropdown/index.js +9 -0
  3208. package/lib/dropdown/src/Dropdown.d.ts +1251 -0
  3209. package/lib/dropdown/src/Dropdown.js +345 -0
  3210. package/lib/dropdown/src/DropdownDivider.d.ts +12 -0
  3211. package/lib/dropdown/src/DropdownDivider.js +15 -0
  3212. package/lib/dropdown/src/DropdownGroup.d.ts +32 -0
  3213. package/lib/dropdown/src/DropdownGroup.js +51 -0
  3214. package/lib/dropdown/src/DropdownGroupHeader.d.ts +27 -0
  3215. package/lib/dropdown/src/DropdownGroupHeader.js +57 -0
  3216. package/lib/dropdown/src/DropdownMenu.d.ts +47 -0
  3217. package/lib/dropdown/src/DropdownMenu.js +105 -0
  3218. package/lib/dropdown/src/DropdownOption.d.ts +74 -0
  3219. package/lib/dropdown/src/DropdownOption.js +247 -0
  3220. package/lib/dropdown/src/DropdownRenderOption.d.ts +14 -0
  3221. package/lib/dropdown/src/DropdownRenderOption.js +16 -0
  3222. package/lib/dropdown/src/context.d.ts +6 -0
  3223. package/lib/dropdown/src/context.js +7 -0
  3224. package/lib/dropdown/src/interface.d.ts +30 -0
  3225. package/lib/dropdown/src/interface.js +2 -0
  3226. package/lib/dropdown/src/styles/index.cssr.d.ts +2 -0
  3227. package/lib/dropdown/src/styles/index.cssr.js +150 -0
  3228. package/lib/dropdown/src/utils.d.ts +5 -0
  3229. package/lib/dropdown/src/utils.js +20 -0
  3230. package/lib/dropdown/styles/_common.d.ts +24 -0
  3231. package/lib/dropdown/styles/_common.js +25 -0
  3232. package/lib/dropdown/styles/dark.d.ts +3 -0
  3233. package/lib/dropdown/styles/dark.js +23 -0
  3234. package/lib/dropdown/styles/index.d.ts +3 -0
  3235. package/lib/dropdown/styles/index.js +10 -0
  3236. package/lib/dropdown/styles/light.d.ts +131 -0
  3237. package/lib/dropdown/styles/light.js +33 -0
  3238. package/lib/dynamic-input/index.d.ts +2 -0
  3239. package/lib/dynamic-input/index.js +9 -0
  3240. package/lib/dynamic-input/src/DynamicInput.d.ts +3061 -0
  3241. package/lib/dynamic-input/src/DynamicInput.js +308 -0
  3242. package/lib/dynamic-input/src/InputPreset.d.ts +453 -0
  3243. package/lib/dynamic-input/src/InputPreset.js +39 -0
  3244. package/lib/dynamic-input/src/PairPreset.d.ts +477 -0
  3245. package/lib/dynamic-input/src/PairPreset.js +55 -0
  3246. package/lib/dynamic-input/src/interface.d.ts +11 -0
  3247. package/lib/dynamic-input/src/interface.js +5 -0
  3248. package/lib/dynamic-input/src/styles/index.cssr.d.ts +2 -0
  3249. package/lib/dynamic-input/src/styles/index.cssr.js +40 -0
  3250. package/lib/dynamic-input/src/styles/rtl.cssr.d.ts +2 -0
  3251. package/lib/dynamic-input/src/styles/rtl.cssr.js +14 -0
  3252. package/lib/dynamic-input/styles/_common.d.ts +5 -0
  3253. package/lib/dynamic-input/styles/_common.js +6 -0
  3254. package/lib/dynamic-input/styles/dark.d.ts +3 -0
  3255. package/lib/dynamic-input/styles/dark.js +21 -0
  3256. package/lib/dynamic-input/styles/index.d.ts +4 -0
  3257. package/lib/dynamic-input/styles/index.js +12 -0
  3258. package/lib/dynamic-input/styles/light.d.ts +284 -0
  3259. package/lib/dynamic-input/styles/light.js +23 -0
  3260. package/lib/dynamic-input/styles/rtl.d.ts +2 -0
  3261. package/lib/dynamic-input/styles/rtl.js +17 -0
  3262. package/lib/dynamic-tags/index.d.ts +3 -0
  3263. package/lib/dynamic-tags/index.js +9 -0
  3264. package/lib/dynamic-tags/src/DynamicTags.d.ts +4115 -0
  3265. package/lib/dynamic-tags/src/DynamicTags.js +171 -0
  3266. package/lib/dynamic-tags/src/interface.d.ts +10 -0
  3267. package/lib/dynamic-tags/src/interface.js +2 -0
  3268. package/lib/dynamic-tags/src/styles/index.cssr.d.ts +2 -0
  3269. package/lib/dynamic-tags/src/styles/index.cssr.js +11 -0
  3270. package/lib/dynamic-tags/styles/dark.d.ts +3 -0
  3271. package/lib/dynamic-tags/styles/dark.js +23 -0
  3272. package/lib/dynamic-tags/styles/index.d.ts +3 -0
  3273. package/lib/dynamic-tags/styles/index.js +10 -0
  3274. package/lib/dynamic-tags/styles/light.d.ts +385 -0
  3275. package/lib/dynamic-tags/styles/light.js +24 -0
  3276. package/lib/element/index.d.ts +3 -0
  3277. package/lib/element/index.js +11 -0
  3278. package/lib/element/src/Element.d.ts +36 -0
  3279. package/lib/element/src/Element.js +46 -0
  3280. package/lib/element/styles/dark.d.ts +3 -0
  3281. package/lib/element/styles/dark.js +8 -0
  3282. package/lib/element/styles/index.d.ts +3 -0
  3283. package/lib/element/styles/index.js +10 -0
  3284. package/lib/element/styles/light.d.ts +4 -0
  3285. package/lib/element/styles/light.js +8 -0
  3286. package/lib/ellipsis/index.d.ts +3 -0
  3287. package/lib/ellipsis/index.js +11 -0
  3288. package/lib/ellipsis/src/Ellipsis.d.ts +526 -0
  3289. package/lib/ellipsis/src/Ellipsis.js +173 -0
  3290. package/lib/ellipsis/src/PerformantEllipsis.d.ts +224 -0
  3291. package/lib/ellipsis/src/PerformantEllipsis.js +81 -0
  3292. package/lib/ellipsis/src/styles/index.cssr.d.ts +2 -0
  3293. package/lib/ellipsis/src/styles/index.cssr.js +19 -0
  3294. package/lib/ellipsis/styles/dark.d.ts +3 -0
  3295. package/lib/ellipsis/styles/dark.js +12 -0
  3296. package/lib/ellipsis/styles/index.d.ts +3 -0
  3297. package/lib/ellipsis/styles/index.js +10 -0
  3298. package/lib/ellipsis/styles/light.d.ts +36 -0
  3299. package/lib/ellipsis/styles/light.js +13 -0
  3300. package/lib/empty/index.d.ts +2 -0
  3301. package/lib/empty/index.js +9 -0
  3302. package/lib/empty/src/Empty.d.ts +186 -0
  3303. package/lib/empty/src/Empty.js +81 -0
  3304. package/lib/empty/src/styles/index.cssr.d.ts +2 -0
  3305. package/lib/empty/src/styles/index.cssr.js +37 -0
  3306. package/lib/empty/styles/_common.d.ts +7 -0
  3307. package/lib/empty/styles/_common.js +8 -0
  3308. package/lib/empty/styles/dark.d.ts +3 -0
  3309. package/lib/empty/styles/dark.js +10 -0
  3310. package/lib/empty/styles/index.d.ts +3 -0
  3311. package/lib/empty/styles/index.js +10 -0
  3312. package/lib/empty/styles/light.d.ts +19 -0
  3313. package/lib/empty/styles/light.js +22 -0
  3314. package/lib/equation/index.d.ts +1 -0
  3315. package/lib/equation/index.js +6 -0
  3316. package/lib/equation/src/Equation.d.ts +18 -0
  3317. package/lib/equation/src/Equation.js +32 -0
  3318. package/lib/equation/styles/dark.d.ts +3 -0
  3319. package/lib/equation/styles/dark.js +10 -0
  3320. package/lib/equation/styles/index.d.ts +3 -0
  3321. package/lib/equation/styles/index.js +10 -0
  3322. package/lib/equation/styles/light.d.ts +6 -0
  3323. package/lib/equation/styles/light.js +12 -0
  3324. package/lib/form/index.d.ts +11 -0
  3325. package/lib/form/index.js +22 -0
  3326. package/lib/form/src/Form.d.ts +406 -0
  3327. package/lib/form/src/Form.js +120 -0
  3328. package/lib/form/src/FormItem.d.ts +436 -0
  3329. package/lib/form/src/FormItem.js +372 -0
  3330. package/lib/form/src/FormItemCol.d.ts +449 -0
  3331. package/lib/form/src/FormItemCol.js +64 -0
  3332. package/lib/form/src/FormItemGridItem.d.ts +449 -0
  3333. package/lib/form/src/FormItemGridItem.js +66 -0
  3334. package/lib/form/src/FormItemRow.d.ts +467 -0
  3335. package/lib/form/src/FormItemRow.js +63 -0
  3336. package/lib/form/src/context.d.ts +3 -0
  3337. package/lib/form/src/context.js +6 -0
  3338. package/lib/form/src/interface.d.ts +58 -0
  3339. package/lib/form/src/interface.js +2 -0
  3340. package/lib/form/src/styles/form-item.cssr.d.ts +2 -0
  3341. package/lib/form/src/styles/form-item.cssr.js +129 -0
  3342. package/lib/form/src/styles/form.cssr.d.ts +2 -0
  3343. package/lib/form/src/styles/form.cssr.js +17 -0
  3344. package/lib/form/src/utils.d.ts +22 -0
  3345. package/lib/form/src/utils.js +177 -0
  3346. package/lib/form/styles/_common.d.ts +24 -0
  3347. package/lib/form/styles/_common.js +25 -0
  3348. package/lib/form/styles/dark.d.ts +3 -0
  3349. package/lib/form/styles/dark.js +10 -0
  3350. package/lib/form/styles/index.d.ts +3 -0
  3351. package/lib/form/styles/index.js +10 -0
  3352. package/lib/form/styles/light.d.ts +38 -0
  3353. package/lib/form/styles/light.js +19 -0
  3354. package/lib/global-style/index.d.ts +1 -0
  3355. package/lib/global-style/index.js +8 -0
  3356. package/lib/global-style/src/GlobalStyle.d.ts +2 -0
  3357. package/lib/global-style/src/GlobalStyle.js +61 -0
  3358. package/lib/gradient-text/index.d.ts +2 -0
  3359. package/lib/gradient-text/index.js +9 -0
  3360. package/lib/gradient-text/src/GradientText.d.ts +180 -0
  3361. package/lib/gradient-text/src/GradientText.js +87 -0
  3362. package/lib/gradient-text/src/styles/index.cssr.d.ts +2 -0
  3363. package/lib/gradient-text/src/styles/index.cssr.js +24 -0
  3364. package/lib/gradient-text/styles/dark.d.ts +3 -0
  3365. package/lib/gradient-text/styles/dark.js +25 -0
  3366. package/lib/gradient-text/styles/index.d.ts +3 -0
  3367. package/lib/gradient-text/styles/index.js +10 -0
  3368. package/lib/gradient-text/styles/light.d.ts +20 -0
  3369. package/lib/gradient-text/styles/light.js +27 -0
  3370. package/lib/grid/index.d.ts +5 -0
  3371. package/lib/grid/index.js +15 -0
  3372. package/lib/grid/src/Grid.d.ts +108 -0
  3373. package/lib/grid/src/Grid.js +254 -0
  3374. package/lib/grid/src/GridItem.d.ts +74 -0
  3375. package/lib/grid/src/GridItem.js +77 -0
  3376. package/lib/grid/src/config.d.ts +3 -0
  3377. package/lib/grid/src/config.js +6 -0
  3378. package/lib/icon/index.d.ts +2 -0
  3379. package/lib/icon/index.js +6 -0
  3380. package/lib/icon/src/Icon.d.ts +106 -0
  3381. package/lib/icon/src/Icon.js +75 -0
  3382. package/lib/icon/src/styles/index.cssr.d.ts +2 -0
  3383. package/lib/icon/src/styles/index.cssr.js +31 -0
  3384. package/lib/icon/styles/dark.d.ts +3 -0
  3385. package/lib/icon/styles/dark.js +10 -0
  3386. package/lib/icon/styles/index.d.ts +3 -0
  3387. package/lib/icon/styles/index.js +10 -0
  3388. package/lib/icon/styles/light.d.ts +14 -0
  3389. package/lib/icon/styles/light.js +22 -0
  3390. package/lib/icon-wrapper/index.d.ts +2 -0
  3391. package/lib/icon-wrapper/index.js +6 -0
  3392. package/lib/icon-wrapper/src/IconWrapper.d.ts +76 -0
  3393. package/lib/icon-wrapper/src/IconWrapper.js +54 -0
  3394. package/lib/icon-wrapper/src/styles/index.cssr.d.ts +2 -0
  3395. package/lib/icon-wrapper/src/styles/index.cssr.js +21 -0
  3396. package/lib/icon-wrapper/styles/dark.d.ts +3 -0
  3397. package/lib/icon-wrapper/styles/dark.js +10 -0
  3398. package/lib/icon-wrapper/styles/index.d.ts +3 -0
  3399. package/lib/icon-wrapper/styles/index.js +10 -0
  3400. package/lib/icon-wrapper/styles/light.d.ts +10 -0
  3401. package/lib/icon-wrapper/styles/light.js +18 -0
  3402. package/lib/image/index.d.ts +4 -0
  3403. package/lib/image/index.js +12 -0
  3404. package/lib/image/src/Image.d.ts +461 -0
  3405. package/lib/image/src/Image.js +129 -0
  3406. package/lib/image/src/ImageGroup.d.ts +398 -0
  3407. package/lib/image/src/ImageGroup.js +74 -0
  3408. package/lib/image/src/ImagePreview.d.ts +308 -0
  3409. package/lib/image/src/ImagePreview.js +435 -0
  3410. package/lib/image/src/icons.d.ts +4 -0
  3411. package/lib/image/src/icons.js +12 -0
  3412. package/lib/image/src/interface.d.ts +137 -0
  3413. package/lib/image/src/interface.js +7 -0
  3414. package/lib/image/src/styles/index.cssr.d.ts +2 -0
  3415. package/lib/image/src/styles/index.cssr.js +73 -0
  3416. package/lib/image/src/utils.d.ts +11 -0
  3417. package/lib/image/src/utils.js +86 -0
  3418. package/lib/image/styles/dark.d.ts +2 -0
  3419. package/lib/image/styles/dark.js +21 -0
  3420. package/lib/image/styles/index.d.ts +3 -0
  3421. package/lib/image/styles/index.js +7 -0
  3422. package/lib/image/styles/light.d.ts +48 -0
  3423. package/lib/image/styles/light.js +22 -0
  3424. package/lib/index.d.ts +12 -0
  3425. package/lib/index.js +49 -0
  3426. package/lib/input/index.d.ts +7 -0
  3427. package/lib/input/index.js +15 -0
  3428. package/lib/input/src/Input.d.ts +1183 -0
  3429. package/lib/input/src/Input.js +978 -0
  3430. package/lib/input/src/InputGroup.d.ts +17 -0
  3431. package/lib/input/src/InputGroup.js +25 -0
  3432. package/lib/input/src/InputGroupLabel.d.ts +602 -0
  3433. package/lib/input/src/InputGroupLabel.js +59 -0
  3434. package/lib/input/src/WordCount.d.ts +2 -0
  3435. package/lib/input/src/WordCount.js +33 -0
  3436. package/lib/input/src/interface.d.ts +23 -0
  3437. package/lib/input/src/interface.js +5 -0
  3438. package/lib/input/src/styles/input-group-label.cssr.d.ts +2 -0
  3439. package/lib/input/src/styles/input-group-label.cssr.js +44 -0
  3440. package/lib/input/src/styles/input-group.cssr.d.ts +2 -0
  3441. package/lib/input/src/styles/input-group.cssr.js +62 -0
  3442. package/lib/input/src/styles/input.cssr.d.ts +3 -0
  3443. package/lib/input/src/styles/input.cssr.js +315 -0
  3444. package/lib/input/src/styles/rtl.cssr.d.ts +2 -0
  3445. package/lib/input/src/styles/rtl.cssr.js +21 -0
  3446. package/lib/input/src/utils.d.ts +8 -0
  3447. package/lib/input/src/utils.js +72 -0
  3448. package/lib/input/styles/_common.d.ts +8 -0
  3449. package/lib/input/styles/_common.js +9 -0
  3450. package/lib/input/styles/dark.d.ts +3 -0
  3451. package/lib/input/styles/dark.js +31 -0
  3452. package/lib/input/styles/index.d.ts +4 -0
  3453. package/lib/input/styles/index.js +12 -0
  3454. package/lib/input/styles/light.d.ts +67 -0
  3455. package/lib/input/styles/light.js +31 -0
  3456. package/lib/input/styles/rtl.d.ts +2 -0
  3457. package/lib/input/styles/rtl.js +11 -0
  3458. package/lib/input-number/index.d.ts +3 -0
  3459. package/lib/input-number/index.js +9 -0
  3460. package/lib/input-number/src/InputNumber.d.ts +3151 -0
  3461. package/lib/input-number/src/InputNumber.js +586 -0
  3462. package/lib/input-number/src/interface.d.ts +7 -0
  3463. package/lib/input-number/src/interface.js +2 -0
  3464. package/lib/input-number/src/styles/input-number.cssr.d.ts +2 -0
  3465. package/lib/input-number/src/styles/input-number.cssr.js +13 -0
  3466. package/lib/input-number/src/styles/rtl.cssr.d.ts +2 -0
  3467. package/lib/input-number/src/styles/rtl.cssr.js +9 -0
  3468. package/lib/input-number/src/utils.d.ts +5 -0
  3469. package/lib/input-number/src/utils.js +55 -0
  3470. package/lib/input-number/styles/dark.d.ts +3 -0
  3471. package/lib/input-number/styles/dark.js +20 -0
  3472. package/lib/input-number/styles/index.d.ts +4 -0
  3473. package/lib/input-number/styles/index.js +12 -0
  3474. package/lib/input-number/styles/light.d.ts +283 -0
  3475. package/lib/input-number/styles/light.js +22 -0
  3476. package/lib/input-number/styles/rtl.d.ts +2 -0
  3477. package/lib/input-number/styles/rtl.js +14 -0
  3478. package/lib/jest-setup.d.ts +1 -0
  3479. package/lib/jest-setup.js +7 -0
  3480. package/lib/layout/index.d.ts +10 -0
  3481. package/lib/layout/index.js +21 -0
  3482. package/lib/layout/src/Layout.d.ts +881 -0
  3483. package/lib/layout/src/Layout.js +124 -0
  3484. package/lib/layout/src/LayoutContent.d.ts +417 -0
  3485. package/lib/layout/src/LayoutContent.js +4 -0
  3486. package/lib/layout/src/LayoutFooter.d.ts +305 -0
  3487. package/lib/layout/src/LayoutFooter.js +58 -0
  3488. package/lib/layout/src/LayoutHeader.d.ts +224 -0
  3489. package/lib/layout/src/LayoutHeader.js +65 -0
  3490. package/lib/layout/src/LayoutSider.d.ts +544 -0
  3491. package/lib/layout/src/LayoutSider.js +250 -0
  3492. package/lib/layout/src/ToggleBar.d.ts +15 -0
  3493. package/lib/layout/src/ToggleBar.js +18 -0
  3494. package/lib/layout/src/ToggleButton.d.ts +15 -0
  3495. package/lib/layout/src/ToggleButton.js +22 -0
  3496. package/lib/layout/src/interface.d.ts +13 -0
  3497. package/lib/layout/src/interface.js +9 -0
  3498. package/lib/layout/src/styles/layout-footer.cssr.d.ts +2 -0
  3499. package/lib/layout/src/styles/layout-footer.cssr.js +28 -0
  3500. package/lib/layout/src/styles/layout-header.cssr.d.ts +2 -0
  3501. package/lib/layout/src/styles/layout-header.cssr.js +29 -0
  3502. package/lib/layout/src/styles/layout-sider.cssr.d.ts +2 -0
  3503. package/lib/layout/src/styles/layout-sider.cssr.js +145 -0
  3504. package/lib/layout/src/styles/layout.cssr.d.ts +2 -0
  3505. package/lib/layout/src/styles/layout.cssr.js +33 -0
  3506. package/lib/layout/styles/dark.d.ts +3 -0
  3507. package/lib/layout/styles/dark.js +41 -0
  3508. package/lib/layout/styles/index.d.ts +3 -0
  3509. package/lib/layout/styles/index.js +10 -0
  3510. package/lib/layout/styles/light.d.ts +59 -0
  3511. package/lib/layout/styles/light.js +46 -0
  3512. package/lib/legacy-grid/index.d.ts +4 -0
  3513. package/lib/legacy-grid/index.js +12 -0
  3514. package/lib/legacy-grid/src/Col.d.ts +69 -0
  3515. package/lib/legacy-grid/src/Col.js +56 -0
  3516. package/lib/legacy-grid/src/Row.d.ts +42 -0
  3517. package/lib/legacy-grid/src/Row.js +69 -0
  3518. package/lib/legacy-grid/src/interface.d.ts +1 -0
  3519. package/lib/legacy-grid/src/interface.js +2 -0
  3520. package/lib/legacy-grid/src/styles/index.cssr.d.ts +2 -0
  3521. package/lib/legacy-grid/src/styles/index.cssr.js +37 -0
  3522. package/lib/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
  3523. package/lib/legacy-grid/src/styles/rtl.cssr.js +26 -0
  3524. package/lib/legacy-grid/styles/dark.d.ts +4 -0
  3525. package/lib/legacy-grid/styles/dark.js +8 -0
  3526. package/lib/legacy-grid/styles/index.d.ts +4 -0
  3527. package/lib/legacy-grid/styles/index.js +12 -0
  3528. package/lib/legacy-grid/styles/light.d.ts +4 -0
  3529. package/lib/legacy-grid/styles/light.js +8 -0
  3530. package/lib/legacy-grid/styles/rtl.d.ts +2 -0
  3531. package/lib/legacy-grid/styles/rtl.js +11 -0
  3532. package/lib/legacy-transfer/index.d.ts +3 -0
  3533. package/lib/legacy-transfer/index.js +9 -0
  3534. package/lib/legacy-transfer/src/Transfer.d.ts +3796 -0
  3535. package/lib/legacy-transfer/src/Transfer.js +220 -0
  3536. package/lib/legacy-transfer/src/TransferFilter.d.ts +540 -0
  3537. package/lib/legacy-transfer/src/TransferFilter.js +42 -0
  3538. package/lib/legacy-transfer/src/TransferHeader.d.ts +25 -0
  3539. package/lib/legacy-transfer/src/TransferHeader.js +49 -0
  3540. package/lib/legacy-transfer/src/TransferList.d.ts +587 -0
  3541. package/lib/legacy-transfer/src/TransferList.js +98 -0
  3542. package/lib/legacy-transfer/src/TransferListItem.d.ts +544 -0
  3543. package/lib/legacy-transfer/src/TransferListItem.js +67 -0
  3544. package/lib/legacy-transfer/src/interface.d.ts +31 -0
  3545. package/lib/legacy-transfer/src/interface.js +5 -0
  3546. package/lib/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
  3547. package/lib/legacy-transfer/src/styles/index.cssr.js +220 -0
  3548. package/lib/legacy-transfer/src/use-transfer-data.d.ts +41 -0
  3549. package/lib/legacy-transfer/src/use-transfer-data.js +149 -0
  3550. package/lib/legacy-transfer/styles/_common.d.ts +5 -0
  3551. package/lib/legacy-transfer/styles/_common.js +6 -0
  3552. package/lib/legacy-transfer/styles/dark.d.ts +3 -0
  3553. package/lib/legacy-transfer/styles/dark.js +32 -0
  3554. package/lib/legacy-transfer/styles/index.d.ts +3 -0
  3555. package/lib/legacy-transfer/styles/index.js +10 -0
  3556. package/lib/legacy-transfer/styles/light.d.ts +378 -0
  3557. package/lib/legacy-transfer/styles/light.js +36 -0
  3558. package/lib/list/index.d.ts +3 -0
  3559. package/lib/list/index.js +11 -0
  3560. package/lib/list/src/List.d.ts +199 -0
  3561. package/lib/list/src/List.js +77 -0
  3562. package/lib/list/src/ListItem.d.ts +5 -0
  3563. package/lib/list/src/ListItem.js +26 -0
  3564. package/lib/list/src/styles/index.cssr.d.ts +2 -0
  3565. package/lib/list/src/styles/index.cssr.js +93 -0
  3566. package/lib/list/src/styles/rtl.cssr.d.ts +2 -0
  3567. package/lib/list/src/styles/rtl.cssr.js +16 -0
  3568. package/lib/list/styles/dark.d.ts +3 -0
  3569. package/lib/list/styles/dark.js +10 -0
  3570. package/lib/list/styles/index.d.ts +4 -0
  3571. package/lib/list/styles/index.js +12 -0
  3572. package/lib/list/styles/light.d.ts +20 -0
  3573. package/lib/list/styles/light.js +29 -0
  3574. package/lib/list/styles/rtl.d.ts +2 -0
  3575. package/lib/list/styles/rtl.js +11 -0
  3576. package/lib/loading-bar/index.d.ts +3 -0
  3577. package/lib/loading-bar/index.js +11 -0
  3578. package/lib/loading-bar/src/LoadingBar.d.ts +28 -0
  3579. package/lib/loading-bar/src/LoadingBar.js +181 -0
  3580. package/lib/loading-bar/src/LoadingBarProvider.d.ts +103 -0
  3581. package/lib/loading-bar/src/LoadingBarProvider.js +79 -0
  3582. package/lib/loading-bar/src/context.d.ts +7 -0
  3583. package/lib/loading-bar/src/context.js +6 -0
  3584. package/lib/loading-bar/src/styles/index.cssr.d.ts +2 -0
  3585. package/lib/loading-bar/src/styles/index.cssr.js +40 -0
  3586. package/lib/loading-bar/src/use-loading-bar.d.ts +2 -0
  3587. package/lib/loading-bar/src/use-loading-bar.js +14 -0
  3588. package/lib/loading-bar/styles/dark.d.ts +3 -0
  3589. package/lib/loading-bar/styles/dark.js +16 -0
  3590. package/lib/loading-bar/styles/index.d.ts +3 -0
  3591. package/lib/loading-bar/styles/index.js +10 -0
  3592. package/lib/loading-bar/styles/light.d.ts +11 -0
  3593. package/lib/loading-bar/styles/light.js +17 -0
  3594. package/lib/locales/common/arDZ.d.ts +3 -0
  3595. package/lib/locales/common/arDZ.js +123 -0
  3596. package/lib/locales/common/deDE.d.ts +3 -0
  3597. package/lib/locales/common/deDE.js +123 -0
  3598. package/lib/locales/common/enGB.d.ts +3 -0
  3599. package/lib/locales/common/enGB.js +124 -0
  3600. package/lib/locales/common/enUS.d.ts +122 -0
  3601. package/lib/locales/common/enUS.js +124 -0
  3602. package/lib/locales/common/eo.d.ts +3 -0
  3603. package/lib/locales/common/eo.js +125 -0
  3604. package/lib/locales/common/esAR.d.ts +3 -0
  3605. package/lib/locales/common/esAR.js +127 -0
  3606. package/lib/locales/common/faIR.d.ts +3 -0
  3607. package/lib/locales/common/faIR.js +123 -0
  3608. package/lib/locales/common/frFR.d.ts +3 -0
  3609. package/lib/locales/common/frFR.js +123 -0
  3610. package/lib/locales/common/idID.d.ts +3 -0
  3611. package/lib/locales/common/idID.js +127 -0
  3612. package/lib/locales/common/itIT.d.ts +3 -0
  3613. package/lib/locales/common/itIT.js +126 -0
  3614. package/lib/locales/common/jaJP.d.ts +3 -0
  3615. package/lib/locales/common/jaJP.js +126 -0
  3616. package/lib/locales/common/koKR.d.ts +3 -0
  3617. package/lib/locales/common/koKR.js +126 -0
  3618. package/lib/locales/common/nbNO.d.ts +3 -0
  3619. package/lib/locales/common/nbNO.js +127 -0
  3620. package/lib/locales/common/nlNL.d.ts +3 -0
  3621. package/lib/locales/common/nlNL.js +125 -0
  3622. package/lib/locales/common/plPL.d.ts +3 -0
  3623. package/lib/locales/common/plPL.js +126 -0
  3624. package/lib/locales/common/ptBR.d.ts +3 -0
  3625. package/lib/locales/common/ptBR.js +123 -0
  3626. package/lib/locales/common/ruRU.d.ts +3 -0
  3627. package/lib/locales/common/ruRU.js +128 -0
  3628. package/lib/locales/common/skSK.d.ts +3 -0
  3629. package/lib/locales/common/skSK.js +127 -0
  3630. package/lib/locales/common/svSE.d.ts +3 -0
  3631. package/lib/locales/common/svSE.js +123 -0
  3632. package/lib/locales/common/thTH.d.ts +3 -0
  3633. package/lib/locales/common/thTH.js +127 -0
  3634. package/lib/locales/common/trTR.d.ts +3 -0
  3635. package/lib/locales/common/trTR.js +124 -0
  3636. package/lib/locales/common/ukUA.d.ts +3 -0
  3637. package/lib/locales/common/ukUA.js +124 -0
  3638. package/lib/locales/common/viVN.d.ts +3 -0
  3639. package/lib/locales/common/viVN.js +123 -0
  3640. package/lib/locales/common/zhCN.d.ts +3 -0
  3641. package/lib/locales/common/zhCN.js +123 -0
  3642. package/lib/locales/common/zhTW.d.ts +3 -0
  3643. package/lib/locales/common/zhTW.js +123 -0
  3644. package/lib/locales/date/arDZ.d.ts +3 -0
  3645. package/lib/locales/date/arDZ.js +11 -0
  3646. package/lib/locales/date/deDE.d.ts +3 -0
  3647. package/lib/locales/date/deDE.js +11 -0
  3648. package/lib/locales/date/enGB.d.ts +3 -0
  3649. package/lib/locales/date/enGB.js +11 -0
  3650. package/lib/locales/date/enUS.d.ts +8 -0
  3651. package/lib/locales/date/enUS.js +11 -0
  3652. package/lib/locales/date/eo.d.ts +3 -0
  3653. package/lib/locales/date/eo.js +11 -0
  3654. package/lib/locales/date/esAR.d.ts +3 -0
  3655. package/lib/locales/date/esAR.js +11 -0
  3656. package/lib/locales/date/faIR.d.ts +3 -0
  3657. package/lib/locales/date/faIR.js +11 -0
  3658. package/lib/locales/date/frFR.d.ts +3 -0
  3659. package/lib/locales/date/frFR.js +11 -0
  3660. package/lib/locales/date/idID.d.ts +3 -0
  3661. package/lib/locales/date/idID.js +11 -0
  3662. package/lib/locales/date/itIT.d.ts +3 -0
  3663. package/lib/locales/date/itIT.js +11 -0
  3664. package/lib/locales/date/jaJP.d.ts +3 -0
  3665. package/lib/locales/date/jaJP.js +11 -0
  3666. package/lib/locales/date/koKR.d.ts +3 -0
  3667. package/lib/locales/date/koKR.js +11 -0
  3668. package/lib/locales/date/nbNO.d.ts +3 -0
  3669. package/lib/locales/date/nbNO.js +11 -0
  3670. package/lib/locales/date/nlNL.d.ts +3 -0
  3671. package/lib/locales/date/nlNL.js +11 -0
  3672. package/lib/locales/date/plPL.d.ts +3 -0
  3673. package/lib/locales/date/plPL.js +11 -0
  3674. package/lib/locales/date/ptBR.d.ts +3 -0
  3675. package/lib/locales/date/ptBR.js +11 -0
  3676. package/lib/locales/date/ruRU.d.ts +3 -0
  3677. package/lib/locales/date/ruRU.js +11 -0
  3678. package/lib/locales/date/skSK.d.ts +3 -0
  3679. package/lib/locales/date/skSK.js +11 -0
  3680. package/lib/locales/date/svSE.d.ts +3 -0
  3681. package/lib/locales/date/svSE.js +11 -0
  3682. package/lib/locales/date/thTH.d.ts +3 -0
  3683. package/lib/locales/date/thTH.js +11 -0
  3684. package/lib/locales/date/trTR.d.ts +3 -0
  3685. package/lib/locales/date/trTR.js +11 -0
  3686. package/lib/locales/date/ukUA.d.ts +3 -0
  3687. package/lib/locales/date/ukUA.js +11 -0
  3688. package/lib/locales/date/viVN.d.ts +3 -0
  3689. package/lib/locales/date/viVN.js +11 -0
  3690. package/lib/locales/date/zhCN.d.ts +3 -0
  3691. package/lib/locales/date/zhCN.js +11 -0
  3692. package/lib/locales/date/zhTW.d.ts +3 -0
  3693. package/lib/locales/date/zhTW.js +11 -0
  3694. package/lib/locales/index.d.ts +54 -0
  3695. package/lib/locales/index.js +109 -0
  3696. package/lib/locales/utils/index.d.ts +8 -0
  3697. package/lib/locales/utils/index.js +8 -0
  3698. package/lib/log/index.d.ts +2 -0
  3699. package/lib/log/index.js +9 -0
  3700. package/lib/log/src/Log.d.ts +574 -0
  3701. package/lib/log/src/Log.js +201 -0
  3702. package/lib/log/src/LogLine.d.ts +18 -0
  3703. package/lib/log/src/LogLine.js +54 -0
  3704. package/lib/log/src/LogLoader.d.ts +16 -0
  3705. package/lib/log/src/LogLoader.js +25 -0
  3706. package/lib/log/src/context.d.ts +2 -0
  3707. package/lib/log/src/context.js +5 -0
  3708. package/lib/log/src/styles/index.cssr.d.ts +2 -0
  3709. package/lib/log/src/styles/index.cssr.js +58 -0
  3710. package/lib/log/styles/dark.d.ts +3 -0
  3711. package/lib/log/styles/dark.js +24 -0
  3712. package/lib/log/styles/index.d.ts +3 -0
  3713. package/lib/log/styles/index.js +10 -0
  3714. package/lib/log/styles/light.d.ts +38 -0
  3715. package/lib/log/styles/light.js +26 -0
  3716. package/lib/mention/index.d.ts +3 -0
  3717. package/lib/mention/index.js +9 -0
  3718. package/lib/mention/src/Mention.d.ts +1585 -0
  3719. package/lib/mention/src/Mention.js +367 -0
  3720. package/lib/mention/src/interface.d.ts +6 -0
  3721. package/lib/mention/src/interface.js +2 -0
  3722. package/lib/mention/src/styles/index.cssr.d.ts +2 -0
  3723. package/lib/mention/src/styles/index.cssr.js +13 -0
  3724. package/lib/mention/src/utils.d.ts +65 -0
  3725. package/lib/mention/src/utils.js +210 -0
  3726. package/lib/mention/styles/dark.d.ts +3 -0
  3727. package/lib/mention/styles/dark.js +20 -0
  3728. package/lib/mention/styles/index.d.ts +3 -0
  3729. package/lib/mention/styles/index.js +10 -0
  3730. package/lib/mention/styles/light.d.ts +126 -0
  3731. package/lib/mention/styles/light.js +22 -0
  3732. package/lib/menu/index.d.ts +3 -0
  3733. package/lib/menu/index.js +9 -0
  3734. package/lib/menu/src/Menu.d.ts +2312 -0
  3735. package/lib/menu/src/Menu.js +386 -0
  3736. package/lib/menu/src/MenuDivider.d.ts +2 -0
  3737. package/lib/menu/src/MenuDivider.js +13 -0
  3738. package/lib/menu/src/MenuOption.d.ts +427 -0
  3739. package/lib/menu/src/MenuOption.js +75 -0
  3740. package/lib/menu/src/MenuOptionContent.d.ts +86 -0
  3741. package/lib/menu/src/MenuOptionContent.js +89 -0
  3742. package/lib/menu/src/MenuOptionGroup.d.ts +70 -0
  3743. package/lib/menu/src/MenuOptionGroup.js +46 -0
  3744. package/lib/menu/src/Submenu.d.ts +469 -0
  3745. package/lib/menu/src/Submenu.js +129 -0
  3746. package/lib/menu/src/context.d.ts +4 -0
  3747. package/lib/menu/src/context.js +7 -0
  3748. package/lib/menu/src/interface.d.ts +58 -0
  3749. package/lib/menu/src/interface.js +2 -0
  3750. package/lib/menu/src/styles/index.cssr.d.ts +3 -0
  3751. package/lib/menu/src/styles/index.cssr.js +233 -0
  3752. package/lib/menu/src/use-menu-child-props.d.ts +17 -0
  3753. package/lib/menu/src/use-menu-child-props.js +17 -0
  3754. package/lib/menu/src/use-menu-child.d.ts +38 -0
  3755. package/lib/menu/src/use-menu-child.js +84 -0
  3756. package/lib/menu/src/useCheckDeprecated.d.ts +2 -0
  3757. package/lib/menu/src/useCheckDeprecated.js +28 -0
  3758. package/lib/menu/src/utils.d.ts +7 -0
  3759. package/lib/menu/src/utils.js +60 -0
  3760. package/lib/menu/styles/dark.d.ts +3 -0
  3761. package/lib/menu/styles/dark.js +29 -0
  3762. package/lib/menu/styles/index.d.ts +3 -0
  3763. package/lib/menu/styles/index.js +10 -0
  3764. package/lib/menu/styles/light.d.ts +308 -0
  3765. package/lib/menu/styles/light.js +65 -0
  3766. package/lib/message/index.d.ts +4 -0
  3767. package/lib/message/index.js +11 -0
  3768. package/lib/message/src/Message.d.ts +79 -0
  3769. package/lib/message/src/Message.js +117 -0
  3770. package/lib/message/src/MessageEnvironment.d.ts +75 -0
  3771. package/lib/message/src/MessageEnvironment.js +96 -0
  3772. package/lib/message/src/MessageProvider.d.ts +727 -0
  3773. package/lib/message/src/MessageProvider.js +106 -0
  3774. package/lib/message/src/context.d.ts +7 -0
  3775. package/lib/message/src/context.js +6 -0
  3776. package/lib/message/src/message-props.d.ts +22 -0
  3777. package/lib/message/src/message-props.js +20 -0
  3778. package/lib/message/src/styles/index.cssr.d.ts +2 -0
  3779. package/lib/message/src/styles/index.cssr.js +138 -0
  3780. package/lib/message/src/styles/rtl.cssr.d.ts +2 -0
  3781. package/lib/message/src/styles/rtl.cssr.js +13 -0
  3782. package/lib/message/src/types.d.ts +17 -0
  3783. package/lib/message/src/types.js +2 -0
  3784. package/lib/message/src/use-message.d.ts +2 -0
  3785. package/lib/message/src/use-message.js +14 -0
  3786. package/lib/message/styles/_common.d.ts +13 -0
  3787. package/lib/message/styles/_common.js +14 -0
  3788. package/lib/message/styles/dark.d.ts +3 -0
  3789. package/lib/message/styles/dark.js +10 -0
  3790. package/lib/message/styles/index.d.ts +4 -0
  3791. package/lib/message/styles/index.js +12 -0
  3792. package/lib/message/styles/light.d.ts +76 -0
  3793. package/lib/message/styles/light.js +24 -0
  3794. package/lib/message/styles/rtl.d.ts +2 -0
  3795. package/lib/message/styles/rtl.js +11 -0
  3796. package/lib/modal/index.d.ts +2 -0
  3797. package/lib/modal/index.js +9 -0
  3798. package/lib/modal/src/BodyWrapper.d.ts +856 -0
  3799. package/lib/modal/src/BodyWrapper.js +215 -0
  3800. package/lib/modal/src/Modal.d.ts +2963 -0
  3801. package/lib/modal/src/Modal.js +251 -0
  3802. package/lib/modal/src/interface.d.ts +17 -0
  3803. package/lib/modal/src/interface.js +6 -0
  3804. package/lib/modal/src/presetProps.d.ts +49 -0
  3805. package/lib/modal/src/presetProps.js +10 -0
  3806. package/lib/modal/src/styles/index.cssr.d.ts +2 -0
  3807. package/lib/modal/src/styles/index.cssr.js +53 -0
  3808. package/lib/modal/styles/dark.d.ts +3 -0
  3809. package/lib/modal/styles/dark.js +18 -0
  3810. package/lib/modal/styles/index.d.ts +3 -0
  3811. package/lib/modal/styles/index.js +10 -0
  3812. package/lib/modal/styles/light.d.ts +300 -0
  3813. package/lib/modal/styles/light.js +28 -0
  3814. package/lib/notification/index.d.ts +4 -0
  3815. package/lib/notification/index.js +11 -0
  3816. package/lib/notification/src/Notification.d.ts +114 -0
  3817. package/lib/notification/src/Notification.js +130 -0
  3818. package/lib/notification/src/NotificationContainer.d.ts +192 -0
  3819. package/lib/notification/src/NotificationContainer.js +47 -0
  3820. package/lib/notification/src/NotificationEnvironment.d.ts +119 -0
  3821. package/lib/notification/src/NotificationEnvironment.js +146 -0
  3822. package/lib/notification/src/NotificationProvider.d.ts +446 -0
  3823. package/lib/notification/src/NotificationProvider.js +133 -0
  3824. package/lib/notification/src/context.d.ts +2 -0
  3825. package/lib/notification/src/context.js +5 -0
  3826. package/lib/notification/src/styles/index.cssr.d.ts +3 -0
  3827. package/lib/notification/src/styles/index.cssr.js +233 -0
  3828. package/lib/notification/src/styles/rtl.cssr.d.ts +2 -0
  3829. package/lib/notification/src/styles/rtl.cssr.js +27 -0
  3830. package/lib/notification/src/use-notification.d.ts +2 -0
  3831. package/lib/notification/src/use-notification.js +14 -0
  3832. package/lib/notification/styles/_common.d.ts +11 -0
  3833. package/lib/notification/styles/_common.js +12 -0
  3834. package/lib/notification/styles/dark.d.ts +3 -0
  3835. package/lib/notification/styles/dark.js +14 -0
  3836. package/lib/notification/styles/index.d.ts +4 -0
  3837. package/lib/notification/styles/index.js +12 -0
  3838. package/lib/notification/styles/light.d.ts +71 -0
  3839. package/lib/notification/styles/light.js +29 -0
  3840. package/lib/notification/styles/rtl.d.ts +2 -0
  3841. package/lib/notification/styles/rtl.js +11 -0
  3842. package/lib/number-animation/index.d.ts +3 -0
  3843. package/lib/number-animation/index.js +9 -0
  3844. package/lib/number-animation/src/NumberAnimation.d.ts +95 -0
  3845. package/lib/number-animation/src/NumberAnimation.js +102 -0
  3846. package/lib/number-animation/src/utils.d.ts +8 -0
  3847. package/lib/number-animation/src/utils.js +21 -0
  3848. package/lib/page-header/index.d.ts +2 -0
  3849. package/lib/page-header/index.js +9 -0
  3850. package/lib/page-header/src/PageHeader.d.ts +137 -0
  3851. package/lib/page-header/src/PageHeader.js +76 -0
  3852. package/lib/page-header/src/styles/index.cssr.d.ts +2 -0
  3853. package/lib/page-header/src/styles/index.cssr.js +54 -0
  3854. package/lib/page-header/src/styles/rtl.cssr.d.ts +2 -0
  3855. package/lib/page-header/src/styles/rtl.cssr.js +24 -0
  3856. package/lib/page-header/styles/_common.d.ts +5 -0
  3857. package/lib/page-header/styles/_common.js +6 -0
  3858. package/lib/page-header/styles/dark.d.ts +2 -0
  3859. package/lib/page-header/styles/dark.js +10 -0
  3860. package/lib/page-header/styles/index.d.ts +4 -0
  3861. package/lib/page-header/styles/index.js +12 -0
  3862. package/lib/page-header/styles/light.d.ts +25 -0
  3863. package/lib/page-header/styles/light.js +19 -0
  3864. package/lib/page-header/styles/rtl.d.ts +5 -0
  3865. package/lib/page-header/styles/rtl.js +10 -0
  3866. package/lib/pagination/index.d.ts +3 -0
  3867. package/lib/pagination/index.js +9 -0
  3868. package/lib/pagination/src/Pagination.d.ts +3948 -0
  3869. package/lib/pagination/src/Pagination.js +592 -0
  3870. package/lib/pagination/src/interface.d.ts +26 -0
  3871. package/lib/pagination/src/interface.js +2 -0
  3872. package/lib/pagination/src/styles/index.cssr.d.ts +2 -0
  3873. package/lib/pagination/src/styles/index.cssr.js +161 -0
  3874. package/lib/pagination/src/styles/rtl.cssr.d.ts +2 -0
  3875. package/lib/pagination/src/styles/rtl.cssr.js +13 -0
  3876. package/lib/pagination/src/utils.d.ts +23 -0
  3877. package/lib/pagination/src/utils.js +148 -0
  3878. package/lib/pagination/styles/_common.d.ts +36 -0
  3879. package/lib/pagination/styles/_common.js +37 -0
  3880. package/lib/pagination/styles/dark.d.ts +3 -0
  3881. package/lib/pagination/styles/dark.js +28 -0
  3882. package/lib/pagination/styles/index.d.ts +4 -0
  3883. package/lib/pagination/styles/index.js +12 -0
  3884. package/lib/pagination/styles/light.d.ts +411 -0
  3885. package/lib/pagination/styles/light.js +32 -0
  3886. package/lib/pagination/styles/rtl.d.ts +2 -0
  3887. package/lib/pagination/styles/rtl.js +13 -0
  3888. package/lib/popconfirm/index.d.ts +3 -0
  3889. package/lib/popconfirm/index.js +9 -0
  3890. package/lib/popconfirm/src/Popconfirm.d.ts +2776 -0
  3891. package/lib/popconfirm/src/Popconfirm.js +118 -0
  3892. package/lib/popconfirm/src/PopconfirmPanel.d.ts +73 -0
  3893. package/lib/popconfirm/src/PopconfirmPanel.js +78 -0
  3894. package/lib/popconfirm/src/interface.d.ts +12 -0
  3895. package/lib/popconfirm/src/interface.js +5 -0
  3896. package/lib/popconfirm/src/styles/index.cssr.d.ts +2 -0
  3897. package/lib/popconfirm/src/styles/index.cssr.js +27 -0
  3898. package/lib/popconfirm/styles/_common.d.ts +4 -0
  3899. package/lib/popconfirm/styles/_common.js +5 -0
  3900. package/lib/popconfirm/styles/dark.d.ts +3 -0
  3901. package/lib/popconfirm/styles/dark.js +16 -0
  3902. package/lib/popconfirm/styles/index.d.ts +3 -0
  3903. package/lib/popconfirm/styles/index.js +10 -0
  3904. package/lib/popconfirm/styles/light.d.ts +240 -0
  3905. package/lib/popconfirm/styles/light.js +26 -0
  3906. package/lib/popover/index.d.ts +4 -0
  3907. package/lib/popover/index.js +9 -0
  3908. package/lib/popover/src/Popover.d.ts +548 -0
  3909. package/lib/popover/src/Popover.js +502 -0
  3910. package/lib/popover/src/PopoverBody.d.ts +257 -0
  3911. package/lib/popover/src/PopoverBody.js +278 -0
  3912. package/lib/popover/src/interface.d.ts +12 -0
  3913. package/lib/popover/src/interface.js +5 -0
  3914. package/lib/popover/src/styles/index.cssr.d.ts +3 -0
  3915. package/lib/popover/src/styles/index.cssr.js +171 -0
  3916. package/lib/popover/styles/_common.d.ts +9 -0
  3917. package/lib/popover/styles/_common.js +10 -0
  3918. package/lib/popover/styles/dark.d.ts +3 -0
  3919. package/lib/popover/styles/dark.js +10 -0
  3920. package/lib/popover/styles/index.d.ts +3 -0
  3921. package/lib/popover/styles/index.js +10 -0
  3922. package/lib/popover/styles/light.d.ts +20 -0
  3923. package/lib/popover/styles/light.js +20 -0
  3924. package/lib/popselect/index.d.ts +3 -0
  3925. package/lib/popselect/index.js +9 -0
  3926. package/lib/popselect/src/Popselect.d.ts +1226 -0
  3927. package/lib/popselect/src/Popselect.js +95 -0
  3928. package/lib/popselect/src/PopselectPanel.d.ts +337 -0
  3929. package/lib/popselect/src/PopselectPanel.js +169 -0
  3930. package/lib/popselect/src/interface.d.ts +14 -0
  3931. package/lib/popselect/src/interface.js +5 -0
  3932. package/lib/popselect/src/styles/index.cssr.d.ts +2 -0
  3933. package/lib/popselect/src/styles/index.cssr.js +10 -0
  3934. package/lib/popselect/styles/dark.d.ts +3 -0
  3935. package/lib/popselect/styles/dark.js +14 -0
  3936. package/lib/popselect/styles/index.d.ts +3 -0
  3937. package/lib/popselect/styles/index.js +10 -0
  3938. package/lib/popselect/styles/light.d.ts +80 -0
  3939. package/lib/popselect/styles/light.js +24 -0
  3940. package/lib/preset.d.ts +3 -0
  3941. package/lib/preset.js +36 -0
  3942. package/lib/progress/index.d.ts +2 -0
  3943. package/lib/progress/index.js +9 -0
  3944. package/lib/progress/src/Circle.d.ts +92 -0
  3945. package/lib/progress/src/Circle.js +113 -0
  3946. package/lib/progress/src/Line.d.ts +79 -0
  3947. package/lib/progress/src/Line.js +118 -0
  3948. package/lib/progress/src/MultipleCircle.d.ts +82 -0
  3949. package/lib/progress/src/MultipleCircle.js +88 -0
  3950. package/lib/progress/src/Progress.d.ts +394 -0
  3951. package/lib/progress/src/Progress.js +106 -0
  3952. package/lib/progress/src/interface.d.ts +1 -0
  3953. package/lib/progress/src/interface.js +2 -0
  3954. package/lib/progress/src/styles/index.cssr.d.ts +2 -0
  3955. package/lib/progress/src/styles/index.cssr.js +201 -0
  3956. package/lib/progress/styles/dark.d.ts +3 -0
  3957. package/lib/progress/styles/dark.js +16 -0
  3958. package/lib/progress/styles/index.d.ts +3 -0
  3959. package/lib/progress/styles/index.js +10 -0
  3960. package/lib/progress/styles/light.d.ts +29 -0
  3961. package/lib/progress/styles/light.js +37 -0
  3962. package/lib/radio/index.d.ts +6 -0
  3963. package/lib/radio/index.js +15 -0
  3964. package/lib/radio/src/Radio.d.ts +526 -0
  3965. package/lib/radio/src/Radio.js +98 -0
  3966. package/lib/radio/src/RadioButton.d.ts +81 -0
  3967. package/lib/radio/src/RadioButton.js +28 -0
  3968. package/lib/radio/src/RadioGroup.d.ts +473 -0
  3969. package/lib/radio/src/RadioGroup.js +174 -0
  3970. package/lib/radio/src/interface.d.ts +2 -0
  3971. package/lib/radio/src/interface.js +2 -0
  3972. package/lib/radio/src/styles/radio-group.cssr.d.ts +2 -0
  3973. package/lib/radio/src/styles/radio-group.cssr.js +108 -0
  3974. package/lib/radio/src/styles/radio.cssr.d.ts +2 -0
  3975. package/lib/radio/src/styles/radio.cssr.js +149 -0
  3976. package/lib/radio/src/styles/rtl.cssr.d.ts +2 -0
  3977. package/lib/radio/src/styles/rtl.cssr.js +25 -0
  3978. package/lib/radio/src/use-radio.d.ts +53 -0
  3979. package/lib/radio/src/use-radio.js +139 -0
  3980. package/lib/radio/styles/_common.d.ts +8 -0
  3981. package/lib/radio/styles/_common.js +9 -0
  3982. package/lib/radio/styles/dark.d.ts +3 -0
  3983. package/lib/radio/styles/dark.js +19 -0
  3984. package/lib/radio/styles/index.d.ts +4 -0
  3985. package/lib/radio/styles/index.js +12 -0
  3986. package/lib/radio/styles/light.d.ts +50 -0
  3987. package/lib/radio/styles/light.js +20 -0
  3988. package/lib/radio/styles/rtl.d.ts +2 -0
  3989. package/lib/radio/styles/rtl.js +11 -0
  3990. package/lib/rate/index.d.ts +2 -0
  3991. package/lib/rate/index.js +9 -0
  3992. package/lib/rate/src/Rate.d.ts +156 -0
  3993. package/lib/rate/src/Rate.js +174 -0
  3994. package/lib/rate/src/StarIcon.d.ts +2 -0
  3995. package/lib/rate/src/StarIcon.js +5 -0
  3996. package/lib/rate/src/interface.d.ts +2 -0
  3997. package/lib/rate/src/interface.js +2 -0
  3998. package/lib/rate/src/styles/index.cssr.d.ts +2 -0
  3999. package/lib/rate/src/styles/index.cssr.js +49 -0
  4000. package/lib/rate/styles/dark.d.ts +3 -0
  4001. package/lib/rate/styles/dark.js +19 -0
  4002. package/lib/rate/styles/index.d.ts +3 -0
  4003. package/lib/rate/styles/index.js +10 -0
  4004. package/lib/rate/styles/light.d.ts +13 -0
  4005. package/lib/rate/styles/light.js +19 -0
  4006. package/lib/result/index.d.ts +2 -0
  4007. package/lib/result/index.js +9 -0
  4008. package/lib/result/src/403.d.ts +2 -0
  4009. package/lib/result/src/403.js +6 -0
  4010. package/lib/result/src/404.d.ts +2 -0
  4011. package/lib/result/src/404.js +10 -0
  4012. package/lib/result/src/418.d.ts +2 -0
  4013. package/lib/result/src/418.js +10 -0
  4014. package/lib/result/src/500.d.ts +2 -0
  4015. package/lib/result/src/500.js +7 -0
  4016. package/lib/result/src/Result.d.ts +291 -0
  4017. package/lib/result/src/Result.js +88 -0
  4018. package/lib/result/src/styles/index.cssr.d.ts +2 -0
  4019. package/lib/result/src/styles/index.cssr.js +48 -0
  4020. package/lib/result/styles/_common.d.ts +19 -0
  4021. package/lib/result/styles/_common.js +20 -0
  4022. package/lib/result/styles/dark.d.ts +3 -0
  4023. package/lib/result/styles/dark.js +10 -0
  4024. package/lib/result/styles/index.d.ts +3 -0
  4025. package/lib/result/styles/index.js +10 -0
  4026. package/lib/result/styles/light.d.ts +32 -0
  4027. package/lib/result/styles/light.js +19 -0
  4028. package/lib/scrollbar/index.d.ts +2 -0
  4029. package/lib/scrollbar/index.js +9 -0
  4030. package/lib/scrollbar/src/Scrollbar.d.ts +87 -0
  4031. package/lib/scrollbar/src/Scrollbar.js +29 -0
  4032. package/lib/select/index.d.ts +5 -0
  4033. package/lib/select/index.js +9 -0
  4034. package/lib/select/src/Select.d.ts +1917 -0
  4035. package/lib/select/src/Select.js +718 -0
  4036. package/lib/select/src/interface.d.ts +53 -0
  4037. package/lib/select/src/interface.js +2 -0
  4038. package/lib/select/src/styles/index.cssr.d.ts +2 -0
  4039. package/lib/select/src/styles/index.cssr.js +19 -0
  4040. package/lib/select/src/utils.d.ts +8 -0
  4041. package/lib/select/src/utils.js +85 -0
  4042. package/lib/select/styles/dark.d.ts +3 -0
  4043. package/lib/select/styles/dark.js +16 -0
  4044. package/lib/select/styles/index.d.ts +3 -0
  4045. package/lib/select/styles/index.js +10 -0
  4046. package/lib/select/styles/light.d.ts +136 -0
  4047. package/lib/select/styles/light.js +24 -0
  4048. package/lib/skeleton/index.d.ts +2 -0
  4049. package/lib/skeleton/index.js +9 -0
  4050. package/lib/skeleton/src/Skeleton.d.ts +155 -0
  4051. package/lib/skeleton/src/Skeleton.js +85 -0
  4052. package/lib/skeleton/src/styles/index.cssr.d.ts +2 -0
  4053. package/lib/skeleton/src/styles/index.cssr.js +34 -0
  4054. package/lib/skeleton/styles/dark.d.ts +2 -0
  4055. package/lib/skeleton/styles/dark.js +19 -0
  4056. package/lib/skeleton/styles/index.d.ts +3 -0
  4057. package/lib/skeleton/styles/index.js +7 -0
  4058. package/lib/skeleton/styles/light.d.ts +14 -0
  4059. package/lib/skeleton/styles/light.js +20 -0
  4060. package/lib/slider/index.d.ts +2 -0
  4061. package/lib/slider/index.js +9 -0
  4062. package/lib/slider/src/Slider.d.ts +510 -0
  4063. package/lib/slider/src/Slider.js +588 -0
  4064. package/lib/slider/src/interface.d.ts +1 -0
  4065. package/lib/slider/src/interface.js +2 -0
  4066. package/lib/slider/src/styles/index.cssr.d.ts +2 -0
  4067. package/lib/slider/src/styles/index.cssr.js +206 -0
  4068. package/lib/slider/src/utils.d.ts +10 -0
  4069. package/lib/slider/src/utils.js +19 -0
  4070. package/lib/slider/styles/_common.d.ts +9 -0
  4071. package/lib/slider/styles/_common.js +10 -0
  4072. package/lib/slider/styles/dark.d.ts +3 -0
  4073. package/lib/slider/styles/dark.js +17 -0
  4074. package/lib/slider/styles/index.d.ts +3 -0
  4075. package/lib/slider/styles/index.js +10 -0
  4076. package/lib/slider/styles/light.d.ts +36 -0
  4077. package/lib/slider/styles/light.js +19 -0
  4078. package/lib/space/index.d.ts +2 -0
  4079. package/lib/space/index.js +9 -0
  4080. package/lib/space/src/Space.d.ts +144 -0
  4081. package/lib/space/src/Space.js +136 -0
  4082. package/lib/space/src/styles/rtl.cssr.d.ts +2 -0
  4083. package/lib/space/src/styles/rtl.cssr.js +9 -0
  4084. package/lib/space/src/utils.d.ts +1 -0
  4085. package/lib/space/src/utils.js +26 -0
  4086. package/lib/space/styles/_common.d.ts +6 -0
  4087. package/lib/space/styles/_common.js +7 -0
  4088. package/lib/space/styles/dark.d.ts +3 -0
  4089. package/lib/space/styles/dark.js +13 -0
  4090. package/lib/space/styles/index.d.ts +4 -0
  4091. package/lib/space/styles/index.js +12 -0
  4092. package/lib/space/styles/light.d.ts +10 -0
  4093. package/lib/space/styles/light.js +14 -0
  4094. package/lib/space/styles/rtl.d.ts +2 -0
  4095. package/lib/space/styles/rtl.js +11 -0
  4096. package/lib/spin/index.d.ts +2 -0
  4097. package/lib/spin/index.js +9 -0
  4098. package/lib/spin/src/Spin.d.ts +202 -0
  4099. package/lib/spin/src/Spin.js +139 -0
  4100. package/lib/spin/src/styles/index.cssr.d.ts +2 -0
  4101. package/lib/spin/src/styles/index.cssr.js +57 -0
  4102. package/lib/spin/styles/dark.d.ts +3 -0
  4103. package/lib/spin/styles/dark.js +10 -0
  4104. package/lib/spin/styles/index.d.ts +3 -0
  4105. package/lib/spin/styles/index.js +10 -0
  4106. package/lib/spin/styles/light.d.ts +17 -0
  4107. package/lib/spin/styles/light.js +31 -0
  4108. package/lib/statistic/index.d.ts +2 -0
  4109. package/lib/statistic/index.js +9 -0
  4110. package/lib/statistic/src/Statistic.d.ts +125 -0
  4111. package/lib/statistic/src/Statistic.js +62 -0
  4112. package/lib/statistic/src/styles/index.cssr.d.ts +2 -0
  4113. package/lib/statistic/src/styles/index.cssr.js +43 -0
  4114. package/lib/statistic/src/styles/rtl.cssr.d.ts +2 -0
  4115. package/lib/statistic/src/styles/rtl.cssr.js +14 -0
  4116. package/lib/statistic/styles/dark.d.ts +3 -0
  4117. package/lib/statistic/styles/dark.js +10 -0
  4118. package/lib/statistic/styles/index.d.ts +4 -0
  4119. package/lib/statistic/styles/index.js +12 -0
  4120. package/lib/statistic/styles/light.d.ts +16 -0
  4121. package/lib/statistic/styles/light.js +24 -0
  4122. package/lib/statistic/styles/rtl.d.ts +2 -0
  4123. package/lib/statistic/styles/rtl.js +11 -0
  4124. package/lib/steps/index.d.ts +4 -0
  4125. package/lib/steps/index.js +12 -0
  4126. package/lib/steps/src/Step.d.ts +60 -0
  4127. package/lib/steps/src/Step.js +150 -0
  4128. package/lib/steps/src/Steps.d.ts +376 -0
  4129. package/lib/steps/src/Steps.js +58 -0
  4130. package/lib/steps/src/styles/index.cssr.d.ts +2 -0
  4131. package/lib/steps/src/styles/index.cssr.js +107 -0
  4132. package/lib/steps/src/styles/rtl.cssr.d.ts +2 -0
  4133. package/lib/steps/src/styles/rtl.cssr.js +19 -0
  4134. package/lib/steps/styles/_common.d.ts +11 -0
  4135. package/lib/steps/styles/_common.js +12 -0
  4136. package/lib/steps/styles/dark.d.ts +3 -0
  4137. package/lib/steps/styles/dark.js +10 -0
  4138. package/lib/steps/styles/index.d.ts +4 -0
  4139. package/lib/steps/styles/index.js +12 -0
  4140. package/lib/steps/styles/light.d.ts +41 -0
  4141. package/lib/steps/styles/light.js +19 -0
  4142. package/lib/steps/styles/rtl.d.ts +2 -0
  4143. package/lib/steps/styles/rtl.js +11 -0
  4144. package/lib/styles.d.ts +78 -0
  4145. package/lib/styles.js +183 -0
  4146. package/lib/switch/index.d.ts +2 -0
  4147. package/lib/switch/index.js +9 -0
  4148. package/lib/switch/src/Switch.d.ts +527 -0
  4149. package/lib/switch/src/Switch.js +258 -0
  4150. package/lib/switch/src/interface.d.ts +2 -0
  4151. package/lib/switch/src/interface.js +2 -0
  4152. package/lib/switch/src/styles/index.cssr.d.ts +2 -0
  4153. package/lib/switch/src/styles/index.cssr.js +138 -0
  4154. package/lib/switch/styles/_common.d.ts +18 -0
  4155. package/lib/switch/styles/_common.js +19 -0
  4156. package/lib/switch/styles/dark.d.ts +3 -0
  4157. package/lib/switch/styles/dark.js +18 -0
  4158. package/lib/switch/styles/index.d.ts +3 -0
  4159. package/lib/switch/styles/index.js +10 -0
  4160. package/lib/switch/styles/light.d.ts +44 -0
  4161. package/lib/switch/styles/light.js +19 -0
  4162. package/lib/table/index.d.ts +7 -0
  4163. package/lib/table/index.js +19 -0
  4164. package/lib/table/src/Table.d.ts +350 -0
  4165. package/lib/table/src/Table.js +90 -0
  4166. package/lib/table/src/Tbody.d.ts +2 -0
  4167. package/lib/table/src/Tbody.js +9 -0
  4168. package/lib/table/src/Td.d.ts +2 -0
  4169. package/lib/table/src/Td.js +9 -0
  4170. package/lib/table/src/Th.d.ts +2 -0
  4171. package/lib/table/src/Th.js +9 -0
  4172. package/lib/table/src/Thead.d.ts +2 -0
  4173. package/lib/table/src/Thead.js +9 -0
  4174. package/lib/table/src/Tr.d.ts +2 -0
  4175. package/lib/table/src/Tr.js +9 -0
  4176. package/lib/table/src/styles/index.cssr.d.ts +2 -0
  4177. package/lib/table/src/styles/index.cssr.js +101 -0
  4178. package/lib/table/src/styles/rtl.cssr.d.ts +2 -0
  4179. package/lib/table/src/styles/rtl.cssr.js +18 -0
  4180. package/lib/table/styles/_common.d.ts +9 -0
  4181. package/lib/table/styles/_common.js +10 -0
  4182. package/lib/table/styles/dark.d.ts +3 -0
  4183. package/lib/table/styles/dark.js +10 -0
  4184. package/lib/table/styles/index.d.ts +4 -0
  4185. package/lib/table/styles/index.js +12 -0
  4186. package/lib/table/styles/light.d.ts +34 -0
  4187. package/lib/table/styles/light.js +24 -0
  4188. package/lib/table/styles/rtl.d.ts +2 -0
  4189. package/lib/table/styles/rtl.js +11 -0
  4190. package/lib/tabs/index.d.ts +7 -0
  4191. package/lib/tabs/index.js +15 -0
  4192. package/lib/tabs/src/Tab.d.ts +80 -0
  4193. package/lib/tabs/src/Tab.js +92 -0
  4194. package/lib/tabs/src/TabPane.d.ts +80 -0
  4195. package/lib/tabs/src/TabPane.js +52 -0
  4196. package/lib/tabs/src/Tabs.d.ts +1060 -0
  4197. package/lib/tabs/src/Tabs.js +646 -0
  4198. package/lib/tabs/src/interface.d.ts +32 -0
  4199. package/lib/tabs/src/interface.js +5 -0
  4200. package/lib/tabs/src/styles/index.cssr.d.ts +2 -0
  4201. package/lib/tabs/src/styles/index.cssr.js +363 -0
  4202. package/lib/tabs/styles/_common.d.ts +59 -0
  4203. package/lib/tabs/styles/_common.js +60 -0
  4204. package/lib/tabs/styles/dark.d.ts +3 -0
  4205. package/lib/tabs/styles/dark.js +16 -0
  4206. package/lib/tabs/styles/index.d.ts +3 -0
  4207. package/lib/tabs/styles/index.js +10 -0
  4208. package/lib/tabs/styles/light.d.ts +97 -0
  4209. package/lib/tabs/styles/light.js +23 -0
  4210. package/lib/tag/index.d.ts +2 -0
  4211. package/lib/tag/index.js +9 -0
  4212. package/lib/tag/src/Tag.d.ts +1096 -0
  4213. package/lib/tag/src/Tag.js +164 -0
  4214. package/lib/tag/src/common-props.d.ts +27 -0
  4215. package/lib/tag/src/common-props.js +22 -0
  4216. package/lib/tag/src/styles/index.cssr.d.ts +2 -0
  4217. package/lib/tag/src/styles/index.cssr.js +113 -0
  4218. package/lib/tag/src/styles/rtl.cssr.d.ts +2 -0
  4219. package/lib/tag/src/styles/rtl.cssr.js +23 -0
  4220. package/lib/tag/styles/_common.d.ts +15 -0
  4221. package/lib/tag/styles/_common.js +16 -0
  4222. package/lib/tag/styles/dark.d.ts +3 -0
  4223. package/lib/tag/styles/dark.js +40 -0
  4224. package/lib/tag/styles/index.d.ts +4 -0
  4225. package/lib/tag/styles/index.js +12 -0
  4226. package/lib/tag/styles/light.d.ts +106 -0
  4227. package/lib/tag/styles/light.js +41 -0
  4228. package/lib/tag/styles/rtl.d.ts +2 -0
  4229. package/lib/tag/styles/rtl.js +11 -0
  4230. package/lib/theme-editor/index.d.ts +1 -0
  4231. package/lib/theme-editor/index.js +8 -0
  4232. package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -0
  4233. package/lib/theme-editor/src/MaximizeIcon.js +11 -0
  4234. package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -0
  4235. package/lib/theme-editor/src/MinimizeIcon.js +11 -0
  4236. package/lib/theme-editor/src/ThemeEditor.d.ts +152 -0
  4237. package/lib/theme-editor/src/ThemeEditor.js +334 -0
  4238. package/lib/themes/dark.d.ts +2 -0
  4239. package/lib/themes/dark.js +170 -0
  4240. package/lib/themes/index.d.ts +3 -0
  4241. package/lib/themes/index.js +9 -0
  4242. package/lib/themes/interface.d.ts +2 -0
  4243. package/lib/themes/interface.js +2 -0
  4244. package/lib/themes/light.d.ts +2 -0
  4245. package/lib/themes/light.js +172 -0
  4246. package/lib/themes/utils.d.ts +6 -0
  4247. package/lib/themes/utils.js +23 -0
  4248. package/lib/thing/index.d.ts +2 -0
  4249. package/lib/thing/index.js +9 -0
  4250. package/lib/thing/src/Thing.d.ts +86 -0
  4251. package/lib/thing/src/Thing.js +81 -0
  4252. package/lib/thing/src/styles/index.cssr.d.ts +2 -0
  4253. package/lib/thing/src/styles/index.cssr.js +46 -0
  4254. package/lib/thing/src/styles/rtl.cssr.d.ts +2 -0
  4255. package/lib/thing/src/styles/rtl.cssr.js +13 -0
  4256. package/lib/thing/styles/dark.d.ts +3 -0
  4257. package/lib/thing/styles/dark.js +10 -0
  4258. package/lib/thing/styles/index.d.ts +4 -0
  4259. package/lib/thing/styles/index.js +12 -0
  4260. package/lib/thing/styles/light.d.ts +12 -0
  4261. package/lib/thing/styles/light.js +20 -0
  4262. package/lib/thing/styles/rtl.d.ts +2 -0
  4263. package/lib/thing/styles/rtl.js +14 -0
  4264. package/lib/time/index.d.ts +2 -0
  4265. package/lib/time/index.js +9 -0
  4266. package/lib/time/src/Time.d.ts +65 -0
  4267. package/lib/time/src/Time.js +93 -0
  4268. package/lib/time-picker/index.d.ts +3 -0
  4269. package/lib/time-picker/index.js +9 -0
  4270. package/lib/time-picker/src/Panel.d.ts +615 -0
  4271. package/lib/time-picker/src/Panel.js +250 -0
  4272. package/lib/time-picker/src/PanelCol.d.ts +34 -0
  4273. package/lib/time-picker/src/PanelCol.js +38 -0
  4274. package/lib/time-picker/src/TimePicker.d.ts +3467 -0
  4275. package/lib/time-picker/src/TimePicker.js +709 -0
  4276. package/lib/time-picker/src/interface.d.ts +34 -0
  4277. package/lib/time-picker/src/interface.js +5 -0
  4278. package/lib/time-picker/src/styles/index.cssr.d.ts +2 -0
  4279. package/lib/time-picker/src/styles/index.cssr.js +104 -0
  4280. package/lib/time-picker/src/utils.d.ts +14 -0
  4281. package/lib/time-picker/src/utils.js +274 -0
  4282. package/lib/time-picker/styles/_common.d.ts +7 -0
  4283. package/lib/time-picker/styles/_common.js +8 -0
  4284. package/lib/time-picker/styles/dark.d.ts +3 -0
  4285. package/lib/time-picker/styles/dark.js +18 -0
  4286. package/lib/time-picker/styles/index.d.ts +3 -0
  4287. package/lib/time-picker/styles/index.js +10 -0
  4288. package/lib/time-picker/styles/light.d.ts +315 -0
  4289. package/lib/time-picker/styles/light.js +30 -0
  4290. package/lib/timeline/index.d.ts +4 -0
  4291. package/lib/timeline/index.js +12 -0
  4292. package/lib/timeline/src/Timeline.d.ts +267 -0
  4293. package/lib/timeline/src/Timeline.js +42 -0
  4294. package/lib/timeline/src/TimelineItem.d.ts +66 -0
  4295. package/lib/timeline/src/TimelineItem.js +90 -0
  4296. package/lib/timeline/src/styles/index.cssr.d.ts +2 -0
  4297. package/lib/timeline/src/styles/index.cssr.js +116 -0
  4298. package/lib/timeline/styles/_common.d.ts +9 -0
  4299. package/lib/timeline/styles/_common.js +10 -0
  4300. package/lib/timeline/styles/dark.d.ts +3 -0
  4301. package/lib/timeline/styles/dark.js +16 -0
  4302. package/lib/timeline/styles/index.d.ts +3 -0
  4303. package/lib/timeline/styles/index.js +10 -0
  4304. package/lib/timeline/styles/light.d.ts +30 -0
  4305. package/lib/timeline/styles/light.js +17 -0
  4306. package/lib/tooltip/index.d.ts +2 -0
  4307. package/lib/tooltip/index.js +9 -0
  4308. package/lib/tooltip/src/Tooltip.d.ts +776 -0
  4309. package/lib/tooltip/src/Tooltip.js +91 -0
  4310. package/lib/tooltip/src/TooltipArrow.d.ts +2 -0
  4311. package/lib/tooltip/src/TooltipArrow.js +18 -0
  4312. package/lib/tooltip/src/styles/index.cssr.d.ts +2 -0
  4313. package/lib/tooltip/src/styles/index.cssr.js +68 -0
  4314. package/lib/tooltip/styles/_common.d.ts +15 -0
  4315. package/lib/tooltip/styles/_common.js +16 -0
  4316. package/lib/tooltip/styles/dark.d.ts +3 -0
  4317. package/lib/tooltip/styles/dark.js +20 -0
  4318. package/lib/tooltip/styles/index.d.ts +3 -0
  4319. package/lib/tooltip/styles/index.js +10 -0
  4320. package/lib/tooltip/styles/light.d.ts +53 -0
  4321. package/lib/tooltip/styles/light.js +22 -0
  4322. package/lib/transfer/index.d.ts +3 -0
  4323. package/lib/transfer/index.js +9 -0
  4324. package/lib/transfer/src/Transfer.d.ts +3972 -0
  4325. package/lib/transfer/src/Transfer.js +201 -0
  4326. package/lib/transfer/src/TransferFilter.d.ts +537 -0
  4327. package/lib/transfer/src/TransferFilter.js +34 -0
  4328. package/lib/transfer/src/TransferHeader.d.ts +27 -0
  4329. package/lib/transfer/src/TransferHeader.js +48 -0
  4330. package/lib/transfer/src/TransferList.d.ts +578 -0
  4331. package/lib/transfer/src/TransferList.js +81 -0
  4332. package/lib/transfer/src/TransferListItem.d.ts +558 -0
  4333. package/lib/transfer/src/TransferListItem.js +72 -0
  4334. package/lib/transfer/src/interface.d.ts +38 -0
  4335. package/lib/transfer/src/interface.js +5 -0
  4336. package/lib/transfer/src/styles/index.cssr.d.ts +2 -0
  4337. package/lib/transfer/src/styles/index.cssr.js +156 -0
  4338. package/lib/transfer/src/use-transfer-data.d.ts +31 -0
  4339. package/lib/transfer/src/use-transfer-data.js +125 -0
  4340. package/lib/transfer/styles/_common.d.ts +14 -0
  4341. package/lib/transfer/styles/_common.js +15 -0
  4342. package/lib/transfer/styles/dark.d.ts +3 -0
  4343. package/lib/transfer/styles/dark.js +36 -0
  4344. package/lib/transfer/styles/index.d.ts +3 -0
  4345. package/lib/transfer/styles/index.js +10 -0
  4346. package/lib/transfer/styles/light.d.ts +404 -0
  4347. package/lib/transfer/styles/light.js +38 -0
  4348. package/lib/tree/index.d.ts +3 -0
  4349. package/lib/tree/index.js +9 -0
  4350. package/lib/tree/src/MotionWrapper.d.ts +40 -0
  4351. package/lib/tree/src/MotionWrapper.js +42 -0
  4352. package/lib/tree/src/Tree.d.ts +1673 -0
  4353. package/lib/tree/src/Tree.js +1272 -0
  4354. package/lib/tree/src/TreeNode.d.ts +65 -0
  4355. package/lib/tree/src/TreeNode.js +353 -0
  4356. package/lib/tree/src/TreeNodeCheckbox.d.ts +251 -0
  4357. package/lib/tree/src/TreeNodeCheckbox.js +51 -0
  4358. package/lib/tree/src/TreeNodeContent.d.ts +45 -0
  4359. package/lib/tree/src/TreeNodeContent.js +71 -0
  4360. package/lib/tree/src/TreeNodeSwitcher.d.ts +45 -0
  4361. package/lib/tree/src/TreeNodeSwitcher.js +51 -0
  4362. package/lib/tree/src/dnd.d.ts +12 -0
  4363. package/lib/tree/src/dnd.js +42 -0
  4364. package/lib/tree/src/interface.d.ts +136 -0
  4365. package/lib/tree/src/interface.js +5 -0
  4366. package/lib/tree/src/keyboard.d.ts +16 -0
  4367. package/lib/tree/src/keyboard.js +106 -0
  4368. package/lib/tree/src/styles/index.cssr.d.ts +2 -0
  4369. package/lib/tree/src/styles/index.cssr.js +139 -0
  4370. package/lib/tree/src/styles/rtl.cssr.d.ts +2 -0
  4371. package/lib/tree/src/styles/rtl.cssr.js +22 -0
  4372. package/lib/tree/src/utils.d.ts +19 -0
  4373. package/lib/tree/src/utils.js +122 -0
  4374. package/lib/tree/styles/dark.d.ts +3 -0
  4375. package/lib/tree/styles/dark.js +24 -0
  4376. package/lib/tree/styles/index.d.ts +4 -0
  4377. package/lib/tree/styles/index.js +12 -0
  4378. package/lib/tree/styles/light.d.ts +88 -0
  4379. package/lib/tree/styles/light.js +39 -0
  4380. package/lib/tree/styles/rtl.d.ts +2 -0
  4381. package/lib/tree/styles/rtl.js +11 -0
  4382. package/lib/tree-select/index.d.ts +3 -0
  4383. package/lib/tree-select/index.js +9 -0
  4384. package/lib/tree-select/src/TreeSelect.d.ts +2312 -0
  4385. package/lib/tree-select/src/TreeSelect.js +606 -0
  4386. package/lib/tree-select/src/interface.d.ts +65 -0
  4387. package/lib/tree-select/src/interface.js +5 -0
  4388. package/lib/tree-select/src/styles/index.cssr.d.ts +2 -0
  4389. package/lib/tree-select/src/styles/index.cssr.js +43 -0
  4390. package/lib/tree-select/src/utils.d.ts +4 -0
  4391. package/lib/tree-select/src/utils.js +13 -0
  4392. package/lib/tree-select/styles/dark.d.ts +3 -0
  4393. package/lib/tree-select/styles/dark.js +16 -0
  4394. package/lib/tree-select/styles/index.d.ts +3 -0
  4395. package/lib/tree-select/styles/index.js +10 -0
  4396. package/lib/tree-select/styles/light.d.ts +178 -0
  4397. package/lib/tree-select/styles/light.js +33 -0
  4398. package/lib/typography/index.d.ts +22 -0
  4399. package/lib/typography/index.js +42 -0
  4400. package/lib/typography/src/a.d.ts +610 -0
  4401. package/lib/typography/src/a.js +40 -0
  4402. package/lib/typography/src/blockquote.d.ts +618 -0
  4403. package/lib/typography/src/blockquote.js +48 -0
  4404. package/lib/typography/src/create-header.d.ts +638 -0
  4405. package/lib/typography/src/create-header.js +64 -0
  4406. package/lib/typography/src/headers.d.ts +2568 -0
  4407. package/lib/typography/src/headers.js +13 -0
  4408. package/lib/typography/src/hr.d.ts +408 -0
  4409. package/lib/typography/src/hr.js +38 -0
  4410. package/lib/typography/src/li.d.ts +2 -0
  4411. package/lib/typography/src/li.js +9 -0
  4412. package/lib/typography/src/ol.d.ts +620 -0
  4413. package/lib/typography/src/ol.js +50 -0
  4414. package/lib/typography/src/p.d.ts +617 -0
  4415. package/lib/typography/src/p.js +45 -0
  4416. package/lib/typography/src/styles/a.cssr.d.ts +2 -0
  4417. package/lib/typography/src/styles/a.cssr.js +17 -0
  4418. package/lib/typography/src/styles/blockquote.cssr.d.ts +2 -0
  4419. package/lib/typography/src/styles/blockquote.cssr.js +32 -0
  4420. package/lib/typography/src/styles/header.cssr.d.ts +2 -0
  4421. package/lib/typography/src/styles/header.cssr.js +42 -0
  4422. package/lib/typography/src/styles/hr.cssr.d.ts +2 -0
  4423. package/lib/typography/src/styles/hr.cssr.js +16 -0
  4424. package/lib/typography/src/styles/list.cssr.d.ts +2 -0
  4425. package/lib/typography/src/styles/list.cssr.js +37 -0
  4426. package/lib/typography/src/styles/p.cssr.d.ts +2 -0
  4427. package/lib/typography/src/styles/p.cssr.js +20 -0
  4428. package/lib/typography/src/styles/text.cssr.d.ts +2 -0
  4429. package/lib/typography/src/styles/text.cssr.js +39 -0
  4430. package/lib/typography/src/text.d.ts +674 -0
  4431. package/lib/typography/src/text.js +82 -0
  4432. package/lib/typography/src/ul.d.ts +620 -0
  4433. package/lib/typography/src/ul.js +50 -0
  4434. package/lib/typography/styles/_common.d.ts +31 -0
  4435. package/lib/typography/styles/_common.js +32 -0
  4436. package/lib/typography/styles/dark.d.ts +3 -0
  4437. package/lib/typography/styles/dark.js +10 -0
  4438. package/lib/typography/styles/index.d.ts +3 -0
  4439. package/lib/typography/styles/index.js +10 -0
  4440. package/lib/typography/styles/light.d.ts +72 -0
  4441. package/lib/typography/styles/light.js +19 -0
  4442. package/lib/upload/index.d.ts +5 -0
  4443. package/lib/upload/index.js +15 -0
  4444. package/lib/upload/src/Upload.d.ts +3063 -0
  4445. package/lib/upload/src/Upload.js +586 -0
  4446. package/lib/upload/src/UploadDragger.d.ts +3 -0
  4447. package/lib/upload/src/UploadDragger.js +25 -0
  4448. package/lib/upload/src/UploadFile.d.ts +444 -0
  4449. package/lib/upload/src/UploadFile.js +254 -0
  4450. package/lib/upload/src/UploadFileList.d.ts +2 -0
  4451. package/lib/upload/src/UploadFileList.js +44 -0
  4452. package/lib/upload/src/UploadProgress.d.ts +420 -0
  4453. package/lib/upload/src/UploadProgress.js +32 -0
  4454. package/lib/upload/src/UploadTrigger.d.ts +10 -0
  4455. package/lib/upload/src/UploadTrigger.js +87 -0
  4456. package/lib/upload/src/icons.d.ts +7 -0
  4457. package/lib/upload/src/icons.js +15 -0
  4458. package/lib/upload/src/interface.d.ts +127 -0
  4459. package/lib/upload/src/interface.js +5 -0
  4460. package/lib/upload/src/styles/index.cssr.d.ts +2 -0
  4461. package/lib/upload/src/styles/index.cssr.js +268 -0
  4462. package/lib/upload/src/utils.d.ts +19 -0
  4463. package/lib/upload/src/utils.js +176 -0
  4464. package/lib/upload/styles/dark.d.ts +3 -0
  4465. package/lib/upload/styles/dark.js +24 -0
  4466. package/lib/upload/styles/index.d.ts +3 -0
  4467. package/lib/upload/styles/index.js +10 -0
  4468. package/lib/upload/styles/light.d.ts +285 -0
  4469. package/lib/upload/styles/light.js +47 -0
  4470. package/lib/version.d.ts +2 -0
  4471. package/lib/version.js +3 -0
  4472. package/lib/watermark/index.d.ts +2 -0
  4473. package/lib/watermark/index.js +9 -0
  4474. package/lib/watermark/src/Watermark.d.ts +298 -0
  4475. package/lib/watermark/src/Watermark.js +186 -0
  4476. package/lib/watermark/src/styles/index.cssr.d.ts +2 -0
  4477. package/lib/watermark/src/styles/index.cssr.js +35 -0
  4478. package/lib/watermark/styles/dark.d.ts +3 -0
  4479. package/lib/watermark/styles/dark.js +14 -0
  4480. package/lib/watermark/styles/index.d.ts +3 -0
  4481. package/lib/watermark/styles/index.js +10 -0
  4482. package/lib/watermark/styles/light.d.ts +5 -0
  4483. package/lib/watermark/styles/light.js +15 -0
  4484. package/package.json +14 -13
  4485. package/volar.d.ts +139 -141
  4486. package/web-types.json +390 -352
package/web-types.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
- "name": "@uzum/ui",
5
- "version": "2.34.4",
4
+ "name": "@uzum-tech/ui",
5
+ "version": "0.1.2",
6
6
  "js-types-syntax": "typescript",
7
7
  "contributions": {
8
8
  "html": {
9
9
  "vue-components": [
10
10
  {
11
- "name": "NAffix",
11
+ "name": "UAffix",
12
12
  "description": "Affix can make content stick to fixed places when scrolling. It's similar to `position: sticky` but can do more things.",
13
13
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/affix",
14
14
  "source": {
15
- "symbol": "NAffix"
15
+ "symbol": "UAffix"
16
16
  },
17
17
  "slots": [],
18
18
  "attributes": [],
@@ -80,11 +80,11 @@
80
80
  }
81
81
  },
82
82
  {
83
- "name": "NAlert",
83
+ "name": "UAlert",
84
84
  "description": "According to my experience, the most frequent usage of it may be requesting for disabling AdBlocks.",
85
85
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/alert",
86
86
  "source": {
87
- "symbol": "NAlert"
87
+ "symbol": "UAlert"
88
88
  },
89
89
  "slots": [
90
90
  {
@@ -168,11 +168,11 @@
168
168
  }
169
169
  },
170
170
  {
171
- "name": "NAnchor",
171
+ "name": "UAnchor",
172
172
  "description": "<!--single-column-->\n\nTell you where you are.",
173
173
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/anchor",
174
174
  "source": {
175
- "symbol": "NAnchor"
175
+ "symbol": "UAnchor"
176
176
  },
177
177
  "slots": [],
178
178
  "attributes": [],
@@ -277,10 +277,10 @@
277
277
  }
278
278
  },
279
279
  {
280
- "name": "NAnchorLink",
280
+ "name": "UAnchorLink",
281
281
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/anchor",
282
282
  "source": {
283
- "symbol": "NAnchorLink"
283
+ "symbol": "UAnchorLink"
284
284
  },
285
285
  "slots": [],
286
286
  "attributes": [],
@@ -301,11 +301,11 @@
301
301
  }
302
302
  },
303
303
  {
304
- "name": "NAutoComplete",
304
+ "name": "UAutoComplete",
305
305
  "description": "Offer a search hint or maybe guess some likely options?",
306
306
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/auto-complete",
307
307
  "source": {
308
- "symbol": "NAutoComplete"
308
+ "symbol": "UAutoComplete"
309
309
  },
310
310
  "slots": [
311
311
  {
@@ -525,11 +525,11 @@
525
525
  }
526
526
  },
527
527
  {
528
- "name": "NAvatar",
528
+ "name": "UAvatar",
529
529
  "description": "On the Internet, nobody knows you're a dog.",
530
530
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
531
531
  "source": {
532
- "symbol": "NAvatar"
532
+ "symbol": "UAvatar"
533
533
  },
534
534
  "slots": [
535
535
  {
@@ -587,7 +587,7 @@
587
587
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
588
588
  "type": "boolean",
589
589
  "description": "Whether to display a rounded avatar.",
590
- "default": "false"
590
+ "default": "true"
591
591
  },
592
592
  {
593
593
  "name": "bordered",
@@ -653,6 +653,20 @@
653
653
  "since": "2.34.0"
654
654
  }
655
655
  },
656
+ {
657
+ "name": "disabled",
658
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
659
+ "type": "boolean",
660
+ "description": "If the avatar is need to be disabled.",
661
+ "default": "false"
662
+ },
663
+ {
664
+ "name": "loading",
665
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
666
+ "type": "boolean",
667
+ "description": "Convenient way to show skeleton loader on the avatar.",
668
+ "default": "false"
669
+ },
656
670
  {
657
671
  "name": "color",
658
672
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
@@ -678,10 +692,10 @@
678
692
  }
679
693
  },
680
694
  {
681
- "name": "NAvatarGroup",
695
+ "name": "UAvatarGroup",
682
696
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
683
697
  "source": {
684
- "symbol": "NAvatarGroup"
698
+ "symbol": "UAvatarGroup"
685
699
  },
686
700
  "slots": [
687
701
  {
@@ -732,6 +746,13 @@
732
746
  "description": "Whether display a vertical avatar group.",
733
747
  "default": "false"
734
748
  },
749
+ {
750
+ "name": "loading",
751
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
752
+ "type": "boolean",
753
+ "description": "Convenient way to show skeleton loader on the avatar.",
754
+ "default": "false"
755
+ },
735
756
  {
736
757
  "name": "size",
737
758
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/avatar",
@@ -743,10 +764,10 @@
743
764
  }
744
765
  },
745
766
  {
746
- "name": "NBackTop",
767
+ "name": "UBackTop",
747
768
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/back-top",
748
769
  "source": {
749
- "symbol": "NBackTop"
770
+ "symbol": "UBackTop"
750
771
  },
751
772
  "slots": [],
752
773
  "attributes": [],
@@ -824,11 +845,11 @@
824
845
  }
825
846
  },
826
847
  {
827
- "name": "NBadge",
848
+ "name": "UBadge",
828
849
  "description": "I bet you have seen it and know how it should be applied.",
829
850
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/badge",
830
851
  "source": {
831
- "symbol": "NBadge"
852
+ "symbol": "UBadge"
832
853
  },
833
854
  "slots": [
834
855
  {
@@ -911,11 +932,11 @@
911
932
  }
912
933
  },
913
934
  {
914
- "name": "NBreadcrumb",
935
+ "name": "UBreadcrumb",
915
936
  "description": "It doesn't look like what it calls.",
916
937
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/breadcrumb",
917
938
  "source": {
918
- "symbol": "NBreadcrumb"
939
+ "symbol": "UBreadcrumb"
919
940
  },
920
941
  "slots": [
921
942
  {
@@ -939,10 +960,10 @@
939
960
  }
940
961
  },
941
962
  {
942
- "name": "NBreadcrumbItem",
963
+ "name": "UBreadcrumbItem",
943
964
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/breadcrumb",
944
965
  "source": {
945
- "symbol": "NBreadcrumbItem"
966
+ "symbol": "UBreadcrumbItem"
946
967
  },
947
968
  "slots": [],
948
969
  "attributes": [],
@@ -982,11 +1003,11 @@
982
1003
  }
983
1004
  },
984
1005
  {
985
- "name": "NButton",
1006
+ "name": "UButton",
986
1007
  "description": "Button is used to trigger some actions.",
987
1008
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/button",
988
1009
  "source": {
989
- "symbol": "NButton"
1010
+ "symbol": "UButton"
990
1011
  },
991
1012
  "slots": [
992
1013
  {
@@ -1192,10 +1213,10 @@
1192
1213
  }
1193
1214
  },
1194
1215
  {
1195
- "name": "NButtonGroup",
1216
+ "name": "UButtonGroup",
1196
1217
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/button",
1197
1218
  "source": {
1198
- "symbol": "NButtonGroup"
1219
+ "symbol": "UButtonGroup"
1199
1220
  },
1200
1221
  "slots": [
1201
1222
  {
@@ -1226,11 +1247,11 @@
1226
1247
  }
1227
1248
  },
1228
1249
  {
1229
- "name": "NCalendar",
1250
+ "name": "UCalendar",
1230
1251
  "description": "How time flies.",
1231
1252
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/calendar",
1232
1253
  "source": {
1233
- "symbol": "NCalendar"
1254
+ "symbol": "UCalendar"
1234
1255
  },
1235
1256
  "slots": [
1236
1257
  {
@@ -1304,10 +1325,10 @@
1304
1325
  }
1305
1326
  },
1306
1327
  {
1307
- "name": "NColorPicker",
1328
+ "name": "UColorPicker",
1308
1329
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/color-picker",
1309
1330
  "source": {
1310
- "symbol": "NColorPicker"
1331
+ "symbol": "UColorPicker"
1311
1332
  },
1312
1333
  "slots": [
1313
1334
  {
@@ -1482,11 +1503,11 @@
1482
1503
  }
1483
1504
  },
1484
1505
  {
1485
- "name": "NCard",
1506
+ "name": "UCard",
1486
1507
  "description": "Just put something in it.",
1487
1508
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/card",
1488
1509
  "source": {
1489
- "symbol": "NCard"
1510
+ "symbol": "UCard"
1490
1511
  },
1491
1512
  "slots": [
1492
1513
  {
@@ -1631,11 +1652,11 @@
1631
1652
  }
1632
1653
  },
1633
1654
  {
1634
- "name": "NCarousel",
1655
+ "name": "UCarousel",
1635
1656
  "description": "It's usually used to display good news.",
1636
1657
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/carousel",
1637
1658
  "source": {
1638
- "symbol": "NCarousel"
1659
+ "symbol": "UCarousel"
1639
1660
  },
1640
1661
  "slots": [
1641
1662
  {
@@ -1907,10 +1928,10 @@
1907
1928
  }
1908
1929
  },
1909
1930
  {
1910
- "name": "NCarouselItem",
1931
+ "name": "UCarouselItem",
1911
1932
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/carousel",
1912
1933
  "source": {
1913
- "symbol": "NCarouselItem"
1934
+ "symbol": "UCarouselItem"
1914
1935
  },
1915
1936
  "slots": [],
1916
1937
  "attributes": [],
@@ -1920,11 +1941,11 @@
1920
1941
  }
1921
1942
  },
1922
1943
  {
1923
- "name": "NCascader",
1944
+ "name": "UCascader",
1924
1945
  "description": "Cascader can be used to display and select tree structured data.",
1925
1946
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/cascader",
1926
1947
  "source": {
1927
- "symbol": "NCascader"
1948
+ "symbol": "UCascader"
1928
1949
  },
1929
1950
  "slots": [
1930
1951
  {
@@ -2272,11 +2293,11 @@
2272
2293
  }
2273
2294
  },
2274
2295
  {
2275
- "name": "NCheckbox",
2296
+ "name": "UCheckbox",
2276
2297
  "description": "Yo, yo, check it out.",
2277
2298
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/checkbox",
2278
2299
  "source": {
2279
- "symbol": "NCheckbox"
2300
+ "symbol": "UCheckbox"
2280
2301
  },
2281
2302
  "slots": [
2282
2303
  {
@@ -2403,10 +2424,10 @@
2403
2424
  }
2404
2425
  },
2405
2426
  {
2406
- "name": "NCheckboxGroup",
2427
+ "name": "UCheckboxGroup",
2407
2428
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/checkbox",
2408
2429
  "source": {
2409
- "symbol": "NCheckboxGroup"
2430
+ "symbol": "UCheckboxGroup"
2410
2431
  },
2411
2432
  "slots": [
2412
2433
  {
@@ -2486,11 +2507,11 @@
2486
2507
  }
2487
2508
  },
2488
2509
  {
2489
- "name": "NCode",
2490
- "description": "## Prequisites\n\n<n-alert title=\"Note\" type=\"warning\" style=\"margin-bottom: 16px;\" :bordered=\"false\">\n Due to package size, Uzum UI doesn't include highlight.js. If you want to use Code, make sure you have set highlightjs before using it.\n</n-alert>\n\nThe following code shows how to set hljs of Code. Importing highlight.js on demand is recommonded, because it can significantly reduce bundle size of your app.\n\n```html\n<template>\n <n-config-provider :hljs=\"hljs\">\n <my-app />\n </n-config-provider>\n</template>\n\n<script>\n import { defineComponent } from 'vue'\n import hljs from 'highlight.js/lib/core'\n import javascript from 'highlight.js/lib/languages/javascript'\n\n hljs.registerLanguage('javascript', javascript)\n\n export default defineComponent({\n setup() {\n return {\n hljs\n }\n }\n })\n</script>\n```",
2510
+ "name": "UCode",
2511
+ "description": "## Prequisites\n\n<u-alert title=\"Note\" type=\"warning\" style=\"margin-bottom: 16px;\" :bordered=\"false\">\n Due to package size, Uzum UI doesn't include highlight.js. If you want to use Code, make sure you have set highlightjs before using it.\n</u-alert>\n\nThe following code shows how to set hljs of Code. Importing highlight.js on demand is recommonded, because it can significantly reduce bundle size of your app.\n\n```html\n<template>\n <u-config-provider :hljs=\"hljs\">\n <my-app />\n </u-config-provider>\n</template>\n\n<script>\n import { defineComponent } from 'vue'\n import hljs from 'highlight.js/lib/core'\n import javascript from 'highlight.js/lib/languages/javascript'\n\n hljs.registerLanguage('javascript', javascript)\n\n export default defineComponent({\n setup() {\n return {\n hljs\n }\n }\n })\n</script>\n```",
2491
2512
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/code",
2492
2513
  "source": {
2493
- "symbol": "NCode"
2514
+ "symbol": "UCode"
2494
2515
  },
2495
2516
  "slots": [],
2496
2517
  "attributes": [],
@@ -2561,11 +2582,11 @@
2561
2582
  }
2562
2583
  },
2563
2584
  {
2564
- "name": "NCollapse",
2585
+ "name": "UCollapse",
2565
2586
  "description": "I saw it appears in many side control panels.",
2566
2587
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/collapse",
2567
2588
  "source": {
2568
- "symbol": "NCollapse"
2589
+ "symbol": "UCollapse"
2569
2590
  },
2570
2591
  "slots": [
2571
2592
  {
@@ -2614,7 +2635,7 @@
2614
2635
  "name": "display-directive",
2615
2636
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/collapse",
2616
2637
  "type": "'if' | 'show'",
2617
- "description": "The display directive to use when `n-collapse-item` renders content. `'if'` corresponds to `v-if` and `'show'` corresponds to `v-show`.",
2638
+ "description": "The display directive to use when `u-collapse-item` renders content. `'if'` corresponds to `v-if` and `'show'` corresponds to `v-show`.",
2618
2639
  "default": "'if'"
2619
2640
  }
2620
2641
  ],
@@ -2650,10 +2671,10 @@
2650
2671
  }
2651
2672
  },
2652
2673
  {
2653
- "name": "NCollapseItem",
2674
+ "name": "UCollapseItem",
2654
2675
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/collapse",
2655
2676
  "source": {
2656
- "symbol": "NCollapseItem"
2677
+ "symbol": "UCollapseItem"
2657
2678
  },
2658
2679
  "slots": [
2659
2680
  {
@@ -2710,7 +2731,7 @@
2710
2731
  "name": "display-directive",
2711
2732
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/collapse",
2712
2733
  "type": "'if' | 'show'",
2713
- "description": "The display directive to use when it is rendering its content. `'if'` corresponds to `v-if` and `'show'` corresponds to `v-show`. When it is set to `undefined` the value will follow its outer `n-collapse`.",
2734
+ "description": "The display directive to use when it is rendering its content. `'if'` corresponds to `v-if` and `'show'` corresponds to `v-show`. When it is set to `undefined` the value will follow its outer `u-collapse`.",
2714
2735
  "default": "undefined"
2715
2736
  }
2716
2737
  ],
@@ -2719,10 +2740,10 @@
2719
2740
  }
2720
2741
  },
2721
2742
  {
2722
- "name": "NCollapseTransition",
2743
+ "name": "UCollapseTransition",
2723
2744
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/collapse-transition",
2724
2745
  "source": {
2725
- "symbol": "NCollapseTransition"
2746
+ "symbol": "UCollapseTransition"
2726
2747
  },
2727
2748
  "slots": [
2728
2749
  {
@@ -2758,10 +2779,10 @@
2758
2779
  }
2759
2780
  },
2760
2781
  {
2761
- "name": "NConfigProvider",
2782
+ "name": "UConfigProvider",
2762
2783
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2763
2784
  "source": {
2764
- "symbol": "NConfigProvider"
2785
+ "symbol": "UConfigProvider"
2765
2786
  },
2766
2787
  "slots": [],
2767
2788
  "attributes": [],
@@ -2770,7 +2791,7 @@
2770
2791
  "name": "abstract",
2771
2792
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2772
2793
  "type": "boolean",
2773
- "description": "If `n-config-provider` has no wrapper DOM",
2794
+ "description": "If `u-config-provider` has no wrapper DOM",
2774
2795
  "default": "false"
2775
2796
  },
2776
2797
  {
@@ -2783,27 +2804,27 @@
2783
2804
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2784
2805
  "type": "string",
2785
2806
  "description": "The class prefix of all inner components. It's applied in the first time.",
2786
- "default": "n"
2807
+ "default": "u"
2787
2808
  },
2788
2809
  {
2789
2810
  "name": "locale",
2790
2811
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2791
2812
  "type": "Locale | null",
2792
- "description": "The locale object to be consumed by its child. If set to `null` it will use the default `enUS` locale. If set to `undefined` it will inherit its parent `n-config-provider`.",
2813
+ "description": "The locale object to be consumed by its child. If set to `null` it will use the default `enUS` locale. If set to `undefined` it will inherit its parent `u-config-provider`.",
2793
2814
  "default": "undefined"
2794
2815
  },
2795
2816
  {
2796
2817
  "name": "date-locale",
2797
2818
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2798
2819
  "type": "DateLocale | null",
2799
- "description": "The date locale object to be consumed by its child. If set to `null` it will use the default `dateEnUS` locale. If set to `undefined` it will inherit its parent `n-config-provider`.",
2820
+ "description": "The date locale object to be consumed by its child. If set to `null` it will use the default `dateEnUS` locale. If set to `undefined` it will inherit its parent `u-config-provider`.",
2800
2821
  "default": "undefined"
2801
2822
  },
2802
2823
  {
2803
2824
  "name": "namespace",
2804
2825
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2805
2826
  "type": "string",
2806
- "description": "Class name of detached parts of components inside `n-config-provider`",
2827
+ "description": "Class name of detached parts of components inside `u-config-provider`",
2807
2828
  "default": "undefined"
2808
2829
  },
2809
2830
  {
@@ -2815,7 +2836,7 @@
2815
2836
  "name": "tag",
2816
2837
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2817
2838
  "type": "string",
2818
- "description": "What tag `n-config-provider` will be rendered as",
2839
+ "description": "What tag `u-config-provider` will be rendered as",
2819
2840
  "default": "'div'"
2820
2841
  },
2821
2842
  {
@@ -2827,7 +2848,7 @@
2827
2848
  "name": "katex",
2828
2849
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2829
2850
  "type": "object",
2830
- "description": "Katex object for `n-equation`.",
2851
+ "description": "Katex object for `u-equation`.",
2831
2852
  "default": "undefined",
2832
2853
  "description-sections": {
2833
2854
  "since": "2.34.0"
@@ -2847,14 +2868,14 @@
2847
2868
  "name": "breakpoints",
2848
2869
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2849
2870
  "type": "{ [k: string]: number }",
2850
- "description": "Responsive breakpoints, it will be used in `n-grid`. The prop is not responsive, you need to set it on its first mount.",
2871
+ "description": "Responsive breakpoints, it will be used in `u-grid`. The prop is not responsive, you need to set it on its first mount.",
2851
2872
  "default": "{ xs: 0, s: 640, m: 1024, l: 1280, xl: 1536, xxl: 1920 }"
2852
2873
  },
2853
2874
  {
2854
2875
  "name": "preflight-style-disabled",
2855
2876
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2856
2877
  "type": "boolean",
2857
- "description": "Whether to disabled preflight style of naive-ui. If you disable it, you can take control of all global css. Also you can use `n-global-style` to apply global style (which is recommend since global style will be reactive).",
2878
+ "description": "Whether to disabled preflight style of naive-ui. If you disable it, you can take control of all global css. Also you can use `u-global-style` to apply global style (which is recommend since global style will be reactive).",
2858
2879
  "default": "false",
2859
2880
  "description-sections": {
2860
2881
  "since": "2.29.0"
@@ -2879,14 +2900,14 @@
2879
2900
  "name": "theme",
2880
2901
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2881
2902
  "type": "Theme | null",
2882
- "description": "The theme object to be consumed by its child. If set to `null` it will use the default light theme. If set to `undefined` it will inherit its parent `n-config-provider`. For more details please see [Customizing Theme](../docs/customize-theme).",
2903
+ "description": "The theme object to be consumed by its child. If set to `null` it will use the default light theme. If set to `undefined` it will inherit its parent `u-config-provider`. For more details please see [Customizing Theme](../docs/customize-theme).",
2883
2904
  "default": "undefined"
2884
2905
  },
2885
2906
  {
2886
2907
  "name": "theme-overrides",
2887
2908
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/config-provider",
2888
2909
  "type": "ThemeOverrides | null",
2889
- "description": "The theme vars overrides to be consumed by its child. If set to `null` it will clear all theme vars. If set to `undefined` it will inherit its parent `n-config-provider`. For more details please see [Customizing Theme](../docs/customize-theme).",
2910
+ "description": "The theme vars overrides to be consumed by its child. If set to `null` it will clear all theme vars. If set to `undefined` it will inherit its parent `u-config-provider`. For more details please see [Customizing Theme](../docs/customize-theme).",
2890
2911
  "default": "undefined"
2891
2912
  }
2892
2913
  ],
@@ -2895,11 +2916,11 @@
2895
2916
  }
2896
2917
  },
2897
2918
  {
2898
- "name": "NCountdown",
2919
+ "name": "UCountdown",
2899
2920
  "description": "A second is passed after a second has passed.",
2900
2921
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/countdown",
2901
2922
  "source": {
2902
- "symbol": "NCountdown"
2923
+ "symbol": "UCountdown"
2903
2924
  },
2904
2925
  "slots": [],
2905
2926
  "attributes": [],
@@ -2961,10 +2982,10 @@
2961
2982
  }
2962
2983
  },
2963
2984
  {
2964
- "name": "NNumberAnimation",
2985
+ "name": "UNumberAnimation",
2965
2986
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/number-animation",
2966
2987
  "source": {
2967
- "symbol": "NNumberAnimation"
2988
+ "symbol": "UNumberAnimation"
2968
2989
  },
2969
2990
  "slots": [],
2970
2991
  "attributes": [],
@@ -3056,10 +3077,10 @@
3056
3077
  }
3057
3078
  },
3058
3079
  {
3059
- "name": "NDataTable",
3080
+ "name": "UDataTable",
3060
3081
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
3061
3082
  "source": {
3062
- "symbol": "NDataTable"
3083
+ "symbol": "UDataTable"
3063
3084
  },
3064
3085
  "slots": [
3065
3086
  {
@@ -3143,7 +3164,7 @@
3143
3164
  "name": "summary",
3144
3165
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/data-table",
3145
3166
  "type": "DataTableCreateSummary",
3146
- "description": "Data of table summary row. For types, see <n-a href=\"#DataTableCreateSummary-Type\">DataTableCreateSummary Type</n-a>.",
3167
+ "description": "Data of table summary row. For types, see <u-a href=\"#DataTableCreateSummary-Type\">DataTableCreateSummary Type</u-a>.",
3147
3168
  "default": "undefined"
3148
3169
  },
3149
3170
  {
@@ -3517,10 +3538,10 @@
3517
3538
  }
3518
3539
  },
3519
3540
  {
3520
- "name": "NDatePicker",
3541
+ "name": "UDatePicker",
3521
3542
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
3522
3543
  "source": {
3523
- "symbol": "NDatePicker"
3544
+ "symbol": "UDatePicker"
3524
3545
  },
3525
3546
  "slots": [
3526
3547
  {
@@ -3694,6 +3715,11 @@
3694
3715
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
3695
3716
  "type": "object"
3696
3717
  },
3718
+ {
3719
+ "name": "default-shortcuts",
3720
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
3721
+ "type": "boolean"
3722
+ },
3697
3723
  {
3698
3724
  "name": "is-date-disabled",
3699
3725
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/date-picker",
@@ -3810,11 +3836,11 @@
3810
3836
  }
3811
3837
  },
3812
3838
  {
3813
- "name": "NDescriptions",
3839
+ "name": "UDescriptions",
3814
3840
  "description": "<!--single-column-->\n\nDisplay items of content easily.",
3815
3841
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
3816
3842
  "source": {
3817
- "symbol": "NDescriptions"
3843
+ "symbol": "UDescriptions"
3818
3844
  },
3819
3845
  "slots": [
3820
3846
  {
@@ -3904,10 +3930,10 @@
3904
3930
  }
3905
3931
  },
3906
3932
  {
3907
- "name": "NDescriptionsItem",
3933
+ "name": "UDescriptionsItem",
3908
3934
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/descriptions",
3909
3935
  "source": {
3910
- "symbol": "NDescriptionsItem"
3936
+ "symbol": "UDescriptionsItem"
3911
3937
  },
3912
3938
  "slots": [],
3913
3939
  "attributes": [],
@@ -3938,11 +3964,11 @@
3938
3964
  }
3939
3965
  },
3940
3966
  {
3941
- "name": "NDialog",
3942
- "description": "Before taking action, please confirm.\n\n<n-alert title=\"Prerequisite\" type=\"warning\" :bordered=\"false\">\n If you want to use dialog, you need to wrap the component where you call related methods inside <n-text code>n-dialog-provider</n-text> and use <n-text code>useDialog</n-text> to get the API.\n</n-alert>\n\nFor example:\n\n```html\n<!-- App.vue -->\n<n-dialog-provider>\n <content />\n</n-dialog-provider>\n```\n\n```js\nimport { defineComponent } from 'vue'\nimport { useDialog } from '@uzum/ui'\n\n// content\nexport default defineComponent({\n setup () {\n const dialog = useDialog()\n return {\n warning () {\n dialog.warning(options)\n }\n }\n }\n})\n```",
3967
+ "name": "UDialog",
3968
+ "description": "Before taking action, please confirm.\n\n<u-alert title=\"Prerequisite\" type=\"warning\" :bordered=\"false\">\n If you want to use dialog, you need to wrap the component where you call related methods inside <u-text code>u-dialog-provider</u-text> and use <u-text code>useDialog</u-text> to get the API.\n</u-alert>\n\nFor example:\n\n```html\n<!-- App.vue -->\n<u-dialog-provider>\n <content />\n</u-dialog-provider>\n```\n\n```js\nimport { defineComponent } from 'vue'\nimport { useDialog } from '@uzum-tech/ui'\n\n// content\nexport default defineComponent({\n setup () {\n const dialog = useDialog()\n return {\n warning () {\n dialog.warning(options)\n }\n }\n }\n})\n```",
3943
3969
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dialog",
3944
3970
  "source": {
3945
- "symbol": "NDialog"
3971
+ "symbol": "UDialog"
3946
3972
  },
3947
3973
  "slots": [
3948
3974
  {
@@ -4098,10 +4124,10 @@
4098
4124
  }
4099
4125
  },
4100
4126
  {
4101
- "name": "NDialogProvider",
4127
+ "name": "UDialogProvider",
4102
4128
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dialog",
4103
4129
  "source": {
4104
- "symbol": "NDialogProvider"
4130
+ "symbol": "UDialogProvider"
4105
4131
  },
4106
4132
  "slots": [],
4107
4133
  "attributes": [],
@@ -4122,11 +4148,11 @@
4122
4148
  }
4123
4149
  },
4124
4150
  {
4125
- "name": "NDivider",
4151
+ "name": "UDivider",
4126
4152
  "description": "Divide something.",
4127
4153
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/divider",
4128
4154
  "source": {
4129
- "symbol": "NDivider"
4155
+ "symbol": "UDivider"
4130
4156
  },
4131
4157
  "slots": [
4132
4158
  {
@@ -4164,11 +4190,11 @@
4164
4190
  }
4165
4191
  },
4166
4192
  {
4167
- "name": "NDrawer",
4168
- "description": "I think it is similar with modal, with a bit difference on placement.\n\n<n-alert title=\"Caveat\" type=\"warning\" :bordered=\"false\">\n If you need to use <n-text code>n-drawer-content</n-text>, you should keep <n-text code>n-drawer</n-text>'s <n-text code>native-scrollbar</n-text> prop as <n-text code>true</n-text>.\n</n-alert>",
4193
+ "name": "UDrawer",
4194
+ "description": "I think it is similar with modal, with a bit difference on placement.\n\n<u-alert title=\"Caveat\" type=\"warning\" :bordered=\"false\">\n If you need to use <u-text code>u-drawer-content</u-text>, you should keep <u-text code>u-drawer</u-text>'s <u-text code>native-scrollbar</u-text> prop as <u-text code>true</u-text>.\n</u-alert>",
4169
4195
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/drawer",
4170
4196
  "source": {
4171
- "symbol": "NDrawer"
4197
+ "symbol": "UDrawer"
4172
4198
  },
4173
4199
  "slots": [
4174
4200
  {
@@ -4235,7 +4261,7 @@
4235
4261
  "name": "display-directive",
4236
4262
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/drawer",
4237
4263
  "type": "string",
4238
- "description": "The display directive to use when `n-drawer` is rendered. `'if'` corresponds to `v-if` and `'show'` corresponds to `v-show`.",
4264
+ "description": "The display directive to use when `u-drawer` is rendered. `'if'` corresponds to `v-if` and `'show'` corresponds to `v-show`.",
4239
4265
  "default": "'if'"
4240
4266
  },
4241
4267
  {
@@ -4497,10 +4523,10 @@
4497
4523
  }
4498
4524
  },
4499
4525
  {
4500
- "name": "NDrawerContent",
4526
+ "name": "UDrawerContent",
4501
4527
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/drawer",
4502
4528
  "source": {
4503
- "symbol": "NDrawerContent"
4529
+ "symbol": "UDrawerContent"
4504
4530
  },
4505
4531
  "slots": [
4506
4532
  {
@@ -4583,11 +4609,11 @@
4583
4609
  }
4584
4610
  },
4585
4611
  {
4586
- "name": "NDropdown",
4612
+ "name": "UDropdown",
4587
4613
  "description": "When you have some functions to trigger.",
4588
4614
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dropdown",
4589
4615
  "source": {
4590
- "symbol": "NDropdown"
4616
+ "symbol": "UDropdown"
4591
4617
  },
4592
4618
  "slots": [],
4593
4619
  "attributes": [],
@@ -4874,10 +4900,10 @@
4874
4900
  }
4875
4901
  },
4876
4902
  {
4877
- "name": "NDynamicInput",
4903
+ "name": "UDynamicInput",
4878
4904
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dynamic-input",
4879
4905
  "source": {
4880
- "symbol": "NDynamicInput"
4906
+ "symbol": "UDynamicInput"
4881
4907
  },
4882
4908
  "slots": [
4883
4909
  {
@@ -4946,7 +4972,7 @@
4946
4972
  "name": "preset",
4947
4973
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dynamic-input",
4948
4974
  "type": "'input' | 'pair'",
4949
- "description": "The preset of `n-dynamic-input`, it work when `$slots.default` is not set.",
4975
+ "description": "The preset of `u-dynamic-input`, it work when `$slots.default` is not set.",
4950
4976
  "default": "'input'"
4951
4977
  },
4952
4978
  {
@@ -5052,10 +5078,10 @@
5052
5078
  }
5053
5079
  },
5054
5080
  {
5055
- "name": "NDynamicTags",
5081
+ "name": "UDynamicTags",
5056
5082
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dynamic-tags",
5057
5083
  "source": {
5058
- "symbol": "NDynamicTags"
5084
+ "symbol": "UDynamicTags"
5059
5085
  },
5060
5086
  "slots": [
5061
5087
  {
@@ -5143,7 +5169,7 @@
5143
5169
  "name": "input-props",
5144
5170
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/dynamic-tags",
5145
5171
  "type": "InputProps",
5146
- "description": "Props of internal `n-input`.",
5172
+ "description": "Props of internal `u-input`.",
5147
5173
  "default": "undefined",
5148
5174
  "description-sections": {
5149
5175
  "since": "2.25.0"
@@ -5209,11 +5235,11 @@
5209
5235
  }
5210
5236
  },
5211
5237
  {
5212
- "name": "NElement",
5238
+ "name": "UElement",
5213
5239
  "description": "Element has many theme variables provided by Uzum UI.",
5214
5240
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/element",
5215
5241
  "source": {
5216
- "symbol": "NElement"
5242
+ "symbol": "UElement"
5217
5243
  },
5218
5244
  "slots": [
5219
5245
  {
@@ -5228,7 +5254,7 @@
5228
5254
  "name": "tag",
5229
5255
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/element",
5230
5256
  "type": "string",
5231
- "description": "The tag `n-element` should be rendered as.",
5257
+ "description": "The tag `u-element` should be rendered as.",
5232
5258
  "default": "'div'"
5233
5259
  }
5234
5260
  ],
@@ -5237,11 +5263,11 @@
5237
5263
  }
5238
5264
  },
5239
5265
  {
5240
- "name": "NEl",
5266
+ "name": "UEl",
5241
5267
  "description": "Element has many theme variables provided by Uzum UI.",
5242
5268
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/element",
5243
5269
  "source": {
5244
- "symbol": "NEl"
5270
+ "symbol": "UEl"
5245
5271
  },
5246
5272
  "slots": [
5247
5273
  {
@@ -5256,7 +5282,7 @@
5256
5282
  "name": "tag",
5257
5283
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/element",
5258
5284
  "type": "string",
5259
- "description": "The tag `n-element` should be rendered as.",
5285
+ "description": "The tag `u-element` should be rendered as.",
5260
5286
  "default": "'div'"
5261
5287
  }
5262
5288
  ],
@@ -5265,11 +5291,11 @@
5265
5291
  }
5266
5292
  },
5267
5293
  {
5268
- "name": "NEllipsis",
5294
+ "name": "UEllipsis",
5269
5295
  "description": "Complexity has to live somewhere.\n\nWhen you hear somebody talk about a subtle concept, keep alert.",
5270
5296
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/ellipsis",
5271
5297
  "source": {
5272
- "symbol": "NEllipsis"
5298
+ "symbol": "UEllipsis"
5273
5299
  },
5274
5300
  "slots": [
5275
5301
  {
@@ -5321,9 +5347,9 @@
5321
5347
  }
5322
5348
  },
5323
5349
  {
5324
- "name": "NPerformantEllipsis",
5350
+ "name": "UPerformantEllipsis",
5325
5351
  "source": {
5326
- "symbol": "NPerformantEllipsis"
5352
+ "symbol": "UPerformantEllipsis"
5327
5353
  },
5328
5354
  "slots": [],
5329
5355
  "attributes": [],
@@ -5346,11 +5372,11 @@
5346
5372
  }
5347
5373
  },
5348
5374
  {
5349
- "name": "NEmpty",
5375
+ "name": "UEmpty",
5350
5376
  "description": "E<span style=\"opacity: 0;\">mpt</span>y.",
5351
5377
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/empty",
5352
5378
  "source": {
5353
- "symbol": "NEmpty"
5379
+ "symbol": "UEmpty"
5354
5380
  },
5355
5381
  "slots": [
5356
5382
  {
@@ -5410,11 +5436,11 @@
5410
5436
  }
5411
5437
  },
5412
5438
  {
5413
- "name": "NForm",
5414
- "description": "<!--single-column-->\n\nThe element to collect and validate data.\n\n<n-alert type=\"warning\" title=\"Caveat\" :bordered=\"false\">\n If you want to apply required rule for a form item with number typed value, you need to set <n-text code>`type: number`</n-text> in the rule object.\n</n-alert>",
5439
+ "name": "UForm",
5440
+ "description": "<!--single-column-->\n\nThe element to collect and validate data.\n\n<u-alert type=\"warning\" title=\"Caveat\" :bordered=\"false\">\n If you want to apply required rule for a form item with number typed value, you need to set <u-text code>`type: number`</u-text> in the rule object.\n</u-alert>",
5415
5441
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
5416
5442
  "source": {
5417
- "symbol": "NForm"
5443
+ "symbol": "UForm"
5418
5444
  },
5419
5445
  "slots": [
5420
5446
  {
@@ -5533,10 +5559,10 @@
5533
5559
  }
5534
5560
  },
5535
5561
  {
5536
- "name": "NFormItem",
5562
+ "name": "UFormItem",
5537
5563
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
5538
5564
  "source": {
5539
- "symbol": "NFormItem"
5565
+ "symbol": "UFormItem"
5540
5566
  },
5541
5567
  "slots": [
5542
5568
  {
@@ -5692,10 +5718,10 @@
5692
5718
  }
5693
5719
  },
5694
5720
  {
5695
- "name": "NFormItemGridItem",
5721
+ "name": "UFormItemGridItem",
5696
5722
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
5697
5723
  "source": {
5698
- "symbol": "NFormItemGridItem"
5724
+ "symbol": "UFormItemGridItem"
5699
5725
  },
5700
5726
  "slots": [],
5701
5727
  "attributes": [],
@@ -5836,10 +5862,10 @@
5836
5862
  }
5837
5863
  },
5838
5864
  {
5839
- "name": "NFormItemGi",
5865
+ "name": "UFormItemGi",
5840
5866
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
5841
5867
  "source": {
5842
- "symbol": "NFormItemGi"
5868
+ "symbol": "UFormItemGi"
5843
5869
  },
5844
5870
  "slots": [],
5845
5871
  "attributes": [],
@@ -5980,10 +6006,10 @@
5980
6006
  }
5981
6007
  },
5982
6008
  {
5983
- "name": "NFormItemCol",
6009
+ "name": "UFormItemCol",
5984
6010
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
5985
6011
  "source": {
5986
- "symbol": "NFormItemCol"
6012
+ "symbol": "UFormItemCol"
5987
6013
  },
5988
6014
  "slots": [],
5989
6015
  "attributes": [],
@@ -6109,10 +6135,10 @@
6109
6135
  }
6110
6136
  },
6111
6137
  {
6112
- "name": "NFormItemRow",
6138
+ "name": "UFormItemRow",
6113
6139
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/form",
6114
6140
  "source": {
6115
- "symbol": "NFormItemRow"
6141
+ "symbol": "UFormItemRow"
6116
6142
  },
6117
6143
  "slots": [],
6118
6144
  "attributes": [],
@@ -6253,10 +6279,10 @@
6253
6279
  }
6254
6280
  },
6255
6281
  {
6256
- "name": "NGlobalStyle",
6282
+ "name": "UGlobalStyle",
6257
6283
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/global-style",
6258
6284
  "source": {
6259
- "symbol": "NGlobalStyle"
6285
+ "symbol": "UGlobalStyle"
6260
6286
  },
6261
6287
  "slots": [],
6262
6288
  "attributes": [],
@@ -6266,10 +6292,10 @@
6266
6292
  }
6267
6293
  },
6268
6294
  {
6269
- "name": "NGradientText",
6295
+ "name": "UGradientText",
6270
6296
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/gradient-text",
6271
6297
  "source": {
6272
- "symbol": "NGradientText"
6298
+ "symbol": "UGradientText"
6273
6299
  },
6274
6300
  "slots": [
6275
6301
  {
@@ -6317,11 +6343,11 @@
6317
6343
  }
6318
6344
  },
6319
6345
  {
6320
- "name": "NGrid",
6321
- "description": "<!--single-column-->\n\nBased on CSS Grid. Responsive. Keep away from IE.\n\n<n-alert type=\"warning\" title=\"Caveats\" :bordered=\"false\">\nDue to technical limitation, <n-text code>n-grid-item</n-text> can't be encapsulated in another component.\n</n-alert>",
6346
+ "name": "UGrid",
6347
+ "description": "<!--single-column-->\n\nBased on CSS Grid. Responsive. Keep away from IE.\n\n<u-alert type=\"warning\" title=\"Caveats\" :bordered=\"false\">\nDue to technical limitation, <u-text code>u-grid-item</u-text> can't be encapsulated in another component.\n</u-alert>",
6322
6348
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/grid",
6323
6349
  "source": {
6324
- "symbol": "NGrid"
6350
+ "symbol": "UGrid"
6325
6351
  },
6326
6352
  "slots": [
6327
6353
  {
@@ -6336,7 +6362,7 @@
6336
6362
  "name": "layout-shift-disabled",
6337
6363
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/grid",
6338
6364
  "type": "boolean",
6339
- "description": "By default, `n-grid` will compute grid content based on window size and container size. This would cause 2 side effects: Content may shift in SSR mode; Render items has layout shift and it would influence performance slightly. If you don't need any responsive functionality, you can use `layout-shift-disabled` to get rid of side effects of it. Please note that set `layout-shift-disabled` will disabled all responsive functionality of `n-grid` and `suffix`, `offset` of `n-grid-item`.",
6365
+ "description": "By default, `u-grid` will compute grid content based on window size and container size. This would cause 2 side effects: Content may shift in SSR mode; Render items has layout shift and it would influence performance slightly. If you don't need any responsive functionality, you can use `layout-shift-disabled` to get rid of side effects of it. Please note that set `layout-shift-disabled` will disabled all responsive functionality of `u-grid` and `suffix`, `offset` of `u-grid-item`.",
6340
6366
  "default": "false",
6341
6367
  "description-sections": {
6342
6368
  "since": "2.32.2"
@@ -6402,10 +6428,10 @@
6402
6428
  }
6403
6429
  },
6404
6430
  {
6405
- "name": "NGridItem",
6431
+ "name": "UGridItem",
6406
6432
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/grid",
6407
6433
  "source": {
6408
- "symbol": "NGridItem"
6434
+ "symbol": "UGridItem"
6409
6435
  },
6410
6436
  "slots": [
6411
6437
  {
@@ -6464,10 +6490,10 @@
6464
6490
  }
6465
6491
  },
6466
6492
  {
6467
- "name": "NGi",
6493
+ "name": "UGi",
6468
6494
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/grid",
6469
6495
  "source": {
6470
- "symbol": "NGi"
6496
+ "symbol": "UGi"
6471
6497
  },
6472
6498
  "slots": [
6473
6499
  {
@@ -6526,11 +6552,11 @@
6526
6552
  }
6527
6553
  },
6528
6554
  {
6529
- "name": "NIcon",
6555
+ "name": "UIcon",
6530
6556
  "description": "It is recommend to use [xicons](https://www.xicons.org) as your icon library.",
6531
6557
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon",
6532
6558
  "source": {
6533
- "symbol": "NIcon"
6559
+ "symbol": "UIcon"
6534
6560
  },
6535
6561
  "slots": [
6536
6562
  {
@@ -6578,10 +6604,10 @@
6578
6604
  }
6579
6605
  },
6580
6606
  {
6581
- "name": "NIconWrapper",
6607
+ "name": "UIconWrapper",
6582
6608
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/icon",
6583
6609
  "source": {
6584
- "symbol": "NIconWrapper"
6610
+ "symbol": "UIconWrapper"
6585
6611
  },
6586
6612
  "slots": [],
6587
6613
  "attributes": [],
@@ -6632,11 +6658,11 @@
6632
6658
  }
6633
6659
  },
6634
6660
  {
6635
- "name": "NImage",
6661
+ "name": "UImage",
6636
6662
  "description": "Preview it.",
6637
6663
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/image",
6638
6664
  "source": {
6639
- "symbol": "NImage"
6665
+ "symbol": "UImage"
6640
6666
  },
6641
6667
  "slots": [
6642
6668
  {
@@ -6795,10 +6821,10 @@
6795
6821
  }
6796
6822
  },
6797
6823
  {
6798
- "name": "NImageGroup",
6824
+ "name": "UImageGroup",
6799
6825
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/image",
6800
6826
  "source": {
6801
- "symbol": "NImageGroup"
6827
+ "symbol": "UImageGroup"
6802
6828
  },
6803
6829
  "slots": [
6804
6830
  {
@@ -6847,11 +6873,11 @@
6847
6873
  }
6848
6874
  },
6849
6875
  {
6850
- "name": "NInput",
6876
+ "name": "UInput",
6851
6877
  "description": "Many years ago, inputs were just punched cards.",
6852
6878
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/input",
6853
6879
  "source": {
6854
- "symbol": "NInput"
6880
+ "symbol": "UInput"
6855
6881
  },
6856
6882
  "slots": [
6857
6883
  {
@@ -7064,6 +7090,11 @@
7064
7090
  "description": "Set loading state. If set (true/false), the element will always take up enough space for the loading indicator.",
7065
7091
  "default": "undefined"
7066
7092
  },
7093
+ {
7094
+ "name": "loading-skeleton",
7095
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/input",
7096
+ "type": "boolean"
7097
+ },
7067
7098
  {
7068
7099
  "name": "allow-input",
7069
7100
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/input",
@@ -7216,10 +7247,10 @@
7216
7247
  }
7217
7248
  },
7218
7249
  {
7219
- "name": "NInputGroup",
7250
+ "name": "UInputGroup",
7220
7251
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/input",
7221
7252
  "source": {
7222
- "symbol": "NInputGroup"
7253
+ "symbol": "UInputGroup"
7223
7254
  },
7224
7255
  "slots": [
7225
7256
  {
@@ -7235,10 +7266,10 @@
7235
7266
  }
7236
7267
  },
7237
7268
  {
7238
- "name": "NInputGroupLabel",
7269
+ "name": "UInputGroupLabel",
7239
7270
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/input",
7240
7271
  "source": {
7241
- "symbol": "NInputGroupLabel"
7272
+ "symbol": "UInputGroupLabel"
7242
7273
  },
7243
7274
  "slots": [
7244
7275
  {
@@ -7265,10 +7296,10 @@
7265
7296
  }
7266
7297
  },
7267
7298
  {
7268
- "name": "NInputNumber",
7299
+ "name": "UInputNumber",
7269
7300
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/input-number",
7270
7301
  "source": {
7271
- "symbol": "NInputNumber"
7302
+ "symbol": "UInputNumber"
7272
7303
  },
7273
7304
  "slots": [
7274
7305
  {
@@ -7519,11 +7550,11 @@
7519
7550
  }
7520
7551
  },
7521
7552
  {
7522
- "name": "NLayout",
7523
- "description": "<!--single-column-->\n\nLayout is for layout.\n\nThe component is a bit complicated to use. But like a manual gear car, it worths a shot.\n\nIf you are use version before v2.3.0, you may want to know about <n-a href=\"#Changes-After-v2.3.0\">Changes After v2.3.0</n-a>.",
7553
+ "name": "ULayout",
7554
+ "description": "<!--single-column-->\n\nLayout is for layout.\n\nThe component is a bit complicated to use. But like a manual gear car, it worths a shot.\n\nIf you are use version before v2.3.0, you may want to know about <u-a href=\"#Changes-After-v2.3.0\">Changes After v2.3.0</u-a>.",
7524
7555
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7525
7556
  "source": {
7526
- "symbol": "NLayout"
7557
+ "symbol": "ULayout"
7527
7558
  },
7528
7559
  "slots": [
7529
7560
  {
@@ -7597,10 +7628,10 @@
7597
7628
  }
7598
7629
  },
7599
7630
  {
7600
- "name": "NLayoutContent",
7631
+ "name": "ULayoutContent",
7601
7632
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7602
7633
  "source": {
7603
- "symbol": "NLayoutContent"
7634
+ "symbol": "ULayoutContent"
7604
7635
  },
7605
7636
  "slots": [],
7606
7637
  "attributes": [],
@@ -7651,10 +7682,10 @@
7651
7682
  }
7652
7683
  },
7653
7684
  {
7654
- "name": "NLayoutHeader",
7685
+ "name": "ULayoutHeader",
7655
7686
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7656
7687
  "source": {
7657
- "symbol": "NLayoutHeader"
7688
+ "symbol": "ULayoutHeader"
7658
7689
  },
7659
7690
  "slots": [],
7660
7691
  "attributes": [],
@@ -7680,10 +7711,10 @@
7680
7711
  }
7681
7712
  },
7682
7713
  {
7683
- "name": "NLayoutFooter",
7714
+ "name": "ULayoutFooter",
7684
7715
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7685
7716
  "source": {
7686
- "symbol": "NLayoutFooter"
7717
+ "symbol": "ULayoutFooter"
7687
7718
  },
7688
7719
  "slots": [],
7689
7720
  "attributes": [],
@@ -7709,10 +7740,10 @@
7709
7740
  }
7710
7741
  },
7711
7742
  {
7712
- "name": "NLayoutSider",
7743
+ "name": "ULayoutSider",
7713
7744
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/layout",
7714
7745
  "source": {
7715
- "symbol": "NLayoutSider"
7746
+ "symbol": "ULayoutSider"
7716
7747
  },
7717
7748
  "slots": [],
7718
7749
  "attributes": [],
@@ -7827,10 +7858,10 @@
7827
7858
  }
7828
7859
  },
7829
7860
  {
7830
- "name": "NRow",
7861
+ "name": "URow",
7831
7862
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-grid",
7832
7863
  "source": {
7833
- "symbol": "NRow"
7864
+ "symbol": "URow"
7834
7865
  },
7835
7866
  "slots": [],
7836
7867
  "attributes": [],
@@ -7858,10 +7889,10 @@
7858
7889
  }
7859
7890
  },
7860
7891
  {
7861
- "name": "NCol",
7892
+ "name": "UCol",
7862
7893
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-grid",
7863
7894
  "source": {
7864
- "symbol": "NCol"
7895
+ "symbol": "UCol"
7865
7896
  },
7866
7897
  "slots": [],
7867
7898
  "attributes": [],
@@ -7896,10 +7927,10 @@
7896
7927
  }
7897
7928
  },
7898
7929
  {
7899
- "name": "NLegacyTransfer",
7930
+ "name": "ULegacyTransfer",
7900
7931
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/legacy-transfer",
7901
7932
  "source": {
7902
- "symbol": "NLegacyTransfer"
7933
+ "symbol": "ULegacyTransfer"
7903
7934
  },
7904
7935
  "slots": [],
7905
7936
  "attributes": [],
@@ -7983,11 +8014,11 @@
7983
8014
  }
7984
8015
  },
7985
8016
  {
7986
- "name": "NList",
8017
+ "name": "UList",
7987
8018
  "description": "It is hard to make it looks elegant. However things should be done.\n\n<!--single-column-->",
7988
8019
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
7989
8020
  "source": {
7990
- "symbol": "NList"
8021
+ "symbol": "UList"
7991
8022
  },
7992
8023
  "slots": [
7993
8024
  {
@@ -8056,10 +8087,10 @@
8056
8087
  }
8057
8088
  },
8058
8089
  {
8059
- "name": "NListItem",
8090
+ "name": "UListItem",
8060
8091
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/list",
8061
8092
  "source": {
8062
- "symbol": "NListItem"
8093
+ "symbol": "UListItem"
8063
8094
  },
8064
8095
  "slots": [
8065
8096
  {
@@ -8085,10 +8116,10 @@
8085
8116
  }
8086
8117
  },
8087
8118
  {
8088
- "name": "NLoadingBarProvider",
8119
+ "name": "ULoadingBarProvider",
8089
8120
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/loading-bar",
8090
8121
  "source": {
8091
- "symbol": "NLoadingBarProvider"
8122
+ "symbol": "ULoadingBarProvider"
8092
8123
  },
8093
8124
  "slots": [],
8094
8125
  "attributes": [],
@@ -8126,11 +8157,11 @@
8126
8157
  }
8127
8158
  },
8128
8159
  {
8129
- "name": "NLog",
8130
- "description": "<!--single-column-->\n\nIf you have some logs to show, use log.\n\n<n-alert title=\"Note\" type=\"warning\" style=\"margin-bottom: 16px;\" :bordered=\"false\">\n Due to package size, Uzum UI doesn't include highlight.js. If you want highlight logs, make sure you have set highlightjs before using it.\n</n-alert>\n\nIn highlight demo, we defined a language called `naive-log` which will highlight all the numbers of line. The following code shows how we defined it. If you want to know more about highlight.js, see <n-a href=\"https://highlightjs.org/\" target=\"_blank\">highlight.js</n-a> and <n-a href=\"https://highlightjs.readthedocs.io/en/latest/index.html\" target=\"_blank\">highlight.js developer documentation</n-a>\n\n```html\n<template>\n <n-config-provider :hljs=\"hljs\">\n <my-app />\n </n-config-provider>\n</template>\n\n<script>\n import { defineComponent } from 'vue'\n import hljs from 'highlight.js/lib/core'\n\n hljs.registerLanguage('naive-log', () => ({\n contains: [\n {\n className: 'number',\n begin: /\\d+/\n }\n ]\n }))\n\n export default defineComponent({\n setup() {\n return {\n hljs\n }\n }\n })\n</script>\n```",
8160
+ "name": "ULog",
8161
+ "description": "<!--single-column-->\n\nIf you have some logs to show, use log.\n\n<u-alert title=\"Note\" type=\"warning\" style=\"margin-bottom: 16px;\" :bordered=\"false\">\n Due to package size, Uzum UI doesn't include highlight.js. If you want highlight logs, make sure you have set highlightjs before using it.\n</u-alert>\n\nIn highlight demo, we defined a language called `naive-log` which will highlight all the numbers of line. The following code shows how we defined it. If you want to know more about highlight.js, see <u-a href=\"https://highlightjs.org/\" target=\"_blank\">highlight.js</u-a> and <u-a href=\"https://highlightjs.readthedocs.io/en/latest/index.html\" target=\"_blank\">highlight.js developer documentation</u-a>\n\n```html\n<template>\n <u-config-provider :hljs=\"hljs\">\n <my-app />\n </u-config-provider>\n</template>\n\n<script>\n import { defineComponent } from 'vue'\n import hljs from 'highlight.js/lib/core'\n\n hljs.registerLanguage('naive-log', () => ({\n contains: [\n {\n className: 'number',\n begin: /\\d+/\n }\n ]\n }))\n\n export default defineComponent({\n setup() {\n return {\n hljs\n }\n }\n })\n</script>\n```",
8131
8162
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/log",
8132
8163
  "source": {
8133
- "symbol": "NLog"
8164
+ "symbol": "ULog"
8134
8165
  },
8135
8166
  "slots": [],
8136
8167
  "attributes": [],
@@ -8236,11 +8267,11 @@
8236
8267
  }
8237
8268
  },
8238
8269
  {
8239
- "name": "NMenu",
8270
+ "name": "UMenu",
8240
8271
  "description": "<!--single-column-->\n\nNo Food.",
8241
8272
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/menu",
8242
8273
  "source": {
8243
- "symbol": "NMenu"
8274
+ "symbol": "UMenu"
8244
8275
  },
8245
8276
  "slots": [],
8246
8277
  "attributes": [],
@@ -8514,11 +8545,11 @@
8514
8545
  }
8515
8546
  },
8516
8547
  {
8517
- "name": "NMention",
8548
+ "name": "UMention",
8518
8549
  "description": "A year ago, my product manager asked me if I could implement this feature. Back then, I recommended just using multiple selects as a workaround.",
8519
8550
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/mention",
8520
8551
  "source": {
8521
- "symbol": "NMention"
8552
+ "symbol": "UMention"
8522
8553
  },
8523
8554
  "slots": [
8524
8555
  {
@@ -8715,10 +8746,10 @@
8715
8746
  }
8716
8747
  },
8717
8748
  {
8718
- "name": "NMessageProvider",
8749
+ "name": "UMessageProvider",
8719
8750
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/message",
8720
8751
  "source": {
8721
- "symbol": "NMessageProvider"
8752
+ "symbol": "UMessageProvider"
8722
8753
  },
8723
8754
  "slots": [],
8724
8755
  "attributes": [],
@@ -8778,11 +8809,11 @@
8778
8809
  }
8779
8810
  },
8780
8811
  {
8781
- "name": "NModal",
8812
+ "name": "UModal",
8782
8813
  "description": "It just pops and shows you something.",
8783
8814
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
8784
8815
  "source": {
8785
- "symbol": "NModal"
8816
+ "symbol": "UModal"
8786
8817
  },
8787
8818
  "slots": [
8788
8819
  {
@@ -8816,7 +8847,7 @@
8816
8847
  "name": "preset",
8817
8848
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/modal",
8818
8849
  "type": "'dialog' | 'card'",
8819
- "description": "The preset of `n-modal`.",
8850
+ "description": "The preset of `u-modal`.",
8820
8851
  "default": "undefined"
8821
8852
  },
8822
8853
  {
@@ -9096,10 +9127,10 @@
9096
9127
  }
9097
9128
  },
9098
9129
  {
9099
- "name": "NNotificationProvider",
9130
+ "name": "UNotificationProvider",
9100
9131
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/notification",
9101
9132
  "source": {
9102
- "symbol": "NNotificationProvider"
9133
+ "symbol": "UNotificationProvider"
9103
9134
  },
9104
9135
  "slots": [],
9105
9136
  "attributes": [],
@@ -9156,11 +9187,11 @@
9156
9187
  }
9157
9188
  },
9158
9189
  {
9159
- "name": "NPageHeader",
9190
+ "name": "UPageHeader",
9160
9191
  "description": "I hope this component has all the slots you need!",
9161
9192
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/page-header",
9162
9193
  "source": {
9163
- "symbol": "NPageHeader"
9194
+ "symbol": "UPageHeader"
9164
9195
  },
9165
9196
  "slots": [
9166
9197
  {
@@ -9244,11 +9275,11 @@
9244
9275
  }
9245
9276
  },
9246
9277
  {
9247
- "name": "NPagination",
9278
+ "name": "UPagination",
9248
9279
  "description": "<!--single-column-->\n\nLong data's friend.",
9249
9280
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/pagination",
9250
9281
  "source": {
9251
- "symbol": "NPagination"
9282
+ "symbol": "UPagination"
9252
9283
  },
9253
9284
  "slots": [
9254
9285
  {
@@ -9340,6 +9371,11 @@
9340
9371
  "description": "Whether to show the selector of the number of items per page.",
9341
9372
  "default": "false"
9342
9373
  },
9374
+ {
9375
+ "name": "size-picker-label",
9376
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/pagination",
9377
+ "type": "string"
9378
+ },
9343
9379
  {
9344
9380
  "name": "page-size",
9345
9381
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/pagination",
@@ -9515,11 +9551,11 @@
9515
9551
  }
9516
9552
  },
9517
9553
  {
9518
- "name": "NPopconfirm",
9554
+ "name": "UPopconfirm",
9519
9555
  "description": "A confirm, poped.",
9520
9556
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popconfirm",
9521
9557
  "source": {
9522
- "symbol": "NPopconfirm"
9558
+ "symbol": "UPopconfirm"
9523
9559
  },
9524
9560
  "slots": [
9525
9561
  {
@@ -9773,11 +9809,11 @@
9773
9809
  }
9774
9810
  },
9775
9811
  {
9776
- "name": "NPopover",
9812
+ "name": "UPopover",
9777
9813
  "description": "Pop some hidden message around content. There isn't much builtin styles in popover. It's more up to you to fill the content.\n\nIf you just want to display some basic text message, see [Tooltip](tooltip) instead.",
9778
9814
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popover",
9779
9815
  "source": {
9780
- "symbol": "NPopover"
9816
+ "symbol": "UPopover"
9781
9817
  },
9782
9818
  "slots": [
9783
9819
  {
@@ -10064,11 +10100,11 @@
10064
10100
  }
10065
10101
  },
10066
10102
  {
10067
- "name": "NPopselect",
10103
+ "name": "UPopselect",
10068
10104
  "description": "If you want select some options but don't want a picker, you can use popselect instead.",
10069
10105
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/popselect",
10070
10106
  "source": {
10071
- "symbol": "NPopselect"
10107
+ "symbol": "UPopselect"
10072
10108
  },
10073
10109
  "slots": [
10074
10110
  {
@@ -10346,11 +10382,11 @@
10346
10382
  }
10347
10383
  },
10348
10384
  {
10349
- "name": "NProgress",
10385
+ "name": "UProgress",
10350
10386
  "description": "I have no words to say but there still should be a placeholder to make layout looks spread.",
10351
10387
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/progress",
10352
10388
  "source": {
10353
- "symbol": "NProgress"
10389
+ "symbol": "UProgress"
10354
10390
  },
10355
10391
  "slots": [
10356
10392
  {
@@ -10527,11 +10563,11 @@
10527
10563
  }
10528
10564
  },
10529
10565
  {
10530
- "name": "NRadio",
10566
+ "name": "URadio",
10531
10567
  "description": "When I was young, I loved listening to the radio, such as FM 106.8 or FM 92.1.",
10532
10568
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
10533
10569
  "source": {
10534
- "symbol": "NRadio"
10570
+ "symbol": "URadio"
10535
10571
  },
10536
10572
  "slots": [],
10537
10573
  "attributes": [],
@@ -10632,10 +10668,10 @@
10632
10668
  }
10633
10669
  },
10634
10670
  {
10635
- "name": "NRadioGroup",
10671
+ "name": "URadioGroup",
10636
10672
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
10637
10673
  "source": {
10638
- "symbol": "NRadioGroup"
10674
+ "symbol": "URadioGroup"
10639
10675
  },
10640
10676
  "slots": [],
10641
10677
  "attributes": [],
@@ -10697,10 +10733,10 @@
10697
10733
  }
10698
10734
  },
10699
10735
  {
10700
- "name": "NRadioButton",
10736
+ "name": "URadioButton",
10701
10737
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/radio",
10702
10738
  "source": {
10703
- "symbol": "NRadioButton"
10739
+ "symbol": "URadioButton"
10704
10740
  },
10705
10741
  "slots": [],
10706
10742
  "attributes": [],
@@ -10801,11 +10837,11 @@
10801
10837
  }
10802
10838
  },
10803
10839
  {
10804
- "name": "NRate",
10840
+ "name": "URate",
10805
10841
  "description": "Hint: If you are not very confident, think twice before changing the star's color. That can lead to a disaster.",
10806
10842
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/rate",
10807
10843
  "source": {
10808
- "symbol": "NRate"
10844
+ "symbol": "URate"
10809
10845
  },
10810
10846
  "slots": [
10811
10847
  {
@@ -10911,11 +10947,11 @@
10911
10947
  }
10912
10948
  },
10913
10949
  {
10914
- "name": "NResult",
10950
+ "name": "UResult",
10915
10951
  "description": "Result is for showing result.\n\nMany thanks to [twemoji](https://github.com/twitter/twemoji) for creating those high quality icons.",
10916
10952
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/result",
10917
10953
  "source": {
10918
- "symbol": "NResult"
10954
+ "symbol": "UResult"
10919
10955
  },
10920
10956
  "slots": [
10921
10957
  {
@@ -10973,11 +11009,11 @@
10973
11009
  }
10974
11010
  },
10975
11011
  {
10976
- "name": "NScrollbar",
11012
+ "name": "UScrollbar",
10977
11013
  "description": "It looks better but I'm sure it's not as reliable as native scrollbar.",
10978
11014
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/scrollbar",
10979
11015
  "source": {
10980
- "symbol": "NScrollbar"
11016
+ "symbol": "UScrollbar"
10981
11017
  },
10982
11018
  "slots": [
10983
11019
  {
@@ -11029,10 +11065,10 @@
11029
11065
  }
11030
11066
  },
11031
11067
  {
11032
- "name": "NSelect",
11068
+ "name": "USelect",
11033
11069
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/select",
11034
11070
  "source": {
11035
- "symbol": "NSelect"
11071
+ "symbol": "USelect"
11036
11072
  },
11037
11073
  "slots": [
11038
11074
  {
@@ -11172,6 +11208,11 @@
11172
11208
  "description": "Whether to show a loading state.",
11173
11209
  "default": "false"
11174
11210
  },
11211
+ {
11212
+ "name": "loading-skeleton",
11213
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/select",
11214
+ "type": "boolean"
11215
+ },
11175
11216
  {
11176
11217
  "name": "filter",
11177
11218
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/select",
@@ -11457,11 +11498,11 @@
11457
11498
  }
11458
11499
  },
11459
11500
  {
11460
- "name": "NSkeleton",
11501
+ "name": "USkeleton",
11461
11502
  "description": "A twinkle placeholder.",
11462
11503
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/skeleton",
11463
11504
  "source": {
11464
- "symbol": "NSkeleton"
11505
+ "symbol": "USkeleton"
11465
11506
  },
11466
11507
  "slots": [],
11467
11508
  "attributes": [],
@@ -11535,11 +11576,11 @@
11535
11576
  }
11536
11577
  },
11537
11578
  {
11538
- "name": "NSlider",
11579
+ "name": "USlider",
11539
11580
  "description": "As far as I know, it is always used as a volume control.",
11540
11581
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/slider",
11541
11582
  "source": {
11542
- "symbol": "NSlider"
11583
+ "symbol": "USlider"
11543
11584
  },
11544
11585
  "slots": [
11545
11586
  {
@@ -11694,11 +11735,11 @@
11694
11735
  }
11695
11736
  },
11696
11737
  {
11697
- "name": "NSpace",
11738
+ "name": "USpace",
11698
11739
  "description": "A great invention (which is not invented by me).",
11699
11740
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/space",
11700
11741
  "source": {
11701
- "symbol": "NSpace"
11742
+ "symbol": "USpace"
11702
11743
  },
11703
11744
  "slots": [
11704
11745
  {
@@ -11777,11 +11818,11 @@
11777
11818
  }
11778
11819
  },
11779
11820
  {
11780
- "name": "NSpin",
11821
+ "name": "USpin",
11781
11822
  "description": "It could've been called `loading`, but why is it called `spin`? Because there is another internal component with less props already named `loading`.",
11782
11823
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/spin",
11783
11824
  "source": {
11784
- "symbol": "NSpin"
11825
+ "symbol": "USpin"
11785
11826
  },
11786
11827
  "slots": [
11787
11828
  {
@@ -11849,6 +11890,11 @@
11849
11890
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/spin",
11850
11891
  "type": "boolean"
11851
11892
  },
11893
+ {
11894
+ "name": "color",
11895
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/spin",
11896
+ "type": "string"
11897
+ },
11852
11898
  {
11853
11899
  "name": "delay",
11854
11900
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/spin",
@@ -11862,11 +11908,11 @@
11862
11908
  }
11863
11909
  },
11864
11910
  {
11865
- "name": "NStatistic",
11911
+ "name": "UStatistic",
11866
11912
  "description": "As simple as it looks.",
11867
11913
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/statistic",
11868
11914
  "source": {
11869
- "symbol": "NStatistic"
11915
+ "symbol": "UStatistic"
11870
11916
  },
11871
11917
  "slots": [
11872
11918
  {
@@ -11922,11 +11968,11 @@
11922
11968
  }
11923
11969
  },
11924
11970
  {
11925
- "name": "NSteps",
11971
+ "name": "USteps",
11926
11972
  "description": "<!--single-column-->\n\n1, 2, 3... done!",
11927
11973
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
11928
11974
  "source": {
11929
- "symbol": "NSteps"
11975
+ "symbol": "USteps"
11930
11976
  },
11931
11977
  "slots": [
11932
11978
  {
@@ -12000,10 +12046,10 @@
12000
12046
  }
12001
12047
  },
12002
12048
  {
12003
- "name": "NStep",
12049
+ "name": "UStep",
12004
12050
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/steps",
12005
12051
  "source": {
12006
- "symbol": "NStep"
12052
+ "symbol": "UStep"
12007
12053
  },
12008
12054
  "slots": [
12009
12055
  {
@@ -12064,11 +12110,11 @@
12064
12110
  }
12065
12111
  },
12066
12112
  {
12067
- "name": "NSwitch",
12113
+ "name": "USwitch",
12068
12114
  "description": "I have a Nintendo Switch, but don't have time to play it. This reminds me of my childhood when I played NDS... a happier time.",
12069
12115
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/switch",
12070
12116
  "source": {
12071
- "symbol": "NSwitch"
12117
+ "symbol": "USwitch"
12072
12118
  },
12073
12119
  "slots": [
12074
12120
  {
@@ -12207,11 +12253,11 @@
12207
12253
  }
12208
12254
  },
12209
12255
  {
12210
- "name": "NTable",
12256
+ "name": "UTable",
12211
12257
  "description": "<!--single-column-->\n\nIf you only want to render some basic tables, use it. If you want to render structured data, see [Data Table](data-table).",
12212
12258
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
12213
12259
  "source": {
12214
- "symbol": "NTable"
12260
+ "symbol": "UTable"
12215
12261
  },
12216
12262
  "slots": [],
12217
12263
  "attributes": [],
@@ -12264,10 +12310,10 @@
12264
12310
  }
12265
12311
  },
12266
12312
  {
12267
- "name": "NTh",
12313
+ "name": "UTh",
12268
12314
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
12269
12315
  "source": {
12270
- "symbol": "NTh"
12316
+ "symbol": "UTh"
12271
12317
  },
12272
12318
  "slots": [],
12273
12319
  "attributes": [],
@@ -12277,10 +12323,10 @@
12277
12323
  }
12278
12324
  },
12279
12325
  {
12280
- "name": "NTr",
12326
+ "name": "UTr",
12281
12327
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
12282
12328
  "source": {
12283
- "symbol": "NTr"
12329
+ "symbol": "UTr"
12284
12330
  },
12285
12331
  "slots": [],
12286
12332
  "attributes": [],
@@ -12290,10 +12336,10 @@
12290
12336
  }
12291
12337
  },
12292
12338
  {
12293
- "name": "NTd",
12339
+ "name": "UTd",
12294
12340
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
12295
12341
  "source": {
12296
- "symbol": "NTd"
12342
+ "symbol": "UTd"
12297
12343
  },
12298
12344
  "slots": [],
12299
12345
  "attributes": [],
@@ -12303,10 +12349,10 @@
12303
12349
  }
12304
12350
  },
12305
12351
  {
12306
- "name": "NThead",
12352
+ "name": "UThead",
12307
12353
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
12308
12354
  "source": {
12309
- "symbol": "NThead"
12355
+ "symbol": "UThead"
12310
12356
  },
12311
12357
  "slots": [],
12312
12358
  "attributes": [],
@@ -12316,10 +12362,10 @@
12316
12362
  }
12317
12363
  },
12318
12364
  {
12319
- "name": "NTbody",
12365
+ "name": "UTbody",
12320
12366
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/table",
12321
12367
  "source": {
12322
- "symbol": "NTbody"
12368
+ "symbol": "UTbody"
12323
12369
  },
12324
12370
  "slots": [],
12325
12371
  "attributes": [],
@@ -12329,11 +12375,11 @@
12329
12375
  }
12330
12376
  },
12331
12377
  {
12332
- "name": "NTabs",
12333
- "description": "Switch contents in same area.\n\n<n-alert type=\"warning\" title=\"Note\" :bordered=\"false\">\n <n-text code>n-tabs</n-text> will extract default tab value from default slot, so there would be a vue slot warning. If you don't want to see the warning, you should give component a <n-text code>default-value</n-text>.\n</n-alert>",
12378
+ "name": "UTabs",
12379
+ "description": "Switch contents in same area.\n\n<u-alert type=\"warning\" title=\"Note\" :bordered=\"false\">\n <u-text code>u-tabs</u-text> will extract default tab value from default slot, so there would be a vue slot warning. If you don't want to see the warning, you should give component a <u-text code>default-value</u-text>.\n</u-alert>",
12334
12380
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
12335
12381
  "source": {
12336
- "symbol": "NTabs"
12382
+ "symbol": "UTabs"
12337
12383
  },
12338
12384
  "slots": [
12339
12385
  {
@@ -12413,7 +12459,7 @@
12413
12459
  "name": "placement",
12414
12460
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
12415
12461
  "type": "'left' | 'right' | 'top' | 'bottom'",
12416
- "description": "Placement of tabs. It won't work with `n-tabs` whose `type` is `'segment'`.",
12462
+ "description": "Placement of tabs. It won't work with `u-tabs` whose `type` is `'segment'`.",
12417
12463
  "default": "'top'",
12418
12464
  "description-sections": {
12419
12465
  "since": "2.34.4"
@@ -12551,10 +12597,10 @@
12551
12597
  }
12552
12598
  },
12553
12599
  {
12554
- "name": "NTabPane",
12600
+ "name": "UTabPane",
12555
12601
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
12556
12602
  "source": {
12557
- "symbol": "NTabPane"
12603
+ "symbol": "UTabPane"
12558
12604
  },
12559
12605
  "slots": [
12560
12606
  {
@@ -12626,10 +12672,10 @@
12626
12672
  }
12627
12673
  },
12628
12674
  {
12629
- "name": "NTab",
12675
+ "name": "UTab",
12630
12676
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tabs",
12631
12677
  "source": {
12632
- "symbol": "NTab"
12678
+ "symbol": "UTab"
12633
12679
  },
12634
12680
  "slots": [
12635
12681
  {
@@ -12682,11 +12728,11 @@
12682
12728
  }
12683
12729
  },
12684
12730
  {
12685
- "name": "NTag",
12731
+ "name": "UTag",
12686
12732
  "description": "Tags are great for showing attributes; and sometimes toggle options.",
12687
12733
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tag",
12688
12734
  "source": {
12689
- "symbol": "NTag"
12735
+ "symbol": "UTag"
12690
12736
  },
12691
12737
  "slots": [
12692
12738
  {
@@ -12834,11 +12880,11 @@
12834
12880
  }
12835
12881
  },
12836
12882
  {
12837
- "name": "NThing",
12883
+ "name": "UThing",
12838
12884
  "description": "When you want to describe a thing, use thing. If you find it doesn't fit you demand, write one by yourself.\n\nI wish there is a way to build all kinds of frequently used layout inside a component. It takes me some time to figure out that the component already exist, the brower itself.",
12839
12885
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/thing",
12840
12886
  "source": {
12841
- "symbol": "NThing"
12887
+ "symbol": "UThing"
12842
12888
  },
12843
12889
  "slots": [
12844
12890
  {
@@ -12940,11 +12986,11 @@
12940
12986
  }
12941
12987
  },
12942
12988
  {
12943
- "name": "NTime",
12989
+ "name": "UTime",
12944
12990
  "description": "Time provide some basic formation for time.",
12945
12991
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/time",
12946
12992
  "source": {
12947
- "symbol": "NTime"
12993
+ "symbol": "UTime"
12948
12994
  },
12949
12995
  "slots": [],
12950
12996
  "attributes": [],
@@ -13005,10 +13051,10 @@
13005
13051
  }
13006
13052
  },
13007
13053
  {
13008
- "name": "NTimePicker",
13054
+ "name": "UTimePicker",
13009
13055
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/time-picker",
13010
13056
  "source": {
13011
- "symbol": "NTimePicker"
13057
+ "symbol": "UTimePicker"
13012
13058
  },
13013
13059
  "slots": [
13014
13060
  {
@@ -13322,11 +13368,11 @@
13322
13368
  }
13323
13369
  },
13324
13370
  {
13325
- "name": "NTimeline",
13371
+ "name": "UTimeline",
13326
13372
  "description": "The world is 2 demensioned. One of them is time. The Other is event.",
13327
13373
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/timeline",
13328
13374
  "source": {
13329
- "symbol": "NTimeline"
13375
+ "symbol": "UTimeline"
13330
13376
  },
13331
13377
  "slots": [
13332
13378
  {
@@ -13371,10 +13417,10 @@
13371
13417
  }
13372
13418
  },
13373
13419
  {
13374
- "name": "NTimelineItem",
13420
+ "name": "UTimelineItem",
13375
13421
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/timeline",
13376
13422
  "source": {
13377
- "symbol": "NTimelineItem"
13423
+ "symbol": "UTimelineItem"
13378
13424
  },
13379
13425
  "slots": [
13380
13426
  {
@@ -13451,13 +13497,34 @@
13451
13497
  }
13452
13498
  },
13453
13499
  {
13454
- "name": "NTooltip",
13500
+ "name": "UTooltip",
13455
13501
  "description": "It walks like a popover, quacks like a popover but looks a bit different from popover.",
13456
13502
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
13457
13503
  "source": {
13458
- "symbol": "NTooltip"
13504
+ "symbol": "UTooltip"
13459
13505
  },
13460
- "slots": [],
13506
+ "slots": [
13507
+ {
13508
+ "name": "trigger",
13509
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
13510
+ "description": "The element or component that triggers tooltip."
13511
+ },
13512
+ {
13513
+ "name": "default",
13514
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
13515
+ "description": "The content inside tooltip. Also works as heading"
13516
+ },
13517
+ {
13518
+ "name": "footer",
13519
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
13520
+ "description": "The subtitle content under heading."
13521
+ },
13522
+ {
13523
+ "name": "icon",
13524
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tooltip",
13525
+ "description": "The icon at side of content"
13526
+ }
13527
+ ],
13461
13528
  "attributes": [],
13462
13529
  "props": [
13463
13530
  {
@@ -13632,11 +13699,11 @@
13632
13699
  }
13633
13700
  },
13634
13701
  {
13635
- "name": "NTransfer",
13702
+ "name": "UTransfer",
13636
13703
  "description": "A more efficient transfer.\n\nIf you want to use original transfer, please refer to [Legacy Transfer](legacy-transfer). Please note that the legacy transfer will be removed in the next major version. It's not recommended to to use it.",
13637
13704
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/transfer",
13638
13705
  "source": {
13639
- "symbol": "NTransfer"
13706
+ "symbol": "UTransfer"
13640
13707
  },
13641
13708
  "slots": [],
13642
13709
  "attributes": [],
@@ -13872,11 +13939,11 @@
13872
13939
  }
13873
13940
  },
13874
13941
  {
13875
- "name": "NTree",
13942
+ "name": "UTree",
13876
13943
  "description": "To be honest, I'm not good at biology. I can figure out few kinds of trees.\n\nWhat's more, not only biology, I forget balanced tree everytime after I revise it shortly.",
13877
13944
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tree",
13878
13945
  "source": {
13879
- "symbol": "NTree"
13946
+ "symbol": "UTree"
13880
13947
  },
13881
13948
  "slots": [],
13882
13949
  "attributes": [],
@@ -14368,10 +14435,10 @@
14368
14435
  }
14369
14436
  },
14370
14437
  {
14371
- "name": "NTreeSelect",
14438
+ "name": "UTreeSelect",
14372
14439
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/tree-select",
14373
14440
  "source": {
14374
- "symbol": "NTreeSelect"
14441
+ "symbol": "UTreeSelect"
14375
14442
  },
14376
14443
  "slots": [
14377
14444
  {
@@ -14820,10 +14887,10 @@
14820
14887
  }
14821
14888
  },
14822
14889
  {
14823
- "name": "NH1",
14890
+ "name": "UH1",
14824
14891
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
14825
14892
  "source": {
14826
- "symbol": "NH1"
14893
+ "symbol": "UH1"
14827
14894
  },
14828
14895
  "slots": [],
14829
14896
  "attributes": [],
@@ -14855,10 +14922,10 @@
14855
14922
  }
14856
14923
  },
14857
14924
  {
14858
- "name": "NH2",
14925
+ "name": "UH2",
14859
14926
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
14860
14927
  "source": {
14861
- "symbol": "NH2"
14928
+ "symbol": "UH2"
14862
14929
  },
14863
14930
  "slots": [],
14864
14931
  "attributes": [],
@@ -14890,10 +14957,10 @@
14890
14957
  }
14891
14958
  },
14892
14959
  {
14893
- "name": "NH3",
14960
+ "name": "UH3",
14894
14961
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
14895
14962
  "source": {
14896
- "symbol": "NH3"
14963
+ "symbol": "UH3"
14897
14964
  },
14898
14965
  "slots": [],
14899
14966
  "attributes": [],
@@ -14925,10 +14992,10 @@
14925
14992
  }
14926
14993
  },
14927
14994
  {
14928
- "name": "NH4",
14995
+ "name": "UH4",
14929
14996
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
14930
14997
  "source": {
14931
- "symbol": "NH4"
14998
+ "symbol": "UH4"
14932
14999
  },
14933
15000
  "slots": [],
14934
15001
  "attributes": [],
@@ -14960,10 +15027,10 @@
14960
15027
  }
14961
15028
  },
14962
15029
  {
14963
- "name": "NH5",
15030
+ "name": "UH5",
14964
15031
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
14965
15032
  "source": {
14966
- "symbol": "NH5"
15033
+ "symbol": "UH5"
14967
15034
  },
14968
15035
  "slots": [],
14969
15036
  "attributes": [],
@@ -14995,10 +15062,10 @@
14995
15062
  }
14996
15063
  },
14997
15064
  {
14998
- "name": "NH6",
15065
+ "name": "UH6",
14999
15066
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
15000
15067
  "source": {
15001
- "symbol": "NH6"
15068
+ "symbol": "UH6"
15002
15069
  },
15003
15070
  "slots": [],
15004
15071
  "attributes": [],
@@ -15030,44 +15097,10 @@
15030
15097
  }
15031
15098
  },
15032
15099
  {
15033
- "name": "NA",
15034
- "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
15035
- "source": {
15036
- "symbol": "NA"
15037
- },
15038
- "slots": [],
15039
- "attributes": [],
15040
- "props": [],
15041
- "js": {
15042
- "events": []
15043
- }
15044
- },
15045
- {
15046
- "name": "NP",
15047
- "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
15048
- "source": {
15049
- "symbol": "NP"
15050
- },
15051
- "slots": [],
15052
- "attributes": [],
15053
- "props": [
15054
- {
15055
- "name": "depth",
15056
- "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
15057
- "type": "1 | 2 | 3 | '1' | '2' | '3'",
15058
- "description": "Text depth (shade of text).",
15059
- "default": "undefined"
15060
- }
15061
- ],
15062
- "js": {
15063
- "events": []
15064
- }
15065
- },
15066
- {
15067
- "name": "NBlockquote",
15100
+ "name": "UBlockquote",
15068
15101
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
15069
15102
  "source": {
15070
- "symbol": "NBlockquote"
15103
+ "symbol": "UBlockquote"
15071
15104
  },
15072
15105
  "slots": [],
15073
15106
  "attributes": [],
@@ -15085,10 +15118,10 @@
15085
15118
  }
15086
15119
  },
15087
15120
  {
15088
- "name": "NHr",
15121
+ "name": "UHr",
15089
15122
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
15090
15123
  "source": {
15091
- "symbol": "NHr"
15124
+ "symbol": "UHr"
15092
15125
  },
15093
15126
  "slots": [],
15094
15127
  "attributes": [],
@@ -15098,10 +15131,10 @@
15098
15131
  }
15099
15132
  },
15100
15133
  {
15101
- "name": "NUl",
15134
+ "name": "UUl",
15102
15135
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
15103
15136
  "source": {
15104
- "symbol": "NUl"
15137
+ "symbol": "UUl"
15105
15138
  },
15106
15139
  "slots": [],
15107
15140
  "attributes": [],
@@ -15119,10 +15152,10 @@
15119
15152
  }
15120
15153
  },
15121
15154
  {
15122
- "name": "NOl",
15155
+ "name": "UOl",
15123
15156
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
15124
15157
  "source": {
15125
- "symbol": "NOl"
15158
+ "symbol": "UOl"
15126
15159
  },
15127
15160
  "slots": [],
15128
15161
  "attributes": [],
@@ -15140,10 +15173,10 @@
15140
15173
  }
15141
15174
  },
15142
15175
  {
15143
- "name": "NLi",
15176
+ "name": "ULi",
15144
15177
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
15145
15178
  "source": {
15146
- "symbol": "NLi"
15179
+ "symbol": "ULi"
15147
15180
  },
15148
15181
  "slots": [],
15149
15182
  "attributes": [],
@@ -15153,10 +15186,10 @@
15153
15186
  }
15154
15187
  },
15155
15188
  {
15156
- "name": "NText",
15189
+ "name": "UText",
15157
15190
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/typography",
15158
15191
  "source": {
15159
- "symbol": "NText"
15192
+ "symbol": "UText"
15160
15193
  },
15161
15194
  "slots": [],
15162
15195
  "attributes": [],
@@ -15228,11 +15261,11 @@
15228
15261
  }
15229
15262
  },
15230
15263
  {
15231
- "name": "NUpload",
15264
+ "name": "UUpload",
15232
15265
  "description": "If latency didn't matter, I'd just fill trucks with hard disks.",
15233
15266
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15234
15267
  "source": {
15235
- "symbol": "NUpload"
15268
+ "symbol": "UUpload"
15236
15269
  },
15237
15270
  "slots": [
15238
15271
  {
@@ -15254,7 +15287,7 @@
15254
15287
  "name": "accept",
15255
15288
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15256
15289
  "type": "string",
15257
- "description": "The accept type of upload. See <n-a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#accept\" target=\"_blank\">accept</n-a>.",
15290
+ "description": "The accept type of upload. See <u-a href=\"https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#accept\" target=\"_blank\">accept</u-a>.",
15258
15291
  "default": "undefined"
15259
15292
  },
15260
15293
  {
@@ -15268,7 +15301,7 @@
15268
15301
  "name": "custom-request",
15269
15302
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15270
15303
  "type": "(options: UploadCustomRequestOptions) => void",
15271
- "description": "Customize upload request. For types, see <n-a href=\"#UploadCustomRequestOptions-Type\">UploadCustomRequestOptions</n-a>",
15304
+ "description": "Customize upload request. For types, see <u-a href=\"#UploadCustomRequestOptions-Type\">UploadCustomRequestOptions</u-a>",
15272
15305
  "default": "undefined"
15273
15306
  },
15274
15307
  {
@@ -15337,7 +15370,7 @@
15337
15370
  "name": "response-type",
15338
15371
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15339
15372
  "type": "'' | 'arraybuffer' | 'blob' | 'document' | 'json' | 'text'",
15340
- "description": "Response type of `XMLHttpRequest` used by `n-upload`",
15373
+ "description": "Response type of `XMLHttpRequest` used by `u-upload`",
15341
15374
  "default": "''",
15342
15375
  "description-sections": {
15343
15376
  "since": "2.33.3"
@@ -15478,7 +15511,7 @@
15478
15511
  "name": "image-group-props",
15479
15512
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15480
15513
  "type": "ImageGroupProps",
15481
- "description": "Props of `n-image` inside upload. See [ImageGroup Props](image#ImageGroup-Props).",
15514
+ "description": "Props of `u-image` inside upload. See [ImageGroup Props](image#ImageGroup-Props).",
15482
15515
  "default": "undefined",
15483
15516
  "description-sections": {
15484
15517
  "since": "2.24.0"
@@ -15513,6 +15546,11 @@
15513
15546
  "description-sections": {
15514
15547
  "since": "2.34.0"
15515
15548
  }
15549
+ },
15550
+ {
15551
+ "name": "label",
15552
+ "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15553
+ "type": "string"
15516
15554
  }
15517
15555
  ],
15518
15556
  "js": {
@@ -15588,16 +15626,16 @@
15588
15626
  }
15589
15627
  },
15590
15628
  {
15591
- "name": "NUploadDragger",
15629
+ "name": "UUploadDragger",
15592
15630
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15593
15631
  "source": {
15594
- "symbol": "NUploadDragger"
15632
+ "symbol": "UUploadDragger"
15595
15633
  },
15596
15634
  "slots": [
15597
15635
  {
15598
15636
  "name": "default",
15599
15637
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15600
- "description": "The placeholder of the upload dragger; For an example see <n-a href=\"#drag.vue\">Drag to Upload Demo</n-a>."
15638
+ "description": "The placeholder of the upload dragger; For an example see <u-a href=\"#drag.vue\">Drag to Upload Demo</u-a>."
15601
15639
  }
15602
15640
  ],
15603
15641
  "attributes": [],
@@ -15607,10 +15645,10 @@
15607
15645
  }
15608
15646
  },
15609
15647
  {
15610
- "name": "NUploadTrigger",
15648
+ "name": "UUploadTrigger",
15611
15649
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15612
15650
  "source": {
15613
- "symbol": "NUploadTrigger"
15651
+ "symbol": "UUploadTrigger"
15614
15652
  },
15615
15653
  "slots": [
15616
15654
  {
@@ -15635,10 +15673,10 @@
15635
15673
  }
15636
15674
  },
15637
15675
  {
15638
- "name": "NUploadFileList",
15676
+ "name": "UUploadFileList",
15639
15677
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/upload",
15640
15678
  "source": {
15641
- "symbol": "NUploadFileList"
15679
+ "symbol": "UUploadFileList"
15642
15680
  },
15643
15681
  "slots": [],
15644
15682
  "attributes": [],
@@ -15648,11 +15686,11 @@
15648
15686
  }
15649
15687
  },
15650
15688
  {
15651
- "name": "NWatermark",
15689
+ "name": "UWatermark",
15652
15690
  "description": "Watermark.",
15653
15691
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/watermark",
15654
15692
  "source": {
15655
- "symbol": "NWatermark"
15693
+ "symbol": "UWatermark"
15656
15694
  },
15657
15695
  "slots": [
15658
15696
  {
@@ -15927,11 +15965,11 @@
15927
15965
  }
15928
15966
  },
15929
15967
  {
15930
- "name": "NEquation",
15931
- "description": "No one will think of that a component library should have this component. However a friend of me need this.\n\n<n-alert title=\"Note\" type=\"warning\" style=\"margin-bottom: 16px;\" :bordered=\"false\">\n Due to package size, Uzum UI doesn't include katex. If you want to use Equation, make sure you have setup katex before using it.\n</n-alert>\n\nThe following code shows how to setup katex for Equation.\n\n```html\n<template>\n <n-config-provider :katex=\"katex\">\n <my-app />\n </n-config-provider>\n</template>\n\n<script>\n import { defineComponent } from 'vue'\n import katex from 'katex'\n import 'katex/dist/katex.css'\n\n export default defineComponent({\n setup() {\n return {\n katex\n }\n }\n })\n</script>\n```",
15968
+ "name": "UEquation",
15969
+ "description": "No one will think of that a component library should have this component. However a friend of me need this.\n\n<u-alert title=\"Note\" type=\"warning\" style=\"margin-bottom: 16px;\" :bordered=\"false\">\n Due to package size, Uzum UI doesn't include katex. If you want to use Equation, make sure you have setup katex before using it.\n</u-alert>\n\nThe following code shows how to setup katex for Equation.\n\n```html\n<template>\n <u-config-provider :katex=\"katex\">\n <my-app />\n </u-config-provider>\n</template>\n\n<script>\n import { defineComponent } from 'vue'\n import katex from 'katex'\n import 'katex/dist/katex.css'\n\n export default defineComponent({\n setup() {\n return {\n katex\n }\n }\n })\n</script>\n```",
15932
15970
  "doc-url": "https://www.naiveui.com/en-US/os-theme/components/equation",
15933
15971
  "source": {
15934
- "symbol": "NEquation"
15972
+ "symbol": "UEquation"
15935
15973
  },
15936
15974
  "slots": [],
15937
15975
  "attributes": [],