tdesign-react 0.25.3-alpha.1 → 0.25.3-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (713) hide show
  1. package/dist/tdesign.css.map +1 -1
  2. package/dist/tdesign.js +350 -349
  3. package/dist/tdesign.js.map +1 -1
  4. package/dist/tdesign.min.css.map +1 -1
  5. package/dist/tdesign.min.js +1 -1
  6. package/dist/tdesign.min.js.map +1 -1
  7. package/es/_chunks/{dep-4b35aa34.js → dep-0375c14e.js} +1 -1
  8. package/es/_chunks/{dep-4b35aa34.js.map → dep-0375c14e.js.map} +1 -1
  9. package/{esm/_chunks/dep-7e017026.js → es/_chunks/dep-10a0787c.js} +3 -3
  10. package/{esm/_chunks/dep-7e017026.js.map → es/_chunks/dep-10a0787c.js.map} +1 -1
  11. package/{esm/_chunks/dep-e5363865.js → es/_chunks/dep-58ff7bce.js} +2 -2
  12. package/{esm/_chunks/dep-e5363865.js.map → es/_chunks/dep-58ff7bce.js.map} +1 -1
  13. package/es/_chunks/{dep-c26530c4.js → dep-61ebec3a.js} +3 -3
  14. package/{esm/_chunks/dep-c26530c4.js.map → es/_chunks/dep-61ebec3a.js.map} +1 -1
  15. package/{esm/_chunks/dep-21668d59.js → es/_chunks/dep-a467dc80.js} +1 -1
  16. package/{esm/_chunks/dep-21668d59.js.map → es/_chunks/dep-a467dc80.js.map} +1 -1
  17. package/es/_chunks/{dep-224b99d5.js → dep-a4db8247.js} +1 -1
  18. package/{esm/_chunks/dep-224b99d5.js.map → es/_chunks/dep-a4db8247.js.map} +1 -1
  19. package/{esm/_chunks/dep-e6ae4561.js → es/_chunks/dep-a79e0305.js} +5 -5
  20. package/{esm/_chunks/dep-e6ae4561.js.map → es/_chunks/dep-a79e0305.js.map} +1 -1
  21. package/{esm/_chunks/dep-4afdc0f2.js → es/_chunks/dep-b71fa220.js} +1 -1
  22. package/{esm/_chunks/dep-4afdc0f2.js.map → es/_chunks/dep-b71fa220.js.map} +1 -1
  23. package/es/_chunks/{dep-7cd5d204.js → dep-bfb0fb68.js} +3 -3
  24. package/{esm/_chunks/dep-7cd5d204.js.map → es/_chunks/dep-bfb0fb68.js.map} +1 -1
  25. package/es/_chunks/{dep-16671ec7.js → dep-db62e1f1.js} +2 -2
  26. package/{esm/_chunks/dep-16671ec7.js.map → es/_chunks/dep-db62e1f1.js.map} +1 -1
  27. package/es/_chunks/{dep-980a6850.js → dep-e025704b.js} +1 -1
  28. package/{esm/_chunks/dep-980a6850.js.map → es/_chunks/dep-e025704b.js.map} +1 -1
  29. package/es/_util/useAnimation.js +3 -3
  30. package/es/_util/useCommonClassName.js +3 -3
  31. package/es/_util/useConfig.js +3 -3
  32. package/es/_util/useRipple.js +3 -3
  33. package/es/addon/Addon.js +3 -3
  34. package/es/addon/index.js +3 -3
  35. package/es/affix/Affix.js +3 -3
  36. package/es/affix/index.js +3 -3
  37. package/es/alert/Alert.js +3 -3
  38. package/es/alert/index.js +3 -3
  39. package/es/anchor/Anchor.js +5 -5
  40. package/es/anchor/AnchorItem.js +3 -3
  41. package/es/anchor/AnchorTarget.js +3 -3
  42. package/es/anchor/index.js +5 -5
  43. package/es/avatar/AvararGroup.js +4 -4
  44. package/es/avatar/Avatar.js +4 -4
  45. package/es/avatar/index.js +4 -4
  46. package/es/badge/Badge.js +3 -3
  47. package/es/badge/index.js +3 -3
  48. package/es/breadcrumb/Breadcrumb.js +3 -3
  49. package/es/breadcrumb/BreadcrumbItem.js +3 -3
  50. package/es/breadcrumb/index.js +3 -3
  51. package/es/button/Button.js +3 -3
  52. package/es/button/index.js +3 -3
  53. package/es/calendar/Calendar.js +4 -4
  54. package/es/calendar/index.js +4 -4
  55. package/es/cascader/Cascader.js +33 -40
  56. package/es/cascader/Cascader.js.map +1 -1
  57. package/es/cascader/components/InputContent.js +5 -5
  58. package/es/cascader/components/Item.js +4 -4
  59. package/es/cascader/components/Panel.js +4 -4
  60. package/es/cascader/index.js +6 -6
  61. package/es/cascader/utils/inputContent.js +3 -3
  62. package/es/cascader/utils/item.d.ts +1 -6
  63. package/es/cascader/utils/item.js +1 -1
  64. package/es/cascader/utils/item.js.map +1 -1
  65. package/es/checkbox/Checkbox.js +4 -4
  66. package/es/checkbox/CheckboxGroup.js +4 -4
  67. package/es/checkbox/index.js +4 -4
  68. package/es/comment/Comment.js +3 -3
  69. package/es/comment/index.js +3 -3
  70. package/es/common/Check.js +3 -3
  71. package/es/common/FakeArrow.js +3 -3
  72. package/es/config-provider/ConfigContext.js +3 -3
  73. package/es/config-provider/ConfigProvider.js +3 -3
  74. package/es/config-provider/index.js +3 -3
  75. package/es/date-picker/DatePicker.js +9 -9
  76. package/es/date-picker/DatePicker.js.map +1 -1
  77. package/es/date-picker/base/CalendarPresets.js +3 -3
  78. package/es/date-picker/base/Cell.js +3 -3
  79. package/es/date-picker/base/Header.js +3 -3
  80. package/es/date-picker/base/Table.js +3 -3
  81. package/es/date-picker/index.js +3 -3
  82. package/es/date-picker/panel/Date.js +3 -3
  83. package/es/date-picker/panel/DateRange.js +3 -3
  84. package/es/dialog/Dialog.js +3 -3
  85. package/es/dialog/index.js +3 -3
  86. package/es/dialog/plugin.js +3 -3
  87. package/es/divider/Divider.js +3 -3
  88. package/es/divider/index.js +3 -3
  89. package/es/drawer/Drawer.js +3 -3
  90. package/es/drawer/index.js +3 -3
  91. package/es/dropdown/Dropdown.js +6 -6
  92. package/es/dropdown/DropdownItem.js +3 -3
  93. package/es/dropdown/DropdownMenu.js +3 -3
  94. package/es/dropdown/index.js +6 -6
  95. package/es/form/Form.js +7 -7
  96. package/es/form/FormItem.js +7 -7
  97. package/es/form/formModel.js +3 -3
  98. package/es/form/index.js +7 -7
  99. package/es/grid/Col.js +3 -3
  100. package/es/grid/Row.js +3 -3
  101. package/es/grid/index.js +3 -3
  102. package/es/index.js +11 -11
  103. package/es/input/Input.js +3 -3
  104. package/es/input/InputGroup.js +3 -3
  105. package/es/input/index.js +3 -3
  106. package/es/input-number/InputNumber.js +3 -3
  107. package/es/input-number/StepHandler.js +3 -3
  108. package/es/input-number/index.js +3 -3
  109. package/es/layout/Aside.js +3 -3
  110. package/es/layout/Layout.js +3 -3
  111. package/es/layout/index.js +3 -3
  112. package/es/list/List.js +3 -3
  113. package/es/list/ListItem.js +3 -3
  114. package/es/list/ListItemMeta.js +3 -3
  115. package/es/list/index.js +3 -3
  116. package/es/loading/gradient.js +3 -3
  117. package/es/loading/index.js +3 -3
  118. package/es/loading/loading.js +3 -3
  119. package/es/loading/plugin.js +3 -3
  120. package/es/locale/LocalReceiver.js +3 -3
  121. package/es/menu/HeadMenu.js +3 -3
  122. package/es/menu/Menu.js +3 -3
  123. package/es/menu/MenuGroup.js +3 -3
  124. package/es/menu/MenuItem.js +3 -3
  125. package/es/menu/SubMenu.js +3 -3
  126. package/es/menu/index.js +3 -3
  127. package/es/message/Message.js +3 -3
  128. package/es/message/MessageClose.js +3 -3
  129. package/es/message/MessageComponent.js +3 -3
  130. package/es/message/MessageIcon.js +3 -3
  131. package/es/message/index.js +3 -3
  132. package/es/message/useMessageClass.js +3 -3
  133. package/es/notification/Notification.js +4 -4
  134. package/es/notification/NotificationList.js +4 -4
  135. package/es/notification/NotificationPlugin.js +4 -4
  136. package/es/notification/index.js +4 -4
  137. package/es/pagination/Pagination.js +3 -3
  138. package/es/pagination/index.js +3 -3
  139. package/es/popconfirm/PopConfirm.js +3 -3
  140. package/es/popconfirm/PopContent.js +3 -3
  141. package/es/popconfirm/index.js +3 -3
  142. package/es/popup/Popup.js +3 -3
  143. package/es/popup/index.js +3 -3
  144. package/es/progress/Progress.js +3 -3
  145. package/es/progress/index.js +3 -3
  146. package/es/radio/Radio.js +4 -4
  147. package/es/radio/RadioGroup.js +4 -4
  148. package/es/radio/index.js +4 -4
  149. package/es/select/base/Option.js +3 -3
  150. package/es/select/base/OptionGroup.js +3 -3
  151. package/es/select/base/PopupContent.js +3 -3
  152. package/es/select/base/Select.js +3 -3
  153. package/es/select/index.js +3 -3
  154. package/es/select/util/helper.js +3 -3
  155. package/es/select-input/SelectInput.js +3 -3
  156. package/es/select-input/index.js +3 -3
  157. package/es/select-input/useMultiple.js +3 -3
  158. package/es/select-input/useSingle.js +3 -3
  159. package/es/skeleton/Skeleton.js +3 -3
  160. package/es/skeleton/index.js +3 -3
  161. package/es/slider/Slider.js +3 -3
  162. package/es/slider/SliderHandleButton.js +3 -3
  163. package/es/slider/index.js +3 -3
  164. package/es/steps/StepItem.js +3 -3
  165. package/es/steps/Steps.js +3 -3
  166. package/es/steps/index.js +3 -3
  167. package/es/swiper/Swiper.js +3 -3
  168. package/es/swiper/index.js +3 -3
  169. package/es/switch/Switch.js +3 -3
  170. package/es/switch/index.js +3 -3
  171. package/es/table/base/Table.js +3 -3
  172. package/es/table/base/TableAsyncLoadingBody.js +3 -3
  173. package/es/table/base/TableBody.js +3 -3
  174. package/es/table/base/TableCell.js +3 -3
  175. package/es/table/base/TableEmptyBody.js +3 -3
  176. package/es/table/base/TableHeader.js +3 -3
  177. package/es/table/base/TableRow.js +3 -3
  178. package/es/table/enhanced/Table.js +5 -5
  179. package/es/table/enhanced/useTree.js +3 -3
  180. package/es/table/index.js +5 -5
  181. package/es/table/primary/FilterButton.js +5 -5
  182. package/es/table/primary/SorterButton.js +3 -3
  183. package/es/table/primary/Table.js +5 -5
  184. package/es/table/primary/expand-box.js +3 -3
  185. package/es/table/primary/useExpand.js +3 -3
  186. package/es/table/primary/useFilter.js +5 -5
  187. package/es/table/primary/useSelect.js +5 -5
  188. package/es/table/primary/useSorter.js +3 -3
  189. package/es/tabs/TabBar.js +3 -3
  190. package/es/tabs/TabNav.js +3 -3
  191. package/es/tabs/TabNavItem.js +3 -3
  192. package/es/tabs/TabPanel.js +3 -3
  193. package/es/tabs/Tabs.js +3 -3
  194. package/es/tabs/index.js +3 -3
  195. package/es/tabs/useTabClass.js +3 -3
  196. package/es/tag/CheckTag.js +3 -3
  197. package/es/tag/Tag.js +3 -3
  198. package/es/tag/index.js +3 -3
  199. package/es/tag-input/TagInput.js +3 -3
  200. package/es/tag-input/index.js +3 -3
  201. package/es/tag-input/useTagList.js +3 -3
  202. package/es/textarea/Textarea.js +3 -3
  203. package/es/textarea/index.js +3 -3
  204. package/es/time-picker/InputItems.js +3 -3
  205. package/es/time-picker/TimePicker.js +129 -125
  206. package/es/time-picker/TimePicker.js.map +1 -1
  207. package/es/time-picker/TimeRangePicker.js +3 -3
  208. package/es/time-picker/consts.js +3 -3
  209. package/es/time-picker/index.js +3 -3
  210. package/es/time-picker/panel/SinglePanel.js +3 -3
  211. package/es/time-picker/panel/TimePickerPanel.js +3 -3
  212. package/es/time-picker/panel/TimePickerRangePanel.js +3 -3
  213. package/es/tooltip/Tooltip.js +3 -3
  214. package/es/tooltip/index.js +3 -3
  215. package/es/transfer/Transfer.js +6 -6
  216. package/es/transfer/TransferList.js +6 -6
  217. package/es/transfer/index.js +6 -6
  218. package/es/transfer/utils.js +3 -3
  219. package/es/tree/Tree.js +7 -7
  220. package/es/tree/TreeItem.js +4 -4
  221. package/es/tree/index.js +7 -7
  222. package/es/tree/useStore.js +5 -5
  223. package/es/tree/useTreeConfig.js +3 -3
  224. package/es/tree-select/TreeSelect.js +8 -8
  225. package/es/tree-select/TreeSelectInput.js +5 -5
  226. package/es/tree-select/TreeSelectSuffix.js +5 -5
  227. package/es/tree-select/TreeSelectTags.js +3 -3
  228. package/es/tree-select/index.js +8 -8
  229. package/es/tree-select/useTreeSelectConfig.js +3 -3
  230. package/es/upload/dragger.js +3 -3
  231. package/es/upload/hooks/useSizeLimit.js +3 -3
  232. package/es/upload/index.js +6 -6
  233. package/es/upload/themes/dragger-progress.js +3 -3
  234. package/es/upload/themes/flow-list/file-list.js +3 -3
  235. package/es/upload/themes/flow-list/img-list.js +3 -3
  236. package/es/upload/themes/flow-list/index.js +3 -3
  237. package/es/upload/themes/image-card.js +3 -3
  238. package/es/upload/themes/single-file.js +3 -3
  239. package/es/upload/tips.js +3 -3
  240. package/es/upload/upload-trigger.js +3 -3
  241. package/es/upload/upload.js +6 -6
  242. package/esm/_chunks/{dep-4b35aa34.js → dep-0375c14e.js} +1 -1
  243. package/esm/_chunks/{dep-4b35aa34.js.map → dep-0375c14e.js.map} +1 -1
  244. package/{es/_chunks/dep-7e017026.js → esm/_chunks/dep-10a0787c.js} +3 -3
  245. package/{es/_chunks/dep-7e017026.js.map → esm/_chunks/dep-10a0787c.js.map} +1 -1
  246. package/{es/_chunks/dep-e5363865.js → esm/_chunks/dep-58ff7bce.js} +2 -2
  247. package/{es/_chunks/dep-e5363865.js.map → esm/_chunks/dep-58ff7bce.js.map} +1 -1
  248. package/esm/_chunks/{dep-c26530c4.js → dep-61ebec3a.js} +3 -3
  249. package/{es/_chunks/dep-c26530c4.js.map → esm/_chunks/dep-61ebec3a.js.map} +1 -1
  250. package/{es/_chunks/dep-21668d59.js → esm/_chunks/dep-a467dc80.js} +1 -1
  251. package/{es/_chunks/dep-21668d59.js.map → esm/_chunks/dep-a467dc80.js.map} +1 -1
  252. package/esm/_chunks/{dep-224b99d5.js → dep-a4db8247.js} +1 -1
  253. package/{es/_chunks/dep-224b99d5.js.map → esm/_chunks/dep-a4db8247.js.map} +1 -1
  254. package/{es/_chunks/dep-e6ae4561.js → esm/_chunks/dep-a79e0305.js} +5 -5
  255. package/{es/_chunks/dep-e6ae4561.js.map → esm/_chunks/dep-a79e0305.js.map} +1 -1
  256. package/{es/_chunks/dep-4afdc0f2.js → esm/_chunks/dep-b71fa220.js} +1 -1
  257. package/{es/_chunks/dep-4afdc0f2.js.map → esm/_chunks/dep-b71fa220.js.map} +1 -1
  258. package/esm/_chunks/{dep-7cd5d204.js → dep-bfb0fb68.js} +3 -3
  259. package/{es/_chunks/dep-7cd5d204.js.map → esm/_chunks/dep-bfb0fb68.js.map} +1 -1
  260. package/esm/_chunks/{dep-16671ec7.js → dep-db62e1f1.js} +2 -2
  261. package/{es/_chunks/dep-16671ec7.js.map → esm/_chunks/dep-db62e1f1.js.map} +1 -1
  262. package/esm/_chunks/{dep-980a6850.js → dep-e025704b.js} +1 -1
  263. package/{es/_chunks/dep-980a6850.js.map → esm/_chunks/dep-e025704b.js.map} +1 -1
  264. package/esm/_util/useAnimation.js +3 -3
  265. package/esm/_util/useCommonClassName.js +3 -3
  266. package/esm/_util/useConfig.js +3 -3
  267. package/esm/_util/useRipple.js +3 -3
  268. package/esm/addon/Addon.js +3 -3
  269. package/esm/addon/index.js +3 -3
  270. package/esm/affix/Affix.js +3 -3
  271. package/esm/affix/index.js +3 -3
  272. package/esm/alert/Alert.js +3 -3
  273. package/esm/alert/index.js +3 -3
  274. package/esm/anchor/Anchor.js +5 -5
  275. package/esm/anchor/AnchorItem.js +3 -3
  276. package/esm/anchor/AnchorTarget.js +3 -3
  277. package/esm/anchor/index.js +5 -5
  278. package/esm/avatar/AvararGroup.js +4 -4
  279. package/esm/avatar/Avatar.js +4 -4
  280. package/esm/avatar/index.js +4 -4
  281. package/esm/badge/Badge.js +3 -3
  282. package/esm/badge/index.js +3 -3
  283. package/esm/breadcrumb/Breadcrumb.js +3 -3
  284. package/esm/breadcrumb/BreadcrumbItem.js +3 -3
  285. package/esm/breadcrumb/index.js +3 -3
  286. package/esm/button/Button.js +3 -3
  287. package/esm/button/index.js +3 -3
  288. package/esm/calendar/Calendar.js +4 -4
  289. package/esm/calendar/index.js +4 -4
  290. package/esm/cascader/Cascader.js +33 -40
  291. package/esm/cascader/Cascader.js.map +1 -1
  292. package/esm/cascader/components/InputContent.js +5 -5
  293. package/esm/cascader/components/Item.js +4 -4
  294. package/esm/cascader/components/Panel.js +4 -4
  295. package/esm/cascader/index.js +6 -6
  296. package/esm/cascader/utils/inputContent.js +3 -3
  297. package/esm/cascader/utils/item.d.ts +1 -6
  298. package/esm/cascader/utils/item.js +1 -1
  299. package/esm/cascader/utils/item.js.map +1 -1
  300. package/esm/checkbox/Checkbox.js +4 -4
  301. package/esm/checkbox/CheckboxGroup.js +4 -4
  302. package/esm/checkbox/index.js +4 -4
  303. package/esm/comment/Comment.js +3 -3
  304. package/esm/comment/index.js +3 -3
  305. package/esm/common/Check.js +3 -3
  306. package/esm/common/FakeArrow.js +3 -3
  307. package/esm/config-provider/ConfigContext.js +3 -3
  308. package/esm/config-provider/ConfigProvider.js +3 -3
  309. package/esm/config-provider/index.js +3 -3
  310. package/esm/date-picker/DatePicker.js +9 -9
  311. package/esm/date-picker/DatePicker.js.map +1 -1
  312. package/esm/date-picker/base/CalendarPresets.js +3 -3
  313. package/esm/date-picker/base/Cell.js +3 -3
  314. package/esm/date-picker/base/Header.js +3 -3
  315. package/esm/date-picker/base/Table.js +3 -3
  316. package/esm/date-picker/index.js +3 -3
  317. package/esm/date-picker/panel/Date.js +3 -3
  318. package/esm/date-picker/panel/DateRange.js +3 -3
  319. package/esm/dialog/Dialog.js +3 -3
  320. package/esm/dialog/index.js +3 -3
  321. package/esm/dialog/plugin.js +3 -3
  322. package/esm/divider/Divider.js +3 -3
  323. package/esm/divider/index.js +3 -3
  324. package/esm/drawer/Drawer.js +3 -3
  325. package/esm/drawer/index.js +3 -3
  326. package/esm/dropdown/Dropdown.js +6 -6
  327. package/esm/dropdown/DropdownItem.js +3 -3
  328. package/esm/dropdown/DropdownMenu.js +3 -3
  329. package/esm/dropdown/index.js +6 -6
  330. package/esm/form/Form.js +7 -7
  331. package/esm/form/FormItem.js +7 -7
  332. package/esm/form/formModel.js +3 -3
  333. package/esm/form/index.js +7 -7
  334. package/esm/grid/Col.js +3 -3
  335. package/esm/grid/Row.js +3 -3
  336. package/esm/grid/index.js +3 -3
  337. package/esm/index.js +11 -11
  338. package/esm/input/Input.js +3 -3
  339. package/esm/input/InputGroup.js +3 -3
  340. package/esm/input/index.js +3 -3
  341. package/esm/input-number/InputNumber.js +3 -3
  342. package/esm/input-number/StepHandler.js +3 -3
  343. package/esm/input-number/index.js +3 -3
  344. package/esm/layout/Aside.js +3 -3
  345. package/esm/layout/Layout.js +3 -3
  346. package/esm/layout/index.js +3 -3
  347. package/esm/list/List.js +3 -3
  348. package/esm/list/ListItem.js +3 -3
  349. package/esm/list/ListItemMeta.js +3 -3
  350. package/esm/list/index.js +3 -3
  351. package/esm/loading/gradient.js +3 -3
  352. package/esm/loading/index.js +3 -3
  353. package/esm/loading/loading.js +3 -3
  354. package/esm/loading/plugin.js +3 -3
  355. package/esm/locale/LocalReceiver.js +3 -3
  356. package/esm/menu/HeadMenu.js +3 -3
  357. package/esm/menu/Menu.js +3 -3
  358. package/esm/menu/MenuGroup.js +3 -3
  359. package/esm/menu/MenuItem.js +3 -3
  360. package/esm/menu/SubMenu.js +3 -3
  361. package/esm/menu/index.js +3 -3
  362. package/esm/message/Message.js +3 -3
  363. package/esm/message/MessageClose.js +3 -3
  364. package/esm/message/MessageComponent.js +3 -3
  365. package/esm/message/MessageIcon.js +3 -3
  366. package/esm/message/index.js +3 -3
  367. package/esm/message/useMessageClass.js +3 -3
  368. package/esm/notification/Notification.js +4 -4
  369. package/esm/notification/NotificationList.js +4 -4
  370. package/esm/notification/NotificationPlugin.js +4 -4
  371. package/esm/notification/index.js +4 -4
  372. package/esm/pagination/Pagination.js +3 -3
  373. package/esm/pagination/index.js +3 -3
  374. package/esm/popconfirm/PopConfirm.js +3 -3
  375. package/esm/popconfirm/PopContent.js +3 -3
  376. package/esm/popconfirm/index.js +3 -3
  377. package/esm/popup/Popup.js +3 -3
  378. package/esm/popup/index.js +3 -3
  379. package/esm/progress/Progress.js +3 -3
  380. package/esm/progress/index.js +3 -3
  381. package/esm/radio/Radio.js +4 -4
  382. package/esm/radio/RadioGroup.js +4 -4
  383. package/esm/radio/index.js +4 -4
  384. package/esm/select/base/Option.js +3 -3
  385. package/esm/select/base/OptionGroup.js +3 -3
  386. package/esm/select/base/PopupContent.js +3 -3
  387. package/esm/select/base/Select.js +3 -3
  388. package/esm/select/index.js +3 -3
  389. package/esm/select/util/helper.js +3 -3
  390. package/esm/select-input/SelectInput.js +3 -3
  391. package/esm/select-input/index.js +3 -3
  392. package/esm/select-input/useMultiple.js +3 -3
  393. package/esm/select-input/useSingle.js +3 -3
  394. package/esm/skeleton/Skeleton.js +3 -3
  395. package/esm/skeleton/index.js +3 -3
  396. package/esm/slider/Slider.js +3 -3
  397. package/esm/slider/SliderHandleButton.js +3 -3
  398. package/esm/slider/index.js +3 -3
  399. package/esm/steps/StepItem.js +3 -3
  400. package/esm/steps/Steps.js +3 -3
  401. package/esm/steps/index.js +3 -3
  402. package/esm/swiper/Swiper.js +3 -3
  403. package/esm/swiper/index.js +3 -3
  404. package/esm/switch/Switch.js +3 -3
  405. package/esm/switch/index.js +3 -3
  406. package/esm/table/base/Table.js +3 -3
  407. package/esm/table/base/TableAsyncLoadingBody.js +3 -3
  408. package/esm/table/base/TableBody.js +3 -3
  409. package/esm/table/base/TableCell.js +3 -3
  410. package/esm/table/base/TableEmptyBody.js +3 -3
  411. package/esm/table/base/TableHeader.js +3 -3
  412. package/esm/table/base/TableRow.js +3 -3
  413. package/esm/table/enhanced/Table.js +5 -5
  414. package/esm/table/enhanced/useTree.js +3 -3
  415. package/esm/table/index.js +5 -5
  416. package/esm/table/primary/FilterButton.js +5 -5
  417. package/esm/table/primary/SorterButton.js +3 -3
  418. package/esm/table/primary/Table.js +5 -5
  419. package/esm/table/primary/expand-box.js +3 -3
  420. package/esm/table/primary/useExpand.js +3 -3
  421. package/esm/table/primary/useFilter.js +5 -5
  422. package/esm/table/primary/useSelect.js +5 -5
  423. package/esm/table/primary/useSorter.js +3 -3
  424. package/esm/tabs/TabBar.js +3 -3
  425. package/esm/tabs/TabNav.js +3 -3
  426. package/esm/tabs/TabNavItem.js +3 -3
  427. package/esm/tabs/TabPanel.js +3 -3
  428. package/esm/tabs/Tabs.js +3 -3
  429. package/esm/tabs/index.js +3 -3
  430. package/esm/tabs/useTabClass.js +3 -3
  431. package/esm/tag/CheckTag.js +3 -3
  432. package/esm/tag/Tag.js +3 -3
  433. package/esm/tag/index.js +3 -3
  434. package/esm/tag-input/TagInput.js +3 -3
  435. package/esm/tag-input/index.js +3 -3
  436. package/esm/tag-input/useTagList.js +3 -3
  437. package/esm/textarea/Textarea.js +3 -3
  438. package/esm/textarea/index.js +3 -3
  439. package/esm/time-picker/InputItems.js +3 -3
  440. package/esm/time-picker/TimePicker.js +129 -125
  441. package/esm/time-picker/TimePicker.js.map +1 -1
  442. package/esm/time-picker/TimeRangePicker.js +3 -3
  443. package/esm/time-picker/consts.js +3 -3
  444. package/esm/time-picker/index.js +3 -3
  445. package/esm/time-picker/panel/SinglePanel.js +3 -3
  446. package/esm/time-picker/panel/TimePickerPanel.js +3 -3
  447. package/esm/time-picker/panel/TimePickerRangePanel.js +3 -3
  448. package/esm/tooltip/Tooltip.js +3 -3
  449. package/esm/tooltip/index.js +3 -3
  450. package/esm/transfer/Transfer.js +6 -6
  451. package/esm/transfer/TransferList.js +6 -6
  452. package/esm/transfer/index.js +6 -6
  453. package/esm/transfer/utils.js +3 -3
  454. package/esm/tree/Tree.js +7 -7
  455. package/esm/tree/TreeItem.js +4 -4
  456. package/esm/tree/index.js +7 -7
  457. package/esm/tree/useStore.js +5 -5
  458. package/esm/tree/useTreeConfig.js +3 -3
  459. package/esm/tree-select/TreeSelect.js +8 -8
  460. package/esm/tree-select/TreeSelectInput.js +5 -5
  461. package/esm/tree-select/TreeSelectSuffix.js +5 -5
  462. package/esm/tree-select/TreeSelectTags.js +3 -3
  463. package/esm/tree-select/index.js +8 -8
  464. package/esm/tree-select/useTreeSelectConfig.js +3 -3
  465. package/esm/upload/dragger.js +3 -3
  466. package/esm/upload/hooks/useSizeLimit.js +3 -3
  467. package/esm/upload/index.js +6 -6
  468. package/esm/upload/themes/dragger-progress.js +3 -3
  469. package/esm/upload/themes/flow-list/file-list.js +3 -3
  470. package/esm/upload/themes/flow-list/img-list.js +3 -3
  471. package/esm/upload/themes/flow-list/index.js +3 -3
  472. package/esm/upload/themes/image-card.js +3 -3
  473. package/esm/upload/themes/single-file.js +3 -3
  474. package/esm/upload/tips.js +3 -3
  475. package/esm/upload/upload-trigger.js +3 -3
  476. package/esm/upload/upload.js +6 -6
  477. package/lib/_chunks/{dep-cb1cdc62.js → dep-22ee1aac.js} +3 -3
  478. package/lib/_chunks/{dep-cb1cdc62.js.map → dep-22ee1aac.js.map} +1 -1
  479. package/lib/_chunks/{dep-0819af1e.js → dep-454ee25b.js} +3 -3
  480. package/lib/_chunks/{dep-0819af1e.js.map → dep-454ee25b.js.map} +1 -1
  481. package/lib/_chunks/{dep-5cb6eca3.js → dep-51c90313.js} +1 -1
  482. package/lib/_chunks/{dep-5cb6eca3.js.map → dep-51c90313.js.map} +1 -1
  483. package/lib/_chunks/{dep-831366c2.js → dep-5ddb4b56.js} +2 -2
  484. package/lib/_chunks/{dep-831366c2.js.map → dep-5ddb4b56.js.map} +1 -1
  485. package/lib/_chunks/{dep-32b793ca.js → dep-5f7c064a.js} +1 -1
  486. package/lib/_chunks/{dep-32b793ca.js.map → dep-5f7c064a.js.map} +1 -1
  487. package/lib/_chunks/{dep-4a5ed63e.js → dep-620c0825.js} +1 -1
  488. package/lib/_chunks/{dep-4a5ed63e.js.map → dep-620c0825.js.map} +1 -1
  489. package/lib/_chunks/{dep-523fa2b0.js → dep-6c6d6654.js} +3 -3
  490. package/lib/_chunks/{dep-523fa2b0.js.map → dep-6c6d6654.js.map} +1 -1
  491. package/lib/_chunks/{dep-94ac5bc2.js → dep-7fbae1d2.js} +2 -2
  492. package/lib/_chunks/{dep-94ac5bc2.js.map → dep-7fbae1d2.js.map} +1 -1
  493. package/lib/_chunks/{dep-9aad9e16.js → dep-8e45db22.js} +5 -5
  494. package/lib/_chunks/{dep-9aad9e16.js.map → dep-8e45db22.js.map} +1 -1
  495. package/lib/_chunks/{dep-ca07041d.js → dep-946ba137.js} +1 -1
  496. package/lib/_chunks/{dep-ca07041d.js.map → dep-946ba137.js.map} +1 -1
  497. package/lib/_chunks/{dep-f0aa9b09.js → dep-b78364c1.js} +1 -1
  498. package/lib/_chunks/{dep-f0aa9b09.js.map → dep-b78364c1.js.map} +1 -1
  499. package/lib/_util/useAnimation.js +3 -3
  500. package/lib/_util/useCommonClassName.js +3 -3
  501. package/lib/_util/useConfig.js +3 -3
  502. package/lib/_util/useRipple.js +3 -3
  503. package/lib/addon/Addon.js +3 -3
  504. package/lib/addon/index.js +3 -3
  505. package/lib/affix/Affix.js +3 -3
  506. package/lib/affix/index.js +3 -3
  507. package/lib/alert/Alert.js +3 -3
  508. package/lib/alert/index.js +3 -3
  509. package/lib/anchor/Anchor.js +5 -5
  510. package/lib/anchor/AnchorItem.js +3 -3
  511. package/lib/anchor/AnchorTarget.js +3 -3
  512. package/lib/anchor/index.js +5 -5
  513. package/lib/avatar/AvararGroup.js +4 -4
  514. package/lib/avatar/Avatar.js +4 -4
  515. package/lib/avatar/index.js +4 -4
  516. package/lib/badge/Badge.js +3 -3
  517. package/lib/badge/index.js +3 -3
  518. package/lib/breadcrumb/Breadcrumb.js +3 -3
  519. package/lib/breadcrumb/BreadcrumbItem.js +3 -3
  520. package/lib/breadcrumb/index.js +3 -3
  521. package/lib/button/Button.js +3 -3
  522. package/lib/button/index.js +3 -3
  523. package/lib/calendar/Calendar.js +4 -4
  524. package/lib/calendar/index.js +4 -4
  525. package/lib/cascader/Cascader.js +33 -40
  526. package/lib/cascader/Cascader.js.map +1 -1
  527. package/lib/cascader/components/InputContent.js +5 -5
  528. package/lib/cascader/components/Item.js +4 -4
  529. package/lib/cascader/components/Panel.js +4 -4
  530. package/lib/cascader/index.js +6 -6
  531. package/lib/cascader/utils/inputContent.js +3 -3
  532. package/lib/cascader/utils/item.d.ts +1 -6
  533. package/lib/cascader/utils/item.js +1 -1
  534. package/lib/cascader/utils/item.js.map +1 -1
  535. package/lib/checkbox/Checkbox.js +4 -4
  536. package/lib/checkbox/CheckboxGroup.js +4 -4
  537. package/lib/checkbox/index.js +4 -4
  538. package/lib/comment/Comment.js +3 -3
  539. package/lib/comment/index.js +3 -3
  540. package/lib/common/Check.js +3 -3
  541. package/lib/common/FakeArrow.js +3 -3
  542. package/lib/config-provider/ConfigContext.js +3 -3
  543. package/lib/config-provider/ConfigProvider.js +3 -3
  544. package/lib/config-provider/index.js +3 -3
  545. package/lib/date-picker/DatePicker.js +9 -9
  546. package/lib/date-picker/DatePicker.js.map +1 -1
  547. package/lib/date-picker/base/CalendarPresets.js +3 -3
  548. package/lib/date-picker/base/Cell.js +3 -3
  549. package/lib/date-picker/base/Header.js +3 -3
  550. package/lib/date-picker/base/Table.js +3 -3
  551. package/lib/date-picker/index.js +3 -3
  552. package/lib/date-picker/panel/Date.js +3 -3
  553. package/lib/date-picker/panel/DateRange.js +3 -3
  554. package/lib/dialog/Dialog.js +3 -3
  555. package/lib/dialog/index.js +3 -3
  556. package/lib/dialog/plugin.js +3 -3
  557. package/lib/divider/Divider.js +3 -3
  558. package/lib/divider/index.js +3 -3
  559. package/lib/drawer/Drawer.js +3 -3
  560. package/lib/drawer/index.js +3 -3
  561. package/lib/dropdown/Dropdown.js +6 -6
  562. package/lib/dropdown/DropdownItem.js +3 -3
  563. package/lib/dropdown/DropdownMenu.js +3 -3
  564. package/lib/dropdown/index.js +6 -6
  565. package/lib/form/Form.js +7 -7
  566. package/lib/form/FormItem.js +7 -7
  567. package/lib/form/formModel.js +3 -3
  568. package/lib/form/index.js +7 -7
  569. package/lib/grid/Col.js +3 -3
  570. package/lib/grid/Row.js +3 -3
  571. package/lib/grid/index.js +3 -3
  572. package/lib/index-lib.js +11 -11
  573. package/lib/index.js +11 -11
  574. package/lib/input/Input.js +3 -3
  575. package/lib/input/InputGroup.js +3 -3
  576. package/lib/input/index.js +3 -3
  577. package/lib/input-number/InputNumber.js +3 -3
  578. package/lib/input-number/StepHandler.js +3 -3
  579. package/lib/input-number/index.js +3 -3
  580. package/lib/layout/Aside.js +3 -3
  581. package/lib/layout/Layout.js +3 -3
  582. package/lib/layout/index.js +3 -3
  583. package/lib/list/List.js +3 -3
  584. package/lib/list/ListItem.js +3 -3
  585. package/lib/list/ListItemMeta.js +3 -3
  586. package/lib/list/index.js +3 -3
  587. package/lib/loading/gradient.js +3 -3
  588. package/lib/loading/index.js +3 -3
  589. package/lib/loading/loading.js +3 -3
  590. package/lib/loading/plugin.js +3 -3
  591. package/lib/locale/LocalReceiver.js +3 -3
  592. package/lib/menu/HeadMenu.js +3 -3
  593. package/lib/menu/Menu.js +3 -3
  594. package/lib/menu/MenuGroup.js +3 -3
  595. package/lib/menu/MenuItem.js +3 -3
  596. package/lib/menu/SubMenu.js +3 -3
  597. package/lib/menu/index.js +3 -3
  598. package/lib/message/Message.js +3 -3
  599. package/lib/message/MessageClose.js +3 -3
  600. package/lib/message/MessageComponent.js +3 -3
  601. package/lib/message/MessageIcon.js +3 -3
  602. package/lib/message/index.js +3 -3
  603. package/lib/message/useMessageClass.js +3 -3
  604. package/lib/notification/Notification.js +4 -4
  605. package/lib/notification/NotificationList.js +4 -4
  606. package/lib/notification/NotificationPlugin.js +4 -4
  607. package/lib/notification/index.js +4 -4
  608. package/lib/pagination/Pagination.js +3 -3
  609. package/lib/pagination/index.js +3 -3
  610. package/lib/popconfirm/PopConfirm.js +3 -3
  611. package/lib/popconfirm/PopContent.js +3 -3
  612. package/lib/popconfirm/index.js +3 -3
  613. package/lib/popup/Popup.js +3 -3
  614. package/lib/popup/index.js +3 -3
  615. package/lib/progress/Progress.js +3 -3
  616. package/lib/progress/index.js +3 -3
  617. package/lib/radio/Radio.js +4 -4
  618. package/lib/radio/RadioGroup.js +4 -4
  619. package/lib/radio/index.js +4 -4
  620. package/lib/select/base/Option.js +3 -3
  621. package/lib/select/base/OptionGroup.js +3 -3
  622. package/lib/select/base/PopupContent.js +3 -3
  623. package/lib/select/base/Select.js +3 -3
  624. package/lib/select/index.js +3 -3
  625. package/lib/select/util/helper.js +3 -3
  626. package/lib/select-input/SelectInput.js +3 -3
  627. package/lib/select-input/index.js +3 -3
  628. package/lib/select-input/useMultiple.js +3 -3
  629. package/lib/select-input/useSingle.js +3 -3
  630. package/lib/skeleton/Skeleton.js +3 -3
  631. package/lib/skeleton/index.js +3 -3
  632. package/lib/slider/Slider.js +3 -3
  633. package/lib/slider/SliderHandleButton.js +3 -3
  634. package/lib/slider/index.js +3 -3
  635. package/lib/steps/StepItem.js +3 -3
  636. package/lib/steps/Steps.js +3 -3
  637. package/lib/steps/index.js +3 -3
  638. package/lib/swiper/Swiper.js +3 -3
  639. package/lib/swiper/index.js +3 -3
  640. package/lib/switch/Switch.js +3 -3
  641. package/lib/switch/index.js +3 -3
  642. package/lib/table/base/Table.js +3 -3
  643. package/lib/table/base/TableAsyncLoadingBody.js +3 -3
  644. package/lib/table/base/TableBody.js +3 -3
  645. package/lib/table/base/TableCell.js +3 -3
  646. package/lib/table/base/TableEmptyBody.js +3 -3
  647. package/lib/table/base/TableHeader.js +3 -3
  648. package/lib/table/base/TableRow.js +3 -3
  649. package/lib/table/enhanced/Table.js +5 -5
  650. package/lib/table/enhanced/useTree.js +3 -3
  651. package/lib/table/index.js +5 -5
  652. package/lib/table/primary/FilterButton.js +5 -5
  653. package/lib/table/primary/SorterButton.js +3 -3
  654. package/lib/table/primary/Table.js +5 -5
  655. package/lib/table/primary/expand-box.js +3 -3
  656. package/lib/table/primary/useExpand.js +3 -3
  657. package/lib/table/primary/useFilter.js +5 -5
  658. package/lib/table/primary/useSelect.js +5 -5
  659. package/lib/table/primary/useSorter.js +3 -3
  660. package/lib/tabs/TabBar.js +3 -3
  661. package/lib/tabs/TabNav.js +3 -3
  662. package/lib/tabs/TabNavItem.js +3 -3
  663. package/lib/tabs/TabPanel.js +3 -3
  664. package/lib/tabs/Tabs.js +3 -3
  665. package/lib/tabs/index.js +3 -3
  666. package/lib/tabs/useTabClass.js +3 -3
  667. package/lib/tag/CheckTag.js +3 -3
  668. package/lib/tag/Tag.js +3 -3
  669. package/lib/tag/index.js +3 -3
  670. package/lib/tag-input/TagInput.js +3 -3
  671. package/lib/tag-input/index.js +3 -3
  672. package/lib/tag-input/useTagList.js +3 -3
  673. package/lib/textarea/Textarea.js +3 -3
  674. package/lib/textarea/index.js +3 -3
  675. package/lib/time-picker/InputItems.js +3 -3
  676. package/lib/time-picker/TimePicker.js +131 -127
  677. package/lib/time-picker/TimePicker.js.map +1 -1
  678. package/lib/time-picker/TimeRangePicker.js +3 -3
  679. package/lib/time-picker/consts.js +3 -3
  680. package/lib/time-picker/index.js +3 -3
  681. package/lib/time-picker/panel/SinglePanel.js +3 -3
  682. package/lib/time-picker/panel/TimePickerPanel.js +3 -3
  683. package/lib/time-picker/panel/TimePickerRangePanel.js +3 -3
  684. package/lib/tooltip/Tooltip.js +3 -3
  685. package/lib/tooltip/index.js +3 -3
  686. package/lib/transfer/Transfer.js +6 -6
  687. package/lib/transfer/TransferList.js +6 -6
  688. package/lib/transfer/index.js +6 -6
  689. package/lib/transfer/utils.js +3 -3
  690. package/lib/tree/Tree.js +7 -7
  691. package/lib/tree/TreeItem.js +4 -4
  692. package/lib/tree/index.js +7 -7
  693. package/lib/tree/useStore.js +5 -5
  694. package/lib/tree/useTreeConfig.js +3 -3
  695. package/lib/tree-select/TreeSelect.js +8 -8
  696. package/lib/tree-select/TreeSelectInput.js +5 -5
  697. package/lib/tree-select/TreeSelectSuffix.js +5 -5
  698. package/lib/tree-select/TreeSelectTags.js +3 -3
  699. package/lib/tree-select/index.js +8 -8
  700. package/lib/tree-select/useTreeSelectConfig.js +3 -3
  701. package/lib/upload/dragger.js +3 -3
  702. package/lib/upload/hooks/useSizeLimit.js +3 -3
  703. package/lib/upload/index.js +6 -6
  704. package/lib/upload/themes/dragger-progress.js +3 -3
  705. package/lib/upload/themes/flow-list/file-list.js +3 -3
  706. package/lib/upload/themes/flow-list/img-list.js +3 -3
  707. package/lib/upload/themes/flow-list/index.js +3 -3
  708. package/lib/upload/themes/image-card.js +3 -3
  709. package/lib/upload/themes/single-file.js +3 -3
  710. package/lib/upload/tips.js +3 -3
  711. package/lib/upload/upload-trigger.js +3 -3
  712. package/lib/upload/upload.js +6 -6
  713. package/package.json +1 -1
package/dist/tdesign.js CHANGED
@@ -38792,91 +38792,95 @@
38792
38792
  module.exports = e() ;
38793
38793
  }(commonjsGlobal, function () {
38794
38794
 
38795
- var t = "millisecond",
38796
- e = "second",
38797
- n = "minute",
38798
- r = "hour",
38799
- i = "day",
38800
- s = "week",
38801
- u = "month",
38802
- a = "quarter",
38803
- o = "year",
38804
- f = "date",
38805
- h = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[^0-9]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?.?(\d+)?$/,
38806
- c = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,
38807
- d = {
38795
+ var t = 1e3,
38796
+ e = 6e4,
38797
+ n = 36e5,
38798
+ r = "millisecond",
38799
+ i = "second",
38800
+ s = "minute",
38801
+ u = "hour",
38802
+ a = "day",
38803
+ o = "week",
38804
+ f = "month",
38805
+ h = "quarter",
38806
+ c = "year",
38807
+ d = "date",
38808
+ $ = "Invalid Date",
38809
+ l = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,
38810
+ y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,
38811
+ M = {
38808
38812
  name: "en",
38809
38813
  weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),
38810
38814
  months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_")
38811
38815
  },
38812
- $ = function $(t, e, n) {
38816
+ m = function m(t, e, n) {
38813
38817
  var r = String(t);
38814
38818
  return !r || r.length >= e ? t : "" + Array(e + 1 - r.length).join(n) + t;
38815
38819
  },
38816
- l = {
38817
- s: $,
38820
+ g = {
38821
+ s: m,
38818
38822
  z: function z(t) {
38819
38823
  var e = -t.utcOffset(),
38820
38824
  n = Math.abs(e),
38821
38825
  r = Math.floor(n / 60),
38822
38826
  i = n % 60;
38823
- return (e <= 0 ? "+" : "-") + $(r, 2, "0") + ":" + $(i, 2, "0");
38827
+ return (e <= 0 ? "+" : "-") + m(r, 2, "0") + ":" + m(i, 2, "0");
38824
38828
  },
38825
38829
  m: function t(e, n) {
38826
38830
  if (e.date() < n.date()) return -t(n, e);
38827
38831
  var r = 12 * (n.year() - e.year()) + (n.month() - e.month()),
38828
- i = e.clone().add(r, u),
38832
+ i = e.clone().add(r, f),
38829
38833
  s = n - i < 0,
38830
- a = e.clone().add(r + (s ? -1 : 1), u);
38831
- return +(-(r + (n - i) / (s ? i - a : a - i)) || 0);
38834
+ u = e.clone().add(r + (s ? -1 : 1), f);
38835
+ return +(-(r + (n - i) / (s ? i - u : u - i)) || 0);
38832
38836
  },
38833
38837
  a: function a(t) {
38834
38838
  return t < 0 ? Math.ceil(t) || 0 : Math.floor(t);
38835
38839
  },
38836
- p: function p(h) {
38840
+ p: function p(t) {
38837
38841
  return {
38838
- M: u,
38839
- y: o,
38840
- w: s,
38841
- d: i,
38842
- D: f,
38843
- h: r,
38844
- m: n,
38845
- s: e,
38846
- ms: t,
38847
- Q: a
38848
- }[h] || String(h || "").toLowerCase().replace(/s$/, "");
38842
+ M: f,
38843
+ y: c,
38844
+ w: o,
38845
+ d: a,
38846
+ D: d,
38847
+ h: u,
38848
+ m: s,
38849
+ s: i,
38850
+ ms: r,
38851
+ Q: h
38852
+ }[t] || String(t || "").toLowerCase().replace(/s$/, "");
38849
38853
  },
38850
38854
  u: function u(t) {
38851
38855
  return void 0 === t;
38852
38856
  }
38853
38857
  },
38854
- y = "en",
38855
- M = {};
38858
+ D = "en",
38859
+ v = {};
38856
38860
 
38857
- M[y] = d;
38861
+ v[D] = M;
38858
38862
 
38859
- var m = function m(t) {
38860
- return t instanceof S;
38863
+ var p = function p(t) {
38864
+ return t instanceof _;
38861
38865
  },
38862
- D = function D(t, e, n) {
38866
+ S = function S(t, e, n) {
38863
38867
  var r;
38864
- if (!t) return y;
38865
- if ("string" == typeof t) M[t] && (r = t), e && (M[t] = e, r = t);else {
38868
+ if (!t) return D;
38869
+ if ("string" == typeof t) v[t] && (r = t), e && (v[t] = e, r = t);else {
38866
38870
  var i = t.name;
38867
- M[i] = t, r = i;
38871
+ v[i] = t, r = i;
38868
38872
  }
38869
- return !n && r && (y = r), r || !n && y;
38873
+ return !n && r && (D = r), r || !n && D;
38870
38874
  },
38871
- v = function v(t, e) {
38872
- if (m(t)) return t.clone();
38875
+ w = function w(t, e) {
38876
+ if (p(t)) return t.clone();
38873
38877
  var n = "object" == _typeof(e) ? e : {};
38874
- return n.date = t, n.args = arguments, new S(n);
38878
+ return n.date = t, n.args = arguments, new _(n);
38875
38879
  },
38876
- g = l;
38880
+ O = g;
38877
38881
 
38878
- g.l = D, g.i = m, g.w = function (t, e) {
38879
- return v(t, {
38882
+ O.l = S, O.i = p, O.w = function (t, e) {
38883
+ return w(t, {
38880
38884
  locale: e.$L,
38881
38885
  utc: e.$u,
38882
38886
  x: e.$x,
@@ -38884,22 +38888,22 @@
38884
38888
  });
38885
38889
  };
38886
38890
 
38887
- var S = function () {
38888
- function d(t) {
38889
- this.$L = D(t.locale, null, !0), this.parse(t);
38891
+ var _ = function () {
38892
+ function M(t) {
38893
+ this.$L = S(t.locale, null, !0), this.parse(t);
38890
38894
  }
38891
38895
 
38892
- var $ = d.prototype;
38893
- return $.parse = function (t) {
38896
+ var m = M.prototype;
38897
+ return m.parse = function (t) {
38894
38898
  this.$d = function (t) {
38895
38899
  var e = t.date,
38896
38900
  n = t.utc;
38897
38901
  if (null === e) return new Date(NaN);
38898
- if (g.u(e)) return new Date();
38902
+ if (O.u(e)) return new Date();
38899
38903
  if (e instanceof Date) return new Date(e);
38900
38904
 
38901
38905
  if ("string" == typeof e && !/Z$/i.test(e)) {
38902
- var r = e.match(h);
38906
+ var r = e.match(l);
38903
38907
 
38904
38908
  if (r) {
38905
38909
  var i = r[2] - 1 || 0,
@@ -38910,128 +38914,128 @@
38910
38914
 
38911
38915
  return new Date(e);
38912
38916
  }(t), this.$x = t.x || {}, this.init();
38913
- }, $.init = function () {
38917
+ }, m.init = function () {
38914
38918
  var t = this.$d;
38915
38919
  this.$y = t.getFullYear(), this.$M = t.getMonth(), this.$D = t.getDate(), this.$W = t.getDay(), this.$H = t.getHours(), this.$m = t.getMinutes(), this.$s = t.getSeconds(), this.$ms = t.getMilliseconds();
38916
- }, $.$utils = function () {
38917
- return g;
38918
- }, $.isValid = function () {
38919
- return !("Invalid Date" === this.$d.toString());
38920
- }, $.isSame = function (t, e) {
38921
- var n = v(t);
38920
+ }, m.$utils = function () {
38921
+ return O;
38922
+ }, m.isValid = function () {
38923
+ return !(this.$d.toString() === $);
38924
+ }, m.isSame = function (t, e) {
38925
+ var n = w(t);
38922
38926
  return this.startOf(e) <= n && n <= this.endOf(e);
38923
- }, $.isAfter = function (t, e) {
38924
- return v(t) < this.startOf(e);
38925
- }, $.isBefore = function (t, e) {
38926
- return this.endOf(e) < v(t);
38927
- }, $.$g = function (t, e, n) {
38928
- return g.u(t) ? this[e] : this.set(n, t);
38929
- }, $.unix = function () {
38927
+ }, m.isAfter = function (t, e) {
38928
+ return w(t) < this.startOf(e);
38929
+ }, m.isBefore = function (t, e) {
38930
+ return this.endOf(e) < w(t);
38931
+ }, m.$g = function (t, e, n) {
38932
+ return O.u(t) ? this[e] : this.set(n, t);
38933
+ }, m.unix = function () {
38930
38934
  return Math.floor(this.valueOf() / 1e3);
38931
- }, $.valueOf = function () {
38935
+ }, m.valueOf = function () {
38932
38936
  return this.$d.getTime();
38933
- }, $.startOf = function (t, a) {
38934
- var h = this,
38935
- c = !!g.u(a) || a,
38936
- d = g.p(t),
38937
+ }, m.startOf = function (t, e) {
38938
+ var n = this,
38939
+ r = !!O.u(e) || e,
38940
+ h = O.p(t),
38937
38941
  $ = function $(t, e) {
38938
- var n = g.w(h.$u ? Date.UTC(h.$y, e, t) : new Date(h.$y, e, t), h);
38939
- return c ? n : n.endOf(i);
38942
+ var i = O.w(n.$u ? Date.UTC(n.$y, e, t) : new Date(n.$y, e, t), n);
38943
+ return r ? i : i.endOf(a);
38940
38944
  },
38941
38945
  l = function l(t, e) {
38942
- return g.w(h.toDate()[t].apply(h.toDate("s"), (c ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e)), h);
38946
+ return O.w(n.toDate()[t].apply(n.toDate("s"), (r ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e)), n);
38943
38947
  },
38944
38948
  y = this.$W,
38945
38949
  M = this.$M,
38946
38950
  m = this.$D,
38947
- D = "set" + (this.$u ? "UTC" : "");
38951
+ g = "set" + (this.$u ? "UTC" : "");
38952
+
38953
+ switch (h) {
38954
+ case c:
38955
+ return r ? $(1, 0) : $(31, 11);
38956
+
38957
+ case f:
38958
+ return r ? $(1, M) : $(0, M + 1);
38948
38959
 
38949
- switch (d) {
38950
38960
  case o:
38951
- return c ? $(1, 0) : $(31, 11);
38961
+ var D = this.$locale().weekStart || 0,
38962
+ v = (y < D ? y + 7 : y) - D;
38963
+ return $(r ? m - v : m + (6 - v), M);
38964
+
38965
+ case a:
38966
+ case d:
38967
+ return l(g + "Hours", 0);
38952
38968
 
38953
38969
  case u:
38954
- return c ? $(1, M) : $(0, M + 1);
38970
+ return l(g + "Minutes", 1);
38955
38971
 
38956
38972
  case s:
38957
- var v = this.$locale().weekStart || 0,
38958
- S = (y < v ? y + 7 : y) - v;
38959
- return $(c ? m - S : m + (6 - S), M);
38973
+ return l(g + "Seconds", 2);
38960
38974
 
38961
38975
  case i:
38962
- case f:
38963
- return l(D + "Hours", 0);
38964
-
38965
- case r:
38966
- return l(D + "Minutes", 1);
38967
-
38968
- case n:
38969
- return l(D + "Seconds", 2);
38970
-
38971
- case e:
38972
- return l(D + "Milliseconds", 3);
38976
+ return l(g + "Milliseconds", 3);
38973
38977
 
38974
38978
  default:
38975
38979
  return this.clone();
38976
38980
  }
38977
- }, $.endOf = function (t) {
38981
+ }, m.endOf = function (t) {
38978
38982
  return this.startOf(t, !1);
38979
- }, $.$set = function (s, a) {
38980
- var h,
38981
- c = g.p(s),
38982
- d = "set" + (this.$u ? "UTC" : ""),
38983
- $ = (h = {}, h[i] = d + "Date", h[f] = d + "Date", h[u] = d + "Month", h[o] = d + "FullYear", h[r] = d + "Hours", h[n] = d + "Minutes", h[e] = d + "Seconds", h[t] = d + "Milliseconds", h)[c],
38984
- l = c === i ? this.$D + (a - this.$W) : a;
38985
-
38986
- if (c === u || c === o) {
38987
- var y = this.clone().set(f, 1);
38988
- y.$d[$](l), y.init(), this.$d = y.set(f, Math.min(this.$D, y.daysInMonth())).$d;
38983
+ }, m.$set = function (t, e) {
38984
+ var n,
38985
+ o = O.p(t),
38986
+ h = "set" + (this.$u ? "UTC" : ""),
38987
+ $ = (n = {}, n[a] = h + "Date", n[d] = h + "Date", n[f] = h + "Month", n[c] = h + "FullYear", n[u] = h + "Hours", n[s] = h + "Minutes", n[i] = h + "Seconds", n[r] = h + "Milliseconds", n)[o],
38988
+ l = o === a ? this.$D + (e - this.$W) : e;
38989
+
38990
+ if (o === f || o === c) {
38991
+ var y = this.clone().set(d, 1);
38992
+ y.$d[$](l), y.init(), this.$d = y.set(d, Math.min(this.$D, y.daysInMonth())).$d;
38989
38993
  } else $ && this.$d[$](l);
38990
38994
 
38991
38995
  return this.init(), this;
38992
- }, $.set = function (t, e) {
38996
+ }, m.set = function (t, e) {
38993
38997
  return this.clone().$set(t, e);
38994
- }, $.get = function (t) {
38995
- return this[g.p(t)]();
38996
- }, $.add = function (t, a) {
38997
- var f,
38998
- h = this;
38999
- t = Number(t);
39000
-
39001
- var c = g.p(a),
39002
- d = function d(e) {
39003
- var n = v(h);
39004
- return g.w(n.date(n.date() + Math.round(e * t)), h);
38998
+ }, m.get = function (t) {
38999
+ return this[O.p(t)]();
39000
+ }, m.add = function (r, h) {
39001
+ var d,
39002
+ $ = this;
39003
+ r = Number(r);
39004
+
39005
+ var l = O.p(h),
39006
+ y = function y(t) {
39007
+ var e = w($);
39008
+ return O.w(e.date(e.date() + Math.round(t * r)), $);
39005
39009
  };
39006
39010
 
39007
- if (c === u) return this.set(u, this.$M + t);
39008
- if (c === o) return this.set(o, this.$y + t);
39009
- if (c === i) return d(1);
39010
- if (c === s) return d(7);
39011
- var $ = (f = {}, f[n] = 6e4, f[r] = 36e5, f[e] = 1e3, f)[c] || 1,
39012
- l = this.$d.getTime() + t * $;
39013
- return g.w(l, this);
39014
- }, $.subtract = function (t, e) {
39011
+ if (l === f) return this.set(f, this.$M + r);
39012
+ if (l === c) return this.set(c, this.$y + r);
39013
+ if (l === a) return y(1);
39014
+ if (l === o) return y(7);
39015
+ var M = (d = {}, d[s] = e, d[u] = n, d[i] = t, d)[l] || 1,
39016
+ m = this.$d.getTime() + r * M;
39017
+ return O.w(m, this);
39018
+ }, m.subtract = function (t, e) {
39015
39019
  return this.add(-1 * t, e);
39016
- }, $.format = function (t) {
39017
- var e = this;
39018
- if (!this.isValid()) return "Invalid Date";
39020
+ }, m.format = function (t) {
39021
+ var e = this,
39022
+ n = this.$locale();
39023
+ if (!this.isValid()) return n.invalidDate || $;
39019
39024
 
39020
- var n = t || "YYYY-MM-DDTHH:mm:ssZ",
39021
- r = g.z(this),
39022
- i = this.$locale(),
39025
+ var r = t || "YYYY-MM-DDTHH:mm:ssZ",
39026
+ i = O.z(this),
39023
39027
  s = this.$H,
39024
39028
  u = this.$m,
39025
39029
  a = this.$M,
39026
- o = i.weekdays,
39027
- f = i.months,
39028
- h = function h(t, r, i, s) {
39029
- return t && (t[r] || t(e, n)) || i[r].substr(0, s);
39030
+ o = n.weekdays,
39031
+ f = n.months,
39032
+ h = function h(t, n, i, s) {
39033
+ return t && (t[n] || t(e, r)) || i[n].substr(0, s);
39030
39034
  },
39031
- d = function d(t) {
39032
- return g.s(s % 12 || 12, t, "0");
39035
+ c = function c(t) {
39036
+ return O.s(s % 12 || 12, t, "0");
39033
39037
  },
39034
- $ = i.meridiem || function (t, e, n) {
39038
+ d = n.meridiem || function (t, e, n) {
39035
39039
  var r = t < 12 ? "AM" : "PM";
39036
39040
  return n ? r.toLowerCase() : r;
39037
39041
  },
@@ -39039,74 +39043,74 @@
39039
39043
  YY: String(this.$y).slice(-2),
39040
39044
  YYYY: this.$y,
39041
39045
  M: a + 1,
39042
- MM: g.s(a + 1, 2, "0"),
39043
- MMM: h(i.monthsShort, a, f, 3),
39046
+ MM: O.s(a + 1, 2, "0"),
39047
+ MMM: h(n.monthsShort, a, f, 3),
39044
39048
  MMMM: h(f, a),
39045
39049
  D: this.$D,
39046
- DD: g.s(this.$D, 2, "0"),
39050
+ DD: O.s(this.$D, 2, "0"),
39047
39051
  d: String(this.$W),
39048
- dd: h(i.weekdaysMin, this.$W, o, 2),
39049
- ddd: h(i.weekdaysShort, this.$W, o, 3),
39052
+ dd: h(n.weekdaysMin, this.$W, o, 2),
39053
+ ddd: h(n.weekdaysShort, this.$W, o, 3),
39050
39054
  dddd: o[this.$W],
39051
39055
  H: String(s),
39052
- HH: g.s(s, 2, "0"),
39053
- h: d(1),
39054
- hh: d(2),
39055
- a: $(s, u, !0),
39056
- A: $(s, u, !1),
39056
+ HH: O.s(s, 2, "0"),
39057
+ h: c(1),
39058
+ hh: c(2),
39059
+ a: d(s, u, !0),
39060
+ A: d(s, u, !1),
39057
39061
  m: String(u),
39058
- mm: g.s(u, 2, "0"),
39062
+ mm: O.s(u, 2, "0"),
39059
39063
  s: String(this.$s),
39060
- ss: g.s(this.$s, 2, "0"),
39061
- SSS: g.s(this.$ms, 3, "0"),
39062
- Z: r
39064
+ ss: O.s(this.$s, 2, "0"),
39065
+ SSS: O.s(this.$ms, 3, "0"),
39066
+ Z: i
39063
39067
  };
39064
39068
 
39065
- return n.replace(c, function (t, e) {
39066
- return e || l[t] || r.replace(":", "");
39069
+ return r.replace(y, function (t, e) {
39070
+ return e || l[t] || i.replace(":", "");
39067
39071
  });
39068
- }, $.utcOffset = function () {
39072
+ }, m.utcOffset = function () {
39069
39073
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
39070
- }, $.diff = function (t, f, h) {
39071
- var c,
39072
- d = g.p(f),
39073
- $ = v(t),
39074
- l = 6e4 * ($.utcOffset() - this.utcOffset()),
39075
- y = this - $,
39076
- M = g.m(this, $);
39077
- return M = (c = {}, c[o] = M / 12, c[u] = M, c[a] = M / 3, c[s] = (y - l) / 6048e5, c[i] = (y - l) / 864e5, c[r] = y / 36e5, c[n] = y / 6e4, c[e] = y / 1e3, c)[d] || y, h ? M : g.a(M);
39078
- }, $.daysInMonth = function () {
39079
- return this.endOf(u).$D;
39080
- }, $.$locale = function () {
39081
- return M[this.$L];
39082
- }, $.locale = function (t, e) {
39074
+ }, m.diff = function (r, d, $) {
39075
+ var l,
39076
+ y = O.p(d),
39077
+ M = w(r),
39078
+ m = (M.utcOffset() - this.utcOffset()) * e,
39079
+ g = this - M,
39080
+ D = O.m(this, M);
39081
+ return D = (l = {}, l[c] = D / 12, l[f] = D, l[h] = D / 3, l[o] = (g - m) / 6048e5, l[a] = (g - m) / 864e5, l[u] = g / n, l[s] = g / e, l[i] = g / t, l)[y] || g, $ ? D : O.a(D);
39082
+ }, m.daysInMonth = function () {
39083
+ return this.endOf(f).$D;
39084
+ }, m.$locale = function () {
39085
+ return v[this.$L];
39086
+ }, m.locale = function (t, e) {
39083
39087
  if (!t) return this.$L;
39084
39088
  var n = this.clone(),
39085
- r = D(t, e, !0);
39089
+ r = S(t, e, !0);
39086
39090
  return r && (n.$L = r), n;
39087
- }, $.clone = function () {
39088
- return g.w(this.$d, this);
39089
- }, $.toDate = function () {
39091
+ }, m.clone = function () {
39092
+ return O.w(this.$d, this);
39093
+ }, m.toDate = function () {
39090
39094
  return new Date(this.valueOf());
39091
- }, $.toJSON = function () {
39095
+ }, m.toJSON = function () {
39092
39096
  return this.isValid() ? this.toISOString() : null;
39093
- }, $.toISOString = function () {
39097
+ }, m.toISOString = function () {
39094
39098
  return this.$d.toISOString();
39095
- }, $.toString = function () {
39099
+ }, m.toString = function () {
39096
39100
  return this.$d.toUTCString();
39097
- }, d;
39101
+ }, M;
39098
39102
  }(),
39099
- p = S.prototype;
39103
+ b = _.prototype;
39100
39104
 
39101
- return v.prototype = p, [["$ms", t], ["$s", e], ["$m", n], ["$H", r], ["$W", i], ["$M", u], ["$y", o], ["$D", f]].forEach(function (t) {
39102
- p[t[1]] = function (e) {
39105
+ return w.prototype = b, [["$ms", r], ["$s", i], ["$m", s], ["$H", u], ["$W", a], ["$M", f], ["$y", c], ["$D", d]].forEach(function (t) {
39106
+ b[t[1]] = function (e) {
39103
39107
  return this.$g(e, t[0], t[1]);
39104
39108
  };
39105
- }), v.extend = function (t, e) {
39106
- return t.$i || (t(e, S, v), t.$i = !0), v;
39107
- }, v.locale = D, v.isDayjs = m, v.unix = function (t) {
39108
- return v(1e3 * t);
39109
- }, v.en = M[y], v.Ls = M, v.p = {}, v;
39109
+ }), w.extend = function (t, e) {
39110
+ return t.$i || (t(e, _, w), t.$i = !0), w;
39111
+ }, w.locale = S, w.isDayjs = p, w.unix = function (t) {
39112
+ return w(1e3 * t);
39113
+ }, w.en = v[D], w.Ls = v, w.p = {}, w;
39110
39114
  });
39111
39115
  })(dayjs_min);
39112
39116
 
@@ -46124,7 +46128,7 @@
46124
46128
  var _ref2;
46125
46129
 
46126
46130
  var size = cascaderContext.size;
46127
- return ["".concat(prefix, "-cascader__item")].concat(_toConsumableArray(getNodeStatusClass(node, CLASSNAMES, cascaderContext)), [(_ref2 = {}, _defineProperty$2(_ref2, "".concat(prefix, "-cascader__item--with-icon"), node.children), _defineProperty$2(_ref2, "".concat(prefix, "-cascader__item--leaf"), node.isLeaf()), _defineProperty$2(_ref2, CLASSNAMES.SIZE[size], size), _ref2)]);
46131
+ return ["".concat(prefix, "-cascader__item")].concat(_toConsumableArray(getNodeStatusClass(node, CLASSNAMES, cascaderContext)), [CLASSNAMES.SIZE[size], (_ref2 = {}, _defineProperty$2(_ref2, "".concat(prefix, "-cascader__item--with-icon"), !!node.children), _defineProperty$2(_ref2, "".concat(prefix, "-cascader__item--leaf"), node.isLeaf()), _ref2)]);
46128
46132
  }
46129
46133
  function getCascaderItemIconClass(prefix, node, CLASSNAMES, cascaderContext) {
46130
46134
  return ["".concat(prefix, "-cascader__item-icon")].concat(_toConsumableArray(getNodeStatusClass(node, CLASSNAMES, cascaderContext)));
@@ -46893,36 +46897,35 @@
46893
46897
  load = props.load,
46894
46898
  _props$valueMode = props.valueMode,
46895
46899
  valueMode = _props$valueMode === void 0 ? "onlyLeaf" : _props$valueMode;
46900
+ React.useEffect(function () {
46901
+ if (!options.length) return;
46896
46902
 
46897
- var createStore = function createStore(onLoad) {
46898
- var treeProps = {
46899
- keys: keys || {},
46900
- checkable: true,
46901
- checkStrictly: checkStrictly,
46902
- expandMutex: true,
46903
- expandParent: true,
46904
- disabled: disabled,
46905
- load: load,
46906
- lazy: lazy,
46907
- valueMode: valueMode,
46908
- onLoad: onLoad
46909
- };
46910
- var store = new TreeStore(treeProps);
46911
- store.append(options);
46912
- return store;
46913
- };
46903
+ if (!treeStore) {
46904
+ var createStore = function createStore(onLoad) {
46905
+ var treeProps = {
46906
+ onLoad: onLoad,
46907
+ options: options
46908
+ };
46909
+ var store2 = new TreeStore(treeProps);
46910
+ store2.append(options);
46911
+ return store2;
46912
+ };
46914
46913
 
46915
- if (!treeStore) {
46916
- var store = createStore(function () {
46917
- setTimeout(function () {
46914
+ var store = createStore(function () {
46918
46915
  store.refreshNodes();
46919
46916
  treeNodesEffect(inputVal, store, setTreeNodes);
46920
- }, 0);
46921
- });
46922
- setTreeStore(store);
46923
- }
46924
-
46917
+ });
46918
+ setTreeStore(store);
46919
+ } else {
46920
+ if (treeStore.config.options === options) return;
46921
+ treeStore.reload(options);
46922
+ treeStore.refreshNodes();
46923
+ treeStoreExpendEffect(treeStore, value, []);
46924
+ treeNodesEffect(inputVal, treeStore, setTreeNodes);
46925
+ }
46926
+ }, [inputVal, options, value, treeStore]);
46925
46927
  React.useEffect(function () {
46928
+ if (!treeStore) return;
46926
46929
  var treeProps = {
46927
46930
  keys: keys || {},
46928
46931
  checkable: true,
@@ -46932,17 +46935,11 @@
46932
46935
  disabled: disabled,
46933
46936
  load: load,
46934
46937
  lazy: lazy,
46935
- valueMode: valueMode
46938
+ valueMode: valueMode,
46939
+ options: options
46936
46940
  };
46937
46941
  treeStore.setConfig(treeProps);
46938
- }, [checkStrictly, disabled, keys, lazy, load, valueMode, treeStore]);
46939
- React.useEffect(function () {
46940
- if (!treeStore) return;
46941
- treeStore.reload(options);
46942
- treeStore.refreshNodes();
46943
- treeStoreExpendEffect(treeStore, value, []);
46944
- treeNodesEffect(inputVal, treeStore, setTreeNodes);
46945
- }, [inputVal, options, value, treeStore]);
46942
+ }, [checkStrictly, disabled, keys, lazy, load, options, valueMode, treeStore]);
46946
46943
  React.useEffect(function () {
46947
46944
  if (!treeStore) return;
46948
46945
  treeStoreExpendEffect(treeStore, value, expend);
@@ -47007,8 +47004,7 @@
47007
47004
  module.exports = e() ;
47008
47005
  }(commonjsGlobal, function () {
47009
47006
 
47010
- var t,
47011
- e = {
47007
+ var t = {
47012
47008
  LTS: "h:mm:ss A",
47013
47009
  LT: "h:mm A",
47014
47010
  L: "MM/DD/YYYY",
@@ -47016,87 +47012,84 @@
47016
47012
  LLL: "MMMM D, YYYY h:mm A",
47017
47013
  LLLL: "dddd, MMMM D, YYYY h:mm A"
47018
47014
  },
47019
- n = function n(t, _n) {
47020
- return t.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function (t, r, i) {
47021
- var o = i && i.toUpperCase();
47022
- return r || _n[i] || e[i] || _n[o].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function (t, e, n) {
47023
- return e || n.slice(1);
47024
- });
47025
- });
47026
- },
47027
- r = /(\[[^[]*\])|([-:/.()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,
47028
- i = /\d\d/,
47029
- o = /\d\d?/,
47030
- s = /\d*[^\s\d-:/()]+/;
47015
+ e = /(\[[^[]*\])|([-:/.()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,
47016
+ n = /\d\d/,
47017
+ r = /\d\d?/,
47018
+ i = /\d*[^\s\d-_:/()]+/,
47019
+ o = {},
47020
+ s = function s(t) {
47021
+ return (t = +t) + (t > 68 ? 1900 : 2e3);
47022
+ };
47031
47023
 
47032
47024
  var a = function a(t) {
47033
47025
  return function (e) {
47034
47026
  this[t] = +e;
47035
47027
  };
47036
47028
  },
47037
- f = [/[+-]\d\d:?(\d\d)?/, function (t) {
47029
+ f = [/[+-]\d\d:?(\d\d)?|Z/, function (t) {
47038
47030
  (this.zone || (this.zone = {})).offset = function (t) {
47039
47031
  if (!t) return 0;
47032
+ if ("Z" === t) return 0;
47040
47033
  var e = t.match(/([+-]|\d\d)/g),
47041
47034
  n = 60 * e[1] + (+e[2] || 0);
47042
47035
  return 0 === n ? 0 : "+" === e[0] ? -n : n;
47043
47036
  }(t);
47044
47037
  }],
47045
- u = function u(e) {
47046
- var n = t[e];
47047
- return n && (n.indexOf ? n : n.s.concat(n.f));
47038
+ u = function u(t) {
47039
+ var e = o[t];
47040
+ return e && (e.indexOf ? e : e.s.concat(e.f));
47048
47041
  },
47049
- h = function h(e, n) {
47050
- var r,
47051
- i = t.meridiem;
47052
-
47053
- if (i) {
47054
- for (var o = 1; o <= 24; o += 1) {
47055
- if (e.indexOf(i(o, 0, n)) > -1) {
47056
- r = o > 12;
47042
+ h = function h(t, e) {
47043
+ var n,
47044
+ r = o.meridiem;
47045
+
47046
+ if (r) {
47047
+ for (var i = 1; i <= 24; i += 1) {
47048
+ if (t.indexOf(r(i, 0, e)) > -1) {
47049
+ n = i > 12;
47057
47050
  break;
47058
47051
  }
47059
47052
  }
47060
- } else r = e === (n ? "pm" : "PM");
47053
+ } else n = t === (e ? "pm" : "PM");
47061
47054
 
47062
- return r;
47055
+ return n;
47063
47056
  },
47064
47057
  d = {
47065
- A: [s, function (t) {
47058
+ A: [i, function (t) {
47066
47059
  this.afternoon = h(t, !1);
47067
47060
  }],
47068
- a: [s, function (t) {
47061
+ a: [i, function (t) {
47069
47062
  this.afternoon = h(t, !0);
47070
47063
  }],
47071
47064
  S: [/\d/, function (t) {
47072
47065
  this.milliseconds = 100 * +t;
47073
47066
  }],
47074
- SS: [i, function (t) {
47067
+ SS: [n, function (t) {
47075
47068
  this.milliseconds = 10 * +t;
47076
47069
  }],
47077
47070
  SSS: [/\d{3}/, function (t) {
47078
47071
  this.milliseconds = +t;
47079
47072
  }],
47080
- s: [o, a("seconds")],
47081
- ss: [o, a("seconds")],
47082
- m: [o, a("minutes")],
47083
- mm: [o, a("minutes")],
47084
- H: [o, a("hours")],
47085
- h: [o, a("hours")],
47086
- HH: [o, a("hours")],
47087
- hh: [o, a("hours")],
47088
- D: [o, a("day")],
47089
- DD: [i, a("day")],
47090
- Do: [s, function (e) {
47091
- var n = t.ordinal,
47092
- r = e.match(/\d+/);
47093
- if (this.day = r[0], n) for (var i = 1; i <= 31; i += 1) {
47094
- n(i).replace(/\[|\]/g, "") === e && (this.day = i);
47073
+ s: [r, a("seconds")],
47074
+ ss: [r, a("seconds")],
47075
+ m: [r, a("minutes")],
47076
+ mm: [r, a("minutes")],
47077
+ H: [r, a("hours")],
47078
+ h: [r, a("hours")],
47079
+ HH: [r, a("hours")],
47080
+ hh: [r, a("hours")],
47081
+ D: [r, a("day")],
47082
+ DD: [n, a("day")],
47083
+ Do: [i, function (t) {
47084
+ var e = o.ordinal,
47085
+ n = t.match(/\d+/);
47086
+ if (this.day = n[0], e) for (var r = 1; r <= 31; r += 1) {
47087
+ e(r).replace(/\[|\]/g, "") === t && (this.day = r);
47095
47088
  }
47096
47089
  }],
47097
- M: [o, a("month")],
47098
- MM: [i, a("month")],
47099
- MMM: [s, function (t) {
47090
+ M: [r, a("month")],
47091
+ MM: [n, a("month")],
47092
+ MMM: [i, function (t) {
47100
47093
  var e = u("months"),
47101
47094
  n = (u("monthsShort") || e.map(function (t) {
47102
47095
  return t.substr(0, 3);
@@ -47104,90 +47097,73 @@
47104
47097
  if (n < 1) throw new Error();
47105
47098
  this.month = n % 12 || n;
47106
47099
  }],
47107
- MMMM: [s, function (t) {
47100
+ MMMM: [i, function (t) {
47108
47101
  var e = u("months").indexOf(t) + 1;
47109
47102
  if (e < 1) throw new Error();
47110
47103
  this.month = e % 12 || e;
47111
47104
  }],
47112
47105
  Y: [/[+-]?\d+/, a("year")],
47113
- YY: [i, function (t) {
47114
- t = +t, this.year = t + (t > 68 ? 1900 : 2e3);
47106
+ YY: [n, function (t) {
47107
+ this.year = s(t);
47115
47108
  }],
47116
47109
  YYYY: [/\d{4}/, a("year")],
47117
47110
  Z: f,
47118
47111
  ZZ: f
47119
47112
  };
47120
47113
 
47121
- var c = function c(e, i, o) {
47122
- try {
47123
- var s = function (e) {
47124
- for (var i = (e = n(e, t && t.formats)).match(r), o = i.length, s = 0; s < o; s += 1) {
47125
- var a = i[s],
47126
- f = d[a],
47127
- u = f && f[0],
47128
- h = f && f[1];
47129
- i[s] = h ? {
47130
- regex: u,
47131
- parser: h
47132
- } : a.replace(/^\[|\]$/g, "");
47133
- }
47114
+ function c(n) {
47115
+ var r, i;
47116
+ r = n, i = o && o.formats;
47134
47117
 
47135
- return function (t) {
47136
- for (var e = {}, n = 0, r = 0; n < o; n += 1) {
47137
- var s = i[n];
47138
- if ("string" == typeof s) r += s.length;else {
47139
- var a = s.regex,
47140
- f = s.parser,
47141
- u = t.substr(r),
47142
- h = a.exec(u)[0];
47143
- f.call(e, h), t = t.replace(h, "");
47144
- }
47145
- }
47118
+ for (var s = (n = r.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function (e, n, r) {
47119
+ var o = r && r.toUpperCase();
47120
+ return n || i[r] || t[r] || i[o].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function (t, e, n) {
47121
+ return e || n.slice(1);
47122
+ });
47123
+ })).match(e), a = s.length, f = 0; f < a; f += 1) {
47124
+ var u = s[f],
47125
+ h = d[u],
47126
+ c = h && h[0],
47127
+ l = h && h[1];
47128
+ s[f] = l ? {
47129
+ regex: c,
47130
+ parser: l
47131
+ } : u.replace(/^\[|\]$/g, "");
47132
+ }
47133
+
47134
+ return function (t) {
47135
+ for (var e = {}, n = 0, r = 0; n < a; n += 1) {
47136
+ var i = s[n];
47137
+ if ("string" == typeof i) r += i.length;else {
47138
+ var o = i.regex,
47139
+ f = i.parser,
47140
+ u = t.substr(r),
47141
+ h = o.exec(u)[0];
47142
+ f.call(e, h), t = t.replace(h, "");
47143
+ }
47144
+ }
47146
47145
 
47147
- return function (t) {
47148
- var e = t.afternoon;
47146
+ return function (t) {
47147
+ var e = t.afternoon;
47149
47148
 
47150
- if (void 0 !== e) {
47151
- var n = t.hours;
47152
- e ? n < 12 && (t.hours += 12) : 12 === n && (t.hours = 0), delete t.afternoon;
47153
- }
47154
- }(e), e;
47155
- };
47156
- }(i)(e),
47157
- a = s.year,
47158
- f = s.month,
47159
- u = s.day,
47160
- h = s.hours,
47161
- c = s.minutes,
47162
- m = s.seconds,
47163
- l = s.milliseconds,
47164
- M = s.zone,
47165
- Y = new Date(),
47166
- v = u || (a || f ? 1 : Y.getDate()),
47167
- p = a || Y.getFullYear(),
47168
- D = 0;
47169
-
47170
- a && !f || (D = f > 0 ? f - 1 : Y.getMonth());
47171
- var y = h || 0,
47172
- L = c || 0,
47173
- g = m || 0,
47174
- $ = l || 0;
47175
- return M ? new Date(Date.UTC(p, D, v, y, L, g, $ + 60 * M.offset * 1e3)) : o ? new Date(Date.UTC(p, D, v, y, L, g, $)) : new Date(p, D, v, y, L, g, $);
47176
- } catch (t) {
47177
- return new Date("");
47178
- }
47179
- };
47149
+ if (void 0 !== e) {
47150
+ var n = t.hours;
47151
+ e ? n < 12 && (t.hours += 12) : 12 === n && (t.hours = 0), delete t.afternoon;
47152
+ }
47153
+ }(e), e;
47154
+ };
47155
+ }
47180
47156
 
47181
- return function (e, n, r) {
47182
- r.p.customParseFormat = !0;
47183
- var i = n.prototype,
47184
- o = i.parse;
47157
+ return function (t, e, n) {
47158
+ n.p.customParseFormat = !0, t && t.parseTwoDigitYear && (s = t.parseTwoDigitYear);
47159
+ var r = e.prototype,
47160
+ i = r.parse;
47185
47161
 
47186
- i.parse = function (e) {
47187
- var n = e.date,
47188
- i = e.utc,
47189
- s = e.args;
47190
- this.$u = i;
47162
+ r.parse = function (t) {
47163
+ var e = t.date,
47164
+ r = t.utc,
47165
+ s = t.args;
47166
+ this.$u = r;
47191
47167
  var a = s[1];
47192
47168
 
47193
47169
  if ("string" == typeof a) {
@@ -47195,18 +47171,43 @@
47195
47171
  u = !0 === s[3],
47196
47172
  h = f || u,
47197
47173
  d = s[2];
47198
- u && (d = s[2]), f || (t = d ? r.Ls[d] : this.$locale()), this.$d = c(n, a, i), this.init(), d && !0 !== d && (this.$L = this.locale(d).$L), h && n !== this.format(a) && (this.$d = new Date("")), t = void 0;
47199
- } else if (a instanceof Array) for (var m = a.length, l = 1; l <= m; l += 1) {
47200
- s[1] = a[l - 1];
47201
- var M = r.apply(this, s);
47174
+ u && (d = s[2]), o = this.$locale(), !f && d && (o = n.Ls[d]), this.$d = function (t, e, n) {
47175
+ try {
47176
+ if (["x", "X"].indexOf(e) > -1) return new Date(("X" === e ? 1e3 : 1) * t);
47177
+ var r = c(e)(t),
47178
+ i = r.year,
47179
+ o = r.month,
47180
+ s = r.day,
47181
+ a = r.hours,
47182
+ f = r.minutes,
47183
+ u = r.seconds,
47184
+ h = r.milliseconds,
47185
+ d = r.zone,
47186
+ l = new Date(),
47187
+ m = s || (i || o ? 1 : l.getDate()),
47188
+ M = i || l.getFullYear(),
47189
+ Y = 0;
47190
+ i && !o || (Y = o > 0 ? o - 1 : l.getMonth());
47191
+ var p = a || 0,
47192
+ v = f || 0,
47193
+ D = u || 0,
47194
+ g = h || 0;
47195
+ return d ? new Date(Date.UTC(M, Y, m, p, v, D, g + 60 * d.offset * 1e3)) : n ? new Date(Date.UTC(M, Y, m, p, v, D, g)) : new Date(M, Y, m, p, v, D, g);
47196
+ } catch (t) {
47197
+ return new Date("");
47198
+ }
47199
+ }(e, a, r), this.init(), d && !0 !== d && (this.$L = this.locale(d).$L), h && e != this.format(a) && (this.$d = new Date("")), o = {};
47200
+ } else if (a instanceof Array) for (var l = a.length, m = 1; m <= l; m += 1) {
47201
+ s[1] = a[m - 1];
47202
+ var M = n.apply(this, s);
47202
47203
 
47203
47204
  if (M.isValid()) {
47204
47205
  this.$d = M.$d, this.$L = M.$L, this.init();
47205
47206
  break;
47206
47207
  }
47207
47208
 
47208
- l === m && (this.$d = new Date(""));
47209
- } else o.call(this, e);
47209
+ m === l && (this.$d = new Date(""));
47210
+ } else i.call(this, t);
47210
47211
  };
47211
47212
  };
47212
47213
  });
@@ -48426,14 +48427,14 @@
48426
48427
  var isBetween$2 = {exports: {}};
48427
48428
 
48428
48429
  (function (module, exports) {
48429
- !function (e, t) {
48430
- module.exports = t() ;
48430
+ !function (e, i) {
48431
+ module.exports = i() ;
48431
48432
  }(commonjsGlobal, function () {
48432
48433
 
48433
- return function (e, t, i) {
48434
- t.prototype.isBetween = function (e, t, s, f) {
48435
- var n = i(e),
48436
- o = i(t),
48434
+ return function (e, i, t) {
48435
+ i.prototype.isBetween = function (e, i, s, f) {
48436
+ var n = t(e),
48437
+ o = t(i),
48437
48438
  r = "(" === (f = f || "()")[0],
48438
48439
  u = ")" === f[1];
48439
48440
  return (r ? this.isAfter(n, s) : !this.isBefore(n, s)) && (u ? this.isBefore(o, s) : !this.isAfter(o, s)) || (r ? this.isBefore(n, s) : !this.isAfter(n, s)) && (u ? this.isAfter(o, s) : !this.isBefore(o, s));