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.mjs CHANGED
@@ -4193,9 +4193,7 @@ function setupXScroll({
4193
4193
  getLeft
4194
4194
  });
4195
4195
  return {
4196
- setListWidth(value) {
4197
- listWidthRef.value = value;
4198
- },
4196
+ listWidthRef,
4199
4197
  scrollLeftRef
4200
4198
  };
4201
4199
  }
@@ -4378,7 +4376,9 @@ var VVirtualList = defineComponent({
4378
4376
  }
4379
4377
  });
4380
4378
  const totalWidthRef = useMemo(() => {
4381
- if (props.renderCol == null && props.renderItemWithCols == null) return undefined;
4379
+ if (props.renderCol == null && props.renderItemWithCols == null) {
4380
+ return undefined;
4381
+ }
4382
4382
  if (props.columns.length === 0) return undefined;
4383
4383
  let width = 0;
4384
4384
  props.columns.forEach(column => {
@@ -4398,7 +4398,7 @@ var VVirtualList = defineComponent({
4398
4398
  });
4399
4399
  const {
4400
4400
  scrollLeftRef,
4401
- setListWidth
4401
+ listWidthRef
4402
4402
  } = setupXScroll({
4403
4403
  columnsRef: toRef(props, 'columns'),
4404
4404
  renderColRef: toRef(props, 'renderCol'),
@@ -4610,9 +4610,15 @@ var VVirtualList = defineComponent({
4610
4610
  // List is HTMLElement
4611
4611
  if (isHideByVShow(entry.target)) return;
4612
4612
  // If height is same, return
4613
- if (entry.contentRect.height === listHeightRef.value) return;
4613
+ if (props.renderCol == null && props.renderItemWithCols == null) {
4614
+ if (entry.contentRect.height === listHeightRef.value) return;
4615
+ } else {
4616
+ if (entry.contentRect.height === listHeightRef.value && entry.contentRect.width === listWidthRef.value) {
4617
+ return;
4618
+ }
4619
+ }
4614
4620
  listHeightRef.value = entry.contentRect.height;
4615
- setListWidth(entry.contentRect.width);
4621
+ listWidthRef.value = entry.contentRect.width;
4616
4622
  const {
4617
4623
  onResize
4618
4624
  } = props;
@@ -5220,6 +5226,13 @@ function useOnResize(elRef, onResize) {
5220
5226
  resizeObserverManager.registerHandler(el, onResize);
5221
5227
  }
5222
5228
  });
5229
+ watch(elRef, (_, oldEl) => {
5230
+ if (oldEl) {
5231
+ resizeObserverManager.unregisterHandler(oldEl);
5232
+ }
5233
+ }, {
5234
+ deep: false
5235
+ });
5223
5236
  onBeforeUnmount(() => {
5224
5237
  const {
5225
5238
  value: el
@@ -5271,7 +5284,7 @@ function rtlInset(inset) {
5271
5284
  top,
5272
5285
  bottom
5273
5286
  } = getMargin(inset);
5274
- return `${top} ${right} ${bottom} ${left}`;
5287
+ return `${top} ${left} ${bottom} ${right}`;
5275
5288
  }
5276
5289
 
5277
5290
  function download(url, name) {
@@ -31250,6 +31263,11 @@ var ArrowUpIcon = defineComponent({
31250
31263
  });
31251
31264
 
31252
31265
  function replaceable(name, icon) {
31266
+ const IconComponent = defineComponent({
31267
+ render() {
31268
+ return icon();
31269
+ }
31270
+ });
31253
31271
  return defineComponent({
31254
31272
  name: lodashExports.upperFirst(name),
31255
31273
  setup() {
@@ -31259,16 +31277,13 @@ function replaceable(name, icon) {
31259
31277
  )?.mergedIconsRef;
31260
31278
  return () => {
31261
31279
  const iconOverride = mergedIconsRef?.value?.[name];
31262
- return iconOverride ? iconOverride() : icon;
31280
+ return iconOverride ? iconOverride() : /* @__PURE__ */ h(IconComponent, null);
31263
31281
  };
31264
31282
  }
31265
31283
  });
31266
31284
  }
31267
31285
 
31268
- var AttachIcon = replaceable(
31269
- "attach",
31270
- /* @__PURE__ */ h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" }))))
31271
- );
31286
+ var AttachIcon = replaceable("attach", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))));
31272
31287
 
31273
31288
  var BackwardIcon = defineComponent({
31274
31289
  name: "Backward",
@@ -31283,10 +31298,7 @@ var BackwardIcon = defineComponent({
31283
31298
  }
31284
31299
  });
31285
31300
 
31286
- var CancelIcon = replaceable(
31287
- "cancel",
31288
- /* @__PURE__ */ h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" }))))
31289
- );
31301
+ var CancelIcon = replaceable("cancel", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))));
31290
31302
 
31291
31303
  var FinishedIcon = defineComponent({
31292
31304
  name: "Checkmark",
@@ -31353,44 +31365,32 @@ var ChevronRightIcon = defineComponent({
31353
31365
  }
31354
31366
  });
31355
31367
 
31356
- var ClearIcon = replaceable(
31357
- "clear",
31358
- /* @__PURE__ */ h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" }))))
31359
- );
31368
+ var ClearIcon = replaceable("clear", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))));
31360
31369
 
31361
- var ErrorIcon$1 = replaceable(
31362
- "close",
31363
- /* @__PURE__ */ h(
31364
- "svg",
31365
- {
31366
- viewBox: "0 0 12 12",
31367
- version: "1.1",
31368
- xmlns: "http://www.w3.org/2000/svg",
31369
- "aria-hidden": true
31370
- },
31371
- /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))
31372
- )
31373
- );
31370
+ var ErrorIcon$1 = replaceable("close", () => /* @__PURE__ */ h(
31371
+ "svg",
31372
+ {
31373
+ viewBox: "0 0 12 12",
31374
+ version: "1.1",
31375
+ xmlns: "http://www.w3.org/2000/svg",
31376
+ "aria-hidden": true
31377
+ },
31378
+ /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))
31379
+ ));
31374
31380
 
31375
- var DateIcon = replaceable(
31376
- "date",
31377
- /* @__PURE__ */ h(
31378
- "svg",
31379
- {
31380
- width: "28px",
31381
- height: "28px",
31382
- viewBox: "0 0 28 28",
31383
- version: "1.1",
31384
- xmlns: "http://www.w3.org/2000/svg"
31385
- },
31386
- /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))
31387
- )
31388
- );
31381
+ var DateIcon = replaceable("date", () => /* @__PURE__ */ 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__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ 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
+ ));
31389
31392
 
31390
- var DownloadIcon = replaceable(
31391
- "download",
31392
- /* @__PURE__ */ h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" }))))
31393
- );
31393
+ var DownloadIcon = replaceable("download", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))));
31394
31394
 
31395
31395
  var EmptyIcon = defineComponent({
31396
31396
  name: "Empty",
@@ -31411,10 +31411,7 @@ var EmptyIcon = defineComponent({
31411
31411
  }
31412
31412
  });
31413
31413
 
31414
- var ErrorIcon = replaceable(
31415
- "error",
31416
- /* @__PURE__ */ h("svg", { viewBox: "0 0 48 48", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ 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" }))))
31417
- );
31414
+ var ErrorIcon = replaceable("error", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 48 48", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))));
31418
31415
 
31419
31416
  var EyeIcon = defineComponent({
31420
31417
  name: "Eye",
@@ -31533,10 +31530,7 @@ var ForwardIcon = defineComponent({
31533
31530
  }
31534
31531
  });
31535
31532
 
31536
- var InfoIcon = replaceable(
31537
- "info",
31538
- /* @__PURE__ */ h("svg", { viewBox: "0 0 28 28", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ 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" }))))
31539
- );
31533
+ var InfoIcon = replaceable("info", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 28 28", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))));
31540
31534
 
31541
31535
  var MoreIcon = defineComponent({
31542
31536
  name: "More",
@@ -31594,56 +31588,47 @@ var ResizeSmallIcon = defineComponent({
31594
31588
  }
31595
31589
  });
31596
31590
 
31597
- var RetryIcon = replaceable(
31598
- "retry",
31599
- /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ h(
31600
- "path",
31601
- {
31602
- d: "M320,146s24.36-12-64-12A160,160,0,1,0,416,294",
31603
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 32px;"
31604
- }
31605
- ), /* @__PURE__ */ h(
31606
- "polyline",
31607
- {
31608
- points: "256 58 336 138 256 218",
31609
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31610
- }
31611
- ))
31612
- );
31591
+ var RetryIcon = replaceable("retry", () => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ h(
31592
+ "path",
31593
+ {
31594
+ d: "M320,146s24.36-12-64-12A160,160,0,1,0,416,294",
31595
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-miterlimit: 10; stroke-width: 32px;"
31596
+ }
31597
+ ), /* @__PURE__ */ h(
31598
+ "polyline",
31599
+ {
31600
+ points: "256 58 336 138 256 218",
31601
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31602
+ }
31603
+ )));
31613
31604
 
31614
- var RotateClockwiseIcon = replaceable(
31615
- "rotateClockwise",
31616
- /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
31617
- "path",
31618
- {
31619
- 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",
31620
- fill: "currentColor"
31621
- }
31622
- ), /* @__PURE__ */ h(
31623
- "path",
31624
- {
31625
- 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",
31626
- fill: "currentColor"
31627
- }
31628
- ))
31629
- );
31605
+ var RotateClockwiseIcon = replaceable("rotateClockwise", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
31606
+ "path",
31607
+ {
31608
+ 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",
31609
+ fill: "currentColor"
31610
+ }
31611
+ ), /* @__PURE__ */ h(
31612
+ "path",
31613
+ {
31614
+ 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",
31615
+ fill: "currentColor"
31616
+ }
31617
+ )));
31630
31618
 
31631
- var RotateCounterclockwiseIcon = replaceable(
31632
- "rotateClockwise",
31633
- /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
31634
- "path",
31635
- {
31636
- 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",
31637
- fill: "currentColor"
31638
- }
31639
- ), /* @__PURE__ */ h(
31640
- "path",
31641
- {
31642
- 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",
31643
- fill: "currentColor"
31644
- }
31645
- ))
31646
- );
31619
+ var RotateCounterclockwiseIcon = replaceable("rotateClockwise", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
31620
+ "path",
31621
+ {
31622
+ 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",
31623
+ fill: "currentColor"
31624
+ }
31625
+ ), /* @__PURE__ */ h(
31626
+ "path",
31627
+ {
31628
+ 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",
31629
+ fill: "currentColor"
31630
+ }
31631
+ )));
31647
31632
 
31648
31633
  var SearchIcon = defineComponent({
31649
31634
  name: "Search",
@@ -31666,10 +31651,7 @@ var SearchIcon = defineComponent({
31666
31651
  }
31667
31652
  });
31668
31653
 
31669
- var SuccessIcon = replaceable(
31670
- "success",
31671
- /* @__PURE__ */ h("svg", { viewBox: "0 0 48 48", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ 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" }))))
31672
- );
31654
+ var SuccessIcon = replaceable("success", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 48 48", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))));
31673
31655
 
31674
31656
  var SwitcherIcon = defineComponent({
31675
31657
  name: "Switcher",
@@ -31678,106 +31660,88 @@ var SwitcherIcon = defineComponent({
31678
31660
  }
31679
31661
  });
31680
31662
 
31681
- var TimeIcon = replaceable(
31682
- "time",
31683
- /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ h(
31684
- "path",
31685
- {
31686
- d: "M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z",
31687
- style: "\n fill: none;\n stroke: currentColor;\n stroke-miterlimit: 10;\n stroke-width: 32px;\n "
31688
- }
31689
- ), /* @__PURE__ */ h(
31690
- "polyline",
31691
- {
31692
- points: "256 128 256 272 352 272",
31693
- style: "\n fill: none;\n stroke: currentColor;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 32px;\n "
31694
- }
31695
- ))
31696
- );
31663
+ var TimeIcon = replaceable("time", () => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ h(
31664
+ "path",
31665
+ {
31666
+ d: "M256,64C150,64,64,150,64,256s86,192,192,192,192-86,192-192S362,64,256,64Z",
31667
+ style: "\n fill: none;\n stroke: currentColor;\n stroke-miterlimit: 10;\n stroke-width: 32px;\n "
31668
+ }
31669
+ ), /* @__PURE__ */ h(
31670
+ "polyline",
31671
+ {
31672
+ points: "256 128 256 272 352 272",
31673
+ style: "\n fill: none;\n stroke: currentColor;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-width: 32px;\n "
31674
+ }
31675
+ )));
31697
31676
 
31698
- var ToIcon = replaceable(
31699
- "to",
31700
- /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" }))))
31701
- );
31677
+ var ToIcon = replaceable("to", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", fill: "none", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { fill: "currentColor", "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))));
31702
31678
 
31703
- var TrashIcon = replaceable(
31704
- "trash",
31705
- /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ h(
31706
- "path",
31707
- {
31708
- d: "M432,144,403.33,419.74A32,32,0,0,1,371.55,448H140.46a32,32,0,0,1-31.78-28.26L80,144",
31709
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31710
- }
31711
- ), /* @__PURE__ */ h(
31712
- "rect",
31713
- {
31714
- x: "32",
31715
- y: "64",
31716
- width: "448",
31717
- height: "80",
31718
- rx: "16",
31719
- ry: "16",
31720
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31721
- }
31722
- ), /* @__PURE__ */ h(
31723
- "line",
31724
- {
31725
- x1: "312",
31726
- y1: "240",
31727
- x2: "200",
31728
- y2: "352",
31729
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31730
- }
31731
- ), /* @__PURE__ */ h(
31732
- "line",
31733
- {
31734
- x1: "312",
31735
- y1: "352",
31736
- x2: "200",
31737
- y2: "240",
31738
- style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31739
- }
31740
- ))
31741
- );
31679
+ var TrashIcon = replaceable("trash", () => /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512" }, /* @__PURE__ */ h(
31680
+ "path",
31681
+ {
31682
+ d: "M432,144,403.33,419.74A32,32,0,0,1,371.55,448H140.46a32,32,0,0,1-31.78-28.26L80,144",
31683
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31684
+ }
31685
+ ), /* @__PURE__ */ h(
31686
+ "rect",
31687
+ {
31688
+ x: "32",
31689
+ y: "64",
31690
+ width: "448",
31691
+ height: "80",
31692
+ rx: "16",
31693
+ ry: "16",
31694
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31695
+ }
31696
+ ), /* @__PURE__ */ h(
31697
+ "line",
31698
+ {
31699
+ x1: "312",
31700
+ y1: "240",
31701
+ x2: "200",
31702
+ y2: "352",
31703
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31704
+ }
31705
+ ), /* @__PURE__ */ h(
31706
+ "line",
31707
+ {
31708
+ x1: "312",
31709
+ y1: "352",
31710
+ x2: "200",
31711
+ y2: "240",
31712
+ style: "fill: none; stroke: currentcolor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 32px;"
31713
+ }
31714
+ )));
31742
31715
 
31743
- var WarningIcon = replaceable(
31744
- "warning",
31745
- /* @__PURE__ */ h("svg", { viewBox: "0 0 24 24", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ 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" }))))
31746
- );
31716
+ var WarningIcon = replaceable("warning", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 24 24", version: "1.1", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, /* @__PURE__ */ h("g", { "fill-rule": "nonzero" }, /* @__PURE__ */ 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" })))));
31747
31717
 
31748
- var ZoomInIcon = replaceable(
31749
- "zoomIn",
31750
- /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
31751
- "path",
31752
- {
31753
- 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",
31754
- fill: "currentColor"
31755
- }
31756
- ), /* @__PURE__ */ h(
31757
- "path",
31758
- {
31759
- 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",
31760
- fill: "currentColor"
31761
- }
31762
- ))
31763
- );
31718
+ var ZoomInIcon = replaceable("zoomIn", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
31719
+ "path",
31720
+ {
31721
+ 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",
31722
+ fill: "currentColor"
31723
+ }
31724
+ ), /* @__PURE__ */ h(
31725
+ "path",
31726
+ {
31727
+ 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",
31728
+ fill: "currentColor"
31729
+ }
31730
+ )));
31764
31731
 
31765
- var ZoomOutIcon = replaceable(
31766
- "zoomOut",
31767
- /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
31768
- "path",
31769
- {
31770
- 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",
31771
- fill: "currentColor"
31772
- }
31773
- ), /* @__PURE__ */ h(
31774
- "path",
31775
- {
31776
- 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",
31777
- fill: "currentColor"
31778
- }
31779
- ))
31780
- );
31732
+ var ZoomOutIcon = replaceable("zoomOut", () => /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
31733
+ "path",
31734
+ {
31735
+ 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",
31736
+ fill: "currentColor"
31737
+ }
31738
+ ), /* @__PURE__ */ h(
31739
+ "path",
31740
+ {
31741
+ 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",
31742
+ fill: "currentColor"
31743
+ }
31744
+ )));
31781
31745
 
31782
31746
  const {
31783
31747
  cubicBezierEaseInOut: cubicBezierEaseInOut$4
@@ -32760,9 +32724,15 @@ cB("scrollbar-content", `
32760
32724
  border-radius: var(--n-scrollbar-border-radius);
32761
32725
  right: 0;
32762
32726
  `)])]), cM("horizontal--top", `
32763
- inset: var(--n-scrollbar-rail-inset-horizontal-top);
32727
+ top: var(--n-scrollbar-rail-top-horizontal-top);
32728
+ right: var(--n-scrollbar-rail-right-horizontal-top);
32729
+ bottom: var(--n-scrollbar-rail-bottom-horizontal-top);
32730
+ left: var(--n-scrollbar-rail-left-horizontal-top);
32764
32731
  `), cM("horizontal--bottom", `
32765
- inset: var(--n-scrollbar-rail-inset-horizontal-bottom);
32732
+ top: var(--n-scrollbar-rail-top-horizontal-bottom);
32733
+ right: var(--n-scrollbar-rail-right-horizontal-bottom);
32734
+ bottom: var(--n-scrollbar-rail-bottom-horizontal-bottom);
32735
+ left: var(--n-scrollbar-rail-left-horizontal-bottom);
32766
32736
  `), cM("vertical", `
32767
32737
  width: var(--n-scrollbar-width);
32768
32738
  `, [c$1(">", [cE("scrollbar", `
@@ -32770,9 +32740,15 @@ cB("scrollbar-content", `
32770
32740
  border-radius: var(--n-scrollbar-border-radius);
32771
32741
  bottom: 0;
32772
32742
  `)])]), cM("vertical--left", `
32773
- inset: var(--n-scrollbar-rail-inset-vertical-left);
32743
+ top: var(--n-scrollbar-rail-top-vertical-left);
32744
+ right: var(--n-scrollbar-rail-right-vertical-left);
32745
+ bottom: var(--n-scrollbar-rail-bottom-vertical-left);
32746
+ left: var(--n-scrollbar-rail-left-vertical-left);
32774
32747
  `), cM("vertical--right", `
32775
- inset: var(--n-scrollbar-rail-inset-vertical-right);
32748
+ top: var(--n-scrollbar-rail-top-vertical-right);
32749
+ right: var(--n-scrollbar-rail-right-vertical-right);
32750
+ bottom: var(--n-scrollbar-rail-bottom-vertical-right);
32751
+ left: var(--n-scrollbar-rail-left-vertical-right);
32776
32752
  `), cM("disabled", [c$1(">", [cE("scrollbar", "pointer-events: none;")])]), c$1(">", [cE("scrollbar", `
32777
32753
  z-index: 1;
32778
32754
  position: absolute;
@@ -33296,6 +33272,34 @@ const Scrollbar$1 = defineComponent({
33296
33272
  railColor
33297
33273
  }
33298
33274
  } = themeRef.value;
33275
+ const {
33276
+ top: railTopHorizontalTop,
33277
+ right: railRightHorizontalTop,
33278
+ bottom: railBottomHorizontalTop,
33279
+ left: railLeftHorizontalTop
33280
+ } = getMargin(railInsetHorizontalTop);
33281
+ const {
33282
+ top: railTopHorizontalBottom,
33283
+ right: railRightHorizontalBottom,
33284
+ bottom: railBottomHorizontalBottom,
33285
+ left: railLeftHorizontalBottom
33286
+ } = getMargin(railInsetHorizontalBottom);
33287
+ const {
33288
+ top: railTopVerticalRight,
33289
+ right: railRightVerticalRight,
33290
+ bottom: railBottomVerticalRight,
33291
+ left: railLeftVerticalRight
33292
+ } = getMargin(
33293
+ rtlEnabledRef?.value ? rtlInset(railInsetVerticalRight) : railInsetVerticalRight
33294
+ );
33295
+ const {
33296
+ top: railTopVerticalLeft,
33297
+ right: railRightVerticalLeft,
33298
+ bottom: railBottomVerticalLeft,
33299
+ left: railLeftVerticalLeft
33300
+ } = getMargin(
33301
+ rtlEnabledRef?.value ? rtlInset(railInsetVerticalLeft) : railInsetVerticalLeft
33302
+ );
33299
33303
  return {
33300
33304
  "--n-scrollbar-bezier": cubicBezierEaseInOut,
33301
33305
  "--n-scrollbar-color": color,
@@ -33303,10 +33307,22 @@ const Scrollbar$1 = defineComponent({
33303
33307
  "--n-scrollbar-border-radius": borderRadius,
33304
33308
  "--n-scrollbar-width": width,
33305
33309
  "--n-scrollbar-height": height,
33306
- "--n-scrollbar-rail-inset-horizontal-top": railInsetHorizontalTop,
33307
- "--n-scrollbar-rail-inset-horizontal-bottom": railInsetHorizontalBottom,
33308
- "--n-scrollbar-rail-inset-vertical-right": rtlEnabledRef?.value ? rtlInset(railInsetVerticalRight) : railInsetVerticalRight,
33309
- "--n-scrollbar-rail-inset-vertical-left": rtlEnabledRef?.value ? rtlInset(railInsetVerticalLeft) : railInsetVerticalLeft,
33310
+ "--n-scrollbar-rail-top-horizontal-top": railTopHorizontalTop,
33311
+ "--n-scrollbar-rail-right-horizontal-top": railRightHorizontalTop,
33312
+ "--n-scrollbar-rail-bottom-horizontal-top": railBottomHorizontalTop,
33313
+ "--n-scrollbar-rail-left-horizontal-top": railLeftHorizontalTop,
33314
+ "--n-scrollbar-rail-top-horizontal-bottom": railTopHorizontalBottom,
33315
+ "--n-scrollbar-rail-right-horizontal-bottom": railRightHorizontalBottom,
33316
+ "--n-scrollbar-rail-bottom-horizontal-bottom": railBottomHorizontalBottom,
33317
+ "--n-scrollbar-rail-left-horizontal-bottom": railLeftHorizontalBottom,
33318
+ "--n-scrollbar-rail-top-vertical-right": railTopVerticalRight,
33319
+ "--n-scrollbar-rail-right-vertical-right": railRightVerticalRight,
33320
+ "--n-scrollbar-rail-bottom-vertical-right": railBottomVerticalRight,
33321
+ "--n-scrollbar-rail-left-vertical-right": railLeftVerticalRight,
33322
+ "--n-scrollbar-rail-top-vertical-left": railTopVerticalLeft,
33323
+ "--n-scrollbar-rail-right-vertical-left": railRightVerticalLeft,
33324
+ "--n-scrollbar-rail-bottom-vertical-left": railBottomVerticalLeft,
33325
+ "--n-scrollbar-rail-left-vertical-left": railLeftVerticalLeft,
33310
33326
  "--n-scrollbar-rail-color": railColor
33311
33327
  };
33312
33328
  });
@@ -34496,7 +34512,7 @@ var NSelectGroupHeader = defineComponent({
34496
34512
  }
34497
34513
  });
34498
34514
 
34499
- function renderCheckMark(show, clsPrefix) {
34515
+ function renderCheckMark$1(show, clsPrefix) {
34500
34516
  return /* @__PURE__ */ h(Transition, { name: "fade-in-scale-up-transition" }, {
34501
34517
  default: () => show ? /* @__PURE__ */ h(
34502
34518
  NBaseIcon,
@@ -34608,7 +34624,7 @@ var NSelectOption = defineComponent({
34608
34624
  handleMouseEnter,
34609
34625
  handleMouseMove
34610
34626
  } = this;
34611
- const checkmark = renderCheckMark(isSelected, clsPrefix);
34627
+ const checkmark = renderCheckMark$1(isSelected, clsPrefix);
34612
34628
  const children = renderLabel ? [renderLabel(rawNode, isSelected), showCheckmark && checkmark] : [
34613
34629
  render(
34614
34630
  rawNode[this.labelField],
@@ -36373,7 +36389,18 @@ var NPopover = defineComponent({
36373
36389
  const mergedShow = this.getMergedShow();
36374
36390
  return [
36375
36391
  this.internalTrapFocus && mergedShow ? withDirectives(
36376
- /* @__PURE__ */ h("div", { style: { position: "fixed", inset: 0 } }),
36392
+ /* @__PURE__ */ h(
36393
+ "div",
36394
+ {
36395
+ style: {
36396
+ position: "fixed",
36397
+ top: 0,
36398
+ right: 0,
36399
+ bottom: 0,
36400
+ left: 0
36401
+ }
36402
+ }
36403
+ ),
36377
36404
  [
36378
36405
  [
36379
36406
  zindexable,
@@ -43161,7 +43188,7 @@ const backTopLight = {
43161
43188
  self: self$17
43162
43189
  };
43163
43190
 
43164
- var BackTopIcon = /* @__PURE__ */ h(
43191
+ var renderBackTopIcon = () => /* @__PURE__ */ h(
43165
43192
  "svg",
43166
43193
  {
43167
43194
  viewBox: "0 0 24 24",
@@ -43451,7 +43478,7 @@ var BackTop = defineComponent({
43451
43478
  onClick: this.handleClick
43452
43479
  }),
43453
43480
  resolveSlot(this.$slots.default, () => [
43454
- /* @__PURE__ */ h(NBaseIcon, { clsPrefix: mergedClsPrefix }, { default: () => BackTopIcon })
43481
+ /* @__PURE__ */ h(NBaseIcon, { clsPrefix: mergedClsPrefix }, { default: renderBackTopIcon })
43455
43482
  ])
43456
43483
  ) : null;
43457
43484
  }
@@ -51533,20 +51560,24 @@ function useCarouselContext(location = "unknown", component = "component") {
51533
51560
  return CarouselContext;
51534
51561
  }
51535
51562
 
51536
- const backwardIcon = /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, /* @__PURE__ */ h("g", { fill: "none" }, /* @__PURE__ */ h(
51537
- "path",
51538
- {
51539
- 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",
51540
- fill: "currentColor"
51541
- }
51542
- )));
51543
- const forwardIcon = /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, /* @__PURE__ */ h("g", { fill: "none" }, /* @__PURE__ */ h(
51544
- "path",
51545
- {
51546
- 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",
51547
- fill: "currentColor"
51548
- }
51549
- )));
51563
+ function renderBackwardIcon() {
51564
+ return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, /* @__PURE__ */ h("g", { fill: "none" }, /* @__PURE__ */ h(
51565
+ "path",
51566
+ {
51567
+ 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",
51568
+ fill: "currentColor"
51569
+ }
51570
+ )));
51571
+ }
51572
+ function renderForwardIcon() {
51573
+ return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" }, /* @__PURE__ */ h("g", { fill: "none" }, /* @__PURE__ */ h(
51574
+ "path",
51575
+ {
51576
+ 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",
51577
+ fill: "currentColor"
51578
+ }
51579
+ )));
51580
+ }
51550
51581
  var NCarouselArrow = defineComponent({
51551
51582
  name: "CarouselArrow",
51552
51583
  setup(props) {
@@ -51573,7 +51604,7 @@ var NCarouselArrow = defineComponent({
51573
51604
  role: "button",
51574
51605
  onClick: this.prev
51575
51606
  },
51576
- backwardIcon
51607
+ renderBackwardIcon()
51577
51608
  ), /* @__PURE__ */ h(
51578
51609
  "div",
51579
51610
  {
@@ -51584,7 +51615,7 @@ var NCarouselArrow = defineComponent({
51584
51615
  role: "button",
51585
51616
  onClick: this.next
51586
51617
  },
51587
- forwardIcon
51618
+ renderForwardIcon()
51588
51619
  ));
51589
51620
  }
51590
51621
  });
@@ -53254,9 +53285,9 @@ var NCheckboxGroup = defineComponent({
53254
53285
  }
53255
53286
  });
53256
53287
 
53257
- var CheckMark = /* @__PURE__ */ h("svg", { viewBox: "0 0 64 64", class: "check-icon" }, /* @__PURE__ */ 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" }));
53288
+ var renderCheckMark = () => /* @__PURE__ */ h("svg", { viewBox: "0 0 64 64", class: "check-icon" }, /* @__PURE__ */ 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" }));
53258
53289
 
53259
- var LineMark = /* @__PURE__ */ h("svg", { viewBox: "0 0 100 100", class: "line-icon" }, /* @__PURE__ */ 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" }));
53290
+ var renderLineMark = () => /* @__PURE__ */ h("svg", { viewBox: "0 0 100 100", class: "line-icon" }, /* @__PURE__ */ 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" }));
53260
53291
 
53261
53292
  var style$1a = c$1([cB("checkbox", `
53262
53293
  font-size: var(--n-font-size);
@@ -53707,8 +53738,8 @@ var NCheckbox = defineComponent({
53707
53738
  key: "indeterminate",
53708
53739
  class: `${mergedClsPrefix}-checkbox-icon`
53709
53740
  },
53710
- LineMark
53711
- ) : /* @__PURE__ */ h("div", { key: "check", class: `${mergedClsPrefix}-checkbox-icon` }, CheckMark)
53741
+ renderLineMark()
53742
+ ) : /* @__PURE__ */ h("div", { key: "check", class: `${mergedClsPrefix}-checkbox-icon` }, renderCheckMark())
53712
53743
  }), /* @__PURE__ */ h("div", { class: `${mergedClsPrefix}-checkbox-box__border` }))),
53713
53744
  labelNode
53714
53745
  );
@@ -70531,7 +70562,8 @@ var DaterangePanel = defineComponent({
70531
70562
  * the date.
70532
70563
  */
70533
70564
  function tzIntlTimeZoneName(length, date, options) {
70534
- const dtf = getDTF(length, options.timeZone, options.locale);
70565
+ const defaultOptions = getDefaultOptions();
70566
+ const dtf = getDTF(length, options.timeZone, options.locale ?? defaultOptions.locale);
70535
70567
  return 'formatToParts' in dtf ? partsTimeZone(dtf, date) : hackyTimeZone(dtf, date);
70536
70568
  }
70537
70569
  function partsTimeZone(dtf, date) {
@@ -70603,20 +70635,20 @@ function hackyOffset(dtf, date) {
70603
70635
  // to get deterministic local date/time output according to the `en-US` locale which
70604
70636
  // can be used to extract local time parts as necessary.
70605
70637
  const dtfCache = {};
70638
+ // New browsers use `hourCycle`, IE and Chrome <73 does not support it and uses `hour12`
70639
+ const testDateFormatted = new Intl.DateTimeFormat('en-US', {
70640
+ hourCycle: 'h23',
70641
+ timeZone: 'America/New_York',
70642
+ year: 'numeric',
70643
+ month: '2-digit',
70644
+ day: '2-digit',
70645
+ hour: '2-digit',
70646
+ minute: '2-digit',
70647
+ second: '2-digit'
70648
+ }).format(new Date('2014-06-25T04:00:00.123Z'));
70649
+ const hourCycleSupported = testDateFormatted === '06/25/2014, 00:00:00' || testDateFormatted === '‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00';
70606
70650
  function getDateTimeFormat(timeZone) {
70607
70651
  if (!dtfCache[timeZone]) {
70608
- // New browsers use `hourCycle`, IE and Chrome <73 does not support it and uses `hour12`
70609
- const testDateFormatted = new Intl.DateTimeFormat('en-US', {
70610
- hourCycle: 'h23',
70611
- timeZone: 'America/New_York',
70612
- year: 'numeric',
70613
- month: '2-digit',
70614
- day: '2-digit',
70615
- hour: '2-digit',
70616
- minute: '2-digit',
70617
- second: '2-digit'
70618
- }).format(new Date('2014-06-25T04:00:00.123Z'));
70619
- const hourCycleSupported = testDateFormatted === '06/25/2014, 00:00:00' || testDateFormatted === '‎06‎/‎25‎/‎2014‎ ‎00‎:‎00‎:‎00';
70620
70652
  dtfCache[timeZone] = hourCycleSupported ? new Intl.DateTimeFormat('en-US', {
70621
70653
  hourCycle: 'h23',
70622
70654
  timeZone: timeZone,
@@ -80093,7 +80125,7 @@ var NDrawerBodyWrapper = defineComponent({
80093
80125
  const { $slots, mergedClsPrefix } = this;
80094
80126
  return this.displayDirective === "show" || this.displayed || this.show ? withDirectives(
80095
80127
  /* Keep the wrapper dom. Make sure the drawer has a host.
80096
- Nor the detached content will disappear without transition */
80128
+ Nor the detached content will disappear without transition */
80097
80129
  /* @__PURE__ */ h("div", { role: "none" }, /* @__PURE__ */ h(
80098
80130
  FocusTrap,
80099
80131
  {
@@ -84343,7 +84375,13 @@ var style$L = cB("float-button-group", [cB("float-button", `
84343
84375
  `), c$1("&:last-child", `
84344
84376
  border-bottom-left-radius: 4px;
84345
84377
  border-bottom-right-radius: 4px;
84346
- `), cE("fill", "inset: 4px; border-radius: var(--n-border-radius-square);")])]), cM("circle-shape", [c$1(">:not(:last-child)", `
84378
+ `), cE("fill", `
84379
+ top: 4px;
84380
+ right: 4px;
84381
+ bottom: 4px;
84382
+ left: 4px;
84383
+ border-radius: var(--n-border-radius-square);
84384
+ `)])]), cM("circle-shape", [c$1(">:not(:last-child)", `
84347
84385
  margin-bottom: 16px;
84348
84386
  `)])]);
84349
84387
 
@@ -84507,7 +84545,10 @@ var style$K = cB("float-button", `
84507
84545
  border-radius: var(--n-border-radius-square);
84508
84546
  `), cE("fill", `
84509
84547
  position: absolute;
84510
- inset: 0;
84548
+ top: 0;
84549
+ right: 0;
84550
+ bottom: 0
84551
+ left: 0;
84511
84552
  transition: background-color .3s var(--n-bezier);
84512
84553
  border-radius: inherit;
84513
84554
  `), cE("body", `
@@ -84545,7 +84586,10 @@ var style$K = cB("float-button", `
84545
84586
  opacity: 0;
84546
84587
  transform: scale(0.75);
84547
84588
  position: absolute;
84548
- inset: 0;
84589
+ top: 0;
84590
+ right: 0;
84591
+ bottom: 0;
84592
+ left: 0;
84549
84593
  display: flex;
84550
84594
  align-items: center;
84551
84595
  justify-content: center;
@@ -87909,27 +87953,33 @@ const imageLight = createTheme$1({
87909
87953
  self: self$7
87910
87954
  });
87911
87955
 
87912
- const prevIcon = /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
87913
- "path",
87914
- {
87915
- 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",
87916
- fill: "currentColor"
87917
- }
87918
- ));
87919
- const nextIcon = /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
87920
- "path",
87921
- {
87922
- 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",
87923
- fill: "currentColor"
87924
- }
87925
- ));
87926
- const closeIcon = /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
87927
- "path",
87928
- {
87929
- 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",
87930
- fill: "currentColor"
87931
- }
87932
- ));
87956
+ function renderPrevIcon() {
87957
+ return /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
87958
+ "path",
87959
+ {
87960
+ 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",
87961
+ fill: "currentColor"
87962
+ }
87963
+ ));
87964
+ }
87965
+ function renderNextIcon() {
87966
+ return /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
87967
+ "path",
87968
+ {
87969
+ 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",
87970
+ fill: "currentColor"
87971
+ }
87972
+ ));
87973
+ }
87974
+ function renderCloseIcon() {
87975
+ return /* @__PURE__ */ h("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ h(
87976
+ "path",
87977
+ {
87978
+ 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",
87979
+ fill: "currentColor"
87980
+ }
87981
+ ));
87982
+ }
87933
87983
 
87934
87984
  const imagePreviewSharedProps = {
87935
87985
  ...useTheme.props,
@@ -88404,11 +88454,11 @@ var NImagePreview = defineComponent({
88404
88454
  render() {
88405
88455
  const { clsPrefix, renderToolbar, withTooltip } = this;
88406
88456
  const prevNode = withTooltip(
88407
- /* @__PURE__ */ h(NBaseIcon, { clsPrefix, onClick: this.handleSwitchPrev }, { default: () => prevIcon }),
88457
+ /* @__PURE__ */ h(NBaseIcon, { clsPrefix, onClick: this.handleSwitchPrev }, { default: renderPrevIcon }),
88408
88458
  "tipPrevious"
88409
88459
  );
88410
88460
  const nextNode = withTooltip(
88411
- /* @__PURE__ */ h(NBaseIcon, { clsPrefix, onClick: this.handleSwitchNext }, { default: () => nextIcon }),
88461
+ /* @__PURE__ */ h(NBaseIcon, { clsPrefix, onClick: this.handleSwitchNext }, { default: renderNextIcon }),
88412
88462
  "tipNext"
88413
88463
  );
88414
88464
  const rotateCounterclockwiseNode = withTooltip(
@@ -88440,7 +88490,7 @@ var NImagePreview = defineComponent({
88440
88490
  "tipDownload"
88441
88491
  );
88442
88492
  const closeNode = withTooltip(
88443
- /* @__PURE__ */ h(NBaseIcon, { clsPrefix, onClick: this.toggleShow }, { default: () => closeIcon }),
88493
+ /* @__PURE__ */ h(NBaseIcon, { clsPrefix, onClick: this.toggleShow }, { default: renderCloseIcon }),
88444
88494
  "tipClose"
88445
88495
  );
88446
88496
  const zoomInNode = withTooltip(
@@ -96704,7 +96754,7 @@ var QrCode = defineComponent({
96704
96754
  }
96705
96755
  });
96706
96756
 
96707
- var StarIcon = /* @__PURE__ */ h("svg", { viewBox: "0 0 512 512" }, /* @__PURE__ */ 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" }));
96757
+ var renderStarIcon = () => /* @__PURE__ */ h("svg", { viewBox: "0 0 512 512" }, /* @__PURE__ */ 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" }));
96708
96758
 
96709
96759
  var style$o = cB("rate", {
96710
96760
  display: "inline-flex",
@@ -96912,7 +96962,7 @@ var Rate = defineComponent({
96912
96962
  onMouseleave: this.handleMouseLeave
96913
96963
  },
96914
96964
  renderList(this.count, (_, index) => {
96915
- const icon = defaultSlot ? defaultSlot({ index }) : /* @__PURE__ */ h(NBaseIcon, { clsPrefix: mergedClsPrefix }, { default: () => StarIcon });
96965
+ const icon = defaultSlot ? defaultSlot({ index }) : /* @__PURE__ */ h(NBaseIcon, { clsPrefix: mergedClsPrefix }, { default: renderStarIcon });
96916
96966
  const entireStarActive = hoverIndex !== null ? index + 1 <= hoverIndex : index + 1 <= (mergedValue || 0);
96917
96967
  return /* @__PURE__ */ h(
96918
96968
  "div",
@@ -96949,67 +96999,81 @@ var Rate = defineComponent({
96949
96999
  }
96950
97000
  });
96951
97001
 
96952
- var image403 = /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ h(
96953
- "path",
96954
- {
96955
- fill: "#EF9645",
96956
- 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"
96957
- }
96958
- ), /* @__PURE__ */ h(
96959
- "path",
96960
- {
96961
- fill: "#FFDC5D",
96962
- 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"
96963
- }
96964
- ));
97002
+ function render403() {
97003
+ return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ h(
97004
+ "path",
97005
+ {
97006
+ fill: "#EF9645",
97007
+ 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"
97008
+ }
97009
+ ), /* @__PURE__ */ h(
97010
+ "path",
97011
+ {
97012
+ fill: "#FFDC5D",
97013
+ 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"
97014
+ }
97015
+ ));
97016
+ }
96965
97017
 
96966
- var image404 = /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ h("circle", { fill: "#FFCB4C", cx: "18", cy: "17.018", r: "17" }), /* @__PURE__ */ h(
96967
- "path",
96968
- {
96969
- fill: "#65471B",
96970
- 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"
96971
- }
96972
- ), /* @__PURE__ */ h("ellipse", { fill: "#65471B", cx: "13.119", cy: "11.174", rx: "2.125", ry: "2.656" }), /* @__PURE__ */ h("ellipse", { fill: "#65471B", cx: "24.375", cy: "12.236", rx: "2.125", ry: "2.656" }), /* @__PURE__ */ h(
96973
- "path",
96974
- {
96975
- fill: "#F19020",
96976
- 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"
96977
- }
96978
- ), /* @__PURE__ */ h(
96979
- "path",
96980
- {
96981
- fill: "#65471B",
96982
- 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"
96983
- }
96984
- ));
97018
+ function render404() {
97019
+ return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ h("circle", { fill: "#FFCB4C", cx: "18", cy: "17.018", r: "17" }), /* @__PURE__ */ h(
97020
+ "path",
97021
+ {
97022
+ fill: "#65471B",
97023
+ 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"
97024
+ }
97025
+ ), /* @__PURE__ */ h("ellipse", { fill: "#65471B", cx: "13.119", cy: "11.174", rx: "2.125", ry: "2.656" }), /* @__PURE__ */ h("ellipse", { fill: "#65471B", cx: "24.375", cy: "12.236", rx: "2.125", ry: "2.656" }), /* @__PURE__ */ h(
97026
+ "path",
97027
+ {
97028
+ fill: "#F19020",
97029
+ 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"
97030
+ }
97031
+ ), /* @__PURE__ */ h(
97032
+ "path",
97033
+ {
97034
+ fill: "#65471B",
97035
+ 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"
97036
+ }
97037
+ ));
97038
+ }
96985
97039
 
96986
- var image418 = /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ h("ellipse", { fill: "#292F33", cx: "18", cy: "26", rx: "18", ry: "10" }), /* @__PURE__ */ h("ellipse", { fill: "#66757F", cx: "18", cy: "24", rx: "18", ry: "10" }), /* @__PURE__ */ h("path", { fill: "#E1E8ED", d: "M18 31C3.042 31 1 16 1 12h34c0 2-1.958 19-17 19z" }), /* @__PURE__ */ h(
96987
- "path",
96988
- {
96989
- fill: "#77B255",
96990
- 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"
96991
- }
96992
- ), /* @__PURE__ */ h("ellipse", { fill: "#A6D388", cx: "18", cy: "13", rx: "15", ry: "7" }), /* @__PURE__ */ h(
96993
- "path",
96994
- {
96995
- 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",
96996
- fill: "#5C913B"
96997
- }
96998
- ));
97040
+ function render418() {
97041
+ return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ h("ellipse", { fill: "#292F33", cx: "18", cy: "26", rx: "18", ry: "10" }), /* @__PURE__ */ h("ellipse", { fill: "#66757F", cx: "18", cy: "24", rx: "18", ry: "10" }), /* @__PURE__ */ h(
97042
+ "path",
97043
+ {
97044
+ fill: "#E1E8ED",
97045
+ d: "M18 31C3.042 31 1 16 1 12h34c0 2-1.958 19-17 19z"
97046
+ }
97047
+ ), /* @__PURE__ */ h(
97048
+ "path",
97049
+ {
97050
+ fill: "#77B255",
97051
+ 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"
97052
+ }
97053
+ ), /* @__PURE__ */ h("ellipse", { fill: "#A6D388", cx: "18", cy: "13", rx: "15", ry: "7" }), /* @__PURE__ */ h(
97054
+ "path",
97055
+ {
97056
+ 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",
97057
+ fill: "#5C913B"
97058
+ }
97059
+ ));
97060
+ }
96999
97061
 
97000
- var image500 = /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ h(
97001
- "path",
97002
- {
97003
- fill: "#FFCC4D",
97004
- 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"
97005
- }
97006
- ), /* @__PURE__ */ h("ellipse", { fill: "#664500", cx: "18", cy: "27", rx: "5", ry: "6" }), /* @__PURE__ */ h(
97007
- "path",
97008
- {
97009
- fill: "#664500",
97010
- 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"
97011
- }
97012
- ));
97062
+ function render500() {
97063
+ return /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 36 36" }, /* @__PURE__ */ h(
97064
+ "path",
97065
+ {
97066
+ fill: "#FFCC4D",
97067
+ 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"
97068
+ }
97069
+ ), /* @__PURE__ */ h("ellipse", { fill: "#664500", cx: "18", cy: "27", rx: "5", ry: "6" }), /* @__PURE__ */ h(
97070
+ "path",
97071
+ {
97072
+ fill: "#664500",
97073
+ 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"
97074
+ }
97075
+ ));
97076
+ }
97013
97077
 
97014
97078
  var style$n = cB("result", `
97015
97079
  color: var(--n-text-color);
@@ -97047,10 +97111,10 @@ var style$n = cB("result", `
97047
97111
  `)])]);
97048
97112
 
97049
97113
  const iconRenderMap = {
97050
- 403: () => image403,
97051
- 404: () => image404,
97052
- 418: () => image418,
97053
- 500: () => image500,
97114
+ 403: render403,
97115
+ 404: render404,
97116
+ 418: render418,
97117
+ 500: render500,
97054
97118
  info: () => /* @__PURE__ */ h(InfoIcon, null),
97055
97119
  success: () => /* @__PURE__ */ h(SuccessIcon, null),
97056
97120
  warning: () => /* @__PURE__ */ h(WarningIcon, null),
@@ -107210,14 +107274,14 @@ var NUploadDragger = defineComponent({
107210
107274
  }
107211
107275
  });
107212
107276
 
107213
- const imageIcon = /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, /* @__PURE__ */ h("g", { fill: "none" }, /* @__PURE__ */ h(
107277
+ const renderImageIcon = /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, /* @__PURE__ */ h("g", { fill: "none" }, /* @__PURE__ */ h(
107214
107278
  "path",
107215
107279
  {
107216
107280
  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",
107217
107281
  fill: "currentColor"
107218
107282
  }
107219
107283
  )));
107220
- const documentIcon = /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, /* @__PURE__ */ h("g", { fill: "none" }, /* @__PURE__ */ h(
107284
+ const renderDocumentIcon = /* @__PURE__ */ h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 28" }, /* @__PURE__ */ h("g", { fill: "none" }, /* @__PURE__ */ h(
107221
107285
  "path",
107222
107286
  {
107223
107287
  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",
@@ -107598,7 +107662,7 @@ var NUploadFile = defineComponent({
107598
107662
  const isImageType = listType === "image";
107599
107663
  const isImageCardType = listType === "image-card";
107600
107664
  if (isImageType || isImageCardType) {
107601
- icon = !this.shouldUseThumbnailUrl(file) || !this.mergedThumbnailUrl ? /* @__PURE__ */ h("span", { class: `${clsPrefix}-upload-file-info__thumbnail` }, renderIcon ? renderIcon(file) : isImageFile(file) ? /* @__PURE__ */ h(NBaseIcon, { clsPrefix }, { default: () => imageIcon }) : /* @__PURE__ */ h(NBaseIcon, { clsPrefix }, { default: () => documentIcon })) : /* @__PURE__ */ h(
107665
+ icon = !this.shouldUseThumbnailUrl(file) || !this.mergedThumbnailUrl ? /* @__PURE__ */ h("span", { class: `${clsPrefix}-upload-file-info__thumbnail` }, renderIcon ? renderIcon(file) : isImageFile(file) ? /* @__PURE__ */ h(NBaseIcon, { clsPrefix }, { default: renderImageIcon }) : /* @__PURE__ */ h(NBaseIcon, { clsPrefix }, { default: renderDocumentIcon })) : /* @__PURE__ */ h(
107602
107666
  "a",
107603
107667
  {
107604
107668
  rel: "noopener noreferer",
@@ -109235,7 +109299,7 @@ function useThemeVars() {
109235
109299
  });
109236
109300
  }
109237
109301
 
109238
- var version = "2.40.3";
109302
+ var version = "2.40.4";
109239
109303
 
109240
109304
  function create({
109241
109305
  componentPrefix = "N",
@@ -109429,43 +109493,45 @@ const MinimizeIcon = defineComponent({
109429
109493
  }
109430
109494
  });
109431
109495
 
109432
- const ColorWandIcon = /* @__PURE__ */ h(
109433
- "svg",
109434
- {
109435
- viewBox: "0 0 16 16",
109436
- fill: "none",
109437
- xmlns: "http://www.w3.org/2000/svg",
109438
- style: { width: "1em", height: "1em", color: "currentColor" }
109439
- },
109440
- /* @__PURE__ */ h(
109441
- "path",
109442
- {
109443
- 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",
109444
- fill: "currentColor"
109445
- }
109446
- ),
109447
- /* @__PURE__ */ h(
109448
- "path",
109449
- {
109450
- 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",
109451
- fill: "currentColor"
109452
- }
109453
- ),
109454
- /* @__PURE__ */ h(
109455
- "path",
109456
- {
109457
- 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",
109458
- fill: "currentColor"
109459
- }
109460
- ),
109461
- /* @__PURE__ */ h(
109462
- "path",
109496
+ function renderColorWandIcon() {
109497
+ return /* @__PURE__ */ h(
109498
+ "svg",
109463
109499
  {
109464
- 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",
109465
- fill: "currentColor"
109466
- }
109467
- )
109468
- );
109500
+ viewBox: "0 0 16 16",
109501
+ fill: "none",
109502
+ xmlns: "http://www.w3.org/2000/svg",
109503
+ style: { width: "1em", height: "1em", color: "currentColor" }
109504
+ },
109505
+ /* @__PURE__ */ h(
109506
+ "path",
109507
+ {
109508
+ 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",
109509
+ fill: "currentColor"
109510
+ }
109511
+ ),
109512
+ /* @__PURE__ */ h(
109513
+ "path",
109514
+ {
109515
+ 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",
109516
+ fill: "currentColor"
109517
+ }
109518
+ ),
109519
+ /* @__PURE__ */ h(
109520
+ "path",
109521
+ {
109522
+ 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",
109523
+ fill: "currentColor"
109524
+ }
109525
+ ),
109526
+ /* @__PURE__ */ h(
109527
+ "path",
109528
+ {
109529
+ 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",
109530
+ fill: "currentColor"
109531
+ }
109532
+ )
109533
+ );
109534
+ }
109469
109535
  function showColorPicker(key) {
109470
109536
  if (key.includes("pacity"))
109471
109537
  return false;
@@ -109641,7 +109707,7 @@ var ThemeEditor = defineComponent({
109641
109707
  this.showPanel = !this.showPanel;
109642
109708
  }
109643
109709
  },
109644
- { default: () => ColorWandIcon }
109710
+ { default: renderColorWandIcon }
109645
109711
  ),
109646
109712
  default: () => /* @__PURE__ */ h(Fragment, null, /* @__PURE__ */ h(
109647
109713
  "input",