@swiftcrab/crab 0.0.5 → 0.0.7

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 (2228) hide show
  1. package/es/_util/ActionButton.d.ts +21 -0
  2. package/es/_util/ActionButton.js +1 -0
  3. package/es/_util/ContextIsolator.d.ts +5 -0
  4. package/es/_util/ContextIsolator.js +1 -0
  5. package/es/_util/PurePanel.d.ts +11 -0
  6. package/es/_util/PurePanel.js +1 -0
  7. package/es/_util/aria-data-attrs.d.ts +6 -0
  8. package/es/_util/aria-data-attrs.js +0 -0
  9. package/es/_util/capitalize.d.ts +3 -0
  10. package/es/_util/capitalize.js +1 -0
  11. package/es/_util/colors.d.ts +15 -0
  12. package/es/_util/colors.js +1 -0
  13. package/es/_util/easings.d.ts +3 -0
  14. package/es/_util/easings.js +1 -0
  15. package/es/_util/extendsObject.d.ts +5 -0
  16. package/es/_util/extendsObject.js +1 -0
  17. package/es/_util/gapSize.d.ts +5 -0
  18. package/es/_util/gapSize.js +1 -0
  19. package/es/_util/getAllowClear.d.ts +6 -0
  20. package/es/_util/getAllowClear.js +1 -0
  21. package/es/_util/getRenderPropValue.d.ts +5 -0
  22. package/es/_util/getRenderPropValue.js +1 -0
  23. package/es/_util/getScroll.d.ts +5 -0
  24. package/es/_util/getScroll.js +1 -0
  25. package/es/_util/hooks/useClosable.d.ts +31 -0
  26. package/es/_util/hooks/useClosable.js +1 -0
  27. package/es/_util/hooks/useForceUpdate.d.ts +4 -0
  28. package/es/_util/hooks/useForceUpdate.js +1 -0
  29. package/es/_util/hooks/useMultipleSelect.d.ts +8 -0
  30. package/es/_util/hooks/useMultipleSelect.js +1 -0
  31. package/es/_util/hooks/usePatchElement.d.ts +4 -0
  32. package/es/_util/hooks/usePatchElement.js +1 -0
  33. package/es/_util/hooks/useProxyImperativeHandle.d.ts +6 -0
  34. package/es/_util/hooks/useProxyImperativeHandle.js +1 -0
  35. package/es/_util/hooks/useSyncState.d.ts +4 -0
  36. package/es/_util/hooks/useSyncState.js +1 -0
  37. package/es/_util/hooks/useUniqueMemo.d.ts +8 -0
  38. package/es/_util/hooks/useUniqueMemo.js +1 -0
  39. package/es/_util/hooks/useZIndex.d.ts +9 -0
  40. package/es/_util/hooks/useZIndex.js +1 -0
  41. package/es/_util/isNumeric.d.ts +4 -0
  42. package/es/_util/isNumeric.js +1 -0
  43. package/es/_util/isPrimitive.d.ts +4 -0
  44. package/es/_util/isPrimitive.js +1 -0
  45. package/es/_util/motion.d.ts +8 -0
  46. package/es/_util/motion.js +1 -0
  47. package/es/_util/placements.d.ts +23 -0
  48. package/es/_util/placements.js +1 -0
  49. package/es/_util/reactNode.d.ts +8 -0
  50. package/es/_util/reactNode.js +1 -0
  51. package/es/_util/responsiveObserver.d.ts +23 -0
  52. package/es/_util/responsiveObserver.js +1 -0
  53. package/es/_util/scrollTo.d.ts +11 -0
  54. package/es/_util/scrollTo.js +1 -0
  55. package/es/_util/statusUtils.d.ts +7 -0
  56. package/es/_util/statusUtils.js +1 -0
  57. package/es/_util/styleChecker.d.ts +5 -0
  58. package/es/_util/styleChecker.js +1 -0
  59. package/es/_util/throttleByAnimationFrame.d.ts +7 -0
  60. package/es/_util/throttleByAnimationFrame.js +1 -0
  61. package/es/_util/toList.d.ts +3 -0
  62. package/es/_util/toList.js +1 -0
  63. package/es/_util/transKeys.d.ts +5 -0
  64. package/es/_util/transKeys.js +1 -0
  65. package/es/_util/type.d.ts +55 -0
  66. package/es/_util/type.js +0 -0
  67. package/es/_util/warning.d.ts +33 -0
  68. package/es/_util/warning.js +1 -0
  69. package/es/_util/wave/WaveEffect.d.ts +12 -0
  70. package/es/_util/wave/WaveEffect.js +1 -0
  71. package/es/_util/wave/index.d.ts +11 -0
  72. package/es/_util/wave/index.js +1 -0
  73. package/es/_util/wave/interface.d.ts +14 -0
  74. package/es/_util/wave/interface.js +1 -0
  75. package/es/_util/wave/style.d.ts +8 -0
  76. package/es/_util/wave/style.js +1 -0
  77. package/es/_util/wave/useWave.d.ts +6 -0
  78. package/es/_util/wave/useWave.js +1 -0
  79. package/es/_util/wave/util.d.ts +4 -0
  80. package/es/_util/wave/util.js +1 -0
  81. package/es/_util/zindexContext.d.ts +5 -0
  82. package/es/_util/zindexContext.js +1 -0
  83. package/es/_virtual/_rolldown/empty.js_/Users/liudong/swiftcrab-workspace/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect/util.inspect.js +1 -0
  84. package/es/_virtual/_rolldown/runtime.js +1 -0
  85. package/es/affix/index.d.ts +24 -0
  86. package/es/affix/index.js +1 -0
  87. package/es/affix/style/index.d.ts +14 -0
  88. package/es/affix/style/index.js +1 -0
  89. package/es/affix/utils.d.ts +6 -0
  90. package/es/affix/utils.js +1 -0
  91. package/es/alert/Alert.d.ts +44 -0
  92. package/es/alert/Alert.js +1 -0
  93. package/es/alert/ErrorBoundary.d.ts +26 -0
  94. package/es/alert/ErrorBoundary.js +1 -0
  95. package/es/alert/index.d.ts +9 -0
  96. package/es/alert/index.js +1 -0
  97. package/es/alert/style/index.d.ts +30 -0
  98. package/es/alert/style/index.js +3 -0
  99. package/es/anchor/Anchor.d.ts +61 -0
  100. package/es/anchor/Anchor.js +1 -0
  101. package/es/anchor/AnchorLink.d.ts +16 -0
  102. package/es/anchor/AnchorLink.js +1 -0
  103. package/es/anchor/context.d.ts +6 -0
  104. package/es/anchor/context.js +1 -0
  105. package/es/anchor/index.d.ts +10 -0
  106. package/es/anchor/index.js +1 -0
  107. package/es/anchor/style/index.d.ts +19 -0
  108. package/es/anchor/style/index.js +1 -0
  109. package/es/app/context.d.ts +18 -0
  110. package/es/app/context.js +1 -0
  111. package/es/app/index.d.ts +17 -0
  112. package/es/app/index.js +1 -0
  113. package/es/app/style/index.d.ts +8 -0
  114. package/es/app/style/index.js +1 -0
  115. package/es/auto-complete/index.d.ts +31 -0
  116. package/es/auto-complete/index.js +1 -0
  117. package/es/avatar/AvatarContext.d.ts +11 -0
  118. package/es/avatar/AvatarContext.js +1 -0
  119. package/es/avatar/avatar.d.ts +28 -0
  120. package/es/avatar/avatar.js +1 -0
  121. package/es/avatar/group.d.ts +29 -0
  122. package/es/avatar/group.js +1 -0
  123. package/es/avatar/index.d.ts +9 -0
  124. package/es/avatar/index.js +1 -0
  125. package/es/avatar/style/index.d.ts +54 -0
  126. package/es/avatar/style/index.js +1 -0
  127. package/es/badge/Ribbon.d.ts +18 -0
  128. package/es/badge/Ribbon.js +1 -0
  129. package/es/badge/ScrollNumber.d.ts +20 -0
  130. package/es/badge/ScrollNumber.js +1 -0
  131. package/es/badge/SingleNumber.d.ts +16 -0
  132. package/es/badge/SingleNumber.js +1 -0
  133. package/es/badge/index.d.ts +44 -0
  134. package/es/badge/index.js +1 -0
  135. package/es/badge/style/index.d.ts +107 -0
  136. package/es/badge/style/index.js +1 -0
  137. package/es/badge/style/ribbon.d.ts +4 -0
  138. package/es/badge/style/ribbon.js +1 -0
  139. package/es/breadcrumb/Breadcrumb.d.ts +61 -0
  140. package/es/breadcrumb/Breadcrumb.js +1 -0
  141. package/es/breadcrumb/BreadcrumbItem.d.ts +33 -0
  142. package/es/breadcrumb/BreadcrumbItem.js +1 -0
  143. package/es/breadcrumb/BreadcrumbSeparator.d.ts +6 -0
  144. package/es/breadcrumb/BreadcrumbSeparator.js +1 -0
  145. package/es/breadcrumb/index.d.ts +3 -0
  146. package/es/breadcrumb/index.js +1 -0
  147. package/es/breadcrumb/style/index.d.ts +44 -0
  148. package/es/breadcrumb/style/index.js +4 -0
  149. package/es/breadcrumb/useItemRender.d.ts +9 -0
  150. package/es/breadcrumb/useItemRender.js +1 -0
  151. package/es/breadcrumb/useItems.d.ts +7 -0
  152. package/es/breadcrumb/useItems.js +1 -0
  153. package/es/button/IconWrapper.d.ts +11 -0
  154. package/es/button/IconWrapper.js +1 -0
  155. package/es/button/LoadingIcon.d.ts +13 -0
  156. package/es/button/LoadingIcon.js +1 -0
  157. package/es/button/button-group.d.ts +14 -0
  158. package/es/button/button-group.js +1 -0
  159. package/es/button/button.d.ts +46 -0
  160. package/es/button/button.js +1 -0
  161. package/es/button/buttonHelpers.d.ts +19 -0
  162. package/es/button/buttonHelpers.js +1 -0
  163. package/es/button/index.d.ts +5 -0
  164. package/es/button/index.js +1 -0
  165. package/es/button/style/compact.d.ts +4 -0
  166. package/es/button/style/compact.js +1 -0
  167. package/es/button/style/group.d.ts +7 -0
  168. package/es/button/style/group.js +1 -0
  169. package/es/button/style/index.d.ts +5 -0
  170. package/es/button/style/index.js +1 -0
  171. package/es/button/style/token.d.ts +236 -0
  172. package/es/button/style/token.js +1 -0
  173. package/es/calendar/Header.d.ts +19 -0
  174. package/es/calendar/Header.js +1 -0
  175. package/es/calendar/generateCalendar.d.ts +47 -0
  176. package/es/calendar/generateCalendar.js +1 -0
  177. package/es/calendar/index.d.ts +10 -0
  178. package/es/calendar/index.js +1 -0
  179. package/es/calendar/locale/ar_EG.d.ts +2 -0
  180. package/es/calendar/locale/ar_EG.js +1 -0
  181. package/es/calendar/locale/az_AZ.d.ts +2 -0
  182. package/es/calendar/locale/az_AZ.js +1 -0
  183. package/es/calendar/locale/bg_BG.d.ts +2 -0
  184. package/es/calendar/locale/bg_BG.js +1 -0
  185. package/es/calendar/locale/bn_BD.d.ts +2 -0
  186. package/es/calendar/locale/bn_BD.js +1 -0
  187. package/es/calendar/locale/by_BY.d.ts +2 -0
  188. package/es/calendar/locale/by_BY.js +1 -0
  189. package/es/calendar/locale/ca_ES.d.ts +2 -0
  190. package/es/calendar/locale/ca_ES.js +1 -0
  191. package/es/calendar/locale/cs_CZ.d.ts +2 -0
  192. package/es/calendar/locale/cs_CZ.js +1 -0
  193. package/es/calendar/locale/da_DK.d.ts +2 -0
  194. package/es/calendar/locale/da_DK.js +1 -0
  195. package/es/calendar/locale/de_DE.d.ts +2 -0
  196. package/es/calendar/locale/de_DE.js +1 -0
  197. package/es/calendar/locale/el_GR.d.ts +2 -0
  198. package/es/calendar/locale/el_GR.js +1 -0
  199. package/es/calendar/locale/en_GB.d.ts +2 -0
  200. package/es/calendar/locale/en_GB.js +1 -0
  201. package/es/calendar/locale/en_US.d.ts +2 -0
  202. package/es/calendar/locale/en_US.js +1 -0
  203. package/es/calendar/locale/es_ES.d.ts +2 -0
  204. package/es/calendar/locale/es_ES.js +1 -0
  205. package/es/calendar/locale/et_EE.d.ts +2 -0
  206. package/es/calendar/locale/et_EE.js +1 -0
  207. package/es/calendar/locale/eu_ES.d.ts +2 -0
  208. package/es/calendar/locale/eu_ES.js +1 -0
  209. package/es/calendar/locale/fa_IR.d.ts +2 -0
  210. package/es/calendar/locale/fa_IR.js +1 -0
  211. package/es/calendar/locale/fi_FI.d.ts +2 -0
  212. package/es/calendar/locale/fi_FI.js +1 -0
  213. package/es/calendar/locale/fr_BE.d.ts +2 -0
  214. package/es/calendar/locale/fr_BE.js +1 -0
  215. package/es/calendar/locale/fr_CA.d.ts +2 -0
  216. package/es/calendar/locale/fr_CA.js +1 -0
  217. package/es/calendar/locale/fr_FR.d.ts +2 -0
  218. package/es/calendar/locale/fr_FR.js +1 -0
  219. package/es/calendar/locale/ga_IE.d.ts +2 -0
  220. package/es/calendar/locale/ga_IE.js +1 -0
  221. package/es/calendar/locale/gl_ES.d.ts +2 -0
  222. package/es/calendar/locale/gl_ES.js +1 -0
  223. package/es/calendar/locale/he_IL.d.ts +2 -0
  224. package/es/calendar/locale/he_IL.js +1 -0
  225. package/es/calendar/locale/hi_IN.d.ts +2 -0
  226. package/es/calendar/locale/hi_IN.js +1 -0
  227. package/es/calendar/locale/hr_HR.d.ts +2 -0
  228. package/es/calendar/locale/hr_HR.js +1 -0
  229. package/es/calendar/locale/hu_HU.d.ts +2 -0
  230. package/es/calendar/locale/hu_HU.js +1 -0
  231. package/es/calendar/locale/id_ID.d.ts +2 -0
  232. package/es/calendar/locale/id_ID.js +1 -0
  233. package/es/calendar/locale/is_IS.d.ts +2 -0
  234. package/es/calendar/locale/is_IS.js +1 -0
  235. package/es/calendar/locale/it_IT.d.ts +2 -0
  236. package/es/calendar/locale/it_IT.js +1 -0
  237. package/es/calendar/locale/ja_JP.d.ts +2 -0
  238. package/es/calendar/locale/ja_JP.js +1 -0
  239. package/es/calendar/locale/ka_GE.d.ts +2 -0
  240. package/es/calendar/locale/ka_GE.js +1 -0
  241. package/es/calendar/locale/kk_KZ.d.ts +2 -0
  242. package/es/calendar/locale/kk_KZ.js +1 -0
  243. package/es/calendar/locale/km_KH.d.ts +2 -0
  244. package/es/calendar/locale/km_KH.js +1 -0
  245. package/es/calendar/locale/kmr_IQ.d.ts +2 -0
  246. package/es/calendar/locale/kmr_IQ.js +1 -0
  247. package/es/calendar/locale/kn_IN.d.ts +2 -0
  248. package/es/calendar/locale/kn_IN.js +1 -0
  249. package/es/calendar/locale/ko_KR.d.ts +2 -0
  250. package/es/calendar/locale/ko_KR.js +1 -0
  251. package/es/calendar/locale/lt_LT.d.ts +2 -0
  252. package/es/calendar/locale/lt_LT.js +1 -0
  253. package/es/calendar/locale/lv_LV.d.ts +2 -0
  254. package/es/calendar/locale/lv_LV.js +1 -0
  255. package/es/calendar/locale/mk_MK.d.ts +2 -0
  256. package/es/calendar/locale/mk_MK.js +1 -0
  257. package/es/calendar/locale/ml_IN.d.ts +2 -0
  258. package/es/calendar/locale/ml_IN.js +1 -0
  259. package/es/calendar/locale/mn_MN.d.ts +2 -0
  260. package/es/calendar/locale/mn_MN.js +1 -0
  261. package/es/calendar/locale/ms_MY.d.ts +2 -0
  262. package/es/calendar/locale/ms_MY.js +1 -0
  263. package/es/calendar/locale/my_MM.d.ts +2 -0
  264. package/es/calendar/locale/my_MM.js +1 -0
  265. package/es/calendar/locale/nb_NO.d.ts +2 -0
  266. package/es/calendar/locale/nb_NO.js +1 -0
  267. package/es/calendar/locale/nl_BE.d.ts +2 -0
  268. package/es/calendar/locale/nl_BE.js +1 -0
  269. package/es/calendar/locale/nl_NL.d.ts +2 -0
  270. package/es/calendar/locale/nl_NL.js +1 -0
  271. package/es/calendar/locale/pl_PL.d.ts +2 -0
  272. package/es/calendar/locale/pl_PL.js +1 -0
  273. package/es/calendar/locale/pt_BR.d.ts +2 -0
  274. package/es/calendar/locale/pt_BR.js +1 -0
  275. package/es/calendar/locale/pt_PT.d.ts +2 -0
  276. package/es/calendar/locale/pt_PT.js +1 -0
  277. package/es/calendar/locale/ro_RO.d.ts +2 -0
  278. package/es/calendar/locale/ro_RO.js +1 -0
  279. package/es/calendar/locale/ru_RU.d.ts +2 -0
  280. package/es/calendar/locale/ru_RU.js +1 -0
  281. package/es/calendar/locale/si_LK.d.ts +2 -0
  282. package/es/calendar/locale/si_LK.js +1 -0
  283. package/es/calendar/locale/sk_SK.d.ts +2 -0
  284. package/es/calendar/locale/sk_SK.js +1 -0
  285. package/es/calendar/locale/sl_SI.d.ts +2 -0
  286. package/es/calendar/locale/sl_SI.js +1 -0
  287. package/es/calendar/locale/sr_RS.d.ts +2 -0
  288. package/es/calendar/locale/sr_RS.js +1 -0
  289. package/es/calendar/locale/sv_SE.d.ts +2 -0
  290. package/es/calendar/locale/sv_SE.js +1 -0
  291. package/es/calendar/locale/ta_IN.d.ts +2 -0
  292. package/es/calendar/locale/ta_IN.js +1 -0
  293. package/es/calendar/locale/th_TH.d.ts +2 -0
  294. package/es/calendar/locale/th_TH.js +1 -0
  295. package/es/calendar/locale/tk_TK.d.ts +2 -0
  296. package/es/calendar/locale/tk_TK.js +1 -0
  297. package/es/calendar/locale/tr_TR.d.ts +2 -0
  298. package/es/calendar/locale/tr_TR.js +1 -0
  299. package/es/calendar/locale/uk_UA.d.ts +2 -0
  300. package/es/calendar/locale/uk_UA.js +1 -0
  301. package/es/calendar/locale/ur_PK.d.ts +2 -0
  302. package/es/calendar/locale/ur_PK.js +1 -0
  303. package/es/calendar/locale/uz_UZ.d.ts +2 -0
  304. package/es/calendar/locale/uz_UZ.js +1 -0
  305. package/es/calendar/locale/vi_VN.d.ts +2 -0
  306. package/es/calendar/locale/vi_VN.js +1 -0
  307. package/es/calendar/locale/zh_CN.d.ts +2 -0
  308. package/es/calendar/locale/zh_CN.js +1 -0
  309. package/es/calendar/locale/zh_TW.d.ts +2 -0
  310. package/es/calendar/locale/zh_TW.js +1 -0
  311. package/es/calendar/style/index.d.ts +65 -0
  312. package/es/calendar/style/index.js +1 -0
  313. package/es/calendar-panel/index.d.ts +9 -0
  314. package/es/calendar-panel/index.js +1 -0
  315. package/es/calendar-panel/style/index.d.ts +5 -0
  316. package/es/calendar-panel/style/index.js +1 -0
  317. package/es/calendar-panel/style/style.d.ts +3 -0
  318. package/es/calendar-panel/style/style.js +639 -0
  319. package/es/calendar-panel/types.d.ts +160 -0
  320. package/es/calendar-panel/types.js +0 -0
  321. package/es/calendar-panel/utils.d.ts +41 -0
  322. package/es/calendar-panel/utils.js +1 -0
  323. package/es/card/Card.d.ts +58 -0
  324. package/es/card/Card.js +1 -0
  325. package/es/card/Grid.d.ts +11 -0
  326. package/es/card/Grid.js +1 -0
  327. package/es/card/Meta.d.ts +13 -0
  328. package/es/card/Meta.js +1 -0
  329. package/es/card/index.d.ts +12 -0
  330. package/es/card/index.js +1 -0
  331. package/es/card/style/index.d.ts +54 -0
  332. package/es/card/style/index.js +10 -0
  333. package/es/carousel/index.d.ts +29 -0
  334. package/es/carousel/index.js +1 -0
  335. package/es/carousel/style/index.d.ts +46 -0
  336. package/es/carousel/style/index.js +1 -0
  337. package/es/cascader/Panel.d.ts +14 -0
  338. package/es/cascader/Panel.js +1 -0
  339. package/es/cascader/hooks/useBase.d.ts +7 -0
  340. package/es/cascader/hooks/useBase.js +1 -0
  341. package/es/cascader/hooks/useCheckable.d.ts +4 -0
  342. package/es/cascader/hooks/useCheckable.js +1 -0
  343. package/es/cascader/hooks/useColumnIcons.d.ts +5 -0
  344. package/es/cascader/hooks/useColumnIcons.js +1 -0
  345. package/es/cascader/index.d.ts +58 -0
  346. package/es/cascader/index.js +1 -0
  347. package/es/cascader/style/columns.d.ts +7 -0
  348. package/es/cascader/style/columns.js +4 -0
  349. package/es/cascader/style/index.d.ts +54 -0
  350. package/es/cascader/style/index.js +1 -0
  351. package/es/cascader/style/panel.d.ts +4 -0
  352. package/es/cascader/style/panel.js +1 -0
  353. package/es/checkbox/Checkbox.d.ts +45 -0
  354. package/es/checkbox/Checkbox.js +1 -0
  355. package/es/checkbox/Group.d.ts +32 -0
  356. package/es/checkbox/Group.js +1 -0
  357. package/es/checkbox/GroupContext.d.ts +14 -0
  358. package/es/checkbox/GroupContext.js +1 -0
  359. package/es/checkbox/index.d.ts +10 -0
  360. package/es/checkbox/index.js +1 -0
  361. package/es/checkbox/style/index.d.ts +26 -0
  362. package/es/checkbox/style/index.js +7 -0
  363. package/es/checkbox/useBubbleLock.d.ts +9 -0
  364. package/es/checkbox/useBubbleLock.js +1 -0
  365. package/es/clap-overflow/index.d.ts +21 -0
  366. package/es/clap-overflow/index.js +1 -0
  367. package/es/clap-overflow/style/index.d.ts +19 -0
  368. package/es/clap-overflow/style/index.js +1 -0
  369. package/es/col/index.d.ts +3 -0
  370. package/es/col/index.js +1 -0
  371. package/es/col/style/index.d.ts +4 -0
  372. package/es/col/style/index.js +1 -0
  373. package/es/collapse/Collapse.d.ts +47 -0
  374. package/es/collapse/Collapse.js +1 -0
  375. package/es/collapse/CollapsePanel.d.ts +21 -0
  376. package/es/collapse/CollapsePanel.js +1 -0
  377. package/es/collapse/index.d.ts +3 -0
  378. package/es/collapse/index.js +1 -0
  379. package/es/collapse/style/index.d.ts +50 -0
  380. package/es/collapse/style/index.js +6 -0
  381. package/es/color-picker/ColorPicker.d.ts +11 -0
  382. package/es/color-picker/ColorPicker.js +1 -0
  383. package/es/color-picker/ColorPickerPanel.d.ts +11 -0
  384. package/es/color-picker/ColorPickerPanel.js +1 -0
  385. package/es/color-picker/color.d.ts +36 -0
  386. package/es/color-picker/color.js +1 -0
  387. package/es/color-picker/components/ColorAlphaInput.d.ts +11 -0
  388. package/es/color-picker/components/ColorAlphaInput.js +1 -0
  389. package/es/color-picker/components/ColorClear.d.ts +11 -0
  390. package/es/color-picker/components/ColorClear.js +1 -0
  391. package/es/color-picker/components/ColorHexInput.d.ts +11 -0
  392. package/es/color-picker/components/ColorHexInput.js +1 -0
  393. package/es/color-picker/components/ColorHsbInput.d.ts +11 -0
  394. package/es/color-picker/components/ColorHsbInput.js +1 -0
  395. package/es/color-picker/components/ColorInput.d.ts +16 -0
  396. package/es/color-picker/components/ColorInput.js +1 -0
  397. package/es/color-picker/components/ColorPresets.d.ts +14 -0
  398. package/es/color-picker/components/ColorPresets.js +1 -0
  399. package/es/color-picker/components/ColorRgbInput.d.ts +11 -0
  400. package/es/color-picker/components/ColorRgbInput.js +1 -0
  401. package/es/color-picker/components/ColorSlider.d.ts +22 -0
  402. package/es/color-picker/components/ColorSlider.js +1 -0
  403. package/es/color-picker/components/ColorSteppers.d.ts +16 -0
  404. package/es/color-picker/components/ColorSteppers.js +1 -0
  405. package/es/color-picker/components/ColorTrigger.d.ts +21 -0
  406. package/es/color-picker/components/ColorTrigger.js +1 -0
  407. package/es/color-picker/components/PanelPicker/GradientColorBar.d.ts +10 -0
  408. package/es/color-picker/components/PanelPicker/GradientColorBar.js +1 -0
  409. package/es/color-picker/components/PanelPicker/index.d.ts +5 -0
  410. package/es/color-picker/components/PanelPicker/index.js +1 -0
  411. package/es/color-picker/components/PanelPresets.d.ts +5 -0
  412. package/es/color-picker/components/PanelPresets.js +1 -0
  413. package/es/color-picker/context.d.ts +40 -0
  414. package/es/color-picker/context.js +1 -0
  415. package/es/color-picker/hooks/useModeColor.d.ts +13 -0
  416. package/es/color-picker/hooks/useModeColor.js +1 -0
  417. package/es/color-picker/index.d.ts +4 -0
  418. package/es/color-picker/index.js +1 -0
  419. package/es/color-picker/interface.d.ts +75 -0
  420. package/es/color-picker/interface.js +1 -0
  421. package/es/color-picker/style/color-block.d.ts +10 -0
  422. package/es/color-picker/style/color-block.js +1 -0
  423. package/es/color-picker/style/index.d.ts +64 -0
  424. package/es/color-picker/style/index.js +1 -0
  425. package/es/color-picker/style/input.d.ts +8 -0
  426. package/es/color-picker/style/input.js +1 -0
  427. package/es/color-picker/style/picker.d.ts +8 -0
  428. package/es/color-picker/style/picker.js +1 -0
  429. package/es/color-picker/style/presets.d.ts +8 -0
  430. package/es/color-picker/style/presets.js +1 -0
  431. package/es/color-picker/style/slider.d.ts +8 -0
  432. package/es/color-picker/style/slider.js +1 -0
  433. package/es/color-picker/util.d.ts +17 -0
  434. package/es/color-picker/util.js +1 -0
  435. package/es/config-provider/DisabledContext.d.ts +10 -0
  436. package/es/config-provider/DisabledContext.js +1 -0
  437. package/es/config-provider/MotionWrapper.d.ts +7 -0
  438. package/es/config-provider/MotionWrapper.js +1 -0
  439. package/es/config-provider/PropWarning.d.ts +8 -0
  440. package/es/config-provider/PropWarning.js +1 -0
  441. package/es/config-provider/SizeContext.d.ts +11 -0
  442. package/es/config-provider/SizeContext.js +1 -0
  443. package/es/config-provider/UnstableContext.d.ts +12 -0
  444. package/es/config-provider/UnstableContext.js +1 -0
  445. package/es/config-provider/context.d.ts +260 -0
  446. package/es/config-provider/context.js +1 -0
  447. package/es/config-provider/cssVariables.d.ts +5 -0
  448. package/es/config-provider/cssVariables.js +6 -0
  449. package/es/config-provider/defaultRenderEmpty.d.ts +10 -0
  450. package/es/config-provider/defaultRenderEmpty.js +1 -0
  451. package/es/config-provider/hooks/useCSSVarCls.d.ts +9 -0
  452. package/es/config-provider/hooks/useCSSVarCls.js +1 -0
  453. package/es/config-provider/hooks/useConfig.d.ts +8 -0
  454. package/es/config-provider/hooks/useConfig.js +1 -0
  455. package/es/config-provider/hooks/useSize.d.ts +5 -0
  456. package/es/config-provider/hooks/useSize.js +1 -0
  457. package/es/config-provider/hooks/useTheme.d.ts +6 -0
  458. package/es/config-provider/hooks/useTheme.js +1 -0
  459. package/es/config-provider/hooks/useThemeKey.d.ts +5 -0
  460. package/es/config-provider/hooks/useThemeKey.js +1 -0
  461. package/es/config-provider/index.d.ts +136 -0
  462. package/es/config-provider/index.js +1 -0
  463. package/es/config-provider/style/index.d.ts +3 -0
  464. package/es/config-provider/style/index.js +1 -0
  465. package/es/copy/index.d.ts +15 -0
  466. package/es/copy/index.js +1 -0
  467. package/es/date-picker/PickerButton.d.ts +7 -0
  468. package/es/date-picker/PickerButton.js +1 -0
  469. package/es/date-picker/generatePicker/constant.d.ts +7 -0
  470. package/es/date-picker/generatePicker/constant.js +1 -0
  471. package/es/date-picker/generatePicker/generateRangePicker.d.ts +25 -0
  472. package/es/date-picker/generatePicker/generateRangePicker.js +1 -0
  473. package/es/date-picker/generatePicker/generateSinglePicker.d.ts +27 -0
  474. package/es/date-picker/generatePicker/generateSinglePicker.js +1 -0
  475. package/es/date-picker/generatePicker/index.d.ts +43 -0
  476. package/es/date-picker/generatePicker/index.js +1 -0
  477. package/es/date-picker/generatePicker/interface.d.ts +74 -0
  478. package/es/date-picker/generatePicker/interface.js +0 -0
  479. package/es/date-picker/generatePicker/useComponents.d.ts +15 -0
  480. package/es/date-picker/generatePicker/useComponents.js +1 -0
  481. package/es/date-picker/index.d.ts +56 -0
  482. package/es/date-picker/index.js +1 -0
  483. package/es/date-picker/locale/ar_EG.d.ts +6 -0
  484. package/es/date-picker/locale/ar_EG.js +1 -0
  485. package/es/date-picker/locale/az_AZ.d.ts +6 -0
  486. package/es/date-picker/locale/az_AZ.js +1 -0
  487. package/es/date-picker/locale/bg_BG.d.ts +6 -0
  488. package/es/date-picker/locale/bg_BG.js +1 -0
  489. package/es/date-picker/locale/bn_BD.d.ts +6 -0
  490. package/es/date-picker/locale/bn_BD.js +1 -0
  491. package/es/date-picker/locale/by_BY.d.ts +6 -0
  492. package/es/date-picker/locale/by_BY.js +1 -0
  493. package/es/date-picker/locale/ca_ES.d.ts +6 -0
  494. package/es/date-picker/locale/ca_ES.js +1 -0
  495. package/es/date-picker/locale/cs_CZ.d.ts +6 -0
  496. package/es/date-picker/locale/cs_CZ.js +1 -0
  497. package/es/date-picker/locale/da_DK.d.ts +6 -0
  498. package/es/date-picker/locale/da_DK.js +1 -0
  499. package/es/date-picker/locale/de_DE.d.ts +6 -0
  500. package/es/date-picker/locale/de_DE.js +1 -0
  501. package/es/date-picker/locale/el_GR.d.ts +6 -0
  502. package/es/date-picker/locale/el_GR.js +1 -0
  503. package/es/date-picker/locale/en_GB.d.ts +6 -0
  504. package/es/date-picker/locale/en_GB.js +1 -0
  505. package/es/date-picker/locale/en_US.d.ts +6 -0
  506. package/es/date-picker/locale/en_US.js +1 -0
  507. package/es/date-picker/locale/es_ES.d.ts +6 -0
  508. package/es/date-picker/locale/es_ES.js +1 -0
  509. package/es/date-picker/locale/et_EE.d.ts +6 -0
  510. package/es/date-picker/locale/et_EE.js +1 -0
  511. package/es/date-picker/locale/eu_ES.d.ts +6 -0
  512. package/es/date-picker/locale/eu_ES.js +1 -0
  513. package/es/date-picker/locale/fa_IR.d.ts +6 -0
  514. package/es/date-picker/locale/fa_IR.js +1 -0
  515. package/es/date-picker/locale/fi_FI.d.ts +6 -0
  516. package/es/date-picker/locale/fi_FI.js +1 -0
  517. package/es/date-picker/locale/fr_BE.d.ts +6 -0
  518. package/es/date-picker/locale/fr_BE.js +1 -0
  519. package/es/date-picker/locale/fr_CA.d.ts +6 -0
  520. package/es/date-picker/locale/fr_CA.js +1 -0
  521. package/es/date-picker/locale/fr_FR.d.ts +6 -0
  522. package/es/date-picker/locale/fr_FR.js +1 -0
  523. package/es/date-picker/locale/ga_IE.d.ts +6 -0
  524. package/es/date-picker/locale/ga_IE.js +1 -0
  525. package/es/date-picker/locale/gl_ES.d.ts +6 -0
  526. package/es/date-picker/locale/gl_ES.js +1 -0
  527. package/es/date-picker/locale/he_IL.d.ts +6 -0
  528. package/es/date-picker/locale/he_IL.js +1 -0
  529. package/es/date-picker/locale/hi_IN.d.ts +6 -0
  530. package/es/date-picker/locale/hi_IN.js +1 -0
  531. package/es/date-picker/locale/hr_HR.d.ts +6 -0
  532. package/es/date-picker/locale/hr_HR.js +1 -0
  533. package/es/date-picker/locale/hu_HU.d.ts +6 -0
  534. package/es/date-picker/locale/hu_HU.js +1 -0
  535. package/es/date-picker/locale/id_ID.d.ts +6 -0
  536. package/es/date-picker/locale/id_ID.js +1 -0
  537. package/es/date-picker/locale/is_IS.d.ts +6 -0
  538. package/es/date-picker/locale/is_IS.js +1 -0
  539. package/es/date-picker/locale/it_IT.d.ts +6 -0
  540. package/es/date-picker/locale/it_IT.js +1 -0
  541. package/es/date-picker/locale/ja_JP.d.ts +6 -0
  542. package/es/date-picker/locale/ja_JP.js +1 -0
  543. package/es/date-picker/locale/ka_GE.d.ts +6 -0
  544. package/es/date-picker/locale/ka_GE.js +1 -0
  545. package/es/date-picker/locale/kk_KZ.d.ts +6 -0
  546. package/es/date-picker/locale/kk_KZ.js +1 -0
  547. package/es/date-picker/locale/km_KH.d.ts +6 -0
  548. package/es/date-picker/locale/km_KH.js +1 -0
  549. package/es/date-picker/locale/kmr_IQ.d.ts +6 -0
  550. package/es/date-picker/locale/kmr_IQ.js +1 -0
  551. package/es/date-picker/locale/kn_IN.d.ts +6 -0
  552. package/es/date-picker/locale/kn_IN.js +1 -0
  553. package/es/date-picker/locale/ko_KR.d.ts +6 -0
  554. package/es/date-picker/locale/ko_KR.js +1 -0
  555. package/es/date-picker/locale/lt_LT.d.ts +6 -0
  556. package/es/date-picker/locale/lt_LT.js +1 -0
  557. package/es/date-picker/locale/lv_LV.d.ts +6 -0
  558. package/es/date-picker/locale/lv_LV.js +1 -0
  559. package/es/date-picker/locale/mk_MK.d.ts +6 -0
  560. package/es/date-picker/locale/mk_MK.js +1 -0
  561. package/es/date-picker/locale/ml_IN.d.ts +6 -0
  562. package/es/date-picker/locale/ml_IN.js +1 -0
  563. package/es/date-picker/locale/mn_MN.d.ts +6 -0
  564. package/es/date-picker/locale/mn_MN.js +1 -0
  565. package/es/date-picker/locale/ms_MY.d.ts +6 -0
  566. package/es/date-picker/locale/ms_MY.js +1 -0
  567. package/es/date-picker/locale/my_MM.d.ts +6 -0
  568. package/es/date-picker/locale/my_MM.js +1 -0
  569. package/es/date-picker/locale/nb_NO.d.ts +6 -0
  570. package/es/date-picker/locale/nb_NO.js +1 -0
  571. package/es/date-picker/locale/nl_BE.d.ts +6 -0
  572. package/es/date-picker/locale/nl_BE.js +1 -0
  573. package/es/date-picker/locale/nl_NL.d.ts +6 -0
  574. package/es/date-picker/locale/nl_NL.js +1 -0
  575. package/es/date-picker/locale/pl_PL.d.ts +6 -0
  576. package/es/date-picker/locale/pl_PL.js +1 -0
  577. package/es/date-picker/locale/pt_BR.d.ts +6 -0
  578. package/es/date-picker/locale/pt_BR.js +1 -0
  579. package/es/date-picker/locale/pt_PT.d.ts +6 -0
  580. package/es/date-picker/locale/pt_PT.js +1 -0
  581. package/es/date-picker/locale/ro_RO.d.ts +6 -0
  582. package/es/date-picker/locale/ro_RO.js +1 -0
  583. package/es/date-picker/locale/ru_RU.d.ts +6 -0
  584. package/es/date-picker/locale/ru_RU.js +1 -0
  585. package/es/date-picker/locale/si_LK.d.ts +6 -0
  586. package/es/date-picker/locale/si_LK.js +1 -0
  587. package/es/date-picker/locale/sk_SK.d.ts +6 -0
  588. package/es/date-picker/locale/sk_SK.js +1 -0
  589. package/es/date-picker/locale/sl_SI.d.ts +6 -0
  590. package/es/date-picker/locale/sl_SI.js +1 -0
  591. package/es/date-picker/locale/sr_RS.d.ts +6 -0
  592. package/es/date-picker/locale/sr_RS.js +1 -0
  593. package/es/date-picker/locale/sv_SE.d.ts +6 -0
  594. package/es/date-picker/locale/sv_SE.js +1 -0
  595. package/es/date-picker/locale/ta_IN.d.ts +6 -0
  596. package/es/date-picker/locale/ta_IN.js +1 -0
  597. package/es/date-picker/locale/th_TH.d.ts +6 -0
  598. package/es/date-picker/locale/th_TH.js +1 -0
  599. package/es/date-picker/locale/tk_TK.d.ts +6 -0
  600. package/es/date-picker/locale/tk_TK.js +1 -0
  601. package/es/date-picker/locale/tr_TR.d.ts +6 -0
  602. package/es/date-picker/locale/tr_TR.js +1 -0
  603. package/es/date-picker/locale/uk_UA.d.ts +6 -0
  604. package/es/date-picker/locale/uk_UA.js +1 -0
  605. package/es/date-picker/locale/ur_PK.d.ts +6 -0
  606. package/es/date-picker/locale/ur_PK.js +1 -0
  607. package/es/date-picker/locale/uz_UZ.d.ts +6 -0
  608. package/es/date-picker/locale/uz_UZ.js +1 -0
  609. package/es/date-picker/locale/vi_VN.d.ts +6 -0
  610. package/es/date-picker/locale/vi_VN.js +1 -0
  611. package/es/date-picker/locale/zh_CN.d.ts +6 -0
  612. package/es/date-picker/locale/zh_CN.js +1 -0
  613. package/es/date-picker/locale/zh_TW.d.ts +6 -0
  614. package/es/date-picker/locale/zh_TW.js +1 -0
  615. package/es/date-picker/style/index.d.ts +6 -0
  616. package/es/date-picker/style/index.js +11 -0
  617. package/es/date-picker/style/multiple.d.ts +7 -0
  618. package/es/date-picker/style/multiple.js +1 -0
  619. package/es/date-picker/style/panel.d.ts +9 -0
  620. package/es/date-picker/style/panel.js +12 -0
  621. package/es/date-picker/style/token.d.ts +106 -0
  622. package/es/date-picker/style/token.js +1 -0
  623. package/es/date-picker/style/variants.d.ts +6 -0
  624. package/es/date-picker/style/variants.js +1 -0
  625. package/es/date-picker/util.d.ts +11 -0
  626. package/es/date-picker/util.js +1 -0
  627. package/es/descriptions/Cell.d.ts +19 -0
  628. package/es/descriptions/Cell.js +1 -0
  629. package/es/descriptions/DescriptionsContext.d.ts +9 -0
  630. package/es/descriptions/DescriptionsContext.js +1 -0
  631. package/es/descriptions/Item.d.ts +15 -0
  632. package/es/descriptions/Item.js +1 -0
  633. package/es/descriptions/Row.d.ts +15 -0
  634. package/es/descriptions/Row.js +1 -0
  635. package/es/descriptions/constant.d.ts +5 -0
  636. package/es/descriptions/constant.js +1 -0
  637. package/es/descriptions/hooks/useItems.d.ts +6 -0
  638. package/es/descriptions/hooks/useItems.js +1 -0
  639. package/es/descriptions/hooks/useRow.d.ts +5 -0
  640. package/es/descriptions/hooks/useRow.js +1 -0
  641. package/es/descriptions/index.d.ts +39 -0
  642. package/es/descriptions/index.js +1 -0
  643. package/es/descriptions/style/index.d.ts +55 -0
  644. package/es/descriptions/style/index.js +1 -0
  645. package/es/divider/index.d.ts +22 -0
  646. package/es/divider/index.js +1 -0
  647. package/es/divider/style/index.d.ts +26 -0
  648. package/es/divider/style/index.js +1 -0
  649. package/es/drag/SortableBoard.d.ts +6 -0
  650. package/es/drag/SortableBoard.js +1 -0
  651. package/es/drag/SortableBoardProvider.d.ts +15 -0
  652. package/es/drag/SortableBoardProvider.js +1 -0
  653. package/es/drag/SortableList.d.ts +9 -0
  654. package/es/drag/SortableList.js +1 -0
  655. package/es/drag/SortableZone.d.ts +9 -0
  656. package/es/drag/SortableZone.js +1 -0
  657. package/es/drag/SortableZoneShared.d.ts +38 -0
  658. package/es/drag/SortableZoneShared.js +1 -0
  659. package/es/drag/index.d.ts +14 -0
  660. package/es/drag/index.js +1 -0
  661. package/es/drag/type.d.ts +363 -0
  662. package/es/drag/type.js +0 -0
  663. package/es/drawer/DrawerPanel.d.ts +51 -0
  664. package/es/drawer/DrawerPanel.js +1 -0
  665. package/es/drawer/index.d.ts +36 -0
  666. package/es/drawer/index.js +1 -0
  667. package/es/drawer/style/index.d.ts +25 -0
  668. package/es/drawer/style/index.js +1 -0
  669. package/es/drawer/style/motion.d.ts +7 -0
  670. package/es/drawer/style/motion.js +1 -0
  671. package/es/dropdown/dropdown-button.d.ts +25 -0
  672. package/es/dropdown/dropdown-button.js +1 -0
  673. package/es/dropdown/dropdown.d.ts +53 -0
  674. package/es/dropdown/dropdown.js +1 -0
  675. package/es/dropdown/index.d.ts +8 -0
  676. package/es/dropdown/index.js +1 -0
  677. package/es/dropdown/style/index.d.ts +43 -0
  678. package/es/dropdown/style/index.js +15 -0
  679. package/es/dropdown/style/status.d.ts +7 -0
  680. package/es/dropdown/style/status.js +1 -0
  681. package/es/empty/empty.d.ts +5 -0
  682. package/es/empty/empty.js +1 -0
  683. package/es/empty/index.d.ts +23 -0
  684. package/es/empty/index.js +1 -0
  685. package/es/empty/simple.d.ts +5 -0
  686. package/es/empty/simple.js +1 -0
  687. package/es/empty/style/index.d.ts +6 -0
  688. package/es/empty/style/index.js +1 -0
  689. package/es/flex/index.d.ts +7 -0
  690. package/es/flex/index.js +1 -0
  691. package/es/flex/interface.d.ts +17 -0
  692. package/es/flex/interface.js +0 -0
  693. package/es/flex/style/index.d.ts +32 -0
  694. package/es/flex/style/index.js +1 -0
  695. package/es/flex/utils.d.ts +8 -0
  696. package/es/flex/utils.js +1 -0
  697. package/es/form/ErrorList.d.ts +15 -0
  698. package/es/form/ErrorList.js +1 -0
  699. package/es/form/Form.d.ts +44 -0
  700. package/es/form/Form.js +1 -0
  701. package/es/form/FormItem/ItemHolder.d.ts +20 -0
  702. package/es/form/FormItem/ItemHolder.js +1 -0
  703. package/es/form/FormItem/StatusProvider.d.ts +18 -0
  704. package/es/form/FormItem/StatusProvider.js +1 -0
  705. package/es/form/FormItem/index.d.ts +47 -0
  706. package/es/form/FormItem/index.js +1 -0
  707. package/es/form/FormItemInput.d.ts +24 -0
  708. package/es/form/FormItemInput.js +1 -0
  709. package/es/form/FormItemLabel.d.ts +24 -0
  710. package/es/form/FormItemLabel.js +1 -0
  711. package/es/form/FormList.d.ts +27 -0
  712. package/es/form/FormList.js +1 -0
  713. package/es/form/context.d.ts +55 -0
  714. package/es/form/context.js +1 -0
  715. package/es/form/hooks/useChildren.d.ts +4 -0
  716. package/es/form/hooks/useChildren.js +1 -0
  717. package/es/form/hooks/useDebounce.d.ts +3 -0
  718. package/es/form/hooks/useDebounce.js +1 -0
  719. package/es/form/hooks/useForm.d.ts +10 -0
  720. package/es/form/hooks/useForm.js +1 -0
  721. package/es/form/hooks/useFormInstance.d.ts +4 -0
  722. package/es/form/hooks/useFormInstance.js +1 -0
  723. package/es/form/hooks/useFormItemStatus.d.ts +11 -0
  724. package/es/form/hooks/useFormItemStatus.js +1 -0
  725. package/es/form/hooks/useFormWarning.d.ts +4 -0
  726. package/es/form/hooks/useFormWarning.js +1 -0
  727. package/es/form/hooks/useFrameState.d.ts +4 -0
  728. package/es/form/hooks/useFrameState.js +1 -0
  729. package/es/form/hooks/useItemRef.d.ts +5 -0
  730. package/es/form/hooks/useItemRef.js +1 -0
  731. package/es/form/hooks/useVariants.d.ts +10 -0
  732. package/es/form/hooks/useVariants.js +1 -0
  733. package/es/form/index.d.ts +24 -0
  734. package/es/form/index.js +1 -0
  735. package/es/form/interface.d.ts +6 -0
  736. package/es/form/interface.js +0 -0
  737. package/es/form/style/explain.d.ts +7 -0
  738. package/es/form/style/explain.js +3 -0
  739. package/es/form/style/fallbackCmp.d.ts +8 -0
  740. package/es/form/style/fallbackCmp.js +1 -0
  741. package/es/form/style/index.d.ts +77 -0
  742. package/es/form/style/index.js +7 -0
  743. package/es/form/util.d.ts +11 -0
  744. package/es/form/util.js +1 -0
  745. package/es/form/validateMessagesContext.d.ts +5 -0
  746. package/es/form/validateMessagesContext.js +1 -0
  747. package/es/form-area/ValidateTooltip.d.ts +14 -0
  748. package/es/form-area/ValidateTooltip.js +1 -0
  749. package/es/form-area/index.d.ts +6 -0
  750. package/es/form-area/index.js +1 -0
  751. package/es/form-area/renderItemMap.d.ts +47 -0
  752. package/es/form-area/renderItemMap.js +1 -0
  753. package/es/form-area/type.d.ts +173 -0
  754. package/es/form-area/type.js +0 -0
  755. package/es/gantt/index.d.ts +6 -0
  756. package/es/gantt/index.js +1 -0
  757. package/es/gantt/style/index.d.ts +5 -0
  758. package/es/gantt/style/index.js +1 -0
  759. package/es/gantt/style/style.d.ts +3 -0
  760. package/es/gantt/style/style.js +372 -0
  761. package/es/gantt/type.d.ts +140 -0
  762. package/es/gantt/type.js +0 -0
  763. package/es/gantt/utils.d.ts +38 -0
  764. package/es/gantt/utils.js +1 -0
  765. package/es/grid/RowContext.d.ts +8 -0
  766. package/es/grid/RowContext.js +1 -0
  767. package/es/grid/col.d.ts +31 -0
  768. package/es/grid/col.js +1 -0
  769. package/es/grid/hooks/useBreakpoint.d.ts +5 -0
  770. package/es/grid/hooks/useBreakpoint.js +1 -0
  771. package/es/grid/index.d.ts +11 -0
  772. package/es/grid/index.js +1 -0
  773. package/es/grid/row.d.ts +20 -0
  774. package/es/grid/row.js +1 -0
  775. package/es/grid/style/index.d.ts +9 -0
  776. package/es/grid/style/index.js +1 -0
  777. package/es/hooks/index.d.ts +6 -0
  778. package/es/hooks/index.js +1 -0
  779. package/es/hooks/useDrawer.d.ts +11 -0
  780. package/es/hooks/useDrawer.js +1 -0
  781. package/es/hooks/useForm.d.ts +19 -0
  782. package/es/hooks/useForm.js +1 -0
  783. package/es/hooks/useModal.d.ts +11 -0
  784. package/es/hooks/useModal.js +1 -0
  785. package/es/hooks/useParsedHash.d.ts +8 -0
  786. package/es/hooks/useParsedHash.js +1 -0
  787. package/es/hooks/useUrlState.d.ts +11 -0
  788. package/es/hooks/useUrlState.js +1 -0
  789. package/es/hour-panel/index.d.ts +6 -0
  790. package/es/hour-panel/index.js +1 -0
  791. package/es/hour-panel/style/index.d.ts +15 -0
  792. package/es/hour-panel/style/index.js +1 -0
  793. package/es/hour-panel/style/style.d.ts +3 -0
  794. package/es/hour-panel/style/style.js +351 -0
  795. package/es/hour-panel/types.d.ts +147 -0
  796. package/es/hour-panel/types.js +1 -0
  797. package/es/hour-panel/utils.d.ts +33 -0
  798. package/es/hour-panel/utils.js +1 -0
  799. package/es/icon/index.d.ts +4 -0
  800. package/es/icon/index.js +1 -0
  801. package/es/image/PreviewGroup.d.ts +17 -0
  802. package/es/image/PreviewGroup.js +1 -0
  803. package/es/image/index.d.ts +10 -0
  804. package/es/image/index.js +1 -0
  805. package/es/image/style/index.d.ts +63 -0
  806. package/es/image/style/index.js +1 -0
  807. package/es/index.d.ts +151 -0
  808. package/es/index.js +1 -0
  809. package/es/input/Group.d.ts +17 -0
  810. package/es/input/Group.js +1 -0
  811. package/es/input/Input.d.ts +25 -0
  812. package/es/input/Input.js +1 -0
  813. package/es/input/OTP/OTPInput.d.ts +13 -0
  814. package/es/input/OTP/OTPInput.js +1 -0
  815. package/es/input/OTP/index.d.ts +32 -0
  816. package/es/input/OTP/index.js +1 -0
  817. package/es/input/Password.d.ts +16 -0
  818. package/es/input/Password.js +1 -0
  819. package/es/input/Search.d.ts +14 -0
  820. package/es/input/Search.js +1 -0
  821. package/es/input/TextArea.d.ts +28 -0
  822. package/es/input/TextArea.js +1 -0
  823. package/es/input/hooks/useRemovePasswordTimeout.d.ts +4 -0
  824. package/es/input/hooks/useRemovePasswordTimeout.js +1 -0
  825. package/es/input/index.d.ts +17 -0
  826. package/es/input/index.js +1 -0
  827. package/es/input/style/index.d.ts +16 -0
  828. package/es/input/style/index.js +19 -0
  829. package/es/input/style/otp.d.ts +4 -0
  830. package/es/input/style/otp.js +1 -0
  831. package/es/input/style/token.d.ts +99 -0
  832. package/es/input/style/token.js +1 -0
  833. package/es/input/style/variants.d.ts +17 -0
  834. package/es/input/style/variants.js +1 -0
  835. package/es/input/utils.d.ts +10 -0
  836. package/es/input/utils.js +1 -0
  837. package/es/input-number/index.d.ts +37 -0
  838. package/es/input-number/index.js +1 -0
  839. package/es/input-number/style/index.d.ts +19 -0
  840. package/es/input-number/style/index.js +13 -0
  841. package/es/input-number/style/token.d.ts +55 -0
  842. package/es/input-number/style/token.js +1 -0
  843. package/es/layout/Sider.d.ts +30 -0
  844. package/es/layout/Sider.js +1 -0
  845. package/es/layout/context.d.ts +10 -0
  846. package/es/layout/context.js +1 -0
  847. package/es/layout/hooks/useHasSider.d.ts +4 -0
  848. package/es/layout/hooks/useHasSider.js +1 -0
  849. package/es/layout/index.d.ts +15 -0
  850. package/es/layout/index.js +1 -0
  851. package/es/layout/layout.d.ts +19 -0
  852. package/es/layout/layout.js +1 -0
  853. package/es/layout/style/index.d.ts +98 -0
  854. package/es/layout/style/index.js +1 -0
  855. package/es/layout/style/sider.d.ts +4 -0
  856. package/es/layout/style/sider.js +1 -0
  857. package/es/list/Item.d.ts +36 -0
  858. package/es/list/Item.js +1 -0
  859. package/es/list/context.d.ts +10 -0
  860. package/es/list/context.js +1 -0
  861. package/es/list/index.d.ts +59 -0
  862. package/es/list/index.js +1 -0
  863. package/es/list/style/index.d.ts +65 -0
  864. package/es/list/style/index.js +1 -0
  865. package/es/locale/ar_EG.d.ts +5 -0
  866. package/es/locale/ar_EG.js +1 -0
  867. package/es/locale/az_AZ.d.ts +5 -0
  868. package/es/locale/az_AZ.js +1 -0
  869. package/es/locale/bg_BG.d.ts +5 -0
  870. package/es/locale/bg_BG.js +1 -0
  871. package/es/locale/bn_BD.d.ts +5 -0
  872. package/es/locale/bn_BD.js +1 -0
  873. package/es/locale/by_BY.d.ts +5 -0
  874. package/es/locale/by_BY.js +1 -0
  875. package/es/locale/ca_ES.d.ts +5 -0
  876. package/es/locale/ca_ES.js +1 -0
  877. package/es/locale/context.d.ts +8 -0
  878. package/es/locale/context.js +1 -0
  879. package/es/locale/cs_CZ.d.ts +5 -0
  880. package/es/locale/cs_CZ.js +1 -0
  881. package/es/locale/da_DK.d.ts +5 -0
  882. package/es/locale/da_DK.js +1 -0
  883. package/es/locale/de_DE.d.ts +5 -0
  884. package/es/locale/de_DE.js +1 -0
  885. package/es/locale/el_GR.d.ts +5 -0
  886. package/es/locale/el_GR.js +1 -0
  887. package/es/locale/en_GB.d.ts +5 -0
  888. package/es/locale/en_GB.js +1 -0
  889. package/es/locale/en_US.d.ts +5 -0
  890. package/es/locale/en_US.js +1 -0
  891. package/es/locale/es_ES.d.ts +5 -0
  892. package/es/locale/es_ES.js +1 -0
  893. package/es/locale/et_EE.d.ts +5 -0
  894. package/es/locale/et_EE.js +1 -0
  895. package/es/locale/eu_ES.d.ts +5 -0
  896. package/es/locale/eu_ES.js +1 -0
  897. package/es/locale/fa_IR.d.ts +5 -0
  898. package/es/locale/fa_IR.js +1 -0
  899. package/es/locale/fi_FI.d.ts +5 -0
  900. package/es/locale/fi_FI.js +1 -0
  901. package/es/locale/fr_BE.d.ts +5 -0
  902. package/es/locale/fr_BE.js +1 -0
  903. package/es/locale/fr_CA.d.ts +5 -0
  904. package/es/locale/fr_CA.js +1 -0
  905. package/es/locale/fr_FR.d.ts +5 -0
  906. package/es/locale/fr_FR.js +1 -0
  907. package/es/locale/ga_IE.d.ts +5 -0
  908. package/es/locale/ga_IE.js +1 -0
  909. package/es/locale/gl_ES.d.ts +5 -0
  910. package/es/locale/gl_ES.js +1 -0
  911. package/es/locale/he_IL.d.ts +5 -0
  912. package/es/locale/he_IL.js +1 -0
  913. package/es/locale/hi_IN.d.ts +5 -0
  914. package/es/locale/hi_IN.js +1 -0
  915. package/es/locale/hr_HR.d.ts +5 -0
  916. package/es/locale/hr_HR.js +1 -0
  917. package/es/locale/hu_HU.d.ts +5 -0
  918. package/es/locale/hu_HU.js +1 -0
  919. package/es/locale/hy_AM.d.ts +5 -0
  920. package/es/locale/hy_AM.js +1 -0
  921. package/es/locale/id_ID.d.ts +5 -0
  922. package/es/locale/id_ID.js +1 -0
  923. package/es/locale/index.d.ts +64 -0
  924. package/es/locale/index.js +1 -0
  925. package/es/locale/is_IS.d.ts +5 -0
  926. package/es/locale/is_IS.js +1 -0
  927. package/es/locale/it_IT.d.ts +5 -0
  928. package/es/locale/it_IT.js +1 -0
  929. package/es/locale/ja_JP.d.ts +5 -0
  930. package/es/locale/ja_JP.js +1 -0
  931. package/es/locale/ka_GE.d.ts +5 -0
  932. package/es/locale/ka_GE.js +1 -0
  933. package/es/locale/kk_KZ.d.ts +5 -0
  934. package/es/locale/kk_KZ.js +1 -0
  935. package/es/locale/km_KH.d.ts +5 -0
  936. package/es/locale/km_KH.js +1 -0
  937. package/es/locale/kmr_IQ.d.ts +5 -0
  938. package/es/locale/kmr_IQ.js +1 -0
  939. package/es/locale/kn_IN.d.ts +5 -0
  940. package/es/locale/kn_IN.js +1 -0
  941. package/es/locale/ko_KR.d.ts +5 -0
  942. package/es/locale/ko_KR.js +1 -0
  943. package/es/locale/ku_IQ.d.ts +5 -0
  944. package/es/locale/ku_IQ.js +1 -0
  945. package/es/locale/lt_LT.d.ts +5 -0
  946. package/es/locale/lt_LT.js +1 -0
  947. package/es/locale/lv_LV.d.ts +5 -0
  948. package/es/locale/lv_LV.js +1 -0
  949. package/es/locale/mk_MK.d.ts +5 -0
  950. package/es/locale/mk_MK.js +1 -0
  951. package/es/locale/ml_IN.d.ts +5 -0
  952. package/es/locale/ml_IN.js +1 -0
  953. package/es/locale/mn_MN.d.ts +5 -0
  954. package/es/locale/mn_MN.js +1 -0
  955. package/es/locale/ms_MY.d.ts +5 -0
  956. package/es/locale/ms_MY.js +1 -0
  957. package/es/locale/my_MM.d.ts +5 -0
  958. package/es/locale/my_MM.js +1 -0
  959. package/es/locale/nb_NO.d.ts +5 -0
  960. package/es/locale/nb_NO.js +1 -0
  961. package/es/locale/ne_NP.d.ts +5 -0
  962. package/es/locale/ne_NP.js +1 -0
  963. package/es/locale/nl_BE.d.ts +5 -0
  964. package/es/locale/nl_BE.js +1 -0
  965. package/es/locale/nl_NL.d.ts +5 -0
  966. package/es/locale/nl_NL.js +1 -0
  967. package/es/locale/pl_PL.d.ts +5 -0
  968. package/es/locale/pl_PL.js +1 -0
  969. package/es/locale/pt_BR.d.ts +5 -0
  970. package/es/locale/pt_BR.js +1 -0
  971. package/es/locale/pt_PT.d.ts +5 -0
  972. package/es/locale/pt_PT.js +1 -0
  973. package/es/locale/ro_RO.d.ts +5 -0
  974. package/es/locale/ro_RO.js +1 -0
  975. package/es/locale/ru_RU.d.ts +5 -0
  976. package/es/locale/ru_RU.js +1 -0
  977. package/es/locale/si_LK.d.ts +5 -0
  978. package/es/locale/si_LK.js +1 -0
  979. package/es/locale/sk_SK.d.ts +5 -0
  980. package/es/locale/sk_SK.js +1 -0
  981. package/es/locale/sl_SI.d.ts +5 -0
  982. package/es/locale/sl_SI.js +1 -0
  983. package/es/locale/sr_RS.d.ts +5 -0
  984. package/es/locale/sr_RS.js +1 -0
  985. package/es/locale/sv_SE.d.ts +5 -0
  986. package/es/locale/sv_SE.js +1 -0
  987. package/es/locale/ta_IN.d.ts +5 -0
  988. package/es/locale/ta_IN.js +1 -0
  989. package/es/locale/th_TH.d.ts +5 -0
  990. package/es/locale/th_TH.js +1 -0
  991. package/es/locale/tk_TK.d.ts +5 -0
  992. package/es/locale/tk_TK.js +1 -0
  993. package/es/locale/tr_TR.d.ts +5 -0
  994. package/es/locale/tr_TR.js +1 -0
  995. package/es/locale/uk_UA.d.ts +5 -0
  996. package/es/locale/uk_UA.js +1 -0
  997. package/es/locale/ur_PK.d.ts +5 -0
  998. package/es/locale/ur_PK.js +1 -0
  999. package/es/locale/useLocale.d.ts +6 -0
  1000. package/es/locale/useLocale.js +1 -0
  1001. package/es/locale/uz_UZ.d.ts +5 -0
  1002. package/es/locale/uz_UZ.js +1 -0
  1003. package/es/locale/vi_VN.d.ts +5 -0
  1004. package/es/locale/vi_VN.js +1 -0
  1005. package/es/locale/zh_CN.d.ts +5 -0
  1006. package/es/locale/zh_CN.js +1 -0
  1007. package/es/locale/zh_HK.d.ts +5 -0
  1008. package/es/locale/zh_HK.js +1 -0
  1009. package/es/locale/zh_TW.d.ts +5 -0
  1010. package/es/locale/zh_TW.js +1 -0
  1011. package/es/mentions/index.d.ts +46 -0
  1012. package/es/mentions/index.js +1 -0
  1013. package/es/mentions/style/index.d.ts +25 -0
  1014. package/es/mentions/style/index.js +1 -0
  1015. package/es/menu/MenuContext.d.ts +14 -0
  1016. package/es/menu/MenuContext.js +1 -0
  1017. package/es/menu/MenuDivider.d.ts +11 -0
  1018. package/es/menu/MenuDivider.js +1 -0
  1019. package/es/menu/MenuItem.d.ts +15 -0
  1020. package/es/menu/MenuItem.js +1 -0
  1021. package/es/menu/OverrideContext.d.ts +13 -0
  1022. package/es/menu/OverrideContext.js +1 -0
  1023. package/es/menu/SubMenu.d.ts +15 -0
  1024. package/es/menu/SubMenu.js +1 -0
  1025. package/es/menu/index.d.ts +28 -0
  1026. package/es/menu/index.js +1 -0
  1027. package/es/menu/interface.d.ts +22 -0
  1028. package/es/menu/interface.js +0 -0
  1029. package/es/menu/menu.d.ts +21 -0
  1030. package/es/menu/menu.js +1 -0
  1031. package/es/menu/style/horizontal.d.ts +7 -0
  1032. package/es/menu/style/horizontal.js +3 -0
  1033. package/es/menu/style/index.d.ts +357 -0
  1034. package/es/menu/style/index.js +2 -0
  1035. package/es/menu/style/rtl.d.ts +9 -0
  1036. package/es/menu/style/rtl.js +2 -0
  1037. package/es/menu/style/theme.d.ts +6 -0
  1038. package/es/menu/style/theme.js +1 -0
  1039. package/es/menu/style/vertical.d.ts +7 -0
  1040. package/es/menu/style/vertical.js +9 -0
  1041. package/es/message/PurePanel.d.ts +25 -0
  1042. package/es/message/PurePanel.js +1 -0
  1043. package/es/message/index.d.ts +24 -0
  1044. package/es/message/index.js +1 -0
  1045. package/es/message/interface.d.ts +68 -0
  1046. package/es/message/interface.js +0 -0
  1047. package/es/message/style/index.d.ts +26 -0
  1048. package/es/message/style/index.js +8 -0
  1049. package/es/message/useMessage.d.ts +9 -0
  1050. package/es/message/useMessage.js +1 -0
  1051. package/es/message/util.d.ts +6 -0
  1052. package/es/message/util.js +1 -0
  1053. package/es/modal/ConfirmDialog.d.ts +35 -0
  1054. package/es/modal/ConfirmDialog.js +1 -0
  1055. package/es/modal/Modal.d.ts +6 -0
  1056. package/es/modal/Modal.js +1 -0
  1057. package/es/modal/PurePanel.d.ts +11 -0
  1058. package/es/modal/PurePanel.js +1 -0
  1059. package/es/modal/components/ConfirmCancelBtn.d.ts +11 -0
  1060. package/es/modal/components/ConfirmCancelBtn.js +1 -0
  1061. package/es/modal/components/ConfirmOkBtn.d.ts +10 -0
  1062. package/es/modal/components/ConfirmOkBtn.js +1 -0
  1063. package/es/modal/components/NormalCancelBtn.d.ts +9 -0
  1064. package/es/modal/components/NormalCancelBtn.js +1 -0
  1065. package/es/modal/components/NormalOkBtn.d.ts +9 -0
  1066. package/es/modal/components/NormalOkBtn.js +1 -0
  1067. package/es/modal/confirm.d.ts +21 -0
  1068. package/es/modal/confirm.js +1 -0
  1069. package/es/modal/context.d.ts +10 -0
  1070. package/es/modal/context.js +1 -0
  1071. package/es/modal/destroyFns.d.ts +4 -0
  1072. package/es/modal/destroyFns.js +1 -0
  1073. package/es/modal/index.d.ts +16 -0
  1074. package/es/modal/index.js +1 -0
  1075. package/es/modal/interface.d.ts +125 -0
  1076. package/es/modal/interface.js +0 -0
  1077. package/es/modal/locale.d.ts +9 -0
  1078. package/es/modal/locale.js +1 -0
  1079. package/es/modal/shared.d.ts +10 -0
  1080. package/es/modal/shared.js +1 -0
  1081. package/es/modal/style/confirm.d.ts +4 -0
  1082. package/es/modal/style/confirm.js +2 -0
  1083. package/es/modal/style/index.d.ts +115 -0
  1084. package/es/modal/style/index.js +3 -0
  1085. package/es/modal/useModal/HookModal.d.ts +19 -0
  1086. package/es/modal/useModal/HookModal.js +1 -0
  1087. package/es/modal/useModal/index.d.ts +10 -0
  1088. package/es/modal/useModal/index.js +1 -0
  1089. package/es/node_modules/.pnpm/@emotion_serialize@1.3.3/node_modules/@emotion/serialize/dist/declarations/src/index.d.ts +24 -0
  1090. package/es/node_modules/.pnpm/@emotion_sheet@1.4.0/node_modules/@emotion/sheet/dist/declarations/src/index.d.ts +27 -0
  1091. package/es/node_modules/.pnpm/@emotion_utils@1.4.2/node_modules/@emotion/utils/dist/declarations/src/types.d.ts +19 -0
  1092. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/core/CacheManager.d.ts +11 -0
  1093. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/core/createCSS.d.ts +1 -0
  1094. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/core/index.d.ts +3 -0
  1095. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/factories/createGlobalStyle.d.ts +2 -0
  1096. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/factories/createStyleProvider/index.d.ts +3 -0
  1097. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/factories/createStyles/types.d.ts +1 -0
  1098. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/factories/createThemeProvider/index.d.ts +3 -0
  1099. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/factories/createThemeProvider/type.d.ts +6 -0
  1100. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/functions/createInstance.d.ts +12 -0
  1101. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/functions/extractStaticStyle.d.ts +2 -0
  1102. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/functions/index.d.ts +8 -0
  1103. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/functions/setupStyled.d.ts +2 -0
  1104. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/index.d.ts +5 -0
  1105. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/useAntdStylish.d.ts +1 -0
  1106. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/useAntdTheme.d.ts +1 -0
  1107. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/useAntdToken.d.ts +1 -0
  1108. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/useResponsive.d.ts +1 -0
  1109. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/hooks/useThemeMode.d.ts +1 -0
  1110. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/index.d.ts +10 -0
  1111. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/css.d.ts +15 -0
  1112. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/function.d.ts +5 -0
  1113. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/genericUtils.d.ts +1 -0
  1114. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/index.d.ts +9 -0
  1115. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/response.d.ts +1 -0
  1116. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/styled.d.ts +2 -0
  1117. package/es/node_modules/.pnpm/antd-style@3.7.1_@types_react@19.2.2_antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@1_478ff50d1d2423a9645e628a1ab339ad/node_modules/antd-style/lib/types/theme.d.ts +2 -0
  1118. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/aria-data-attrs.d.ts +1 -0
  1119. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/colors.d.ts +1 -0
  1120. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/getRenderPropValue.d.ts +1 -0
  1121. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/hooks/useClosable.d.ts +2 -0
  1122. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/motion.d.ts +1 -0
  1123. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/placements.d.ts +2 -0
  1124. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/statusUtils.d.ts +1 -0
  1125. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/type.d.ts +1 -0
  1126. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/warning.d.ts +1 -0
  1127. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/wave/interface.d.ts +1 -0
  1128. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/_util/wave/style.d.ts +1 -0
  1129. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/affix/index.d.ts +1 -0
  1130. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/affix/style/index.d.ts +1 -0
  1131. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/alert/Alert.d.ts +2 -0
  1132. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/alert/ErrorBoundary.d.ts +1 -0
  1133. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/alert/index.d.ts +2 -0
  1134. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/alert/style/index.d.ts +2 -0
  1135. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/anchor/Anchor.d.ts +3 -0
  1136. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/anchor/AnchorLink.d.ts +1 -0
  1137. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/anchor/index.d.ts +2 -0
  1138. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/anchor/style/index.d.ts +1 -0
  1139. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/app/App.d.ts +3 -0
  1140. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/app/context.d.ts +4 -0
  1141. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/app/index.d.ts +2 -0
  1142. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/app/style/index.d.ts +1 -0
  1143. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/app/useApp.d.ts +1 -0
  1144. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/auto-complete/AutoComplete.d.ts +4 -0
  1145. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/auto-complete/index.d.ts +2 -0
  1146. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/avatar/Avatar.d.ts +2 -0
  1147. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/avatar/AvatarContext.d.ts +1 -0
  1148. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/avatar/AvatarGroup.d.ts +3 -0
  1149. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/avatar/index.d.ts +2 -0
  1150. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/avatar/style/index.d.ts +1 -0
  1151. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/back-top/index.d.ts +1 -0
  1152. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/back-top/style/index.d.ts +1 -0
  1153. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/badge/Ribbon.d.ts +3 -0
  1154. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/badge/ScrollNumber.d.ts +1 -0
  1155. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/badge/index.d.ts +6 -0
  1156. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/badge/style/index.d.ts +1 -0
  1157. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/breadcrumb/Breadcrumb.d.ts +4 -0
  1158. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/breadcrumb/BreadcrumbItem.d.ts +2 -0
  1159. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/breadcrumb/index.d.ts +2 -0
  1160. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/breadcrumb/style/index.d.ts +1 -0
  1161. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/button-group.d.ts +2 -0
  1162. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/button.d.ts +4 -0
  1163. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/buttonHelpers.d.ts +2 -0
  1164. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/index.d.ts +4 -0
  1165. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/style/index.d.ts +1 -0
  1166. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/button/style/token.d.ts +2 -0
  1167. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/calendar/generateCalendar.d.ts +5 -0
  1168. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/calendar/index.d.ts +2 -0
  1169. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/calendar/locale/en_US.d.ts +1 -0
  1170. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/calendar/style/index.d.ts +3 -0
  1171. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/card/Card.d.ts +3 -0
  1172. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/card/Grid.d.ts +1 -0
  1173. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/card/Meta.d.ts +1 -0
  1174. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/card/index.d.ts +3 -0
  1175. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/card/style/index.d.ts +1 -0
  1176. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/carousel/index.d.ts +2 -0
  1177. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/carousel/style/index.d.ts +1 -0
  1178. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/cascader/Panel.d.ts +3 -0
  1179. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/cascader/index.d.ts +8 -0
  1180. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/cascader/style/index.d.ts +2 -0
  1181. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/checkbox/Checkbox.d.ts +2 -0
  1182. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/checkbox/Group.d.ts +3 -0
  1183. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/checkbox/GroupContext.d.ts +2 -0
  1184. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/checkbox/index.d.ts +3 -0
  1185. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/checkbox/style/index.d.ts +1 -0
  1186. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/col/index.d.ts +1 -0
  1187. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/collapse/Collapse.d.ts +4 -0
  1188. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/collapse/CollapsePanel.d.ts +1 -0
  1189. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/collapse/index.d.ts +2 -0
  1190. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/collapse/style/index.d.ts +2 -0
  1191. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/color-picker/ColorPicker.d.ts +3 -0
  1192. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/color-picker/color.d.ts +1 -0
  1193. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/color-picker/index.d.ts +3 -0
  1194. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/color-picker/interface.d.ts +6 -0
  1195. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/color-picker/style/index.d.ts +1 -0
  1196. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/SizeContext.d.ts +1 -0
  1197. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/UnstableContext.d.ts +1 -0
  1198. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/context.d.ts +41 -0
  1199. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/defaultRenderEmpty.d.ts +1 -0
  1200. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/hooks/useConfig.d.ts +1 -0
  1201. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/config-provider/index.d.ts +7 -0
  1202. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/generatePicker/index.d.ts +6 -0
  1203. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/generatePicker/interface.d.ts +7 -0
  1204. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/index.d.ts +7 -0
  1205. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/locale/en_US.d.ts +1 -0
  1206. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/style/index.d.ts +2 -0
  1207. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/style/panel.d.ts +3 -0
  1208. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/date-picker/style/token.d.ts +4 -0
  1209. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/descriptions/DescriptionsContext.d.ts +1 -0
  1210. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/descriptions/Item.d.ts +1 -0
  1211. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/descriptions/index.d.ts +3 -0
  1212. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/descriptions/style/index.d.ts +1 -0
  1213. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/divider/index.d.ts +1 -0
  1214. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/divider/style/index.d.ts +2 -0
  1215. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/drawer/DrawerPanel.d.ts +3 -0
  1216. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/drawer/index.d.ts +4 -0
  1217. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/drawer/style/index.d.ts +1 -0
  1218. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/dropdown/dropdown-button.d.ts +4 -0
  1219. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/dropdown/dropdown.d.ts +4 -0
  1220. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/dropdown/index.d.ts +2 -0
  1221. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/dropdown/style/index.d.ts +4 -0
  1222. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/empty/index.d.ts +1 -0
  1223. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/flex/index.d.ts +3 -0
  1224. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/flex/interface.d.ts +3 -0
  1225. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/flex/style/index.d.ts +1 -0
  1226. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/BackTop.d.ts +2 -0
  1227. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/FloatButton.d.ts +5 -0
  1228. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/FloatButtonGroup.d.ts +2 -0
  1229. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/PurePanel.d.ts +2 -0
  1230. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/index.d.ts +1 -0
  1231. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/interface.d.ts +4 -0
  1232. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/float-button/style/index.d.ts +1 -0
  1233. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/ErrorList.d.ts +2 -0
  1234. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/Form.d.ts +10 -0
  1235. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/FormItem/index.d.ts +6 -0
  1236. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/FormItemInput.d.ts +3 -0
  1237. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/FormItemLabel.d.ts +4 -0
  1238. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/FormList.d.ts +2 -0
  1239. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/context.d.ts +7 -0
  1240. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/hooks/useForm.d.ts +2 -0
  1241. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/hooks/useFormInstance.d.ts +1 -0
  1242. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/hooks/useFormItemStatus.d.ts +2 -0
  1243. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/index.d.ts +7 -0
  1244. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/interface.d.ts +2 -0
  1245. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/form/style/index.d.ts +2 -0
  1246. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/grid/col.d.ts +2 -0
  1247. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/grid/index.d.ts +3 -0
  1248. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/grid/row.d.ts +1 -0
  1249. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/grid/style/index.d.ts +1 -0
  1250. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/image/PreviewGroup.d.ts +2 -0
  1251. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/image/index.d.ts +3 -0
  1252. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/image/style/index.d.ts +2 -0
  1253. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/index.d.ts +79 -0
  1254. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/Group.d.ts +1 -0
  1255. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/Input.d.ts +6 -0
  1256. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/OTP/index.d.ts +4 -0
  1257. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/Password.d.ts +2 -0
  1258. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/Search.d.ts +2 -0
  1259. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/TextArea.d.ts +6 -0
  1260. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/index.d.ts +6 -0
  1261. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/style/index.d.ts +3 -0
  1262. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input/style/token.d.ts +1 -0
  1263. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input-number/index.d.ts +5 -0
  1264. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input-number/style/index.d.ts +1 -0
  1265. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/input-number/style/token.d.ts +2 -0
  1266. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/layout/Sider.d.ts +1 -0
  1267. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/layout/index.d.ts +2 -0
  1268. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/layout/layout.d.ts +1 -0
  1269. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/layout/style/index.d.ts +2 -0
  1270. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/list/Item.d.ts +1 -0
  1271. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/list/context.d.ts +2 -0
  1272. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/list/index.d.ts +6 -0
  1273. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/list/style/index.d.ts +2 -0
  1274. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/locale/index.d.ts +11 -0
  1275. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/locale/useLocale.d.ts +1 -0
  1276. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/mentions/index.d.ts +5 -0
  1277. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/mentions/style/index.d.ts +2 -0
  1278. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/MenuContext.d.ts +1 -0
  1279. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/MenuDivider.d.ts +1 -0
  1280. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/MenuItem.d.ts +2 -0
  1281. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/SubMenu.d.ts +2 -0
  1282. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/index.d.ts +8 -0
  1283. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/interface.d.ts +1 -0
  1284. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/menu.d.ts +5 -0
  1285. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/menu/style/index.d.ts +2 -0
  1286. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/message/PurePanel.d.ts +3 -0
  1287. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/message/index.d.ts +4 -0
  1288. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/message/interface.d.ts +1 -0
  1289. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/message/style/index.d.ts +2 -0
  1290. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/message/useMessage.d.ts +2 -0
  1291. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/Modal.d.ts +2 -0
  1292. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/PurePanel.d.ts +3 -0
  1293. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/confirm.d.ts +1 -0
  1294. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/index.d.ts +5 -0
  1295. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/interface.d.ts +4 -0
  1296. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/style/index.d.ts +2 -0
  1297. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/modal/useModal/index.d.ts +2 -0
  1298. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/notification/PurePanel.d.ts +3 -0
  1299. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/notification/index.d.ts +4 -0
  1300. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/notification/interface.d.ts +2 -0
  1301. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/notification/style/index.d.ts +2 -0
  1302. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/notification/useNotification.d.ts +2 -0
  1303. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/pagination/Pagination.d.ts +3 -0
  1304. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/pagination/index.d.ts +1 -0
  1305. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/pagination/style/index.d.ts +2 -0
  1306. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popconfirm/PurePanel.d.ts +2 -0
  1307. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popconfirm/index.d.ts +5 -0
  1308. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popconfirm/style/index.d.ts +1 -0
  1309. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popover/PurePanel.d.ts +2 -0
  1310. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popover/index.d.ts +4 -0
  1311. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/popover/style/index.d.ts +3 -0
  1312. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/progress/index.d.ts +1 -0
  1313. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/progress/progress.d.ts +1 -0
  1314. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/progress/style/index.d.ts +1 -0
  1315. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/qr-code/index.d.ts +2 -0
  1316. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/qr-code/interface.d.ts +3 -0
  1317. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/qr-code/style/index.d.ts +1 -0
  1318. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/group.d.ts +2 -0
  1319. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/index.d.ts +4 -0
  1320. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/interface.d.ts +5 -0
  1321. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/radio.d.ts +2 -0
  1322. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/radioButton.d.ts +3 -0
  1323. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/radio/style/index.d.ts +1 -0
  1324. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/rate/index.d.ts +2 -0
  1325. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/rate/style/index.d.ts +2 -0
  1326. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/result/index.d.ts +1 -0
  1327. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/result/style/index.d.ts +2 -0
  1328. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/row/index.d.ts +1 -0
  1329. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/segmented/index.d.ts +3 -0
  1330. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/segmented/style/index.d.ts +1 -0
  1331. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/select/index.d.ts +9 -0
  1332. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/select/style/index.d.ts +1 -0
  1333. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/select/style/token.d.ts +2 -0
  1334. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Avatar.d.ts +2 -0
  1335. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Button.d.ts +2 -0
  1336. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Element.d.ts +1 -0
  1337. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Image.d.ts +2 -0
  1338. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Input.d.ts +2 -0
  1339. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Node.d.ts +2 -0
  1340. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Paragraph.d.ts +1 -0
  1341. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Skeleton.d.ts +8 -0
  1342. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/Title.d.ts +1 -0
  1343. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/index.d.ts +1 -0
  1344. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/skeleton/style/index.d.ts +1 -0
  1345. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/slider/index.d.ts +5 -0
  1346. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/slider/style/index.d.ts +2 -0
  1347. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/space/Compact.d.ts +3 -0
  1348. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/space/context.d.ts +1 -0
  1349. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/space/index.d.ts +4 -0
  1350. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/space/style/index.d.ts +1 -0
  1351. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/spin/index.d.ts +1 -0
  1352. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/spin/style/index.d.ts +1 -0
  1353. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/splitter/Panel.d.ts +1 -0
  1354. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/splitter/Splitter.d.ts +1 -0
  1355. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/splitter/index.d.ts +2 -0
  1356. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/splitter/style/index.d.ts +1 -0
  1357. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/statistic/Countdown.d.ts +3 -0
  1358. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/statistic/Statistic.d.ts +3 -0
  1359. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/statistic/index.d.ts +2 -0
  1360. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/statistic/style/index.d.ts +1 -0
  1361. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/statistic/utils.d.ts +1 -0
  1362. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/steps/index.d.ts +3 -0
  1363. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/steps/style/index.d.ts +2 -0
  1364. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/style/placementArrow.d.ts +3 -0
  1365. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/style/roundedArrow.d.ts +3 -0
  1366. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/switch/index.d.ts +2 -0
  1367. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/switch/style/index.d.ts +1 -0
  1368. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/Column.d.ts +2 -0
  1369. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/ColumnGroup.d.ts +4 -0
  1370. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/InternalTable.d.ts +5 -0
  1371. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/Table.d.ts +5 -0
  1372. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/hooks/useSelection.d.ts +2 -0
  1373. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/index.d.ts +5 -0
  1374. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/interface.d.ts +10 -0
  1375. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/table/style/index.d.ts +1 -0
  1376. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tabs/TabPane.d.ts +2 -0
  1377. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tabs/index.d.ts +6 -0
  1378. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tabs/style/index.d.ts +1 -0
  1379. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tag/CheckableTag.d.ts +1 -0
  1380. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tag/index.d.ts +5 -0
  1381. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tag/style/index.d.ts +2 -0
  1382. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/context.d.ts +3 -0
  1383. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/index.d.ts +4 -0
  1384. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/interface/alias.d.ts +1 -0
  1385. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/interface/components.d.ts +65 -0
  1386. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/interface/cssinjs-utils.d.ts +3 -0
  1387. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/interface/index.d.ts +5 -0
  1388. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/internal.d.ts +8 -0
  1389. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/themes/default/index.d.ts +1 -0
  1390. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/useToken.d.ts +3 -0
  1391. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/util/genPresetColor.d.ts +2 -0
  1392. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/util/genStyleUtils.d.ts +1 -0
  1393. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/theme/util/useResetIconStyle.d.ts +1 -0
  1394. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/time-picker/index.d.ts +6 -0
  1395. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/timeline/Timeline.d.ts +2 -0
  1396. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/timeline/TimelineItem.d.ts +2 -0
  1397. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/timeline/index.d.ts +2 -0
  1398. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/timeline/style/index.d.ts +1 -0
  1399. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tooltip/PurePanel.d.ts +2 -0
  1400. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tooltip/index.d.ts +8 -0
  1401. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tooltip/style/index.d.ts +3 -0
  1402. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tour/PurePanel.d.ts +2 -0
  1403. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tour/index.d.ts +3 -0
  1404. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tour/interface.d.ts +2 -0
  1405. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tour/style/index.d.ts +3 -0
  1406. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/ListBody.d.ts +3 -0
  1407. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/index.d.ts +5 -0
  1408. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/list.d.ts +3 -0
  1409. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/operation.d.ts +2 -0
  1410. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/search.d.ts +1 -0
  1411. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/transfer/style/index.d.ts +1 -0
  1412. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree/DirectoryTree.d.ts +4 -0
  1413. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree/Tree.d.ts +3 -0
  1414. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree/index.d.ts +4 -0
  1415. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree/style/index.d.ts +2 -0
  1416. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree-select/index.d.ts +11 -0
  1417. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/tree-select/style/index.d.ts +2 -0
  1418. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Base/index.d.ts +4 -0
  1419. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Link.d.ts +2 -0
  1420. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Paragraph.d.ts +2 -0
  1421. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Text.d.ts +2 -0
  1422. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Title.d.ts +2 -0
  1423. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/Typography.d.ts +2 -0
  1424. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/index.d.ts +5 -0
  1425. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/typography/style/index.d.ts +1 -0
  1426. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/upload/Dragger.d.ts +3 -0
  1427. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/upload/Upload.d.ts +3 -0
  1428. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/upload/index.d.ts +3 -0
  1429. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/upload/interface.d.ts +3 -0
  1430. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/upload/style/index.d.ts +1 -0
  1431. package/es/node_modules/.pnpm/antd@5.24.8_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/antd/es/watermark/index.d.ts +1 -0
  1432. package/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js +1 -0
  1433. package/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js +1 -0
  1434. package/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js +1 -0
  1435. package/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js +1 -0
  1436. package/es/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js +1 -0
  1437. package/es/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js +1 -0
  1438. package/es/node_modules/.pnpm/csstype@3.2.3/node_modules/csstype/index.d.ts +20330 -0
  1439. package/es/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js +1 -0
  1440. package/es/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js +1 -0
  1441. package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js +1 -0
  1442. package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js +1 -0
  1443. package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js +1 -0
  1444. package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js +1 -0
  1445. package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js +1 -0
  1446. package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js +1 -0
  1447. package/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js +1 -0
  1448. package/es/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js +1 -0
  1449. package/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js +1 -0
  1450. package/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js +1 -0
  1451. package/es/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js +1 -0
  1452. package/es/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js +1 -0
  1453. package/es/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js +1 -0
  1454. package/es/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js +1 -0
  1455. package/es/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js +1 -0
  1456. package/es/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js +1 -0
  1457. package/es/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js +1 -0
  1458. package/es/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js +1 -0
  1459. package/es/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js +1 -0
  1460. package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js +1 -0
  1461. package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js +1 -0
  1462. package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js +1 -0
  1463. package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js +1 -0
  1464. package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js +1 -0
  1465. package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js +1 -0
  1466. package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js +1 -0
  1467. package/es/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js +1 -0
  1468. package/es/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect/index.js +4 -0
  1469. package/es/node_modules/.pnpm/qs@6.14.0/node_modules/qs/lib/formats.js +1 -0
  1470. package/es/node_modules/.pnpm/qs@6.14.0/node_modules/qs/lib/index.js +1 -0
  1471. package/es/node_modules/.pnpm/qs@6.14.0/node_modules/qs/lib/parse.js +1 -0
  1472. package/es/node_modules/.pnpm/qs@6.14.0/node_modules/qs/lib/stringify.js +1 -0
  1473. package/es/node_modules/.pnpm/qs@6.14.0/node_modules/qs/lib/utils.js +1 -0
  1474. package/es/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list/index.js +1 -0
  1475. package/es/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map/index.js +1 -0
  1476. package/es/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap/index.js +1 -0
  1477. package/es/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel/index.js +1 -0
  1478. package/es/notice/index.d.ts +30 -0
  1479. package/es/notice/index.js +1 -0
  1480. package/es/notice/style/index.d.ts +89 -0
  1481. package/es/notice/style/index.js +1 -0
  1482. package/es/notification/PurePanel.d.ts +29 -0
  1483. package/es/notification/PurePanel.js +1 -0
  1484. package/es/notification/index.d.ts +23 -0
  1485. package/es/notification/index.js +1 -0
  1486. package/es/notification/interface.d.ts +69 -0
  1487. package/es/notification/interface.js +1 -0
  1488. package/es/notification/style/index.d.ts +93 -0
  1489. package/es/notification/style/index.js +1 -0
  1490. package/es/notification/style/placement.d.ts +8 -0
  1491. package/es/notification/style/placement.js +1 -0
  1492. package/es/notification/style/pure-panel.d.ts +4 -0
  1493. package/es/notification/style/pure-panel.js +1 -0
  1494. package/es/notification/style/stack.d.ts +7 -0
  1495. package/es/notification/style/stack.js +1 -0
  1496. package/es/notification/useNotification.d.ts +9 -0
  1497. package/es/notification/useNotification.js +1 -0
  1498. package/es/notification/util.d.ts +7 -0
  1499. package/es/notification/util.js +1 -0
  1500. package/es/packages/ui/package.js +1 -0
  1501. package/es/pagination/Pagination.d.ts +26 -0
  1502. package/es/pagination/Pagination.js +1 -0
  1503. package/es/pagination/index.d.ts +2 -0
  1504. package/es/pagination/index.js +1 -0
  1505. package/es/pagination/style/bordered.d.ts +4 -0
  1506. package/es/pagination/style/bordered.js +1 -0
  1507. package/es/pagination/style/index.d.ts +102 -0
  1508. package/es/pagination/style/index.js +16 -0
  1509. package/es/pagination/useShowSizeChanger.d.ts +6 -0
  1510. package/es/pagination/useShowSizeChanger.js +1 -0
  1511. package/es/popconfirm/PurePanel.d.ts +22 -0
  1512. package/es/popconfirm/PurePanel.js +1 -0
  1513. package/es/popconfirm/index.d.ts +32 -0
  1514. package/es/popconfirm/index.js +1 -0
  1515. package/es/popconfirm/style/index.d.ts +19 -0
  1516. package/es/popconfirm/style/index.js +1 -0
  1517. package/es/popover/PurePanel.d.ts +19 -0
  1518. package/es/popover/PurePanel.js +1 -0
  1519. package/es/popover/index.d.ts +17 -0
  1520. package/es/popover/index.js +1 -0
  1521. package/es/popover/style/index.d.ts +49 -0
  1522. package/es/popover/style/index.js +1 -0
  1523. package/es/progress/Circle.d.ts +12 -0
  1524. package/es/progress/Circle.js +1 -0
  1525. package/es/progress/Line.d.ts +39 -0
  1526. package/es/progress/Line.js +1 -0
  1527. package/es/progress/Steps.d.ts +11 -0
  1528. package/es/progress/Steps.js +1 -0
  1529. package/es/progress/index.d.ts +2 -0
  1530. package/es/progress/index.js +1 -0
  1531. package/es/progress/progress.d.ts +60 -0
  1532. package/es/progress/progress.js +1 -0
  1533. package/es/progress/style/index.d.ts +41 -0
  1534. package/es/progress/style/index.js +1 -0
  1535. package/es/progress/utils.d.ts +12 -0
  1536. package/es/progress/utils.js +1 -0
  1537. package/es/qr-code/QrcodeStatus.d.ts +13 -0
  1538. package/es/qr-code/QrcodeStatus.js +1 -0
  1539. package/es/qr-code/index.d.ts +6 -0
  1540. package/es/qr-code/index.js +1 -0
  1541. package/es/qr-code/interface.d.ts +31 -0
  1542. package/es/qr-code/interface.js +0 -0
  1543. package/es/qr-code/style/index.d.ts +8 -0
  1544. package/es/qr-code/style/index.js +1 -0
  1545. package/es/qrcode/index.d.ts +2 -0
  1546. package/es/qrcode/index.js +1 -0
  1547. package/es/qrcode/interface.d.ts +2 -0
  1548. package/es/qrcode/interface.js +0 -0
  1549. package/es/qrcode/style/index.d.ts +2 -0
  1550. package/es/qrcode/style/index.js +1 -0
  1551. package/es/question/index.d.ts +30 -0
  1552. package/es/question/index.js +1 -0
  1553. package/es/question/style/index.d.ts +24 -0
  1554. package/es/question/style/index.js +1 -0
  1555. package/es/radio/context.d.ts +9 -0
  1556. package/es/radio/context.js +1 -0
  1557. package/es/radio/group.d.ts +6 -0
  1558. package/es/radio/group.js +1 -0
  1559. package/es/radio/index.d.ts +12 -0
  1560. package/es/radio/index.js +1 -0
  1561. package/es/radio/interface.d.ts +45 -0
  1562. package/es/radio/interface.js +0 -0
  1563. package/es/radio/radio.d.ts +6 -0
  1564. package/es/radio/radio.js +1 -0
  1565. package/es/radio/radioButton.d.ts +8 -0
  1566. package/es/radio/radioButton.js +1 -0
  1567. package/es/radio/style/index.d.ts +79 -0
  1568. package/es/radio/style/index.js +2 -0
  1569. package/es/rate/index.d.ts +10 -0
  1570. package/es/rate/index.js +1 -0
  1571. package/es/rate/style/index.d.ts +30 -0
  1572. package/es/rate/style/index.js +1 -0
  1573. package/es/result/index.d.ts +35 -0
  1574. package/es/result/index.js +1 -0
  1575. package/es/result/noFound.d.ts +5 -0
  1576. package/es/result/noFound.js +1 -0
  1577. package/es/result/serverError.d.ts +5 -0
  1578. package/es/result/serverError.js +1 -0
  1579. package/es/result/style/index.d.ts +30 -0
  1580. package/es/result/style/index.js +1 -0
  1581. package/es/result/unauthorized.d.ts +5 -0
  1582. package/es/result/unauthorized.js +1 -0
  1583. package/es/row/index.d.ts +3 -0
  1584. package/es/row/index.js +1 -0
  1585. package/es/row/style/index.d.ts +4 -0
  1586. package/es/row/style/index.js +1 -0
  1587. package/es/search-area/index.d.ts +7 -0
  1588. package/es/search-area/index.js +1 -0
  1589. package/es/search-area/style/index.d.ts +4 -0
  1590. package/es/search-area/style/index.js +1 -0
  1591. package/es/segmented/index.d.ts +27 -0
  1592. package/es/segmented/index.js +1 -0
  1593. package/es/segmented/style/index.d.ts +49 -0
  1594. package/es/segmented/style/index.js +1 -0
  1595. package/es/select/index.d.ts +61 -0
  1596. package/es/select/index.js +1 -0
  1597. package/es/select/mergedBuiltinPlacements.d.ts +6 -0
  1598. package/es/select/mergedBuiltinPlacements.js +1 -0
  1599. package/es/select/style/dropdown.d.ts +7 -0
  1600. package/es/select/style/dropdown.js +12 -0
  1601. package/es/select/style/index.d.ts +5 -0
  1602. package/es/select/style/index.js +1 -0
  1603. package/es/select/style/multiple.d.ts +34 -0
  1604. package/es/select/style/multiple.js +6 -0
  1605. package/es/select/style/single.d.ts +5 -0
  1606. package/es/select/style/single.js +11 -0
  1607. package/es/select/style/token.d.ts +141 -0
  1608. package/es/select/style/token.js +1 -0
  1609. package/es/select/style/variants.d.ts +6 -0
  1610. package/es/select/style/variants.js +1 -0
  1611. package/es/select/useIcons.d.ts +27 -0
  1612. package/es/select/useIcons.js +1 -0
  1613. package/es/select/useShortcut.d.ts +17 -0
  1614. package/es/select/useShortcut.js +1 -0
  1615. package/es/select/useShowArrow.d.ts +10 -0
  1616. package/es/select/useShowArrow.js +1 -0
  1617. package/es/select-auto-fetch/index.d.ts +22 -0
  1618. package/es/select-auto-fetch/index.js +1 -0
  1619. package/es/skeleton/Avatar.d.ts +9 -0
  1620. package/es/skeleton/Avatar.js +1 -0
  1621. package/es/skeleton/Button.d.ts +10 -0
  1622. package/es/skeleton/Button.js +1 -0
  1623. package/es/skeleton/Element.d.ts +14 -0
  1624. package/es/skeleton/Element.js +1 -0
  1625. package/es/skeleton/Image.d.ts +7 -0
  1626. package/es/skeleton/Image.js +1 -0
  1627. package/es/skeleton/Input.d.ts +10 -0
  1628. package/es/skeleton/Input.js +1 -0
  1629. package/es/skeleton/Node.d.ts +10 -0
  1630. package/es/skeleton/Node.js +1 -0
  1631. package/es/skeleton/Paragraph.d.ts +13 -0
  1632. package/es/skeleton/Paragraph.js +1 -0
  1633. package/es/skeleton/Skeleton.d.ts +33 -0
  1634. package/es/skeleton/Skeleton.js +1 -0
  1635. package/es/skeleton/Title.d.ts +11 -0
  1636. package/es/skeleton/Title.js +1 -0
  1637. package/es/skeleton/index.d.ts +2 -0
  1638. package/es/skeleton/index.js +1 -0
  1639. package/es/skeleton/style/index.d.ts +43 -0
  1640. package/es/skeleton/style/index.js +8 -0
  1641. package/es/slider/Context.d.ts +12 -0
  1642. package/es/slider/Context.js +1 -0
  1643. package/es/slider/SliderTooltip.d.ts +10 -0
  1644. package/es/slider/SliderTooltip.js +1 -0
  1645. package/es/slider/index.d.ts +99 -0
  1646. package/es/slider/index.js +1 -0
  1647. package/es/slider/style/index.d.ts +100 -0
  1648. package/es/slider/style/index.js +13 -0
  1649. package/es/slider/useRafLock.d.ts +3 -0
  1650. package/es/slider/useRafLock.js +1 -0
  1651. package/es/space/Compact.d.ts +28 -0
  1652. package/es/space/Compact.js +1 -0
  1653. package/es/space/Item.d.ts +12 -0
  1654. package/es/space/Item.js +1 -0
  1655. package/es/space/context.d.ts +8 -0
  1656. package/es/space/context.js +1 -0
  1657. package/es/space/index.d.ts +30 -0
  1658. package/es/space/index.js +1 -0
  1659. package/es/space/style/compact.d.ts +10 -0
  1660. package/es/space/style/compact.js +1 -0
  1661. package/es/space/style/index.d.ts +9 -0
  1662. package/es/space/style/index.js +1 -0
  1663. package/es/spin/Indicator/Looper.d.ts +8 -0
  1664. package/es/spin/Indicator/Looper.js +1 -0
  1665. package/es/spin/Indicator/Progress.d.ts +9 -0
  1666. package/es/spin/Indicator/Progress.js +1 -0
  1667. package/es/spin/Indicator/index.d.ts +9 -0
  1668. package/es/spin/Indicator/index.js +1 -0
  1669. package/es/spin/index.d.ts +38 -0
  1670. package/es/spin/index.js +1 -0
  1671. package/es/spin/style/index.d.ts +29 -0
  1672. package/es/spin/style/index.js +1 -0
  1673. package/es/spin/usePercent.d.ts +3 -0
  1674. package/es/spin/usePercent.js +1 -0
  1675. package/es/splitter/Panel.d.ts +9 -0
  1676. package/es/splitter/Panel.js +1 -0
  1677. package/es/splitter/SplitBar.d.ts +21 -0
  1678. package/es/splitter/SplitBar.js +1 -0
  1679. package/es/splitter/Splitter.d.ts +6 -0
  1680. package/es/splitter/Splitter.js +1 -0
  1681. package/es/splitter/hooks/useItems.d.ts +14 -0
  1682. package/es/splitter/hooks/useItems.js +1 -0
  1683. package/es/splitter/hooks/useResizable.d.ts +9 -0
  1684. package/es/splitter/hooks/useResizable.js +1 -0
  1685. package/es/splitter/hooks/useResize.d.ts +8 -0
  1686. package/es/splitter/hooks/useResize.js +1 -0
  1687. package/es/splitter/hooks/useSizes.d.ts +10 -0
  1688. package/es/splitter/hooks/useSizes.js +1 -0
  1689. package/es/splitter/index.d.ts +10 -0
  1690. package/es/splitter/index.js +1 -0
  1691. package/es/splitter/interface.d.ts +66 -0
  1692. package/es/splitter/interface.js +0 -0
  1693. package/es/splitter/style/index.d.ts +30 -0
  1694. package/es/splitter/style/index.js +1 -0
  1695. package/es/statistic/Countdown.d.ts +12 -0
  1696. package/es/statistic/Countdown.js +1 -0
  1697. package/es/statistic/Number.d.ts +10 -0
  1698. package/es/statistic/Number.js +1 -0
  1699. package/es/statistic/Statistic.d.ts +23 -0
  1700. package/es/statistic/Statistic.js +1 -0
  1701. package/es/statistic/index.d.ts +10 -0
  1702. package/es/statistic/index.js +1 -0
  1703. package/es/statistic/interface.d.ts +1 -0
  1704. package/es/statistic/interface.js +0 -0
  1705. package/es/statistic/style/index.d.ts +19 -0
  1706. package/es/statistic/style/index.js +1 -0
  1707. package/es/statistic/utils.d.ts +17 -0
  1708. package/es/statistic/utils.js +1 -0
  1709. package/es/steps/index.d.ts +41 -0
  1710. package/es/steps/index.js +1 -0
  1711. package/es/steps/style/custom-icon.d.ts +8 -0
  1712. package/es/steps/style/custom-icon.js +1 -0
  1713. package/es/steps/style/horizontal.d.ts +8 -0
  1714. package/es/steps/style/horizontal.js +1 -0
  1715. package/es/steps/style/index.d.ts +105 -0
  1716. package/es/steps/style/index.js +1 -0
  1717. package/es/steps/style/inline.d.ts +8 -0
  1718. package/es/steps/style/inline.js +1 -0
  1719. package/es/steps/style/label-placement.d.ts +8 -0
  1720. package/es/steps/style/label-placement.js +1 -0
  1721. package/es/steps/style/nav.d.ts +8 -0
  1722. package/es/steps/style/nav.js +1 -0
  1723. package/es/steps/style/progress-dot.d.ts +8 -0
  1724. package/es/steps/style/progress-dot.js +1 -0
  1725. package/es/steps/style/progress.d.ts +8 -0
  1726. package/es/steps/style/progress.js +1 -0
  1727. package/es/steps/style/rtl.d.ts +8 -0
  1728. package/es/steps/style/rtl.js +1 -0
  1729. package/es/steps/style/small.d.ts +8 -0
  1730. package/es/steps/style/small.js +1 -0
  1731. package/es/steps/style/vertical.d.ts +8 -0
  1732. package/es/steps/style/vertical.js +1 -0
  1733. package/es/steps/useLegacyItems.d.ts +5 -0
  1734. package/es/steps/useLegacyItems.js +1 -0
  1735. package/es/style/compact-item-vertical.d.ts +6 -0
  1736. package/es/style/compact-item-vertical.js +1 -0
  1737. package/es/style/compact-item.d.ts +19 -0
  1738. package/es/style/compact-item.js +1 -0
  1739. package/es/style/index.d.ts +15 -0
  1740. package/es/style/index.js +1 -0
  1741. package/es/style/motion/collapse.d.ts +7 -0
  1742. package/es/style/motion/collapse.js +3 -0
  1743. package/es/style/motion/fade.d.ts +8 -0
  1744. package/es/style/motion/fade.js +4 -0
  1745. package/es/style/motion/index.d.ts +6 -0
  1746. package/es/style/motion/index.js +1 -0
  1747. package/es/style/motion/motion.d.ts +4 -0
  1748. package/es/style/motion/motion.js +7 -0
  1749. package/es/style/motion/move.d.ts +15 -0
  1750. package/es/style/motion/move.js +4 -0
  1751. package/es/style/motion/slide.d.ts +15 -0
  1752. package/es/style/motion/slide.js +4 -0
  1753. package/es/style/motion/zoom.d.ts +19 -0
  1754. package/es/style/motion/zoom.js +4 -0
  1755. package/es/style/placementArrow.d.ts +21 -0
  1756. package/es/style/placementArrow.js +1 -0
  1757. package/es/style/roundedArrow.d.ts +9 -0
  1758. package/es/style/roundedArrow.js +1 -0
  1759. package/es/switch/index.d.ts +38 -0
  1760. package/es/switch/index.js +1 -0
  1761. package/es/switch/style/index.d.ts +74 -0
  1762. package/es/switch/style/index.js +1 -0
  1763. package/es/table/Column.d.ts +10 -0
  1764. package/es/table/Column.js +1 -0
  1765. package/es/table/ColumnGroup.d.ts +12 -0
  1766. package/es/table/ColumnGroup.js +1 -0
  1767. package/es/table/ExpandIcon.d.ts +14 -0
  1768. package/es/table/ExpandIcon.js +1 -0
  1769. package/es/table/InternalTable.d.ts +33 -0
  1770. package/es/table/InternalTable.js +1 -0
  1771. package/es/table/RcTable/VirtualTable.d.ts +7 -0
  1772. package/es/table/RcTable/VirtualTable.js +1 -0
  1773. package/es/table/RcTable/index.d.ts +7 -0
  1774. package/es/table/RcTable/index.js +1 -0
  1775. package/es/table/Table.d.ts +19 -0
  1776. package/es/table/Table.js +1 -0
  1777. package/es/table/hooks/useContainerWidth.d.ts +3 -0
  1778. package/es/table/hooks/useContainerWidth.js +1 -0
  1779. package/es/table/hooks/useFilter/FilterDropdown.d.ts +33 -0
  1780. package/es/table/hooks/useFilter/FilterDropdown.js +1 -0
  1781. package/es/table/hooks/useFilter/FilterSearch.d.ts +14 -0
  1782. package/es/table/hooks/useFilter/FilterSearch.js +1 -0
  1783. package/es/table/hooks/useFilter/FilterWrapper.d.ts +10 -0
  1784. package/es/table/hooks/useFilter/FilterWrapper.js +1 -0
  1785. package/es/table/hooks/useFilter/index.d.ts +23 -0
  1786. package/es/table/hooks/useFilter/index.js +1 -0
  1787. package/es/table/hooks/useLazyKVMap.d.ts +6 -0
  1788. package/es/table/hooks/useLazyKVMap.js +1 -0
  1789. package/es/table/hooks/usePagination.d.ts +7 -0
  1790. package/es/table/hooks/usePagination.js +1 -0
  1791. package/es/table/hooks/useSelection.d.ts +22 -0
  1792. package/es/table/hooks/useSelection.js +1 -0
  1793. package/es/table/hooks/useSorter.d.ts +21 -0
  1794. package/es/table/hooks/useSorter.js +1 -0
  1795. package/es/table/hooks/useTitleColumns.d.ts +6 -0
  1796. package/es/table/hooks/useTitleColumns.js +1 -0
  1797. package/es/table/index.d.ts +6 -0
  1798. package/es/table/index.js +1 -0
  1799. package/es/table/interface.d.ts +198 -0
  1800. package/es/table/interface.js +1 -0
  1801. package/es/table/style/bordered.d.ts +8 -0
  1802. package/es/table/style/bordered.js +10 -0
  1803. package/es/table/style/ellipsis.d.ts +8 -0
  1804. package/es/table/style/ellipsis.js +4 -0
  1805. package/es/table/style/empty.d.ts +8 -0
  1806. package/es/table/style/empty.js +1 -0
  1807. package/es/table/style/expand.d.ts +8 -0
  1808. package/es/table/style/expand.js +1 -0
  1809. package/es/table/style/filter.d.ts +7 -0
  1810. package/es/table/style/filter.js +1 -0
  1811. package/es/table/style/fixed.d.ts +8 -0
  1812. package/es/table/style/fixed.js +21 -0
  1813. package/es/table/style/index.d.ts +205 -0
  1814. package/es/table/style/index.js +12 -0
  1815. package/es/table/style/pagination.d.ts +8 -0
  1816. package/es/table/style/pagination.js +1 -0
  1817. package/es/table/style/radius.d.ts +8 -0
  1818. package/es/table/style/radius.js +1 -0
  1819. package/es/table/style/rtl.d.ts +8 -0
  1820. package/es/table/style/rtl.js +1 -0
  1821. package/es/table/style/selection.d.ts +8 -0
  1822. package/es/table/style/selection.js +5 -0
  1823. package/es/table/style/size.d.ts +8 -0
  1824. package/es/table/style/size.js +10 -0
  1825. package/es/table/style/sorter.d.ts +8 -0
  1826. package/es/table/style/sorter.js +4 -0
  1827. package/es/table/style/sticky.d.ts +8 -0
  1828. package/es/table/style/sticky.js +1 -0
  1829. package/es/table/style/summary.d.ts +8 -0
  1830. package/es/table/style/summary.js +1 -0
  1831. package/es/table/style/virtual.d.ts +8 -0
  1832. package/es/table/style/virtual.js +4 -0
  1833. package/es/table/util.d.ts +15 -0
  1834. package/es/table/util.js +1 -0
  1835. package/es/tabs/TabPane.d.ts +6 -0
  1836. package/es/tabs/TabPane.js +1 -0
  1837. package/es/tabs/hooks/useAnimateConfig.d.ts +5 -0
  1838. package/es/tabs/hooks/useAnimateConfig.js +1 -0
  1839. package/es/tabs/hooks/useLegacyItems.d.ts +6 -0
  1840. package/es/tabs/hooks/useLegacyItems.js +1 -0
  1841. package/es/tabs/index.d.ts +29 -0
  1842. package/es/tabs/index.js +1 -0
  1843. package/es/tabs/style/index.d.ts +139 -0
  1844. package/es/tabs/style/index.js +3 -0
  1845. package/es/tabs/style/motion.d.ts +7 -0
  1846. package/es/tabs/style/motion.js +1 -0
  1847. package/es/tag/CheckableTag.d.ts +19 -0
  1848. package/es/tag/CheckableTag.js +1 -0
  1849. package/es/tag/index.d.ts +28 -0
  1850. package/es/tag/index.js +1 -0
  1851. package/es/tag/style/index.d.ts +28 -0
  1852. package/es/tag/style/index.js +1 -0
  1853. package/es/tag/style/presetCmp.d.ts +4 -0
  1854. package/es/tag/style/presetCmp.js +1 -0
  1855. package/es/tag/style/statusCmp.d.ts +4 -0
  1856. package/es/tag/style/statusCmp.js +1 -0
  1857. package/es/theme/context.d.ts +35 -0
  1858. package/es/theme/context.js +1 -0
  1859. package/es/theme/getDesignToken.d.ts +7 -0
  1860. package/es/theme/getDesignToken.js +1 -0
  1861. package/es/theme/index.d.ts +43 -0
  1862. package/es/theme/index.js +1 -0
  1863. package/es/theme/interface/alias.d.ts +547 -0
  1864. package/es/theme/interface/alias.js +0 -0
  1865. package/es/theme/interface/components.d.ts +151 -0
  1866. package/es/theme/interface/components.js +0 -0
  1867. package/es/theme/interface/cssinjs-utils.d.ts +12 -0
  1868. package/es/theme/interface/cssinjs-utils.js +0 -0
  1869. package/es/theme/interface/index.d.ts +18 -0
  1870. package/es/theme/interface/index.js +1 -0
  1871. package/es/theme/interface/maps/colors.d.ts +531 -0
  1872. package/es/theme/interface/maps/colors.js +0 -0
  1873. package/es/theme/interface/maps/font.d.ts +119 -0
  1874. package/es/theme/interface/maps/font.js +0 -0
  1875. package/es/theme/interface/maps/index.d.ts +27 -0
  1876. package/es/theme/interface/maps/index.js +0 -0
  1877. package/es/theme/interface/maps/size.d.ts +71 -0
  1878. package/es/theme/interface/maps/size.js +0 -0
  1879. package/es/theme/interface/maps/style.d.ts +44 -0
  1880. package/es/theme/interface/maps/style.js +0 -0
  1881. package/es/theme/interface/presetColors.d.ts +8 -0
  1882. package/es/theme/interface/presetColors.js +1 -0
  1883. package/es/theme/interface/seeds.d.ts +227 -0
  1884. package/es/theme/interface/seeds.js +0 -0
  1885. package/es/theme/internal.d.ts +14 -0
  1886. package/es/theme/internal.js +1 -0
  1887. package/es/theme/themes/ColorMap.d.ts +18 -0
  1888. package/es/theme/themes/ColorMap.js +0 -0
  1889. package/es/theme/themes/compact/genCompactSizeMapToken.d.ts +6 -0
  1890. package/es/theme/themes/compact/genCompactSizeMapToken.js +1 -0
  1891. package/es/theme/themes/compact/index.d.ts +8 -0
  1892. package/es/theme/themes/compact/index.js +1 -0
  1893. package/es/theme/themes/dark/colorAlgorithm.d.ts +4 -0
  1894. package/es/theme/themes/dark/colorAlgorithm.js +1 -0
  1895. package/es/theme/themes/dark/colors.d.ts +5 -0
  1896. package/es/theme/themes/dark/colors.js +1 -0
  1897. package/es/theme/themes/dark/index.d.ts +8 -0
  1898. package/es/theme/themes/dark/index.js +1 -0
  1899. package/es/theme/themes/default/colorAlgorithm.d.ts +4 -0
  1900. package/es/theme/themes/default/colorAlgorithm.js +1 -0
  1901. package/es/theme/themes/default/colors.d.ts +5 -0
  1902. package/es/theme/themes/default/colors.js +1 -0
  1903. package/es/theme/themes/default/index.d.ts +6 -0
  1904. package/es/theme/themes/default/index.js +1 -0
  1905. package/es/theme/themes/seed.d.ts +8 -0
  1906. package/es/theme/themes/seed.js +3 -0
  1907. package/es/theme/themes/shared/genColorMapToken.d.ts +11 -0
  1908. package/es/theme/themes/shared/genColorMapToken.js +1 -0
  1909. package/es/theme/themes/shared/genCommonMapToken.d.ts +6 -0
  1910. package/es/theme/themes/shared/genCommonMapToken.js +1 -0
  1911. package/es/theme/themes/shared/genControlHeight.d.ts +7 -0
  1912. package/es/theme/themes/shared/genControlHeight.js +1 -0
  1913. package/es/theme/themes/shared/genFontMapToken.d.ts +6 -0
  1914. package/es/theme/themes/shared/genFontMapToken.js +1 -0
  1915. package/es/theme/themes/shared/genFontSizes.d.ts +7 -0
  1916. package/es/theme/themes/shared/genFontSizes.js +1 -0
  1917. package/es/theme/themes/shared/genRadius.d.ts +6 -0
  1918. package/es/theme/themes/shared/genRadius.js +1 -0
  1919. package/es/theme/themes/shared/genSizeMapToken.d.ts +6 -0
  1920. package/es/theme/themes/shared/genSizeMapToken.js +1 -0
  1921. package/es/theme/useToken.d.ts +14 -0
  1922. package/es/theme/useToken.js +1 -0
  1923. package/es/theme/util/alias.d.ts +16 -0
  1924. package/es/theme/util/alias.js +33 -0
  1925. package/es/theme/util/genPresetColor.d.ts +18 -0
  1926. package/es/theme/util/genPresetColor.js +1 -0
  1927. package/es/theme/util/genStyleUtils.d.ts +30 -0
  1928. package/es/theme/util/genStyleUtils.js +1 -0
  1929. package/es/theme/util/getAlphaColor.d.ts +4 -0
  1930. package/es/theme/util/getAlphaColor.js +1 -0
  1931. package/es/theme/util/useResetIconStyle.d.ts +6 -0
  1932. package/es/theme/util/useResetIconStyle.js +1 -0
  1933. package/es/time-out/index.d.ts +20 -0
  1934. package/es/time-out/index.js +1 -0
  1935. package/es/time-out/style/index.d.ts +34 -0
  1936. package/es/time-out/style/index.js +1 -0
  1937. package/es/time-out/style/style.d.ts +3 -0
  1938. package/es/time-out/style/style.js +104 -0
  1939. package/es/time-picker/index.d.ts +32 -0
  1940. package/es/time-picker/index.js +1 -0
  1941. package/es/time-picker/locale/ar_EG.d.ts +5 -0
  1942. package/es/time-picker/locale/ar_EG.js +1 -0
  1943. package/es/time-picker/locale/az_AZ.d.ts +5 -0
  1944. package/es/time-picker/locale/az_AZ.js +1 -0
  1945. package/es/time-picker/locale/bg_BG.d.ts +5 -0
  1946. package/es/time-picker/locale/bg_BG.js +1 -0
  1947. package/es/time-picker/locale/bn_BD.d.ts +5 -0
  1948. package/es/time-picker/locale/bn_BD.js +1 -0
  1949. package/es/time-picker/locale/by_BY.d.ts +5 -0
  1950. package/es/time-picker/locale/by_BY.js +1 -0
  1951. package/es/time-picker/locale/ca_ES.d.ts +5 -0
  1952. package/es/time-picker/locale/ca_ES.js +1 -0
  1953. package/es/time-picker/locale/cs_CZ.d.ts +5 -0
  1954. package/es/time-picker/locale/cs_CZ.js +1 -0
  1955. package/es/time-picker/locale/da_DK.d.ts +5 -0
  1956. package/es/time-picker/locale/da_DK.js +1 -0
  1957. package/es/time-picker/locale/de_DE.d.ts +5 -0
  1958. package/es/time-picker/locale/de_DE.js +1 -0
  1959. package/es/time-picker/locale/el_GR.d.ts +5 -0
  1960. package/es/time-picker/locale/el_GR.js +1 -0
  1961. package/es/time-picker/locale/en_GB.d.ts +5 -0
  1962. package/es/time-picker/locale/en_GB.js +1 -0
  1963. package/es/time-picker/locale/en_US.d.ts +5 -0
  1964. package/es/time-picker/locale/en_US.js +1 -0
  1965. package/es/time-picker/locale/es_ES.d.ts +5 -0
  1966. package/es/time-picker/locale/es_ES.js +1 -0
  1967. package/es/time-picker/locale/et_EE.d.ts +5 -0
  1968. package/es/time-picker/locale/et_EE.js +1 -0
  1969. package/es/time-picker/locale/eu_ES.d.ts +5 -0
  1970. package/es/time-picker/locale/eu_ES.js +1 -0
  1971. package/es/time-picker/locale/fa_IR.d.ts +5 -0
  1972. package/es/time-picker/locale/fa_IR.js +1 -0
  1973. package/es/time-picker/locale/fi_FI.d.ts +5 -0
  1974. package/es/time-picker/locale/fi_FI.js +1 -0
  1975. package/es/time-picker/locale/fr_BE.d.ts +5 -0
  1976. package/es/time-picker/locale/fr_BE.js +1 -0
  1977. package/es/time-picker/locale/fr_CA.d.ts +5 -0
  1978. package/es/time-picker/locale/fr_CA.js +1 -0
  1979. package/es/time-picker/locale/fr_FR.d.ts +5 -0
  1980. package/es/time-picker/locale/fr_FR.js +1 -0
  1981. package/es/time-picker/locale/ga_IE.d.ts +5 -0
  1982. package/es/time-picker/locale/ga_IE.js +1 -0
  1983. package/es/time-picker/locale/gl_ES.d.ts +5 -0
  1984. package/es/time-picker/locale/gl_ES.js +1 -0
  1985. package/es/time-picker/locale/he_IL.d.ts +5 -0
  1986. package/es/time-picker/locale/he_IL.js +1 -0
  1987. package/es/time-picker/locale/hi_IN.d.ts +5 -0
  1988. package/es/time-picker/locale/hi_IN.js +1 -0
  1989. package/es/time-picker/locale/hr_HR.d.ts +5 -0
  1990. package/es/time-picker/locale/hr_HR.js +1 -0
  1991. package/es/time-picker/locale/hu_HU.d.ts +5 -0
  1992. package/es/time-picker/locale/hu_HU.js +1 -0
  1993. package/es/time-picker/locale/id_ID.d.ts +5 -0
  1994. package/es/time-picker/locale/id_ID.js +1 -0
  1995. package/es/time-picker/locale/is_IS.d.ts +5 -0
  1996. package/es/time-picker/locale/is_IS.js +1 -0
  1997. package/es/time-picker/locale/it_IT.d.ts +5 -0
  1998. package/es/time-picker/locale/it_IT.js +1 -0
  1999. package/es/time-picker/locale/ja_JP.d.ts +5 -0
  2000. package/es/time-picker/locale/ja_JP.js +1 -0
  2001. package/es/time-picker/locale/ka_GE.d.ts +5 -0
  2002. package/es/time-picker/locale/ka_GE.js +1 -0
  2003. package/es/time-picker/locale/kk_KZ.d.ts +5 -0
  2004. package/es/time-picker/locale/kk_KZ.js +1 -0
  2005. package/es/time-picker/locale/km_KH.d.ts +5 -0
  2006. package/es/time-picker/locale/km_KH.js +1 -0
  2007. package/es/time-picker/locale/kmr_IQ.d.ts +5 -0
  2008. package/es/time-picker/locale/kmr_IQ.js +1 -0
  2009. package/es/time-picker/locale/kn_IN.d.ts +5 -0
  2010. package/es/time-picker/locale/kn_IN.js +1 -0
  2011. package/es/time-picker/locale/ko_KR.d.ts +5 -0
  2012. package/es/time-picker/locale/ko_KR.js +1 -0
  2013. package/es/time-picker/locale/lt_LT.d.ts +5 -0
  2014. package/es/time-picker/locale/lt_LT.js +1 -0
  2015. package/es/time-picker/locale/lv_LV.d.ts +5 -0
  2016. package/es/time-picker/locale/lv_LV.js +1 -0
  2017. package/es/time-picker/locale/mk_MK.d.ts +5 -0
  2018. package/es/time-picker/locale/mk_MK.js +1 -0
  2019. package/es/time-picker/locale/ml_IN.d.ts +5 -0
  2020. package/es/time-picker/locale/ml_IN.js +1 -0
  2021. package/es/time-picker/locale/mn_MN.d.ts +5 -0
  2022. package/es/time-picker/locale/mn_MN.js +1 -0
  2023. package/es/time-picker/locale/ms_MY.d.ts +5 -0
  2024. package/es/time-picker/locale/ms_MY.js +1 -0
  2025. package/es/time-picker/locale/my_MM.d.ts +5 -0
  2026. package/es/time-picker/locale/my_MM.js +1 -0
  2027. package/es/time-picker/locale/nb_NO.d.ts +5 -0
  2028. package/es/time-picker/locale/nb_NO.js +1 -0
  2029. package/es/time-picker/locale/nl_BE.d.ts +5 -0
  2030. package/es/time-picker/locale/nl_BE.js +1 -0
  2031. package/es/time-picker/locale/nl_NL.d.ts +5 -0
  2032. package/es/time-picker/locale/nl_NL.js +1 -0
  2033. package/es/time-picker/locale/pl_PL.d.ts +5 -0
  2034. package/es/time-picker/locale/pl_PL.js +1 -0
  2035. package/es/time-picker/locale/pt_BR.d.ts +5 -0
  2036. package/es/time-picker/locale/pt_BR.js +1 -0
  2037. package/es/time-picker/locale/pt_PT.d.ts +5 -0
  2038. package/es/time-picker/locale/pt_PT.js +1 -0
  2039. package/es/time-picker/locale/ro_RO.d.ts +5 -0
  2040. package/es/time-picker/locale/ro_RO.js +1 -0
  2041. package/es/time-picker/locale/ru_RU.d.ts +5 -0
  2042. package/es/time-picker/locale/ru_RU.js +1 -0
  2043. package/es/time-picker/locale/si_LK.d.ts +5 -0
  2044. package/es/time-picker/locale/si_LK.js +1 -0
  2045. package/es/time-picker/locale/sk_SK.d.ts +5 -0
  2046. package/es/time-picker/locale/sk_SK.js +1 -0
  2047. package/es/time-picker/locale/sl_SI.d.ts +5 -0
  2048. package/es/time-picker/locale/sl_SI.js +1 -0
  2049. package/es/time-picker/locale/sr_RS.d.ts +5 -0
  2050. package/es/time-picker/locale/sr_RS.js +1 -0
  2051. package/es/time-picker/locale/sv_SE.d.ts +5 -0
  2052. package/es/time-picker/locale/sv_SE.js +1 -0
  2053. package/es/time-picker/locale/ta_IN.d.ts +5 -0
  2054. package/es/time-picker/locale/ta_IN.js +1 -0
  2055. package/es/time-picker/locale/th_TH.d.ts +5 -0
  2056. package/es/time-picker/locale/th_TH.js +1 -0
  2057. package/es/time-picker/locale/tk_TK.d.ts +5 -0
  2058. package/es/time-picker/locale/tk_TK.js +1 -0
  2059. package/es/time-picker/locale/tr_TR.d.ts +5 -0
  2060. package/es/time-picker/locale/tr_TR.js +1 -0
  2061. package/es/time-picker/locale/uk_UA.d.ts +5 -0
  2062. package/es/time-picker/locale/uk_UA.js +1 -0
  2063. package/es/time-picker/locale/ur_PK.d.ts +5 -0
  2064. package/es/time-picker/locale/ur_PK.js +1 -0
  2065. package/es/time-picker/locale/uz_UZ.d.ts +5 -0
  2066. package/es/time-picker/locale/uz_UZ.js +1 -0
  2067. package/es/time-picker/locale/vi_VN.d.ts +5 -0
  2068. package/es/time-picker/locale/vi_VN.js +1 -0
  2069. package/es/time-picker/locale/zh_CN.d.ts +5 -0
  2070. package/es/time-picker/locale/zh_CN.js +1 -0
  2071. package/es/time-picker/locale/zh_TW.d.ts +5 -0
  2072. package/es/time-picker/locale/zh_TW.js +1 -0
  2073. package/es/timeline/Timeline.d.ts +22 -0
  2074. package/es/timeline/Timeline.js +1 -0
  2075. package/es/timeline/TimelineItem.d.ts +22 -0
  2076. package/es/timeline/TimelineItem.js +1 -0
  2077. package/es/timeline/TimelineItemList.d.ts +9 -0
  2078. package/es/timeline/TimelineItemList.js +1 -0
  2079. package/es/timeline/index.d.ts +3 -0
  2080. package/es/timeline/index.js +1 -0
  2081. package/es/timeline/style/index.d.ts +34 -0
  2082. package/es/timeline/style/index.js +9 -0
  2083. package/es/timeline/useItems.d.ts +6 -0
  2084. package/es/timeline/useItems.js +1 -0
  2085. package/es/tooltip/PurePanel.d.ts +8 -0
  2086. package/es/tooltip/PurePanel.js +1 -0
  2087. package/es/tooltip/index.d.ts +81 -0
  2088. package/es/tooltip/index.js +1 -0
  2089. package/es/tooltip/style/index.d.ts +16 -0
  2090. package/es/tooltip/style/index.js +1 -0
  2091. package/es/tooltip/util.d.ts +8 -0
  2092. package/es/tooltip/util.js +1 -0
  2093. package/es/tour/PurePanel.d.ts +7 -0
  2094. package/es/tour/PurePanel.js +1 -0
  2095. package/es/tour/index.d.ts +9 -0
  2096. package/es/tour/index.js +1 -0
  2097. package/es/tour/interface.d.ts +33 -0
  2098. package/es/tour/interface.js +0 -0
  2099. package/es/tour/panelRender.d.ts +14 -0
  2100. package/es/tour/panelRender.js +1 -0
  2101. package/es/tour/style/index.d.ts +31 -0
  2102. package/es/tour/style/index.js +1 -0
  2103. package/es/transfer/ListBody.d.ts +19 -0
  2104. package/es/transfer/ListBody.js +1 -0
  2105. package/es/transfer/ListItem.d.ts +17 -0
  2106. package/es/transfer/ListItem.js +1 -0
  2107. package/es/transfer/hooks/useData.d.ts +7 -0
  2108. package/es/transfer/hooks/useData.js +1 -0
  2109. package/es/transfer/hooks/useSelection.d.ts +6 -0
  2110. package/es/transfer/hooks/useSelection.js +1 -0
  2111. package/es/transfer/index.d.ts +91 -0
  2112. package/es/transfer/index.js +1 -0
  2113. package/es/transfer/interface.d.ts +9 -0
  2114. package/es/transfer/interface.js +0 -0
  2115. package/es/transfer/list.d.ts +49 -0
  2116. package/es/transfer/list.js +1 -0
  2117. package/es/transfer/operation.d.ts +20 -0
  2118. package/es/transfer/operation.js +1 -0
  2119. package/es/transfer/search.d.ts +13 -0
  2120. package/es/transfer/search.js +1 -0
  2121. package/es/transfer/style/index.d.ts +39 -0
  2122. package/es/transfer/style/index.js +1 -0
  2123. package/es/tree/DirectoryTree.d.ts +17 -0
  2124. package/es/tree/DirectoryTree.js +1 -0
  2125. package/es/tree/Tree.d.ts +135 -0
  2126. package/es/tree/Tree.js +1 -0
  2127. package/es/tree/index.d.ts +12 -0
  2128. package/es/tree/index.js +1 -0
  2129. package/es/tree/style/directory.d.ts +5 -0
  2130. package/es/tree/style/directory.js +1 -0
  2131. package/es/tree/style/index.d.ts +61 -0
  2132. package/es/tree/style/index.js +1 -0
  2133. package/es/tree/utils/dictUtil.d.ts +14 -0
  2134. package/es/tree/utils/dictUtil.js +1 -0
  2135. package/es/tree/utils/dropIndicator.d.ts +14 -0
  2136. package/es/tree/utils/dropIndicator.js +1 -0
  2137. package/es/tree/utils/iconUtil.d.ts +15 -0
  2138. package/es/tree/utils/iconUtil.js +1 -0
  2139. package/es/tree-select/index.d.ts +63 -0
  2140. package/es/tree-select/index.js +1 -0
  2141. package/es/tree-select/style/index.d.ts +8 -0
  2142. package/es/tree-select/style/index.js +1 -0
  2143. package/es/type/index.d.ts +140 -0
  2144. package/es/type/index.js +1 -0
  2145. package/es/typography/Base/CopyBtn.d.ts +15 -0
  2146. package/es/typography/Base/CopyBtn.js +1 -0
  2147. package/es/typography/Base/Ellipsis.d.ts +20 -0
  2148. package/es/typography/Base/Ellipsis.js +1 -0
  2149. package/es/typography/Base/EllipsisTooltip.d.ts +12 -0
  2150. package/es/typography/Base/EllipsisTooltip.js +1 -0
  2151. package/es/typography/Base/index.d.ts +61 -0
  2152. package/es/typography/Base/index.js +1 -0
  2153. package/es/typography/Base/util.d.ts +12 -0
  2154. package/es/typography/Base/util.js +1 -0
  2155. package/es/typography/Editable.d.ts +23 -0
  2156. package/es/typography/Editable.js +1 -0
  2157. package/es/typography/Link.d.ts +9 -0
  2158. package/es/typography/Link.js +1 -0
  2159. package/es/typography/Paragraph.d.ts +7 -0
  2160. package/es/typography/Paragraph.js +1 -0
  2161. package/es/typography/Text.d.ts +9 -0
  2162. package/es/typography/Text.js +1 -0
  2163. package/es/typography/Title.d.ts +10 -0
  2164. package/es/typography/Title.js +1 -0
  2165. package/es/typography/Typography.d.ts +22 -0
  2166. package/es/typography/Typography.js +1 -0
  2167. package/es/typography/hooks/useCopyClick.d.ts +13 -0
  2168. package/es/typography/hooks/useCopyClick.js +1 -0
  2169. package/es/typography/hooks/useMergedConfig.d.ts +3 -0
  2170. package/es/typography/hooks/useMergedConfig.js +1 -0
  2171. package/es/typography/hooks/usePrevious.d.ts +4 -0
  2172. package/es/typography/hooks/usePrevious.js +1 -0
  2173. package/es/typography/hooks/useTooltipProps.d.ts +67 -0
  2174. package/es/typography/hooks/useTooltipProps.js +1 -0
  2175. package/es/typography/index.d.ts +15 -0
  2176. package/es/typography/index.js +1 -0
  2177. package/es/typography/style/index.d.ts +21 -0
  2178. package/es/typography/style/index.js +12 -0
  2179. package/es/typography/style/mixins.d.ts +12 -0
  2180. package/es/typography/style/mixins.js +6 -0
  2181. package/es/upload/Dragger.d.ts +12 -0
  2182. package/es/upload/Dragger.js +1 -0
  2183. package/es/upload/Upload.d.ts +23 -0
  2184. package/es/upload/Upload.js +1 -0
  2185. package/es/upload/UploadList/ListItem.d.ts +30 -0
  2186. package/es/upload/UploadList/ListItem.js +1 -0
  2187. package/es/upload/UploadList/index.d.ts +10 -0
  2188. package/es/upload/UploadList/index.js +1 -0
  2189. package/es/upload/index.d.ts +13 -0
  2190. package/es/upload/index.js +1 -0
  2191. package/es/upload/interface.d.ts +140 -0
  2192. package/es/upload/interface.js +0 -0
  2193. package/es/upload/style/dragger.d.ts +7 -0
  2194. package/es/upload/style/dragger.js +7 -0
  2195. package/es/upload/style/index.d.ts +19 -0
  2196. package/es/upload/style/index.js +1 -0
  2197. package/es/upload/style/list.d.ts +7 -0
  2198. package/es/upload/style/list.js +4 -0
  2199. package/es/upload/style/motion.d.ts +7 -0
  2200. package/es/upload/style/motion.js +1 -0
  2201. package/es/upload/style/picture.d.ts +8 -0
  2202. package/es/upload/style/picture.js +12 -0
  2203. package/es/upload/style/rtl.d.ts +7 -0
  2204. package/es/upload/style/rtl.js +1 -0
  2205. package/es/upload/utils.d.ts +10 -0
  2206. package/es/upload/utils.js +1 -0
  2207. package/es/utils/common.d.ts +74 -0
  2208. package/es/utils/common.js +1 -0
  2209. package/es/utils/index.d.ts +7 -0
  2210. package/es/utils/index.js +1 -0
  2211. package/es/utils/moneyFormat.d.ts +39 -0
  2212. package/es/utils/moneyFormat.js +1 -0
  2213. package/es/version/index.d.ts +4 -0
  2214. package/es/version/index.js +1 -0
  2215. package/es/watermark/context.d.ts +10 -0
  2216. package/es/watermark/context.js +1 -0
  2217. package/es/watermark/index.d.ts +28 -0
  2218. package/es/watermark/index.js +1 -0
  2219. package/es/watermark/useClips.d.ts +9 -0
  2220. package/es/watermark/useClips.js +1 -0
  2221. package/es/watermark/useRafDebounce.d.ts +6 -0
  2222. package/es/watermark/useRafDebounce.js +1 -0
  2223. package/es/watermark/useWatermark.d.ts +11 -0
  2224. package/es/watermark/useWatermark.js +1 -0
  2225. package/es/watermark/utils.d.ts +9 -0
  2226. package/es/watermark/utils.js +1 -0
  2227. package/package.json +3 -3
  2228. package/umd/index.min.js +622 -0
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/hr_HR.js";import t from"../date-picker/locale/hr_HR.js";import n from"../calendar/locale/hr_HR.js";import r from"rc-pagination/lib/locale/hr_HR";const i="${label} nije valjan ${type}",a={locale:`hr`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Molimo označite`},Table:{filterTitle:`Filter meni`,filterConfirm:`OK`,filterReset:`Reset`,filterEmptyText:`Nema filtera`,emptyText:`Nema podataka`,selectAll:`Označi trenutnu stranicu`,selectInvert:`Invertiraj trenutnu stranicu`,selectionAll:`Odaberite sve podatke`,sortTitle:`Sortiraj`,expand:`Proširi redak`,collapse:`Sažmi redak`,triggerDesc:`Kliknite za sortiranje silazno`,triggerAsc:`Kliknite za sortiranje uzlazno`,cancelSort:`Kliknite da biste otkazali sortiranje`},Modal:{okText:`OK`,cancelText:`Odustani`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Odustani`},Transfer:{titles:[``,``],searchPlaceholder:`Pretraži ovdje`,itemUnit:`stavka`,itemsUnit:`stavke`,remove:`Ukloniti`,selectCurrent:`Odaberite trenutnu stranicu`,removeCurrent:`Ukloni trenutnu stranicu`,selectAll:`Odaberite sve podatke`,removeAll:`Uklonite sve podatke`,selectInvert:`Obrni trenutnu stranicu`},Upload:{uploading:`Upload u tijeku...`,removeFile:`Makni datoteku`,uploadError:`Greška kod uploada`,previewFile:`Pogledaj datoteku`,downloadFile:`Preuzmi datoteku`},Empty:{description:`Nema podataka`},Icon:{icon:`ikona`},Text:{edit:`Uredi`,copy:`Kopiraj`,copied:`Kopiranje uspješno`,expand:`Proširi`},Form:{optional:`(neobavezno)`,defaultValidateMessages:{default:"Pogreška provjere valjanosti polja za ${label}",required:"Molimo unesite ${label}",enum:"${label} mora biti jedan od [${enum}]",whitespace:"${label} ne može biti prazan znak",date:{format:"${label} format datuma je nevažeći",parse:"${label} ne može se pretvoriti u datum",invalid:"${label} je nevažeći datum"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} mora biti ${len} slova",min:"${label} mora biti najmanje ${min} slova",max:"${label} mora biti do ${max} slova",range:"${label} mora biti između ${min}-${max} slova"},number:{len:"${label} mora biti jednak ${len}",min:"${label} mora biti minimalano ${min}",max:"${label} mora biti maksimalano ${max}",range:"${label} mora biti između ${min}-${max}"},array:{len:"Mora biti ${len} ${label}",min:"Najmanje ${min} ${label}",max:"Najviše ${max} ${label}",range:"Količina ${label} mora biti između ${min}-${max}"},pattern:{mismatch:"${label} ne odgovara obrascu ${pattern}"}}},Image:{preview:`Pregled`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/hu_HU.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/hu_HU.js";import t from"../date-picker/locale/hu_HU.js";import n from"../calendar/locale/hu_HU.js";import r from"rc-pagination/lib/locale/hu_HU";const i={locale:`hu`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,Table:{filterTitle:`Szűrők`,filterConfirm:`Alkalmazás`,filterReset:`Visszaállítás`,selectAll:`Jelenlegi oldal kiválasztása`,selectInvert:`Jelenlegi oldal inverze`,sortTitle:`Rendezés`},Modal:{okText:`Alkalmazás`,cancelText:`Visszavonás`,justOkText:`Alkalmazás`},Popconfirm:{okText:`Alkalmazás`,cancelText:`Visszavonás`},Transfer:{titles:[``,``],searchPlaceholder:`Keresés`,itemUnit:`elem`,itemsUnit:`elemek`},Upload:{uploading:`Feltöltés...`,removeFile:`Fájl eltávolítása`,uploadError:`Feltöltési hiba`,previewFile:`Fájl előnézet`,downloadFile:`Fájl letöltése`},Empty:{description:`Nincs adat`}};export{i as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/hy_AM.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ const e={lang:{locale:`hy-am`,placeholder:`Ընտրեք ամսաթիվը`,rangePlaceholder:[`Մեկնարկի ամսաթիվ`,`Ավարտի ամսաթիվը`],today:`Այսօր`,now:`Հիմա`,backToToday:`Վերադառնալ այսօր`,ok:`Օկ`,clear:`Մաքրել`,month:`Ամիս`,year:`Տարի`,timeSelect:`ընտրեք ժամը`,dateSelect:`ընտրեք ամսաթիվը`,weekSelect:`Ընտրեք շաբաթը`,monthSelect:`Ընտրեք ամիսը`,yearSelect:`Ընտրեք տարին`,decadeSelect:`Ընտրեք տասնամյակը`,yearFormat:`YYYY`,dateFormat:`DD/MM//YYYY`,dayFormat:`DD`,dateTimeFormat:`DD/MM//YYYY HH:mm:ss`,monthBeforeYear:!0,previousMonth:`Անցած ամիս (PageUp)`,nextMonth:`Մյուս ամիս (PageDown)`,previousYear:`Անցած տարի (Control + left)`,nextYear:`Մյուս տարի (Control + right)`,previousDecade:`Անցած տասնամյակ`,nextDecade:`Մյուս տասնամյակ`,previousCentury:`Անցած դար`,nextCentury:`Մյուս դար`},timePickerLocale:{placeholder:`Ընտրեք ժամը`}},t={locale:`hy-am`,Pagination:{items_per_page:`/ էջ`,jump_to:`Գնալ`,jump_to_confirm:`հաստատել`,page:``,prev_page:`Նախորդ Էջ`,next_page:`Հաջորդ Էջ`,prev_5:`Նախորդ 5 Էջերը`,next_5:`Հաջորդ 5 Էջերը`,prev_3:`Նախորդ 3 Էջերը`,next_3:`Հաջորդ 3 Էջերը`},DatePicker:e,TimePicker:{placeholder:`Ընտրեք ժամը`},Calendar:e,global:{placeholder:`Ընտրեք`},Table:{filterTitle:`ֆիլտրի ընտրացանկ`,filterConfirm:`ֆիլտրել`,filterReset:`Զրոյացնել`,selectAll:`Ընտրեք ընթացիկ էջը`,selectInvert:`Փոխարկել ընթացիկ էջը`,sortTitle:`Տեսակավորել`,expand:`Ընդլայնեք տողը`,collapse:`Կրճատել տողը`},Modal:{okText:`Օկ`,cancelText:`Չեղարկել`,justOkText:`Օկ`},Popconfirm:{okText:`Հաստատել`,cancelText:`Մերժել`},Transfer:{titles:[``,``],searchPlaceholder:`Որոնեք այստեղ`,itemUnit:`պարագան`,itemsUnit:`պարագաները`},Upload:{uploading:`Ներբեռնում...`,removeFile:`Հեռացնել ֆայլը`,uploadError:`Ներբեռնման սխալ`,previewFile:`Դիտել ֆայլը`,downloadFile:`Ներբեռնել ֆայլը`},Empty:{description:`Տվյալներ չկան`},Icon:{icon:`պատկեր`},Text:{edit:`Խմբագրել`,copy:`Պատճենել`,copied:`Պատճենվել է`,expand:`Տեսնել ավելին`}};export{t as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/id_ID.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/id_ID.js";import t from"../date-picker/locale/id_ID.js";import n from"../calendar/locale/id_ID.js";import r from"rc-pagination/lib/locale/id_ID";const i="${label} tidak valid ${type}",a={locale:`id`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Silahkan pilih`},Table:{filterTitle:`Menu filter`,filterConfirm:`OK`,filterReset:`Reset`,filterEmptyText:`Tidak ada filter`,filterCheckall:`Pilih semua item`,filterSearchPlaceholder:`Cari di filter`,emptyText:`Tidak ada data`,selectAll:`Pilih halaman saat ini`,selectInvert:`Balikkan halaman saat ini`,selectNone:`Hapus semua data`,selectionAll:`Pilih semua data`,sortTitle:`Urutkan`,expand:`Perluas baris`,collapse:`Perkecil baris`,triggerDesc:`Klik untuk mengurutkan secara menurun`,triggerAsc:`Klik untuk mengurutkan secara menaik`,cancelSort:`Klik untuk membatalkan pengurutan`},Tour:{Next:`Selanjutnya`,Previous:`Sebelumnya`,Finish:`Selesai`},Modal:{okText:`OK`,cancelText:`Batal`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Batal`},Transfer:{titles:[``,``],searchPlaceholder:`Cari di sini`,itemUnit:`data`,itemsUnit:`data`,remove:`Hapus`,selectCurrent:`Pilih halaman saat ini`,removeCurrent:`Hapus halaman saat ini`,selectAll:`Pilih semua data`,deselectAll:`Batal pilih semua data`,removeAll:`Hapus semua data`,selectInvert:`Balikkan halaman saat ini`},Upload:{uploading:`Mengunggah...`,removeFile:`Hapus file`,uploadError:`Kesalahan pengunggahan`,previewFile:`Pratinjau file`,downloadFile:`Unduh file`},Empty:{description:`Tidak ada data`},Icon:{icon:`ikon`},Text:{edit:`Ubah`,copy:`Salin`,copied:`Disalin`,expand:`Perluas`,collapse:`Perkecil`},Form:{optional:`(optional)`,defaultValidateMessages:{default:"Kesalahan validasi untuk ${label}",required:"Tolong masukkan ${label}",enum:"${label} harus menjadi salah satu dari [${enum}]",whitespace:"${label} tidak boleh berupa karakter kosong",date:{format:"${label} format tanggal tidak valid",parse:"${label} tidak dapat diubah menjadi tanggal",invalid:"${label} adalah tanggal yang tidak valid"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} harus berupa ${len} karakter",min:"${label} harus minimal ${min} karakter",max:"${label} harus maksimal ${max} karakter",range:"${label} harus diantara ${min}-${max} karakter"},number:{len:"${label} harus sama dengan ${len}",min:"${label} harus minimal ${min}",max:"${label} harus maksimal ${max}",range:"${label} harus di antara ${min}-${max}"},array:{len:"Harus ${len} ${label}",min:"Minimal ${min} ${label}",max:"Maksimal ${max} ${label}",range:"Jumlah ${label} harus di antara ${min}-${max}"},pattern:{mismatch:"${label} tidak sesuai dengan pola ${pattern}"}}},Image:{preview:`Pratinjau`},QRCode:{expired:`Kode QR sudah habis masa berlakunya`,refresh:`Segarkan`,scanned:`Dipindai`},ColorPicker:{presetEmpty:`Kosong`,transparent:`Transparan`,singleColor:`Warna tunggal`,gradientColor:`Warna gradien`}};export{a as default};
@@ -0,0 +1,64 @@
1
+ import { PickerLocale } from "../date-picker/generatePicker/interface.js";
2
+ import "../date-picker/generatePicker/index.js";
3
+ import { TransferLocale } from "../empty/index.js";
4
+ import { ModalLocale } from "../modal/locale.js";
5
+ import { PaginationLocale } from "../pagination/Pagination.js";
6
+ import { PopconfirmLocale } from "../popconfirm/PurePanel.js";
7
+ import { TableLocale } from "../table/interface.js";
8
+ import { TourLocale } from "../tour/interface.js";
9
+ import { TransferLocale as TransferLocale$1 } from "../transfer/index.js";
10
+ import { UploadLocale } from "../upload/interface.js";
11
+ import useLocale from "./useLocale.js";
12
+ import * as React$1 from "react";
13
+ import { ValidateMessages } from "rc-field-form/lib/interface";
14
+ //#region components/locale/index.d.ts
15
+ export declare const ANT_MARK = "internalMark";
16
+ export interface Locale {
17
+ locale: string;
18
+ Pagination?: PaginationLocale;
19
+ DatePicker?: PickerLocale;
20
+ TimePicker?: Record<string, any>;
21
+ Calendar?: Record<string, any>;
22
+ Table?: TableLocale;
23
+ Modal?: ModalLocale;
24
+ Tour?: TourLocale;
25
+ Popconfirm?: PopconfirmLocale;
26
+ Transfer?: TransferLocale$1;
27
+ Select?: Record<string, any>;
28
+ Upload?: UploadLocale;
29
+ Empty?: TransferLocale;
30
+ global?: Record<string, any>;
31
+ Icon?: Record<string, any>;
32
+ Text?: {
33
+ edit?: any;
34
+ copy?: any;
35
+ copied?: any;
36
+ expand?: any;
37
+ collapse?: any;
38
+ };
39
+ Form?: {
40
+ optional?: string;
41
+ defaultValidateMessages: ValidateMessages;
42
+ };
43
+ Image?: {
44
+ preview: string;
45
+ };
46
+ QRCode?: {
47
+ expired?: string;
48
+ refresh?: string;
49
+ scanned?: string;
50
+ };
51
+ ColorPicker?: {
52
+ presetEmpty: string;
53
+ transparent: string;
54
+ singleColor: string;
55
+ gradientColor: string;
56
+ };
57
+ }
58
+ export interface LocaleProviderProps {
59
+ locale: Locale;
60
+ children?: React$1.ReactNode;
61
+ }
62
+ declare const LocaleProvider: React$1.FC<LocaleProviderProps>;
63
+ //#endregion
64
+ export { LocaleProvider as default, useLocale };
@@ -0,0 +1 @@
1
+ import"../_util/warning.js";import{changeConfirmLocale as e}from"../modal/locale.js";import t from"./context.js";import n from"./useLocale.js";import*as r from"react";const i=`internalMark`,a=n=>{let{locale:i={},children:a,_ANT_MARK__:o}=n;r.useEffect(()=>e(i?.Modal),[i]);let s=r.useMemo(()=>({...i,exist:!0}),[i]);return r.createElement(t.Provider,{value:s},a)};export{i as ANT_MARK,a as default,n as useLocale};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/is_IS.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/is_IS.js";import t from"../date-picker/locale/is_IS.js";import n from"../calendar/locale/is_IS.js";import r from"rc-pagination/lib/locale/is_IS";const i="${label} er ekki gilt ${type}",a={locale:`is`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,Table:{filterTitle:`Afmarkanir`,filterConfirm:`Staðfesta`,filterReset:`Núllstilla`,selectAll:`Velja allt`,selectInvert:`Viðsnúa vali`},Modal:{okText:`Áfram`,cancelText:`Hætta við`,justOkText:`Í lagi`},Popconfirm:{okText:`Áfram`,cancelText:`Hætta við`},Transfer:{titles:[``,``],searchPlaceholder:`Leita hér`,itemUnit:`færsla`,itemsUnit:`færslur`},Upload:{uploading:`Hleð upp...`,removeFile:`Fjarlægja skrá`,uploadError:`Villa við að hlaða upp`,previewFile:`Forskoða skrá`,downloadFile:`Hlaða niður skrá`},Empty:{description:`Engin gögn`},Form:{optional:`(Valfrjálst)`,defaultValidateMessages:{default:"Villa við staðfestingu reits ${label}",required:"gjörðu svo vel að koma inn ${label}",enum:"${label} verður að vera einn af [${enum}]",whitespace:"${label} getur ekki verið tómur stafur",date:{format:"${label} dagsetningarsnið er ógilt",parse:"Ekki er hægt að breyta ${label} í dag",invalid:"${label} er ógild dagsetning"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} verður að vera ${len} stafir",min:"${label} er að minnsta kosti ${min} stafir að lengd",max:"${label} getur verið allt að ${max} stafir",range:"${label} verður að vera á milli ${min}-${max} stafir"},number:{len:"${label} verður að vera jafngildi ${len}",min:"Lágmarksgildi ${label} er ${mín}",max:"Hámarksgildi ${label} er ${max}",range:"${label} verður að vera á milli ${min}-${max}"},array:{len:"Verður að vera ${len}${label}",min:"Að minnsta kosti ${min}${label}",max:"Í mesta lagi ${max}${label}",range:"Magn ${label} verður að vera á milli ${min}-${max}"},pattern:{mismatch:"${label} passar ekki við mynstur ${pattern}"}}}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/it_IT.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/it_IT.js";import t from"../date-picker/locale/it_IT.js";import n from"../calendar/locale/it_IT.js";import r from"rc-pagination/lib/locale/it_IT";const i=" ${label} non è un ${type} valido",a={locale:`it`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Selezionare`},Table:{filterTitle:`Menù Filtro`,filterConfirm:`OK`,filterReset:`Reset`,filterEmptyText:`Senza filtri`,filterCheckall:`Seleziona tutti`,filterSearchPlaceholder:`Cerca nei filtri`,emptyText:`Senza dati`,selectAll:`Seleziona pagina corrente`,selectInvert:`Inverti selezione nella pagina corrente`,selectNone:`Deseleziona tutto`,selectionAll:`Seleziona tutto`,sortTitle:`Ordina`,expand:`Espandi riga`,collapse:`Comprimi riga `,triggerDesc:`Clicca per ordinare in modo discendente`,triggerAsc:`Clicca per ordinare in modo ascendente`,cancelSort:`Clicca per eliminare l'ordinamento`},Tour:{Next:`Successivo`,Previous:`Precedente`,Finish:`Termina`},Modal:{okText:`OK`,cancelText:`Annulla`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Annulla`},Transfer:{titles:[``,``],searchPlaceholder:`Cerca qui`,itemUnit:`elemento`,itemsUnit:`elementi`,remove:`Elimina`,selectCurrent:`Seleziona la pagina corrente`,removeCurrent:`Rimuovi la pagina corrente`,selectAll:`Seleziona tutti i dati`,removeAll:`Rimuovi tutti i dati`,selectInvert:`Inverti la pagina corrente`},Upload:{uploading:`Caricamento...`,removeFile:`Rimuovi il file`,uploadError:`Errore di caricamento`,previewFile:`Anteprima file`,downloadFile:`Scarica file`},Empty:{description:`Nessun dato`},Icon:{icon:`icona`},Text:{edit:`modifica`,copy:`copia`,copied:`copia effettuata`,expand:`espandi`},Form:{optional:`(opzionale)`,defaultValidateMessages:{default:"Errore di convalida del campo ${label}",required:"Si prega di inserire ${label}",enum:"${label} deve essere uno di [${enum}]",whitespace:"${label} non può essere un carattere vuoto",date:{format:"Il formato della data ${label} non è valido",parse:"${label} non può essere convertito in una data",invalid:"${label} non è una data valida"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} deve avere ${len} caratteri",min:"${label} deve contenere almeno ${min} caratteri",max:"${label} deve contenere fino a ${max} caratteri",range:"${label} deve contenere tra ${min}-${max} caratteri"},number:{len:"${label} deve essere uguale a ${len}",min:"${label} valore minimo è ${min}",max:"${label} valor e massimo è ${max}",range:"${label} deve essere compreso tra ${min}-${max}"},array:{len:"Deve essere ${len} ${label}",min:"Almeno ${min} ${label}",max:"Massimo ${max} ${label}",range:"Il totale di ${label} deve essere compreso tra ${min}-${max}"},pattern:{mismatch:"${label} non corrisponde al modello ${pattern}"}}},Image:{preview:`Anteprima`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/ja_JP.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/ja_JP.js";import t from"../date-picker/locale/ja_JP.js";import n from"../calendar/locale/ja_JP.js";import r from"rc-pagination/lib/locale/ja_JP";const i="${label}は有効な${type}ではありません",a={locale:`ja`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`選んでください`},Table:{filterTitle:`フィルター`,filterConfirm:`OK`,filterReset:`リセット`,filterEmptyText:`フィルターなし`,filterCheckall:`すべてを選択`,filterSearchPlaceholder:`フィルターで検索`,emptyText:`データなし`,selectAll:`ページ単位で選択`,selectInvert:`ページ単位で反転`,selectNone:`クリア`,selectionAll:`すべてを選択`,sortTitle:`ソート`,expand:`展開する`,collapse:`折り畳む`,triggerDesc:`クリックで降順にソート`,triggerAsc:`クリックで昇順にソート`,cancelSort:`ソートをキャンセル`},Tour:{Next:`次`,Previous:`前の`,Finish:`仕上げる`},Modal:{okText:`OK`,cancelText:`キャンセル`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`キャンセル`},Transfer:{titles:[``,``],searchPlaceholder:`ここを検索`,itemUnit:`アイテム`,itemsUnit:`アイテム`,remove:`削除`,selectCurrent:`現在のページを選択`,removeCurrent:`現在のページを削除`,selectAll:`ページ単位で選択`,deselectAll:`すべてのデータの選択を解除する`,removeAll:`ページ単位で削除`,selectInvert:`ページ単位で反転`},Upload:{uploading:`アップロード中...`,removeFile:`ファイルを削除`,uploadError:`アップロードエラー`,previewFile:`ファイルをプレビュー`,downloadFile:`ダウンロードファイル`},Empty:{description:`データがありません`},Icon:{icon:`アイコン`},Text:{edit:`編集`,copy:`コピー`,copied:`コピーされました`,expand:`拡大する`,collapse:`崩壊`},Form:{optional:`(オプション)`,defaultValidateMessages:{default:"${label}のフィールド検証エラー",required:"${label}を入力してください",enum:"${label}は[${enum}]のいずれかである必要があります",whitespace:"${label}は空白文字にすることはできません",date:{format:"${label}の日付形式は不正です",parse:"${label}は日付に変換できません",invalid:"${label}は不正な日付です"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label}は${len}文字である必要があります",min:"${label}は${min}文字以上である必要があります",max:"${label}は${max}文字以下である必要があります",range:"${label}は${min}-${max}文字の範囲である必要があります"},number:{len:"${label}は${len}と等しい必要があります",min:"${label}の最小値は${min}です",max:"${label}の最大値は${max}です",range:"${label}は${min}-${max}の範囲である必要があります"},array:{len:"${label}は${len}である必要があります",min:"${label}の最小は${min}です",max:"${label}の最大は${max}です",range:"${label}の合計は${min}-${max}の範囲である必要があります"},pattern:{mismatch:"${label}はパターン${pattern}と一致しません"}}},Image:{preview:`プレビュー`},QRCode:{expired:`QRコードの有効期限が切れました`,refresh:`リフレッシュ`,scanned:`スキャン済み`},ColorPicker:{presetEmpty:`空の`,transparent:`透明`,singleColor:`単色`,gradientColor:`グラデーション`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/ka_GE.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/ka_GE.js";import t from"../date-picker/locale/ka_GE.js";import n from"../calendar/locale/ka_GE.js";import r from"rc-pagination/lib/locale/ka_GE";const i="${label} არ არის სწორი ${type}",a={locale:`ka`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`გთხოვთ აირჩიოთ`},Table:{filterTitle:`ფილტრის მენიუ`,filterConfirm:`კარგი`,filterReset:`გასუფთავება`,filterEmptyText:`ფილტრები არაა`,emptyText:`ინფორმაცია არაა`,selectAll:`აირჩიეთ მიმდინარე გვერდი`,selectInvert:`შეაბრუნეთ მიმდინარე გვერდი`,selectNone:`მონაცემების გასუფთავება`,selectionAll:`ყველას მონიშვნა`,sortTitle:`დალაგება`,expand:`სტრიქონის გაშლა`,collapse:`სტრიქონის შეკუმშვა`,triggerDesc:`დაღმავალი დალაგება`,triggerAsc:`აღმავალი დალაგება`,cancelSort:`დალაგების გაუქმება`},Modal:{okText:`კარგი`,cancelText:`გაუქმება`,justOkText:`ოკ`},Popconfirm:{okText:`კარგი`,cancelText:`გაუქმება`},Transfer:{titles:[``,``],searchPlaceholder:`მოძებნე აქ`,itemUnit:`ერთეული`,itemsUnit:`ერთეულები`,remove:`ამოშლა`,selectCurrent:`მიმდინარე გვერდის არჩევა`,removeCurrent:`მიმდინარე გვერდის ამოშლა`,selectAll:`ყველას მონიშვნა`,removeAll:`ყველას წაშლა`,selectInvert:`მიმდინარე გვერდის შებრუნება`},Upload:{uploading:`იტვირთება...`,removeFile:`ფაილის ამოშლა`,uploadError:`ატვირთვის შეცდომა`,previewFile:`ფაილის გადახედვა`,downloadFile:`ფაილის ჩამოტვირთვა`},Empty:{description:`ინფორმაცია არაა`},Icon:{icon:`ხატულა`},Text:{edit:`რედაქტირება`,copy:`ასლი`,copied:`ასლი აღებულია`,expand:`გაშლა`},Form:{optional:`(არასავალდებულო)`,defaultValidateMessages:{default:"ველის შემოწმების შეცდომა ${label}-ისთვის",required:"გთხოვთ შეიყვანეთ ${label}",enum:"${label} უნდა იყოს ერთ-ერთი [${enum}]-დან",whitespace:"${label} არ შეიძლება იყოს ცარიელი სიმბოლო",date:{format:"${label} თარიღის ფორმატი არასწორია",parse:"${label} თარიღში კონვერტირება არ არის შესაძლებელი",invalid:"${label} არასწორი თარიღია"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} უნდა იყოს ${len} სიმბოლო",min:"${label} უნდა იყოს სულ მცირე ${min} სიმბოლო",max:"${label} უნდა იყოს მაქსიმუმ ${max} სიმბოლო",range:"${label} უნდა იყოს ${min}-${max} სიმბოლოს შორის"},number:{len:"${label} უნდა იყოს ${len} ტოლი",min:"${label} უნდა იყოს მინუმიმ ${min}",max:"${label} უნდა იყოს მაქსიმუმ ${max}",range:"${label} უნდა იყოს ${min}-${max} შორის"},array:{len:"უნდა იყოს ${len} ${label}",min:"სულ მცირე ${min} ${label}",max:"არაუმეტეს ${max} ${label}",range:"${label}-ის რაოდენობა უნდა იყოს ${min}-${max} შორის"},pattern:{mismatch:"${label} არ ერგება შაბლონს ${pattern}"}}},Image:{preview:`გადახედვა`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/kk_KZ.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/kk_KZ.js";import t from"../date-picker/locale/kk_KZ.js";import n from"../calendar/locale/kk_KZ.js";import r from"rc-pagination/lib/locale/kk_KZ";const i="${label} ${type} типі емес",a={locale:`kk`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Таңдаңыз`},Table:{filterTitle:`Фильтр`,filterConfirm:`OK`,filterReset:`Тазарту`,filterEmptyText:`Фильтр жоқ`,emptyText:`Деректер жоқ`,selectAll:`Барлығын таңдау`,selectInvert:`Таңдауды төңкеру`,selectionAll:`Барлық деректерді таңдаңыз`,sortTitle:`Сұрыптау`,expand:`Жолды жазу`,collapse:`Жолды бүктеу`,triggerDesc:`Төмендеуді сұрыптау үшін басыңыз`,triggerAsc:`Өсу ретімен сұрыптау үшін басыңыз`,cancelSort:`Сұрыптаудан бас тарту үшін басыңыз`},Modal:{okText:`Жарайды`,cancelText:`Болдырмау`,justOkText:`Жарайды`},Popconfirm:{okText:`Жарайды`,cancelText:`Болдырмау`},Transfer:{titles:[``,``],searchPlaceholder:`Іздеу`,itemUnit:`элемент.`,itemsUnit:`элемент.`,remove:`Жою`,selectAll:`Барлық деректерді таңдау`,selectCurrent:`Ағымдағы бетті таңдау`,selectInvert:`Кері тәртіпте көрсету`,removeAll:`Барлық деректерді жою`,removeCurrent:`Ағымдағы парақты өшіру`},Upload:{uploading:`Жүктеу...`,removeFile:`Файлды жою`,uploadError:`Жүктеу кезінде қате пайда болды`,previewFile:`Файлды алдын ала қарау`,downloadFile:`Файлды жүктеу`},Empty:{description:`Деректер жоқ`},Icon:{icon:`белгішесі`},Text:{edit:`Өңдеу`,copy:`Көшіру`,copied:`Көшірілді`,expand:`Жазу`},Form:{defaultValidateMessages:{default:"${label} өрісін тексеру қателігі",required:"${label} енгізіңіз",enum:"${label} [${enum}] қатарынан болуы керек",whitespace:"${label} бос болмауы керек",date:{format:"${label} жарамды күн форматы емес",parse:"${label} күнге түрлендірілмейді",invalid:"${label} жарамды күн емес"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} ${len} таңбадан тұруы керек",min:"${label} ${min} таңбадан үлкен немесе оған тең болуы керек",max:"${label} ${max} таңбадан кем немесе оған тең болуы керек",range:"${label} ұзындығы ${min}-${max} таңба аралығында болуы керек"},number:{len:"${label} ${len} тең болуы керек",min:"${label} ${min} мәнінен үлкен немесе оған тең болуы керек",max:"${label} ${max} мәнінен аз немесе оған тең болуы керек"},array:{len:"${label} элементтерінің саны ${len} тең болуы керек",min:"${label} элементтерінің саны ${min} көп немесе оған тең болуы керек",max:"${label} элементтерінің саны ${max} аз немесе оған тең болуы керек",range:"${label} элементтерінің саны ${min} - ${max} аралығында болуы керек"},pattern:{mismatch:"${label} ${pattern} мен сәйкес келмейді"}}}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/km_KH.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/km_KH.js";import t from"../date-picker/locale/km_KH.js";import n from"../calendar/locale/km_KH.js";import r from"rc-pagination/lib/locale/km_KH";const i="${label} is not a valid ${type}",a={locale:`km`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,Table:{filterTitle:`បញ្ចីតម្រៀប`,filterConfirm:`យល់ព្រម`,filterReset:`ត្រឡប់ដើម`,filterEmptyText:`គ្មានបញ្ចីតម្រៀប`,emptyText:`គ្មានទិន្នន័យ`,selectAll:`រើសក្នុងទំព័រនេះ`,selectInvert:`បញ្ច្រាសក្នុងទំព័រនេះ`,selectNone:`លុបចេញទាំងអស់`,selectionAll:`រើសយកទាំងអស់`,sortTitle:`តម្រៀប`,expand:`ពន្លាត`,collapse:`បិតបាំង`,triggerDesc:`ចុចដើម្បីរៀបតាមលំដាប់ធំ`,triggerAsc:`ចុចដើម្បីរៀបតាមលំដាប់តូច​`,cancelSort:`ចុចដើម្បីបោះបង់`},Modal:{okText:`យល់ព្រម`,cancelText:`បោះបង់`,justOkText:`យល់ព្រម`},Popconfirm:{okText:`យល់ព្រម`,cancelText:`បោះបង់`},Transfer:{titles:[``,``],searchPlaceholder:`ស្វែងរកនៅទីនេះ`,itemUnit:``,itemsUnit:`items`},Upload:{uploading:`កំពុងបញ្ចូលឡើង...`,removeFile:`លុបឯកសារ`,uploadError:`បញ្ចូលមិនជោកជ័យ`,previewFile:`មើលឯកសារ`,downloadFile:`ទាញយកឯកសារ`},Empty:{description:`គ្មានទិន្នន័យ`},Form:{defaultValidateMessages:{default:"Field validation error for ${label}",required:"Please enter ${label}",enum:"${label} must be one of [${enum}]",whitespace:"${label} cannot be a blank character",date:{format:"${label} date format is invalid",parse:"${label} cannot be converted to a date",invalid:"${label} is an invalid date"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} must be ${len} characters",min:"${label} must be at least ${min} characters",max:"${label} must be up to ${max} characters",range:"${label} must be between ${min}-${max} characters"},number:{len:"${label} must be equal to ${len}",min:"${label} must be minimum ${min}",max:"${label} must be maximum ${max}",range:"${label} must be between ${min}-${max}"},array:{len:"Must be ${len} ${label}",min:"At least ${min} ${label}",max:"At most ${max} ${label}",range:"The amount of ${label} must be between ${min}-${max}"},pattern:{mismatch:"${label} does not match the pattern ${pattern}"}}}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/kmr_IQ.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/kmr_IQ.js";import t from"../date-picker/locale/kmr_IQ.js";import n from"../calendar/locale/kmr_IQ.js";import r from"rc-pagination/lib/locale/kmr_IQ";const i={locale:`ku`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,Table:{filterTitle:`Menuê peldanka`,filterConfirm:`Temam`,filterReset:`Jê bibe`,selectAll:`Hemî hilbijêre`,selectInvert:`Hilbijartinan veguhere`},Modal:{okText:`Temam`,cancelText:`Betal ke`,justOkText:`Temam`},Popconfirm:{okText:`Temam`,cancelText:`Betal ke`},Transfer:{titles:[``,``],searchPlaceholder:`Lêgerîn`,itemUnit:`tişt`,itemsUnit:`tişt`},Upload:{uploading:`Bardike...`,removeFile:`Pelê rabike`,uploadError:`Xeta barkirine`,previewFile:`Pelê pêşbibîne`,downloadFile:`Pelê dakêşin`},Empty:{description:`Agahî tune`}};export{i as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/kn_IN.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/kn_IN.js";import t from"../date-picker/locale/kn_IN.js";import n from"../calendar/locale/kn_IN.js";import r from"rc-pagination/lib/locale/kn_IN";const i="${label} ಮಾನ್ಯವಾದ ${type} ಅಲ್ಲ",a={locale:`kn`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`ದಯವಿಟ್ಟು ಆರಿಸಿ`},Table:{filterTitle:`ಪಟ್ಟಿ ಸೋಸಿ`,filterConfirm:`ಸರಿ`,filterReset:`ಮರುಹೊಂದಿಸಿ`,emptyText:`ಮಾಹಿತಿ ಇಲ್ಲ`,selectAll:`ಪ್ರಸ್ತುತ ಪುಟವನ್ನು ಆಯ್ಕೆಮಾಡಿ`,selectInvert:`ಪ್ರಸ್ತುತ ಪುಟವನ್ನು ತಿರುಗಿಸಿ`,sortTitle:`ವಿಂಗಡಿಸಿ`,filterEmptyText:`ಫಿಲ್ಟರ್ ಇಲ್ಲ`,filterCheckall:`ಎಲ್ಲಾ ಐಟಂಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ`,filterSearchPlaceholder:`ಫಿಲ್ಟರ್‌ಗಳೊಂದಿಗೆ ಹುಡುಕಿ`,selectNone:`ಯಾವುದನ್ನೂ ಆಯ್ಕೆ ಮಾಡಬೇಡಿ`,selectionAll:`ಎಲ್ಲಾ ಡೇಟಾವನ್ನು ಆಯ್ಕೆಮಾಡಿ`,expand:`ಶ್ರೇಣಿಯನ್ನು ವಿಸ್ತರಿಸಿ`,collapse:`ಸಾಲುಗಳನ್ನು ಸಂಕುಚಿಸಿ`,triggerDesc:`ಅವರೋಹಣ ಕ್ರಮದಲ್ಲಿ ವಿಂಗಡಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ`,triggerAsc:`ಏರೋಹಣ ಕ್ರಮದಲ್ಲಿ ವಿಂಗಡಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ`,cancelSort:`ವಿಂಗಡಣೆಯನ್ನು ರದ್ದುಗೊಳಿಸಲು ಕ್ಲಿಕ್ ಮಾಡಿ`},Modal:{okText:`ಸರಿ`,cancelText:`ರದ್ದು`,justOkText:`ಸರಿ`},Popconfirm:{okText:`ಸರಿ`,cancelText:`ರದ್ದು`},Transfer:{titles:[``,``],notFoundContent:`ದೊರೆತಿಲ್ಲ`,searchPlaceholder:`ಇಲ್ಲಿ ಹುಡುಕಿ`,itemUnit:`ವಿಷಯ`,itemsUnit:`ವಿಷಯಗಳು`},Upload:{uploading:`ಏರಿಸಿ...`,removeFile:`ಫೈಲ್ ತೆಗೆದುಹಾಕಿ`,uploadError:`ಏರಿಸುವ ದೋಷ`,previewFile:`ಫೈಲ್ ಮುನ್ನೋಟ`,downloadFile:`ಫೈಲ್ ಡೌನ್‌ಲೋಡ್ ಮಾಡಿ`},Empty:{description:`ಮಾಹಿತಿ ಇಲ್ಲ`},Icon:{icon:`ಚಿಹ್ನೆ`},Text:{edit:`ಸಂಪಾದಿಸಿ`,copy:`ಪ್ರತಿಯನ್ನು ತೆಗೆದುಕೊಳ್ಳಿ`,copied:`ನಕಲಿಸಲಾಗಿದೆ`,expand:`ಶ್ರೇಣಿಯನ್ನು ವಿಸ್ತರಿಸಿ`,collapse:`ಸಾಲುಗಳನ್ನು ಸಂಕುಚಿಸಿ`},Form:{optional:`(ಐಚ್ಛಿಕ)`,defaultValidateMessages:{default:"${label} ಗಾಗಿ ಕ್ಷೇತ್ರ ಮೌಲ್ಯೀಕರಣ ದೋಷ",required:"${label} ನಮೂದಿಸಿ",enum:"${label} [${enum}] ನಲ್ಲಿ ಒಂದಾಗಿರಬೇಕು.",whitespace:"${label} ಖಾಲಿ ಅಕ್ಷರವಾಗಿರಬಾರದು",date:{format:"${label} ದಿನಾಂಕ ಸ್ವರೂಪವು ಅಮಾನ್ಯವಾಗಿದೆ",parse:"${label} ಅನ್ನು ದಿನಾಂಕಕ್ಕೆ ಪರಿವರ್ತಿಸಲಾಗುವುದಿಲ್ಲ",invalid:"${label} ಒಂದು ಅಮಾನ್ಯ ದಿನಾಂಕವಾಗಿದೆ"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} ${len} ಅಕ್ಷರಗಳಾಗಿರಬೇಕು",min:"${label} ಕನಿಷ್ಠ ${min} ಅಕ್ಷರಗಳಾಗಿರಬೇಕು",max:"${label} ಗರಿಷ್ಠ ${max} ಅಕ್ಷರಗಳಾಗಿರಬೇಕು",range:"${label} ${min}-${max} ಅಕ್ಷರಗಳ ನಡುವೆ ಇರಬೇಕು"},number:{len:"${label} ${len} ಗೆ ಸಮನಾಗಿರಬೇಕು",min:"${label} ಕನಿಷ್ಠ ${min} ಆಗಿರಬೇಕು",max:"${label} ಹೆಚ್ಚೆಂದರೆ ${max} ಆಗಿರಬೇಕು",range:"${label} ${min}-${max} ನಡುವೆ ಇರಬೇಕು"},array:{len:"${label} ${len} ಗೆ ಸಮನಾಗಿರಬೇಕು",min:"${label} ಕನಿಷ್ಠ ${min} ಆಗಿರಬೇಕು",max:"${label} ಹೆಚ್ಚೆಂದರೆ ${max} ಆಗಿರಬೇಕು",range:"${label} ${min}-${max} ನಡುವೆ ಇರಬೇಕು"},pattern:{mismatch:"${label} ಮಾದರಿಯು ${pattern} ಗೆ ಹೊಂದಿಕೆಯಾಗುವುದಿಲ್ಲ"}}},Image:{preview:`ಮುನ್ನೋಟ`},QRCode:{expired:`QR ಕೋಡ್ ಅವಧಿ ಮೀರಿದೆ`,refresh:`ನವೀಕರಿಸಿ`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/ko_KR.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/ko_KR.js";import t from"../date-picker/locale/ko_KR.js";import n from"../calendar/locale/ko_KR.js";import r from"rc-pagination/lib/locale/ko_KR";const i="${label} 유효하지 않은 ${type}",a={locale:`ko`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`선택하세요`},Table:{filterTitle:`필터 메뉴`,filterConfirm:`확인`,filterReset:`초기화`,filterEmptyText:`필터 없음`,filterCheckall:`전체 선택`,filterSearchPlaceholder:`필터 검색`,emptyText:`데이터 없음`,selectAll:`전체 선택`,selectInvert:`선택 반전`,selectNone:`없음`,selectionAll:`전체 선택`,sortTitle:`정렬`,expand:`펼치기`,collapse:`접기`,triggerDesc:`내림차순으로 정렬하기`,triggerAsc:`오름차순으로 정렬하기`,cancelSort:`정렬 취소하기`},Tour:{Next:`다음`,Previous:`이전`,Finish:`종료`},Modal:{okText:`확인`,cancelText:`취소`,justOkText:`확인`},Popconfirm:{okText:`확인`,cancelText:`취소`},Transfer:{titles:[``,``],searchPlaceholder:`여기에 검색하세요`,itemUnit:`개`,itemsUnit:`개`,remove:`삭제`,selectCurrent:`현재 페이지 선택`,removeCurrent:`현재 페이지 삭제`,selectAll:`전체 선택`,removeAll:`전체 삭제`,selectInvert:`선택 반전`},Upload:{uploading:`업로드 중...`,removeFile:`파일 삭제`,uploadError:`업로드 실패`,previewFile:`파일 미리보기`,downloadFile:`파일 다운로드`},Empty:{description:`데이터 없음`},Icon:{icon:`아이콘`},Text:{edit:`수정`,copy:`복사`,copied:`복사 됨`,expand:`확장`},Form:{optional:`(선택사항)`,defaultValidateMessages:{default:"필드 유효성 검사 오류 ${label}",required:"${label} 값을 입력해 주세요",enum:"${label} [${enum}] 중에 하나여야 합니다",whitespace:"${label} 비워둘 수 없습니다",date:{format:"${label} 유효하지 않은 날짜 형식입니다",parse:"${label} 날짜 형식으로 변환될 수 없습니다",invalid:"${label} 유효하지 않은 날짜입니다"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} ${len}글자여야 합니다",min:"${label} 적어도 ${min}글자 이상이어야 합니다",max:"${label} ${max}글자 이하여야 합니다",range:"${label} ${min}-${max}글자 사이어야 합니다"},number:{len:"${label} 값은 ${len}이어야 합니다",min:"${label} 최솟값은 ${min}입니다",max:"${label} 최댓값은 ${max}입니다",range:"${label} 값은 ${min}-${max} 사이어야 합니다"},array:{len:"${len}이어야 합니다 ${label}",min:"최소 ${min}이어야 합니다 ${label}",max:"최대 ${max}이어야 합니다 ${label}",range:"${label} ${min}-${max} 사이어야 합니다"},pattern:{mismatch:"${label} ${pattern} 패턴과 일치하지 않습니다"}}},Image:{preview:`미리보기`},QRCode:{expired:`만료된 QR 코드`,refresh:`새로고침`},ColorPicker:{presetEmpty:`미정`,transparent:`투명`,singleColor:`단색`,gradientColor:`그라데이션`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/ku_IQ.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/kmr_IQ.js";import t from"../date-picker/locale/kmr_IQ.js";import n from"../calendar/locale/kmr_IQ.js";import r from"rc-pagination/lib/locale/kmr_IQ";const i={locale:`ku-iq`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,Table:{filterTitle:`Menuê peldanka`,filterConfirm:`Temam`,filterReset:`Jê bibe`,selectAll:`Hemî hilbijêre`,selectInvert:`Hilbijartinan veguhere`},Modal:{okText:`Temam`,cancelText:`Betal ke`,justOkText:`Temam`},Popconfirm:{okText:`Temam`,cancelText:`Betal ke`},Transfer:{titles:[``,``],searchPlaceholder:`Lêgerîn`,itemUnit:`tişt`,itemsUnit:`tişt`},Upload:{uploading:`Bardike...`,removeFile:`Pelê rabike`,uploadError:`Xeta barkirine`,previewFile:`Pelê pêşbibîne`,downloadFile:`Pelê dakêşin`},Empty:{description:`Agahî tune`}};export{i as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/lt_LT.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/lt_LT.js";import t from"../date-picker/locale/lt_LT.js";import n from"../calendar/locale/lt_LT.js";import r from"rc-pagination/lib/locale/lt_LT";const i="${label} neatitinka tipo ${type}",a={locale:`lt`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Pasirinkite`},Table:{filterTitle:`Filtras`,filterConfirm:`Gerai`,filterReset:`Atstatyti`,filterEmptyText:`Be filtrų`,filterCheckall:`Pasirinkti visus`,filterSearchPlaceholder:`Ieškoti filtruose`,emptyText:`Nėra duomenų`,selectAll:`Pasirinkti viską`,selectInvert:`Apversti pasirinkimą`,selectNone:`Išvalyti visus`,selectionAll:`Rinktis visus`,sortTitle:`Rikiavimas`,expand:`Išskleisti`,collapse:`Suskleisti`,triggerDesc:`Spustelėkite norėdami rūšiuoti mažėjančia tvarka`,triggerAsc:`Spustelėkite norėdami rūšiuoti didėjančia tvarka`,cancelSort:`Spustelėkite, kad atšauktumėte rūšiavimą`},Tour:{Next:`Kitas`,Previous:`Ankstesnis`,Finish:`Baigti`},Modal:{okText:`Taip`,cancelText:`Atšaukti`,justOkText:`Gerai`},Popconfirm:{okText:`Taip`,cancelText:`Atšaukti`},Transfer:{titles:[``,``],searchPlaceholder:`Paieška`,itemUnit:`vnt.`,itemsUnit:`vnt.`,remove:`Pašalinti`,selectCurrent:`Pasirinkti dabartinį puslapį`,removeCurrent:`Ištrinti dabartinį puslapį`,selectAll:`Pasirinkti viską`,removeAll:`Ištrinti viską`,selectInvert:`Apversti pasirinkimą`},Upload:{uploading:`Įkeliami duomenys...`,removeFile:`Ištrinti failą`,uploadError:`Įkeliant įvyko klaida`,previewFile:`Failo peržiūra`,downloadFile:`Atsisiųsti failą`},Empty:{description:`Nėra duomenų`},Icon:{icon:`piktograma`},Text:{edit:`Redaguoti`,copy:`Kopijuoti`,copied:`Nukopijuota`,expand:`Plačiau`},Form:{optional:`(neprivaloma)`,defaultValidateMessages:{default:"Klaida laukelyje ${label}",required:"Prašome įvesti ${label}",enum:"${label} turi būti vienas iš [${enum}]",whitespace:"${label} negali likti tuščias",date:{format:"${label} neteisingas datos formatas",parse:"${label} negali būti konvertuotas į datą",invalid:"${label} neatitinka datos formato"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} turi būti ${len} simbolių",min:"${label} turi būti bent ${min} simbolių",max:"${label} turi būti ne ilgesnis nei ${max} simbolių",range:"Laukelio ${label} reikšmės ribos ${min}-${max} simbolių"},number:{len:"${label} turi būti lygi ${len}",min:"${label} turi būti lygus arba didesnis už ${min}",max:"${label} turi būti lygus arba mažesnis už ${max}",range:"${label} turi būti tarp ${min}-${max}"},array:{len:"Pasirinktas kiekis ${label} turi būti lygus ${len}",min:"Pasirinktas kiekis ${label} turi būti bent ${min}",max:"Pasirinktas kiekis ${label} turi būti ne ilgesnis nei ${max}",range:"Pasirinktas ${label} kiekis turi būti tarp ${min}-${max}"},pattern:{mismatch:"${label} neatitinka modelio ${pattern}"}}},Image:{preview:`Peržiūrėti`},QRCode:{expired:`QR kodo galiojimas baigėsi`,refresh:`Atnaujinti`},ColorPicker:{presetEmpty:`Tuščia`,transparent:`Permatomas`,singleColor:`Vieno spalvos`,gradientColor:`Gradientas`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/lv_LV.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/lv_LV.js";import t from"../date-picker/locale/lv_LV.js";import n from"../calendar/locale/lv_LV.js";import r from"rc-pagination/lib/locale/lv_LV";const i={locale:`lv`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,Table:{filterTitle:`Filtrēšanas izvēlne`,filterConfirm:`OK`,filterReset:`Atiestatīt`,selectAll:`Atlasiet pašreizējo lapu`,selectInvert:`Pārvērst pašreizējo lapu`},Modal:{okText:`OK`,cancelText:`Atcelt`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Atcelt`},Transfer:{titles:[``,``],searchPlaceholder:`Meklēt šeit`,itemUnit:`vienumu`,itemsUnit:`vienumus`},Upload:{uploading:`Augšupielāde...`,removeFile:`Noņemt failu`,uploadError:`Augšupielādes kļūda`,previewFile:`Priekšskatiet failu`,downloadFile:`Lejupielādēt failu`},Empty:{description:`Nav datu`}};export{i as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/mk_MK.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/mk_MK.js";import t from"../date-picker/locale/mk_MK.js";import n from"../calendar/locale/mk_MK.js";import r from"rc-pagination/lib/locale/mk_MK";const i={locale:`mk`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Ве молиме означете`},Table:{filterTitle:`Мени за филтрирање`,filterConfirm:`ОК`,filterReset:`Избриши`,selectAll:`Одбери страница`,selectInvert:`Инвертирај страница`},Modal:{okText:`ОК`,cancelText:`Откажи`,justOkText:`ОК`},Popconfirm:{okText:`ОК`,cancelText:`Откажи`},Transfer:{titles:[``,``],searchPlaceholder:`Пребарај тука`,itemUnit:`предмет`,itemsUnit:`предмети`},Upload:{uploading:`Се прикачува...`,removeFile:`Избриши фајл`,uploadError:`Грешка при прикачување`,previewFile:`Прикажи фајл`,downloadFile:`Преземи фајл`},Empty:{description:`Нема податоци`},Icon:{icon:`Икона`},Text:{edit:`Уреди`,copy:`Копирај`,copied:`Копирано`,expand:`Зголеми`}};export{i as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/ml_IN.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/ml_IN.js";import t from"../date-picker/locale/ml_IN.js";import n from"../calendar/locale/ml_IN.js";import r from"rc-pagination/lib/locale/ml_IN";const i="${label} അസാധുവായ ${type} ആണ്",a={locale:`ml`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`ദയവായി തിരഞ്ഞെടുക്കുക`},Table:{filterTitle:`ഫിൽറ്റർ`,filterConfirm:`ശരിയാണ്`,filterReset:`പുനഃക്രമീകരിക്കുക`,filterEmptyText:`ഫിൽറ്ററുകളൊന്നുമില്ല`,emptyText:`ഡാറ്റയൊന്നുമില്ല`,selectAll:`നിലവിലെ പേജ് തിരഞ്ഞെടുക്കുക`,selectInvert:`നിലവിലെ പേജിൽ ഇല്ലാത്തത് തിരഞ്ഞെടുക്കുക`,selectNone:`എല്ലാ ഡാറ്റയും നീക്കം ചെയ്യുക`,selectionAll:`എല്ലാ ഡാറ്റയും തിരഞ്ഞെടുക്കുക`,sortTitle:`ക്രമമാക്കുക`,expand:`വരി വികസിപ്പിക്കുക`,collapse:`വരി ചുരുക്കുക`,triggerDesc:`അവരോഹണ ക്രമത്തിനായി ക്ലിക്ക് ചെയ്യുക`,triggerAsc:`ആരോഹണ ക്രമത്തിനായി ക്ലിക്ക് ചെയ്യുക`,cancelSort:`ക്രമീകരണം ഒഴിവാക്കുന്നതിനായി ക്ലിക്ക് ചെയ്യുക`},Modal:{okText:`ശരിയാണ്`,cancelText:`റദ്ദാക്കുക`,justOkText:`ശരിയാണ്`},Popconfirm:{okText:`ശരിയാണ്`,cancelText:`റദ്ദാക്കുക`},Transfer:{titles:[``,``],searchPlaceholder:`ഇവിടെ തിരയുക`,itemUnit:`ഇനം`,itemsUnit:`ഇനങ്ങൾ`,remove:`നീക്കം ചെയ്യുക`,selectCurrent:`നിലവിലെ പേജ് തിരഞ്ഞെടുക്കുക`,removeCurrent:`നിലവിലെ പേജ് നീക്കം ചെയ്യുക`,selectAll:`എല്ലാ ഡാറ്റയും തിരഞ്ഞെടുക്കുക`,removeAll:`എല്ലാ ഡാറ്റയും നീക്കം ചെയ്യുക`,selectInvert:`നിലവിലെ പേജിൽ ഇല്ലാത്തത് തിരഞ്ഞെടുക്കുക`},Upload:{uploading:`അപ്‌ലോഡ് ചെയ്തു കൊണ്ടിരിക്കുന്നു...`,removeFile:`ഫയൽ നീക്കം ചെയ്യുക`,uploadError:`അപ്‌ലോഡിൽ പിശക് സംഭവിച്ചിരിക്കുന്നു`,previewFile:`ഫയൽ പ്രിവ്യൂ ചെയ്യുക`,downloadFile:`ഫയൽ ഡൗൺലോഡ് ചെയ്യുക`},Empty:{description:`ഡാറ്റയൊന്നുമില്ല`},Icon:{icon:`ഐക്കൺ`},Text:{edit:`തിരുത്തുക`,copy:`കോപ്പി ചെയ്യുക`,copied:`കോപ്പി ചെയ്തു`,expand:`വികസിപ്പിക്കുക`},Form:{optional:`(optional)`,defaultValidateMessages:{default:"${label} ഫീൽഡിൽ വാലിഡേഷൻ പിശകുണ്ട്",required:"ദയവായി ${label} രേഖപ്പെടുത്തുക",enum:"${label} നിർബന്ധമായും [${enum}]-ൽ നിന്നുള്ളതായിരിക്കണം",whitespace:"${label} ശൂന്യമായി വെക്കാനാകില്ല",date:{format:"${label} തീയതി രൂപരേഖ അസാധുവാണ്",parse:"${label} ഒരു തീയതിയാക്കി മാറ്റാൻ സാധിക്കില്ല",invalid:"${label} ഒരു അസാധുവായ തീയതി ആണ്"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} നിർബന്ധമായും ${len} അക്ഷരങ്ങൾ ഉണ്ടായിരിക്കണം",min:"${label} നിർബന്ധമായും ${min} അക്ഷരങ്ങൾ എങ്കിലും ഉണ്ടായിരിക്കണം",max:"${label} നിർബന്ധമായും ${max} അക്ഷരങ്ങളിൽ കൂടാൻ പാടില്ല",range:"${label} നിർബന്ധമായും ${min}-നും ${max}-നും ഇടയിൽ അക്ഷരങ്ങൾ ഉള്ളതായിരിക്കണം"},number:{len:"${label} നിർബന്ധമായും ${len}-നു തുല്യമായിരിക്കണം",min:"${label} നിർബന്ധമായും ${min}-ൽ കുറയാൻ പാടില്ല",max:"${label} നിർബന്ധമായും ${max}-ൽ കൂടാൻ പാടില്ല",range:"${label} നിർബന്ധമായും ${min}-നും ${max}-നും ഇടയിൽ ആയിരിക്കണം"},array:{len:"നിർബന്ധമായും ${len} ${label} ഉണ്ടായിരിക്കണം",min:"കുറഞ്ഞപക്ഷം ${min} ${label} എങ്കിലും ഉണ്ടായിരിക്കണം",max:"അങ്ങേയറ്റം ${max} ${label} ആയിരിക്കണം",range:"${label}-ന്റെ എണ്ണം നിർബന്ധമായും ${min}-നും ${max}-നും ഇടയിൽ ആയിരിക്കണം"},pattern:{mismatch:"${label} ${pattern} മാതൃകയുമായി യോജിക്കുന്നില്ല"}}},Image:{preview:`പ്രിവ്യൂ`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/mn_MN.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/mn_MN.js";import t from"../date-picker/locale/mn_MN.js";import n from"../calendar/locale/mn_MN.js";import r from"rc-pagination/lib/locale/mn_MN";const i="${label} нь хүчинтэй ${type} биш",a={locale:`mn-mn`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Сонгоно уу`},Table:{filterTitle:`Хайх цэс`,filterConfirm:`Тийм`,filterReset:`Цэвэрлэх`,filterEmptyText:`Шүүлтүүр байхгүй`,filterCheckall:`Бүх зүйлийг сонгоно уу`,filterSearchPlaceholder:`Шүүлтүүрээс хайх`,emptyText:`Өгөгдөл алга`,selectAll:`Бүгдийг сонгох`,selectInvert:`Бусдыг сонгох`,selectNone:`Бүх өгөгдлийг арилгах`,selectionAll:`Бүх өгөгдлийг сонгоно уу`,sortTitle:`Эрэмбэлэх`,expand:`Мөрийг өргөжүүлэх`,collapse:`Мөрийг буулгах`,triggerDesc:`Буурах байдлаар эрэмбэлэхийн тулд товшино уу`,triggerAsc:`Өсөхөөр эрэмбэлэхийн тулд товшино уу`,cancelSort:`Эрэмбэлэхийг цуцлахын тулд товшино уу`},Modal:{okText:`Тийм`,cancelText:`Цуцлах`,justOkText:`Тийм`},Popconfirm:{okText:`Тийм`,cancelText:`Цуцлах`},Transfer:{titles:[``,``],searchPlaceholder:`Хайх`,itemUnit:`Зүйл`,itemsUnit:`Зүйлүүд`,remove:`Устгах`,selectCurrent:`Одоогийн хуудсыг сонгоно уу`,removeCurrent:`Одоогийн хуудсыг устгана уу`,selectAll:`Бүх өгөгдлийг сонгоно уу`,removeAll:`Бүх өгөгдлийг устгана уу`,selectInvert:`Одоогийн хуудсыг эргүүлэх`},Upload:{uploading:`Хуулж байна...`,removeFile:`Файл устгах`,uploadError:`Хуулахад алдаа гарлаа`,previewFile:`Файлыг түргэн үзэх`,downloadFile:`Файлыг татах`},Empty:{description:`Мэдээлэл байхгүй байна`},Icon:{icon:`дүрс`},Text:{edit:`Засварлах`,copy:`Хуулбарлах`,copied:`Хуулсан`,expand:`Өргөтгөх`},Form:{optional:`(сонголттой)`,defaultValidateMessages:{default:"${label}-ийн талбарын баталгаажуулалтын алдаа",required:"${label} оруулна уу",enum:"${label} нь [${enum}]-ийн нэг байх ёстой",whitespace:"${label} нь хоосон тэмдэгт байж болохгүй",date:{format:"${label} огнооны формат буруу байна",parse:"${label}-г огноо руу хөрвүүлэх боломжгүй",invalid:"${label} нь хүчингүй огноо юм"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} ${len} тэмдэгттэй байх ёстой",min:"${label} хамгийн багадаа ${min} тэмдэгттэй байх ёстой",max:"${label} нь ${max} хүртэлх тэмдэгттэй байх ёстой",range:"${label} ${min}-${max} тэмдэгтийн хооронд байх ёстой"},number:{len:"${label} нь ${len}-тэй тэнцүү байх ёстой",min:"${label} хамгийн багадаа ${min} байх ёстой",max:"${label} дээд тал нь ${max} байх ёстой",range:"${label} ${min}-${max} хооронд байх ёстой"},array:{len:"${len} ${label} байх ёстой",min:"Дор хаяж ${мин} ${label}",max:"Хамгийн ихдээ ${max} ${label}",range:"${label}-н хэмжээ ${min}-${max} хооронд байх ёстой"},pattern:{mismatch:"${label} нь ${pattern} загвартай тохирохгүй байна"}}},Image:{preview:`Урьдчилан үзэх`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/ms_MY.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/ms_MY.js";import t from"../date-picker/locale/ms_MY.js";import n from"../calendar/locale/ms_MY.js";import r from"rc-pagination/lib/locale/ms_MY";const i="${label} bukan ${type} jenis yang sah",a={locale:`ms-my`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Sila pilih`},Table:{filterTitle:`Cari dengan tajuk`,filterConfirm:`OK`,filterReset:`Menetapkan semula`,emptyText:`Tiada data`,selectAll:`Pilih Semua`,selectInvert:`Terbalikkan`,filterEmptyText:`Tiada Saringan`,filterCheckall:`Semak Semua`,filterSearchPlaceholder:`Cari`,selectNone:`Kosong Semua`,selectionAll:`Semua Data`,sortTitle:`Urutkan`,expand:`Buka`,collapse:`Tutup`,triggerDesc:`Turun`,triggerAsc:`Naik`,cancelSort:`Batal Urut`},Modal:{okText:`OK`,cancelText:`Batal`,justOkText:`OK`},Tour:{Next:`Seterusnya`,Previous:`Sebelumnya`,Finish:`Tamat`},Popconfirm:{okText:`OK`,cancelText:`Batal`},Transfer:{titles:[``,``],notFoundContent:`Tidak dijumpai`,searchPlaceholder:`Carian di sini`,itemUnit:`item`,itemsUnit:`item`,remove:`Buang`,selectCurrent:`Pilih Halaman Ini`,removeCurrent:`Buang Dari Halaman Ini`,selectAll:`Pilih Semua`,removeAll:`Buang Semua`,selectInvert:`Balik Pilihan`},Upload:{uploading:`Sedang memuat naik...`,removeFile:`Buang fail`,uploadError:`Masalah muat naik`,previewFile:`Tengok fail`,downloadFile:`Muat turun fail`},Empty:{description:`Tiada data`},Icon:{icon:`ikon`},Text:{edit:`Sunting`,copy:`Salin`,copied:`Berjaya menyalin`,expand:`Kembang`},Form:{optional:`(Opsional)`,defaultValidateMessages:{default:"Ralat pengesahan untuk ${label}",required:"Isi ${label}",enum:"${label} mesti salah satu dari [${enum}]",whitespace:"${label} tidak boleh kosong",date:{format:"Format tarikh ${label} salah",parse:"${label} tidak boleh jadi tarikh",invalid:"${label} adalah tarikh tidak sah"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} mesti ${len} aksara",min:"Min ${min} aksara",max:"Max ${max} aksara",range:"${label} antara ${min}-${max} aksara"},number:{len:"${label} sama dengan ${len}",min:"Min ${min}",max:"Max ${max}",range:"${label} antara ${min}-${max}"},array:{len:"${len} ${label}",min:"Min ${min} ${label}",max:"Max ${max} ${label}",range:"${label} antara ${min}-${max}"},pattern:{mismatch:"${label} tidak sesuai ${pattern}"}}},Image:{preview:`Pratonton`},QRCode:{expired:`Kod QR luput`,refresh:`Segar Semula`},ColorPicker:{presetEmpty:`Tiada`,transparent:`Tidak tembus cahaya`,singleColor:`Warna tunggal`,gradientColor:`Warna gradien`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/my_MM.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/my_MM.js";import t from"../date-picker/locale/my_MM.js";import n from"../calendar/locale/my_MM.js";import r from"rc-pagination/lib/locale/my_MM";const i="${label} သည် တရားဝင် ${type} မဟုတ်ပါ",a={locale:`my`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`ကျေးဇူးပြု၍ ရွေးချယ်ပါ။`},Table:{filterTitle:`စစ်ထုတ်ခြင်း မီနူ`,filterConfirm:`အိုကေ`,filterReset:`ပြန်လည်သတ်မှတ်ပါ။`,filterEmptyText:`စစ်ထုတ်မှုများမရှိပါ။`,filterCheckall:`ပစ္စည်းအားလုံးကို ရွေးပါ။`,filterSearchPlaceholder:`စစ်ထုတ်မှုများတွင် ရှာဖွေပါ။`,selectAll:`လက်ရှိစာမျက်နှာကို ရွေးပါ။`,selectInvert:`လက်ရှိစာမျက်နှာကို ပြောင်းလိုက်ပါ။`,selectNone:`ဒေတာအားလုံးကို ရှင်းလင်းပါ။`,selectionAll:`ဒေတာအားလုံးကို ရွေးပါ။`,sortTitle:`မျိုးတူစု`,expand:`အတန်းချဲ့ပါ။`,collapse:`အတန်းကို ခေါက်သိမ်းပါ။`,cancelSort:`အမျိုးအစားခွဲခြင်းကို ပယ်ဖျက်ရန် နှိပ်ပါ။`},Tour:{Next:`နောက်တစ်ခု`,Previous:`အရင်`,Finish:`ပြီးအောင်`},Modal:{okText:`အိုကေ`,cancelText:`မလုပ်တော့`,justOkText:`အိုကေ`},Popconfirm:{cancelText:`မလုပ်တော့`,okText:`အိုကေ`},Transfer:{titles:[``,``],searchPlaceholder:`ဒီမှာရှာပါ။`,itemUnit:`ပစ္စည်း`,itemsUnit:`ပစ္စည်းများ`,remove:`ဖယ်ရှားပါ။`,selectCurrent:`လက်ရှိစာမျက်နှာကို ရွေးပါ။`,removeCurrent:`လက်ရှိစာမျက်နှာကို ဖယ်ရှားပါ။`,selectAll:`ဒေတာအားလုံးကို ရွေးပါ။`,removeAll:`ဒေတာအားလုံးကို ဖယ်ရှားပါ။`,selectInvert:`လက်ရှိစာမျက်နှာကို ပြောင်းလိုက်ပါ။`},Upload:{uploading:`တင်ခြင်း။...`,removeFile:`ဖိုင်ကို ဖယ်ရှားပါ။`,uploadError:`အပ်လုဒ်အမှား`,previewFile:`ဖိုင်ကို အစမ်းကြည့်ပါ။`,downloadFile:`ဖိုင်ကိုဒေါင်းလုဒ်လုပ်ပါ။`},Empty:{description:`ဒေတာမရှိပါ။`},Icon:{icon:`အိုင်ကွန်`},Text:{edit:`တည်းဖြတ်ပါ။`,copy:`ကော်ပီ`,copied:`ကူးယူသည်။`,expand:`ချဲ့ထွင်ပါ။`},Form:{optional:`(ချန်လှပ်ထားနိုင်သည်)`,defaultValidateMessages:{default:"${label} အတွက် အကွက်အတည်ပြုခြင်း အမှား",required:"${label} ကို ထည့်ပါ",enum:"${label} သည် [${enum}] မှ တစ်ခု ဖြစ်ရမည်",whitespace:"${label} သည် အလွတ်စာလုံးမဖြစ်ရပါ။",date:{format:"${label} ရက်စွဲဖော်မတ်သည် မမှန်ကန်ပါ။",parse:"${label} ကို ရက်စွဲအဖြစ် ပြောင်းလဲ၍မရပါ။",invalid:"${label} သည် မမှန်ကန်သော ရက်စွဲတစ်ခုဖြစ်သည်။"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} သည် ${len} စာလုံးဖြစ်ရမည်။",min:"${label} သည် အနည်းဆုံး စာလုံး ${min} ရှိရမည်။",max:"${label} သည် ${max} စာလုံးအထိ ရှိရပါမည်။",range:"${label} သည် ${min}-${max} စာလုံးကြားရှိရမည်။"},number:{len:"${label} သည် ${len} နှင့် ညီရမည်",min:"${label} သည် အနည်းဆုံး ${min} ဖြစ်ရမည်",max:"${label} သည် အများဆုံး ${max} ဖြစ်ရမည်",range:"${label} သည် ${min}-${max} ကြားရှိရမည်"},array:{len:"${len} ${label} ဖြစ်ရမည်",min:"အနည်းဆုံး ${min} ${label}",max:"အများဆုံး ${max} ${label}",range:"${label} ၏ ပမာဏသည် ${min}-${max} အကြား ဖြစ်ရမည်"},pattern:{mismatch:"${label} သည် ပုံစံ ${pattern} နှင့် မကိုက်ညီပါ"}}},Image:{preview:`စမ်းကြည့်ပါ။`},QRCode:{expired:`QR ကုဒ် သက်တမ်းကုန်သွားပါပြီ။`,refresh:`ပြန်လည်စတင်ပါ။`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/nb_NO.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/nb_NO.js";import t from"../date-picker/locale/nb_NO.js";import n from"../calendar/locale/nb_NO.js";import r from"rc-pagination/lib/locale/nb_NO";const i="${label} er ikke et gyldig ${type}",a={locale:`nb`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Vennligst velg`},Table:{filterTitle:`Filtermeny`,filterConfirm:`OK`,filterReset:`Nullstill`,filterEmptyText:`Ingen filtre`,selectAll:`Velg alle`,selectInvert:`Inverter gjeldende side`,selectionAll:`Velg all data`,sortTitle:`Sorter`,expand:`Utvid rad`,collapse:`Skjul rad`,triggerDesc:`Sorter data i synkende rekkefølge`,triggerAsc:`Sorterer data i stigende rekkefølge`,cancelSort:`Klikk for å avbryte sorteringen`},Modal:{okText:`OK`,cancelText:`Avbryt`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Avbryt`},Transfer:{titles:[``,``],searchPlaceholder:`Søk her`,itemUnit:`element`,itemsUnit:`elementer`,remove:`Fjern`,selectCurrent:`Velg gjeldende side`,removeCurrent:`Fjern gjeldende side`,selectAll:`Velg all data`,removeAll:`Fjern all data`,selectInvert:`Inverter gjeldende side`},Upload:{uploading:`Laster opp...`,removeFile:`Fjern fil`,uploadError:`Feil ved opplastning`,previewFile:`Forhåndsvisning`,downloadFile:`Last ned fil`},Empty:{description:`Ingen data`},Icon:{icon:`ikon`},Text:{edit:`Rediger`,copy:`Kopier`,copied:`Kopiert`,expand:`Utvid`},Form:{defaultValidateMessages:{default:"Feltvalideringsfeil ${label}",required:"Vennligst skriv inn ${label}",enum:"${label} må være en av [${enum}]",whitespace:"${label} kan ikke være et blankt tegn",date:{format:"${label} datoformatet er ugyldig",parse:"${label} kan ikke konverteres til en dato",invalid:"${label} er en ugyldig dato"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} må være ${len} tegn",min:"${label} må minst ha ${min} tegn",max:"${label} opp til ${max} tegn",range:"${label} må være mellom ${min}-${max} tegn"},number:{len:"${label} må være lik ${len}",min:"${label} minimumsverdien er ${min}",max:"${label} maksimumsverdien er ${max}",range:"${label} må være mellom ${min}-${max}"},array:{len:"Må være ${len} ${label}",min:"Må være minst ${min} ${label}",max:"På det meste ${max} ${label}",range:"Totalt av ${label} må være mellom ${min}-${max}"},pattern:{mismatch:"${label} stemmer ikke overens med mønsteret ${pattern}"}}}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/ne_NP.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/en_US.js";import t from"../date-picker/locale/en_US.js";import n from"../calendar/locale/en_US.js";import r from"rc-pagination/lib/locale/en_US";const i="${label} यो एक मान्य ${type} होइन",a={locale:`ne-np`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`कृपया छान्नुहोस्`},Table:{filterTitle:`फिल्टर मेनु`,filterConfirm:`हो`,filterReset:`रीसेट`,filterEmptyText:`कुनै फिल्टर छैन`,filterCheckall:`सबै छान्नु`,filterSearchPlaceholder:`फिल्टर भित्र खोज्नुहोस्`,emptyText:`डाटा छैन`,selectAll:`सबै छान्नुुहोस्`,selectInvert:`छनौट उल्टाउनुहोस`,selectNone:`सबै खाली गर्नुहोस्`,selectionAll:`सबै छान्नु`,sortTitle:`क्रमबद्ध`,expand:`पङ्क्ति विस्तार गर्नुहोस्`,collapse:`पङ्क्ति बन्द गर्नुहोस्`,triggerDesc:`तल क्रमबद्ध गर्न क्लिक गर्नुहोस्`,triggerAsc:`बढ्दो अर्डर गर्न क्लिक गर्नुहोस्`,cancelSort:`क्रमबद्ध नगर्नुहोस्`},Modal:{okText:`हो`,cancelText:`होईन`,justOkText:`हो`},Popconfirm:{okText:`हो`,cancelText:`होईन`},Tour:{Next:`अर्को पाइला`,Previous:`अघिल्लो`,Finish:`भ्रमण अन्त्य गर्नुहोस्`},Transfer:{titles:[``,``],searchPlaceholder:`यहाँ खोज्नुहोस्`,itemUnit:`वस्तु`,itemsUnit:`वस्तुहरू`,remove:`मेटाउन`,selectCurrent:`सबै हालको पृष्ठ चयन गर्नुहोस्`,removeCurrent:`हालको पृष्ठ मेटाउनुहोस्`,selectAll:`सबै छान्नु`,deselectAll:`सबै अचयन गर्नुहोस्`,removeAll:`सबै मेटाउनुहोस्`,selectInvert:`हालको पृष्ठ उल्टाउनुहोस्`},Upload:{uploading:`अपलोड गर्दै...`,removeFile:`फाइल हटाउनुहोस्`,uploadError:`अप्लोडमा समस्या भयो`,previewFile:`फाइल पूर्वावलोकन गर्नुहोस्`,downloadFile:`डाउनलोड फाइल`},Empty:{description:`डाटा छैन`},Icon:{icon:`आइकन`},Text:{edit:`सम्पादन गर्नुहोस्`,copy:`कापी`,copied:`सफलतापूर्वक प्रतिलिपि गरियो`,expand:`विस्तार गर्नुहोस्`,collapse:`बन्द`},Form:{optional:`(ऐच्छिक)`,defaultValidateMessages:{default:"क्षेत्र प्रमाणीकरण त्रुटि${label}",required:"कृपया प्रविष्ट गर्नुहोस्${label}",enum:"${label}ती मध्ये एक हुनुपर्छ[${enum}]",whitespace:"${label}शून्य वर्ण हुन सक्दैन",date:{format:"${label}अमान्य मिति ढाँचा",parse:"${label}मितिमा रूपान्तरण गर्न सकिँदैन",invalid:"${label}अवैध मिति हो"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label}${len}वर्ण हुनुपर्छ",min:"${label}कम्तिमा${min}पात्रहरू",max:"${label}धेरैजसो${max}पात्रहरू",range:"${label}मा हुनुपर्छ${min}-${max}वर्णहरू बीच"},number:{len:"${label}बराबर हुनुपर्छ${len}",min:"${label}न्यूनतम मूल्य छ${min}",max:"${label}अधिकतम मान हो${max}",range:"${label}मा हुनुपर्छ${min}-${max}बीचमा"},array:{len:"हुनै पर्छ${len}व्यक्तिगत${label}",min:"कम्तिमा${min}व्यक्तिगत${label}",max:"धेरैजसो${max}व्यक्तिगत${label}",range:"${label}मात्रा भित्र हुनुपर्छ${min}-${max}बीचमा"},pattern:{mismatch:"${label}ढाँचासँग मेल खाँदैन${pattern}"}}},Image:{preview:`पूर्वावलोकन`},QRCode:{expired:`QR कोडको म्याद सकियो`,refresh:`रिफ्रेस गर्न क्लिक गर्नुहोस्`,scanned:`स्क्यान गरियो`},ColorPicker:{presetEmpty:`अहिलेसम्म कुनै पनि छैन`,transparent:`पारदर्शी`,singleColor:`एक रंग`,gradientColor:`ग्रेडिएण्ट`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/nl_BE.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/nl_BE.js";import t from"../date-picker/locale/nl_BE.js";import n from"../calendar/locale/nl_BE.js";import r from"rc-pagination/lib/locale/nl_BE";const i="${label} is geen geldige ${type}",a={locale:`nl-be`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Maak een selectie`},Table:{cancelSort:`Klik om sortering te annuleren`,collapse:`Rij inklappen`,emptyText:`Geen data`,expand:`Rij uitklappen`,filterConfirm:`OK`,filterEmptyText:`Geen filters`,filterReset:`Reset`,filterTitle:`Filteren`,selectAll:`Selecteer huidige pagina`,selectInvert:`Keer volgorde om`,selectNone:`Maak selectie leeg`,selectionAll:`Selecteer alle data`,sortTitle:`Sorteren`,triggerAsc:`Klik om oplopend te sorteren`,triggerDesc:`Klik om aflopend te sorteren`},Tour:{Next:`Volgende`,Previous:`Vorige`,Finish:`Voltooien`},Modal:{okText:`OK`,cancelText:`Annuleer`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Annuleer`},Transfer:{itemUnit:`item`,itemsUnit:`items`,remove:`Verwijder`,removeAll:`Verwijder alles`,removeCurrent:`Verwijder huidige pagina`,searchPlaceholder:`Zoek hier`,selectAll:`Selecteer alles`,selectCurrent:`Selecteer huidige pagina`,selectInvert:`Huidige pagina omkeren`,titles:[``,``]},Upload:{downloadFile:`Bestand downloaden`,previewFile:`Preview file`,removeFile:`Verwijder bestand`,uploadError:`Fout tijdens uploaden`,uploading:`Uploaden...`},Empty:{description:`Geen gegevens`},Icon:{icon:`icoon`},Text:{edit:`Bewerken`,copy:`kopiëren`,copied:`Gekopieerd`,expand:`Uitklappen`},Form:{optional:`(optioneel)`,defaultValidateMessages:{default:"Validatiefout voor ${label}",required:"Gelieve ${label} in te vullen",enum:"${label} moet één van [${enum}] zijn",whitespace:"${label} mag geen blanco teken zijn",date:{format:"${label} heeft een ongeldig formaat",parse:"${label} kan niet naar een datum omgezet worden",invalid:"${label} is een ongeldige datum"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} moet ${len} karakters lang zijn",min:"${label} moet minimaal ${min} karakters lang zijn",max:"${label} mag maximaal ${max} karakters lang zijn",range:"${label} moet tussen ${min}-${max} karakters lang zijn"},number:{len:"${label} moet gelijk zijn aan ${len}",min:"${label} moet minimaal ${min} zijn",max:"${label} mag maximaal ${max} zijn",range:"${label} moet tussen ${min}-${max} liggen"},array:{len:"Moeten ${len} ${label} zijn",min:"Minimaal ${min} ${label}",max:"maximaal ${max} ${label}",range:"Het aantal ${label} moet tussen ${min}-${max} liggen"},pattern:{mismatch:"${label} komt niet overeen met het patroon ${pattern}"}}},Image:{preview:`Voorbeeld`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/nl_NL.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/nl_NL.js";import t from"../date-picker/locale/nl_NL.js";import n from"../calendar/locale/nl_NL.js";import r from"rc-pagination/lib/locale/nl_NL";const i="${label} is geen geldige ${type}",a={locale:`nl`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Maak een selectie`},Table:{cancelSort:`Klik om sortering te annuleren`,collapse:`Rij inklappen`,emptyText:`Geen data`,expand:`Rij uitklappen`,filterConfirm:`OK`,filterEmptyText:`Geen filters`,filterReset:`Reset`,filterTitle:`Filteren`,selectAll:`Selecteer huidige pagina`,selectInvert:`Keer volgorde om`,selectNone:`Maak selectie leeg`,selectionAll:`Selecteer alle data`,sortTitle:`Sorteren`,triggerAsc:`Klik om oplopend te sorteren`,triggerDesc:`Klik om aflopend te sorteren`},Tour:{Next:`Volgende`,Previous:`Vorige`,Finish:`Voltooien`},Modal:{okText:`OK`,cancelText:`Annuleer`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Annuleer`},Transfer:{itemUnit:`item`,itemsUnit:`items`,remove:`Verwijder`,removeAll:`Verwijder alles`,removeCurrent:`Verwijder huidige pagina`,searchPlaceholder:`Zoek hier`,selectAll:`Selecteer alles`,selectCurrent:`Selecteer huidige pagina`,selectInvert:`Huidige pagina omkeren`,titles:[``,``]},Upload:{downloadFile:`Bestand downloaden`,previewFile:`Preview file`,removeFile:`Verwijder bestand`,uploadError:`Fout tijdens uploaden`,uploading:`Uploaden...`},Empty:{description:`Geen gegevens`},Icon:{icon:`icoon`},Text:{edit:`Bewerken`,copy:`kopiëren`,copied:`Gekopieerd`,expand:`Uitklappen`},Form:{optional:`(optioneel)`,defaultValidateMessages:{default:"Validatiefout voor ${label}",required:"Gelieve ${label} in te vullen",enum:"${label} moet één van [${enum}] zijn",whitespace:"${label} mag geen blanco teken zijn",date:{format:"${label} heeft een ongeldig formaat",parse:"${label} kan niet naar een datum omgezet worden",invalid:"${label} is een ongeldige datum"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} moet ${len} karakters lang zijn",min:"${label} moet minimaal ${min} karakters lang zijn",max:"${label} mag maximaal ${max} karakters lang zijn",range:"${label} moet tussen ${min}-${max} karakters lang zijn"},number:{len:"${label} moet gelijk zijn aan ${len}",min:"${label} moet minimaal ${min} zijn",max:"${label} mag maximaal ${max} zijn",range:"${label} moet tussen ${min}-${max} liggen"},array:{len:"Moeten ${len} ${label} zijn",min:"Minimaal ${min} ${label}",max:"maximaal ${max} ${label}",range:"Het aantal ${label} moet tussen ${min}-${max} liggen"},pattern:{mismatch:"${label} komt niet overeen met het patroon ${pattern}"}}},Image:{preview:`Voorbeeld`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/pl_PL.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/pl_PL.js";import t from"../date-picker/locale/pl_PL.js";import n from"../calendar/locale/pl_PL.js";import r from"rc-pagination/lib/locale/pl_PL";const i="${label} nie posiada poprawnej wartości dla typu ${type}",a={locale:`pl`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Wybierz`},Table:{filterTitle:`Menu filtra`,filterConfirm:`OK`,filterReset:`Usuń filtry`,filterEmptyText:`Brak filtrów`,filterCheckall:`Wybierz wszystkie elementy`,filterSearchPlaceholder:`Szukaj w filtrach`,emptyText:`Brak danych`,selectAll:`Zaznacz bieżącą stronę`,selectInvert:`Odwróć zaznaczenie`,selectNone:`Wyczyść`,selectionAll:`Wybierz wszystkie`,sortTitle:`Sortowanie`,expand:`Rozwiń wiersz`,collapse:`Zwiń wiersz`,triggerDesc:`Sortuj malejąco`,triggerAsc:`Sortuj rosnąco`,cancelSort:`Usuń sortowanie`},Tour:{Next:`Dalej`,Previous:`Wróć`,Finish:`Zakończ`},Modal:{okText:`OK`,cancelText:`Anuluj`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Anuluj`},Transfer:{titles:[``,``],searchPlaceholder:`Szukaj`,itemUnit:`obiekt`,itemsUnit:`obiekty`,remove:`Usuń`,selectCurrent:`Wybierz aktualną stronę`,removeCurrent:`Usuń aktualną stronę`,selectAll:`Wybierz wszystkie`,removeAll:`Usuń wszystkie`,selectInvert:`Odwróć wybór`},Upload:{uploading:`Wysyłanie...`,removeFile:`Usuń plik`,uploadError:`Błąd wysyłania`,previewFile:`Podejrzyj plik`,downloadFile:`Pobieranie pliku`},Empty:{description:`Brak danych`},Icon:{icon:`Ikona`},Text:{edit:`Edytuj`,copy:`Kopiuj`,copied:`Skopiowany`,expand:`Rozwiń`},Form:{optional:`(opcjonalne)`,defaultValidateMessages:{default:"Błąd walidacji dla pola ${label}",required:"Pole ${label} jest wymagane",enum:"Pole ${label} musi posiadać wartość z listy: [${enum}]",whitespace:"Pole ${label} nie może być puste",date:{format:"${label} posiada zły format daty",parse:"${label} nie może zostać zinterpretowane jako data",invalid:"${label} jest niepoprawną datą"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} musi posiadać ${len} znaków",min:"${label} musi posiadać co namniej ${min} znaków",max:"${label} musi posiadać maksymalnie ${max} znaków",range:"${label} musi posiadać między ${min} a ${max} znaków"},number:{len:"${label} musi mieć wartość o długości ${len}",min:"${label} musi mieć wartość większą lub równą ${min}",max:"${label} musi mieć wartość mniejszą lub równą ${max}",range:"${label} musi mieć wartość pomiędzy ${min} a ${max}"},array:{len:"${label} musi posiadać ${len} elementów",min:"${label} musi posiadać co najmniej ${min} elementów",max:"${label} musi posiadać maksymalnie ${max} elementów",range:"${label} musi posiadać między ${min} a ${max} elementów"},pattern:{mismatch:"${label} nie posiada wartości zgodnej ze wzorem ${pattern}"}}},Image:{preview:`Podgląd`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/pt_BR.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/pt_BR.js";import t from"../date-picker/locale/pt_BR.js";import n from"../calendar/locale/pt_BR.js";import r from"rc-pagination/lib/locale/pt_BR";const i="${label} não é um ${type} válido",a={locale:`pt-br`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Por favor escolha`},Table:{filterTitle:`Menu de Filtro`,filterConfirm:`OK`,filterReset:`Resetar`,filterEmptyText:`Sem filtros`,filterCheckall:`Selecionar todos os itens`,filterSearchPlaceholder:`Pesquisar nos filtros`,emptyText:`Sem conteúdo`,selectAll:`Selecionar página atual`,selectInvert:`Inverter seleção`,selectNone:`Apagar todo o conteúdo`,selectionAll:`Selecionar todo o conteúdo`,sortTitle:`Ordenar título`,expand:`Expandir linha`,collapse:`Colapsar linha`,triggerDesc:`Clique organiza por descendente`,triggerAsc:`Clique organiza por ascendente`,cancelSort:`Clique para cancelar organização`},Tour:{Next:`Próximo`,Previous:`Anterior`,Finish:`Finalizar`},Modal:{okText:`OK`,cancelText:`Cancelar`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Cancelar`},Transfer:{titles:[``,``],searchPlaceholder:`Procurar`,itemUnit:`item`,itemsUnit:`items`,remove:`Remover`,selectCurrent:`Selecionar página atual`,removeCurrent:`Remover página atual`,selectAll:`Selecionar todos`,removeAll:`Remover todos`,selectInvert:`Inverter seleção atual`},Upload:{uploading:`Enviando...`,removeFile:`Remover arquivo`,uploadError:`Erro no envio`,previewFile:`Visualizar arquivo`,downloadFile:`Baixar arquivo`},Empty:{description:`Não há dados`},Icon:{icon:`ícone`},Text:{edit:`editar`,copy:`copiar`,copied:`copiado`,expand:`expandir`},Form:{optional:`(opcional)`,defaultValidateMessages:{default:"Erro ${label} na validação de campo",required:"Por favor, insira ${label}",enum:"${label} deve ser um dos seguinte: [${enum}]",whitespace:"${label} não pode ser um carácter vazio",date:{format:" O formato de data ${label} é inválido",parse:"${label} não pode ser convertido para uma data",invalid:"${label} é uma data inválida"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} deve possuir ${len} caracteres",min:"${label} deve possuir ao menos ${min} caracteres",max:"${label} deve possuir no máximo ${max} caracteres",range:"${label} deve possuir entre ${min} e ${max} caracteres"},number:{len:"${label} deve ser igual à ${len}",min:"O valor mínimo de ${label} é ${min}",max:"O valor máximo de ${label} é ${max}",range:"${label} deve estar entre ${min} e ${max}"},array:{len:"Deve ser ${len} ${label}",min:"No mínimo ${min} ${label}",max:"No máximo ${max} ${label}",range:"A quantidade de ${label} deve estar entre ${min} e ${max}"},pattern:{mismatch:"${label} não se encaixa no padrão ${pattern}"}}},Image:{preview:`Pré-visualização`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/pt_PT.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/pt_PT.js";import t from"../date-picker/locale/pt_PT.js";import n from"../calendar/locale/pt_PT.js";import r from"rc-pagination/lib/locale/pt_PT";const i="${label} não é um(a) ${type} válido(a)",a={locale:`pt`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Por favor, selecione`},Table:{filterTitle:`Filtro`,filterConfirm:`Aplicar`,filterReset:`Repor`,filterEmptyText:`Sem filtros`,filterCheckall:`Selecionar todos os itens`,filterSearchPlaceholder:`Pesquisar nos filtros`,emptyText:`Sem dados`,selectAll:`Selecionar página atual`,selectInvert:`Inverter página atual`,selectNone:`Limpar todos os dados`,selectionAll:`Selecionar todos os dados`,sortTitle:`Ordenar`,expand:`Expandir linha`,collapse:`Colapsar linha`,triggerDesc:`Clique para ordenar decrescente`,triggerAsc:`Clique para ordenar crescente`,cancelSort:`Clique para cancelar ordenação`},Tour:{Next:`Próximo`,Previous:`Anterior`,Finish:`Terminar`},Modal:{okText:`OK`,cancelText:`Cancelar`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Cancelar`},Transfer:{titles:[``,``],searchPlaceholder:`Procurar...`,itemUnit:`item`,itemsUnit:`itens`,remove:`Remover`,selectCurrent:`Selecionar página atual`,removeCurrent:`Remover página atual`,selectAll:`Selecionar tudo`,deselectAll:`Desmarcar tudo`,removeAll:`Remover tudo`,selectInvert:`Inverter página actual`},Upload:{uploading:`A carregar...`,removeFile:`Remover`,uploadError:`Erro ao carregar`,previewFile:`Pré-visualizar`,downloadFile:`Descarregar`},Empty:{description:`Sem dados`},Icon:{icon:`ícone`},Text:{edit:`Editar`,copy:`Copiar`,copied:`Copiado`,expand:`Expandir`,collapse:`Colapsar`},Form:{optional:`(opcional)`,defaultValidateMessages:{default:"Erro de validação no campo ${label}",required:"Por favor, introduza ${label}",enum:"${label} deve ser um dos valores [${enum}]",whitespace:"${label} não pode ser um carácter em branco",date:{format:"Formato da data ${label} é inválido",parse:"${label} não pode ser convertido para data",invalid:"${label} é uma data inválida"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} deve ter ${len} caracteres",min:"${label} deve ter pelo menos ${min} caracteres",max:"${label} deve ter até ${max} caracteres",range:"${label} deve ter entre ${min}-${max} caracteres"},number:{len:"${label} deve ser igual a ${len}",min:"${label} deve ser no mínimo ${min}",max:"${label} deve ser no máximo ${max}",range:"${label} deve estar entre ${min}-${max}"},array:{len:"Deve ter ${len} ${label}",min:"Pelo menos ${min} ${label}",max:"No máximo ${max} ${label}",range:"A quantidade de ${label} deve estar entre ${min}-${max}"},pattern:{mismatch:"${label} não corresponde ao padrão ${pattern}"}}},Image:{preview:`Pré-visualizar`},QRCode:{expired:`Código QR expirou`,refresh:`Atualizar`,scanned:`Digitalizado`},ColorPicker:{presetEmpty:`Vazio`,transparent:`Transparente`,singleColor:`Simples`,gradientColor:`Gradiente`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/ro_RO.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/ro_RO.js";import t from"../date-picker/locale/ro_RO.js";import n from"../calendar/locale/ro_RO.js";import r from"rc-pagination/lib/locale/ro_RO";const i="${label} nu conține tipul corect (${type})",a={locale:`ro`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Selectează`},Table:{filterTitle:`Filtrează`,filterConfirm:`OK`,filterReset:`Resetează`,filterEmptyText:`Fără filtre`,emptyText:`Nu există date`,selectAll:`Selectează pagina curentă`,selectInvert:`Inversează pagina curentă`,selectNone:`Șterge selecția`,selectionAll:`Selectează toate datele`,sortTitle:`Ordonează`,expand:`Extinde rândul`,collapse:`Micșorează rândul`,triggerDesc:`Apasă pentru ordonare descrescătoare`,triggerAsc:`Apasă pentru ordonare crescătoare`,cancelSort:`Apasă pentru a anula ordonarea`},Modal:{okText:`OK`,cancelText:`Anulare`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Anulare`},Transfer:{titles:[``,``],searchPlaceholder:`Căutare`,itemUnit:`element`,itemsUnit:`elemente`,remove:`Șterge`,selectCurrent:`Selectează pagina curentă`,removeCurrent:`Șterge pagina curentă`,selectAll:`Selectează toate datele`,removeAll:`Șterge toate datele`,selectInvert:`Inversează pagina curentă`},Upload:{uploading:`Se transferă...`,removeFile:`Înlătură fișierul`,uploadError:`Eroare la upload`,previewFile:`Previzualizare fișier`,downloadFile:`Descărcare fișier`},Empty:{description:`Fără date`},Icon:{icon:`icon`},Text:{edit:`editează`,copy:`copiază`,copied:`copiat`,expand:`extinde`},Form:{optional:`(opțional)`,defaultValidateMessages:{default:"Eroare la validarea câmpului ${label}",required:"Vă rugăm introduceți ${label}",enum:"${label} trebuie să fie una din valorile [${enum}]",whitespace:"${label} nu poate fi gol",date:{format:"${label} - data nu este în formatul corect",parse:"${label} nu poate fi convertit la o dată",invalid:"${label} este o dată invalidă"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} trebuie să conțină ${len} caractere",min:"${label} trebuie să conțină cel puțin ${min} caractere",max:"${label} trebuie să conțină cel mult ${max} caractere",range:"${label} trebuie să conțină între ${min}-${max} caractere"},number:{len:"${label} trebuie să conțină ${len} cifre",min:"${label} trebuie să fie minim ${min}",max:"${label} trebuie să fie maxim ${max}",range:"${label} trebuie să fie între ${min}-${max}"},array:{len:"${label} trebuie să conțină ${len} elemente",min:"${label} trebuie să conțină cel puțin ${min} elemente",max:"${label} trebuie să conțină cel mult ${max} elemente",range:"${label} trebuie să conțină între ${min}-${max} elemente"},pattern:{mismatch:"${label} nu respectă șablonul ${pattern}"}}},Image:{preview:`Preview`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/ru_RU.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };
@@ -0,0 +1 @@
1
+ import e from"../time-picker/locale/ru_RU.js";import t from"../date-picker/locale/ru_RU.js";import n from"../calendar/locale/ru_RU.js";import r from"rc-pagination/lib/locale/ru_RU";const i="${label} не является типом ${type}",a={locale:`ru`,Pagination:r,DatePicker:t,TimePicker:e,Calendar:n,global:{placeholder:`Пожалуйста выберите`},Table:{filterTitle:`Фильтр`,filterConfirm:`OK`,filterReset:`Сбросить`,filterEmptyText:`Без фильтров`,filterCheckall:`Выбрать все элементы`,filterSearchPlaceholder:`Поиск в фильтрах`,emptyText:`Нет данных`,selectAll:`Выбрать всё`,selectInvert:`Инвертировать выбор`,selectNone:`Очистить все данные`,selectionAll:`Выбрать все данные`,sortTitle:`Сортировка`,expand:`Развернуть строку`,collapse:`Свернуть строку`,triggerDesc:`Нажмите для сортировки по убыванию`,triggerAsc:`Нажмите для сортировки по возрастанию`,cancelSort:`Нажмите, чтобы отменить сортировку`},Tour:{Next:`Далее`,Previous:`Назад`,Finish:`Завершить`},Modal:{okText:`OK`,cancelText:`Отмена`,justOkText:`OK`},Popconfirm:{okText:`OK`,cancelText:`Отмена`},Transfer:{titles:[``,``],searchPlaceholder:`Поиск`,itemUnit:`элем.`,itemsUnit:`элем.`,remove:`Удалить`,selectAll:`Выбрать все данные`,deselectAll:`Очистить все данные`,selectCurrent:`Выбрать текущую страницу`,selectInvert:`Инвертировать выбор`,removeAll:`Удалить все данные`,removeCurrent:`Удалить текущую страницу`},Upload:{uploading:`Загрузка...`,removeFile:`Удалить файл`,uploadError:`При загрузке произошла ошибка`,previewFile:`Предпросмотр файла`,downloadFile:`Загрузить файл`},Empty:{description:`Нет данных`},Icon:{icon:`иконка`},Text:{edit:`Редактировать`,copy:`Копировать`,copied:`Скопировано`,expand:`Раскрыть`,collapse:`Свернуть`},Form:{optional:`(необязательно)`,defaultValidateMessages:{default:"Ошибка проверки поля ${label}",required:"Пожалуйста, введите ${label}",enum:"${label} должен быть одним из [${enum}]",whitespace:"${label} не может быть пустым",date:{format:"${label} не правильный формат даты",parse:"${label} не может быть преобразовано в дату",invalid:"${label} не является корректной датой"},types:{string:i,method:i,array:i,object:i,number:i,date:i,boolean:i,integer:i,float:i,regexp:i,email:i,url:i,hex:i},string:{len:"${label} должна быть ${len} символов",min:"${label} должна быть больше или равна ${min} символов",max:"${label} должна быть меньше или равна ${max} символов",range:"Длина ${label} должна быть между ${min}-${max} символами"},number:{len:"${label} должна быть равна ${len}",min:"${label} должна быть больше или равна ${min}",max:"${label} должна быть меньше или равна ${max}",range:"${label} должна быть между ${min}-${max}"},array:{len:"Количество элементов ${label} должно быть равно ${len}",min:"Количество элементов ${label} должно быть больше или равно ${min}",max:"Количество элементов ${label} должно быть меньше или равно ${max}",range:"Количество элементов ${label} должно быть между ${min} и ${max}"},pattern:{mismatch:"${label} не соответствует шаблону ${pattern}"}}},Image:{preview:`Предпросмотр`},QRCode:{expired:`QR-код устарел`,refresh:`Обновить`},ColorPicker:{presetEmpty:`Пустой`,transparent:`Прозрачный`,singleColor:`Один цвет`,gradientColor:`Градиент`}};export{a as default};
@@ -0,0 +1,5 @@
1
+ import { Locale } from "./index.js";
2
+ //#region components/locale/si_LK.d.ts
3
+ declare const localeValues: Locale;
4
+ //#endregion
5
+ export { localeValues as default };