@sdata/web-vue 1.18.0 → 2.1.0

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 (683) hide show
  1. package/README.md +3 -7
  2. package/dist/sd.css +4083 -2512
  3. package/dist/sd.min.css +1 -1
  4. package/es/_components/feedback-icon.js +1 -1
  5. package/es/_components/icon-hover.js +1 -1
  6. package/es/_components/icon-hover.vue.d.ts +1 -1
  7. package/es/_components/input-label/input-label.d.ts +1 -1
  8. package/es/_components/input-label/style/index.css +27 -27
  9. package/es/_components/picker/input-range.js +1 -1
  10. package/es/_components/picker/input-range.vue.d.ts +2 -2
  11. package/es/_components/picker/input.js +1 -1
  12. package/es/_components/picker/input.vue.d.ts +2 -2
  13. package/es/_components/resize-trigger.js +1 -1
  14. package/es/_components/select-view/select-view.d.ts +3 -3
  15. package/es/_components/select-view/style/index.css +199 -199
  16. package/es/_components/transition/expand-transition.js +1 -1
  17. package/es/_components/virtual-list/virtual-list.js +1 -1
  18. package/es/_components/virtual-list/virtual-list.vue.d.ts +8 -5
  19. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +9 -16
  20. package/es/_hooks/use-form-item.d.ts +1 -1
  21. package/es/_hooks/use-scrollbar.d.ts +2 -3
  22. package/es/_hooks/use-scrollbar.js +4 -8
  23. package/es/_hooks/use-size.d.ts +1 -1
  24. package/es/_utils/color.d.ts +9 -0
  25. package/es/_utils/color.js +38 -2
  26. package/es/_utils/date.d.ts +1 -2
  27. package/es/_utils/date.js +74 -25
  28. package/es/_utils/global-config.d.ts +4 -0
  29. package/es/_utils/global-config.js +10 -2
  30. package/es/_utils/omit.js +1 -1
  31. package/es/_utils/responsive-observe.js +1 -1
  32. package/es/_utils/virtual-dropdown.js +1 -1
  33. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/asyncToGenerator.js +1 -1
  34. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/defineProperty.js +1 -1
  35. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/extends.js +1 -1
  36. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectDestructuringEmpty.js +1 -1
  37. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectSpread2.js +1 -1
  38. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutProperties.js +1 -1
  39. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutPropertiesLoose.js +1 -1
  40. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPrimitive.js +1 -1
  41. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPropertyKey.js +1 -1
  42. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/typeof.js +1 -1
  43. package/es/affix/affix.js +1 -1
  44. package/es/affix/affix.vue_vue_type_script_lang.js +1 -1
  45. package/es/alert/alert.js +1 -1
  46. package/es/alert/alert.vue.d.ts +1 -1
  47. package/es/alert/index.d.ts +2 -2
  48. package/es/alert/style/index.css +28 -28
  49. package/es/anchor/anchor-link.js +1 -1
  50. package/es/anchor/anchor.js +1 -1
  51. package/es/anchor/style/index.css +9 -9
  52. package/es/auto-complete/auto-complete.d.ts +3 -3
  53. package/es/auto-complete/auto-complete.js +23 -9
  54. package/es/auto-complete/index.d.ts +9 -9
  55. package/es/auto-complete/style/index.css +3 -3
  56. package/es/avatar/avatar.js +1 -1
  57. package/es/avatar/avatar.vue_vue_type_script_lang.js +1 -1
  58. package/es/avatar/style/index.css +15 -15
  59. package/es/back-top/back-top.js +1 -1
  60. package/es/back-top/style/index.css +4 -4
  61. package/es/badge/badge.d.ts +1 -1
  62. package/es/badge/badge.js +1 -1
  63. package/es/badge/index.d.ts +3 -3
  64. package/es/badge/style/index.css +25 -25
  65. package/es/breadcrumb/style/index.css +12 -12
  66. package/es/button/button-group.js +1 -1
  67. package/es/button/button.js +1 -1
  68. package/es/button/button.vue.d.ts +2 -2
  69. package/es/button/index.d.ts +6 -6
  70. package/es/button/style/index.css +37 -37
  71. package/es/calendar/components/body.js +5 -0
  72. package/es/calendar/components/body.vue.d.ts +100 -0
  73. package/es/calendar/components/body.vue_vue_type_script_setup_true_lang.js +158 -0
  74. package/es/calendar/components/cell.js +5 -0
  75. package/es/calendar/components/cell.vue.d.ts +220 -0
  76. package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +813 -0
  77. package/es/calendar/components/event.js +5 -0
  78. package/es/calendar/components/event.vue.d.ts +73 -0
  79. package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +290 -0
  80. package/es/calendar/components/header.js +5 -0
  81. package/es/calendar/components/header.vue.d.ts +34 -0
  82. package/es/calendar/components/header.vue_vue_type_script_setup_true_lang.js +84 -0
  83. package/es/calendar/components/headings-bar.js +5 -0
  84. package/es/calendar/components/headings-bar.vue.d.ts +40 -0
  85. package/es/calendar/components/headings-bar.vue_vue_type_script_setup_true_lang.js +201 -0
  86. package/es/calendar/components/index.js +5 -0
  87. package/es/calendar/components/index.vue.d.ts +616 -0
  88. package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +314 -0
  89. package/es/calendar/components/time-column.js +5 -0
  90. package/es/calendar/components/time-column.vue.d.ts +27 -0
  91. package/es/calendar/components/time-column.vue_vue_type_script_setup_true_lang.js +66 -0
  92. package/es/calendar/context.d.ts +16 -0
  93. package/es/calendar/context.js +5 -0
  94. package/es/calendar/core/config.d.ts +126 -0
  95. package/es/calendar/core/config.js +522 -0
  96. package/es/calendar/core/events.d.ts +1 -0
  97. package/es/calendar/core/events.js +921 -0
  98. package/es/calendar/core/i18n.d.ts +1 -0
  99. package/es/calendar/core/i18n.js +72 -0
  100. package/es/calendar/core/index.d.ts +112 -0
  101. package/es/calendar/core/index.js +66 -0
  102. package/es/calendar/core/props-definitions.d.ts +263 -0
  103. package/es/calendar/core/props-definitions.js +70 -0
  104. package/es/calendar/core/view.d.ts +60 -0
  105. package/es/calendar/core/view.js +761 -0
  106. package/es/calendar/default-theme.scss +1012 -0
  107. package/es/calendar/hooks/use-calendar-theme.d.ts +4 -0
  108. package/es/calendar/hooks/use-calendar-theme.js +32 -0
  109. package/es/calendar/index.d.ts +836 -98
  110. package/es/calendar/index.js +3 -3
  111. package/es/calendar/index.scss +331 -0
  112. package/es/calendar/modules/drag-and-drop.d.ts +8 -0
  113. package/es/calendar/modules/drag-and-drop.js +442 -0
  114. package/es/calendar/style/body.scss +51 -0
  115. package/es/calendar/style/cell.scss +153 -0
  116. package/es/calendar/style/css.js +0 -1
  117. package/es/calendar/style/event.scss +69 -0
  118. package/es/calendar/style/header.scss +104 -0
  119. package/es/calendar/style/headings-bar.scss +94 -0
  120. package/es/calendar/style/index.css +1514 -264
  121. package/es/calendar/style/index.d.ts +1 -3
  122. package/es/calendar/style/index.js +0 -1
  123. package/es/calendar/style/index.scss +9 -496
  124. package/es/calendar/style/time-column.scss +109 -0
  125. package/es/calendar/style/token.scss +64 -60
  126. package/es/calendar/utils/conversions.d.ts +3 -0
  127. package/es/calendar/utils/conversions.js +31 -0
  128. package/es/calendar/utils/date.d.ts +26 -0
  129. package/es/calendar/utils/date.js +253 -0
  130. package/es/calendar/utils/special-hours-allow-events.d.ts +28 -0
  131. package/es/calendar/utils/special-hours-allow-events.js +230 -0
  132. package/es/card/card-grid.js +1 -1
  133. package/es/card/style/index.css +16 -16
  134. package/es/carousel/carousel-arrow.js +1 -1
  135. package/es/carousel/carousel-indicator.js +1 -1
  136. package/es/carousel/carousel-indicator.vue.d.ts +1 -1
  137. package/es/carousel/carousel-item.js +1 -1
  138. package/es/carousel/carousel.js +1 -1
  139. package/es/carousel/style/index.css +11 -11
  140. package/es/cascader/cascader-option.d.ts +1 -1
  141. package/es/cascader/cascader-option.js +1 -1
  142. package/es/cascader/cascader-panel.vue.d.ts +1 -1
  143. package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +2 -2
  144. package/es/cascader/cascader.vue.d.ts +5 -5
  145. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +5 -5
  146. package/es/cascader/style/index.css +36 -36
  147. package/es/checkbox/checkbox.d.ts +1 -1
  148. package/es/checkbox/index.d.ts +2 -2
  149. package/es/checkbox/style/index.css +18 -18
  150. package/es/collapse/collapse-item.d.ts +1 -1
  151. package/es/collapse/collapse.js +1 -1
  152. package/es/collapse/index.d.ts +1 -1
  153. package/es/collapse/style/index.css +15 -15
  154. package/es/color-picker/color-picker.d.ts +1 -1
  155. package/es/color-picker/color-picker.js +1 -1
  156. package/es/color-picker/index.d.ts +3 -3
  157. package/es/color-picker/palette.js +1 -1
  158. package/es/color-picker/panel.d.ts +1 -1
  159. package/es/color-picker/panel.js +2 -2
  160. package/es/color-picker/style/index.css +13 -13
  161. package/es/color-picker/utils.js +1 -1
  162. package/es/comment/comment.js +2 -2
  163. package/es/comment/style/index.css +5 -5
  164. package/es/components.d.ts +2 -2
  165. package/es/config-provider/config-provider.js +1 -1
  166. package/es/config-provider/config-provider.vue.d.ts +1 -1
  167. package/es/config-provider/context.d.ts +3 -0
  168. package/es/config-provider/index.d.ts +3 -3
  169. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +2 -2
  170. package/es/config-provider/theme.js +1 -1
  171. package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +3 -3
  172. package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +3 -3
  173. package/es/cropper/style/index.css +3 -3
  174. package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
  175. package/es/date-picker/index.d.ts +48 -48
  176. package/es/date-picker/panels/body.js +1 -1
  177. package/es/date-picker/panels/date/index.js +2 -2
  178. package/es/date-picker/panels/date/index.vue.d.ts +6 -6
  179. package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
  180. package/es/date-picker/panels/footer.js +1 -1
  181. package/es/date-picker/panels/footer.vue.d.ts +9 -9
  182. package/es/date-picker/panels/header.js +1 -1
  183. package/es/date-picker/panels/month/index.js +2 -2
  184. package/es/date-picker/panels/quarter/index.js +2 -2
  185. package/es/date-picker/panels/shortcuts.js +1 -1
  186. package/es/date-picker/panels/shortcuts.vue.d.ts +6 -6
  187. package/es/date-picker/panels/week/index.js +1 -1
  188. package/es/date-picker/panels/week/index.vue.d.ts +6 -6
  189. package/es/date-picker/panels/week-list.js +1 -1
  190. package/es/date-picker/panels/year/index.js +2 -2
  191. package/es/date-picker/picker-panel.js +1 -1
  192. package/es/date-picker/picker-panel.vue.d.ts +28 -28
  193. package/es/date-picker/picker.js +2 -2
  194. package/es/date-picker/picker.vue.d.ts +46 -46
  195. package/es/date-picker/picker.vue_vue_type_script_lang.js +1 -1
  196. package/es/date-picker/range-picker-panel.js +1 -1
  197. package/es/date-picker/range-picker-panel.vue.d.ts +29 -29
  198. package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
  199. package/es/date-picker/range-picker.js +2 -2
  200. package/es/date-picker/range-picker.vue.d.ts +48 -48
  201. package/es/date-picker/range-picker.vue_vue_type_script_lang.js +1 -1
  202. package/es/date-picker/style/index.css +72 -72
  203. package/es/descriptions/descriptions-item.js +1 -1
  204. package/es/descriptions/descriptions.d.ts +2 -2
  205. package/es/descriptions/descriptions.js +1 -1
  206. package/es/descriptions/index.d.ts +6 -6
  207. package/es/descriptions/style/index.css +10 -10
  208. package/es/divider/divider.d.ts +1 -1
  209. package/es/divider/index.d.ts +3 -3
  210. package/es/divider/style/index.css +4 -4
  211. package/es/drawer/drawer.js +9 -2
  212. package/es/drawer/drawer.vue.d.ts +2905 -10
  213. package/es/drawer/drawer.vue_vue_type_script_lang.js +26 -7
  214. package/es/drawer/index.d.ts +6550 -764
  215. package/es/drawer/index.js +2 -2
  216. package/es/drawer/style/index.css +12 -7
  217. package/es/drawer/style/index.scss +6 -0
  218. package/es/dropdown/dropdown-button.js +1 -1
  219. package/es/dropdown/dropdown-button.vue.d.ts +24 -21
  220. package/es/dropdown/dropdown-group.js +1 -1
  221. package/es/dropdown/dropdown-option.js +1 -1
  222. package/es/dropdown/dropdown-option.vue.d.ts +1 -1
  223. package/es/dropdown/dropdown-panel.js +1 -1
  224. package/es/dropdown/dropdown-panel.vue.d.ts +6 -3
  225. package/es/dropdown/dropdown-submenu.js +1 -1
  226. package/es/dropdown/dropdown-submenu.vue.d.ts +18 -15
  227. package/es/dropdown/dropdown.js +1 -1
  228. package/es/dropdown/dropdown.vue.d.ts +16 -13
  229. package/es/dropdown/index.d.ts +78 -66
  230. package/es/dropdown/style/index.css +1 -1
  231. package/es/ellipsis/ellipsis.js +1 -1
  232. package/es/ellipsis/ellipsis.vue.d.ts +24 -24
  233. package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +2 -2
  234. package/es/ellipsis/index.d.ts +96 -96
  235. package/es/ellipsis/performant-ellipsis.js +1 -1
  236. package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
  237. package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +1 -1
  238. package/es/empty/style/index.css +2 -2
  239. package/es/form/form-item-label.js +1 -1
  240. package/es/form/form-item-label.vue.d.ts +24 -24
  241. package/es/form/form-item-message.js +1 -1
  242. package/es/form/form-item.js +1 -1
  243. package/es/form/form-item.vue.d.ts +29 -29
  244. package/es/form/form-item.vue_vue_type_script_lang.js +3 -3
  245. package/es/form/form.js +1 -1
  246. package/es/form/form.vue.d.ts +1 -1
  247. package/es/form/index.d.ts +35 -35
  248. package/es/form/style/index.css +6 -6
  249. package/es/grid/grid-col.js +1 -1
  250. package/es/grid/grid-col.vue_vue_type_script_lang.js +1 -1
  251. package/es/grid/grid-item.js +1 -1
  252. package/es/grid/grid-item.vue_vue_type_script_lang.js +1 -1
  253. package/es/grid/grid-row.js +1 -1
  254. package/es/grid/grid-row.vue.d.ts +4 -4
  255. package/es/grid/grid.js +1 -1
  256. package/es/grid/index.d.ts +4 -4
  257. package/es/icon/icon-calendar/icon-calendar.js +1 -1
  258. package/es/icon/icon-caret-down/icon-caret-down.js +1 -1
  259. package/es/icon/icon-caret-left/icon-caret-left.js +1 -1
  260. package/es/icon/icon-caret-right/icon-caret-right.js +1 -1
  261. package/es/icon/icon-caret-up/icon-caret-up.js +1 -1
  262. package/es/icon/icon-check/icon-check.js +1 -1
  263. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +1 -1
  264. package/es/icon/icon-clock-circle/icon-clock-circle.js +1 -1
  265. package/es/icon/icon-close/icon-close.js +1 -1
  266. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +1 -1
  267. package/es/icon/icon-copy/icon-copy.js +1 -1
  268. package/es/icon/icon-delete/icon-delete.js +1 -1
  269. package/es/icon/icon-double-left/icon-double-left.js +1 -1
  270. package/es/icon/icon-double-right/icon-double-right.js +1 -1
  271. package/es/icon/icon-down/icon-down.js +1 -1
  272. package/es/icon/icon-drag-dot/icon-drag-dot.js +1 -1
  273. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +1 -1
  274. package/es/icon/icon-edit/icon-edit.js +1 -1
  275. package/es/icon/icon-empty/icon-empty.js +1 -1
  276. package/es/icon/icon-exclamation/icon-exclamation.js +1 -1
  277. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +1 -1
  278. package/es/icon/icon-eye/icon-eye.js +1 -1
  279. package/es/icon/icon-eye-invisible/icon-eye-invisible.js +1 -1
  280. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +1 -1
  281. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +1 -1
  282. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +1 -1
  283. package/es/icon/icon-file/icon-file.js +1 -1
  284. package/es/icon/icon-file-audio/icon-file-audio.js +1 -1
  285. package/es/icon/icon-file-image/icon-file-image.js +1 -1
  286. package/es/icon/icon-file-pdf/icon-file-pdf.js +1 -1
  287. package/es/icon/icon-file-video/icon-file-video.js +1 -1
  288. package/es/icon/icon-filter/icon-filter.js +1 -1
  289. package/es/icon/icon-fullscreen/icon-fullscreen.js +1 -1
  290. package/es/icon/icon-image-close/icon-image-close.js +1 -1
  291. package/es/icon/icon-info/icon-info.js +1 -1
  292. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +1 -1
  293. package/es/icon/icon-left/icon-left.js +1 -1
  294. package/es/icon/icon-link/icon-link.js +1 -1
  295. package/es/icon/icon-loading/icon-loading.js +1 -1
  296. package/es/icon/icon-menu-fold/icon-menu-fold.js +1 -1
  297. package/es/icon/icon-menu-unfold/icon-menu-unfold.js +1 -1
  298. package/es/icon/icon-minus/icon-minus.js +1 -1
  299. package/es/icon/icon-more/icon-more.js +1 -1
  300. package/es/icon/icon-oblique-line/icon-oblique-line.js +1 -1
  301. package/es/icon/icon-original-size/icon-original-size.js +1 -1
  302. package/es/icon/icon-pause/icon-pause.js +1 -1
  303. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +1 -1
  304. package/es/icon/icon-plus/icon-plus.js +1 -1
  305. package/es/icon/icon-question-circle/icon-question-circle.js +1 -1
  306. package/es/icon/icon-right/icon-right.js +1 -1
  307. package/es/icon/icon-rotate-left/icon-rotate-left.js +1 -1
  308. package/es/icon/icon-rotate-right/icon-rotate-right.js +1 -1
  309. package/es/icon/icon-search/icon-search.js +1 -1
  310. package/es/icon/icon-star-fill/icon-star-fill.js +1 -1
  311. package/es/icon/icon-to-top/icon-to-top.js +1 -1
  312. package/es/icon/icon-up/icon-up.js +1 -1
  313. package/es/icon/icon-upload/icon-upload.js +1 -1
  314. package/es/icon/icon-zoom-in/icon-zoom-in.js +1 -1
  315. package/es/icon/icon-zoom-out/icon-zoom-out.js +1 -1
  316. package/es/icon-component/icon.js +1 -1
  317. package/es/icon.js +292 -292
  318. package/es/image/image-footer.js +1 -1
  319. package/es/image/image.js +2 -2
  320. package/es/image/image.vue.d.ts +24 -24
  321. package/es/image/preview-action.d.ts +24 -24
  322. package/es/image/preview-arrow.js +1 -1
  323. package/es/image/preview-group.js +2 -2
  324. package/es/image/preview-group.vue.d.ts +25 -25
  325. package/es/image/preview-toolbar.js +1 -1
  326. package/es/image/preview-toolbar.vue.d.ts +24 -24
  327. package/es/image/preview.js +1 -1
  328. package/es/image/preview.vue.d.ts +24 -24
  329. package/es/image/preview.vue_vue_type_script_lang.js +1 -1
  330. package/es/image/style/index.css +32 -32
  331. package/es/index.css +4083 -2512
  332. package/es/index.d.ts +8 -2
  333. package/es/index.js +11 -10
  334. package/es/index.scss +3 -1
  335. package/es/input/index.d.ts +9 -9
  336. package/es/input/input-group.js +1 -1
  337. package/es/input/input-password.js +1 -1
  338. package/es/input/input-password.vue.d.ts +3 -3
  339. package/es/input/input.d.ts +2 -2
  340. package/es/input/input.js +1 -1
  341. package/es/input/style/index.css +50 -50
  342. package/es/input-number/index.d.ts +6 -6
  343. package/es/input-number/input-number.d.ts +2 -2
  344. package/es/input-number/input-number.js +1 -1
  345. package/es/input-number/style/index.css +16 -16
  346. package/es/input-tag/index.d.ts +6 -6
  347. package/es/input-tag/input-tag.d.ts +2 -2
  348. package/es/input-tag/input-tag.js +1 -1
  349. package/es/input-tag/style/index.css +172 -172
  350. package/es/input-tag/utils.js +1 -1
  351. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +3 -3
  352. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +3 -3
  353. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +3 -3
  354. package/es/json-form/utils.js +3 -3
  355. package/es/layout/content.js +1 -1
  356. package/es/layout/footer.js +1 -1
  357. package/es/layout/header.vue.d.ts +1 -1
  358. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +2 -2
  359. package/es/layout/index.d.ts +21 -21
  360. package/es/layout/layout.js +1 -1
  361. package/es/layout/sider.js +1 -1
  362. package/es/layout/sider.vue.d.ts +16 -16
  363. package/es/layout/sider.vue_vue_type_script_lang.js +1 -1
  364. package/es/layout/style/index.css +12 -12
  365. package/es/link/index.d.ts +3 -3
  366. package/es/link/link.vue.d.ts +1 -1
  367. package/es/link/link.vue_vue_type_script_setup_true_lang.js +2 -2
  368. package/es/link/style/index.css +23 -23
  369. package/es/list/index.d.ts +9 -9
  370. package/es/list/list-item-meta.js +1 -1
  371. package/es/list/list.d.ts +3 -3
  372. package/es/list/list.js +4 -4
  373. package/es/list/style/index.css +9 -9
  374. package/es/locale/interface.d.ts +6 -0
  375. package/es/locale/lang/ar-eg.js +7 -1
  376. package/es/locale/lang/de-de.js +7 -1
  377. package/es/locale/lang/en-us.js +7 -1
  378. package/es/locale/lang/es-es.js +7 -1
  379. package/es/locale/lang/fr-fr.js +7 -1
  380. package/es/locale/lang/id-id.js +7 -1
  381. package/es/locale/lang/it-it.js +7 -1
  382. package/es/locale/lang/ja-jp.js +7 -1
  383. package/es/locale/lang/km-kh.js +7 -1
  384. package/es/locale/lang/ko-kr.js +7 -1
  385. package/es/locale/lang/ms-my.js +7 -1
  386. package/es/locale/lang/nl-nl.js +7 -1
  387. package/es/locale/lang/pt-pt.js +7 -1
  388. package/es/locale/lang/ru-ru.js +7 -1
  389. package/es/locale/lang/th-th.js +7 -1
  390. package/es/locale/lang/vi-vn.js +7 -1
  391. package/es/locale/lang/zh-cn.js +7 -1
  392. package/es/locale/lang/zh-tw.js +7 -1
  393. package/es/mention/index.d.ts +9 -9
  394. package/es/mention/mention.d.ts +3 -3
  395. package/es/mention/mention.js +24 -10
  396. package/es/menu/base-menu.js +1 -1
  397. package/es/menu/indent.js +1 -1
  398. package/es/menu/item-group.js +1 -1
  399. package/es/menu/item-group.vue.d.ts +48 -48
  400. package/es/menu/item.js +1 -1
  401. package/es/menu/menu.js +1 -1
  402. package/es/menu/style/index.css +62 -62
  403. package/es/menu/sub-menu-inline.js +1 -1
  404. package/es/menu/sub-menu-inline.vue.d.ts +48 -48
  405. package/es/menu/sub-menu-pop.js +1 -1
  406. package/es/menu/sub-menu-pop.vue.d.ts +57 -57
  407. package/es/menu/sub-menu.js +1 -1
  408. package/es/message/index.js +1 -1
  409. package/es/message/message-list.d.ts +1 -1
  410. package/es/message/message.js +1 -1
  411. package/es/message/message.vue.d.ts +1 -1
  412. package/es/message/style/index.css +26 -26
  413. package/es/modal/index.d.ts +6368 -570
  414. package/es/modal/index.js +2 -2
  415. package/es/modal/modal.js +15 -4
  416. package/es/modal/modal.vue.d.ts +2907 -8
  417. package/es/modal/modal.vue_vue_type_script_lang.js +28 -5
  418. package/es/modal/style/index.css +28 -12
  419. package/es/modal/style/index.scss +23 -0
  420. package/es/notification/index.js +1 -1
  421. package/es/notification/notification.js +1 -1
  422. package/es/notification/notification.vue.d.ts +1 -1
  423. package/es/notification/style/index.css +26 -26
  424. package/es/page-header/index.d.ts +2 -2
  425. package/es/page-header/page-header.js +1 -1
  426. package/es/page-header/page-header.vue.d.ts +1 -1
  427. package/es/page-header/style/index.css +6 -6
  428. package/es/pagination/page-item-ellipsis.js +1 -1
  429. package/es/pagination/page-item-step.js +1 -1
  430. package/es/pagination/page-item.js +1 -1
  431. package/es/pagination/page-jumper.js +1 -1
  432. package/es/pagination/page-jumper.vue.d.ts +6 -6
  433. package/es/pagination/page-options.js +1 -1
  434. package/es/pagination/page-options.vue.d.ts +647 -469
  435. package/es/pagination/style/index.css +21 -21
  436. package/es/popconfirm/index.d.ts +33 -33
  437. package/es/popconfirm/popconfirm.js +1 -1
  438. package/es/popconfirm/popconfirm.vue.d.ts +16 -16
  439. package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +1 -1
  440. package/es/popconfirm/style/index.css +11 -11
  441. package/es/popover/index.d.ts +899 -21
  442. package/es/popover/popover.js +7 -3
  443. package/es/popover/popover.vue.d.ts +451 -10
  444. package/es/popover/popover.vue_vue_type_script_lang.js +15 -3
  445. package/es/popover/style/index.css +7 -7
  446. package/es/popover/style/index.d.ts +1 -0
  447. package/es/progress/circle.js +1 -1
  448. package/es/progress/circle.vue.d.ts +1 -1
  449. package/es/progress/index.d.ts +7 -7
  450. package/es/progress/line.js +1 -1
  451. package/es/progress/line.vue.d.ts +1 -1
  452. package/es/progress/line.vue_vue_type_script_lang.js +1 -1
  453. package/es/progress/progress.js +1 -1
  454. package/es/progress/progress.vue.d.ts +3 -3
  455. package/es/progress/steps.js +1 -1
  456. package/es/progress/style/index.css +32 -32
  457. package/es/qr-code/index.d.ts +294 -0
  458. package/es/qr-code/index.js +10 -0
  459. package/es/qr-code/qr-code-status.js +5 -0
  460. package/es/qr-code/qr-code-status.vue.d.ts +8 -0
  461. package/es/qr-code/qr-code-status.vue_vue_type_script_setup_true_lang.js +30 -0
  462. package/es/qr-code/qr-code.js +5 -0
  463. package/es/qr-code/qr-code.vue.d.ts +167 -0
  464. package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +313 -0
  465. package/es/qr-code/style/css.js +2 -0
  466. package/es/qr-code/style/index.css +106 -0
  467. package/es/qr-code/style/index.d.ts +2 -0
  468. package/es/qr-code/style/index.js +2 -0
  469. package/es/qr-code/style/index.scss +111 -0
  470. package/es/qr-code/style/token.scss +36 -0
  471. package/es/qr-code/types.d.ts +19 -0
  472. package/es/radio/index.d.ts +5 -5
  473. package/es/radio/radio.d.ts +2 -2
  474. package/es/radio/style/index.css +33 -33
  475. package/es/rate/index.d.ts +3 -3
  476. package/es/rate/rate.d.ts +1 -1
  477. package/es/rate/style/index.css +3 -3
  478. package/es/resize-box/index.d.ts +6 -6
  479. package/es/resize-box/resize-box.js +1 -1
  480. package/es/resize-box/resize-box.vue.d.ts +2 -2
  481. package/es/resize-box/resize-box.vue_vue_type_script_lang.js +1 -1
  482. package/es/resize-box/style/index.css +2 -2
  483. package/es/result/result.js +1 -1
  484. package/es/result/style/index.css +2 -2
  485. package/es/scrollbar/index.d.ts +6 -3
  486. package/es/scrollbar/scrollbar.js +2 -1
  487. package/es/scrollbar/scrollbar.vue.d.ts +2 -1
  488. package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +52 -2
  489. package/es/scrollbar/style/index.css +13 -13
  490. package/es/sd-vue.js +13 -12
  491. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +3 -3
  492. package/es/secret/style/index.css +4 -4
  493. package/es/select/context.d.ts +1 -4
  494. package/es/select/hooks/use-options.d.ts +1 -4
  495. package/es/select/hooks/use-options.js +2 -23
  496. package/es/select/hooks/use-select.d.ts +1 -3
  497. package/es/select/hooks/use-select.js +2 -7
  498. package/es/select/index.d.ts +647 -474
  499. package/es/select/index.js +5 -13
  500. package/es/select/interface.d.ts +1 -1
  501. package/es/select/select-dropdown.js +3 -2
  502. package/es/select/select-dropdown.vue.d.ts +56 -54
  503. package/es/select/select-dropdown.vue_vue_type_script_lang.js +2 -3
  504. package/es/select/select.d.ts +260 -18
  505. package/es/select/select.js +44 -23
  506. package/es/select/style/index.css +14 -14
  507. package/es/select/utils.d.ts +1 -1
  508. package/es/select/utils.js +1 -1
  509. package/es/skeleton/line.js +1 -1
  510. package/es/skeleton/shape.js +1 -1
  511. package/es/skeleton/skeleton.js +1 -1
  512. package/es/skeleton/style/index.css +4 -4
  513. package/es/slider/index.d.ts +67 -67
  514. package/es/slider/slider-button.js +1 -1
  515. package/es/slider/slider-button.vue.d.ts +25 -25
  516. package/es/slider/slider-dots.js +1 -1
  517. package/es/slider/slider-input.js +1 -1
  518. package/es/slider/slider-input.vue.d.ts +7 -7
  519. package/es/slider/slider-marks.js +1 -1
  520. package/es/slider/slider-ticks.js +1 -1
  521. package/es/slider/slider.js +1 -1
  522. package/es/slider/slider.vue.d.ts +33 -33
  523. package/es/slider/style/index.css +18 -18
  524. package/es/space/index.d.ts +9 -9
  525. package/es/space/space.d.ts +2 -2
  526. package/es/spin/index.d.ts +1 -0
  527. package/es/spin/style/index.css +9 -9
  528. package/es/split/split.js +1 -1
  529. package/es/split/split.vue_vue_type_script_lang.js +1 -1
  530. package/es/split/style/index.css +2 -2
  531. package/es/statistic/countdown.js +1 -1
  532. package/es/statistic/countdown.vue.d.ts +1 -1
  533. package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
  534. package/es/statistic/index.d.ts +1 -1
  535. package/es/statistic/statistic.js +1 -1
  536. package/es/statistic/statistic.vue_vue_type_script_lang.js +2 -2
  537. package/es/statistic/style/index.css +4 -4
  538. package/es/steps/index.d.ts +4 -4
  539. package/es/steps/step.js +1 -1
  540. package/es/steps/step.vue.d.ts +1 -1
  541. package/es/steps/steps.js +1 -1
  542. package/es/steps/steps.vue.d.ts +1 -1
  543. package/es/steps/style/index.css +79 -79
  544. package/es/style/color/colors.scss +1 -1
  545. package/es/style/theme/global.scss +8 -8
  546. package/es/style/theme/index.scss +4 -12
  547. package/es/style/theme/z-index.js +1 -2
  548. package/es/switch/style/index.css +30 -30
  549. package/es/switch/switch.js +1 -1
  550. package/es/switch/switch.vue_vue_type_script_lang.js +1 -1
  551. package/es/table/index.d.ts +14 -14
  552. package/es/table/style/index.css +65 -65
  553. package/es/table/table-operation-td.d.ts +7 -7
  554. package/es/table/table-operation-td.js +1 -1
  555. package/es/table/table-operation-th.js +1 -1
  556. package/es/table/table-td.d.ts +1 -1
  557. package/es/table/table-td.js +1 -1
  558. package/es/table/table-th.d.ts +1 -1
  559. package/es/table/table-th.js +2 -2
  560. package/es/table/table.d.ts +5 -5
  561. package/es/table/table.js +12 -14
  562. package/es/table/utils.js +1 -1
  563. package/es/tabs/index.d.ts +9 -9
  564. package/es/tabs/style/index.css +56 -56
  565. package/es/tabs/tab-pane.js +1 -1
  566. package/es/tabs/tab-pane.vue_vue_type_script_lang.js +1 -1
  567. package/es/tabs/tabs-nav-ink.js +1 -1
  568. package/es/tabs/tabs-nav.d.ts +1 -1
  569. package/es/tabs/tabs-tab.js +1 -1
  570. package/es/tabs/tabs-tab.vue.d.ts +1 -1
  571. package/es/tabs/tabs.d.ts +3 -3
  572. package/es/tag/index.d.ts +66 -29688
  573. package/es/tag/interface.d.ts +2 -0
  574. package/es/tag/style/index.css +134 -134
  575. package/es/tag/style/index.scss +33 -13
  576. package/es/tag/tag.js +2 -64
  577. package/es/tag/tag.vue.d.ts +53 -11936
  578. package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +368 -0
  579. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +4 -4
  580. package/es/textarea/index.d.ts +8 -8
  581. package/es/textarea/style/index.css +28 -28
  582. package/es/textarea/textarea.js +1 -1
  583. package/es/textarea/textarea.vue.d.ts +3 -3
  584. package/es/textarea/textarea.vue_vue_type_script_lang.js +1 -1
  585. package/es/time-picker/hooks/use-time-list.js +1 -1
  586. package/es/time-picker/index.d.ts +56 -56
  587. package/es/time-picker/panel.js +1 -1
  588. package/es/time-picker/panel.vue.d.ts +6 -6
  589. package/es/time-picker/range-panel.d.ts +6 -6
  590. package/es/time-picker/range-panel.js +1 -1
  591. package/es/time-picker/style/index.css +11 -11
  592. package/es/time-picker/time-column.js +1 -1
  593. package/es/time-picker/time-picker.js +2 -2
  594. package/es/time-picker/time-picker.vue.d.ts +27 -27
  595. package/es/timeline/item.js +1 -1
  596. package/es/timeline/item.vue_vue_type_script_lang.js +1 -1
  597. package/es/timeline/style/index.css +11 -11
  598. package/es/tooltip/index.d.ts +24 -24
  599. package/es/tooltip/style/index.css +3 -3
  600. package/es/tooltip/tooltip.js +1 -1
  601. package/es/tooltip/tooltip.vue.d.ts +11 -11
  602. package/es/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
  603. package/es/tour/index.d.ts +664 -0
  604. package/es/tour/index.js +10 -0
  605. package/es/tour/style/css.js +1 -0
  606. package/es/tour/style/index.css +226 -0
  607. package/es/tour/style/index.d.ts +1 -0
  608. package/es/tour/style/index.js +1 -0
  609. package/es/tour/style/index.scss +218 -0
  610. package/es/tour/style/token.scss +27 -0
  611. package/es/tour/tour.js +5 -0
  612. package/es/tour/tour.vue.d.ts +411 -0
  613. package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +1219 -0
  614. package/es/tour/types.d.ts +143 -0
  615. package/es/transfer/index.d.ts +51 -45
  616. package/es/transfer/style/index.css +20 -20
  617. package/es/transfer/transfer-view.js +2 -3
  618. package/es/transfer/transfer-view.vue.d.ts +18 -15
  619. package/es/transfer/transfer-view.vue_vue_type_script_lang.js +1 -1
  620. package/es/transfer/transfer.js +1 -1
  621. package/es/transfer/transfer.vue.d.ts +25 -22
  622. package/es/tree/base-node.js +1 -1
  623. package/es/tree/base-node.vue.d.ts +2 -2
  624. package/es/tree/expand-transition.js +1 -1
  625. package/es/tree/node.js +1 -1
  626. package/es/tree/style/index.css +25 -25
  627. package/es/tree/transition-node-list.js +1 -1
  628. package/es/tree/transition-node-list.vue.d.ts +2 -2
  629. package/es/tree/tree.js +1 -1
  630. package/es/tree/tree.vue.d.ts +12 -9
  631. package/es/tree/tree.vue_vue_type_script_lang.js +2 -2
  632. package/es/tree/utils/tree-data.js +1 -1
  633. package/es/tree-select/hooks/use-selected-state.js +1 -1
  634. package/es/tree-select/panel.js +4 -7
  635. package/es/tree-select/style/index.css +5 -5
  636. package/es/tree-select/tree-select.js +2 -2
  637. package/es/tree-select/tree-select.vue.d.ts +21 -21
  638. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +1 -1
  639. package/es/trigger/index.d.ts +9 -9
  640. package/es/trigger/style/index.css +5 -5
  641. package/es/trigger/trigger.d.ts +3 -3
  642. package/es/trigger/trigger.js +1 -1
  643. package/es/trigger/utils.js +1 -1
  644. package/es/typography/base.d.ts +4 -4
  645. package/es/typography/base.js +1 -1
  646. package/es/typography/edit-content.js +1 -1
  647. package/es/typography/edit-content.vue.d.ts +28 -28
  648. package/es/typography/operations.js +1 -1
  649. package/es/typography/operations.vue.d.ts +24 -24
  650. package/es/typography/style/index.css +22 -22
  651. package/es/typography/typography.js +1 -1
  652. package/es/upload/index.d.ts +6 -6
  653. package/es/upload/style/index.css +51 -51
  654. package/es/upload/upload-button.d.ts +1 -1
  655. package/es/upload/upload.d.ts +2 -2
  656. package/es/upload/upload.js +2 -2
  657. package/es/verification-code/index.d.ts +3 -3
  658. package/es/verification-code/verification-code.d.ts +1 -1
  659. package/es/watermark/hooks/use-mutation-observer.js +1 -1
  660. package/es/watermark/watermark.js +1 -1
  661. package/json/vetur-attributes.json +125 -107
  662. package/json/vetur-tags.json +39 -36
  663. package/json/web-types.json +181 -162
  664. package/package.json +19 -15
  665. package/es/calendar/calendar.d.ts +0 -104
  666. package/es/calendar/calendar.js +0 -207
  667. package/es/calendar/header.d.ts +0 -104
  668. package/es/calendar/header.js +0 -131
  669. package/es/calendar/hooks/useCellClassName.d.ts +0 -19
  670. package/es/calendar/hooks/useCellClassName.js +0 -43
  671. package/es/calendar/month.d.ts +0 -83
  672. package/es/calendar/month.js +0 -149
  673. package/es/calendar/week.d.ts +0 -61
  674. package/es/calendar/week.js +0 -45
  675. package/es/calendar/year.d.ts +0 -69
  676. package/es/calendar/year.js +0 -101
  677. package/es/select/optgroup.js +0 -10
  678. package/es/select/optgroup.vue.d.ts +0 -13
  679. package/es/select/optgroup.vue_vue_type_script_lang.js +0 -23
  680. package/es/select/option.js +0 -51
  681. package/es/select/option.vue.d.ts +0 -299
  682. package/es/select/option.vue_vue_type_script_lang.js +0 -149
  683. package/es/tag/tag.vue_vue_type_script_lang.js +0 -264
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
1
+ import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isBoolean, isFunction, isNumber, isPromise } from "../_utils/is.js";
4
4
  import { contains, getElement, off, on } from "../_utils/dom.js";
@@ -8,13 +8,14 @@ import IconClose from "../icon/icon-close/index.js";
8
8
  import IconCloseCircleFill from "../icon/icon-close-circle-fill/index.js";
9
9
  import IconExclamationCircleFill from "../icon/icon-exclamation-circle-fill/index.js";
10
10
  import IconInfoCircleFill from "../icon/icon-info-circle-fill/index.js";
11
- import { _asyncToGenerator } from "../_virtual/_@oxc-project_runtime@0.130.0/helpers/asyncToGenerator.js";
11
+ import { _asyncToGenerator } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/asyncToGenerator.js";
12
12
  import Button from "../button/index.js";
13
13
  import { KEYBOARD_KEY } from "../_utils/keyboard.js";
14
14
  import { useI18n } from "../locale/index.js";
15
15
  import client_only_default from "../_components/client-only.js";
16
16
  import usePopupManager from "../_hooks/use-popup-manager.js";
17
17
  import { useTeleportContainer } from "../_hooks/use-teleport-container.js";
18
+ import Ellipsis from "../ellipsis/index.js";
18
19
  import { useConfigProviderProp } from "../_hooks/use-config-provider-prop.js";
19
20
  import { useOverflow } from "../_hooks/use-overflow.js";
20
21
  import { useDraggable } from "./hooks/use-draggable.js";
@@ -24,6 +25,7 @@ var modal_vue_vue_type_script_lang_default = /* @__PURE__ */ defineComponent({
24
25
  name: "Modal",
25
26
  components: {
26
27
  ClientOnly: client_only_default,
28
+ Ellipsis,
27
29
  SDButton: Button,
28
30
  IconHover: icon_hover_default,
29
31
  IconClose,
@@ -77,6 +79,15 @@ var modal_vue_vue_type_script_lang_default = /* @__PURE__ */ defineComponent({
77
79
  */
78
80
  title: { type: String },
79
81
  /**
82
+ * @zh 标题省略时的提示方式,默认使用组件 Tooltip,传 `false` 时使用浏览器原生 title。
83
+ * @en Tooltip behavior when the title is ellipsized. Uses the component tooltip by default, or falls back to the native browser title when set to false.
84
+ * @version 2.58.0
85
+ */
86
+ titleEllipsisTooltip: {
87
+ type: [Boolean, Object],
88
+ default: true
89
+ },
90
+ /**
80
91
  * @zh 标题的水平对齐方向
81
92
  * @en horizontal alignment of the title
82
93
  * @version 2.17.0
@@ -340,7 +351,7 @@ var modal_vue_vue_type_script_lang_default = /* @__PURE__ */ defineComponent({
340
351
  * @slot footer
341
352
  */
342
353
  setup(props, { emit }) {
343
- const { fullscreen, popupContainer, alignCenter, mask, maskClosable, maskStyle, closable, titleAlign, top, footer, hideCancel, escToClose, draggable, okText, cancelText, okButtonProps, cancelButtonProps, width } = toRefs(props);
354
+ const { fullscreen, popupContainer, alignCenter, mask, maskClosable, maskStyle, closable, titleAlign, top, footer, hideCancel, escToClose, draggable, okText, cancelText, okButtonProps, cancelButtonProps, titleEllipsisTooltip, width } = toRefs(props);
344
355
  const prefixCls = getPrefixCls("modal");
345
356
  const { t } = useI18n();
346
357
  const wrapperRef = ref();
@@ -450,11 +461,18 @@ var modal_vue_vue_type_script_lang_default = /* @__PURE__ */ defineComponent({
450
461
  return configProviderCtx === null || configProviderCtx === void 0 || (_configProviderCtx$mo15 = configProviderCtx.modal) === null || _configProviderCtx$mo15 === void 0 ? void 0 : _configProviderCtx$mo15.cancelButtonProps;
451
462
  }
452
463
  });
464
+ const { mergedValue: mergedTitleEllipsisTooltip } = useConfigProviderProp(titleEllipsisTooltip, {
465
+ propNames: ["titleEllipsisTooltip", "title-ellipsis-tooltip"],
466
+ getGlobalValue: (configProviderCtx) => {
467
+ var _configProviderCtx$mo16;
468
+ return configProviderCtx === null || configProviderCtx === void 0 || (_configProviderCtx$mo16 = configProviderCtx.modal) === null || _configProviderCtx$mo16 === void 0 ? void 0 : _configProviderCtx$mo16.titleEllipsisTooltip;
469
+ }
470
+ });
453
471
  const { mergedValue: mergedWidth } = useConfigProviderProp(width, {
454
472
  propNames: ["width"],
455
473
  getGlobalValue: (configProviderCtx) => {
456
- var _configProviderCtx$mo16;
457
- return configProviderCtx === null || configProviderCtx === void 0 || (_configProviderCtx$mo16 = configProviderCtx.modal) === null || _configProviderCtx$mo16 === void 0 ? void 0 : _configProviderCtx$mo16.width;
474
+ var _configProviderCtx$mo17;
475
+ return configProviderCtx === null || configProviderCtx === void 0 || (_configProviderCtx$mo17 = configProviderCtx.modal) === null || _configProviderCtx$mo17 === void 0 ? void 0 : _configProviderCtx$mo17.width;
458
476
  }
459
477
  });
460
478
  const _visible = ref(props.defaultVisible);
@@ -466,6 +484,7 @@ var modal_vue_vue_type_script_lang_default = /* @__PURE__ */ defineComponent({
466
484
  const mergedOkLoading = computed(() => props.okLoading || _okLoading.value);
467
485
  const mergedDraggable = computed(() => Boolean(mergedDraggableBase.value) && !props.fullscreen);
468
486
  const mergedAlignCenterBoolean = computed(() => Boolean(mergedAlignCenter.value));
487
+ const showCloseButton = computed(() => !props.simple && mergedClosable.value);
469
488
  const { teleportContainer, containerRef } = useTeleportContainer({
470
489
  popupContainer,
471
490
  visible: computedVisible
@@ -598,6 +617,7 @@ var modal_vue_vue_type_script_lang_default = /* @__PURE__ */ defineComponent({
598
617
  [`${prefixCls}-wrapper-align-center`]: mergedAlignCenterBoolean.value && !props.fullscreen,
599
618
  [`${prefixCls}-wrapper-moved`]: Boolean(position.value)
600
619
  }]);
620
+ const headerCls = computed(() => [`${prefixCls}-header`, { [`${prefixCls}-header-with-close`]: showCloseButton.value }]);
601
621
  const modalCls = computed(() => [
602
622
  `${prefixCls}`,
603
623
  props.modalClass,
@@ -630,6 +650,7 @@ var modal_vue_vue_type_script_lang_default = /* @__PURE__ */ defineComponent({
630
650
  mergedHideCancel,
631
651
  mergedOkButtonProps,
632
652
  mergedCancelButtonProps,
653
+ mergedTitleEllipsisTooltip,
633
654
  zIndex,
634
655
  handleOk,
635
656
  handleCancel,
@@ -640,7 +661,9 @@ var modal_vue_vue_type_script_lang_default = /* @__PURE__ */ defineComponent({
640
661
  mergedOkLoading,
641
662
  modalRef,
642
663
  wrapperCls,
664
+ headerCls,
643
665
  modalCls,
666
+ showCloseButton,
644
667
  teleportContainer,
645
668
  handleMoveDown
646
669
  };
@@ -23,7 +23,7 @@
23
23
  .sd-modal-mask {
24
24
  position: absolute;
25
25
  inset: 0;
26
- background-color: var(--color-mask-bg);
26
+ background-color: var(--sd-color-mask-bg);
27
27
  }
28
28
 
29
29
  .sd-modal-wrapper {
@@ -63,8 +63,8 @@
63
63
  line-height: 1.5715;
64
64
  white-space: initial;
65
65
  text-align: left;
66
- background-color: var(--color-bg-3);
67
- border-radius: var(--border-radius-medium);
66
+ background-color: var(--sd-color-bg-3);
67
+ border-radius: var(--sd-border-radius-medium);
68
68
  }
69
69
  .sd-modal-draggable .sd-modal-header {
70
70
  cursor: move;
@@ -77,13 +77,20 @@
77
77
  width: 100%;
78
78
  height: 48px;
79
79
  padding: 0 20px;
80
- border-bottom: 1px solid var(--color-neutral-3);
80
+ border-bottom: 1px solid var(--sd-color-neutral-3);
81
+ }
82
+ .sd-modal-header-with-close .sd-modal-title-with-close {
83
+ padding-right: 20px;
84
+ }
85
+ .sd-modal-header-with-close .sd-modal-close-btn {
86
+ margin-left: 8px;
81
87
  }
82
88
  .sd-modal-header .sd-modal-title {
83
89
  display: flex;
84
90
  flex: 1;
85
91
  align-items: center;
86
92
  justify-content: center;
93
+ min-width: 0;
87
94
  }
88
95
  .sd-modal-header .sd-modal-title-align-start {
89
96
  justify-content: flex-start;
@@ -91,11 +98,20 @@
91
98
  .sd-modal-header .sd-modal-title-align-center {
92
99
  justify-content: center;
93
100
  }
101
+ .sd-modal-header .sd-modal-title-text {
102
+ min-width: 0;
103
+ }
104
+ .sd-modal-header .sd-modal-title-align-center .sd-modal-title-text {
105
+ text-align: center;
106
+ }
107
+ .sd-modal-header .sd-modal-title-align-start .sd-modal-title-text {
108
+ text-align: left;
109
+ }
94
110
  .sd-modal-body {
95
111
  position: relative;
96
112
  padding: 24px 20px;
97
113
  overflow: auto;
98
- color: var(--color-text-1);
114
+ color: var(--sd-color-text-1);
99
115
  font-size: 14px;
100
116
  }
101
117
  .sd-modal-footer {
@@ -104,19 +120,19 @@
104
120
  width: 100%;
105
121
  padding: 16px 20px;
106
122
  text-align: right;
107
- border-top: 1px solid var(--color-neutral-3);
123
+ border-top: 1px solid var(--sd-color-neutral-3);
108
124
  }
109
125
  .sd-modal-footer > .sd-btn:not(:nth-child(1)) {
110
126
  margin-left: 12px;
111
127
  }
112
128
  .sd-modal-close-btn {
113
129
  margin-left: -12px;
114
- color: var(--color-text-1);
130
+ color: var(--sd-color-text-1);
115
131
  font-size: 12px;
116
132
  cursor: pointer;
117
133
  }
118
134
  .sd-modal-title {
119
- color: var(--color-text-1);
135
+ color: var(--sd-color-text-1);
120
136
  font-weight: 500;
121
137
  font-size: 16px;
122
138
  }
@@ -126,16 +142,16 @@
126
142
  vertical-align: -0.15em;
127
143
  }
128
144
  .sd-modal-title-icon .sd-icon-info-circle-fill {
129
- color: rgb(var(--primary-6));
145
+ color: rgb(var(--sd-primary-6));
130
146
  }
131
147
  .sd-modal-title-icon .sd-icon-check-circle-fill {
132
- color: rgb(var(--success-6));
148
+ color: rgb(var(--sd-success-6));
133
149
  }
134
150
  .sd-modal-title-icon .sd-icon-exclamation-circle-fill {
135
- color: rgb(var(--warning-6));
151
+ color: rgb(var(--sd-warning-6));
136
152
  }
137
153
  .sd-modal-title-icon .sd-icon-close-circle-fill {
138
- color: rgb(var(--danger-6));
154
+ color: rgb(var(--sd-danger-6));
139
155
  }
140
156
 
141
157
  .sd-modal-simple {
@@ -89,11 +89,22 @@ $modal-prefix-cls: string.unquote('#{theme.$prefix}-modal');
89
89
  padding: 0 $modal-default-padding-horizontal;
90
90
  border-bottom: global.$border-1 solid $modal-color-border;
91
91
 
92
+ &-with-close {
93
+ .#{$modal-prefix-cls}-title-with-close {
94
+ padding-right: $modal-font-size-close-icon + 8px;
95
+ }
96
+
97
+ .#{$modal-prefix-cls}-close-btn {
98
+ margin-left: 8px;
99
+ }
100
+ }
101
+
92
102
  .#{$modal-prefix-cls}-title {
93
103
  display: flex;
94
104
  flex: 1;
95
105
  align-items: center;
96
106
  justify-content: resolve-header-justify-content();
107
+ min-width: 0;
97
108
 
98
109
  &-align-start {
99
110
  justify-content: flex-start;
@@ -103,6 +114,18 @@ $modal-prefix-cls: string.unquote('#{theme.$prefix}-modal');
103
114
  justify-content: center;
104
115
  }
105
116
  }
117
+
118
+ .#{$modal-prefix-cls}-title-text {
119
+ min-width: 0;
120
+ }
121
+
122
+ .#{$modal-prefix-cls}-title-align-center .#{$modal-prefix-cls}-title-text {
123
+ text-align: center;
124
+ }
125
+
126
+ .#{$modal-prefix-cls}-title-align-start .#{$modal-prefix-cls}-title-text {
127
+ text-align: left;
128
+ }
106
129
  }
107
130
 
108
131
  &-body {
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
1
+ import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
2
2
  import { isFunction, isString, isUndefined } from "../_utils/is.js";
3
3
  import { getOverlay } from "../_utils/dom.js";
4
4
  import { MESSAGE_TYPES } from "../_utils/constant.js";
@@ -45,6 +45,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
45
45
  })])], 2)) : createCommentVNode("", true)
46
46
  ], 2);
47
47
  }
48
- var notification_default = /* @__PURE__ */ _plugin_vue_export_helper_default(notification_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
48
+ var notification_default = /*#__PURE__*/ _plugin_vue_export_helper_default(notification_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
49
49
  //#endregion
50
50
  export { notification_default as default };
@@ -83,7 +83,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
83
83
  default: boolean;
84
84
  };
85
85
  }>> & Readonly<{}>, {
86
- size: "small" | "mini" | "medium" | "large";
86
+ size: "medium" | "large" | "small" | "mini";
87
87
  disabled: boolean;
88
88
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
89
89
  IconInfoCircleFill: {
@@ -51,9 +51,9 @@
51
51
  width: 340px;
52
52
  padding: 20px 20px 20px 20px;
53
53
  overflow: hidden;
54
- background-color: var(--color-bg-popup);
55
- border: 1px solid var(--color-neutral-3);
56
- border-radius: var(--border-radius-medium);
54
+ background-color: var(--sd-color-bg-popup);
55
+ border: 1px solid var(--sd-color-neutral-3);
56
+ border-radius: var(--sd-border-radius-medium);
57
57
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
58
58
  opacity: 1;
59
59
  transition: opacity 0.2s cubic-bezier(0, 0, 1, 1);
@@ -67,32 +67,32 @@
67
67
  font-size: 24px;
68
68
  }
69
69
  .sd-notification-info {
70
- background-color: var(--color-bg-popup);
71
- border-color: var(--color-neutral-3);
70
+ background-color: var(--sd-color-bg-popup);
71
+ border-color: var(--sd-color-neutral-3);
72
72
  }
73
73
  .sd-notification-info .sd-notification-icon {
74
- color: rgb(var(--primary-6));
74
+ color: rgb(var(--sd-primary-6));
75
75
  }
76
76
  .sd-notification-success {
77
- background-color: var(--color-bg-popup);
78
- border-color: var(--color-neutral-3);
77
+ background-color: var(--sd-color-bg-popup);
78
+ border-color: var(--sd-color-neutral-3);
79
79
  }
80
80
  .sd-notification-success .sd-notification-icon {
81
- color: rgb(var(--success-6));
81
+ color: rgb(var(--sd-success-6));
82
82
  }
83
83
  .sd-notification-warning {
84
- background-color: var(--color-bg-popup);
85
- border-color: var(--color-neutral-3);
84
+ background-color: var(--sd-color-bg-popup);
85
+ border-color: var(--sd-color-neutral-3);
86
86
  }
87
87
  .sd-notification-warning .sd-notification-icon {
88
- color: rgb(var(--warning-6));
88
+ color: rgb(var(--sd-warning-6));
89
89
  }
90
90
  .sd-notification-error {
91
- background-color: var(--color-bg-popup);
92
- border-color: var(--color-neutral-3);
91
+ background-color: var(--sd-color-bg-popup);
92
+ border-color: var(--sd-color-neutral-3);
93
93
  }
94
94
  .sd-notification-error .sd-notification-icon {
95
- color: rgb(var(--danger-6));
95
+ color: rgb(var(--sd-danger-6));
96
96
  }
97
97
  .sd-notification-left {
98
98
  padding-right: 16px;
@@ -102,7 +102,7 @@
102
102
  word-break: break-word;
103
103
  }
104
104
  .sd-notification-title {
105
- color: var(--color-text-1);
105
+ color: var(--sd-color-text-1);
106
106
  font-weight: 500;
107
107
  font-size: 16px;
108
108
  }
@@ -110,32 +110,32 @@
110
110
  margin-top: 4px;
111
111
  }
112
112
  .sd-notification-content {
113
- color: var(--color-text-1);
113
+ color: var(--sd-color-text-1);
114
114
  font-size: 14px;
115
115
  }
116
116
  .sd-notification-info .sd-notification-title {
117
- color: var(--color-text-1);
117
+ color: var(--sd-color-text-1);
118
118
  }
119
119
  .sd-notification-info .sd-notification-content {
120
- color: var(--color-text-1);
120
+ color: var(--sd-color-text-1);
121
121
  }
122
122
  .sd-notification-success .sd-notification-title {
123
- color: var(--color-text-1);
123
+ color: var(--sd-color-text-1);
124
124
  }
125
125
  .sd-notification-success .sd-notification-content {
126
- color: var(--color-text-1);
126
+ color: var(--sd-color-text-1);
127
127
  }
128
128
  .sd-notification-warning .sd-notification-title {
129
- color: var(--color-text-1);
129
+ color: var(--sd-color-text-1);
130
130
  }
131
131
  .sd-notification-warning .sd-notification-content {
132
- color: var(--color-text-1);
132
+ color: var(--sd-color-text-1);
133
133
  }
134
134
  .sd-notification-error .sd-notification-title {
135
- color: var(--color-text-1);
135
+ color: var(--sd-color-text-1);
136
136
  }
137
137
  .sd-notification-error .sd-notification-content {
138
- color: var(--color-text-1);
138
+ color: var(--sd-color-text-1);
139
139
  }
140
140
  .sd-notification-footer {
141
141
  margin-top: 16px;
@@ -145,7 +145,7 @@
145
145
  position: absolute;
146
146
  top: 12px;
147
147
  right: 12px;
148
- color: var(--color-text-1);
148
+ color: var(--sd-color-text-1);
149
149
  font-size: 12px;
150
150
  cursor: pointer;
151
151
  }
@@ -47,7 +47,7 @@ declare const PageHeader: {
47
47
  default: boolean;
48
48
  };
49
49
  }>> & Readonly<{}>, {
50
- size: "small" | "mini" | "medium" | "large";
50
+ size: "medium" | "large" | "small" | "mini";
51
51
  disabled: boolean;
52
52
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
53
53
  IconLeft: {
@@ -244,7 +244,7 @@ declare const PageHeader: {
244
244
  default: boolean;
245
245
  };
246
246
  }>> & Readonly<{}>, {
247
- size: "small" | "mini" | "medium" | "large";
247
+ size: "medium" | "large" | "small" | "mini";
248
248
  disabled: boolean;
249
249
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
250
250
  IconLeft: {
@@ -39,6 +39,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
39
39
  class: normalizeClass(`${_ctx.prefixCls}-content`)
40
40
  }, [renderSlot(_ctx.$slots, "default")], 2)) : createCommentVNode("", true)], 2);
41
41
  }
42
- var page_header_default = /* @__PURE__ */ _plugin_vue_export_helper_default(page_header_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
42
+ var page_header_default = /*#__PURE__*/ _plugin_vue_export_helper_default(page_header_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
43
43
  //#endregion
44
44
  export { page_header_default as default };
@@ -52,7 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
52
52
  default: boolean;
53
53
  };
54
54
  }>> & Readonly<{}>, {
55
- size: "small" | "mini" | "medium" | "large";
55
+ size: "medium" | "large" | "small" | "mini";
56
56
  disabled: boolean;
57
57
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
58
58
  IconLeft: {
@@ -53,11 +53,11 @@
53
53
  height: 30px;
54
54
  }
55
55
  .sd-page-header .sd-icon-hover.sd-page-header-icon-hover:hover::before {
56
- background-color: var(--color-fill-2);
56
+ background-color: var(--sd-color-fill-2);
57
57
  }
58
58
  .sd-page-header-back-btn {
59
59
  margin-right: 12px;
60
- color: var(--color-text-2);
60
+ color: var(--sd-color-text-2);
61
61
  font-size: 14px;
62
62
  }
63
63
  .sd-page-header-back-btn-icon {
@@ -67,7 +67,7 @@
67
67
  overflow: hidden;
68
68
  white-space: nowrap;
69
69
  text-overflow: ellipsis;
70
- color: var(--color-text-1);
70
+ color: var(--sd-color-text-1);
71
71
  font-weight: 600;
72
72
  font-size: 20px;
73
73
  }
@@ -76,18 +76,18 @@
76
76
  height: 16px;
77
77
  margin-right: 12px;
78
78
  margin-left: 12px;
79
- background-color: var(--color-fill-3);
79
+ background-color: var(--sd-color-fill-3);
80
80
  }
81
81
  .sd-page-header-subtitle {
82
82
  overflow: hidden;
83
83
  white-space: nowrap;
84
84
  text-overflow: ellipsis;
85
- color: var(--color-text-3);
85
+ color: var(--sd-color-text-3);
86
86
  font-size: 14px;
87
87
  }
88
88
  .sd-page-header-content {
89
89
  padding: 20px 32px;
90
- border-top: 1px solid var(--color-neutral-3);
90
+ border-top: 1px solid var(--sd-color-neutral-3);
91
91
  }
92
92
  .sd-page-header-footer {
93
93
  padding: 16px 20px 0 24px;
@@ -9,6 +9,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
9
9
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleClick && _ctx.handleClick(...args))
10
10
  }, [renderSlot(_ctx.$slots, "default", {}, () => [createVNode(_component_icon_more)])], 2);
11
11
  }
12
- var page_item_ellipsis_default = /* @__PURE__ */ _plugin_vue_export_helper_default(page_item_ellipsis_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
12
+ var page_item_ellipsis_default = /*#__PURE__*/ _plugin_vue_export_helper_default(page_item_ellipsis_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
13
13
  //#endregion
14
14
  export { page_item_ellipsis_default as default };
@@ -13,6 +13,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
13
13
  _: 3
14
14
  }, 8, ["class", "onClick"]);
15
15
  }
16
- var page_item_step_default = /* @__PURE__ */ _plugin_vue_export_helper_default(page_item_step_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
16
+ var page_item_step_default = /*#__PURE__*/ _plugin_vue_export_helper_default(page_item_step_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
17
17
  //#endregion
18
18
  export { page_item_step_default as default };
@@ -9,6 +9,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
9
9
  onClick: _cache[0] || (_cache[0] = (...args) => _ctx.handleClick && _ctx.handleClick(...args))
10
10
  }, [renderSlot(_ctx.$slots, "default", { page: _ctx.pageNumber }, () => [createTextVNode(toDisplayString(_ctx.pageNumber), 1)])], 6);
11
11
  }
12
- var page_item_default = /* @__PURE__ */ _plugin_vue_export_helper_default(page_item_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
12
+ var page_item_default = /*#__PURE__*/ _plugin_vue_export_helper_default(page_item_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
13
13
  //#endregion
14
14
  export { page_item_default as default };
@@ -36,6 +36,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
36
36
  _ctx.simple ? (openBlock(), createElementBlock(Fragment, { key: 2 }, [createElementVNode("span", { class: normalizeClass(`${_ctx.prefixCls}-separator`) }, "/", 2), createElementVNode("span", { class: normalizeClass(`${_ctx.prefixCls}-total-page`) }, toDisplayString(_ctx.pages), 3)], 64)) : createCommentVNode("", true)
37
37
  ], 2);
38
38
  }
39
- var page_jumper_default = /* @__PURE__ */ _plugin_vue_export_helper_default(page_jumper_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
39
+ var page_jumper_default = /*#__PURE__*/ _plugin_vue_export_helper_default(page_jumper_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
40
40
  //#endregion
41
41
  export { page_jumper_default as default };
@@ -127,8 +127,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
127
127
  type: ObjectConstructor;
128
128
  };
129
129
  }>> & Readonly<{
130
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
131
130
  onClear?: ((_ev: Event) => any) | undefined;
131
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
132
132
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
133
133
  onChange?: ((_value: string | number | null | undefined, _ev: Event) => any) | undefined;
134
134
  onInput?: ((_value: string | number | null | undefined, _inputValue: string, _ev: Event) => any) | undefined;
@@ -149,8 +149,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
149
149
  input: (_value: string | number | null | undefined, _inputValue: string, _ev: Event) => true;
150
150
  keydown: (_ev: KeyboardEvent) => true;
151
151
  }, import("vue").PublicProps, {
152
- error: boolean;
153
152
  disabled: boolean;
153
+ error: boolean;
154
154
  allowClear: boolean;
155
155
  max: number;
156
156
  mode: "embed" | "button";
@@ -228,8 +228,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
228
228
  type: ObjectConstructor;
229
229
  };
230
230
  }>> & Readonly<{
231
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
232
231
  onClear?: ((_ev: Event) => any) | undefined;
232
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
233
233
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
234
234
  onChange?: ((_value: string | number | null | undefined, _ev: Event) => any) | undefined;
235
235
  onInput?: ((_value: string | number | null | undefined, _inputValue: string, _ev: Event) => any) | undefined;
@@ -242,8 +242,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
242
242
  focus(): void;
243
243
  blur(): void;
244
244
  }, {
245
- error: boolean;
246
245
  disabled: boolean;
246
+ error: boolean;
247
247
  allowClear: boolean;
248
248
  max: number;
249
249
  mode: "embed" | "button";
@@ -318,8 +318,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
318
318
  type: ObjectConstructor;
319
319
  };
320
320
  }>> & Readonly<{
321
- onFocus?: ((_ev: FocusEvent) => any) | undefined;
322
321
  onClear?: ((_ev: Event) => any) | undefined;
322
+ onFocus?: ((_ev: FocusEvent) => any) | undefined;
323
323
  onBlur?: ((_ev: FocusEvent) => any) | undefined;
324
324
  onChange?: ((_value: string | number | null | undefined, _ev: Event) => any) | undefined;
325
325
  onInput?: ((_value: string | number | null | undefined, _inputValue: string, _ev: Event) => any) | undefined;
@@ -340,8 +340,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
340
340
  input: (_value: string | number | null | undefined, _inputValue: string, _ev: Event) => true;
341
341
  keydown: (_ev: KeyboardEvent) => true;
342
342
  }, string, {
343
- error: boolean;
344
343
  disabled: boolean;
344
+ error: boolean;
345
345
  allowClear: boolean;
346
346
  max: number;
347
347
  mode: "embed" | "button";
@@ -17,6 +17,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
17
17
  "onChange"
18
18
  ])], 2);
19
19
  }
20
- var page_options_default = /* @__PURE__ */ _plugin_vue_export_helper_default(page_options_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
20
+ var page_options_default = /*#__PURE__*/ _plugin_vue_export_helper_default(page_options_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
21
21
  //#endregion
22
22
  export { page_options_default as default };