@sdata/web-vue 1.19.0 → 2.1.1

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 (728) 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 +9 -6
  6. package/es/_components/icon-hover.vue.d.ts +5 -3
  7. package/es/_components/icon-hover.vue_vue_type_script_lang.js +1 -0
  8. package/es/_components/input-label/input-label.d.ts +1 -1
  9. package/es/_components/input-label/style/index.css +27 -27
  10. package/es/_components/picker/input-range.js +1 -1
  11. package/es/_components/picker/input-range.vue.d.ts +6 -4
  12. package/es/_components/picker/input.js +1 -1
  13. package/es/_components/picker/input.vue.d.ts +6 -4
  14. package/es/_components/resize-trigger.js +1 -1
  15. package/es/_components/select-view/select-view.d.ts +3 -3
  16. package/es/_components/select-view/style/index.css +199 -199
  17. package/es/_components/transition/expand-transition.js +1 -1
  18. package/es/_components/virtual-list/virtual-list.js +1 -1
  19. package/es/_components/virtual-list/virtual-list.vue.d.ts +8 -5
  20. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +9 -16
  21. package/es/_hooks/use-form-item.d.ts +1 -1
  22. package/es/_hooks/use-input.d.ts +1 -1
  23. package/es/_hooks/use-pagination.d.ts +7 -4
  24. package/es/_hooks/use-popup-overflow-hidden.js +2 -1
  25. package/es/_hooks/use-scrollbar.d.ts +2 -3
  26. package/es/_hooks/use-scrollbar.js +4 -8
  27. package/es/_hooks/use-size.d.ts +1 -1
  28. package/es/_utils/color.d.ts +9 -0
  29. package/es/_utils/color.js +38 -2
  30. package/es/_utils/date.d.ts +1 -2
  31. package/es/_utils/date.js +74 -25
  32. package/es/_utils/debounce.d.ts +1 -1
  33. package/es/_utils/get-value-by-path.d.ts +2 -2
  34. package/es/_utils/global-config.d.ts +4 -0
  35. package/es/_utils/global-config.js +10 -2
  36. package/es/_utils/is-equal.js +1 -1
  37. package/es/_utils/is.d.ts +3 -3
  38. package/es/_utils/is.js +1 -1
  39. package/es/_utils/omit.d.ts +1 -1
  40. package/es/_utils/omit.js +1 -1
  41. package/es/_utils/pick.d.ts +1 -1
  42. package/es/_utils/pick.js +1 -2
  43. package/es/_utils/responsive-observe.js +1 -1
  44. package/es/_utils/throttle-by-raf.d.ts +2 -2
  45. package/es/_utils/types.d.ts +1 -1
  46. package/es/_utils/virtual-dropdown.js +1 -1
  47. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/asyncToGenerator.js +1 -1
  48. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/defineProperty.js +1 -1
  49. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/extends.js +1 -1
  50. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectDestructuringEmpty.js +1 -1
  51. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectSpread2.js +1 -1
  52. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutProperties.js +1 -1
  53. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutPropertiesLoose.js +1 -1
  54. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPrimitive.js +1 -1
  55. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPropertyKey.js +1 -1
  56. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/typeof.js +1 -1
  57. package/es/affix/affix.js +1 -1
  58. package/es/affix/affix.vue.d.ts +1 -1
  59. package/es/affix/affix.vue_vue_type_script_lang.js +1 -1
  60. package/es/affix/index.d.ts +3 -3
  61. package/es/alert/alert.js +1 -1
  62. package/es/alert/alert.vue.d.ts +5 -3
  63. package/es/alert/index.d.ts +10 -6
  64. package/es/alert/style/index.css +28 -28
  65. package/es/anchor/anchor-link.js +1 -1
  66. package/es/anchor/anchor.js +1 -1
  67. package/es/anchor/style/index.css +9 -9
  68. package/es/auto-complete/auto-complete.d.ts +3 -3
  69. package/es/auto-complete/auto-complete.js +25 -12
  70. package/es/auto-complete/index.d.ts +9 -9
  71. package/es/auto-complete/style/index.css +3 -3
  72. package/es/avatar/avatar.js +1 -1
  73. package/es/avatar/avatar.vue_vue_type_script_lang.js +1 -1
  74. package/es/avatar/style/index.css +15 -15
  75. package/es/back-top/back-top.js +1 -1
  76. package/es/back-top/style/index.css +4 -4
  77. package/es/badge/badge.d.ts +1 -1
  78. package/es/badge/badge.js +1 -1
  79. package/es/badge/index.d.ts +3 -3
  80. package/es/badge/style/index.css +25 -25
  81. package/es/breadcrumb/style/index.css +12 -12
  82. package/es/button/button-group.js +1 -1
  83. package/es/button/button.js +1 -1
  84. package/es/button/button.vue.d.ts +2 -2
  85. package/es/button/index.d.ts +6 -6
  86. package/es/button/style/index.css +37 -37
  87. package/es/calendar/components/body.js +5 -0
  88. package/es/calendar/components/body.vue.d.ts +100 -0
  89. package/es/calendar/components/body.vue_vue_type_script_setup_true_lang.js +158 -0
  90. package/es/calendar/components/cell.js +5 -0
  91. package/es/calendar/components/cell.vue.d.ts +220 -0
  92. package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +813 -0
  93. package/es/calendar/components/event.js +5 -0
  94. package/es/calendar/components/event.vue.d.ts +73 -0
  95. package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +291 -0
  96. package/es/calendar/components/header.js +5 -0
  97. package/es/calendar/components/header.vue.d.ts +34 -0
  98. package/es/calendar/components/header.vue_vue_type_script_setup_true_lang.js +84 -0
  99. package/es/calendar/components/headings-bar.js +5 -0
  100. package/es/calendar/components/headings-bar.vue.d.ts +40 -0
  101. package/es/calendar/components/headings-bar.vue_vue_type_script_setup_true_lang.js +201 -0
  102. package/es/calendar/components/index.js +5 -0
  103. package/es/calendar/components/index.vue.d.ts +616 -0
  104. package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +314 -0
  105. package/es/calendar/components/time-column.js +5 -0
  106. package/es/calendar/components/time-column.vue.d.ts +27 -0
  107. package/es/calendar/components/time-column.vue_vue_type_script_setup_true_lang.js +66 -0
  108. package/es/calendar/context.d.ts +17 -0
  109. package/es/calendar/context.js +5 -0
  110. package/es/calendar/core/config.d.ts +126 -0
  111. package/es/calendar/core/config.js +522 -0
  112. package/es/calendar/core/events.d.ts +1 -0
  113. package/es/calendar/core/events.js +921 -0
  114. package/es/calendar/core/i18n.d.ts +1 -0
  115. package/es/calendar/core/i18n.js +72 -0
  116. package/es/calendar/core/index.d.ts +112 -0
  117. package/es/calendar/core/index.js +66 -0
  118. package/es/calendar/core/props-definitions.d.ts +263 -0
  119. package/es/calendar/core/props-definitions.js +70 -0
  120. package/es/calendar/core/view.d.ts +60 -0
  121. package/es/calendar/core/view.js +761 -0
  122. package/es/calendar/default-theme.scss +1012 -0
  123. package/es/calendar/hooks/use-calendar-theme.d.ts +4 -0
  124. package/es/calendar/hooks/use-calendar-theme.js +32 -0
  125. package/es/calendar/index.d.ts +836 -98
  126. package/es/calendar/index.js +3 -3
  127. package/es/calendar/index.scss +331 -0
  128. package/es/calendar/modules/drag-and-drop.d.ts +8 -0
  129. package/es/calendar/modules/drag-and-drop.js +442 -0
  130. package/es/calendar/style/body.scss +51 -0
  131. package/es/calendar/style/cell.scss +153 -0
  132. package/es/calendar/style/css.js +0 -1
  133. package/es/calendar/style/event.scss +69 -0
  134. package/es/calendar/style/header.scss +104 -0
  135. package/es/calendar/style/headings-bar.scss +94 -0
  136. package/es/calendar/style/index.css +1514 -264
  137. package/es/calendar/style/index.d.ts +1 -3
  138. package/es/calendar/style/index.js +0 -1
  139. package/es/calendar/style/index.scss +9 -496
  140. package/es/calendar/style/time-column.scss +109 -0
  141. package/es/calendar/style/token.scss +64 -60
  142. package/es/calendar/utils/conversions.d.ts +3 -0
  143. package/es/calendar/utils/conversions.js +31 -0
  144. package/es/calendar/utils/date.d.ts +26 -0
  145. package/es/calendar/utils/date.js +253 -0
  146. package/es/calendar/utils/special-hours-allow-events.d.ts +28 -0
  147. package/es/calendar/utils/special-hours-allow-events.js +230 -0
  148. package/es/card/card-grid.js +1 -1
  149. package/es/card/style/index.css +16 -16
  150. package/es/carousel/carousel-arrow.js +1 -1
  151. package/es/carousel/carousel-indicator.js +1 -1
  152. package/es/carousel/carousel-indicator.vue.d.ts +1 -1
  153. package/es/carousel/carousel-item.js +1 -1
  154. package/es/carousel/carousel.js +1 -1
  155. package/es/carousel/style/index.css +11 -11
  156. package/es/cascader/base-cascader-panel.js +4 -5
  157. package/es/cascader/cascader-option.d.ts +1 -1
  158. package/es/cascader/cascader-option.js +7 -9
  159. package/es/cascader/cascader-panel.vue.d.ts +1 -1
  160. package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +2 -2
  161. package/es/cascader/cascader.vue.d.ts +5 -5
  162. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +5 -5
  163. package/es/cascader/style/index.css +36 -36
  164. package/es/checkbox/checkbox.d.ts +5 -3
  165. package/es/checkbox/index.d.ts +10 -6
  166. package/es/checkbox/style/index.css +18 -18
  167. package/es/collapse/collapse-item.d.ts +5 -3
  168. package/es/collapse/collapse.js +1 -1
  169. package/es/collapse/index.d.ts +5 -3
  170. package/es/collapse/style/index.css +15 -15
  171. package/es/color-picker/color-picker.d.ts +1 -1
  172. package/es/color-picker/color-picker.js +1 -1
  173. package/es/color-picker/index.d.ts +3 -3
  174. package/es/color-picker/palette.js +1 -1
  175. package/es/color-picker/panel.d.ts +1 -1
  176. package/es/color-picker/panel.js +2 -2
  177. package/es/color-picker/style/index.css +13 -13
  178. package/es/color-picker/utils.js +1 -1
  179. package/es/comment/comment.js +2 -2
  180. package/es/comment/style/index.css +5 -5
  181. package/es/components.d.ts +2 -2
  182. package/es/config-provider/config-provider.js +1 -1
  183. package/es/config-provider/config-provider.vue.d.ts +1 -1
  184. package/es/config-provider/context.d.ts +3 -0
  185. package/es/config-provider/index.d.ts +3 -3
  186. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +2 -2
  187. package/es/config-provider/theme.js +1 -1
  188. package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +3 -3
  189. package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +3 -3
  190. package/es/cropper/style/index.css +3 -3
  191. package/es/date-picker/context.d.ts +1 -1
  192. package/es/date-picker/hooks/use-inject-datepicker-transform.d.ts +1 -1
  193. package/es/date-picker/hooks/use-provide-datepicker-transform.d.ts +1 -1
  194. package/es/date-picker/hooks/use-range-header-value.d.ts +3 -3
  195. package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
  196. package/es/date-picker/index.d.ts +63 -61
  197. package/es/date-picker/interface.d.ts +1 -1
  198. package/es/date-picker/panels/body.js +1 -1
  199. package/es/date-picker/panels/date/index.js +2 -2
  200. package/es/date-picker/panels/date/index.vue.d.ts +8 -8
  201. package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
  202. package/es/date-picker/panels/footer.js +1 -1
  203. package/es/date-picker/panels/footer.vue.d.ts +10 -10
  204. package/es/date-picker/panels/header.js +1 -1
  205. package/es/date-picker/panels/month/index.js +2 -2
  206. package/es/date-picker/panels/month/index.vue.d.ts +1 -1
  207. package/es/date-picker/panels/quarter/index.js +2 -2
  208. package/es/date-picker/panels/shortcuts.js +1 -1
  209. package/es/date-picker/panels/shortcuts.vue.d.ts +7 -7
  210. package/es/date-picker/panels/week/index.js +1 -1
  211. package/es/date-picker/panels/week/index.vue.d.ts +8 -8
  212. package/es/date-picker/panels/week-list.js +1 -1
  213. package/es/date-picker/panels/year/index.js +2 -2
  214. package/es/date-picker/picker-panel.js +1 -1
  215. package/es/date-picker/picker-panel.vue.d.ts +35 -35
  216. package/es/date-picker/picker.js +2 -2
  217. package/es/date-picker/picker.vue.d.ts +57 -55
  218. package/es/date-picker/picker.vue_vue_type_script_lang.js +1 -1
  219. package/es/date-picker/range-picker-panel.js +1 -1
  220. package/es/date-picker/range-picker-panel.vue.d.ts +38 -38
  221. package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
  222. package/es/date-picker/range-picker.js +2 -2
  223. package/es/date-picker/range-picker.vue.d.ts +63 -61
  224. package/es/date-picker/range-picker.vue_vue_type_script_lang.js +1 -1
  225. package/es/date-picker/style/index.css +72 -72
  226. package/es/descriptions/descriptions-item.js +1 -1
  227. package/es/descriptions/descriptions.d.ts +2 -2
  228. package/es/descriptions/descriptions.js +1 -1
  229. package/es/descriptions/index.d.ts +6 -6
  230. package/es/descriptions/style/index.css +10 -10
  231. package/es/divider/divider.d.ts +1 -1
  232. package/es/divider/index.d.ts +3 -3
  233. package/es/divider/style/index.css +4 -4
  234. package/es/drawer/drawer.js +9 -2
  235. package/es/drawer/drawer.vue.d.ts +2910 -13
  236. package/es/drawer/drawer.vue_vue_type_script_lang.js +26 -7
  237. package/es/drawer/index.d.ts +6557 -767
  238. package/es/drawer/index.js +2 -2
  239. package/es/drawer/style/index.css +12 -7
  240. package/es/drawer/style/index.scss +6 -0
  241. package/es/dropdown/dropdown-button.js +1 -1
  242. package/es/dropdown/dropdown-button.vue.d.ts +26 -23
  243. package/es/dropdown/dropdown-group.js +1 -1
  244. package/es/dropdown/dropdown-option.js +1 -1
  245. package/es/dropdown/dropdown-option.vue.d.ts +1 -1
  246. package/es/dropdown/dropdown-panel.js +1 -1
  247. package/es/dropdown/dropdown-panel.vue.d.ts +6 -3
  248. package/es/dropdown/dropdown-submenu.js +1 -1
  249. package/es/dropdown/dropdown-submenu.vue.d.ts +18 -15
  250. package/es/dropdown/dropdown.js +1 -1
  251. package/es/dropdown/dropdown.vue.d.ts +18 -15
  252. package/es/dropdown/index.d.ts +85 -73
  253. package/es/dropdown/interface.d.ts +2 -2
  254. package/es/dropdown/style/index.css +1 -1
  255. package/es/ellipsis/ellipsis.js +1 -1
  256. package/es/ellipsis/ellipsis.vue.d.ts +24 -24
  257. package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +2 -2
  258. package/es/ellipsis/index.d.ts +96 -96
  259. package/es/ellipsis/performant-ellipsis.js +1 -1
  260. package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
  261. package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +1 -1
  262. package/es/empty/style/index.css +2 -2
  263. package/es/form/context.d.ts +7 -6
  264. package/es/form/form-item-label.js +1 -1
  265. package/es/form/form-item-label.vue.d.ts +24 -24
  266. package/es/form/form-item-message.js +1 -1
  267. package/es/form/form-item.js +1 -1
  268. package/es/form/form-item.vue.d.ts +35 -39
  269. package/es/form/form-item.vue_vue_type_script_lang.js +3 -3
  270. package/es/form/form.js +1 -1
  271. package/es/form/form.vue.d.ts +1 -1
  272. package/es/form/index.d.ts +41 -45
  273. package/es/form/interface.d.ts +2 -2
  274. package/es/form/style/index.css +6 -6
  275. package/es/grid/grid-col.js +1 -1
  276. package/es/grid/grid-col.vue.d.ts +3 -7
  277. package/es/grid/grid-col.vue_vue_type_script_lang.js +1 -1
  278. package/es/grid/grid-item.js +1 -1
  279. package/es/grid/grid-item.vue_vue_type_script_lang.js +1 -1
  280. package/es/grid/grid-row.js +1 -1
  281. package/es/grid/grid-row.vue.d.ts +4 -4
  282. package/es/grid/grid.js +1 -1
  283. package/es/grid/hook/use-responsive-value.d.ts +7 -19
  284. package/es/grid/index.d.ts +6 -10
  285. package/es/grid/interface.d.ts +11 -18
  286. package/es/icon/icon-calendar/icon-calendar.js +1 -1
  287. package/es/icon/icon-caret-down/icon-caret-down.js +1 -1
  288. package/es/icon/icon-caret-left/icon-caret-left.js +1 -1
  289. package/es/icon/icon-caret-right/icon-caret-right.js +1 -1
  290. package/es/icon/icon-caret-up/icon-caret-up.js +1 -1
  291. package/es/icon/icon-check/icon-check.js +1 -1
  292. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +1 -1
  293. package/es/icon/icon-clock-circle/icon-clock-circle.js +1 -1
  294. package/es/icon/icon-close/icon-close.js +1 -1
  295. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +1 -1
  296. package/es/icon/icon-copy/icon-copy.js +1 -1
  297. package/es/icon/icon-delete/icon-delete.js +1 -1
  298. package/es/icon/icon-double-left/icon-double-left.js +1 -1
  299. package/es/icon/icon-double-right/icon-double-right.js +1 -1
  300. package/es/icon/icon-down/icon-down.js +1 -1
  301. package/es/icon/icon-drag-dot/icon-drag-dot.js +1 -1
  302. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +1 -1
  303. package/es/icon/icon-edit/icon-edit.js +1 -1
  304. package/es/icon/icon-empty/icon-empty.js +1 -1
  305. package/es/icon/icon-exclamation/icon-exclamation.js +1 -1
  306. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +1 -1
  307. package/es/icon/icon-eye/icon-eye.js +1 -1
  308. package/es/icon/icon-eye-invisible/icon-eye-invisible.js +1 -1
  309. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +1 -1
  310. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +1 -1
  311. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +1 -1
  312. package/es/icon/icon-file/icon-file.js +1 -1
  313. package/es/icon/icon-file-audio/icon-file-audio.js +1 -1
  314. package/es/icon/icon-file-image/icon-file-image.js +1 -1
  315. package/es/icon/icon-file-pdf/icon-file-pdf.js +1 -1
  316. package/es/icon/icon-file-video/icon-file-video.js +1 -1
  317. package/es/icon/icon-filter/icon-filter.js +1 -1
  318. package/es/icon/icon-fullscreen/icon-fullscreen.js +1 -1
  319. package/es/icon/icon-image-close/icon-image-close.js +1 -1
  320. package/es/icon/icon-info/icon-info.js +1 -1
  321. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +1 -1
  322. package/es/icon/icon-left/icon-left.js +1 -1
  323. package/es/icon/icon-link/icon-link.js +1 -1
  324. package/es/icon/icon-loading/icon-loading.js +1 -1
  325. package/es/icon/icon-menu-fold/icon-menu-fold.js +1 -1
  326. package/es/icon/icon-menu-unfold/icon-menu-unfold.js +1 -1
  327. package/es/icon/icon-minus/icon-minus.js +1 -1
  328. package/es/icon/icon-more/icon-more.js +1 -1
  329. package/es/icon/icon-oblique-line/icon-oblique-line.js +1 -1
  330. package/es/icon/icon-original-size/icon-original-size.js +1 -1
  331. package/es/icon/icon-pause/icon-pause.js +1 -1
  332. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +1 -1
  333. package/es/icon/icon-plus/icon-plus.js +1 -1
  334. package/es/icon/icon-question-circle/icon-question-circle.js +1 -1
  335. package/es/icon/icon-right/icon-right.js +1 -1
  336. package/es/icon/icon-rotate-left/icon-rotate-left.js +1 -1
  337. package/es/icon/icon-rotate-right/icon-rotate-right.js +1 -1
  338. package/es/icon/icon-search/icon-search.js +1 -1
  339. package/es/icon/icon-star-fill/icon-star-fill.js +1 -1
  340. package/es/icon/icon-to-top/icon-to-top.js +1 -1
  341. package/es/icon/icon-up/icon-up.js +1 -1
  342. package/es/icon/icon-upload/icon-upload.js +1 -1
  343. package/es/icon/icon-zoom-in/icon-zoom-in.js +1 -1
  344. package/es/icon/icon-zoom-out/icon-zoom-out.js +1 -1
  345. package/es/icon-component/icon.js +1 -1
  346. package/es/icon.js +292 -292
  347. package/es/image/image-footer.js +1 -1
  348. package/es/image/image.js +2 -2
  349. package/es/image/image.vue.d.ts +26 -26
  350. package/es/image/interface.d.ts +1 -1
  351. package/es/image/preview-action.d.ts +24 -24
  352. package/es/image/preview-arrow.js +1 -1
  353. package/es/image/preview-group.js +2 -2
  354. package/es/image/preview-group.vue.d.ts +26 -26
  355. package/es/image/preview-toolbar.js +1 -1
  356. package/es/image/preview-toolbar.vue.d.ts +24 -24
  357. package/es/image/preview.js +1 -1
  358. package/es/image/preview.vue.d.ts +25 -25
  359. package/es/image/preview.vue_vue_type_script_lang.js +1 -1
  360. package/es/image/style/index.css +32 -32
  361. package/es/index.css +4083 -2512
  362. package/es/index.d.ts +8 -2
  363. package/es/index.js +11 -10
  364. package/es/index.scss +3 -1
  365. package/es/input/index.d.ts +13 -11
  366. package/es/input/input-group.js +1 -1
  367. package/es/input/input-password.js +1 -1
  368. package/es/input/input-password.vue.d.ts +7 -5
  369. package/es/input/input.d.ts +2 -2
  370. package/es/input/input.js +4 -5
  371. package/es/input/style/index.css +50 -50
  372. package/es/input-number/index.d.ts +6 -6
  373. package/es/input-number/input-number.d.ts +2 -2
  374. package/es/input-number/input-number.js +21 -20
  375. package/es/input-number/style/index.css +16 -16
  376. package/es/input-tag/index.d.ts +6 -6
  377. package/es/input-tag/input-tag.d.ts +2 -2
  378. package/es/input-tag/input-tag.js +11 -13
  379. package/es/input-tag/style/index.css +172 -172
  380. package/es/input-tag/utils.js +1 -1
  381. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +3 -3
  382. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +3 -3
  383. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +3 -3
  384. package/es/json-form/utils.js +3 -3
  385. package/es/layout/content.js +1 -1
  386. package/es/layout/footer.js +1 -1
  387. package/es/layout/header.vue.d.ts +1 -1
  388. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +2 -2
  389. package/es/layout/index.d.ts +21 -21
  390. package/es/layout/layout.js +1 -1
  391. package/es/layout/sider.js +1 -1
  392. package/es/layout/sider.vue.d.ts +16 -16
  393. package/es/layout/sider.vue_vue_type_script_lang.js +1 -1
  394. package/es/layout/style/index.css +12 -12
  395. package/es/link/index.d.ts +3 -3
  396. package/es/link/link.vue.d.ts +1 -1
  397. package/es/link/link.vue_vue_type_script_setup_true_lang.js +2 -2
  398. package/es/link/style/index.css +23 -23
  399. package/es/list/index.d.ts +9 -9
  400. package/es/list/list-item-meta.js +1 -1
  401. package/es/list/list.d.ts +3 -3
  402. package/es/list/list.js +4 -4
  403. package/es/list/style/index.css +9 -9
  404. package/es/list/use-pagination.d.ts +7 -4
  405. package/es/locale/index.d.ts +1 -1
  406. package/es/locale/index.js +1 -1
  407. package/es/locale/interface.d.ts +7 -0
  408. package/es/locale/lang/ar-eg.js +7 -1
  409. package/es/locale/lang/de-de.js +7 -1
  410. package/es/locale/lang/en-us.js +7 -1
  411. package/es/locale/lang/es-es.js +7 -1
  412. package/es/locale/lang/fr-fr.js +7 -1
  413. package/es/locale/lang/id-id.js +7 -1
  414. package/es/locale/lang/it-it.js +7 -1
  415. package/es/locale/lang/ja-jp.js +7 -1
  416. package/es/locale/lang/km-kh.js +7 -1
  417. package/es/locale/lang/ko-kr.js +7 -1
  418. package/es/locale/lang/ms-my.js +7 -1
  419. package/es/locale/lang/nl-nl.js +7 -1
  420. package/es/locale/lang/pt-pt.js +7 -1
  421. package/es/locale/lang/ru-ru.js +7 -1
  422. package/es/locale/lang/th-th.js +7 -1
  423. package/es/locale/lang/vi-vn.js +7 -1
  424. package/es/locale/lang/zh-cn.js +7 -1
  425. package/es/locale/lang/zh-tw.js +7 -1
  426. package/es/mention/index.d.ts +9 -9
  427. package/es/mention/mention.d.ts +3 -3
  428. package/es/mention/mention.js +34 -20
  429. package/es/menu/base-menu.js +1 -1
  430. package/es/menu/indent.js +1 -1
  431. package/es/menu/interface.d.ts +1 -3
  432. package/es/menu/item-group.js +1 -1
  433. package/es/menu/item-group.vue.d.ts +48 -48
  434. package/es/menu/item.js +1 -1
  435. package/es/menu/menu.js +1 -1
  436. package/es/menu/style/index.css +62 -62
  437. package/es/menu/sub-menu-inline.js +1 -1
  438. package/es/menu/sub-menu-inline.vue.d.ts +48 -48
  439. package/es/menu/sub-menu-pop.js +1 -1
  440. package/es/menu/sub-menu-pop.vue.d.ts +59 -59
  441. package/es/menu/sub-menu.js +1 -1
  442. package/es/message/index.js +1 -1
  443. package/es/message/message-list.d.ts +1 -1
  444. package/es/message/message.js +1 -1
  445. package/es/message/message.vue.d.ts +5 -3
  446. package/es/message/style/index.css +26 -26
  447. package/es/modal/index.d.ts +6374 -572
  448. package/es/modal/index.js +2 -2
  449. package/es/modal/interface.d.ts +2 -2
  450. package/es/modal/modal.js +15 -4
  451. package/es/modal/modal.vue.d.ts +2911 -10
  452. package/es/modal/modal.vue_vue_type_script_lang.js +28 -5
  453. package/es/modal/style/index.css +28 -12
  454. package/es/modal/style/index.scss +23 -0
  455. package/es/notification/index.js +1 -1
  456. package/es/notification/notification.js +1 -1
  457. package/es/notification/notification.vue.d.ts +5 -3
  458. package/es/notification/style/index.css +26 -26
  459. package/es/page-header/index.d.ts +10 -6
  460. package/es/page-header/page-header.js +1 -1
  461. package/es/page-header/page-header.vue.d.ts +5 -3
  462. package/es/page-header/style/index.css +6 -6
  463. package/es/pagination/page-item-ellipsis.js +1 -1
  464. package/es/pagination/page-item-step.js +1 -1
  465. package/es/pagination/page-item.js +1 -1
  466. package/es/pagination/page-jumper.js +1 -1
  467. package/es/pagination/page-jumper.vue.d.ts +7 -7
  468. package/es/pagination/page-options.js +1 -1
  469. package/es/pagination/page-options.vue.d.ts +656 -470
  470. package/es/pagination/style/index.css +21 -21
  471. package/es/popconfirm/index.d.ts +36 -36
  472. package/es/popconfirm/popconfirm.js +1 -1
  473. package/es/popconfirm/popconfirm.vue.d.ts +17 -17
  474. package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +1 -1
  475. package/es/popconfirm/style/index.css +11 -11
  476. package/es/popover/index.d.ts +899 -21
  477. package/es/popover/popover.js +7 -3
  478. package/es/popover/popover.vue.d.ts +451 -10
  479. package/es/popover/popover.vue_vue_type_script_lang.js +15 -3
  480. package/es/popover/style/index.css +7 -7
  481. package/es/popover/style/index.d.ts +1 -0
  482. package/es/progress/circle.js +1 -1
  483. package/es/progress/circle.vue.d.ts +1 -1
  484. package/es/progress/index.d.ts +7 -7
  485. package/es/progress/line.js +1 -1
  486. package/es/progress/line.vue.d.ts +1 -1
  487. package/es/progress/line.vue_vue_type_script_lang.js +1 -1
  488. package/es/progress/progress.js +1 -1
  489. package/es/progress/progress.vue.d.ts +3 -3
  490. package/es/progress/steps.js +1 -1
  491. package/es/progress/style/index.css +32 -32
  492. package/es/qr-code/index.d.ts +294 -0
  493. package/es/qr-code/index.js +10 -0
  494. package/es/qr-code/qr-code-status.js +5 -0
  495. package/es/qr-code/qr-code-status.vue.d.ts +8 -0
  496. package/es/qr-code/qr-code-status.vue_vue_type_script_setup_true_lang.js +30 -0
  497. package/es/qr-code/qr-code.js +5 -0
  498. package/es/qr-code/qr-code.vue.d.ts +167 -0
  499. package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +313 -0
  500. package/es/qr-code/style/css.js +2 -0
  501. package/es/qr-code/style/index.css +106 -0
  502. package/es/qr-code/style/index.d.ts +2 -0
  503. package/es/qr-code/style/index.js +2 -0
  504. package/es/qr-code/style/index.scss +111 -0
  505. package/es/qr-code/style/token.scss +36 -0
  506. package/es/qr-code/types.d.ts +19 -0
  507. package/es/radio/index.d.ts +13 -9
  508. package/es/radio/radio.d.ts +6 -4
  509. package/es/radio/style/index.css +33 -33
  510. package/es/rate/index.d.ts +3 -3
  511. package/es/rate/rate.d.ts +1 -1
  512. package/es/rate/style/index.css +3 -3
  513. package/es/resize-box/index.d.ts +6 -6
  514. package/es/resize-box/resize-box.js +1 -1
  515. package/es/resize-box/resize-box.vue.d.ts +2 -2
  516. package/es/resize-box/resize-box.vue_vue_type_script_lang.js +1 -1
  517. package/es/resize-box/style/index.css +2 -2
  518. package/es/result/result.js +1 -1
  519. package/es/result/style/index.css +2 -2
  520. package/es/scrollbar/index.d.ts +6 -3
  521. package/es/scrollbar/interface.d.ts +1 -1
  522. package/es/scrollbar/scrollbar.js +2 -1
  523. package/es/scrollbar/scrollbar.vue.d.ts +2 -1
  524. package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +52 -2
  525. package/es/scrollbar/style/index.css +13 -13
  526. package/es/sd-vue.js +13 -12
  527. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +3 -3
  528. package/es/secret/style/index.css +4 -4
  529. package/es/select/context.d.ts +1 -4
  530. package/es/select/hooks/use-options.d.ts +1 -4
  531. package/es/select/hooks/use-options.js +2 -23
  532. package/es/select/hooks/use-select.d.ts +1 -3
  533. package/es/select/hooks/use-select.js +2 -7
  534. package/es/select/index.d.ts +656 -475
  535. package/es/select/index.js +5 -13
  536. package/es/select/interface.d.ts +1 -1
  537. package/es/select/select-dropdown.js +3 -2
  538. package/es/select/select-dropdown.vue.d.ts +56 -54
  539. package/es/select/select-dropdown.vue_vue_type_script_lang.js +2 -3
  540. package/es/select/select.d.ts +264 -18
  541. package/es/select/select.js +50 -27
  542. package/es/select/style/index.css +14 -14
  543. package/es/select/utils.d.ts +1 -1
  544. package/es/select/utils.js +1 -1
  545. package/es/skeleton/line.js +1 -1
  546. package/es/skeleton/shape.js +1 -1
  547. package/es/skeleton/skeleton.js +1 -1
  548. package/es/skeleton/style/index.css +4 -4
  549. package/es/slider/index.d.ts +67 -67
  550. package/es/slider/slider-button.js +1 -1
  551. package/es/slider/slider-button.vue.d.ts +25 -25
  552. package/es/slider/slider-dots.js +1 -1
  553. package/es/slider/slider-input.js +1 -1
  554. package/es/slider/slider-input.vue.d.ts +7 -7
  555. package/es/slider/slider-marks.js +1 -1
  556. package/es/slider/slider-ticks.js +1 -1
  557. package/es/slider/slider.js +1 -1
  558. package/es/slider/slider.vue.d.ts +33 -33
  559. package/es/slider/style/index.css +18 -18
  560. package/es/space/index.d.ts +9 -9
  561. package/es/space/space.d.ts +2 -2
  562. package/es/spin/index.d.ts +1 -0
  563. package/es/spin/style/index.css +9 -9
  564. package/es/split/split.js +1 -1
  565. package/es/split/split.vue_vue_type_script_lang.js +1 -1
  566. package/es/split/style/index.css +2 -2
  567. package/es/statistic/countdown.js +1 -1
  568. package/es/statistic/countdown.vue.d.ts +1 -1
  569. package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
  570. package/es/statistic/index.d.ts +1 -1
  571. package/es/statistic/statistic.js +1 -1
  572. package/es/statistic/statistic.vue_vue_type_script_lang.js +4 -4
  573. package/es/statistic/style/index.css +4 -4
  574. package/es/steps/index.d.ts +4 -4
  575. package/es/steps/step.js +1 -1
  576. package/es/steps/step.vue.d.ts +1 -1
  577. package/es/steps/steps.js +1 -1
  578. package/es/steps/steps.vue.d.ts +1 -1
  579. package/es/steps/style/index.css +79 -79
  580. package/es/style/color/colors.scss +1 -1
  581. package/es/style/theme/global.scss +8 -8
  582. package/es/style/theme/index.scss +4 -12
  583. package/es/style/theme/z-index.js +1 -2
  584. package/es/switch/style/index.css +30 -30
  585. package/es/switch/switch.js +1 -1
  586. package/es/switch/switch.vue_vue_type_script_lang.js +1 -1
  587. package/es/table/index.d.ts +14 -14
  588. package/es/table/style/index.css +65 -65
  589. package/es/table/table-operation-td.d.ts +23 -15
  590. package/es/table/table-operation-td.js +11 -14
  591. package/es/table/table-operation-th.js +1 -1
  592. package/es/table/table-td.d.ts +1 -1
  593. package/es/table/table-td.js +1 -1
  594. package/es/table/table-th.d.ts +1 -1
  595. package/es/table/table-th.js +19 -8
  596. package/es/table/table.d.ts +5 -5
  597. package/es/table/table.js +45 -48
  598. package/es/table/utils.js +1 -1
  599. package/es/tabs/index.d.ts +9 -9
  600. package/es/tabs/style/index.css +56 -56
  601. package/es/tabs/tab-pane.js +1 -1
  602. package/es/tabs/tab-pane.vue_vue_type_script_lang.js +1 -1
  603. package/es/tabs/tabs-nav-ink.js +1 -1
  604. package/es/tabs/tabs-nav.d.ts +1 -1
  605. package/es/tabs/tabs-tab.js +1 -1
  606. package/es/tabs/tabs-tab.vue.d.ts +5 -3
  607. package/es/tabs/tabs.d.ts +3 -3
  608. package/es/tag/index.d.ts +66 -29688
  609. package/es/tag/interface.d.ts +2 -0
  610. package/es/tag/style/index.css +134 -134
  611. package/es/tag/style/index.scss +33 -13
  612. package/es/tag/tag.js +2 -64
  613. package/es/tag/tag.vue.d.ts +53 -11936
  614. package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +368 -0
  615. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +4 -4
  616. package/es/textarea/index.d.ts +16 -12
  617. package/es/textarea/style/index.css +28 -28
  618. package/es/textarea/textarea.js +1 -1
  619. package/es/textarea/textarea.vue.d.ts +7 -5
  620. package/es/textarea/textarea.vue_vue_type_script_lang.js +1 -1
  621. package/es/time-picker/hooks/use-time-list.js +1 -1
  622. package/es/time-picker/index.d.ts +79 -71
  623. package/es/time-picker/panel.js +1 -1
  624. package/es/time-picker/panel.vue.d.ts +7 -7
  625. package/es/time-picker/range-panel.d.ts +7 -7
  626. package/es/time-picker/range-panel.js +6 -7
  627. package/es/time-picker/style/index.css +11 -11
  628. package/es/time-picker/time-column.js +1 -1
  629. package/es/time-picker/time-picker.js +2 -2
  630. package/es/time-picker/time-picker.vue.d.ts +38 -34
  631. package/es/time-picker/utils/index.d.ts +1 -1
  632. package/es/timeline/item.js +1 -1
  633. package/es/timeline/item.vue_vue_type_script_lang.js +1 -1
  634. package/es/timeline/style/index.css +11 -11
  635. package/es/tooltip/index.d.ts +24 -24
  636. package/es/tooltip/style/index.css +3 -3
  637. package/es/tooltip/tooltip.js +1 -1
  638. package/es/tooltip/tooltip.vue.d.ts +11 -11
  639. package/es/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
  640. package/es/tour/index.d.ts +664 -0
  641. package/es/tour/index.js +10 -0
  642. package/es/tour/style/css.js +1 -0
  643. package/es/tour/style/index.css +226 -0
  644. package/es/tour/style/index.d.ts +1 -0
  645. package/es/tour/style/index.js +1 -0
  646. package/es/tour/style/index.scss +218 -0
  647. package/es/tour/style/token.scss +27 -0
  648. package/es/tour/tour.js +5 -0
  649. package/es/tour/tour.vue.d.ts +411 -0
  650. package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +1219 -0
  651. package/es/tour/types.d.ts +143 -0
  652. package/es/transfer/index.d.ts +75 -57
  653. package/es/transfer/style/index.css +20 -20
  654. package/es/transfer/transfer-list-item.js +2 -5
  655. package/es/transfer/transfer-view.js +2 -3
  656. package/es/transfer/transfer-view.vue.d.ts +30 -21
  657. package/es/transfer/transfer-view.vue_vue_type_script_lang.js +1 -1
  658. package/es/transfer/transfer.js +1 -1
  659. package/es/transfer/transfer.vue.d.ts +37 -28
  660. package/es/tree/base-node.js +1 -1
  661. package/es/tree/base-node.vue.d.ts +10 -6
  662. package/es/tree/expand-transition.js +1 -1
  663. package/es/tree/interface.d.ts +1 -1
  664. package/es/tree/node.js +1 -1
  665. package/es/tree/style/index.css +25 -25
  666. package/es/tree/transition-node-list.js +1 -1
  667. package/es/tree/transition-node-list.vue.d.ts +10 -6
  668. package/es/tree/tree.js +1 -1
  669. package/es/tree/tree.vue.d.ts +14 -11
  670. package/es/tree/tree.vue_vue_type_script_lang.js +2 -2
  671. package/es/tree/utils/tree-data.js +1 -1
  672. package/es/tree-select/hooks/use-selected-state.js +1 -1
  673. package/es/tree-select/panel.js +9 -10
  674. package/es/tree-select/style/index.css +5 -5
  675. package/es/tree-select/tree-select.js +2 -2
  676. package/es/tree-select/tree-select.vue.d.ts +22 -22
  677. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +1 -1
  678. package/es/trigger/context.d.ts +3 -3
  679. package/es/trigger/index.d.ts +9 -9
  680. package/es/trigger/interface.d.ts +3 -2
  681. package/es/trigger/style/index.css +5 -5
  682. package/es/trigger/trigger.d.ts +3 -3
  683. package/es/trigger/trigger.js +18 -17
  684. package/es/trigger/utils.js +1 -1
  685. package/es/typography/base.d.ts +4 -4
  686. package/es/typography/base.js +3 -3
  687. package/es/typography/edit-content.js +1 -1
  688. package/es/typography/edit-content.vue.d.ts +40 -34
  689. package/es/typography/interface.d.ts +1 -1
  690. package/es/typography/operations.js +1 -1
  691. package/es/typography/operations.vue.d.ts +25 -25
  692. package/es/typography/style/index.css +22 -22
  693. package/es/typography/typography.js +1 -1
  694. package/es/upload/index.d.ts +6 -6
  695. package/es/upload/interfaces.d.ts +3 -3
  696. package/es/upload/style/index.css +51 -51
  697. package/es/upload/upload-button.d.ts +1 -1
  698. package/es/upload/upload-list.js +2 -5
  699. package/es/upload/upload.d.ts +2 -2
  700. package/es/upload/upload.js +6 -7
  701. package/es/verification-code/index.d.ts +3 -3
  702. package/es/verification-code/verification-code.d.ts +1 -1
  703. package/es/verification-code/verification-code.js +7 -6
  704. package/es/watermark/hooks/use-mutation-observer.js +1 -1
  705. package/es/watermark/watermark.js +1 -1
  706. package/json/vetur-attributes.json +125 -107
  707. package/json/vetur-tags.json +39 -36
  708. package/json/web-types.json +182 -163
  709. package/package.json +19 -15
  710. package/es/calendar/calendar.d.ts +0 -104
  711. package/es/calendar/calendar.js +0 -207
  712. package/es/calendar/header.d.ts +0 -104
  713. package/es/calendar/header.js +0 -131
  714. package/es/calendar/hooks/useCellClassName.d.ts +0 -19
  715. package/es/calendar/hooks/useCellClassName.js +0 -43
  716. package/es/calendar/month.d.ts +0 -83
  717. package/es/calendar/month.js +0 -149
  718. package/es/calendar/week.d.ts +0 -61
  719. package/es/calendar/week.js +0 -45
  720. package/es/calendar/year.d.ts +0 -69
  721. package/es/calendar/year.js +0 -101
  722. package/es/select/optgroup.js +0 -10
  723. package/es/select/optgroup.vue.d.ts +0 -13
  724. package/es/select/optgroup.vue_vue_type_script_lang.js +0 -23
  725. package/es/select/option.js +0 -51
  726. package/es/select/option.vue.d.ts +0 -299
  727. package/es/select/option.vue_vue_type_script_lang.js +0 -149
  728. package/es/tag/tag.vue_vue_type_script_lang.js +0 -264
@@ -144,11 +144,11 @@ declare const Ellipsis: {
144
144
  'update:popupVisible': (_visible: boolean) => true;
145
145
  popupVisibleChange: (_visible: boolean) => true;
146
146
  }, import("vue").PublicProps, {
147
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
148
+ disabled: boolean;
147
149
  mini: boolean;
148
150
  popupVisible: boolean;
149
151
  defaultPopupVisible: boolean;
150
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
151
- disabled: boolean;
152
152
  }, true, {}, {}, {
153
153
  Trigger: {
154
154
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -296,10 +296,10 @@ declare const Ellipsis: {
296
296
  };
297
297
  }>> & Readonly<{
298
298
  onHide?: (() => any) | undefined;
299
+ onShow?: (() => any) | undefined;
299
300
  onResize?: (() => any) | undefined;
300
301
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
301
302
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
302
- onShow?: (() => any) | undefined;
303
303
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
304
304
  'update:popupVisible': (_visible: boolean) => true;
305
305
  popupVisibleChange: (_visible: boolean) => true;
@@ -307,12 +307,12 @@ declare const Ellipsis: {
307
307
  hide: () => true;
308
308
  resize: () => true;
309
309
  }, import("vue").PublicProps, {
310
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
311
+ disabled: boolean;
310
312
  autoFitPosition: boolean;
311
313
  popupVisible: boolean;
312
314
  defaultPopupVisible: boolean;
313
315
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
314
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
315
- disabled: boolean;
316
316
  popupOffset: number;
317
317
  showArrow: boolean;
318
318
  alignPoint: boolean;
@@ -487,17 +487,17 @@ declare const Ellipsis: {
487
487
  };
488
488
  }>> & Readonly<{
489
489
  onHide?: (() => any) | undefined;
490
+ onShow?: (() => any) | undefined;
490
491
  onResize?: (() => any) | undefined;
491
492
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
492
493
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
493
- onShow?: (() => any) | undefined;
494
494
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
495
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
496
+ disabled: boolean;
495
497
  autoFitPosition: boolean;
496
498
  popupVisible: boolean;
497
499
  defaultPopupVisible: boolean;
498
500
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
499
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
500
- disabled: boolean;
501
501
  popupOffset: number;
502
502
  showArrow: boolean;
503
503
  alignPoint: boolean;
@@ -669,10 +669,10 @@ declare const Ellipsis: {
669
669
  };
670
670
  }>> & Readonly<{
671
671
  onHide?: (() => any) | undefined;
672
+ onShow?: (() => any) | undefined;
672
673
  onResize?: (() => any) | undefined;
673
674
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
674
675
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
675
- onShow?: (() => any) | undefined;
676
676
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
677
677
  'update:popupVisible': (_visible: boolean) => true;
678
678
  popupVisibleChange: (_visible: boolean) => true;
@@ -680,12 +680,12 @@ declare const Ellipsis: {
680
680
  hide: () => true;
681
681
  resize: () => true;
682
682
  }, string, {
683
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
684
+ disabled: boolean;
683
685
  autoFitPosition: boolean;
684
686
  popupVisible: boolean;
685
687
  defaultPopupVisible: boolean;
686
688
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
687
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
688
- disabled: boolean;
689
689
  popupOffset: number;
690
690
  showArrow: boolean;
691
691
  alignPoint: boolean;
@@ -770,11 +770,11 @@ declare const Ellipsis: {
770
770
  computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
771
771
  handlePopupVisibleChange: (visible: boolean) => void;
772
772
  }, {}, {}, {}, {
773
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
774
+ disabled: boolean;
773
775
  mini: boolean;
774
776
  popupVisible: boolean;
775
777
  defaultPopupVisible: boolean;
776
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
777
- disabled: boolean;
778
778
  }>;
779
779
  __isFragment?: never;
780
780
  __isTeleport?: never;
@@ -834,11 +834,11 @@ declare const Ellipsis: {
834
834
  'update:popupVisible': (_visible: boolean) => true;
835
835
  popupVisibleChange: (_visible: boolean) => true;
836
836
  }, string, {
837
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
838
+ disabled: boolean;
837
839
  mini: boolean;
838
840
  popupVisible: boolean;
839
841
  defaultPopupVisible: boolean;
840
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
841
- disabled: boolean;
842
842
  }, {}, string, {}, {
843
843
  Trigger: {
844
844
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -986,10 +986,10 @@ declare const Ellipsis: {
986
986
  };
987
987
  }>> & Readonly<{
988
988
  onHide?: (() => any) | undefined;
989
+ onShow?: (() => any) | undefined;
989
990
  onResize?: (() => any) | undefined;
990
991
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
991
992
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
992
- onShow?: (() => any) | undefined;
993
993
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
994
994
  'update:popupVisible': (_visible: boolean) => true;
995
995
  popupVisibleChange: (_visible: boolean) => true;
@@ -997,12 +997,12 @@ declare const Ellipsis: {
997
997
  hide: () => true;
998
998
  resize: () => true;
999
999
  }, import("vue").PublicProps, {
1000
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
1001
+ disabled: boolean;
1000
1002
  autoFitPosition: boolean;
1001
1003
  popupVisible: boolean;
1002
1004
  defaultPopupVisible: boolean;
1003
1005
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1004
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1005
- disabled: boolean;
1006
1006
  popupOffset: number;
1007
1007
  showArrow: boolean;
1008
1008
  alignPoint: boolean;
@@ -1177,17 +1177,17 @@ declare const Ellipsis: {
1177
1177
  };
1178
1178
  }>> & Readonly<{
1179
1179
  onHide?: (() => any) | undefined;
1180
+ onShow?: (() => any) | undefined;
1180
1181
  onResize?: (() => any) | undefined;
1181
1182
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1182
1183
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1183
- onShow?: (() => any) | undefined;
1184
1184
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1185
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
1186
+ disabled: boolean;
1185
1187
  autoFitPosition: boolean;
1186
1188
  popupVisible: boolean;
1187
1189
  defaultPopupVisible: boolean;
1188
1190
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1189
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1190
- disabled: boolean;
1191
1191
  popupOffset: number;
1192
1192
  showArrow: boolean;
1193
1193
  alignPoint: boolean;
@@ -1359,10 +1359,10 @@ declare const Ellipsis: {
1359
1359
  };
1360
1360
  }>> & Readonly<{
1361
1361
  onHide?: (() => any) | undefined;
1362
+ onShow?: (() => any) | undefined;
1362
1363
  onResize?: (() => any) | undefined;
1363
1364
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1364
1365
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1365
- onShow?: (() => any) | undefined;
1366
1366
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1367
1367
  'update:popupVisible': (_visible: boolean) => true;
1368
1368
  popupVisibleChange: (_visible: boolean) => true;
@@ -1370,12 +1370,12 @@ declare const Ellipsis: {
1370
1370
  hide: () => true;
1371
1371
  resize: () => true;
1372
1372
  }, string, {
1373
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
1374
+ disabled: boolean;
1373
1375
  autoFitPosition: boolean;
1374
1376
  popupVisible: boolean;
1375
1377
  defaultPopupVisible: boolean;
1376
1378
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1377
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1378
- disabled: boolean;
1379
1379
  popupOffset: number;
1380
1380
  showArrow: boolean;
1381
1381
  alignPoint: boolean;
@@ -1625,11 +1625,11 @@ declare const Ellipsis: {
1625
1625
  'update:popupVisible': (_visible: boolean) => true;
1626
1626
  popupVisibleChange: (_visible: boolean) => true;
1627
1627
  }, import("vue").PublicProps, {
1628
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
1629
+ disabled: boolean;
1628
1630
  mini: boolean;
1629
1631
  popupVisible: boolean;
1630
1632
  defaultPopupVisible: boolean;
1631
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1632
- disabled: boolean;
1633
1633
  }, true, {}, {}, {
1634
1634
  Trigger: {
1635
1635
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -1777,10 +1777,10 @@ declare const Ellipsis: {
1777
1777
  };
1778
1778
  }>> & Readonly<{
1779
1779
  onHide?: (() => any) | undefined;
1780
+ onShow?: (() => any) | undefined;
1780
1781
  onResize?: (() => any) | undefined;
1781
1782
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1782
1783
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1783
- onShow?: (() => any) | undefined;
1784
1784
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1785
1785
  'update:popupVisible': (_visible: boolean) => true;
1786
1786
  popupVisibleChange: (_visible: boolean) => true;
@@ -1788,12 +1788,12 @@ declare const Ellipsis: {
1788
1788
  hide: () => true;
1789
1789
  resize: () => true;
1790
1790
  }, import("vue").PublicProps, {
1791
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
1792
+ disabled: boolean;
1791
1793
  autoFitPosition: boolean;
1792
1794
  popupVisible: boolean;
1793
1795
  defaultPopupVisible: boolean;
1794
1796
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1795
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1796
- disabled: boolean;
1797
1797
  popupOffset: number;
1798
1798
  showArrow: boolean;
1799
1799
  alignPoint: boolean;
@@ -1968,17 +1968,17 @@ declare const Ellipsis: {
1968
1968
  };
1969
1969
  }>> & Readonly<{
1970
1970
  onHide?: (() => any) | undefined;
1971
+ onShow?: (() => any) | undefined;
1971
1972
  onResize?: (() => any) | undefined;
1972
1973
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
1973
1974
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
1974
- onShow?: (() => any) | undefined;
1975
1975
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
1976
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
1977
+ disabled: boolean;
1976
1978
  autoFitPosition: boolean;
1977
1979
  popupVisible: boolean;
1978
1980
  defaultPopupVisible: boolean;
1979
1981
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
1980
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
1981
- disabled: boolean;
1982
1982
  popupOffset: number;
1983
1983
  showArrow: boolean;
1984
1984
  alignPoint: boolean;
@@ -2150,10 +2150,10 @@ declare const Ellipsis: {
2150
2150
  };
2151
2151
  }>> & Readonly<{
2152
2152
  onHide?: (() => any) | undefined;
2153
+ onShow?: (() => any) | undefined;
2153
2154
  onResize?: (() => any) | undefined;
2154
2155
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2155
2156
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2156
- onShow?: (() => any) | undefined;
2157
2157
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2158
2158
  'update:popupVisible': (_visible: boolean) => true;
2159
2159
  popupVisibleChange: (_visible: boolean) => true;
@@ -2161,12 +2161,12 @@ declare const Ellipsis: {
2161
2161
  hide: () => true;
2162
2162
  resize: () => true;
2163
2163
  }, string, {
2164
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
2165
+ disabled: boolean;
2164
2166
  autoFitPosition: boolean;
2165
2167
  popupVisible: boolean;
2166
2168
  defaultPopupVisible: boolean;
2167
2169
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
2168
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
2169
- disabled: boolean;
2170
2170
  popupOffset: number;
2171
2171
  showArrow: boolean;
2172
2172
  alignPoint: boolean;
@@ -2251,11 +2251,11 @@ declare const Ellipsis: {
2251
2251
  computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
2252
2252
  handlePopupVisibleChange: (visible: boolean) => void;
2253
2253
  }, {}, {}, {}, {
2254
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
2255
+ disabled: boolean;
2254
2256
  mini: boolean;
2255
2257
  popupVisible: boolean;
2256
2258
  defaultPopupVisible: boolean;
2257
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
2258
- disabled: boolean;
2259
2259
  }>;
2260
2260
  __isFragment?: never;
2261
2261
  __isTeleport?: never;
@@ -2315,11 +2315,11 @@ declare const Ellipsis: {
2315
2315
  'update:popupVisible': (_visible: boolean) => true;
2316
2316
  popupVisibleChange: (_visible: boolean) => true;
2317
2317
  }, string, {
2318
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
2319
+ disabled: boolean;
2318
2320
  mini: boolean;
2319
2321
  popupVisible: boolean;
2320
2322
  defaultPopupVisible: boolean;
2321
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
2322
- disabled: boolean;
2323
2323
  }, {}, string, {}, {
2324
2324
  Trigger: {
2325
2325
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -2467,10 +2467,10 @@ declare const Ellipsis: {
2467
2467
  };
2468
2468
  }>> & Readonly<{
2469
2469
  onHide?: (() => any) | undefined;
2470
+ onShow?: (() => any) | undefined;
2470
2471
  onResize?: (() => any) | undefined;
2471
2472
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2472
2473
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2473
- onShow?: (() => any) | undefined;
2474
2474
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2475
2475
  'update:popupVisible': (_visible: boolean) => true;
2476
2476
  popupVisibleChange: (_visible: boolean) => true;
@@ -2478,12 +2478,12 @@ declare const Ellipsis: {
2478
2478
  hide: () => true;
2479
2479
  resize: () => true;
2480
2480
  }, import("vue").PublicProps, {
2481
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
2482
+ disabled: boolean;
2481
2483
  autoFitPosition: boolean;
2482
2484
  popupVisible: boolean;
2483
2485
  defaultPopupVisible: boolean;
2484
2486
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
2485
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
2486
- disabled: boolean;
2487
2487
  popupOffset: number;
2488
2488
  showArrow: boolean;
2489
2489
  alignPoint: boolean;
@@ -2658,17 +2658,17 @@ declare const Ellipsis: {
2658
2658
  };
2659
2659
  }>> & Readonly<{
2660
2660
  onHide?: (() => any) | undefined;
2661
+ onShow?: (() => any) | undefined;
2661
2662
  onResize?: (() => any) | undefined;
2662
2663
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2663
2664
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2664
- onShow?: (() => any) | undefined;
2665
2665
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
2666
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
2667
+ disabled: boolean;
2666
2668
  autoFitPosition: boolean;
2667
2669
  popupVisible: boolean;
2668
2670
  defaultPopupVisible: boolean;
2669
2671
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
2670
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
2671
- disabled: boolean;
2672
2672
  popupOffset: number;
2673
2673
  showArrow: boolean;
2674
2674
  alignPoint: boolean;
@@ -2840,10 +2840,10 @@ declare const Ellipsis: {
2840
2840
  };
2841
2841
  }>> & Readonly<{
2842
2842
  onHide?: (() => any) | undefined;
2843
+ onShow?: (() => any) | undefined;
2843
2844
  onResize?: (() => any) | undefined;
2844
2845
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
2845
2846
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
2846
- onShow?: (() => any) | undefined;
2847
2847
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2848
2848
  'update:popupVisible': (_visible: boolean) => true;
2849
2849
  popupVisibleChange: (_visible: boolean) => true;
@@ -2851,12 +2851,12 @@ declare const Ellipsis: {
2851
2851
  hide: () => true;
2852
2852
  resize: () => true;
2853
2853
  }, string, {
2854
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
2855
+ disabled: boolean;
2854
2856
  autoFitPosition: boolean;
2855
2857
  popupVisible: boolean;
2856
2858
  defaultPopupVisible: boolean;
2857
2859
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
2858
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
2859
- disabled: boolean;
2860
2860
  popupOffset: number;
2861
2861
  showArrow: boolean;
2862
2862
  alignPoint: boolean;
@@ -3072,11 +3072,11 @@ export declare const PerformantEllipsis: {
3072
3072
  'update:popupVisible': (_visible: boolean) => true;
3073
3073
  popupVisibleChange: (_visible: boolean) => true;
3074
3074
  }, import("vue").PublicProps, {
3075
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
3076
+ disabled: boolean;
3075
3077
  mini: boolean;
3076
3078
  popupVisible: boolean;
3077
3079
  defaultPopupVisible: boolean;
3078
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
3079
- disabled: boolean;
3080
3080
  }, true, {}, {}, {
3081
3081
  Trigger: {
3082
3082
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -3224,10 +3224,10 @@ export declare const PerformantEllipsis: {
3224
3224
  };
3225
3225
  }>> & Readonly<{
3226
3226
  onHide?: (() => any) | undefined;
3227
+ onShow?: (() => any) | undefined;
3227
3228
  onResize?: (() => any) | undefined;
3228
3229
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
3229
3230
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
3230
- onShow?: (() => any) | undefined;
3231
3231
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3232
3232
  'update:popupVisible': (_visible: boolean) => true;
3233
3233
  popupVisibleChange: (_visible: boolean) => true;
@@ -3235,12 +3235,12 @@ export declare const PerformantEllipsis: {
3235
3235
  hide: () => true;
3236
3236
  resize: () => true;
3237
3237
  }, import("vue").PublicProps, {
3238
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
3239
+ disabled: boolean;
3238
3240
  autoFitPosition: boolean;
3239
3241
  popupVisible: boolean;
3240
3242
  defaultPopupVisible: boolean;
3241
3243
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
3242
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
3243
- disabled: boolean;
3244
3244
  popupOffset: number;
3245
3245
  showArrow: boolean;
3246
3246
  alignPoint: boolean;
@@ -3415,17 +3415,17 @@ export declare const PerformantEllipsis: {
3415
3415
  };
3416
3416
  }>> & Readonly<{
3417
3417
  onHide?: (() => any) | undefined;
3418
+ onShow?: (() => any) | undefined;
3418
3419
  onResize?: (() => any) | undefined;
3419
3420
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
3420
3421
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
3421
- onShow?: (() => any) | undefined;
3422
3422
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
3423
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
3424
+ disabled: boolean;
3423
3425
  autoFitPosition: boolean;
3424
3426
  popupVisible: boolean;
3425
3427
  defaultPopupVisible: boolean;
3426
3428
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
3427
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
3428
- disabled: boolean;
3429
3429
  popupOffset: number;
3430
3430
  showArrow: boolean;
3431
3431
  alignPoint: boolean;
@@ -3597,10 +3597,10 @@ export declare const PerformantEllipsis: {
3597
3597
  };
3598
3598
  }>> & Readonly<{
3599
3599
  onHide?: (() => any) | undefined;
3600
+ onShow?: (() => any) | undefined;
3600
3601
  onResize?: (() => any) | undefined;
3601
3602
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
3602
3603
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
3603
- onShow?: (() => any) | undefined;
3604
3604
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3605
3605
  'update:popupVisible': (_visible: boolean) => true;
3606
3606
  popupVisibleChange: (_visible: boolean) => true;
@@ -3608,12 +3608,12 @@ export declare const PerformantEllipsis: {
3608
3608
  hide: () => true;
3609
3609
  resize: () => true;
3610
3610
  }, string, {
3611
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
3612
+ disabled: boolean;
3611
3613
  autoFitPosition: boolean;
3612
3614
  popupVisible: boolean;
3613
3615
  defaultPopupVisible: boolean;
3614
3616
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
3615
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
3616
- disabled: boolean;
3617
3617
  popupOffset: number;
3618
3618
  showArrow: boolean;
3619
3619
  alignPoint: boolean;
@@ -3698,11 +3698,11 @@ export declare const PerformantEllipsis: {
3698
3698
  computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
3699
3699
  handlePopupVisibleChange: (visible: boolean) => void;
3700
3700
  }, {}, {}, {}, {
3701
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
3702
+ disabled: boolean;
3701
3703
  mini: boolean;
3702
3704
  popupVisible: boolean;
3703
3705
  defaultPopupVisible: boolean;
3704
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
3705
- disabled: boolean;
3706
3706
  }>;
3707
3707
  __isFragment?: never;
3708
3708
  __isTeleport?: never;
@@ -3762,11 +3762,11 @@ export declare const PerformantEllipsis: {
3762
3762
  'update:popupVisible': (_visible: boolean) => true;
3763
3763
  popupVisibleChange: (_visible: boolean) => true;
3764
3764
  }, string, {
3765
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
3766
+ disabled: boolean;
3765
3767
  mini: boolean;
3766
3768
  popupVisible: boolean;
3767
3769
  defaultPopupVisible: boolean;
3768
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
3769
- disabled: boolean;
3770
3770
  }, {}, string, {}, {
3771
3771
  Trigger: {
3772
3772
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -3914,10 +3914,10 @@ export declare const PerformantEllipsis: {
3914
3914
  };
3915
3915
  }>> & Readonly<{
3916
3916
  onHide?: (() => any) | undefined;
3917
+ onShow?: (() => any) | undefined;
3917
3918
  onResize?: (() => any) | undefined;
3918
3919
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
3919
3920
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
3920
- onShow?: (() => any) | undefined;
3921
3921
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3922
3922
  'update:popupVisible': (_visible: boolean) => true;
3923
3923
  popupVisibleChange: (_visible: boolean) => true;
@@ -3925,12 +3925,12 @@ export declare const PerformantEllipsis: {
3925
3925
  hide: () => true;
3926
3926
  resize: () => true;
3927
3927
  }, import("vue").PublicProps, {
3928
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
3929
+ disabled: boolean;
3928
3930
  autoFitPosition: boolean;
3929
3931
  popupVisible: boolean;
3930
3932
  defaultPopupVisible: boolean;
3931
3933
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
3932
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
3933
- disabled: boolean;
3934
3934
  popupOffset: number;
3935
3935
  showArrow: boolean;
3936
3936
  alignPoint: boolean;
@@ -4105,17 +4105,17 @@ export declare const PerformantEllipsis: {
4105
4105
  };
4106
4106
  }>> & Readonly<{
4107
4107
  onHide?: (() => any) | undefined;
4108
+ onShow?: (() => any) | undefined;
4108
4109
  onResize?: (() => any) | undefined;
4109
4110
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
4110
4111
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
4111
- onShow?: (() => any) | undefined;
4112
4112
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
4113
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
4114
+ disabled: boolean;
4113
4115
  autoFitPosition: boolean;
4114
4116
  popupVisible: boolean;
4115
4117
  defaultPopupVisible: boolean;
4116
4118
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
4117
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
4118
- disabled: boolean;
4119
4119
  popupOffset: number;
4120
4120
  showArrow: boolean;
4121
4121
  alignPoint: boolean;
@@ -4287,10 +4287,10 @@ export declare const PerformantEllipsis: {
4287
4287
  };
4288
4288
  }>> & Readonly<{
4289
4289
  onHide?: (() => any) | undefined;
4290
+ onShow?: (() => any) | undefined;
4290
4291
  onResize?: (() => any) | undefined;
4291
4292
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
4292
4293
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
4293
- onShow?: (() => any) | undefined;
4294
4294
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4295
4295
  'update:popupVisible': (_visible: boolean) => true;
4296
4296
  popupVisibleChange: (_visible: boolean) => true;
@@ -4298,12 +4298,12 @@ export declare const PerformantEllipsis: {
4298
4298
  hide: () => true;
4299
4299
  resize: () => true;
4300
4300
  }, string, {
4301
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
4302
+ disabled: boolean;
4301
4303
  autoFitPosition: boolean;
4302
4304
  popupVisible: boolean;
4303
4305
  defaultPopupVisible: boolean;
4304
4306
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
4305
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
4306
- disabled: boolean;
4307
4307
  popupOffset: number;
4308
4308
  showArrow: boolean;
4309
4309
  alignPoint: boolean;
@@ -4557,11 +4557,11 @@ export declare const PerformantEllipsis: {
4557
4557
  'update:popupVisible': (_visible: boolean) => true;
4558
4558
  popupVisibleChange: (_visible: boolean) => true;
4559
4559
  }, import("vue").PublicProps, {
4560
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
4561
+ disabled: boolean;
4560
4562
  mini: boolean;
4561
4563
  popupVisible: boolean;
4562
4564
  defaultPopupVisible: boolean;
4563
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
4564
- disabled: boolean;
4565
4565
  }, true, {}, {}, {
4566
4566
  Trigger: {
4567
4567
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -4709,10 +4709,10 @@ export declare const PerformantEllipsis: {
4709
4709
  };
4710
4710
  }>> & Readonly<{
4711
4711
  onHide?: (() => any) | undefined;
4712
+ onShow?: (() => any) | undefined;
4712
4713
  onResize?: (() => any) | undefined;
4713
4714
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
4714
4715
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
4715
- onShow?: (() => any) | undefined;
4716
4716
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4717
4717
  'update:popupVisible': (_visible: boolean) => true;
4718
4718
  popupVisibleChange: (_visible: boolean) => true;
@@ -4720,12 +4720,12 @@ export declare const PerformantEllipsis: {
4720
4720
  hide: () => true;
4721
4721
  resize: () => true;
4722
4722
  }, import("vue").PublicProps, {
4723
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
4724
+ disabled: boolean;
4723
4725
  autoFitPosition: boolean;
4724
4726
  popupVisible: boolean;
4725
4727
  defaultPopupVisible: boolean;
4726
4728
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
4727
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
4728
- disabled: boolean;
4729
4729
  popupOffset: number;
4730
4730
  showArrow: boolean;
4731
4731
  alignPoint: boolean;
@@ -4900,17 +4900,17 @@ export declare const PerformantEllipsis: {
4900
4900
  };
4901
4901
  }>> & Readonly<{
4902
4902
  onHide?: (() => any) | undefined;
4903
+ onShow?: (() => any) | undefined;
4903
4904
  onResize?: (() => any) | undefined;
4904
4905
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
4905
4906
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
4906
- onShow?: (() => any) | undefined;
4907
4907
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
4908
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
4909
+ disabled: boolean;
4908
4910
  autoFitPosition: boolean;
4909
4911
  popupVisible: boolean;
4910
4912
  defaultPopupVisible: boolean;
4911
4913
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
4912
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
4913
- disabled: boolean;
4914
4914
  popupOffset: number;
4915
4915
  showArrow: boolean;
4916
4916
  alignPoint: boolean;
@@ -5082,10 +5082,10 @@ export declare const PerformantEllipsis: {
5082
5082
  };
5083
5083
  }>> & Readonly<{
5084
5084
  onHide?: (() => any) | undefined;
5085
+ onShow?: (() => any) | undefined;
5085
5086
  onResize?: (() => any) | undefined;
5086
5087
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
5087
5088
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
5088
- onShow?: (() => any) | undefined;
5089
5089
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5090
5090
  'update:popupVisible': (_visible: boolean) => true;
5091
5091
  popupVisibleChange: (_visible: boolean) => true;
@@ -5093,12 +5093,12 @@ export declare const PerformantEllipsis: {
5093
5093
  hide: () => true;
5094
5094
  resize: () => true;
5095
5095
  }, string, {
5096
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
5097
+ disabled: boolean;
5096
5098
  autoFitPosition: boolean;
5097
5099
  popupVisible: boolean;
5098
5100
  defaultPopupVisible: boolean;
5099
5101
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
5100
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
5101
- disabled: boolean;
5102
5102
  popupOffset: number;
5103
5103
  showArrow: boolean;
5104
5104
  alignPoint: boolean;
@@ -5183,11 +5183,11 @@ export declare const PerformantEllipsis: {
5183
5183
  computedArrowStyle: import("vue").ComputedRef<import("vue").CSSProperties | undefined>;
5184
5184
  handlePopupVisibleChange: (visible: boolean) => void;
5185
5185
  }, {}, {}, {}, {
5186
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
5187
+ disabled: boolean;
5186
5188
  mini: boolean;
5187
5189
  popupVisible: boolean;
5188
5190
  defaultPopupVisible: boolean;
5189
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
5190
- disabled: boolean;
5191
5191
  }>;
5192
5192
  __isFragment?: never;
5193
5193
  __isTeleport?: never;
@@ -5247,11 +5247,11 @@ export declare const PerformantEllipsis: {
5247
5247
  'update:popupVisible': (_visible: boolean) => true;
5248
5248
  popupVisibleChange: (_visible: boolean) => true;
5249
5249
  }, string, {
5250
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
5251
+ disabled: boolean;
5250
5252
  mini: boolean;
5251
5253
  popupVisible: boolean;
5252
5254
  defaultPopupVisible: boolean;
5253
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
5254
- disabled: boolean;
5255
5255
  }, {}, string, {}, {
5256
5256
  Trigger: {
5257
5257
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -5399,10 +5399,10 @@ export declare const PerformantEllipsis: {
5399
5399
  };
5400
5400
  }>> & Readonly<{
5401
5401
  onHide?: (() => any) | undefined;
5402
+ onShow?: (() => any) | undefined;
5402
5403
  onResize?: (() => any) | undefined;
5403
5404
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
5404
5405
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
5405
- onShow?: (() => any) | undefined;
5406
5406
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5407
5407
  'update:popupVisible': (_visible: boolean) => true;
5408
5408
  popupVisibleChange: (_visible: boolean) => true;
@@ -5410,12 +5410,12 @@ export declare const PerformantEllipsis: {
5410
5410
  hide: () => true;
5411
5411
  resize: () => true;
5412
5412
  }, import("vue").PublicProps, {
5413
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
5414
+ disabled: boolean;
5413
5415
  autoFitPosition: boolean;
5414
5416
  popupVisible: boolean;
5415
5417
  defaultPopupVisible: boolean;
5416
5418
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
5417
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
5418
- disabled: boolean;
5419
5419
  popupOffset: number;
5420
5420
  showArrow: boolean;
5421
5421
  alignPoint: boolean;
@@ -5590,17 +5590,17 @@ export declare const PerformantEllipsis: {
5590
5590
  };
5591
5591
  }>> & Readonly<{
5592
5592
  onHide?: (() => any) | undefined;
5593
+ onShow?: (() => any) | undefined;
5593
5594
  onResize?: (() => any) | undefined;
5594
5595
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
5595
5596
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
5596
- onShow?: (() => any) | undefined;
5597
5597
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
5598
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
5599
+ disabled: boolean;
5598
5600
  autoFitPosition: boolean;
5599
5601
  popupVisible: boolean;
5600
5602
  defaultPopupVisible: boolean;
5601
5603
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
5602
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
5603
- disabled: boolean;
5604
5604
  popupOffset: number;
5605
5605
  showArrow: boolean;
5606
5606
  alignPoint: boolean;
@@ -5772,10 +5772,10 @@ export declare const PerformantEllipsis: {
5772
5772
  };
5773
5773
  }>> & Readonly<{
5774
5774
  onHide?: (() => any) | undefined;
5775
+ onShow?: (() => any) | undefined;
5775
5776
  onResize?: (() => any) | undefined;
5776
5777
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
5777
5778
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
5778
- onShow?: (() => any) | undefined;
5779
5779
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5780
5780
  'update:popupVisible': (_visible: boolean) => true;
5781
5781
  popupVisibleChange: (_visible: boolean) => true;
@@ -5783,12 +5783,12 @@ export declare const PerformantEllipsis: {
5783
5783
  hide: () => true;
5784
5784
  resize: () => true;
5785
5785
  }, string, {
5786
+ position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb";
5787
+ disabled: boolean;
5786
5788
  autoFitPosition: boolean;
5787
5789
  popupVisible: boolean;
5788
5790
  defaultPopupVisible: boolean;
5789
5791
  trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
5790
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
5791
- disabled: boolean;
5792
5792
  popupOffset: number;
5793
5793
  showArrow: boolean;
5794
5794
  alignPoint: boolean;