naive-ui 2.40.3 → 2.40.4

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 (740) hide show
  1. package/dist/index.js +452 -386
  2. package/dist/index.mjs +452 -386
  3. package/dist/index.prod.js +1 -1
  4. package/dist/index.prod.mjs +1 -1
  5. package/es/_internal/clear/src/Clear.d.ts +5 -5
  6. package/es/_internal/close/src/Close.d.ts +5 -5
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
  8. package/es/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
  9. package/es/_internal/icon/src/Icon.d.ts +4 -4
  10. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  11. package/es/_internal/icons/Add.d.ts +1 -1
  12. package/es/_internal/icons/ArrowBack.d.ts +1 -1
  13. package/es/_internal/icons/ArrowDown.d.ts +1 -1
  14. package/es/_internal/icons/ArrowUp.d.ts +1 -1
  15. package/es/_internal/icons/Attach.d.ts +1 -1
  16. package/es/_internal/icons/Attach.mjs +1 -1
  17. package/es/_internal/icons/Backward.d.ts +1 -1
  18. package/es/_internal/icons/Cancel.d.ts +1 -1
  19. package/es/_internal/icons/Cancel.mjs +1 -1
  20. package/es/_internal/icons/Checkmark.d.ts +1 -1
  21. package/es/_internal/icons/ChevronDown.d.ts +1 -1
  22. package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
  23. package/es/_internal/icons/ChevronLeft.d.ts +1 -1
  24. package/es/_internal/icons/ChevronRight.d.ts +1 -1
  25. package/es/_internal/icons/Clear.d.ts +1 -1
  26. package/es/_internal/icons/Clear.mjs +1 -1
  27. package/es/_internal/icons/Close.d.ts +1 -1
  28. package/es/_internal/icons/Close.mjs +1 -1
  29. package/es/_internal/icons/Date.d.ts +1 -1
  30. package/es/_internal/icons/Date.mjs +1 -1
  31. package/es/_internal/icons/Download.d.ts +1 -1
  32. package/es/_internal/icons/Download.mjs +1 -1
  33. package/es/_internal/icons/Empty.d.ts +1 -1
  34. package/es/_internal/icons/Error.d.ts +1 -1
  35. package/es/_internal/icons/Error.mjs +1 -1
  36. package/es/_internal/icons/Eye.d.ts +1 -1
  37. package/es/_internal/icons/EyeOff.d.ts +1 -1
  38. package/es/_internal/icons/FastBackward.d.ts +1 -1
  39. package/es/_internal/icons/FastForward.d.ts +1 -1
  40. package/es/_internal/icons/File.d.ts +1 -1
  41. package/es/_internal/icons/Filter.d.ts +1 -1
  42. package/es/_internal/icons/Forward.d.ts +1 -1
  43. package/es/_internal/icons/Info.d.ts +1 -1
  44. package/es/_internal/icons/Info.mjs +1 -1
  45. package/es/_internal/icons/More.d.ts +1 -1
  46. package/es/_internal/icons/Photo.d.ts +1 -1
  47. package/es/_internal/icons/Remove.d.ts +1 -1
  48. package/es/_internal/icons/ResizeSmall.d.ts +1 -1
  49. package/es/_internal/icons/Retry.d.ts +1 -1
  50. package/es/_internal/icons/Retry.mjs +1 -1
  51. package/es/_internal/icons/RotateClockwise.d.ts +1 -1
  52. package/es/_internal/icons/RotateClockwise.mjs +1 -1
  53. package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  54. package/es/_internal/icons/RotateCounterclockwise.mjs +1 -1
  55. package/es/_internal/icons/Search.d.ts +1 -1
  56. package/es/_internal/icons/Success.d.ts +1 -1
  57. package/es/_internal/icons/Success.mjs +1 -1
  58. package/es/_internal/icons/Switcher.d.ts +1 -1
  59. package/es/_internal/icons/Time.d.ts +1 -1
  60. package/es/_internal/icons/Time.mjs +1 -1
  61. package/es/_internal/icons/To.d.ts +1 -1
  62. package/es/_internal/icons/To.mjs +1 -1
  63. package/es/_internal/icons/Trash.d.ts +1 -1
  64. package/es/_internal/icons/Trash.mjs +1 -1
  65. package/es/_internal/icons/Warning.d.ts +1 -1
  66. package/es/_internal/icons/Warning.mjs +1 -1
  67. package/es/_internal/icons/ZoomIn.d.ts +1 -1
  68. package/es/_internal/icons/ZoomIn.mjs +1 -1
  69. package/es/_internal/icons/ZoomOut.d.ts +1 -1
  70. package/es/_internal/icons/ZoomOut.mjs +1 -1
  71. package/es/_internal/icons/replaceable.d.ts +2 -1
  72. package/es/_internal/icons/replaceable.mjs +7 -2
  73. package/es/_internal/loading/src/Loading.d.ts +4 -4
  74. package/es/_internal/menu-mask/src/MenuMask.d.ts +6 -6
  75. package/es/_internal/scrollbar/src/Scrollbar.d.ts +30 -18
  76. package/es/_internal/scrollbar/src/Scrollbar.mjs +41 -5
  77. package/es/_internal/scrollbar/src/styles/index.cssr.mjs +16 -4
  78. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +6 -6
  79. package/es/_internal/select-menu/src/SelectMenu.d.ts +25 -8
  80. package/es/_internal/select-menu/src/SelectOption.d.ts +8 -8
  81. package/es/_internal/select-menu/src/interface.d.ts +1 -1
  82. package/es/_internal/selection/src/Selection.d.ts +31 -22
  83. package/es/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
  84. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
  85. package/es/_internal/suffix/src/Suffix.d.ts +4 -4
  86. package/es/_internal/wave/src/Wave.d.ts +6 -6
  87. package/es/_utils/composable/use-lock-html-scroll.d.ts +1 -1
  88. package/es/_utils/composable/use-resize.mjs +9 -1
  89. package/es/_utils/css/rtl-inset.mjs +1 -1
  90. package/es/_utils/vue/wrapper.d.ts +1 -1
  91. package/es/affix/src/Affix.d.ts +7 -7
  92. package/es/alert/src/Alert.d.ts +9 -9
  93. package/es/anchor/src/AnchorAdapter.d.ts +5 -5
  94. package/es/anchor/src/BaseAnchor.d.ts +9 -9
  95. package/es/anchor/src/Link.d.ts +3 -3
  96. package/es/auto-complete/src/AutoComplete.d.ts +45 -11
  97. package/es/avatar/src/Avatar.d.ts +13 -13
  98. package/es/avatar-group/src/AvatarGroup.d.ts +7 -7
  99. package/es/back-top/src/BackTop.d.ts +14 -14
  100. package/es/back-top/src/BackTop.mjs +2 -2
  101. package/es/back-top/src/BackTopIcon.d.ts +1 -1
  102. package/es/back-top/src/BackTopIcon.mjs +1 -1
  103. package/es/badge/src/Badge.d.ts +9 -9
  104. package/es/breadcrumb/src/Breadcrumb.d.ts +7 -7
  105. package/es/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
  106. package/es/button/src/Button.d.ts +14 -11
  107. package/es/button-group/src/ButtonGroup.d.ts +7 -7
  108. package/es/calendar/src/Calendar.d.ts +39 -9
  109. package/es/card/src/Card.d.ts +9 -9
  110. package/es/carousel/src/Carousel.d.ts +11 -11
  111. package/es/carousel/src/CarouselArrow.d.ts +2 -2
  112. package/es/carousel/src/CarouselArrow.mjs +24 -20
  113. package/es/carousel/src/CarouselDots.d.ts +7 -7
  114. package/es/carousel/src/CarouselItem.d.ts +3 -3
  115. package/es/cascader/src/Cascader.d.ts +34 -14
  116. package/es/cascader/src/CascaderMenu.d.ts +294 -8
  117. package/es/cascader/src/CascaderOption.d.ts +299 -10
  118. package/es/cascader/src/CascaderSelectMenu.d.ts +298 -7
  119. package/es/cascader/src/CascaderSubmenu.d.ts +304 -6
  120. package/es/checkbox/src/CheckMark.d.ts +2 -1
  121. package/es/checkbox/src/CheckMark.mjs +1 -1
  122. package/es/checkbox/src/Checkbox.d.ts +15 -15
  123. package/es/checkbox/src/Checkbox.mjs +4 -4
  124. package/es/checkbox/src/CheckboxGroup.d.ts +6 -6
  125. package/es/checkbox/src/LineMark.d.ts +2 -1
  126. package/es/checkbox/src/LineMark.mjs +1 -1
  127. package/es/code/src/Code.d.ts +8 -8
  128. package/es/collapse/src/Collapse.d.ts +8 -8
  129. package/es/collapse/src/CollapseItem.d.ts +8 -8
  130. package/es/collapse/src/CollapseItemContent.d.ts +6 -6
  131. package/es/collapse-transition/src/CollapseTransition.d.ts +9 -9
  132. package/es/color-picker/src/AlphaSlider.d.ts +6 -6
  133. package/es/color-picker/src/ColorInput.d.ts +5 -5
  134. package/es/color-picker/src/ColorInputUnit.d.ts +6 -6
  135. package/es/color-picker/src/ColorPicker.d.ts +11 -11
  136. package/es/color-picker/src/ColorPickerSwatches.d.ts +4 -4
  137. package/es/color-picker/src/ColorPickerTrigger.d.ts +4 -4
  138. package/es/color-picker/src/ColorPreview.d.ts +5 -5
  139. package/es/color-picker/src/HueSlider.d.ts +5 -5
  140. package/es/color-picker/src/Pallete.d.ts +6 -6
  141. package/es/config-provider/src/ConfigProvider.d.ts +5 -5
  142. package/es/countdown/src/Countdown.d.ts +6 -6
  143. package/es/data-table/src/DataTable.d.ts +13 -9
  144. package/es/data-table/src/HeaderButton/FilterButton.d.ts +1207 -9
  145. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1210 -7
  146. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +4 -4
  147. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +4 -4
  148. package/es/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
  149. package/es/data-table/src/HeaderButton/SortButton.d.ts +5 -5
  150. package/es/data-table/src/MainTable.d.ts +12 -5
  151. package/es/data-table/src/TableParts/Body.d.ts +1255 -34
  152. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
  153. package/es/data-table/src/TableParts/BodyRadio.d.ts +3 -3
  154. package/es/data-table/src/TableParts/Cell.d.ts +4 -4
  155. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +4 -4
  156. package/es/data-table/src/TableParts/Header.d.ts +1224 -20
  157. package/es/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
  158. package/es/data-table/src/use-expand.d.ts +1 -1
  159. package/es/data-table/src/use-scroll.d.ts +4 -4
  160. package/es/data-table/src/use-table-data.d.ts +1 -1
  161. package/es/date-picker/src/DatePicker.d.ts +131 -18
  162. package/es/date-picker/src/panel/date.d.ts +985 -13
  163. package/es/date-picker/src/panel/daterange.d.ts +991 -19
  164. package/es/date-picker/src/panel/datetime.d.ts +985 -13
  165. package/es/date-picker/src/panel/datetimerange.d.ts +991 -19
  166. package/es/date-picker/src/panel/month.d.ts +985 -13
  167. package/es/date-picker/src/panel/monthrange.d.ts +991 -19
  168. package/es/date-picker/src/panel/panelHeader.d.ts +6130 -78
  169. package/es/date-picker/src/panel/use-calendar.d.ts +980 -8
  170. package/es/date-picker/src/panel/use-dual-calendar.d.ts +986 -14
  171. package/es/date-picker/src/panel/use-panel-common.d.ts +977 -5
  172. package/es/descriptions/src/Descriptions.d.ts +7 -7
  173. package/es/descriptions/src/DescriptionsItem.d.ts +4 -4
  174. package/es/dialog/src/Dialog.d.ts +8 -8
  175. package/es/dialog/src/DialogEnvironment.d.ts +6 -6
  176. package/es/dialog/src/DialogProvider.d.ts +5505 -9
  177. package/es/dialog/src/dialogProps.d.ts +1 -1
  178. package/es/discrete/src/InjectionExtractor.d.ts +4 -4
  179. package/es/divider/src/Divider.d.ts +7 -7
  180. package/es/drawer/src/Drawer.d.ts +9 -9
  181. package/es/drawer/src/DrawerBodyWrapper.d.ts +60 -13
  182. package/es/drawer/src/DrawerBodyWrapper.mjs +1 -1
  183. package/es/drawer/src/DrawerContent.d.ts +53 -6
  184. package/es/dropdown/src/Dropdown.d.ts +9 -9
  185. package/es/dropdown/src/DropdownDivider.d.ts +3 -3
  186. package/es/dropdown/src/DropdownGroup.d.ts +4 -4
  187. package/es/dropdown/src/DropdownGroupHeader.d.ts +10 -10
  188. package/es/dropdown/src/DropdownMenu.d.ts +6 -6
  189. package/es/dropdown/src/DropdownOption.d.ts +15 -15
  190. package/es/dropdown/src/DropdownRenderOption.d.ts +3 -3
  191. package/es/dynamic-input/src/DynamicInput.d.ts +11 -9
  192. package/es/dynamic-input/src/InputPreset.d.ts +292 -6
  193. package/es/dynamic-input/src/PairPreset.d.ts +293 -7
  194. package/es/dynamic-tags/src/DynamicTags.d.ts +36 -12
  195. package/es/element/src/Element.d.ts +7 -7
  196. package/es/ellipsis/src/Ellipsis.d.ts +10 -7
  197. package/es/ellipsis/src/PerformantEllipsis.d.ts +6 -6
  198. package/es/empty/src/Empty.d.ts +7 -7
  199. package/es/equation/src/Equation.d.ts +4 -4
  200. package/es/flex/src/Flex.d.ts +7 -7
  201. package/es/float-button/src/FloatButton.d.ts +8 -8
  202. package/es/float-button/src/styles/index.cssr.mjs +8 -2
  203. package/es/float-button-group/src/FloatButtonGroup.d.ts +7 -7
  204. package/es/float-button-group/src/styles/index.cssr.mjs +7 -1
  205. package/es/form/src/Form.d.ts +6 -6
  206. package/es/form/src/FormItem.d.ts +17 -11
  207. package/es/form/src/FormItemCol.d.ts +11 -5
  208. package/es/form/src/FormItemGridItem.d.ts +11 -5
  209. package/es/form/src/FormItemRow.d.ts +10 -5
  210. package/es/form/src/utils.d.ts +2 -2
  211. package/es/global-style/src/GlobalStyle.d.ts +1 -1
  212. package/es/gradient-text/src/GradientText.d.ts +7 -7
  213. package/es/grid/src/Grid.d.ts +8 -8
  214. package/es/grid/src/GridItem.d.ts +8 -8
  215. package/es/highlight/src/Highlight.d.ts +6 -6
  216. package/es/icon/src/Icon.d.ts +6 -6
  217. package/es/icon-wrapper/src/IconWrapper.d.ts +4 -4
  218. package/es/image/src/Image.d.ts +16 -11
  219. package/es/image/src/ImageGroup.d.ts +10 -6
  220. package/es/image/src/ImagePreview.d.ts +13 -13
  221. package/es/image/src/ImagePreview.mjs +4 -4
  222. package/es/image/src/icons.d.ts +3 -3
  223. package/es/image/src/icons.mjs +30 -24
  224. package/es/infinite-scroll/src/InfiniteScroll.d.ts +17 -5
  225. package/es/input/src/Input.d.ts +39 -23
  226. package/es/input/src/InputGroup.d.ts +3 -11
  227. package/es/input/src/InputGroupLabel.d.ts +7 -7
  228. package/es/input/src/WordCount.d.ts +1 -1
  229. package/es/input-number/src/InputNumber.d.ts +42 -10
  230. package/es/layout/src/Layout.d.ts +39 -17
  231. package/es/layout/src/LayoutContent.d.ts +19 -8
  232. package/es/layout/src/LayoutFooter.d.ts +7 -7
  233. package/es/layout/src/LayoutHeader.d.ts +7 -7
  234. package/es/layout/src/LayoutSider.d.ts +20 -9
  235. package/es/layout/src/ToggleBar.d.ts +3 -3
  236. package/es/layout/src/ToggleButton.d.ts +3 -3
  237. package/es/legacy-grid/src/Col.d.ts +7 -7
  238. package/es/legacy-grid/src/Row.d.ts +7 -7
  239. package/es/legacy-transfer/src/Transfer.d.ts +13 -10
  240. package/es/legacy-transfer/src/TransferFilter.d.ts +384 -6
  241. package/es/legacy-transfer/src/TransferHeader.d.ts +4 -4
  242. package/es/legacy-transfer/src/TransferList.d.ts +401 -6
  243. package/es/legacy-transfer/src/TransferListItem.d.ts +384 -6
  244. package/es/legacy-transfer/src/use-transfer-data.d.ts +6 -6
  245. package/es/list/src/List.d.ts +8 -8
  246. package/es/list/src/ListItem.d.ts +3 -3
  247. package/es/loading-bar/src/LoadingBar.d.ts +11 -11
  248. package/es/loading-bar/src/LoadingBarProvider.d.ts +9 -5
  249. package/es/log/src/Log.d.ts +19 -7
  250. package/es/log/src/LogLine.d.ts +7 -7
  251. package/es/log/src/LogLoader.d.ts +6 -4
  252. package/es/marquee/src/Marquee.d.ts +7 -7
  253. package/es/mention/src/Mention.d.ts +50 -14
  254. package/es/menu/src/Menu.d.ts +16 -12
  255. package/es/menu/src/MenuDivider.d.ts +1 -1
  256. package/es/menu/src/MenuOption.d.ts +222 -7
  257. package/es/menu/src/MenuOptionContent.d.ts +5 -5
  258. package/es/menu/src/MenuOptionGroup.d.ts +4 -4
  259. package/es/menu/src/Submenu.d.ts +226 -11
  260. package/es/message/src/Message.d.ts +8 -8
  261. package/es/message/src/MessageEnvironment.d.ts +6 -6
  262. package/es/message/src/MessageProvider.d.ts +21 -7
  263. package/es/modal/src/BodyWrapper.d.ts +540 -11
  264. package/es/modal/src/Modal.d.ts +10 -10
  265. package/es/modal/src/ModalEnvironment.d.ts +7 -7
  266. package/es/modal/src/presetProps.d.ts +1 -1
  267. package/es/notification/src/Notification.d.ts +9 -9
  268. package/es/notification/src/NotificationContainer.d.ts +61 -7
  269. package/es/notification/src/NotificationEnvironment.d.ts +6 -6
  270. package/es/notification/src/NotificationProvider.d.ts +31 -7
  271. package/es/number-animation/src/NumberAnimation.d.ts +6 -6
  272. package/es/page-header/src/PageHeader.d.ts +7 -7
  273. package/es/pagination/src/Pagination.d.ts +18 -15
  274. package/es/popconfirm/src/Popconfirm.d.ts +12 -7
  275. package/es/popconfirm/src/PopconfirmPanel.d.ts +12 -9
  276. package/es/popover/src/Popover.d.ts +11 -9
  277. package/es/popover/src/Popover.mjs +4 -1
  278. package/es/popover/src/PopoverBody.d.ts +13 -11
  279. package/es/popselect/src/Popselect.d.ts +26 -23
  280. package/es/popselect/src/PopselectPanel.d.ts +133 -7
  281. package/es/progress/src/Circle.d.ts +4 -4
  282. package/es/progress/src/Line.d.ts +4 -4
  283. package/es/progress/src/MultipleCircle.d.ts +4 -4
  284. package/es/progress/src/Progress.d.ts +7 -7
  285. package/es/qr-code/src/QrCode.d.ts +8 -8
  286. package/es/radio/src/Radio.d.ts +7 -7
  287. package/es/radio/src/RadioButton.d.ts +23 -47
  288. package/es/radio/src/RadioGroup.d.ts +9 -9
  289. package/es/rate/src/Rate.d.ts +8 -8
  290. package/es/rate/src/Rate.mjs +2 -2
  291. package/es/rate/src/StarIcon.d.ts +1 -1
  292. package/es/rate/src/StarIcon.mjs +1 -1
  293. package/es/result/src/403.d.ts +1 -2
  294. package/es/result/src/403.mjs +12 -10
  295. package/es/result/src/404.d.ts +1 -2
  296. package/es/result/src/404.mjs +32 -30
  297. package/es/result/src/418.d.ts +1 -2
  298. package/es/result/src/418.mjs +33 -31
  299. package/es/result/src/500.d.ts +1 -2
  300. package/es/result/src/500.mjs +18 -16
  301. package/es/result/src/Result.d.ts +7 -7
  302. package/es/result/src/Result.mjs +8 -8
  303. package/es/scrollbar/src/Scrollbar.d.ts +17 -5
  304. package/es/select/src/Select.d.ts +37 -17
  305. package/es/skeleton/src/Skeleton.d.ts +6 -6
  306. package/es/slider/src/Slider.d.ts +17 -17
  307. package/es/space/src/Space.d.ts +7 -7
  308. package/es/spin/src/Spin.d.ts +8 -8
  309. package/es/split/src/Split.d.ts +10 -10
  310. package/es/statistic/src/Statistic.d.ts +8 -8
  311. package/es/steps/src/Step.d.ts +7 -7
  312. package/es/steps/src/Steps.d.ts +7 -7
  313. package/es/switch/src/Switch.d.ts +9 -9
  314. package/es/table/src/Table.d.ts +8 -8
  315. package/es/table/src/Tbody.d.ts +1 -1
  316. package/es/table/src/Td.d.ts +1 -1
  317. package/es/table/src/Th.d.ts +1 -1
  318. package/es/table/src/Thead.d.ts +1 -1
  319. package/es/table/src/Tr.d.ts +1 -1
  320. package/es/tabs/src/Tab.d.ts +16 -16
  321. package/es/tabs/src/TabPane.d.ts +8 -8
  322. package/es/tabs/src/Tabs.d.ts +58 -19
  323. package/es/tag/src/Tag.d.ts +10 -10
  324. package/es/theme-editor/src/MaximizeIcon.d.ts +1 -1
  325. package/es/theme-editor/src/MinimizeIcon.d.ts +1 -1
  326. package/es/theme-editor/src/ThemeEditor.d.ts +19 -10
  327. package/es/theme-editor/src/ThemeEditor.mjs +25 -23
  328. package/es/thing/src/Thing.d.ts +4 -4
  329. package/es/time/src/Time.d.ts +6 -6
  330. package/es/time-picker/src/Panel.d.ts +326 -10
  331. package/es/time-picker/src/PanelCol.d.ts +4 -4
  332. package/es/time-picker/src/TimePicker.d.ts +89 -15
  333. package/es/timeline/src/Timeline.d.ts +4 -4
  334. package/es/timeline/src/TimelineItem.d.ts +7 -7
  335. package/es/tooltip/src/Tooltip.d.ts +10 -7
  336. package/es/transfer/src/Transfer.d.ts +9 -9
  337. package/es/transfer/src/TransferFilter.d.ts +397 -6
  338. package/es/transfer/src/TransferHeader.d.ts +4 -4
  339. package/es/transfer/src/TransferList.d.ts +414 -6
  340. package/es/transfer/src/TransferListItem.d.ts +400 -9
  341. package/es/transfer/src/use-transfer-data.d.ts +3 -3
  342. package/es/tree/src/MotionWrapper.d.ts +3 -3
  343. package/es/tree/src/Tree.d.ts +28 -11
  344. package/es/tree/src/TreeNode.d.ts +14 -14
  345. package/es/tree/src/TreeNodeCheckbox.d.ts +99 -5
  346. package/es/tree/src/TreeNodeContent.d.ts +10 -10
  347. package/es/tree/src/TreeNodeSwitcher.d.ts +4 -4
  348. package/es/tree-select/src/TreeSelect.d.ts +30 -16
  349. package/es/typography/src/a.d.ts +6 -6
  350. package/es/typography/src/blockquote.d.ts +7 -7
  351. package/es/typography/src/create-header.d.ts +7 -7
  352. package/es/typography/src/headers.d.ts +42 -42
  353. package/es/typography/src/hr.d.ts +6 -6
  354. package/es/typography/src/li.d.ts +1 -1
  355. package/es/typography/src/ol.d.ts +7 -7
  356. package/es/typography/src/p.d.ts +6 -6
  357. package/es/typography/src/text.d.ts +7 -7
  358. package/es/typography/src/ul.d.ts +7 -7
  359. package/es/upload/src/Upload.d.ts +10 -10
  360. package/es/upload/src/UploadDragger.d.ts +1 -1
  361. package/es/upload/src/UploadFile.d.ts +270 -7
  362. package/es/upload/src/UploadFile.mjs +3 -3
  363. package/es/upload/src/UploadFileList.d.ts +1 -1
  364. package/es/upload/src/UploadProgress.d.ts +265 -5
  365. package/es/upload/src/UploadTrigger.d.ts +5 -5
  366. package/es/upload/src/icons.d.ts +2 -2
  367. package/es/upload/src/icons.mjs +2 -2
  368. package/es/version.d.ts +1 -1
  369. package/es/version.mjs +1 -1
  370. package/es/virtual-list/src/VirtualList.d.ts +22 -6
  371. package/es/watermark/src/Watermark.d.ts +4 -4
  372. package/lib/_internal/clear/src/Clear.d.ts +5 -5
  373. package/lib/_internal/close/src/Close.d.ts +5 -5
  374. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
  375. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
  376. package/lib/_internal/icon/src/Icon.d.ts +4 -4
  377. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  378. package/lib/_internal/icons/Add.d.ts +1 -1
  379. package/lib/_internal/icons/ArrowBack.d.ts +1 -1
  380. package/lib/_internal/icons/ArrowDown.d.ts +1 -1
  381. package/lib/_internal/icons/ArrowUp.d.ts +1 -1
  382. package/lib/_internal/icons/Attach.d.ts +1 -1
  383. package/lib/_internal/icons/Attach.js +2 -2
  384. package/lib/_internal/icons/Backward.d.ts +1 -1
  385. package/lib/_internal/icons/Cancel.d.ts +1 -1
  386. package/lib/_internal/icons/Cancel.js +2 -2
  387. package/lib/_internal/icons/Checkmark.d.ts +1 -1
  388. package/lib/_internal/icons/ChevronDown.d.ts +1 -1
  389. package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
  390. package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
  391. package/lib/_internal/icons/ChevronRight.d.ts +1 -1
  392. package/lib/_internal/icons/Clear.d.ts +1 -1
  393. package/lib/_internal/icons/Clear.js +2 -2
  394. package/lib/_internal/icons/Close.d.ts +1 -1
  395. package/lib/_internal/icons/Close.js +2 -2
  396. package/lib/_internal/icons/Date.d.ts +1 -1
  397. package/lib/_internal/icons/Date.js +2 -2
  398. package/lib/_internal/icons/Download.d.ts +1 -1
  399. package/lib/_internal/icons/Download.js +2 -2
  400. package/lib/_internal/icons/Empty.d.ts +1 -1
  401. package/lib/_internal/icons/Error.d.ts +1 -1
  402. package/lib/_internal/icons/Error.js +2 -2
  403. package/lib/_internal/icons/Eye.d.ts +1 -1
  404. package/lib/_internal/icons/EyeOff.d.ts +1 -1
  405. package/lib/_internal/icons/FastBackward.d.ts +1 -1
  406. package/lib/_internal/icons/FastForward.d.ts +1 -1
  407. package/lib/_internal/icons/File.d.ts +1 -1
  408. package/lib/_internal/icons/Filter.d.ts +1 -1
  409. package/lib/_internal/icons/Forward.d.ts +1 -1
  410. package/lib/_internal/icons/Info.d.ts +1 -1
  411. package/lib/_internal/icons/Info.js +2 -2
  412. package/lib/_internal/icons/More.d.ts +1 -1
  413. package/lib/_internal/icons/Photo.d.ts +1 -1
  414. package/lib/_internal/icons/Remove.d.ts +1 -1
  415. package/lib/_internal/icons/ResizeSmall.d.ts +1 -1
  416. package/lib/_internal/icons/Retry.d.ts +1 -1
  417. package/lib/_internal/icons/Retry.js +2 -2
  418. package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
  419. package/lib/_internal/icons/RotateClockwise.js +2 -2
  420. package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  421. package/lib/_internal/icons/RotateCounterclockwise.js +2 -2
  422. package/lib/_internal/icons/Search.d.ts +1 -1
  423. package/lib/_internal/icons/Success.d.ts +1 -1
  424. package/lib/_internal/icons/Success.js +2 -2
  425. package/lib/_internal/icons/Switcher.d.ts +1 -1
  426. package/lib/_internal/icons/Time.d.ts +1 -1
  427. package/lib/_internal/icons/Time.js +2 -2
  428. package/lib/_internal/icons/To.d.ts +1 -1
  429. package/lib/_internal/icons/To.js +2 -2
  430. package/lib/_internal/icons/Trash.d.ts +1 -1
  431. package/lib/_internal/icons/Trash.js +2 -2
  432. package/lib/_internal/icons/Warning.d.ts +1 -1
  433. package/lib/_internal/icons/Warning.js +2 -2
  434. package/lib/_internal/icons/ZoomIn.d.ts +1 -1
  435. package/lib/_internal/icons/ZoomIn.js +2 -2
  436. package/lib/_internal/icons/ZoomOut.d.ts +1 -1
  437. package/lib/_internal/icons/ZoomOut.js +2 -2
  438. package/lib/_internal/icons/replaceable.d.ts +2 -1
  439. package/lib/_internal/icons/replaceable.js +6 -1
  440. package/lib/_internal/loading/src/Loading.d.ts +4 -4
  441. package/lib/_internal/menu-mask/src/MenuMask.d.ts +6 -6
  442. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +30 -18
  443. package/lib/_internal/scrollbar/src/Scrollbar.js +24 -8
  444. package/lib/_internal/scrollbar/src/styles/index.cssr.js +16 -4
  445. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +6 -6
  446. package/lib/_internal/select-menu/src/SelectMenu.d.ts +25 -8
  447. package/lib/_internal/select-menu/src/SelectOption.d.ts +8 -8
  448. package/lib/_internal/select-menu/src/interface.d.ts +1 -1
  449. package/lib/_internal/selection/src/Selection.d.ts +31 -22
  450. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
  451. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
  452. package/lib/_internal/suffix/src/Suffix.d.ts +4 -4
  453. package/lib/_internal/wave/src/Wave.d.ts +6 -6
  454. package/lib/_utils/composable/use-lock-html-scroll.d.ts +1 -1
  455. package/lib/_utils/composable/use-resize.js +8 -0
  456. package/lib/_utils/css/rtl-inset.js +1 -1
  457. package/lib/_utils/vue/wrapper.d.ts +1 -1
  458. package/lib/affix/src/Affix.d.ts +7 -7
  459. package/lib/alert/src/Alert.d.ts +9 -9
  460. package/lib/anchor/src/AnchorAdapter.d.ts +5 -5
  461. package/lib/anchor/src/BaseAnchor.d.ts +9 -9
  462. package/lib/anchor/src/Link.d.ts +3 -3
  463. package/lib/auto-complete/src/AutoComplete.d.ts +45 -11
  464. package/lib/avatar/src/Avatar.d.ts +13 -13
  465. package/lib/avatar-group/src/AvatarGroup.d.ts +7 -7
  466. package/lib/back-top/src/BackTop.d.ts +14 -14
  467. package/lib/back-top/src/BackTop.js +1 -1
  468. package/lib/back-top/src/BackTopIcon.d.ts +1 -1
  469. package/lib/back-top/src/BackTopIcon.js +1 -1
  470. package/lib/badge/src/Badge.d.ts +9 -9
  471. package/lib/breadcrumb/src/Breadcrumb.d.ts +7 -7
  472. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
  473. package/lib/button/src/Button.d.ts +14 -11
  474. package/lib/button-group/src/ButtonGroup.d.ts +7 -7
  475. package/lib/calendar/src/Calendar.d.ts +39 -9
  476. package/lib/card/src/Card.d.ts +9 -9
  477. package/lib/carousel/src/Carousel.d.ts +11 -11
  478. package/lib/carousel/src/CarouselArrow.d.ts +2 -2
  479. package/lib/carousel/src/CarouselArrow.js +12 -8
  480. package/lib/carousel/src/CarouselDots.d.ts +7 -7
  481. package/lib/carousel/src/CarouselItem.d.ts +3 -3
  482. package/lib/cascader/src/Cascader.d.ts +34 -14
  483. package/lib/cascader/src/CascaderMenu.d.ts +294 -8
  484. package/lib/cascader/src/CascaderOption.d.ts +299 -10
  485. package/lib/cascader/src/CascaderSelectMenu.d.ts +298 -7
  486. package/lib/cascader/src/CascaderSubmenu.d.ts +304 -6
  487. package/lib/checkbox/src/CheckMark.d.ts +2 -1
  488. package/lib/checkbox/src/CheckMark.js +1 -1
  489. package/lib/checkbox/src/Checkbox.d.ts +15 -15
  490. package/lib/checkbox/src/Checkbox.js +1 -1
  491. package/lib/checkbox/src/CheckboxGroup.d.ts +6 -6
  492. package/lib/checkbox/src/LineMark.d.ts +2 -1
  493. package/lib/checkbox/src/LineMark.js +1 -1
  494. package/lib/code/src/Code.d.ts +8 -8
  495. package/lib/collapse/src/Collapse.d.ts +8 -8
  496. package/lib/collapse/src/CollapseItem.d.ts +8 -8
  497. package/lib/collapse/src/CollapseItemContent.d.ts +6 -6
  498. package/lib/collapse-transition/src/CollapseTransition.d.ts +9 -9
  499. package/lib/color-picker/src/AlphaSlider.d.ts +6 -6
  500. package/lib/color-picker/src/ColorInput.d.ts +5 -5
  501. package/lib/color-picker/src/ColorInputUnit.d.ts +6 -6
  502. package/lib/color-picker/src/ColorPicker.d.ts +11 -11
  503. package/lib/color-picker/src/ColorPickerSwatches.d.ts +4 -4
  504. package/lib/color-picker/src/ColorPickerTrigger.d.ts +4 -4
  505. package/lib/color-picker/src/ColorPreview.d.ts +5 -5
  506. package/lib/color-picker/src/HueSlider.d.ts +5 -5
  507. package/lib/color-picker/src/Pallete.d.ts +6 -6
  508. package/lib/config-provider/src/ConfigProvider.d.ts +5 -5
  509. package/lib/countdown/src/Countdown.d.ts +6 -6
  510. package/lib/data-table/src/DataTable.d.ts +13 -9
  511. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1207 -9
  512. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1210 -7
  513. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +4 -4
  514. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +4 -4
  515. package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
  516. package/lib/data-table/src/HeaderButton/SortButton.d.ts +5 -5
  517. package/lib/data-table/src/MainTable.d.ts +12 -5
  518. package/lib/data-table/src/TableParts/Body.d.ts +1255 -34
  519. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
  520. package/lib/data-table/src/TableParts/BodyRadio.d.ts +3 -3
  521. package/lib/data-table/src/TableParts/Cell.d.ts +4 -4
  522. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +4 -4
  523. package/lib/data-table/src/TableParts/Header.d.ts +1224 -20
  524. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
  525. package/lib/data-table/src/use-expand.d.ts +1 -1
  526. package/lib/data-table/src/use-scroll.d.ts +4 -4
  527. package/lib/data-table/src/use-table-data.d.ts +1 -1
  528. package/lib/date-picker/src/DatePicker.d.ts +131 -18
  529. package/lib/date-picker/src/panel/date.d.ts +985 -13
  530. package/lib/date-picker/src/panel/daterange.d.ts +991 -19
  531. package/lib/date-picker/src/panel/datetime.d.ts +985 -13
  532. package/lib/date-picker/src/panel/datetimerange.d.ts +991 -19
  533. package/lib/date-picker/src/panel/month.d.ts +985 -13
  534. package/lib/date-picker/src/panel/monthrange.d.ts +991 -19
  535. package/lib/date-picker/src/panel/panelHeader.d.ts +6130 -78
  536. package/lib/date-picker/src/panel/use-calendar.d.ts +980 -8
  537. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +986 -14
  538. package/lib/date-picker/src/panel/use-panel-common.d.ts +977 -5
  539. package/lib/descriptions/src/Descriptions.d.ts +7 -7
  540. package/lib/descriptions/src/DescriptionsItem.d.ts +4 -4
  541. package/lib/dialog/src/Dialog.d.ts +8 -8
  542. package/lib/dialog/src/DialogEnvironment.d.ts +6 -6
  543. package/lib/dialog/src/DialogProvider.d.ts +5505 -9
  544. package/lib/dialog/src/dialogProps.d.ts +1 -1
  545. package/lib/discrete/src/InjectionExtractor.d.ts +4 -4
  546. package/lib/divider/src/Divider.d.ts +7 -7
  547. package/lib/drawer/src/Drawer.d.ts +9 -9
  548. package/lib/drawer/src/DrawerBodyWrapper.d.ts +60 -13
  549. package/lib/drawer/src/DrawerBodyWrapper.js +1 -1
  550. package/lib/drawer/src/DrawerContent.d.ts +53 -6
  551. package/lib/dropdown/src/Dropdown.d.ts +9 -9
  552. package/lib/dropdown/src/DropdownDivider.d.ts +3 -3
  553. package/lib/dropdown/src/DropdownGroup.d.ts +4 -4
  554. package/lib/dropdown/src/DropdownGroupHeader.d.ts +10 -10
  555. package/lib/dropdown/src/DropdownMenu.d.ts +6 -6
  556. package/lib/dropdown/src/DropdownOption.d.ts +15 -15
  557. package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -3
  558. package/lib/dynamic-input/src/DynamicInput.d.ts +11 -9
  559. package/lib/dynamic-input/src/InputPreset.d.ts +292 -6
  560. package/lib/dynamic-input/src/PairPreset.d.ts +293 -7
  561. package/lib/dynamic-tags/src/DynamicTags.d.ts +36 -12
  562. package/lib/element/src/Element.d.ts +7 -7
  563. package/lib/ellipsis/src/Ellipsis.d.ts +10 -7
  564. package/lib/ellipsis/src/PerformantEllipsis.d.ts +6 -6
  565. package/lib/empty/src/Empty.d.ts +7 -7
  566. package/lib/equation/src/Equation.d.ts +4 -4
  567. package/lib/flex/src/Flex.d.ts +7 -7
  568. package/lib/float-button/src/FloatButton.d.ts +8 -8
  569. package/lib/float-button/src/styles/index.cssr.js +8 -2
  570. package/lib/float-button-group/src/FloatButtonGroup.d.ts +7 -7
  571. package/lib/float-button-group/src/styles/index.cssr.js +7 -1
  572. package/lib/form/src/Form.d.ts +6 -6
  573. package/lib/form/src/FormItem.d.ts +17 -11
  574. package/lib/form/src/FormItemCol.d.ts +11 -5
  575. package/lib/form/src/FormItemGridItem.d.ts +11 -5
  576. package/lib/form/src/FormItemRow.d.ts +10 -5
  577. package/lib/form/src/utils.d.ts +2 -2
  578. package/lib/global-style/src/GlobalStyle.d.ts +1 -1
  579. package/lib/gradient-text/src/GradientText.d.ts +7 -7
  580. package/lib/grid/src/Grid.d.ts +8 -8
  581. package/lib/grid/src/GridItem.d.ts +8 -8
  582. package/lib/highlight/src/Highlight.d.ts +6 -6
  583. package/lib/icon/src/Icon.d.ts +6 -6
  584. package/lib/icon-wrapper/src/IconWrapper.d.ts +4 -4
  585. package/lib/image/src/Image.d.ts +16 -11
  586. package/lib/image/src/ImageGroup.d.ts +10 -6
  587. package/lib/image/src/ImagePreview.d.ts +13 -13
  588. package/lib/image/src/ImagePreview.js +3 -3
  589. package/lib/image/src/icons.d.ts +3 -3
  590. package/lib/image/src/icons.js +15 -7
  591. package/lib/infinite-scroll/src/InfiniteScroll.d.ts +17 -5
  592. package/lib/input/src/Input.d.ts +39 -23
  593. package/lib/input/src/InputGroup.d.ts +3 -11
  594. package/lib/input/src/InputGroupLabel.d.ts +7 -7
  595. package/lib/input/src/WordCount.d.ts +1 -1
  596. package/lib/input-number/src/InputNumber.d.ts +42 -10
  597. package/lib/layout/src/Layout.d.ts +39 -17
  598. package/lib/layout/src/LayoutContent.d.ts +19 -8
  599. package/lib/layout/src/LayoutFooter.d.ts +7 -7
  600. package/lib/layout/src/LayoutHeader.d.ts +7 -7
  601. package/lib/layout/src/LayoutSider.d.ts +20 -9
  602. package/lib/layout/src/ToggleBar.d.ts +3 -3
  603. package/lib/layout/src/ToggleButton.d.ts +3 -3
  604. package/lib/legacy-grid/src/Col.d.ts +7 -7
  605. package/lib/legacy-grid/src/Row.d.ts +7 -7
  606. package/lib/legacy-transfer/src/Transfer.d.ts +13 -10
  607. package/lib/legacy-transfer/src/TransferFilter.d.ts +384 -6
  608. package/lib/legacy-transfer/src/TransferHeader.d.ts +4 -4
  609. package/lib/legacy-transfer/src/TransferList.d.ts +401 -6
  610. package/lib/legacy-transfer/src/TransferListItem.d.ts +384 -6
  611. package/lib/legacy-transfer/src/use-transfer-data.d.ts +6 -6
  612. package/lib/list/src/List.d.ts +8 -8
  613. package/lib/list/src/ListItem.d.ts +3 -3
  614. package/lib/loading-bar/src/LoadingBar.d.ts +11 -11
  615. package/lib/loading-bar/src/LoadingBarProvider.d.ts +9 -5
  616. package/lib/log/src/Log.d.ts +19 -7
  617. package/lib/log/src/LogLine.d.ts +7 -7
  618. package/lib/log/src/LogLoader.d.ts +6 -4
  619. package/lib/marquee/src/Marquee.d.ts +7 -7
  620. package/lib/mention/src/Mention.d.ts +50 -14
  621. package/lib/menu/src/Menu.d.ts +16 -12
  622. package/lib/menu/src/MenuDivider.d.ts +1 -1
  623. package/lib/menu/src/MenuOption.d.ts +222 -7
  624. package/lib/menu/src/MenuOptionContent.d.ts +5 -5
  625. package/lib/menu/src/MenuOptionGroup.d.ts +4 -4
  626. package/lib/menu/src/Submenu.d.ts +226 -11
  627. package/lib/message/src/Message.d.ts +8 -8
  628. package/lib/message/src/MessageEnvironment.d.ts +6 -6
  629. package/lib/message/src/MessageProvider.d.ts +21 -7
  630. package/lib/modal/src/BodyWrapper.d.ts +540 -11
  631. package/lib/modal/src/Modal.d.ts +10 -10
  632. package/lib/modal/src/ModalEnvironment.d.ts +7 -7
  633. package/lib/modal/src/presetProps.d.ts +1 -1
  634. package/lib/notification/src/Notification.d.ts +9 -9
  635. package/lib/notification/src/NotificationContainer.d.ts +61 -7
  636. package/lib/notification/src/NotificationEnvironment.d.ts +6 -6
  637. package/lib/notification/src/NotificationProvider.d.ts +31 -7
  638. package/lib/number-animation/src/NumberAnimation.d.ts +6 -6
  639. package/lib/page-header/src/PageHeader.d.ts +7 -7
  640. package/lib/pagination/src/Pagination.d.ts +18 -15
  641. package/lib/popconfirm/src/Popconfirm.d.ts +12 -7
  642. package/lib/popconfirm/src/PopconfirmPanel.d.ts +12 -9
  643. package/lib/popover/src/Popover.d.ts +11 -9
  644. package/lib/popover/src/Popover.js +7 -1
  645. package/lib/popover/src/PopoverBody.d.ts +13 -11
  646. package/lib/popselect/src/Popselect.d.ts +26 -23
  647. package/lib/popselect/src/PopselectPanel.d.ts +133 -7
  648. package/lib/progress/src/Circle.d.ts +4 -4
  649. package/lib/progress/src/Line.d.ts +4 -4
  650. package/lib/progress/src/MultipleCircle.d.ts +4 -4
  651. package/lib/progress/src/Progress.d.ts +7 -7
  652. package/lib/qr-code/src/QrCode.d.ts +8 -8
  653. package/lib/radio/src/Radio.d.ts +7 -7
  654. package/lib/radio/src/RadioButton.d.ts +23 -47
  655. package/lib/radio/src/RadioGroup.d.ts +9 -9
  656. package/lib/rate/src/Rate.d.ts +8 -8
  657. package/lib/rate/src/Rate.js +1 -1
  658. package/lib/rate/src/StarIcon.d.ts +1 -1
  659. package/lib/rate/src/StarIcon.js +1 -1
  660. package/lib/result/src/403.d.ts +1 -2
  661. package/lib/result/src/403.js +6 -3
  662. package/lib/result/src/404.d.ts +1 -2
  663. package/lib/result/src/404.js +10 -7
  664. package/lib/result/src/418.d.ts +1 -2
  665. package/lib/result/src/418.js +10 -7
  666. package/lib/result/src/500.d.ts +1 -2
  667. package/lib/result/src/500.js +7 -4
  668. package/lib/result/src/Result.d.ts +7 -7
  669. package/lib/result/src/Result.js +8 -8
  670. package/lib/scrollbar/src/Scrollbar.d.ts +17 -5
  671. package/lib/select/src/Select.d.ts +37 -17
  672. package/lib/skeleton/src/Skeleton.d.ts +6 -6
  673. package/lib/slider/src/Slider.d.ts +17 -17
  674. package/lib/space/src/Space.d.ts +7 -7
  675. package/lib/spin/src/Spin.d.ts +8 -8
  676. package/lib/split/src/Split.d.ts +10 -10
  677. package/lib/statistic/src/Statistic.d.ts +8 -8
  678. package/lib/steps/src/Step.d.ts +7 -7
  679. package/lib/steps/src/Steps.d.ts +7 -7
  680. package/lib/switch/src/Switch.d.ts +9 -9
  681. package/lib/table/src/Table.d.ts +8 -8
  682. package/lib/table/src/Tbody.d.ts +1 -1
  683. package/lib/table/src/Td.d.ts +1 -1
  684. package/lib/table/src/Th.d.ts +1 -1
  685. package/lib/table/src/Thead.d.ts +1 -1
  686. package/lib/table/src/Tr.d.ts +1 -1
  687. package/lib/tabs/src/Tab.d.ts +16 -16
  688. package/lib/tabs/src/TabPane.d.ts +8 -8
  689. package/lib/tabs/src/Tabs.d.ts +58 -19
  690. package/lib/tag/src/Tag.d.ts +10 -10
  691. package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -1
  692. package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -1
  693. package/lib/theme-editor/src/ThemeEditor.d.ts +19 -10
  694. package/lib/theme-editor/src/ThemeEditor.js +8 -6
  695. package/lib/thing/src/Thing.d.ts +4 -4
  696. package/lib/time/src/Time.d.ts +6 -6
  697. package/lib/time-picker/src/Panel.d.ts +326 -10
  698. package/lib/time-picker/src/PanelCol.d.ts +4 -4
  699. package/lib/time-picker/src/TimePicker.d.ts +89 -15
  700. package/lib/timeline/src/Timeline.d.ts +4 -4
  701. package/lib/timeline/src/TimelineItem.d.ts +7 -7
  702. package/lib/tooltip/src/Tooltip.d.ts +10 -7
  703. package/lib/transfer/src/Transfer.d.ts +9 -9
  704. package/lib/transfer/src/TransferFilter.d.ts +397 -6
  705. package/lib/transfer/src/TransferHeader.d.ts +4 -4
  706. package/lib/transfer/src/TransferList.d.ts +414 -6
  707. package/lib/transfer/src/TransferListItem.d.ts +400 -9
  708. package/lib/transfer/src/use-transfer-data.d.ts +3 -3
  709. package/lib/tree/src/MotionWrapper.d.ts +3 -3
  710. package/lib/tree/src/Tree.d.ts +28 -11
  711. package/lib/tree/src/TreeNode.d.ts +14 -14
  712. package/lib/tree/src/TreeNodeCheckbox.d.ts +99 -5
  713. package/lib/tree/src/TreeNodeContent.d.ts +10 -10
  714. package/lib/tree/src/TreeNodeSwitcher.d.ts +4 -4
  715. package/lib/tree-select/src/TreeSelect.d.ts +30 -16
  716. package/lib/typography/src/a.d.ts +6 -6
  717. package/lib/typography/src/blockquote.d.ts +7 -7
  718. package/lib/typography/src/create-header.d.ts +7 -7
  719. package/lib/typography/src/headers.d.ts +42 -42
  720. package/lib/typography/src/hr.d.ts +6 -6
  721. package/lib/typography/src/li.d.ts +1 -1
  722. package/lib/typography/src/ol.d.ts +7 -7
  723. package/lib/typography/src/p.d.ts +6 -6
  724. package/lib/typography/src/text.d.ts +7 -7
  725. package/lib/typography/src/ul.d.ts +7 -7
  726. package/lib/upload/src/Upload.d.ts +10 -10
  727. package/lib/upload/src/UploadDragger.d.ts +1 -1
  728. package/lib/upload/src/UploadFile.d.ts +270 -7
  729. package/lib/upload/src/UploadFile.js +1 -1
  730. package/lib/upload/src/UploadFileList.d.ts +1 -1
  731. package/lib/upload/src/UploadProgress.d.ts +265 -5
  732. package/lib/upload/src/UploadTrigger.d.ts +5 -5
  733. package/lib/upload/src/icons.d.ts +2 -2
  734. package/lib/upload/src/icons.js +3 -3
  735. package/lib/version.d.ts +1 -1
  736. package/lib/version.js +1 -1
  737. package/lib/virtual-list/src/VirtualList.d.ts +22 -6
  738. package/lib/watermark/src/Watermark.d.ts +4 -4
  739. package/package.json +4 -4
  740. package/web-types.json +1 -1
package/dist/index.js CHANGED
@@ -4197,9 +4197,7 @@
4197
4197
  getLeft
4198
4198
  });
4199
4199
  return {
4200
- setListWidth(value) {
4201
- listWidthRef.value = value;
4202
- },
4200
+ listWidthRef,
4203
4201
  scrollLeftRef
4204
4202
  };
4205
4203
  }
@@ -4382,7 +4380,9 @@
4382
4380
  }
4383
4381
  });
4384
4382
  const totalWidthRef = useMemo(() => {
4385
- if (props.renderCol == null && props.renderItemWithCols == null) return undefined;
4383
+ if (props.renderCol == null && props.renderItemWithCols == null) {
4384
+ return undefined;
4385
+ }
4386
4386
  if (props.columns.length === 0) return undefined;
4387
4387
  let width = 0;
4388
4388
  props.columns.forEach(column => {
@@ -4402,7 +4402,7 @@
4402
4402
  });
4403
4403
  const {
4404
4404
  scrollLeftRef,
4405
- setListWidth
4405
+ listWidthRef
4406
4406
  } = setupXScroll({
4407
4407
  columnsRef: vue.toRef(props, 'columns'),
4408
4408
  renderColRef: vue.toRef(props, 'renderCol'),
@@ -4614,9 +4614,15 @@
4614
4614
  // List is HTMLElement
4615
4615
  if (isHideByVShow(entry.target)) return;
4616
4616
  // If height is same, return
4617
- if (entry.contentRect.height === listHeightRef.value) return;
4617
+ if (props.renderCol == null && props.renderItemWithCols == null) {
4618
+ if (entry.contentRect.height === listHeightRef.value) return;
4619
+ } else {
4620
+ if (entry.contentRect.height === listHeightRef.value && entry.contentRect.width === listWidthRef.value) {
4621
+ return;
4622
+ }
4623
+ }
4618
4624
  listHeightRef.value = entry.contentRect.height;
4619
- setListWidth(entry.contentRect.width);
4625
+ listWidthRef.value = entry.contentRect.width;
4620
4626
  const {
4621
4627
  onResize
4622
4628
  } = props;
@@ -5224,6 +5230,13 @@
5224
5230
  resizeObserverManager.registerHandler(el, onResize);
5225
5231
  }
5226
5232
  });
5233
+ vue.watch(elRef, (_, oldEl) => {
5234
+ if (oldEl) {
5235
+ resizeObserverManager.unregisterHandler(oldEl);
5236
+ }
5237
+ }, {
5238
+ deep: false
5239
+ });
5227
5240
  vue.onBeforeUnmount(() => {
5228
5241
  const {
5229
5242
  value: el
@@ -5275,7 +5288,7 @@
5275
5288
  top,
5276
5289
  bottom
5277
5290
  } = getMargin(inset);
5278
- return `${top} ${right} ${bottom} ${left}`;
5291
+ return `${top} ${left} ${bottom} ${right}`;
5279
5292
  }
5280
5293
 
5281
5294
  function download(url, name) {
@@ -31254,6 +31267,11 @@
31254
31267
  });
31255
31268
 
31256
31269
  function replaceable(name, icon) {
31270
+ const IconComponent = vue.defineComponent({
31271
+ render() {
31272
+ return icon();
31273
+ }
31274
+ });
31257
31275
  return vue.defineComponent({
31258
31276
  name: lodashExports.upperFirst(name),
31259
31277
  setup() {
@@ -31263,16 +31281,13 @@
31263
31281
  )?.mergedIconsRef;
31264
31282
  return () => {
31265
31283
  const iconOverride = mergedIconsRef?.value?.[name];
31266
- return iconOverride ? iconOverride() : icon;
31284
+ return iconOverride ? iconOverride() : /* @__PURE__ */ vue.h(IconComponent, null);
31267
31285
  };
31268
31286
  }
31269
31287
  });
31270
31288
  }
31271
31289
 
31272
- var AttachIcon = replaceable(
31273
- "attach",
31274
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M3.25735931,8.70710678 L7.85355339,4.1109127 C8.82986412,3.13460197 10.4127766,3.13460197 11.3890873,4.1109127 C12.365398,5.08722343 12.365398,6.67013588 11.3890873,7.64644661 L6.08578644,12.9497475 C5.69526215,13.3402718 5.06209717,13.3402718 4.67157288,12.9497475 C4.28104858,12.5592232 4.28104858,11.9260582 4.67157288,11.5355339 L9.97487373,6.23223305 C10.1701359,6.0369709 10.1701359,5.72038841 9.97487373,5.52512627 C9.77961159,5.32986412 9.4630291,5.32986412 9.26776695,5.52512627 L3.96446609,10.8284271 C3.18341751,11.6094757 3.18341751,12.8758057 3.96446609,13.6568542 C4.74551468,14.4379028 6.01184464,14.4379028 6.79289322,13.6568542 L12.0961941,8.35355339 C13.4630291,6.98671837 13.4630291,4.77064094 12.0961941,3.40380592 C10.7293591,2.0369709 8.51328163,2.0369709 7.14644661,3.40380592 L2.55025253,8 C2.35499039,8.19526215 2.35499039,8.51184464 2.55025253,8.70710678 C2.74551468,8.90236893 3.06209717,8.90236893 3.25735931,8.70710678 Z" }))))
31275
- );
31290
+ var AttachIcon = replaceable("attach", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M3.25735931,8.70710678 L7.85355339,4.1109127 C8.82986412,3.13460197 10.4127766,3.13460197 11.3890873,4.1109127 C12.365398,5.08722343 12.365398,6.67013588 11.3890873,7.64644661 L6.08578644,12.9497475 C5.69526215,13.3402718 5.06209717,13.3402718 4.67157288,12.9497475 C4.28104858,12.5592232 4.28104858,11.9260582 4.67157288,11.5355339 L9.97487373,6.23223305 C10.1701359,6.0369709 10.1701359,5.72038841 9.97487373,5.52512627 C9.77961159,5.32986412 9.4630291,5.32986412 9.26776695,5.52512627 L3.96446609,10.8284271 C3.18341751,11.6094757 3.18341751,12.8758057 3.96446609,13.6568542 C4.74551468,14.4379028 6.01184464,14.4379028 6.79289322,13.6568542 L12.0961941,8.35355339 C13.4630291,6.98671837 13.4630291,4.77064094 12.0961941,3.40380592 C10.7293591,2.0369709 8.51328163,2.0369709 7.14644661,3.40380592 L2.55025253,8 C2.35499039,8.19526215 2.35499039,8.51184464 2.55025253,8.70710678 C2.74551468,8.90236893 3.06209717,8.90236893 3.25735931,8.70710678 Z" })))));
31276
31291
 
31277
31292
  var BackwardIcon = vue.defineComponent({
31278
31293
  name: "Backward",
@@ -31287,10 +31302,7 @@
31287
31302
  }
31288
31303
  });
31289
31304
 
31290
- var CancelIcon = replaceable(
31291
- "cancel",
31292
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M2.58859116,2.7156945 L2.64644661,2.64644661 C2.82001296,2.47288026 3.08943736,2.45359511 3.2843055,2.58859116 L3.35355339,2.64644661 L8,7.293 L12.6464466,2.64644661 C12.8417088,2.45118446 13.1582912,2.45118446 13.3535534,2.64644661 C13.5488155,2.84170876 13.5488155,3.15829124 13.3535534,3.35355339 L8.707,8 L13.3535534,12.6464466 C13.5271197,12.820013 13.5464049,13.0894374 13.4114088,13.2843055 L13.3535534,13.3535534 C13.179987,13.5271197 12.9105626,13.5464049 12.7156945,13.4114088 L12.6464466,13.3535534 L8,8.707 L3.35355339,13.3535534 C3.15829124,13.5488155 2.84170876,13.5488155 2.64644661,13.3535534 C2.45118446,13.1582912 2.45118446,12.8417088 2.64644661,12.6464466 L7.293,8 L2.64644661,3.35355339 C2.47288026,3.17998704 2.45359511,2.91056264 2.58859116,2.7156945 L2.64644661,2.64644661 L2.58859116,2.7156945 Z" }))))
31293
- );
31305
+ var CancelIcon = replaceable("cancel", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M2.58859116,2.7156945 L2.64644661,2.64644661 C2.82001296,2.47288026 3.08943736,2.45359511 3.2843055,2.58859116 L3.35355339,2.64644661 L8,7.293 L12.6464466,2.64644661 C12.8417088,2.45118446 13.1582912,2.45118446 13.3535534,2.64644661 C13.5488155,2.84170876 13.5488155,3.15829124 13.3535534,3.35355339 L8.707,8 L13.3535534,12.6464466 C13.5271197,12.820013 13.5464049,13.0894374 13.4114088,13.2843055 L13.3535534,13.3535534 C13.179987,13.5271197 12.9105626,13.5464049 12.7156945,13.4114088 L12.6464466,13.3535534 L8,8.707 L3.35355339,13.3535534 C3.15829124,13.5488155 2.84170876,13.5488155 2.64644661,13.3535534 C2.45118446,13.1582912 2.45118446,12.8417088 2.64644661,12.6464466 L7.293,8 L2.64644661,3.35355339 C2.47288026,3.17998704 2.45359511,2.91056264 2.58859116,2.7156945 L2.64644661,2.64644661 L2.58859116,2.7156945 Z" })))));
31294
31306
 
31295
31307
  var FinishedIcon = vue.defineComponent({
31296
31308
  name: "Checkmark",
@@ -31357,44 +31369,32 @@
31357
31369
  }
31358
31370
  });
31359
31371
 
31360
- var ClearIcon = replaceable(
31361
- "clear",
31362
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M8,2 C11.3137085,2 14,4.6862915 14,8 C14,11.3137085 11.3137085,14 8,14 C4.6862915,14 2,11.3137085 2,8 C2,4.6862915 4.6862915,2 8,2 Z M6.5343055,5.83859116 C6.33943736,5.70359511 6.07001296,5.72288026 5.89644661,5.89644661 L5.89644661,5.89644661 L5.83859116,5.9656945 C5.70359511,6.16056264 5.72288026,6.42998704 5.89644661,6.60355339 L5.89644661,6.60355339 L7.293,8 L5.89644661,9.39644661 L5.83859116,9.4656945 C5.70359511,9.66056264 5.72288026,9.92998704 5.89644661,10.1035534 L5.89644661,10.1035534 L5.9656945,10.1614088 C6.16056264,10.2964049 6.42998704,10.2771197 6.60355339,10.1035534 L6.60355339,10.1035534 L8,8.707 L9.39644661,10.1035534 L9.4656945,10.1614088 C9.66056264,10.2964049 9.92998704,10.2771197 10.1035534,10.1035534 L10.1035534,10.1035534 L10.1614088,10.0343055 C10.2964049,9.83943736 10.2771197,9.57001296 10.1035534,9.39644661 L10.1035534,9.39644661 L8.707,8 L10.1035534,6.60355339 L10.1614088,6.5343055 C10.2964049,6.33943736 10.2771197,6.07001296 10.1035534,5.89644661 L10.1035534,5.89644661 L10.0343055,5.83859116 C9.83943736,5.70359511 9.57001296,5.72288026 9.39644661,5.89644661 L9.39644661,5.89644661 L8,7.293 L6.60355339,5.89644661 Z" }))))
31363
- );
31372
+ var ClearIcon = replaceable("clear", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M8,2 C11.3137085,2 14,4.6862915 14,8 C14,11.3137085 11.3137085,14 8,14 C4.6862915,14 2,11.3137085 2,8 C2,4.6862915 4.6862915,2 8,2 Z M6.5343055,5.83859116 C6.33943736,5.70359511 6.07001296,5.72288026 5.89644661,5.89644661 L5.89644661,5.89644661 L5.83859116,5.9656945 C5.70359511,6.16056264 5.72288026,6.42998704 5.89644661,6.60355339 L5.89644661,6.60355339 L7.293,8 L5.89644661,9.39644661 L5.83859116,9.4656945 C5.70359511,9.66056264 5.72288026,9.92998704 5.89644661,10.1035534 L5.89644661,10.1035534 L5.9656945,10.1614088 C6.16056264,10.2964049 6.42998704,10.2771197 6.60355339,10.1035534 L6.60355339,10.1035534 L8,8.707 L9.39644661,10.1035534 L9.4656945,10.1614088 C9.66056264,10.2964049 9.92998704,10.2771197 10.1035534,10.1035534 L10.1035534,10.1035534 L10.1614088,10.0343055 C10.2964049,9.83943736 10.2771197,9.57001296 10.1035534,9.39644661 L10.1035534,9.39644661 L8.707,8 L10.1035534,6.60355339 L10.1614088,6.5343055 C10.2964049,6.33943736 10.2771197,6.07001296 10.1035534,5.89644661 L10.1035534,5.89644661 L10.0343055,5.83859116 C9.83943736,5.70359511 9.57001296,5.72288026 9.39644661,5.89644661 L9.39644661,5.89644661 L8,7.293 L6.60355339,5.89644661 Z" })))));
31364
31373
 
31365
- var ErrorIcon$1 = replaceable(
31366
- "close",
31367
- /* @__PURE__ */ vue.h(
31368
- "svg",
31369
- {
31370
- viewBox: "0 0 12 12",
31371
- version: "1.1",
31372
- xmlns: "http://www.w3.org/2000/svg",
31373
- "aria-hidden": true
31374
- },
31375
- /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M2.08859116,2.2156945 L2.14644661,2.14644661 C2.32001296,1.97288026 2.58943736,1.95359511 2.7843055,2.08859116 L2.85355339,2.14644661 L6,5.293 L9.14644661,2.14644661 C9.34170876,1.95118446 9.65829124,1.95118446 9.85355339,2.14644661 C10.0488155,2.34170876 10.0488155,2.65829124 9.85355339,2.85355339 L6.707,6 L9.85355339,9.14644661 C10.0271197,9.32001296 10.0464049,9.58943736 9.91140884,9.7843055 L9.85355339,9.85355339 C9.67998704,10.0271197 9.41056264,10.0464049 9.2156945,9.91140884 L9.14644661,9.85355339 L6,6.707 L2.85355339,9.85355339 C2.65829124,10.0488155 2.34170876,10.0488155 2.14644661,9.85355339 C1.95118446,9.65829124 1.95118446,9.34170876 2.14644661,9.14644661 L5.293,6 L2.14644661,2.85355339 C1.97288026,2.67998704 1.95359511,2.41056264 2.08859116,2.2156945 L2.14644661,2.14644661 L2.08859116,2.2156945 Z" })))
31376
- )
31377
- );
31374
+ var ErrorIcon$1 = replaceable("close", () => /* @__PURE__ */ vue.h(
31375
+ "svg",
31376
+ {
31377
+ viewBox: "0 0 12 12",
31378
+ version: "1.1",
31379
+ xmlns: "http://www.w3.org/2000/svg",
31380
+ "aria-hidden": true
31381
+ },
31382
+ /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M2.08859116,2.2156945 L2.14644661,2.14644661 C2.32001296,1.97288026 2.58943736,1.95359511 2.7843055,2.08859116 L2.85355339,2.14644661 L6,5.293 L9.14644661,2.14644661 C9.34170876,1.95118446 9.65829124,1.95118446 9.85355339,2.14644661 C10.0488155,2.34170876 10.0488155,2.65829124 9.85355339,2.85355339 L6.707,6 L9.85355339,9.14644661 C10.0271197,9.32001296 10.0464049,9.58943736 9.91140884,9.7843055 L9.85355339,9.85355339 C9.67998704,10.0271197 9.41056264,10.0464049 9.2156945,9.91140884 L9.14644661,9.85355339 L6,6.707 L2.85355339,9.85355339 C2.65829124,10.0488155 2.34170876,10.0488155 2.14644661,9.85355339 C1.95118446,9.65829124 1.95118446,9.34170876 2.14644661,9.14644661 L5.293,6 L2.14644661,2.85355339 C1.97288026,2.67998704 1.95359511,2.41056264 2.08859116,2.2156945 L2.14644661,2.14644661 L2.08859116,2.2156945 Z" })))
31383
+ ));
31378
31384
 
31379
- var DateIcon = replaceable(
31380
- "date",
31381
- /* @__PURE__ */ vue.h(
31382
- "svg",
31383
- {
31384
- width: "28px",
31385
- height: "28px",
31386
- viewBox: "0 0 28 28",
31387
- version: "1.1",
31388
- xmlns: "http://www.w3.org/2000/svg"
31389
- },
31390
- /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M21.75,3 C23.5449254,3 25,4.45507456 25,6.25 L25,21.75 C25,23.5449254 23.5449254,25 21.75,25 L6.25,25 C4.45507456,25 3,23.5449254 3,21.75 L3,6.25 C3,4.45507456 4.45507456,3 6.25,3 L21.75,3 Z M23.5,9.503 L4.5,9.503 L4.5,21.75 C4.5,22.7164983 5.28350169,23.5 6.25,23.5 L21.75,23.5 C22.7164983,23.5 23.5,22.7164983 23.5,21.75 L23.5,9.503 Z M21.75,4.5 L6.25,4.5 C5.28350169,4.5 4.5,5.28350169 4.5,6.25 L4.5,8.003 L23.5,8.003 L23.5,6.25 C23.5,5.28350169 22.7164983,4.5 21.75,4.5 Z" })))
31391
- )
31392
- );
31385
+ var DateIcon = replaceable("date", () => /* @__PURE__ */ vue.h(
31386
+ "svg",
31387
+ {
31388
+ width: "28px",
31389
+ height: "28px",
31390
+ viewBox: "0 0 28 28",
31391
+ version: "1.1",
31392
+ xmlns: "http://www.w3.org/2000/svg"
31393
+ },
31394
+ /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M21.75,3 C23.5449254,3 25,4.45507456 25,6.25 L25,21.75 C25,23.5449254 23.5449254,25 21.75,25 L6.25,25 C4.45507456,25 3,23.5449254 3,21.75 L3,6.25 C3,4.45507456 4.45507456,3 6.25,3 L21.75,3 Z M23.5,9.503 L4.5,9.503 L4.5,21.75 C4.5,22.7164983 5.28350169,23.5 6.25,23.5 L21.75,23.5 C22.7164983,23.5 23.5,22.7164983 23.5,21.75 L23.5,9.503 Z M21.75,4.5 L6.25,4.5 C5.28350169,4.5 4.5,5.28350169 4.5,6.25 L4.5,8.003 L23.5,8.003 L23.5,6.25 C23.5,5.28350169 22.7164983,4.5 21.75,4.5 Z" })))
31395
+ ));
31393
31396
 
31394
- var DownloadIcon = replaceable(
31395
- "download",
31396
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M3.5,13 L12.5,13 C12.7761424,13 13,13.2238576 13,13.5 C13,13.7454599 12.8231248,13.9496084 12.5898756,13.9919443 L12.5,14 L3.5,14 C3.22385763,14 3,13.7761424 3,13.5 C3,13.2545401 3.17687516,13.0503916 3.41012437,13.0080557 L3.5,13 L12.5,13 L3.5,13 Z M7.91012437,1.00805567 L8,1 C8.24545989,1 8.44960837,1.17687516 8.49194433,1.41012437 L8.5,1.5 L8.5,10.292 L11.1819805,7.6109127 C11.3555469,7.43734635 11.6249713,7.4180612 11.8198394,7.55305725 L11.8890873,7.6109127 C12.0626536,7.78447906 12.0819388,8.05390346 11.9469427,8.2487716 L11.8890873,8.31801948 L8.35355339,11.8535534 C8.17998704,12.0271197 7.91056264,12.0464049 7.7156945,11.9114088 L7.64644661,11.8535534 L4.1109127,8.31801948 C3.91565056,8.12275734 3.91565056,7.80617485 4.1109127,7.6109127 C4.28447906,7.43734635 4.55390346,7.4180612 4.7487716,7.55305725 L4.81801948,7.6109127 L7.5,10.292 L7.5,1.5 C7.5,1.25454011 7.67687516,1.05039163 7.91012437,1.00805567 L8,1 L7.91012437,1.00805567 Z" }))))
31397
- );
31397
+ var DownloadIcon = replaceable("download", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M3.5,13 L12.5,13 C12.7761424,13 13,13.2238576 13,13.5 C13,13.7454599 12.8231248,13.9496084 12.5898756,13.9919443 L12.5,14 L3.5,14 C3.22385763,14 3,13.7761424 3,13.5 C3,13.2545401 3.17687516,13.0503916 3.41012437,13.0080557 L3.5,13 L12.5,13 L3.5,13 Z M7.91012437,1.00805567 L8,1 C8.24545989,1 8.44960837,1.17687516 8.49194433,1.41012437 L8.5,1.5 L8.5,10.292 L11.1819805,7.6109127 C11.3555469,7.43734635 11.6249713,7.4180612 11.8198394,7.55305725 L11.8890873,7.6109127 C12.0626536,7.78447906 12.0819388,8.05390346 11.9469427,8.2487716 L11.8890873,8.31801948 L8.35355339,11.8535534 C8.17998704,12.0271197 7.91056264,12.0464049 7.7156945,11.9114088 L7.64644661,11.8535534 L4.1109127,8.31801948 C3.91565056,8.12275734 3.91565056,7.80617485 4.1109127,7.6109127 C4.28447906,7.43734635 4.55390346,7.4180612 4.7487716,7.55305725 L4.81801948,7.6109127 L7.5,10.292 L7.5,1.5 C7.5,1.25454011 7.67687516,1.05039163 7.91012437,1.00805567 L8,1 L7.91012437,1.00805567 Z" })))));
31398
31398
 
31399
31399
  var EmptyIcon = vue.defineComponent({
31400
31400
  name: "Empty",
@@ -31415,10 +31415,7 @@
31415
31415
  }
31416
31416
  });
31417
31417
 
31418
- var ErrorIcon = replaceable(
31419
- "error",
31420
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 48 48", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M24,4 C35.045695,4 44,12.954305 44,24 C44,35.045695 35.045695,44 24,44 C12.954305,44 4,35.045695 4,24 C4,12.954305 12.954305,4 24,4 Z M17.8838835,16.1161165 L17.7823881,16.0249942 C17.3266086,15.6583353 16.6733914,15.6583353 16.2176119,16.0249942 L16.1161165,16.1161165 L16.0249942,16.2176119 C15.6583353,16.6733914 15.6583353,17.3266086 16.0249942,17.7823881 L16.1161165,17.8838835 L22.233,24 L16.1161165,30.1161165 L16.0249942,30.2176119 C15.6583353,30.6733914 15.6583353,31.3266086 16.0249942,31.7823881 L16.1161165,31.8838835 L16.2176119,31.9750058 C16.6733914,32.3416647 17.3266086,32.3416647 17.7823881,31.9750058 L17.8838835,31.8838835 L24,25.767 L30.1161165,31.8838835 L30.2176119,31.9750058 C30.6733914,32.3416647 31.3266086,32.3416647 31.7823881,31.9750058 L31.8838835,31.8838835 L31.9750058,31.7823881 C32.3416647,31.3266086 32.3416647,30.6733914 31.9750058,30.2176119 L31.8838835,30.1161165 L25.767,24 L31.8838835,17.8838835 L31.9750058,17.7823881 C32.3416647,17.3266086 32.3416647,16.6733914 31.9750058,16.2176119 L31.8838835,16.1161165 L31.7823881,16.0249942 C31.3266086,15.6583353 30.6733914,15.6583353 30.2176119,16.0249942 L30.1161165,16.1161165 L24,22.233 L17.8838835,16.1161165 L17.7823881,16.0249942 L17.8838835,16.1161165 Z" }))))
31421
- );
31418
+ var ErrorIcon = replaceable("error", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 48 48", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M24,4 C35.045695,4 44,12.954305 44,24 C44,35.045695 35.045695,44 24,44 C12.954305,44 4,35.045695 4,24 C4,12.954305 12.954305,4 24,4 Z M17.8838835,16.1161165 L17.7823881,16.0249942 C17.3266086,15.6583353 16.6733914,15.6583353 16.2176119,16.0249942 L16.1161165,16.1161165 L16.0249942,16.2176119 C15.6583353,16.6733914 15.6583353,17.3266086 16.0249942,17.7823881 L16.1161165,17.8838835 L22.233,24 L16.1161165,30.1161165 L16.0249942,30.2176119 C15.6583353,30.6733914 15.6583353,31.3266086 16.0249942,31.7823881 L16.1161165,31.8838835 L16.2176119,31.9750058 C16.6733914,32.3416647 17.3266086,32.3416647 17.7823881,31.9750058 L17.8838835,31.8838835 L24,25.767 L30.1161165,31.8838835 L30.2176119,31.9750058 C30.6733914,32.3416647 31.3266086,32.3416647 31.7823881,31.9750058 L31.8838835,31.8838835 L31.9750058,31.7823881 C32.3416647,31.3266086 32.3416647,30.6733914 31.9750058,30.2176119 L31.8838835,30.1161165 L25.767,24 L31.8838835,17.8838835 L31.9750058,17.7823881 C32.3416647,17.3266086 32.3416647,16.6733914 31.9750058,16.2176119 L31.8838835,16.1161165 L31.7823881,16.0249942 C31.3266086,15.6583353 30.6733914,15.6583353 30.2176119,16.0249942 L30.1161165,16.1161165 L24,22.233 L17.8838835,16.1161165 L17.7823881,16.0249942 L17.8838835,16.1161165 Z" })))));
31422
31419
 
31423
31420
  var EyeIcon = vue.defineComponent({
31424
31421
  name: "Eye",
@@ -31537,10 +31534,7 @@
31537
31534
  }
31538
31535
  });
31539
31536
 
31540
- var InfoIcon = replaceable(
31541
- "info",
31542
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 28 28", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M14,2 C20.6274,2 26,7.37258 26,14 C26,20.6274 20.6274,26 14,26 C7.37258,26 2,20.6274 2,14 C2,7.37258 7.37258,2 14,2 Z M14,11 C13.4477,11 13,11.4477 13,12 L13,12 L13,20 C13,20.5523 13.4477,21 14,21 C14.5523,21 15,20.5523 15,20 L15,20 L15,12 C15,11.4477 14.5523,11 14,11 Z M14,6.75 C13.3096,6.75 12.75,7.30964 12.75,8 C12.75,8.69036 13.3096,9.25 14,9.25 C14.6904,9.25 15.25,8.69036 15.25,8 C15.25,7.30964 14.6904,6.75 14,6.75 Z" }))))
31543
- );
31537
+ var InfoIcon = replaceable("info", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 28 28", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M14,2 C20.6274,2 26,7.37258 26,14 C26,20.6274 20.6274,26 14,26 C7.37258,26 2,20.6274 2,14 C2,7.37258 7.37258,2 14,2 Z M14,11 C13.4477,11 13,11.4477 13,12 L13,12 L13,20 C13,20.5523 13.4477,21 14,21 C14.5523,21 15,20.5523 15,20 L15,20 L15,12 C15,11.4477 14.5523,11 14,11 Z M14,6.75 C13.3096,6.75 12.75,7.30964 12.75,8 C12.75,8.69036 13.3096,9.25 14,9.25 C14.6904,9.25 15.25,8.69036 15.25,8 C15.25,7.30964 14.6904,6.75 14,6.75 Z" })))));
31544
31538
 
31545
31539
  var MoreIcon = vue.defineComponent({
31546
31540
  name: "More",
@@ -31598,56 +31592,47 @@
31598
31592
  }
31599
31593
  });
31600
31594
 
31601
- var RetryIcon = replaceable(
31602
- "retry",
31603
- /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ vue.h(
31604
- "path",
31605
- {
31606
- d: "M320,146s24.36-12-64-12A160,160,0,1,0,416,294",
31607
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 32px;"
31608
- }
31609
- ), /* @__PURE__ */ vue.h(
31610
- "polyline",
31611
- {
31612
- points: "256 58 336 138 256 218",
31613
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31614
- }
31615
- ))
31616
- );
31595
+ var RetryIcon = replaceable("retry", () => /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ vue.h(
31596
+ "path",
31597
+ {
31598
+ d: "M320,146s24.36-12-64-12A160,160,0,1,0,416,294",
31599
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 32px;"
31600
+ }
31601
+ ), /* @__PURE__ */ vue.h(
31602
+ "polyline",
31603
+ {
31604
+ points: "256 58 336 138 256 218",
31605
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31606
+ }
31607
+ )));
31617
31608
 
31618
- var RotateClockwiseIcon = replaceable(
31619
- "rotateClockwise",
31620
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
31621
- "path",
31622
- {
31623
- d: "M3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 12.7916 15.3658 15.2026 13 16.3265V14.5C13 14.2239 12.7761 14 12.5 14C12.2239 14 12 14.2239 12 14.5V17.5C12 17.7761 12.2239 18 12.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H13.8758C16.3346 15.6357 18 13.0128 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 10.2761 2.22386 10.5 2.5 10.5C2.77614 10.5 3 10.2761 3 10Z",
31624
- fill: "currentColor"
31625
- }
31626
- ), /* @__PURE__ */ vue.h(
31627
- "path",
31628
- {
31629
- d: "M10 12C11.1046 12 12 11.1046 12 10C12 8.89543 11.1046 8 10 8C8.89543 8 8 8.89543 8 10C8 11.1046 8.89543 12 10 12ZM10 11C9.44772 11 9 10.5523 9 10C9 9.44772 9.44772 9 10 9C10.5523 9 11 9.44772 11 10C11 10.5523 10.5523 11 10 11Z",
31630
- fill: "currentColor"
31631
- }
31632
- ))
31633
- );
31609
+ var RotateClockwiseIcon = replaceable("rotateClockwise", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
31610
+ "path",
31611
+ {
31612
+ d: "M3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10C17 12.7916 15.3658 15.2026 13 16.3265V14.5C13 14.2239 12.7761 14 12.5 14C12.2239 14 12 14.2239 12 14.5V17.5C12 17.7761 12.2239 18 12.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H13.8758C16.3346 15.6357 18 13.0128 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 10.2761 2.22386 10.5 2.5 10.5C2.77614 10.5 3 10.2761 3 10Z",
31613
+ fill: "currentColor"
31614
+ }
31615
+ ), /* @__PURE__ */ vue.h(
31616
+ "path",
31617
+ {
31618
+ d: "M10 12C11.1046 12 12 11.1046 12 10C12 8.89543 11.1046 8 10 8C8.89543 8 8 8.89543 8 10C8 11.1046 8.89543 12 10 12ZM10 11C9.44772 11 9 10.5523 9 10C9 9.44772 9.44772 9 10 9C10.5523 9 11 9.44772 11 10C11 10.5523 10.5523 11 10 11Z",
31619
+ fill: "currentColor"
31620
+ }
31621
+ )));
31634
31622
 
31635
- var RotateCounterclockwiseIcon = replaceable(
31636
- "rotateClockwise",
31637
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
31638
- "path",
31639
- {
31640
- d: "M17 10C17 6.13401 13.866 3 10 3C6.13401 3 3 6.13401 3 10C3 12.7916 4.63419 15.2026 7 16.3265V14.5C7 14.2239 7.22386 14 7.5 14C7.77614 14 8 14.2239 8 14.5V17.5C8 17.7761 7.77614 18 7.5 18H4.5C4.22386 18 4 17.7761 4 17.5C4 17.2239 4.22386 17 4.5 17H6.12422C3.66539 15.6357 2 13.0128 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 10.2761 17.7761 10.5 17.5 10.5C17.2239 10.5 17 10.2761 17 10Z",
31641
- fill: "currentColor"
31642
- }
31643
- ), /* @__PURE__ */ vue.h(
31644
- "path",
31645
- {
31646
- d: "M10 12C8.89543 12 8 11.1046 8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12ZM10 11C10.5523 11 11 10.5523 11 10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10C9 10.5523 9.44772 11 10 11Z",
31647
- fill: "currentColor"
31648
- }
31649
- ))
31650
- );
31623
+ var RotateCounterclockwiseIcon = replaceable("rotateClockwise", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
31624
+ "path",
31625
+ {
31626
+ d: "M17 10C17 6.13401 13.866 3 10 3C6.13401 3 3 6.13401 3 10C3 12.7916 4.63419 15.2026 7 16.3265V14.5C7 14.2239 7.22386 14 7.5 14C7.77614 14 8 14.2239 8 14.5V17.5C8 17.7761 7.77614 18 7.5 18H4.5C4.22386 18 4 17.7761 4 17.5C4 17.2239 4.22386 17 4.5 17H6.12422C3.66539 15.6357 2 13.0128 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 10.2761 17.7761 10.5 17.5 10.5C17.2239 10.5 17 10.2761 17 10Z",
31627
+ fill: "currentColor"
31628
+ }
31629
+ ), /* @__PURE__ */ vue.h(
31630
+ "path",
31631
+ {
31632
+ d: "M10 12C8.89543 12 8 11.1046 8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12ZM10 11C10.5523 11 11 10.5523 11 10C11 9.44772 10.5523 9 10 9C9.44772 9 9 9.44772 9 10C9 10.5523 9.44772 11 10 11Z",
31633
+ fill: "currentColor"
31634
+ }
31635
+ )));
31651
31636
 
31652
31637
  var SearchIcon = vue.defineComponent({
31653
31638
  name: "Search",
@@ -31670,10 +31655,7 @@
31670
31655
  }
31671
31656
  });
31672
31657
 
31673
- var SuccessIcon = replaceable(
31674
- "success",
31675
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 48 48", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M24,4 C35.045695,4 44,12.954305 44,24 C44,35.045695 35.045695,44 24,44 C12.954305,44 4,35.045695 4,24 C4,12.954305 12.954305,4 24,4 Z M32.6338835,17.6161165 C32.1782718,17.1605048 31.4584514,17.1301307 30.9676119,17.5249942 L30.8661165,17.6161165 L20.75,27.732233 L17.1338835,24.1161165 C16.6457281,23.6279612 15.8542719,23.6279612 15.3661165,24.1161165 C14.9105048,24.5717282 14.8801307,25.2915486 15.2749942,25.7823881 L15.3661165,25.8838835 L19.8661165,30.3838835 C20.3217282,30.8394952 21.0415486,30.8698693 21.5323881,30.4750058 L21.6338835,30.3838835 L32.6338835,19.3838835 C33.1220388,18.8957281 33.1220388,18.1042719 32.6338835,17.6161165 Z" }))))
31676
- );
31658
+ var SuccessIcon = replaceable("success", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 48 48", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M24,4 C35.045695,4 44,12.954305 44,24 C44,35.045695 35.045695,44 24,44 C12.954305,44 4,35.045695 4,24 C4,12.954305 12.954305,4 24,4 Z M32.6338835,17.6161165 C32.1782718,17.1605048 31.4584514,17.1301307 30.9676119,17.5249942 L30.8661165,17.6161165 L20.75,27.732233 L17.1338835,24.1161165 C16.6457281,23.6279612 15.8542719,23.6279612 15.3661165,24.1161165 C14.9105048,24.5717282 14.8801307,25.2915486 15.2749942,25.7823881 L15.3661165,25.8838835 L19.8661165,30.3838835 C20.3217282,30.8394952 21.0415486,30.8698693 21.5323881,30.4750058 L21.6338835,30.3838835 L32.6338835,19.3838835 C33.1220388,18.8957281 33.1220388,18.1042719 32.6338835,17.6161165 Z" })))));
31677
31659
 
31678
31660
  var SwitcherIcon = vue.defineComponent({
31679
31661
  name: "Switcher",
@@ -31682,106 +31664,88 @@
31682
31664
  }
31683
31665
  });
31684
31666
 
31685
- var TimeIcon = replaceable(
31686
- "time",
31687
- /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ vue.h(
31688
- "path",
31689
- {
31690
- d: "M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z",
31691
- style: "\n fill: none;\n stroke: currentColor;\n stroke-miterlimit: 10;\n stroke-width: 32px;\n "
31692
- }
31693
- ), /* @__PURE__ */ vue.h(
31694
- "polyline",
31695
- {
31696
- points: "256 128 256 272 352 272",
31697
- style: "\n fill: none;\n stroke: currentColor;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 32px;\n "
31698
- }
31699
- ))
31700
- );
31667
+ var TimeIcon = replaceable("time", () => /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ vue.h(
31668
+ "path",
31669
+ {
31670
+ d: "M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z",
31671
+ style: "\n fill: none;\n stroke: currentColor;\n stroke-miterlimit: 10;\n stroke-width: 32px;\n "
31672
+ }
31673
+ ), /* @__PURE__ */ vue.h(
31674
+ "polyline",
31675
+ {
31676
+ points: "256 128 256 272 352 272",
31677
+ style: "\n fill: none;\n stroke: currentColor;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 32px;\n "
31678
+ }
31679
+ )));
31701
31680
 
31702
- var ToIcon = replaceable(
31703
- "to",
31704
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M11.2654,3.20511 C10.9644,2.92049 10.4897,2.93371 10.2051,3.23464 C9.92049,3.53558 9.93371,4.01027 10.2346,4.29489 L15.4737,9.25 L2.75,9.25 C2.33579,9.25 2,9.58579 2,10.0000012 C2,10.4142 2.33579,10.75 2.75,10.75 L15.476,10.75 L10.2346,15.7073 C9.93371,15.9919 9.92049,16.4666 10.2051,16.7675 C10.4897,17.0684 10.9644,17.0817 11.2654,16.797 L17.6826,10.7276 C17.8489,10.5703 17.9489,10.3702 17.9826,10.1614 C17.994,10.1094 18,10.0554 18,10.0000012 C18,9.94241 17.9935,9.88633 17.9812,9.83246 C17.9462,9.62667 17.8467,9.42976 17.6826,9.27455 L11.2654,3.20511 Z" }))))
31705
- );
31681
+ var ToIcon = replaceable("to", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M11.2654,3.20511 C10.9644,2.92049 10.4897,2.93371 10.2051,3.23464 C9.92049,3.53558 9.93371,4.01027 10.2346,4.29489 L15.4737,9.25 L2.75,9.25 C2.33579,9.25 2,9.58579 2,10.0000012 C2,10.4142 2.33579,10.75 2.75,10.75 L15.476,10.75 L10.2346,15.7073 C9.93371,15.9919 9.92049,16.4666 10.2051,16.7675 C10.4897,17.0684 10.9644,17.0817 11.2654,16.797 L17.6826,10.7276 C17.8489,10.5703 17.9489,10.3702 17.9826,10.1614 C17.994,10.1094 18,10.0554 18,10.0000012 C18,9.94241 17.9935,9.88633 17.9812,9.83246 C17.9462,9.62667 17.8467,9.42976 17.6826,9.27455 L11.2654,3.20511 Z" })))));
31706
31682
 
31707
- var TrashIcon = replaceable(
31708
- "trash",
31709
- /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ vue.h(
31710
- "path",
31711
- {
31712
- d: "M432,144,403.33,419.74A32,32,0,0,1,371.55,448H140.46a32,32,0,0,1-31.78-28.26L80,144",
31713
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31714
- }
31715
- ), /* @__PURE__ */ vue.h(
31716
- "rect",
31717
- {
31718
- x: "32",
31719
- y: "64",
31720
- width: "448",
31721
- height: "80",
31722
- rx: "16",
31723
- ry: "16",
31724
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31725
- }
31726
- ), /* @__PURE__ */ vue.h(
31727
- "line",
31728
- {
31729
- x1: "312",
31730
- y1: "240",
31731
- x2: "200",
31732
- y2: "352",
31733
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31734
- }
31735
- ), /* @__PURE__ */ vue.h(
31736
- "line",
31737
- {
31738
- x1: "312",
31739
- y1: "352",
31740
- x2: "200",
31741
- y2: "240",
31742
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31743
- }
31744
- ))
31745
- );
31683
+ var TrashIcon = replaceable("trash", () => /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ vue.h(
31684
+ "path",
31685
+ {
31686
+ d: "M432,144,403.33,419.74A32,32,0,0,1,371.55,448H140.46a32,32,0,0,1-31.78-28.26L80,144",
31687
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31688
+ }
31689
+ ), /* @__PURE__ */ vue.h(
31690
+ "rect",
31691
+ {
31692
+ x: "32",
31693
+ y: "64",
31694
+ width: "448",
31695
+ height: "80",
31696
+ rx: "16",
31697
+ ry: "16",
31698
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31699
+ }
31700
+ ), /* @__PURE__ */ vue.h(
31701
+ "line",
31702
+ {
31703
+ x1: "312",
31704
+ y1: "240",
31705
+ x2: "200",
31706
+ y2: "352",
31707
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31708
+ }
31709
+ ), /* @__PURE__ */ vue.h(
31710
+ "line",
31711
+ {
31712
+ x1: "312",
31713
+ y1: "352",
31714
+ x2: "200",
31715
+ y2: "240",
31716
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31717
+ }
31718
+ )));
31746
31719
 
31747
- var WarningIcon = replaceable(
31748
- "warning",
31749
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 24 24", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M12,2 C17.523,2 22,6.478 22,12 C22,17.522 17.523,22 12,22 C6.477,22 2,17.522 2,12 C2,6.478 6.477,2 12,2 Z M12.0018002,15.0037242 C11.450254,15.0037242 11.0031376,15.4508407 11.0031376,16.0023869 C11.0031376,16.553933 11.450254,17.0010495 12.0018002,17.0010495 C12.5533463,17.0010495 13.0004628,16.553933 13.0004628,16.0023869 C13.0004628,15.4508407 12.5533463,15.0037242 12.0018002,15.0037242 Z M11.99964,7 C11.4868042,7.00018474 11.0642719,7.38637706 11.0066858,7.8837365 L11,8.00036004 L11.0018003,13.0012393 L11.00857,13.117858 C11.0665141,13.6151758 11.4893244,14.0010638 12.0021602,14.0008793 C12.514996,14.0006946 12.9375283,13.6145023 12.9951144,13.1171428 L13.0018002,13.0005193 L13,7.99964009 L12.9932303,7.8830214 C12.9352861,7.38570354 12.5124758,6.99981552 11.99964,7 Z" }))))
31750
- );
31720
+ var WarningIcon = replaceable("warning", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 24 24", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ vue.h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ vue.h("path", { d: "M12,2 C17.523,2 22,6.478 22,12 C22,17.522 17.523,22 12,22 C6.477,22 2,17.522 2,12 C2,6.478 6.477,2 12,2 Z M12.0018002,15.0037242 C11.450254,15.0037242 11.0031376,15.4508407 11.0031376,16.0023869 C11.0031376,16.553933 11.450254,17.0010495 12.0018002,17.0010495 C12.5533463,17.0010495 13.0004628,16.553933 13.0004628,16.0023869 C13.0004628,15.4508407 12.5533463,15.0037242 12.0018002,15.0037242 Z M11.99964,7 C11.4868042,7.00018474 11.0642719,7.38637706 11.0066858,7.8837365 L11,8.00036004 L11.0018003,13.0012393 L11.00857,13.117858 C11.0665141,13.6151758 11.4893244,14.0010638 12.0021602,14.0008793 C12.514996,14.0006946 12.9375283,13.6145023 12.9951144,13.1171428 L13.0018002,13.0005193 L13,7.99964009 L12.9932303,7.8830214 C12.9352861,7.38570354 12.5124758,6.99981552 11.99964,7 Z" })))));
31751
31721
 
31752
- var ZoomInIcon = replaceable(
31753
- "zoomIn",
31754
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
31755
- "path",
31756
- {
31757
- d: "M11.5 8.5C11.5 8.22386 11.2761 8 11 8H9V6C9 5.72386 8.77614 5.5 8.5 5.5C8.22386 5.5 8 5.72386 8 6V8H6C5.72386 8 5.5 8.22386 5.5 8.5C5.5 8.77614 5.72386 9 6 9H8V11C8 11.2761 8.22386 11.5 8.5 11.5C8.77614 11.5 9 11.2761 9 11V9H11C11.2761 9 11.5 8.77614 11.5 8.5Z",
31758
- fill: "currentColor"
31759
- }
31760
- ), /* @__PURE__ */ vue.h(
31761
- "path",
31762
- {
31763
- d: "M8.5 3C11.5376 3 14 5.46243 14 8.5C14 9.83879 13.5217 11.0659 12.7266 12.0196L16.8536 16.1464C17.0488 16.3417 17.0488 16.6583 16.8536 16.8536C16.68 17.0271 16.4106 17.0464 16.2157 16.9114L16.1464 16.8536L12.0196 12.7266C11.0659 13.5217 9.83879 14 8.5 14C5.46243 14 3 11.5376 3 8.5C3 5.46243 5.46243 3 8.5 3ZM8.5 4C6.01472 4 4 6.01472 4 8.5C4 10.9853 6.01472 13 8.5 13C10.9853 13 13 10.9853 13 8.5C13 6.01472 10.9853 4 8.5 4Z",
31764
- fill: "currentColor"
31765
- }
31766
- ))
31767
- );
31722
+ var ZoomInIcon = replaceable("zoomIn", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
31723
+ "path",
31724
+ {
31725
+ d: "M11.5 8.5C11.5 8.22386 11.2761 8 11 8H9V6C9 5.72386 8.77614 5.5 8.5 5.5C8.22386 5.5 8 5.72386 8 6V8H6C5.72386 8 5.5 8.22386 5.5 8.5C5.5 8.77614 5.72386 9 6 9H8V11C8 11.2761 8.22386 11.5 8.5 11.5C8.77614 11.5 9 11.2761 9 11V9H11C11.2761 9 11.5 8.77614 11.5 8.5Z",
31726
+ fill: "currentColor"
31727
+ }
31728
+ ), /* @__PURE__ */ vue.h(
31729
+ "path",
31730
+ {
31731
+ d: "M8.5 3C11.5376 3 14 5.46243 14 8.5C14 9.83879 13.5217 11.0659 12.7266 12.0196L16.8536 16.1464C17.0488 16.3417 17.0488 16.6583 16.8536 16.8536C16.68 17.0271 16.4106 17.0464 16.2157 16.9114L16.1464 16.8536L12.0196 12.7266C11.0659 13.5217 9.83879 14 8.5 14C5.46243 14 3 11.5376 3 8.5C3 5.46243 5.46243 3 8.5 3ZM8.5 4C6.01472 4 4 6.01472 4 8.5C4 10.9853 6.01472 13 8.5 13C10.9853 13 13 10.9853 13 8.5C13 6.01472 10.9853 4 8.5 4Z",
31732
+ fill: "currentColor"
31733
+ }
31734
+ )));
31768
31735
 
31769
- var ZoomOutIcon = replaceable(
31770
- "zoomOut",
31771
- /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
31772
- "path",
31773
- {
31774
- d: "M11 8C11.2761 8 11.5 8.22386 11.5 8.5C11.5 8.77614 11.2761 9 11 9H6C5.72386 9 5.5 8.77614 5.5 8.5C5.5 8.22386 5.72386 8 6 8H11Z",
31775
- fill: "currentColor"
31776
- }
31777
- ), /* @__PURE__ */ vue.h(
31778
- "path",
31779
- {
31780
- d: "M14 8.5C14 5.46243 11.5376 3 8.5 3C5.46243 3 3 5.46243 3 8.5C3 11.5376 5.46243 14 8.5 14C9.83879 14 11.0659 13.5217 12.0196 12.7266L16.1464 16.8536L16.2157 16.9114C16.4106 17.0464 16.68 17.0271 16.8536 16.8536C17.0488 16.6583 17.0488 16.3417 16.8536 16.1464L12.7266 12.0196C13.5217 11.0659 14 9.83879 14 8.5ZM4 8.5C4 6.01472 6.01472 4 8.5 4C10.9853 4 13 6.01472 13 8.5C13 10.9853 10.9853 13 8.5 13C6.01472 13 4 10.9853 4 8.5Z",
31781
- fill: "currentColor"
31782
- }
31783
- ))
31784
- );
31736
+ var ZoomOutIcon = replaceable("zoomOut", () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
31737
+ "path",
31738
+ {
31739
+ d: "M11 8C11.2761 8 11.5 8.22386 11.5 8.5C11.5 8.77614 11.2761 9 11 9H6C5.72386 9 5.5 8.77614 5.5 8.5C5.5 8.22386 5.72386 8 6 8H11Z",
31740
+ fill: "currentColor"
31741
+ }
31742
+ ), /* @__PURE__ */ vue.h(
31743
+ "path",
31744
+ {
31745
+ d: "M14 8.5C14 5.46243 11.5376 3 8.5 3C5.46243 3 3 5.46243 3 8.5C3 11.5376 5.46243 14 8.5 14C9.83879 14 11.0659 13.5217 12.0196 12.7266L16.1464 16.8536L16.2157 16.9114C16.4106 17.0464 16.68 17.0271 16.8536 16.8536C17.0488 16.6583 17.0488 16.3417 16.8536 16.1464L12.7266 12.0196C13.5217 11.0659 14 9.83879 14 8.5ZM4 8.5C4 6.01472 6.01472 4 8.5 4C10.9853 4 13 6.01472 13 8.5C13 10.9853 10.9853 13 8.5 13C6.01472 13 4 10.9853 4 8.5Z",
31746
+ fill: "currentColor"
31747
+ }
31748
+ )));
31785
31749
 
31786
31750
  const {
31787
31751
  cubicBezierEaseInOut: cubicBezierEaseInOut$4
@@ -32764,9 +32728,15 @@
32764
32728
  border-radius: var(--n-scrollbar-border-radius);
32765
32729
  right: 0;
32766
32730
  `)])]), cM("horizontal--top", `
32767
- inset: var(--n-scrollbar-rail-inset-horizontal-top);
32731
+ top: var(--n-scrollbar-rail-top-horizontal-top);
32732
+ right: var(--n-scrollbar-rail-right-horizontal-top);
32733
+ bottom: var(--n-scrollbar-rail-bottom-horizontal-top);
32734
+ left: var(--n-scrollbar-rail-left-horizontal-top);
32768
32735
  `), cM("horizontal--bottom", `
32769
- inset: var(--n-scrollbar-rail-inset-horizontal-bottom);
32736
+ top: var(--n-scrollbar-rail-top-horizontal-bottom);
32737
+ right: var(--n-scrollbar-rail-right-horizontal-bottom);
32738
+ bottom: var(--n-scrollbar-rail-bottom-horizontal-bottom);
32739
+ left: var(--n-scrollbar-rail-left-horizontal-bottom);
32770
32740
  `), cM("vertical", `
32771
32741
  width: var(--n-scrollbar-width);
32772
32742
  `, [c$1(">", [cE("scrollbar", `
@@ -32774,9 +32744,15 @@
32774
32744
  border-radius: var(--n-scrollbar-border-radius);
32775
32745
  bottom: 0;
32776
32746
  `)])]), cM("vertical--left", `
32777
- inset: var(--n-scrollbar-rail-inset-vertical-left);
32747
+ top: var(--n-scrollbar-rail-top-vertical-left);
32748
+ right: var(--n-scrollbar-rail-right-vertical-left);
32749
+ bottom: var(--n-scrollbar-rail-bottom-vertical-left);
32750
+ left: var(--n-scrollbar-rail-left-vertical-left);
32778
32751
  `), cM("vertical--right", `
32779
- inset: var(--n-scrollbar-rail-inset-vertical-right);
32752
+ top: var(--n-scrollbar-rail-top-vertical-right);
32753
+ right: var(--n-scrollbar-rail-right-vertical-right);
32754
+ bottom: var(--n-scrollbar-rail-bottom-vertical-right);
32755
+ left: var(--n-scrollbar-rail-left-vertical-right);
32780
32756
  `), cM("disabled", [c$1(">", [cE("scrollbar", "pointer-events: none;")])]), c$1(">", [cE("scrollbar", `
32781
32757
  z-index: 1;
32782
32758
  position: absolute;
@@ -33300,6 +33276,34 @@
33300
33276
  railColor
33301
33277
  }
33302
33278
  } = themeRef.value;
33279
+ const {
33280
+ top: railTopHorizontalTop,
33281
+ right: railRightHorizontalTop,
33282
+ bottom: railBottomHorizontalTop,
33283
+ left: railLeftHorizontalTop
33284
+ } = getMargin(railInsetHorizontalTop);
33285
+ const {
33286
+ top: railTopHorizontalBottom,
33287
+ right: railRightHorizontalBottom,
33288
+ bottom: railBottomHorizontalBottom,
33289
+ left: railLeftHorizontalBottom
33290
+ } = getMargin(railInsetHorizontalBottom);
33291
+ const {
33292
+ top: railTopVerticalRight,
33293
+ right: railRightVerticalRight,
33294
+ bottom: railBottomVerticalRight,
33295
+ left: railLeftVerticalRight
33296
+ } = getMargin(
33297
+ rtlEnabledRef?.value ? rtlInset(railInsetVerticalRight) : railInsetVerticalRight
33298
+ );
33299
+ const {
33300
+ top: railTopVerticalLeft,
33301
+ right: railRightVerticalLeft,
33302
+ bottom: railBottomVerticalLeft,
33303
+ left: railLeftVerticalLeft
33304
+ } = getMargin(
33305
+ rtlEnabledRef?.value ? rtlInset(railInsetVerticalLeft) : railInsetVerticalLeft
33306
+ );
33303
33307
  return {
33304
33308
  "--n-scrollbar-bezier": cubicBezierEaseInOut,
33305
33309
  "--n-scrollbar-color": color,
@@ -33307,10 +33311,22 @@
33307
33311
  "--n-scrollbar-border-radius": borderRadius,
33308
33312
  "--n-scrollbar-width": width,
33309
33313
  "--n-scrollbar-height": height,
33310
- "--n-scrollbar-rail-inset-horizontal-top": railInsetHorizontalTop,
33311
- "--n-scrollbar-rail-inset-horizontal-bottom": railInsetHorizontalBottom,
33312
- "--n-scrollbar-rail-inset-vertical-right": rtlEnabledRef?.value ? rtlInset(railInsetVerticalRight) : railInsetVerticalRight,
33313
- "--n-scrollbar-rail-inset-vertical-left": rtlEnabledRef?.value ? rtlInset(railInsetVerticalLeft) : railInsetVerticalLeft,
33314
+ "--n-scrollbar-rail-top-horizontal-top": railTopHorizontalTop,
33315
+ "--n-scrollbar-rail-right-horizontal-top": railRightHorizontalTop,
33316
+ "--n-scrollbar-rail-bottom-horizontal-top": railBottomHorizontalTop,
33317
+ "--n-scrollbar-rail-left-horizontal-top": railLeftHorizontalTop,
33318
+ "--n-scrollbar-rail-top-horizontal-bottom": railTopHorizontalBottom,
33319
+ "--n-scrollbar-rail-right-horizontal-bottom": railRightHorizontalBottom,
33320
+ "--n-scrollbar-rail-bottom-horizontal-bottom": railBottomHorizontalBottom,
33321
+ "--n-scrollbar-rail-left-horizontal-bottom": railLeftHorizontalBottom,
33322
+ "--n-scrollbar-rail-top-vertical-right": railTopVerticalRight,
33323
+ "--n-scrollbar-rail-right-vertical-right": railRightVerticalRight,
33324
+ "--n-scrollbar-rail-bottom-vertical-right": railBottomVerticalRight,
33325
+ "--n-scrollbar-rail-left-vertical-right": railLeftVerticalRight,
33326
+ "--n-scrollbar-rail-top-vertical-left": railTopVerticalLeft,
33327
+ "--n-scrollbar-rail-right-vertical-left": railRightVerticalLeft,
33328
+ "--n-scrollbar-rail-bottom-vertical-left": railBottomVerticalLeft,
33329
+ "--n-scrollbar-rail-left-vertical-left": railLeftVerticalLeft,
33314
33330
  "--n-scrollbar-rail-color": railColor
33315
33331
  };
33316
33332
  });
@@ -34500,7 +34516,7 @@
34500
34516
  }
34501
34517
  });
34502
34518
 
34503
- function renderCheckMark(show, clsPrefix) {
34519
+ function renderCheckMark$1(show, clsPrefix) {
34504
34520
  return /* @__PURE__ */ vue.h(vue.Transition, { name: "fade-in-scale-up-transition" }, {
34505
34521
  default: () => show ? /* @__PURE__ */ vue.h(
34506
34522
  NBaseIcon,
@@ -34612,7 +34628,7 @@
34612
34628
  handleMouseEnter,
34613
34629
  handleMouseMove
34614
34630
  } = this;
34615
- const checkmark = renderCheckMark(isSelected, clsPrefix);
34631
+ const checkmark = renderCheckMark$1(isSelected, clsPrefix);
34616
34632
  const children = renderLabel ? [renderLabel(rawNode, isSelected), showCheckmark && checkmark] : [
34617
34633
  render(
34618
34634
  rawNode[this.labelField],
@@ -36377,7 +36393,18 @@
36377
36393
  const mergedShow = this.getMergedShow();
36378
36394
  return [
36379
36395
  this.internalTrapFocus && mergedShow ? vue.withDirectives(
36380
- /* @__PURE__ */ vue.h("div", { style: { position: "fixed", inset: 0 } }),
36396
+ /* @__PURE__ */ vue.h(
36397
+ "div",
36398
+ {
36399
+ style: {
36400
+ position: "fixed",
36401
+ top: 0,
36402
+ right: 0,
36403
+ bottom: 0,
36404
+ left: 0
36405
+ }
36406
+ }
36407
+ ),
36381
36408
  [
36382
36409
  [
36383
36410
  zindexable,
@@ -43165,7 +43192,7 @@
43165
43192
  self: self$17
43166
43193
  };
43167
43194
 
43168
- var BackTopIcon = /* @__PURE__ */ vue.h(
43195
+ var renderBackTopIcon = () => /* @__PURE__ */ vue.h(
43169
43196
  "svg",
43170
43197
  {
43171
43198
  viewBox: "0 0 24 24",
@@ -43455,7 +43482,7 @@
43455
43482
  onClick: this.handleClick
43456
43483
  }),
43457
43484
  resolveSlot(this.$slots.default, () => [
43458
- /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix: mergedClsPrefix }, { default: () => BackTopIcon })
43485
+ /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix: mergedClsPrefix }, { default: renderBackTopIcon })
43459
43486
  ])
43460
43487
  ) : null;
43461
43488
  }
@@ -51537,20 +51564,24 @@
51537
51564
  return CarouselContext;
51538
51565
  }
51539
51566
 
51540
- const backwardIcon = /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
51541
- "path",
51542
- {
51543
- d: "M10.26 3.2a.75.75 0 0 1 .04 1.06L6.773 8l3.527 3.74a.75.75 0 1 1-1.1 1.02l-4-4.25a.75.75 0 0 1 0-1.02l4-4.25a.75.75 0 0 1 1.06-.04z",
51544
- fill: "currentColor"
51545
- }
51546
- )));
51547
- const forwardIcon = /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
51548
- "path",
51549
- {
51550
- d: "M5.74 3.2a.75.75 0 0 0-.04 1.06L9.227 8L5.7 11.74a.75.75 0 1 0 1.1 1.02l4-4.25a.75.75 0 0 0 0-1.02l-4-4.25a.75.75 0 0 0-1.06-.04z",
51551
- fill: "currentColor"
51552
- }
51553
- )));
51567
+ function renderBackwardIcon() {
51568
+ return /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
51569
+ "path",
51570
+ {
51571
+ d: "M10.26 3.2a.75.75 0 0 1 .04 1.06L6.773 8l3.527 3.74a.75.75 0 1 1-1.1 1.02l-4-4.25a.75.75 0 0 1 0-1.02l4-4.25a.75.75 0 0 1 1.06-.04z",
51572
+ fill: "currentColor"
51573
+ }
51574
+ )));
51575
+ }
51576
+ function renderForwardIcon() {
51577
+ return /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
51578
+ "path",
51579
+ {
51580
+ d: "M5.74 3.2a.75.75 0 0 0-.04 1.06L9.227 8L5.7 11.74a.75.75 0 1 0 1.1 1.02l4-4.25a.75.75 0 0 0 0-1.02l-4-4.25a.75.75 0 0 0-1.06-.04z",
51581
+ fill: "currentColor"
51582
+ }
51583
+ )));
51584
+ }
51554
51585
  var NCarouselArrow = vue.defineComponent({
51555
51586
  name: "CarouselArrow",
51556
51587
  setup(props) {
@@ -51577,7 +51608,7 @@
51577
51608
  role: "button",
51578
51609
  onClick: this.prev
51579
51610
  },
51580
- backwardIcon
51611
+ renderBackwardIcon()
51581
51612
  ), /* @__PURE__ */ vue.h(
51582
51613
  "div",
51583
51614
  {
@@ -51588,7 +51619,7 @@
51588
51619
  role: "button",
51589
51620
  onClick: this.next
51590
51621
  },
51591
- forwardIcon
51622
+ renderForwardIcon()
51592
51623
  ));
51593
51624
  }
51594
51625
  });
@@ -53258,9 +53289,9 @@
53258
53289
  }
53259
53290
  });
53260
53291
 
53261
- var CheckMark = /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 64 64", class: "check-icon" }, /* @__PURE__ */ vue.h("path", { d: "M50.42,16.76L22.34,39.45l-8.1-11.46c-1.12-1.58-3.3-1.96-4.88-0.84c-1.58,1.12-1.95,3.3-0.84,4.88l10.26,14.51 c0.56,0.79,1.42,1.31,2.38,1.45c0.16,0.02,0.32,0.03,0.48,0.03c0.8,0,1.57-0.27,2.2-0.78l30.99-25.03c1.5-1.21,1.74-3.42,0.52-4.92 C54.13,15.78,51.93,15.55,50.42,16.76z" }));
53292
+ var renderCheckMark = () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 64 64", class: "check-icon" }, /* @__PURE__ */ vue.h("path", { d: "M50.42,16.76L22.34,39.45l-8.1-11.46c-1.12-1.58-3.3-1.96-4.88-0.84c-1.58,1.12-1.95,3.3-0.84,4.88l10.26,14.51 c0.56,0.79,1.42,1.31,2.38,1.45c0.16,0.02,0.32,0.03,0.48,0.03c0.8,0,1.57-0.27,2.2-0.78l30.99-25.03c1.5-1.21,1.74-3.42,0.52-4.92 C54.13,15.78,51.93,15.55,50.42,16.76z" }));
53262
53293
 
53263
- var LineMark = /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 100 100", class: "line-icon" }, /* @__PURE__ */ vue.h("path", { d: "M80.2,55.5H21.4c-2.8,0-5.1-2.5-5.1-5.5l0,0c0-3,2.3-5.5,5.1-5.5h58.7c2.8,0,5.1,2.5,5.1,5.5l0,0C85.2,53.1,82.9,55.5,80.2,55.5z" }));
53294
+ var renderLineMark = () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 100 100", class: "line-icon" }, /* @__PURE__ */ vue.h("path", { d: "M80.2,55.5H21.4c-2.8,0-5.1-2.5-5.1-5.5l0,0c0-3,2.3-5.5,5.1-5.5h58.7c2.8,0,5.1,2.5,5.1,5.5l0,0C85.2,53.1,82.9,55.5,80.2,55.5z" }));
53264
53295
 
53265
53296
  var style$1a = c$1([cB("checkbox", `
53266
53297
  font-size: var(--n-font-size);
@@ -53711,8 +53742,8 @@
53711
53742
  key: "indeterminate",
53712
53743
  class: `${mergedClsPrefix}-checkbox-icon`
53713
53744
  },
53714
- LineMark
53715
- ) : /* @__PURE__ */ vue.h("div", { key: "check", class: `${mergedClsPrefix}-checkbox-icon` }, CheckMark)
53745
+ renderLineMark()
53746
+ ) : /* @__PURE__ */ vue.h("div", { key: "check", class: `${mergedClsPrefix}-checkbox-icon` }, renderCheckMark())
53716
53747
  }), /* @__PURE__ */ vue.h("div", { class: `${mergedClsPrefix}-checkbox-box__border` }))),
53717
53748
  labelNode
53718
53749
  );
@@ -70535,7 +70566,8 @@
70535
70566
  * the date.
70536
70567
  */
70537
70568
  function tzIntlTimeZoneName(length, date, options) {
70538
- const dtf = getDTF(length, options.timeZone, options.locale);
70569
+ const defaultOptions = getDefaultOptions();
70570
+ const dtf = getDTF(length, options.timeZone, options.locale ?? defaultOptions.locale);
70539
70571
  return 'formatToParts' in dtf ? partsTimeZone(dtf, date) : hackyTimeZone(dtf, date);
70540
70572
  }
70541
70573
  function partsTimeZone(dtf, date) {
@@ -70607,20 +70639,20 @@
70607
70639
  // to get deterministic local date/time output according to the `en-US` locale which
70608
70640
  // can be used to extract local time parts as necessary.
70609
70641
  const dtfCache = {};
70642
+ // New browsers use `hourCycle`, IE and Chrome <73 does not support it and uses `hour12`
70643
+ const testDateFormatted = new Intl.DateTimeFormat('en-US', {
70644
+ hourCycle: 'h23',
70645
+ timeZone: 'America/New_York',
70646
+ year: 'numeric',
70647
+ month: '2-digit',
70648
+ day: '2-digit',
70649
+ hour: '2-digit',
70650
+ minute: '2-digit',
70651
+ second: '2-digit'
70652
+ }).format(new Date('2014-06-25T04:00:00.123Z'));
70653
+ const hourCycleSupported = testDateFormatted === '06/25/2014, 00:00:00' || testDateFormatted === '‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00';
70610
70654
  function getDateTimeFormat(timeZone) {
70611
70655
  if (!dtfCache[timeZone]) {
70612
- // New browsers use `hourCycle`, IE and Chrome <73 does not support it and uses `hour12`
70613
- const testDateFormatted = new Intl.DateTimeFormat('en-US', {
70614
- hourCycle: 'h23',
70615
- timeZone: 'America/New_York',
70616
- year: 'numeric',
70617
- month: '2-digit',
70618
- day: '2-digit',
70619
- hour: '2-digit',
70620
- minute: '2-digit',
70621
- second: '2-digit'
70622
- }).format(new Date('2014-06-25T04:00:00.123Z'));
70623
- const hourCycleSupported = testDateFormatted === '06/25/2014, 00:00:00' || testDateFormatted === '‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00';
70624
70656
  dtfCache[timeZone] = hourCycleSupported ? new Intl.DateTimeFormat('en-US', {
70625
70657
  hourCycle: 'h23',
70626
70658
  timeZone: timeZone,
@@ -80097,7 +80129,7 @@
80097
80129
  const { $slots, mergedClsPrefix } = this;
80098
80130
  return this.displayDirective === "show" || this.displayed || this.show ? vue.withDirectives(
80099
80131
  /* Keep the wrapper dom. Make sure the drawer has a host.
80100
- Nor the detached content will disappear without transition */
80132
+ Nor the detached content will disappear without transition */
80101
80133
  /* @__PURE__ */ vue.h("div", { role: "none" }, /* @__PURE__ */ vue.h(
80102
80134
  FocusTrap,
80103
80135
  {
@@ -84347,7 +84379,13 @@
84347
84379
  `), c$1("&:last-child", `
84348
84380
  border-bottom-left-radius: 4px;
84349
84381
  border-bottom-right-radius: 4px;
84350
- `), cE("fill", "inset: 4px; border-radius: var(--n-border-radius-square);")])]), cM("circle-shape", [c$1(">:not(:last-child)", `
84382
+ `), cE("fill", `
84383
+ top: 4px;
84384
+ right: 4px;
84385
+ bottom: 4px;
84386
+ left: 4px;
84387
+ border-radius: var(--n-border-radius-square);
84388
+ `)])]), cM("circle-shape", [c$1(">:not(:last-child)", `
84351
84389
  margin-bottom: 16px;
84352
84390
  `)])]);
84353
84391
 
@@ -84511,7 +84549,10 @@
84511
84549
  border-radius: var(--n-border-radius-square);
84512
84550
  `), cE("fill", `
84513
84551
  position: absolute;
84514
- inset: 0;
84552
+ top: 0;
84553
+ right: 0;
84554
+ bottom: 0
84555
+ left: 0;
84515
84556
  transition: background-color .3s var(--n-bezier);
84516
84557
  border-radius: inherit;
84517
84558
  `), cE("body", `
@@ -84549,7 +84590,10 @@
84549
84590
  opacity: 0;
84550
84591
  transform: scale(0.75);
84551
84592
  position: absolute;
84552
- inset: 0;
84593
+ top: 0;
84594
+ right: 0;
84595
+ bottom: 0;
84596
+ left: 0;
84553
84597
  display: flex;
84554
84598
  align-items: center;
84555
84599
  justify-content: center;
@@ -87913,27 +87957,33 @@
87913
87957
  self: self$7
87914
87958
  });
87915
87959
 
87916
- const prevIcon = /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
87917
- "path",
87918
- {
87919
- d: "M6 5C5.75454 5 5.55039 5.17688 5.50806 5.41012L5.5 5.5V14.5C5.5 14.7761 5.72386 15 6 15C6.24546 15 6.44961 14.8231 6.49194 14.5899L6.5 14.5V5.5C6.5 5.22386 6.27614 5 6 5ZM13.8536 5.14645C13.68 4.97288 13.4106 4.9536 13.2157 5.08859L13.1464 5.14645L8.64645 9.64645C8.47288 9.82001 8.4536 10.0894 8.58859 10.2843L8.64645 10.3536L13.1464 14.8536C13.3417 15.0488 13.6583 15.0488 13.8536 14.8536C14.0271 14.68 14.0464 14.4106 13.9114 14.2157L13.8536 14.1464L9.70711 10L13.8536 5.85355C14.0488 5.65829 14.0488 5.34171 13.8536 5.14645Z",
87920
- fill: "currentColor"
87921
- }
87922
- ));
87923
- const nextIcon = /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
87924
- "path",
87925
- {
87926
- d: "M13.5 5C13.7455 5 13.9496 5.17688 13.9919 5.41012L14 5.5V14.5C14 14.7761 13.7761 15 13.5 15C13.2545 15 13.0504 14.8231 13.0081 14.5899L13 14.5V5.5C13 5.22386 13.2239 5 13.5 5ZM5.64645 5.14645C5.82001 4.97288 6.08944 4.9536 6.28431 5.08859L6.35355 5.14645L10.8536 9.64645C11.0271 9.82001 11.0464 10.0894 10.9114 10.2843L10.8536 10.3536L6.35355 14.8536C6.15829 15.0488 5.84171 15.0488 5.64645 14.8536C5.47288 14.68 5.4536 14.4106 5.58859 14.2157L5.64645 14.1464L9.79289 10L5.64645 5.85355C5.45118 5.65829 5.45118 5.34171 5.64645 5.14645Z",
87927
- fill: "currentColor"
87928
- }
87929
- ));
87930
- const closeIcon = /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
87931
- "path",
87932
- {
87933
- d: "M4.089 4.216l.057-.07a.5.5 0 0 1 .638-.057l.07.057L10 9.293l5.146-5.147a.5.5 0 0 1 .638-.057l.07.057a.5.5 0 0 1 .057.638l-.057.07L10.707 10l5.147 5.146a.5.5 0 0 1 .057.638l-.057.07a.5.5 0 0 1-.638.057l-.07-.057L10 10.707l-5.146 5.147a.5.5 0 0 1-.638.057l-.07-.057a.5.5 0 0 1-.057-.638l.057-.07L9.293 10L4.146 4.854a.5.5 0 0 1-.057-.638l.057-.07l-.057.07z",
87934
- fill: "currentColor"
87935
- }
87936
- ));
87960
+ function renderPrevIcon() {
87961
+ return /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
87962
+ "path",
87963
+ {
87964
+ d: "M6 5C5.75454 5 5.55039 5.17688 5.50806 5.41012L5.5 5.5V14.5C5.5 14.7761 5.72386 15 6 15C6.24546 15 6.44961 14.8231 6.49194 14.5899L6.5 14.5V5.5C6.5 5.22386 6.27614 5 6 5ZM13.8536 5.14645C13.68 4.97288 13.4106 4.9536 13.2157 5.08859L13.1464 5.14645L8.64645 9.64645C8.47288 9.82001 8.4536 10.0894 8.58859 10.2843L8.64645 10.3536L13.1464 14.8536C13.3417 15.0488 13.6583 15.0488 13.8536 14.8536C14.0271 14.68 14.0464 14.4106 13.9114 14.2157L13.8536 14.1464L9.70711 10L13.8536 5.85355C14.0488 5.65829 14.0488 5.34171 13.8536 5.14645Z",
87965
+ fill: "currentColor"
87966
+ }
87967
+ ));
87968
+ }
87969
+ function renderNextIcon() {
87970
+ return /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
87971
+ "path",
87972
+ {
87973
+ d: "M13.5 5C13.7455 5 13.9496 5.17688 13.9919 5.41012L14 5.5V14.5C14 14.7761 13.7761 15 13.5 15C13.2545 15 13.0504 14.8231 13.0081 14.5899L13 14.5V5.5C13 5.22386 13.2239 5 13.5 5ZM5.64645 5.14645C5.82001 4.97288 6.08944 4.9536 6.28431 5.08859L6.35355 5.14645L10.8536 9.64645C11.0271 9.82001 11.0464 10.0894 10.9114 10.2843L10.8536 10.3536L6.35355 14.8536C6.15829 15.0488 5.84171 15.0488 5.64645 14.8536C5.47288 14.68 5.4536 14.4106 5.58859 14.2157L5.64645 14.1464L9.79289 10L5.64645 5.85355C5.45118 5.65829 5.45118 5.34171 5.64645 5.14645Z",
87974
+ fill: "currentColor"
87975
+ }
87976
+ ));
87977
+ }
87978
+ function renderCloseIcon() {
87979
+ return /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ vue.h(
87980
+ "path",
87981
+ {
87982
+ d: "M4.089 4.216l.057-.07a.5.5 0 0 1 .638-.057l.07.057L10 9.293l5.146-5.147a.5.5 0 0 1 .638-.057l.07.057a.5.5 0 0 1 .057.638l-.057.07L10.707 10l5.147 5.146a.5.5 0 0 1 .057.638l-.057.07a.5.5 0 0 1-.638.057l-.07-.057L10 10.707l-5.146 5.147a.5.5 0 0 1-.638.057l-.07-.057a.5.5 0 0 1-.057-.638l.057-.07L9.293 10L4.146 4.854a.5.5 0 0 1-.057-.638l.057-.07l-.057.07z",
87983
+ fill: "currentColor"
87984
+ }
87985
+ ));
87986
+ }
87937
87987
 
87938
87988
  const imagePreviewSharedProps = {
87939
87989
  ...useTheme.props,
@@ -88408,11 +88458,11 @@
88408
88458
  render() {
88409
88459
  const { clsPrefix, renderToolbar, withTooltip } = this;
88410
88460
  const prevNode = withTooltip(
88411
- /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix, onClick: this.handleSwitchPrev }, { default: () => prevIcon }),
88461
+ /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix, onClick: this.handleSwitchPrev }, { default: renderPrevIcon }),
88412
88462
  "tipPrevious"
88413
88463
  );
88414
88464
  const nextNode = withTooltip(
88415
- /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix, onClick: this.handleSwitchNext }, { default: () => nextIcon }),
88465
+ /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix, onClick: this.handleSwitchNext }, { default: renderNextIcon }),
88416
88466
  "tipNext"
88417
88467
  );
88418
88468
  const rotateCounterclockwiseNode = withTooltip(
@@ -88444,7 +88494,7 @@
88444
88494
  "tipDownload"
88445
88495
  );
88446
88496
  const closeNode = withTooltip(
88447
- /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix, onClick: this.toggleShow }, { default: () => closeIcon }),
88497
+ /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix, onClick: this.toggleShow }, { default: renderCloseIcon }),
88448
88498
  "tipClose"
88449
88499
  );
88450
88500
  const zoomInNode = withTooltip(
@@ -96708,7 +96758,7 @@
96708
96758
  }
96709
96759
  });
96710
96760
 
96711
- var StarIcon = /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 512 512" }, /* @__PURE__ */ vue.h("path", { d: "M394 480a16 16 0 01-9.39-3L256 383.76 127.39 477a16 16 0 01-24.55-18.08L153 310.35 23 221.2a16 16 0 019-29.2h160.38l48.4-148.95a16 16 0 0130.44 0l48.4 149H480a16 16 0 019.05 29.2L359 310.35l50.13 148.53A16 16 0 01394 480z" }));
96761
+ var renderStarIcon = () => /* @__PURE__ */ vue.h("svg", { viewBox: "0 0 512 512" }, /* @__PURE__ */ vue.h("path", { d: "M394 480a16 16 0 01-9.39-3L256 383.76 127.39 477a16 16 0 01-24.55-18.08L153 310.35 23 221.2a16 16 0 019-29.2h160.38l48.4-148.95a16 16 0 0130.44 0l48.4 149H480a16 16 0 019.05 29.2L359 310.35l50.13 148.53A16 16 0 01394 480z" }));
96712
96762
 
96713
96763
  var style$o = cB("rate", {
96714
96764
  display: "inline-flex",
@@ -96916,7 +96966,7 @@
96916
96966
  onMouseleave: this.handleMouseLeave
96917
96967
  },
96918
96968
  vue.renderList(this.count, (_, index) => {
96919
- const icon = defaultSlot ? defaultSlot({ index }) : /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix: mergedClsPrefix }, { default: () => StarIcon });
96969
+ const icon = defaultSlot ? defaultSlot({ index }) : /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix: mergedClsPrefix }, { default: renderStarIcon });
96920
96970
  const entireStarActive = hoverIndex !== null ? index + 1 <= hoverIndex : index + 1 <= (mergedValue || 0);
96921
96971
  return /* @__PURE__ */ vue.h(
96922
96972
  "div",
@@ -96953,67 +97003,81 @@
96953
97003
  }
96954
97004
  });
96955
97005
 
96956
- var image403 = /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ vue.h(
96957
- "path",
96958
- {
96959
- fill: "#EF9645",
96960
- d: "M15.5 2.965c1.381 0 2.5 1.119 2.5 2.5v.005L20.5.465c1.381 0 2.5 1.119 2.5 2.5V4.25l2.5-1.535c1.381 0 2.5 1.119 2.5 2.5V8.75L29 18H15.458L15.5 2.965z"
96961
- }
96962
- ), /* @__PURE__ */ vue.h(
96963
- "path",
96964
- {
96965
- fill: "#FFDC5D",
96966
- d: "M4.625 16.219c1.381-.611 3.354.208 4.75 2.188.917 1.3 1.187 3.151 2.391 3.344.46.073 1.234-.313 1.234-1.397V4.5s0-2 2-2 2 2 2 2v11.633c0-.029 1-.064 1-.082V2s0-2 2-2 2 2 2 2v14.053c0 .017 1 .041 1 .069V4.25s0-2 2-2 2 2 2 2v12.638c0 .118 1 .251 1 .398V8.75s0-2 2-2 2 2 2 2V24c0 6.627-5.373 12-12 12-4.775 0-8.06-2.598-9.896-5.292C8.547 28.423 8.096 26.051 8 25.334c0 0-.123-1.479-1.156-2.865-1.469-1.969-2.5-3.156-3.125-3.866-.317-.359-.625-1.707.906-2.384z"
96967
- }
96968
- ));
97006
+ function render403() {
97007
+ return /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ vue.h(
97008
+ "path",
97009
+ {
97010
+ fill: "#EF9645",
97011
+ d: "M15.5 2.965c1.381 0 2.5 1.119 2.5 2.5v.005L20.5.465c1.381 0 2.5 1.119 2.5 2.5V4.25l2.5-1.535c1.381 0 2.5 1.119 2.5 2.5V8.75L29 18H15.458L15.5 2.965z"
97012
+ }
97013
+ ), /* @__PURE__ */ vue.h(
97014
+ "path",
97015
+ {
97016
+ fill: "#FFDC5D",
97017
+ d: "M4.625 16.219c1.381-.611 3.354.208 4.75 2.188.917 1.3 1.187 3.151 2.391 3.344.46.073 1.234-.313 1.234-1.397V4.5s0-2 2-2 2 2 2 2v11.633c0-.029 1-.064 1-.082V2s0-2 2-2 2 2 2 2v14.053c0 .017 1 .041 1 .069V4.25s0-2 2-2 2 2 2 2v12.638c0 .118 1 .251 1 .398V8.75s0-2 2-2 2 2 2 2V24c0 6.627-5.373 12-12 12-4.775 0-8.06-2.598-9.896-5.292C8.547 28.423 8.096 26.051 8 25.334c0 0-.123-1.479-1.156-2.865-1.469-1.969-2.5-3.156-3.125-3.866-.317-.359-.625-1.707.906-2.384z"
97018
+ }
97019
+ ));
97020
+ }
96969
97021
 
96970
- var image404 = /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ vue.h("circle", { fill: "#FFCB4C", cx: "18", cy: "17.018", r: "17" }), /* @__PURE__ */ vue.h(
96971
- "path",
96972
- {
96973
- fill: "#65471B",
96974
- d: "M14.524 21.036c-.145-.116-.258-.274-.312-.464-.134-.46.13-.918.59-1.021 4.528-1.021 7.577 1.363 7.706 1.465.384.306.459.845.173 1.205-.286.358-.828.401-1.211.097-.11-.084-2.523-1.923-6.182-1.098-.274.061-.554-.016-.764-.184z"
96975
- }
96976
- ), /* @__PURE__ */ vue.h("ellipse", { fill: "#65471B", cx: "13.119", cy: "11.174", rx: "2.125", ry: "2.656" }), /* @__PURE__ */ vue.h("ellipse", { fill: "#65471B", cx: "24.375", cy: "12.236", rx: "2.125", ry: "2.656" }), /* @__PURE__ */ vue.h(
96977
- "path",
96978
- {
96979
- fill: "#F19020",
96980
- d: "M17.276 35.149s1.265-.411 1.429-1.352c.173-.972-.624-1.167-.624-1.167s1.041-.208 1.172-1.376c.123-1.101-.861-1.363-.861-1.363s.97-.4 1.016-1.539c.038-.959-.995-1.428-.995-1.428s5.038-1.221 5.556-1.341c.516-.12 1.32-.615 1.069-1.694-.249-1.08-1.204-1.118-1.697-1.003-.494.115-6.744 1.566-8.9 2.068l-1.439.334c-.54.127-.785-.11-.404-.512.508-.536.833-1.129.946-2.113.119-1.035-.232-2.313-.433-2.809-.374-.921-1.005-1.649-1.734-1.899-1.137-.39-1.945.321-1.542 1.561.604 1.854.208 3.375-.833 4.293-2.449 2.157-3.588 3.695-2.83 6.973.828 3.575 4.377 5.876 7.952 5.048l3.152-.681z"
96981
- }
96982
- ), /* @__PURE__ */ vue.h(
96983
- "path",
96984
- {
96985
- fill: "#65471B",
96986
- d: "M9.296 6.351c-.164-.088-.303-.224-.391-.399-.216-.428-.04-.927.393-1.112 4.266-1.831 7.699-.043 7.843.034.433.231.608.747.391 1.154-.216.405-.74.546-1.173.318-.123-.063-2.832-1.432-6.278.047-.257.109-.547.085-.785-.042zm12.135 3.75c-.156-.098-.286-.243-.362-.424-.187-.442.023-.927.468-1.084 4.381-1.536 7.685.48 7.823.567.415.26.555.787.312 1.178-.242.39-.776.495-1.191.238-.12-.072-2.727-1.621-6.267-.379-.266.091-.553.046-.783-.096z"
96987
- }
96988
- ));
97022
+ function render404() {
97023
+ return /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ vue.h("circle", { fill: "#FFCB4C", cx: "18", cy: "17.018", r: "17" }), /* @__PURE__ */ vue.h(
97024
+ "path",
97025
+ {
97026
+ fill: "#65471B",
97027
+ d: "M14.524 21.036c-.145-.116-.258-.274-.312-.464-.134-.46.13-.918.59-1.021 4.528-1.021 7.577 1.363 7.706 1.465.384.306.459.845.173 1.205-.286.358-.828.401-1.211.097-.11-.084-2.523-1.923-6.182-1.098-.274.061-.554-.016-.764-.184z"
97028
+ }
97029
+ ), /* @__PURE__ */ vue.h("ellipse", { fill: "#65471B", cx: "13.119", cy: "11.174", rx: "2.125", ry: "2.656" }), /* @__PURE__ */ vue.h("ellipse", { fill: "#65471B", cx: "24.375", cy: "12.236", rx: "2.125", ry: "2.656" }), /* @__PURE__ */ vue.h(
97030
+ "path",
97031
+ {
97032
+ fill: "#F19020",
97033
+ d: "M17.276 35.149s1.265-.411 1.429-1.352c.173-.972-.624-1.167-.624-1.167s1.041-.208 1.172-1.376c.123-1.101-.861-1.363-.861-1.363s.97-.4 1.016-1.539c.038-.959-.995-1.428-.995-1.428s5.038-1.221 5.556-1.341c.516-.12 1.32-.615 1.069-1.694-.249-1.08-1.204-1.118-1.697-1.003-.494.115-6.744 1.566-8.9 2.068l-1.439.334c-.54.127-.785-.11-.404-.512.508-.536.833-1.129.946-2.113.119-1.035-.232-2.313-.433-2.809-.374-.921-1.005-1.649-1.734-1.899-1.137-.39-1.945.321-1.542 1.561.604 1.854.208 3.375-.833 4.293-2.449 2.157-3.588 3.695-2.83 6.973.828 3.575 4.377 5.876 7.952 5.048l3.152-.681z"
97034
+ }
97035
+ ), /* @__PURE__ */ vue.h(
97036
+ "path",
97037
+ {
97038
+ fill: "#65471B",
97039
+ d: "M9.296 6.351c-.164-.088-.303-.224-.391-.399-.216-.428-.04-.927.393-1.112 4.266-1.831 7.699-.043 7.843.034.433.231.608.747.391 1.154-.216.405-.74.546-1.173.318-.123-.063-2.832-1.432-6.278.047-.257.109-.547.085-.785-.042zm12.135 3.75c-.156-.098-.286-.243-.362-.424-.187-.442.023-.927.468-1.084 4.381-1.536 7.685.48 7.823.567.415.26.555.787.312 1.178-.242.39-.776.495-1.191.238-.12-.072-2.727-1.621-6.267-.379-.266.091-.553.046-.783-.096z"
97040
+ }
97041
+ ));
97042
+ }
96989
97043
 
96990
- var image418 = /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ vue.h("ellipse", { fill: "#292F33", cx: "18", cy: "26", rx: "18", ry: "10" }), /* @__PURE__ */ vue.h("ellipse", { fill: "#66757F", cx: "18", cy: "24", rx: "18", ry: "10" }), /* @__PURE__ */ vue.h("path", { fill: "#E1E8ED", d: "M18 31C3.042 31 1 16 1 12h34c0 2-1.958 19-17 19z" }), /* @__PURE__ */ vue.h(
96991
- "path",
96992
- {
96993
- fill: "#77B255",
96994
- d: "M35 12.056c0 5.216-7.611 9.444-17 9.444S1 17.271 1 12.056C1 6.84 8.611 3.611 18 3.611s17 3.229 17 8.445z"
96995
- }
96996
- ), /* @__PURE__ */ vue.h("ellipse", { fill: "#A6D388", cx: "18", cy: "13", rx: "15", ry: "7" }), /* @__PURE__ */ vue.h(
96997
- "path",
96998
- {
96999
- d: "M21 17c-.256 0-.512-.098-.707-.293-2.337-2.337-2.376-4.885-.125-8.262.739-1.109.9-2.246.478-3.377-.461-1.236-1.438-1.996-1.731-2.077-.553 0-.958-.443-.958-.996 0-.552.491-.995 1.043-.995.997 0 2.395 1.153 3.183 2.625 1.034 1.933.91 4.039-.351 5.929-1.961 2.942-1.531 4.332-.125 5.738.391.391.391 1.023 0 1.414-.195.196-.451.294-.707.294zm-6-2c-.256 0-.512-.098-.707-.293-2.337-2.337-2.376-4.885-.125-8.262.727-1.091.893-2.083.494-2.947-.444-.961-1.431-1.469-1.684-1.499-.552 0-.989-.447-.989-1 0-.552.458-1 1.011-1 .997 0 2.585.974 3.36 2.423.481.899 1.052 2.761-.528 5.131-1.961 2.942-1.531 4.332-.125 5.738.391.391.391 1.023 0 1.414-.195.197-.451.295-.707.295z",
97000
- fill: "#5C913B"
97001
- }
97002
- ));
97044
+ function render418() {
97045
+ return /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ vue.h("ellipse", { fill: "#292F33", cx: "18", cy: "26", rx: "18", ry: "10" }), /* @__PURE__ */ vue.h("ellipse", { fill: "#66757F", cx: "18", cy: "24", rx: "18", ry: "10" }), /* @__PURE__ */ vue.h(
97046
+ "path",
97047
+ {
97048
+ fill: "#E1E8ED",
97049
+ d: "M18 31C3.042 31 1 16 1 12h34c0 2-1.958 19-17 19z"
97050
+ }
97051
+ ), /* @__PURE__ */ vue.h(
97052
+ "path",
97053
+ {
97054
+ fill: "#77B255",
97055
+ d: "M35 12.056c0 5.216-7.611 9.444-17 9.444S1 17.271 1 12.056C1 6.84 8.611 3.611 18 3.611s17 3.229 17 8.445z"
97056
+ }
97057
+ ), /* @__PURE__ */ vue.h("ellipse", { fill: "#A6D388", cx: "18", cy: "13", rx: "15", ry: "7" }), /* @__PURE__ */ vue.h(
97058
+ "path",
97059
+ {
97060
+ d: "M21 17c-.256 0-.512-.098-.707-.293-2.337-2.337-2.376-4.885-.125-8.262.739-1.109.9-2.246.478-3.377-.461-1.236-1.438-1.996-1.731-2.077-.553 0-.958-.443-.958-.996 0-.552.491-.995 1.043-.995.997 0 2.395 1.153 3.183 2.625 1.034 1.933.91 4.039-.351 5.929-1.961 2.942-1.531 4.332-.125 5.738.391.391.391 1.023 0 1.414-.195.196-.451.294-.707.294zm-6-2c-.256 0-.512-.098-.707-.293-2.337-2.337-2.376-4.885-.125-8.262.727-1.091.893-2.083.494-2.947-.444-.961-1.431-1.469-1.684-1.499-.552 0-.989-.447-.989-1 0-.552.458-1 1.011-1 .997 0 2.585.974 3.36 2.423.481.899 1.052 2.761-.528 5.131-1.961 2.942-1.531 4.332-.125 5.738.391.391.391 1.023 0 1.414-.195.197-.451.295-.707.295z",
97061
+ fill: "#5C913B"
97062
+ }
97063
+ ));
97064
+ }
97003
97065
 
97004
- var image500 = /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ vue.h(
97005
- "path",
97006
- {
97007
- fill: "#FFCC4D",
97008
- d: "M36 18c0 9.941-8.059 18-18 18-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"
97009
- }
97010
- ), /* @__PURE__ */ vue.h("ellipse", { fill: "#664500", cx: "18", cy: "27", rx: "5", ry: "6" }), /* @__PURE__ */ vue.h(
97011
- "path",
97012
- {
97013
- fill: "#664500",
97014
- d: "M5.999 11c-.208 0-.419-.065-.599-.2-.442-.331-.531-.958-.2-1.4C8.462 5.05 12.816 5 13 5c.552 0 1 .448 1 1 0 .551-.445.998-.996 1-.155.002-3.568.086-6.204 3.6-.196.262-.497.4-.801.4zm24.002 0c-.305 0-.604-.138-.801-.4-2.64-3.521-6.061-3.598-6.206-3.6-.55-.006-.994-.456-.991-1.005C22.006 5.444 22.45 5 23 5c.184 0 4.537.05 7.8 4.4.332.442.242 1.069-.2 1.4-.18.135-.39.2-.599.2zm-16.087 4.5l1.793-1.793c.391-.391.391-1.023 0-1.414s-1.023-.391-1.414 0L12.5 14.086l-1.793-1.793c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414l1.793 1.793-1.793 1.793c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l1.793-1.793 1.793 1.793c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414L13.914 15.5zm11 0l1.793-1.793c.391-.391.391-1.023 0-1.414s-1.023-.391-1.414 0L23.5 14.086l-1.793-1.793c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414l1.793 1.793-1.793 1.793c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l1.793-1.793 1.793 1.793c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414L24.914 15.5z"
97015
- }
97016
- ));
97066
+ function render500() {
97067
+ return /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ vue.h(
97068
+ "path",
97069
+ {
97070
+ fill: "#FFCC4D",
97071
+ d: "M36 18c0 9.941-8.059 18-18 18-9.94 0-18-8.059-18-18C0 8.06 8.06 0 18 0c9.941 0 18 8.06 18 18"
97072
+ }
97073
+ ), /* @__PURE__ */ vue.h("ellipse", { fill: "#664500", cx: "18", cy: "27", rx: "5", ry: "6" }), /* @__PURE__ */ vue.h(
97074
+ "path",
97075
+ {
97076
+ fill: "#664500",
97077
+ d: "M5.999 11c-.208 0-.419-.065-.599-.2-.442-.331-.531-.958-.2-1.4C8.462 5.05 12.816 5 13 5c.552 0 1 .448 1 1 0 .551-.445.998-.996 1-.155.002-3.568.086-6.204 3.6-.196.262-.497.4-.801.4zm24.002 0c-.305 0-.604-.138-.801-.4-2.64-3.521-6.061-3.598-6.206-3.6-.55-.006-.994-.456-.991-1.005C22.006 5.444 22.45 5 23 5c.184 0 4.537.05 7.8 4.4.332.442.242 1.069-.2 1.4-.18.135-.39.2-.599.2zm-16.087 4.5l1.793-1.793c.391-.391.391-1.023 0-1.414s-1.023-.391-1.414 0L12.5 14.086l-1.793-1.793c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414l1.793 1.793-1.793 1.793c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l1.793-1.793 1.793 1.793c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414L13.914 15.5zm11 0l1.793-1.793c.391-.391.391-1.023 0-1.414s-1.023-.391-1.414 0L23.5 14.086l-1.793-1.793c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414l1.793 1.793-1.793 1.793c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l1.793-1.793 1.793 1.793c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414L24.914 15.5z"
97078
+ }
97079
+ ));
97080
+ }
97017
97081
 
97018
97082
  var style$n = cB("result", `
97019
97083
  color: var(--n-text-color);
@@ -97051,10 +97115,10 @@
97051
97115
  `)])]);
97052
97116
 
97053
97117
  const iconRenderMap = {
97054
- 403: () => image403,
97055
- 404: () => image404,
97056
- 418: () => image418,
97057
- 500: () => image500,
97118
+ 403: render403,
97119
+ 404: render404,
97120
+ 418: render418,
97121
+ 500: render500,
97058
97122
  info: () => /* @__PURE__ */ vue.h(InfoIcon, null),
97059
97123
  success: () => /* @__PURE__ */ vue.h(SuccessIcon, null),
97060
97124
  warning: () => /* @__PURE__ */ vue.h(WarningIcon, null),
@@ -107214,14 +107278,14 @@
107214
107278
  }
107215
107279
  });
107216
107280
 
107217
- const imageIcon = /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
107281
+ const renderImageIcon = /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
107218
107282
  "path",
107219
107283
  {
107220
107284
  d: "M21.75 3A3.25 3.25 0 0 1 25 6.25v15.5A3.25 3.25 0 0 1 21.75 25H6.25A3.25 3.25 0 0 1 3 21.75V6.25A3.25 3.25 0 0 1 6.25 3h15.5zm.583 20.4l-7.807-7.68a.75.75 0 0 0-.968-.07l-.084.07l-7.808 7.68c.183.065.38.1.584.1h15.5c.204 0 .4-.035.583-.1l-7.807-7.68l7.807 7.68zM21.75 4.5H6.25A1.75 1.75 0 0 0 4.5 6.25v15.5c0 .208.036.408.103.593l7.82-7.692a2.25 2.25 0 0 1 3.026-.117l.129.117l7.82 7.692c.066-.185.102-.385.102-.593V6.25a1.75 1.75 0 0 0-1.75-1.75zm-3.25 3a2.5 2.5 0 1 1 0 5a2.5 2.5 0 0 1 0-5zm0 1.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2z",
107221
107285
  fill: "currentColor"
107222
107286
  }
107223
107287
  )));
107224
- const documentIcon = /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
107288
+ const renderDocumentIcon = /* @__PURE__ */ vue.h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, /* @__PURE__ */ vue.h("g", { fill: "none" }, /* @__PURE__ */ vue.h(
107225
107289
  "path",
107226
107290
  {
107227
107291
  d: "M6.4 2A2.4 2.4 0 0 0 4 4.4v19.2A2.4 2.4 0 0 0 6.4 26h15.2a2.4 2.4 0 0 0 2.4-2.4V11.578c0-.729-.29-1.428-.805-1.944l-6.931-6.931A2.4 2.4 0 0 0 14.567 2H6.4zm-.9 2.4a.9.9 0 0 1 .9-.9H14V10a2 2 0 0 0 2 2h6.5v11.6a.9.9 0 0 1-.9.9H6.4a.9.9 0 0 1-.9-.9V4.4zm16.44 6.1H16a.5.5 0 0 1-.5-.5V4.06l6.44 6.44z",
@@ -107602,7 +107666,7 @@
107602
107666
  const isImageType = listType === "image";
107603
107667
  const isImageCardType = listType === "image-card";
107604
107668
  if (isImageType || isImageCardType) {
107605
- icon = !this.shouldUseThumbnailUrl(file) || !this.mergedThumbnailUrl ? /* @__PURE__ */ vue.h("span", { class: `${clsPrefix}-upload-file-info__thumbnail` }, renderIcon ? renderIcon(file) : isImageFile(file) ? /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix }, { default: () => imageIcon }) : /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix }, { default: () => documentIcon })) : /* @__PURE__ */ vue.h(
107669
+ icon = !this.shouldUseThumbnailUrl(file) || !this.mergedThumbnailUrl ? /* @__PURE__ */ vue.h("span", { class: `${clsPrefix}-upload-file-info__thumbnail` }, renderIcon ? renderIcon(file) : isImageFile(file) ? /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix }, { default: renderImageIcon }) : /* @__PURE__ */ vue.h(NBaseIcon, { clsPrefix }, { default: renderDocumentIcon })) : /* @__PURE__ */ vue.h(
107606
107670
  "a",
107607
107671
  {
107608
107672
  rel: "noopener noreferer",
@@ -109239,7 +109303,7 @@
109239
109303
  });
109240
109304
  }
109241
109305
 
109242
- var version = "2.40.3";
109306
+ var version = "2.40.4";
109243
109307
 
109244
109308
  function create({
109245
109309
  componentPrefix = "N",
@@ -109433,43 +109497,45 @@
109433
109497
  }
109434
109498
  });
109435
109499
 
109436
- const ColorWandIcon = /* @__PURE__ */ vue.h(
109437
- "svg",
109438
- {
109439
- viewBox: "0 0 16 16",
109440
- fill: "none",
109441
- xmlns: "http://www.w3.org/2000/svg",
109442
- style: { width: "1em", height: "1em", color: "currentColor" }
109443
- },
109444
- /* @__PURE__ */ vue.h(
109445
- "path",
109446
- {
109447
- d: "M13.5 1C13.7761 1 14 1.22386 14 1.5V2H14.5C14.7761 2 15 2.22386 15 2.5C15 2.77614 14.7761 3 14.5 3H14V3.5C14 3.77614 13.7761 4 13.5 4C13.2239 4 13 3.77614 13 3.5V3H12.5C12.2239 3 12 2.77614 12 2.5C12 2.22386 12.2239 2 12.5 2H13V1.5C13 1.22386 13.2239 1 13.5 1Z",
109448
- fill: "currentColor"
109449
- }
109450
- ),
109451
- /* @__PURE__ */ vue.h(
109452
- "path",
109453
- {
109454
- d: "M3.5 3C3.77615 3 4 3.22386 4 3.5V4H4.5C4.77615 4 5 4.22386 5 4.5C5 4.77614 4.77615 5 4.5 5H4V5.5C4 5.77614 3.77615 6 3.5 6C3.22386 6 3 5.77614 3 5.5V5H2.5C2.22386 5 2 4.77614 2 4.5C2 4.22386 2.22386 4 2.5 4H3V3.5C3 3.22386 3.22386 3 3.5 3Z",
109455
- fill: "currentColor"
109456
- }
109457
- ),
109458
- /* @__PURE__ */ vue.h(
109459
- "path",
109460
- {
109461
- d: "M12.5 12C12.7761 12 13 11.7761 13 11.5C13 11.2239 12.7761 11 12.5 11H12V10.5C12 10.2239 11.7761 10 11.5 10C11.2239 10 11 10.2239 11 10.5V11H10.5C10.2239 11 10 11.2239 10 11.5C10 11.7761 10.2239 12 10.5 12H11V12.5C11 12.7761 11.2239 13 11.5 13C11.7761 13 12 12.7761 12 12.5V12H12.5Z",
109462
- fill: "currentColor"
109463
- }
109464
- ),
109465
- /* @__PURE__ */ vue.h(
109466
- "path",
109500
+ function renderColorWandIcon() {
109501
+ return /* @__PURE__ */ vue.h(
109502
+ "svg",
109467
109503
  {
109468
- d: "M8.72956 4.56346C9.4771 3.81592 10.6891 3.81592 11.4367 4.56347C12.1842 5.31102 12.1842 6.52303 11.4367 7.27058L4.26679 14.4404C3.51924 15.1879 2.30723 15.1879 1.55968 14.4404C0.812134 13.6928 0.812138 12.4808 1.55969 11.7333L8.72956 4.56346ZM8.25002 6.4572L2.26679 12.4404C1.90977 12.7974 1.90977 13.3763 2.26679 13.7333C2.62381 14.0903 3.20266 14.0903 3.55968 13.7333L9.54292 7.75009L8.25002 6.4572ZM10.25 7.04299L10.7295 6.56347C11.0866 6.20645 11.0866 5.6276 10.7296 5.27057C10.3725 4.91355 9.79368 4.91355 9.43666 5.27057L8.95713 5.7501L10.25 7.04299Z",
109469
- fill: "currentColor"
109470
- }
109471
- )
109472
- );
109504
+ viewBox: "0 0 16 16",
109505
+ fill: "none",
109506
+ xmlns: "http://www.w3.org/2000/svg",
109507
+ style: { width: "1em", height: "1em", color: "currentColor" }
109508
+ },
109509
+ /* @__PURE__ */ vue.h(
109510
+ "path",
109511
+ {
109512
+ d: "M13.5 1C13.7761 1 14 1.22386 14 1.5V2H14.5C14.7761 2 15 2.22386 15 2.5C15 2.77614 14.7761 3 14.5 3H14V3.5C14 3.77614 13.7761 4 13.5 4C13.2239 4 13 3.77614 13 3.5V3H12.5C12.2239 3 12 2.77614 12 2.5C12 2.22386 12.2239 2 12.5 2H13V1.5C13 1.22386 13.2239 1 13.5 1Z",
109513
+ fill: "currentColor"
109514
+ }
109515
+ ),
109516
+ /* @__PURE__ */ vue.h(
109517
+ "path",
109518
+ {
109519
+ d: "M3.5 3C3.77615 3 4 3.22386 4 3.5V4H4.5C4.77615 4 5 4.22386 5 4.5C5 4.77614 4.77615 5 4.5 5H4V5.5C4 5.77614 3.77615 6 3.5 6C3.22386 6 3 5.77614 3 5.5V5H2.5C2.22386 5 2 4.77614 2 4.5C2 4.22386 2.22386 4 2.5 4H3V3.5C3 3.22386 3.22386 3 3.5 3Z",
109520
+ fill: "currentColor"
109521
+ }
109522
+ ),
109523
+ /* @__PURE__ */ vue.h(
109524
+ "path",
109525
+ {
109526
+ d: "M12.5 12C12.7761 12 13 11.7761 13 11.5C13 11.2239 12.7761 11 12.5 11H12V10.5C12 10.2239 11.7761 10 11.5 10C11.2239 10 11 10.2239 11 10.5V11H10.5C10.2239 11 10 11.2239 10 11.5C10 11.7761 10.2239 12 10.5 12H11V12.5C11 12.7761 11.2239 13 11.5 13C11.7761 13 12 12.7761 12 12.5V12H12.5Z",
109527
+ fill: "currentColor"
109528
+ }
109529
+ ),
109530
+ /* @__PURE__ */ vue.h(
109531
+ "path",
109532
+ {
109533
+ d: "M8.72956 4.56346C9.4771 3.81592 10.6891 3.81592 11.4367 4.56347C12.1842 5.31102 12.1842 6.52303 11.4367 7.27058L4.26679 14.4404C3.51924 15.1879 2.30723 15.1879 1.55968 14.4404C0.812134 13.6928 0.812138 12.4808 1.55969 11.7333L8.72956 4.56346ZM8.25002 6.4572L2.26679 12.4404C1.90977 12.7974 1.90977 13.3763 2.26679 13.7333C2.62381 14.0903 3.20266 14.0903 3.55968 13.7333L9.54292 7.75009L8.25002 6.4572ZM10.25 7.04299L10.7295 6.56347C11.0866 6.20645 11.0866 5.6276 10.7296 5.27057C10.3725 4.91355 9.79368 4.91355 9.43666 5.27057L8.95713 5.7501L10.25 7.04299Z",
109534
+ fill: "currentColor"
109535
+ }
109536
+ )
109537
+ );
109538
+ }
109473
109539
  function showColorPicker(key) {
109474
109540
  if (key.includes("pacity"))
109475
109541
  return false;
@@ -109645,7 +109711,7 @@
109645
109711
  this.showPanel = !this.showPanel;
109646
109712
  }
109647
109713
  },
109648
- { default: () => ColorWandIcon }
109714
+ { default: renderColorWandIcon }
109649
109715
  ),
109650
109716
  default: () => /* @__PURE__ */ vue.h(vue.Fragment, null, /* @__PURE__ */ vue.h(
109651
109717
  "input",