@sdata/web-vue 1.11.1 → 1.12.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 (292) hide show
  1. package/dist/sd.css +177 -6
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/select-view/style/index.css +13 -6
  4. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +2 -2
  5. package/es/_hooks/use-allow-search.d.ts +10 -0
  6. package/es/_hooks/use-allow-search.js +31 -0
  7. package/es/_hooks/use-scrollbar.js +1 -1
  8. package/es/_utils/color.js +1 -1
  9. package/es/_utils/date.js +7 -1
  10. package/es/_utils/dom.js +1 -1
  11. package/es/_utils/global-config.js +1 -1
  12. package/es/_utils/omit.js +1 -1
  13. package/es/_utils/responsive-observe.js +1 -1
  14. package/es/_utils/virtual-dropdown.js +1 -1
  15. package/es/_utils/vue-utils.js +4 -18
  16. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/asyncToGenerator.js +1 -1
  17. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/defineProperty.js +1 -1
  18. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/extends.js +1 -1
  19. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectDestructuringEmpty.js +1 -1
  20. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectSpread2.js +1 -1
  21. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutProperties.js +1 -1
  22. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
  23. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/toPrimitive.js +1 -1
  24. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/toPropertyKey.js +1 -1
  25. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/typeof.js +1 -1
  26. package/es/affix/affix.vue_vue_type_script_lang.js +31 -3
  27. package/es/alert/alert.vue_vue_type_script_lang.js +55 -0
  28. package/es/anchor/anchor-link.vue_vue_type_script_lang.js +8 -0
  29. package/es/anchor/anchor.vue_vue_type_script_lang.js +32 -0
  30. package/es/auto-complete/auto-complete.js +102 -0
  31. package/es/avatar/avatar-group.js +31 -0
  32. package/es/avatar/avatar.vue_vue_type_script_lang.js +51 -1
  33. package/es/back-top/back-top.vue_vue_type_script_lang.js +16 -0
  34. package/es/badge/badge.js +34 -1
  35. package/es/breadcrumb/breadcrumb-item.js +27 -0
  36. package/es/breadcrumb/breadcrumb.js +39 -0
  37. package/es/button/button-group.vue_vue_type_script_lang.js +22 -0
  38. package/es/button/button.vue_vue_type_script_lang.js +58 -1
  39. package/es/calendar/calendar.js +47 -0
  40. package/es/calendar/month.js +1 -1
  41. package/es/calendar/year.js +1 -1
  42. package/es/card/card-grid.vue_vue_type_script_lang.js +6 -1
  43. package/es/card/card-meta.js +23 -0
  44. package/es/card/card.js +54 -0
  45. package/es/carousel/carousel.js +68 -1
  46. package/es/cascader/cascader-panel.js +2 -28
  47. package/es/cascader/cascader-panel.vue.d.ts +24 -306
  48. package/es/cascader/{cascader-panel.vue_vue_type_script_lang.js → cascader-panel.vue_vue_type_script_setup_true_lang.js} +92 -101
  49. package/es/cascader/cascader.js +2 -145
  50. package/es/cascader/cascader.vue.d.ts +53 -1289
  51. package/es/cascader/{cascader.vue_vue_type_script_lang.js → cascader.vue_vue_type_script_setup_true_lang.js} +236 -172
  52. package/es/cascader/index.d.ts +4 -2986
  53. package/es/cascader/types.d.ts +79 -0
  54. package/es/checkbox/checkbox-group.js +48 -0
  55. package/es/checkbox/checkbox.js +35 -0
  56. package/es/collapse/collapse-item.js +36 -0
  57. package/es/collapse/collapse.vue_vue_type_script_lang.js +47 -0
  58. package/es/color-picker/color-picker.js +90 -1
  59. package/es/color-picker/panel.js +5 -2
  60. package/es/color-picker/utils.js +1 -1
  61. package/es/comment/comment.js +47 -1
  62. package/es/components.d.ts +132 -127
  63. package/es/config-provider/config-provider.vue.d.ts +9 -0
  64. package/es/config-provider/config-provider.vue_vue_type_script_lang.js +72 -1
  65. package/es/config-provider/context.d.ts +1 -0
  66. package/es/config-provider/index.d.ts +15 -0
  67. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +1 -1
  68. package/es/config-provider/theme.js +1 -1
  69. package/es/copy/copy.js +5 -0
  70. package/es/copy/copy.vue.d.ts +15 -0
  71. package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +95 -0
  72. package/es/copy/index.d.ts +15 -0
  73. package/es/copy/index.js +10 -0
  74. package/es/copy/style/css.js +2 -0
  75. package/es/copy/style/index.css +25 -0
  76. package/es/copy/style/index.d.ts +2 -0
  77. package/es/copy/style/index.js +2 -0
  78. package/es/copy/style/index.scss +15 -0
  79. package/es/copy/style/token.scss +3 -0
  80. package/es/copy/types.d.ts +21 -0
  81. package/es/cropper/cropper.js +5 -0
  82. package/es/cropper/cropper.vue.d.ts +45 -0
  83. package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +266 -0
  84. package/es/cropper/index.d.ts +130 -0
  85. package/es/cropper/index.js +10 -0
  86. package/es/cropper/interface.d.ts +59 -0
  87. package/es/cropper/style/css.js +2 -0
  88. package/es/cropper/style/index.css +51 -0
  89. package/es/cropper/style/index.d.ts +2 -0
  90. package/es/cropper/style/index.js +2 -0
  91. package/es/cropper/style/index.scss +43 -0
  92. package/es/cropper/style/token.scss +8 -0
  93. package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
  94. package/es/date-picker/index.d.ts +54 -576
  95. package/es/date-picker/panels/date/index.js +1 -1
  96. package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
  97. package/es/date-picker/panels/footer.vue.d.ts +55 -577
  98. package/es/date-picker/panels/footer.vue_vue_type_script_lang.js +1 -1
  99. package/es/date-picker/panels/month/index.js +1 -1
  100. package/es/date-picker/panels/quarter/index.js +1 -1
  101. package/es/date-picker/panels/year/index.js +1 -1
  102. package/es/date-picker/picker-panel.vue.d.ts +54 -576
  103. package/es/date-picker/picker.js +1 -1
  104. package/es/date-picker/picker.vue.d.ts +54 -576
  105. package/es/date-picker/picker.vue_vue_type_script_lang.js +193 -1
  106. package/es/date-picker/pickers/date-picker.js +42 -0
  107. package/es/date-picker/pickers/month-picker.js +12 -0
  108. package/es/date-picker/pickers/quarter-picker.js +17 -0
  109. package/es/date-picker/pickers/week-picker.js +23 -0
  110. package/es/date-picker/pickers/year-picker.js +12 -0
  111. package/es/date-picker/range-picker-panel.vue.d.ts +54 -576
  112. package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
  113. package/es/date-picker/range-picker.js +1 -1
  114. package/es/date-picker/range-picker.vue.d.ts +54 -576
  115. package/es/date-picker/range-picker.vue_vue_type_script_lang.js +120 -1
  116. package/es/descriptions/descriptions-item.vue_vue_type_script_lang.js +16 -0
  117. package/es/descriptions/descriptions.js +65 -1
  118. package/es/divider/divider.js +24 -0
  119. package/es/drawer/drawer.vue_vue_type_script_lang.js +161 -2
  120. package/es/drawer/index.js +2 -2
  121. package/es/dropdown/dropdown-button.vue_vue_type_script_lang.js +70 -0
  122. package/es/dropdown/dropdown-group.vue_vue_type_script_lang.js +12 -1
  123. package/es/dropdown/dropdown-option.vue_vue_type_script_lang.js +20 -1
  124. package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +57 -0
  125. package/es/dropdown/dropdown.vue_vue_type_script_lang.js +55 -0
  126. package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +25 -2
  127. package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +24 -1
  128. package/es/empty/empty.js +18 -0
  129. package/es/form/form-item.vue_vue_type_script_lang.js +146 -3
  130. package/es/form/form.vue_vue_type_script_lang.js +108 -0
  131. package/es/grid/grid-col.vue_vue_type_script_lang.js +42 -1
  132. package/es/grid/grid-item.vue_vue_type_script_lang.js +13 -1
  133. package/es/grid/grid-row.vue_vue_type_script_lang.js +21 -0
  134. package/es/grid/grid.vue_vue_type_script_lang.js +20 -0
  135. package/es/icon.js +5 -5
  136. package/es/image/image.js +1 -1
  137. package/es/image/image.vue_vue_type_script_lang.js +82 -0
  138. package/es/image/preview-action.js +8 -0
  139. package/es/image/preview-group.js +1 -1
  140. package/es/image/preview-group.vue_vue_type_script_lang.js +48 -0
  141. package/es/image/preview-toolbar.vue_vue_type_script_lang.js +1 -0
  142. package/es/image/preview.vue_vue_type_script_lang.js +56 -1
  143. package/es/index.css +177 -6
  144. package/es/index.d.ts +9 -1
  145. package/es/index.js +6 -2
  146. package/es/index.scss +4 -0
  147. package/es/input/input-password.vue_vue_type_script_lang.js +13 -0
  148. package/es/input/input-search.js +35 -1
  149. package/es/input/input.js +129 -1
  150. package/es/input-number/index.d.ts +35 -23
  151. package/es/input-number/input-number.d.ts +19 -10
  152. package/es/input-number/input-number.js +205 -23
  153. package/es/input-tag/input-tag.js +137 -1
  154. package/es/input-tag/style/index.css +13 -6
  155. package/es/input-tag/utils.js +1 -1
  156. package/es/layout/content.js +5 -0
  157. package/es/layout/footer.js +5 -0
  158. package/es/layout/header.js +5 -0
  159. package/es/layout/layout.vue_vue_type_script_lang.js +6 -1
  160. package/es/layout/sider.vue_vue_type_script_lang.js +46 -0
  161. package/es/link/index.d.ts +44 -564
  162. package/es/link/interface.d.ts +15 -0
  163. package/es/link/link.js +2 -17
  164. package/es/link/link.vue.d.ts +31 -286
  165. package/es/link/link.vue_vue_type_script_setup_true_lang.js +112 -0
  166. package/es/link/style/index.css +6 -0
  167. package/es/link/style/index.scss +10 -0
  168. package/es/list/list-item-meta.vue_vue_type_script_lang.js +23 -0
  169. package/es/list/list-item.js +21 -1
  170. package/es/list/list.js +104 -2
  171. package/es/mention/mention.js +87 -1
  172. package/es/menu/base-menu.vue_vue_type_script_lang.js +102 -0
  173. package/es/menu/item-group.vue_vue_type_script_lang.js +11 -1
  174. package/es/menu/item.d.ts +1 -1
  175. package/es/menu/item.js +13 -2
  176. package/es/menu/menu.js +2 -1
  177. package/es/menu/sub-menu-pop.vue.d.ts +1 -1
  178. package/es/menu/sub-menu.js +40 -1
  179. package/es/message/index.js +1 -1
  180. package/es/modal/index.js +2 -2
  181. package/es/modal/modal.vue_vue_type_script_lang.js +193 -2
  182. package/es/notification/index.js +1 -1
  183. package/es/overflow-list/overflow-list.js +25 -1
  184. package/es/page-header/page-header.vue_vue_type_script_lang.js +38 -0
  185. package/es/pagination/page-jumper.vue.d.ts +35 -22
  186. package/es/pagination/pagination.js +122 -0
  187. package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +95 -1
  188. package/es/popover/popover.vue_vue_type_script_lang.js +62 -0
  189. package/es/progress/line.vue_vue_type_script_lang.js +1 -1
  190. package/es/progress/progress.vue_vue_type_script_lang.js +48 -0
  191. package/es/radio/radio-group.js +53 -0
  192. package/es/radio/radio.js +36 -0
  193. package/es/rate/rate.js +54 -0
  194. package/es/resize-box/resize-box.vue_vue_type_script_lang.js +47 -1
  195. package/es/result/result.vue_vue_type_script_lang.js +40 -0
  196. package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +108 -2
  197. package/es/sd-vue.js +10 -2
  198. package/es/secret/index.d.ts +48 -0
  199. package/es/secret/index.js +10 -0
  200. package/es/secret/secret.js +5 -0
  201. package/es/secret/secret.vue.d.ts +17 -0
  202. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +64 -0
  203. package/es/secret/style/css.js +2 -0
  204. package/es/secret/style/index.css +54 -0
  205. package/es/secret/style/index.d.ts +2 -0
  206. package/es/secret/style/index.js +2 -0
  207. package/es/secret/style/index.scss +48 -0
  208. package/es/secret/style/token.scss +9 -0
  209. package/es/select/hooks/use-options.js +1 -1
  210. package/es/select/optgroup.vue_vue_type_script_lang.js +12 -1
  211. package/es/select/option.vue_vue_type_script_lang.js +27 -0
  212. package/es/select/select.js +8 -6
  213. package/es/select/utils.js +1 -1
  214. package/es/skeleton/line.vue_vue_type_script_lang.js +16 -0
  215. package/es/skeleton/shape.vue_vue_type_script_lang.js +10 -0
  216. package/es/skeleton/skeleton.vue_vue_type_script_lang.js +8 -0
  217. package/es/slider/index.d.ts +66 -42
  218. package/es/slider/slider-input.vue.d.ts +33 -21
  219. package/es/slider/slider.vue.d.ts +33 -21
  220. package/es/slider/slider.vue_vue_type_script_lang.js +55 -0
  221. package/es/space/space.js +27 -0
  222. package/es/spin/spin.js +35 -0
  223. package/es/split/split.vue_vue_type_script_lang.js +62 -1
  224. package/es/statistic/countdown.vue_vue_type_script_lang.js +36 -1
  225. package/es/statistic/statistic.vue_vue_type_script_lang.js +74 -0
  226. package/es/steps/step.vue_vue_type_script_lang.js +36 -0
  227. package/es/steps/steps.vue_vue_type_script_lang.js +47 -0
  228. package/es/switch/switch.vue_vue_type_script_lang.js +98 -1
  229. package/es/table/table-column.js +115 -0
  230. package/es/table/table-operation-td.js +1 -1
  231. package/es/table/table-operation-th.js +1 -1
  232. package/es/table/table-td.js +1 -1
  233. package/es/table/table-th.js +1 -1
  234. package/es/table/table.js +442 -3
  235. package/es/table/utils.js +1 -1
  236. package/es/tabs/tab-pane.vue_vue_type_script_lang.js +23 -1
  237. package/es/tabs/tabs.js +104 -0
  238. package/es/tag/index.d.ts +29237 -74
  239. package/es/tag/interface.d.ts +9 -1
  240. package/es/tag/style/index.css +13 -6
  241. package/es/tag/style/index.scss +16 -4
  242. package/es/tag/tag.js +26 -5
  243. package/es/tag/tag.vue.d.ts +11688 -7
  244. package/es/tag/tag.vue_vue_type_script_lang.js +139 -3
  245. package/es/tag-group/index.d.ts +64 -0
  246. package/es/tag-group/index.js +10 -0
  247. package/es/tag-group/interface.d.ts +18 -0
  248. package/es/tag-group/style/css.js +2 -0
  249. package/es/tag-group/style/index.css +92 -0
  250. package/es/tag-group/style/index.d.ts +2 -0
  251. package/es/tag-group/style/index.js +2 -0
  252. package/es/tag-group/style/index.scss +108 -0
  253. package/es/tag-group/style/token.scss +6 -0
  254. package/es/tag-group/tag-group.js +5 -0
  255. package/es/tag-group/tag-group.vue.d.ts +46 -0
  256. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +360 -0
  257. package/es/textarea/textarea.vue_vue_type_script_lang.js +90 -1
  258. package/es/time-picker/range-panel.js +1 -1
  259. package/es/time-picker/time-picker.js +1 -1
  260. package/es/time-picker/time-picker.vue_vue_type_script_lang.js +132 -0
  261. package/es/timeline/item.vue_vue_type_script_lang.js +38 -1
  262. package/es/timeline/timeline.js +28 -0
  263. package/es/tooltip/tooltip.vue_vue_type_script_lang.js +61 -1
  264. package/es/transfer/transfer.vue_vue_type_script_lang.js +136 -0
  265. package/es/tree/base-node.vue_vue_type_script_lang.js +7 -0
  266. package/es/tree/node.js +1 -1
  267. package/es/tree/tree.vue_vue_type_script_lang.js +287 -2
  268. package/es/tree/utils/tree-data.js +1 -1
  269. package/es/tree-select/hooks/use-selected-state.js +1 -1
  270. package/es/tree-select/panel.js +1 -1
  271. package/es/tree-select/tree-select.js +1 -1
  272. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +281 -8
  273. package/es/trigger/trigger.js +161 -1
  274. package/es/trigger/utils.js +1 -1
  275. package/es/typography/base.d.ts +7 -0
  276. package/es/typography/base.js +127 -3
  277. package/es/typography/interface.d.ts +2 -0
  278. package/es/typography/operations.js +30 -0
  279. package/es/typography/paragraph.js +8 -0
  280. package/es/typography/title.js +6 -1
  281. package/es/upload/upload.js +279 -2
  282. package/es/verification-code/verification-code.js +59 -0
  283. package/es/watermark/hooks/use-mutation-observer.js +1 -1
  284. package/es/watermark/watermark.js +58 -1
  285. package/es/web-vue.css +24 -24
  286. package/json/vetur-attributes.json +134 -218
  287. package/json/vetur-tags.json +58 -67
  288. package/json/web-types.json +304 -493
  289. package/package.json +9 -7
  290. package/es/_utils/clipboard.d.ts +0 -1
  291. package/es/_utils/clipboard.js +0 -35
  292. package/es/link/link.vue_vue_type_script_lang.js +0 -56
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.124.0/helpers/objectSpread2.js";
1
+ import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
2
2
  import _plugin_vue_export_helper_default from "../_virtual/_plugin-vue_export-helper.js";
3
3
  import picker_vue_vue_type_script_lang_default from "./picker.vue_vue_type_script_lang.js";
4
4
  import { createBlock, createSlots, createVNode, mergeProps, normalizeProps, openBlock, renderSlot, resolveComponent, withCtx } from "vue";
@@ -4212,592 +4212,70 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
4212
4212
  showConfirmBtn: boolean;
4213
4213
  }, {}, {
4214
4214
  Link: {
4215
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4216
- href: StringConstructor;
4217
- status: {
4218
- type: PropType<import("../index.js").Status>;
4219
- default: string;
4220
- };
4221
- hoverable: {
4222
- type: BooleanConstructor;
4223
- default: boolean;
4224
- };
4225
- icon: BooleanConstructor;
4226
- loading: BooleanConstructor;
4227
- disabled: BooleanConstructor;
4228
- }>> & Readonly<{
4229
- onClick?: ((_ev: MouseEvent) => any) | undefined;
4230
- }>, {
4231
- cls: import("vue").ComputedRef<(string | {
4232
- [x: string]: boolean;
4233
- })[]>;
4234
- prefixCls: string;
4235
- showIcon: import("vue").ComputedRef<boolean>;
4236
- handleClick: (ev: MouseEvent) => void;
4237
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4238
- click: (_ev: MouseEvent) => true;
4215
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.js").LinkProps> & Readonly<{
4216
+ onClick?: ((ev: MouseEvent) => any) | undefined;
4217
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4218
+ click: (ev: MouseEvent) => any;
4239
4219
  }, import("vue").PublicProps, {
4240
- status: "normal" | "success" | "warning" | "danger";
4220
+ status: import("../index.js").Status;
4241
4221
  disabled: boolean;
4242
4222
  loading: boolean;
4243
4223
  icon: boolean;
4244
- hoverable: boolean;
4245
- }, true, {}, {}, {
4246
- IconLink: {
4247
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4248
- size: {
4249
- type: (StringConstructor | NumberConstructor)[];
4250
- };
4251
- strokeWidth: {
4252
- type: NumberConstructor;
4253
- default: number;
4254
- };
4255
- strokeLinecap: {
4256
- type: StringConstructor;
4257
- default: string;
4258
- validator: (value: any) => boolean;
4259
- };
4260
- strokeLinejoin: {
4261
- type: StringConstructor;
4262
- default: string;
4263
- validator: (value: any) => boolean;
4264
- };
4265
- rotate: NumberConstructor;
4266
- spin: BooleanConstructor;
4267
- }>> & Readonly<{
4268
- onClick?: ((ev: MouseEvent) => any) | undefined;
4269
- }>, {
4270
- cls: import("vue").ComputedRef<(string | {
4271
- [x: string]: boolean;
4272
- })[]>;
4273
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4274
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4275
- onClick: (ev: MouseEvent) => void;
4276
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4277
- click: (ev: MouseEvent) => true;
4278
- }, import("vue").PublicProps, {
4279
- spin: boolean;
4280
- strokeWidth: number;
4281
- strokeLinecap: string;
4282
- strokeLinejoin: string;
4283
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4284
- P: {};
4285
- B: {};
4286
- D: {};
4287
- C: {};
4288
- M: {};
4289
- Defaults: {};
4290
- }, Readonly<import("vue").ExtractPropTypes<{
4291
- size: {
4292
- type: (StringConstructor | NumberConstructor)[];
4293
- };
4294
- strokeWidth: {
4295
- type: NumberConstructor;
4296
- default: number;
4297
- };
4298
- strokeLinecap: {
4299
- type: StringConstructor;
4300
- default: string;
4301
- validator: (value: any) => boolean;
4302
- };
4303
- strokeLinejoin: {
4304
- type: StringConstructor;
4305
- default: string;
4306
- validator: (value: any) => boolean;
4307
- };
4308
- rotate: NumberConstructor;
4309
- spin: BooleanConstructor;
4310
- }>> & Readonly<{
4311
- onClick?: ((ev: MouseEvent) => any) | undefined;
4312
- }>, {
4313
- cls: import("vue").ComputedRef<(string | {
4314
- [x: string]: boolean;
4315
- })[]>;
4316
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4317
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4318
- onClick: (ev: MouseEvent) => void;
4319
- }, {}, {}, {}, {
4320
- spin: boolean;
4321
- strokeWidth: number;
4322
- strokeLinecap: string;
4323
- strokeLinejoin: string;
4324
- }>;
4325
- __isFragment?: never;
4326
- __isTeleport?: never;
4327
- __isSuspense?: never;
4328
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4329
- size: {
4330
- type: (StringConstructor | NumberConstructor)[];
4331
- };
4332
- strokeWidth: {
4333
- type: NumberConstructor;
4334
- default: number;
4335
- };
4336
- strokeLinecap: {
4337
- type: StringConstructor;
4338
- default: string;
4339
- validator: (value: any) => boolean;
4340
- };
4341
- strokeLinejoin: {
4342
- type: StringConstructor;
4343
- default: string;
4344
- validator: (value: any) => boolean;
4345
- };
4346
- rotate: NumberConstructor;
4347
- spin: BooleanConstructor;
4348
- }>> & Readonly<{
4349
- onClick?: ((ev: MouseEvent) => any) | undefined;
4350
- }>, {
4351
- cls: import("vue").ComputedRef<(string | {
4352
- [x: string]: boolean;
4353
- })[]>;
4354
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4355
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4356
- onClick: (ev: MouseEvent) => void;
4357
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4358
- click: (ev: MouseEvent) => true;
4359
- }, string, {
4360
- spin: boolean;
4361
- strokeWidth: number;
4362
- strokeLinecap: string;
4363
- strokeLinejoin: string;
4364
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
4365
- install: (app: import("vue").App, options?: import("../_utils/types.js").SDIconOptions) => void;
4366
- };
4367
- IconLoading: {
4368
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4369
- size: {
4370
- type: (StringConstructor | NumberConstructor)[];
4371
- };
4372
- strokeWidth: {
4373
- type: NumberConstructor;
4374
- default: number;
4375
- };
4376
- strokeLinecap: {
4377
- type: StringConstructor;
4378
- default: string;
4379
- validator: (value: any) => boolean;
4380
- };
4381
- strokeLinejoin: {
4382
- type: StringConstructor;
4383
- default: string;
4384
- validator: (value: any) => boolean;
4385
- };
4386
- rotate: NumberConstructor;
4387
- spin: BooleanConstructor;
4388
- }>> & Readonly<{
4389
- onClick?: ((ev: MouseEvent) => any) | undefined;
4390
- }>, {
4391
- cls: import("vue").ComputedRef<(string | {
4392
- [x: string]: boolean;
4393
- })[]>;
4394
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4395
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4396
- onClick: (ev: MouseEvent) => void;
4397
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4398
- click: (ev: MouseEvent) => true;
4399
- }, import("vue").PublicProps, {
4400
- spin: boolean;
4401
- strokeWidth: number;
4402
- strokeLinecap: string;
4403
- strokeLinejoin: string;
4404
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4405
- P: {};
4406
- B: {};
4407
- D: {};
4408
- C: {};
4409
- M: {};
4410
- Defaults: {};
4411
- }, Readonly<import("vue").ExtractPropTypes<{
4412
- size: {
4413
- type: (StringConstructor | NumberConstructor)[];
4414
- };
4415
- strokeWidth: {
4416
- type: NumberConstructor;
4417
- default: number;
4418
- };
4419
- strokeLinecap: {
4420
- type: StringConstructor;
4421
- default: string;
4422
- validator: (value: any) => boolean;
4423
- };
4424
- strokeLinejoin: {
4425
- type: StringConstructor;
4426
- default: string;
4427
- validator: (value: any) => boolean;
4428
- };
4429
- rotate: NumberConstructor;
4430
- spin: BooleanConstructor;
4431
- }>> & Readonly<{
4432
- onClick?: ((ev: MouseEvent) => any) | undefined;
4433
- }>, {
4434
- cls: import("vue").ComputedRef<(string | {
4435
- [x: string]: boolean;
4436
- })[]>;
4437
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4438
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4439
- onClick: (ev: MouseEvent) => void;
4440
- }, {}, {}, {}, {
4441
- spin: boolean;
4442
- strokeWidth: number;
4443
- strokeLinecap: string;
4444
- strokeLinejoin: string;
4445
- }>;
4446
- __isFragment?: never;
4447
- __isTeleport?: never;
4448
- __isSuspense?: never;
4449
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4450
- size: {
4451
- type: (StringConstructor | NumberConstructor)[];
4452
- };
4453
- strokeWidth: {
4454
- type: NumberConstructor;
4455
- default: number;
4456
- };
4457
- strokeLinecap: {
4458
- type: StringConstructor;
4459
- default: string;
4460
- validator: (value: any) => boolean;
4461
- };
4462
- strokeLinejoin: {
4463
- type: StringConstructor;
4464
- default: string;
4465
- validator: (value: any) => boolean;
4466
- };
4467
- rotate: NumberConstructor;
4468
- spin: BooleanConstructor;
4469
- }>> & Readonly<{
4470
- onClick?: ((ev: MouseEvent) => any) | undefined;
4471
- }>, {
4472
- cls: import("vue").ComputedRef<(string | {
4473
- [x: string]: boolean;
4474
- })[]>;
4475
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4476
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4477
- onClick: (ev: MouseEvent) => void;
4478
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4479
- click: (ev: MouseEvent) => true;
4480
- }, string, {
4481
- spin: boolean;
4482
- strokeWidth: number;
4483
- strokeLinecap: string;
4484
- strokeLinejoin: string;
4485
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
4486
- install: (app: import("vue").App, options?: import("../_utils/types.js").SDIconOptions) => void;
4487
- };
4488
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4224
+ ellipsis: boolean;
4225
+ ellipsisLineClamp: number | string;
4226
+ ellipsisExpandTrigger: "click";
4227
+ ellipsisTooltip: boolean | import("../index.js").EllipsisTooltipProps;
4228
+ iconTooltip: string;
4229
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4489
4230
  P: {};
4490
4231
  B: {};
4491
- D: {};
4492
- C: {};
4493
- M: {};
4494
- Defaults: {};
4495
- }, Readonly<import("vue").ExtractPropTypes<{
4496
- href: StringConstructor;
4497
- status: {
4498
- type: PropType<import("../index.js").Status>;
4499
- default: string;
4500
- };
4501
- hoverable: {
4502
- type: BooleanConstructor;
4503
- default: boolean;
4504
- };
4505
- icon: BooleanConstructor;
4506
- loading: BooleanConstructor;
4507
- disabled: BooleanConstructor;
4508
- }>> & Readonly<{
4509
- onClick?: ((_ev: MouseEvent) => any) | undefined;
4510
- }>, {
4511
- cls: import("vue").ComputedRef<(string | {
4512
- [x: string]: boolean;
4513
- })[]>;
4514
- prefixCls: string;
4515
- showIcon: import("vue").ComputedRef<boolean>;
4516
- handleClick: (ev: MouseEvent) => void;
4517
- }, {}, {}, {}, {
4518
- status: "normal" | "success" | "warning" | "danger";
4519
- disabled: boolean;
4520
- loading: boolean;
4521
- icon: boolean;
4522
- hoverable: boolean;
4523
- }>;
4524
- __isFragment?: never;
4525
- __isTeleport?: never;
4526
- __isSuspense?: never;
4527
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4528
- href: StringConstructor;
4529
- status: {
4530
- type: PropType<import("../index.js").Status>;
4531
- default: string;
4532
- };
4533
- hoverable: {
4534
- type: BooleanConstructor;
4535
- default: boolean;
4536
- };
4537
- icon: BooleanConstructor;
4538
- loading: BooleanConstructor;
4539
- disabled: BooleanConstructor;
4540
- }>> & Readonly<{
4541
- onClick?: ((_ev: MouseEvent) => any) | undefined;
4542
- }>, {
4543
- cls: import("vue").ComputedRef<(string | {
4544
- [x: string]: boolean;
4545
- })[]>;
4546
- prefixCls: string;
4547
- showIcon: import("vue").ComputedRef<boolean>;
4548
- handleClick: (ev: MouseEvent) => void;
4549
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4550
- click: (_ev: MouseEvent) => true;
4232
+ D: {};
4233
+ C: {};
4234
+ M: {};
4235
+ Defaults: {};
4236
+ }, Readonly<import("../index.js").LinkProps> & Readonly<{
4237
+ onClick?: ((ev: MouseEvent) => any) | undefined;
4238
+ }>, {}, {}, {}, {}, {
4239
+ status: import("../index.js").Status;
4240
+ disabled: boolean;
4241
+ loading: boolean;
4242
+ icon: boolean;
4243
+ ellipsis: boolean;
4244
+ ellipsisLineClamp: number | string;
4245
+ ellipsisExpandTrigger: "click";
4246
+ ellipsisTooltip: boolean | import("../index.js").EllipsisTooltipProps;
4247
+ iconTooltip: string;
4248
+ }>;
4249
+ __isFragment?: never;
4250
+ __isTeleport?: never;
4251
+ __isSuspense?: never;
4252
+ } & import("vue").ComponentOptionsBase<Readonly<import("../index.js").LinkProps> & Readonly<{
4253
+ onClick?: ((ev: MouseEvent) => any) | undefined;
4254
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4255
+ click: (ev: MouseEvent) => any;
4551
4256
  }, string, {
4552
- status: "normal" | "success" | "warning" | "danger";
4257
+ status: import("../index.js").Status;
4553
4258
  disabled: boolean;
4554
4259
  loading: boolean;
4555
4260
  icon: boolean;
4556
- hoverable: boolean;
4557
- }, {}, string, {}, {
4558
- IconLink: {
4559
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4560
- size: {
4561
- type: (StringConstructor | NumberConstructor)[];
4562
- };
4563
- strokeWidth: {
4564
- type: NumberConstructor;
4565
- default: number;
4566
- };
4567
- strokeLinecap: {
4568
- type: StringConstructor;
4569
- default: string;
4570
- validator: (value: any) => boolean;
4571
- };
4572
- strokeLinejoin: {
4573
- type: StringConstructor;
4574
- default: string;
4575
- validator: (value: any) => boolean;
4576
- };
4577
- rotate: NumberConstructor;
4578
- spin: BooleanConstructor;
4579
- }>> & Readonly<{
4580
- onClick?: ((ev: MouseEvent) => any) | undefined;
4581
- }>, {
4582
- cls: import("vue").ComputedRef<(string | {
4583
- [x: string]: boolean;
4584
- })[]>;
4585
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4586
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4587
- onClick: (ev: MouseEvent) => void;
4588
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4589
- click: (ev: MouseEvent) => true;
4590
- }, import("vue").PublicProps, {
4591
- spin: boolean;
4592
- strokeWidth: number;
4593
- strokeLinecap: string;
4594
- strokeLinejoin: string;
4595
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4596
- P: {};
4597
- B: {};
4598
- D: {};
4599
- C: {};
4600
- M: {};
4601
- Defaults: {};
4602
- }, Readonly<import("vue").ExtractPropTypes<{
4603
- size: {
4604
- type: (StringConstructor | NumberConstructor)[];
4605
- };
4606
- strokeWidth: {
4607
- type: NumberConstructor;
4608
- default: number;
4609
- };
4610
- strokeLinecap: {
4611
- type: StringConstructor;
4612
- default: string;
4613
- validator: (value: any) => boolean;
4614
- };
4615
- strokeLinejoin: {
4616
- type: StringConstructor;
4617
- default: string;
4618
- validator: (value: any) => boolean;
4619
- };
4620
- rotate: NumberConstructor;
4621
- spin: BooleanConstructor;
4622
- }>> & Readonly<{
4623
- onClick?: ((ev: MouseEvent) => any) | undefined;
4624
- }>, {
4625
- cls: import("vue").ComputedRef<(string | {
4626
- [x: string]: boolean;
4627
- })[]>;
4628
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4629
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4630
- onClick: (ev: MouseEvent) => void;
4631
- }, {}, {}, {}, {
4632
- spin: boolean;
4633
- strokeWidth: number;
4634
- strokeLinecap: string;
4635
- strokeLinejoin: string;
4636
- }>;
4637
- __isFragment?: never;
4638
- __isTeleport?: never;
4639
- __isSuspense?: never;
4640
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4641
- size: {
4642
- type: (StringConstructor | NumberConstructor)[];
4643
- };
4644
- strokeWidth: {
4645
- type: NumberConstructor;
4646
- default: number;
4647
- };
4648
- strokeLinecap: {
4649
- type: StringConstructor;
4650
- default: string;
4651
- validator: (value: any) => boolean;
4652
- };
4653
- strokeLinejoin: {
4654
- type: StringConstructor;
4655
- default: string;
4656
- validator: (value: any) => boolean;
4657
- };
4658
- rotate: NumberConstructor;
4659
- spin: BooleanConstructor;
4660
- }>> & Readonly<{
4661
- onClick?: ((ev: MouseEvent) => any) | undefined;
4662
- }>, {
4663
- cls: import("vue").ComputedRef<(string | {
4664
- [x: string]: boolean;
4665
- })[]>;
4666
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4667
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4668
- onClick: (ev: MouseEvent) => void;
4669
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4670
- click: (ev: MouseEvent) => true;
4671
- }, string, {
4672
- spin: boolean;
4673
- strokeWidth: number;
4674
- strokeLinecap: string;
4675
- strokeLinejoin: string;
4676
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
4677
- install: (app: import("vue").App, options?: import("../_utils/types.js").SDIconOptions) => void;
4678
- };
4679
- IconLoading: {
4680
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4681
- size: {
4682
- type: (StringConstructor | NumberConstructor)[];
4683
- };
4684
- strokeWidth: {
4685
- type: NumberConstructor;
4686
- default: number;
4687
- };
4688
- strokeLinecap: {
4689
- type: StringConstructor;
4690
- default: string;
4691
- validator: (value: any) => boolean;
4692
- };
4693
- strokeLinejoin: {
4694
- type: StringConstructor;
4695
- default: string;
4696
- validator: (value: any) => boolean;
4697
- };
4698
- rotate: NumberConstructor;
4699
- spin: BooleanConstructor;
4700
- }>> & Readonly<{
4701
- onClick?: ((ev: MouseEvent) => any) | undefined;
4702
- }>, {
4703
- cls: import("vue").ComputedRef<(string | {
4704
- [x: string]: boolean;
4705
- })[]>;
4706
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4707
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4708
- onClick: (ev: MouseEvent) => void;
4709
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4710
- click: (ev: MouseEvent) => true;
4711
- }, import("vue").PublicProps, {
4712
- spin: boolean;
4713
- strokeWidth: number;
4714
- strokeLinecap: string;
4715
- strokeLinejoin: string;
4716
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4717
- P: {};
4718
- B: {};
4719
- D: {};
4720
- C: {};
4721
- M: {};
4722
- Defaults: {};
4723
- }, Readonly<import("vue").ExtractPropTypes<{
4724
- size: {
4725
- type: (StringConstructor | NumberConstructor)[];
4726
- };
4727
- strokeWidth: {
4728
- type: NumberConstructor;
4729
- default: number;
4730
- };
4731
- strokeLinecap: {
4732
- type: StringConstructor;
4733
- default: string;
4734
- validator: (value: any) => boolean;
4735
- };
4736
- strokeLinejoin: {
4737
- type: StringConstructor;
4738
- default: string;
4739
- validator: (value: any) => boolean;
4740
- };
4741
- rotate: NumberConstructor;
4742
- spin: BooleanConstructor;
4743
- }>> & Readonly<{
4744
- onClick?: ((ev: MouseEvent) => any) | undefined;
4745
- }>, {
4746
- cls: import("vue").ComputedRef<(string | {
4747
- [x: string]: boolean;
4748
- })[]>;
4749
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4750
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4751
- onClick: (ev: MouseEvent) => void;
4752
- }, {}, {}, {}, {
4753
- spin: boolean;
4754
- strokeWidth: number;
4755
- strokeLinecap: string;
4756
- strokeLinejoin: string;
4757
- }>;
4758
- __isFragment?: never;
4759
- __isTeleport?: never;
4760
- __isSuspense?: never;
4761
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4762
- size: {
4763
- type: (StringConstructor | NumberConstructor)[];
4764
- };
4765
- strokeWidth: {
4766
- type: NumberConstructor;
4767
- default: number;
4768
- };
4769
- strokeLinecap: {
4770
- type: StringConstructor;
4771
- default: string;
4772
- validator: (value: any) => boolean;
4773
- };
4774
- strokeLinejoin: {
4775
- type: StringConstructor;
4776
- default: string;
4777
- validator: (value: any) => boolean;
4778
- };
4779
- rotate: NumberConstructor;
4780
- spin: BooleanConstructor;
4781
- }>> & Readonly<{
4782
- onClick?: ((ev: MouseEvent) => any) | undefined;
4783
- }>, {
4784
- cls: import("vue").ComputedRef<(string | {
4785
- [x: string]: boolean;
4786
- })[]>;
4787
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4788
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
4789
- onClick: (ev: MouseEvent) => void;
4790
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4791
- click: (ev: MouseEvent) => true;
4792
- }, string, {
4793
- spin: boolean;
4794
- strokeWidth: number;
4795
- strokeLinecap: string;
4796
- strokeLinejoin: string;
4797
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
4798
- install: (app: import("vue").App, options?: import("../_utils/types.js").SDIconOptions) => void;
4799
- };
4800
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
4261
+ ellipsis: boolean;
4262
+ ellipsisLineClamp: number | string;
4263
+ ellipsisExpandTrigger: "click";
4264
+ ellipsisTooltip: boolean | import("../index.js").EllipsisTooltipProps;
4265
+ iconTooltip: string;
4266
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
4267
+ $slots: {
4268
+ icon?: (props: {}) => any;
4269
+ } & {
4270
+ icon?: (props: {}) => any;
4271
+ } & {
4272
+ default?: (props: {}) => any;
4273
+ } & {
4274
+ tooltip?: (props: {}) => any;
4275
+ } & {
4276
+ default?: (props: {}) => any;
4277
+ };
4278
+ }) & {
4801
4279
  install: (app: import("vue").App, options?: import("../_utils/types.js").SDOptions) => void;
4802
4280
  };
4803
4281
  Button: {