@sdata/web-vue 1.14.0 → 1.18.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 (233) hide show
  1. package/dist/sd.css +364 -1
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/picker/input-range.vue.d.ts +2 -2
  4. package/es/_components/picker/input.vue.d.ts +1 -1
  5. package/es/_components/resize-trigger.vue_vue_type_script_lang.js +1 -1
  6. package/es/_components/select-view/select-view.d.ts +2 -2
  7. package/es/_components/virtual-list/virtual-list.vue.d.ts +3 -3
  8. package/es/_hooks/use-popup-manager.js +2 -4
  9. package/es/_utils/dom.d.ts +5 -2
  10. package/es/_utils/dom.js +1 -1
  11. package/es/anchor/anchor.vue.d.ts +2 -2
  12. package/es/anchor/index.d.ts +9 -9
  13. package/es/auto-complete/auto-complete.d.ts +3 -3
  14. package/es/auto-complete/index.d.ts +9 -9
  15. package/es/button/button.vue.d.ts +2 -2
  16. package/es/button/index.d.ts +6 -6
  17. package/es/calendar/calendar.d.ts +1 -1
  18. package/es/calendar/index.d.ts +3 -3
  19. package/es/card/card.d.ts +4 -4
  20. package/es/card/index.d.ts +9 -9
  21. package/es/carousel/carousel-arrow.vue.d.ts +1 -1
  22. package/es/carousel/carousel-indicator.vue.d.ts +1 -1
  23. package/es/carousel/carousel.d.ts +3 -3
  24. package/es/carousel/index.d.ts +9 -9
  25. package/es/cascader/base-cascader-panel.d.ts +1 -1
  26. package/es/cascader/cascader-search-panel.d.ts +1 -1
  27. package/es/cascader/cascader.vue.d.ts +14 -14
  28. package/es/checkbox/checkbox-group.d.ts +1 -1
  29. package/es/checkbox/index.d.ts +1 -1
  30. package/es/color-picker/color-picker.d.ts +5 -5
  31. package/es/color-picker/index.d.ts +15 -15
  32. package/es/color-picker/panel.d.ts +2 -2
  33. package/es/components.d.ts +1 -0
  34. package/es/config-provider/config-provider.vue.d.ts +8 -2
  35. package/es/config-provider/config-provider.vue_vue_type_script_lang.js +6 -0
  36. package/es/config-provider/context.d.ts +3 -0
  37. package/es/config-provider/index.d.ts +13 -3
  38. package/es/cropper/cropper.vue.d.ts +1 -1
  39. package/es/cropper/index.d.ts +3 -3
  40. package/es/date-picker/index.d.ts +94 -94
  41. package/es/date-picker/panels/date/index.vue.d.ts +15 -15
  42. package/es/date-picker/panels/footer.vue.d.ts +15 -15
  43. package/es/date-picker/panels/shortcuts.vue.d.ts +6 -6
  44. package/es/date-picker/panels/week/index.vue.d.ts +16 -16
  45. package/es/date-picker/picker-panel.vue.d.ts +54 -54
  46. package/es/date-picker/picker.vue.d.ts +87 -87
  47. package/es/date-picker/pickers/date-picker.d.ts +1 -1
  48. package/es/date-picker/pickers/week-picker.d.ts +1 -1
  49. package/es/date-picker/range-picker-panel.vue.d.ts +55 -55
  50. package/es/date-picker/range-picker.vue.d.ts +90 -90
  51. package/es/descriptions/descriptions.d.ts +1 -1
  52. package/es/descriptions/index.d.ts +3 -3
  53. package/es/drawer/drawer.vue.d.ts +11 -11
  54. package/es/drawer/index.d.ts +27 -27
  55. package/es/dropdown/dropdown-button.vue.d.ts +24 -24
  56. package/es/dropdown/dropdown-submenu.vue.d.ts +17 -17
  57. package/es/dropdown/dropdown.vue.d.ts +16 -16
  58. package/es/dropdown/index.d.ts +74 -74
  59. package/es/ellipsis/ellipsis.vue.d.ts +43 -43
  60. package/es/ellipsis/index.d.ts +182 -182
  61. package/es/ellipsis/performant-ellipsis.vue.d.ts +44 -44
  62. package/es/form/form-item-label.vue.d.ts +36 -36
  63. package/es/form/form-item.vue.d.ts +40 -40
  64. package/es/form/index.d.ts +40 -40
  65. package/es/grid/grid-row.vue.d.ts +3 -3
  66. package/es/grid/index.d.ts +3 -3
  67. package/es/image/image.vue.d.ts +38 -38
  68. package/es/image/preview-action.d.ts +36 -36
  69. package/es/image/preview-group.vue.d.ts +41 -41
  70. package/es/image/preview-toolbar.vue.d.ts +36 -36
  71. package/es/image/preview.vue.d.ts +38 -38
  72. package/es/index.css +364 -1
  73. package/es/index.d.ts +5 -1
  74. package/es/index.js +17 -15
  75. package/es/index.scss +1 -0
  76. package/es/input/index.d.ts +9 -9
  77. package/es/input/input-password.vue.d.ts +2 -2
  78. package/es/input/input-search.d.ts +1 -1
  79. package/es/input/input.d.ts +2 -2
  80. package/es/input-number/index.d.ts +9 -9
  81. package/es/input-number/input-number.d.ts +3 -3
  82. package/es/input-tag/index.d.ts +6 -6
  83. package/es/input-tag/input-tag.d.ts +2 -2
  84. package/es/json-form/index.d.ts +112 -0
  85. package/es/json-form/index.js +11 -0
  86. package/es/json-form/json-form-component.js +5 -0
  87. package/es/json-form/json-form-component.vue.d.ts +24 -0
  88. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +89 -0
  89. package/es/json-form/json-form-item.js +5 -0
  90. package/es/json-form/json-form-item.vue.d.ts +32 -0
  91. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +213 -0
  92. package/es/json-form/json-form.js +5 -0
  93. package/es/json-form/json-form.vue.d.ts +42 -0
  94. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +142 -0
  95. package/es/json-form/style/css.js +2 -0
  96. package/es/json-form/style/index.css +31 -0
  97. package/es/json-form/style/index.d.ts +2 -0
  98. package/es/json-form/style/index.js +2 -0
  99. package/es/json-form/style/index.scss +25 -0
  100. package/es/json-form/style/token.scss +8 -0
  101. package/es/json-form/types.d.ts +291 -0
  102. package/es/json-form/types.js +43 -0
  103. package/es/json-form/utils.d.ts +11 -0
  104. package/es/json-form/utils.js +336 -0
  105. package/es/layout/header.js +2 -18
  106. package/es/layout/header.vue.d.ts +38 -3
  107. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +350 -0
  108. package/es/layout/index.d.ts +1029 -49
  109. package/es/layout/interface.d.ts +40 -0
  110. package/es/layout/sider.js +38 -9
  111. package/es/layout/sider.vue.d.ts +950 -39
  112. package/es/layout/sider.vue_vue_type_script_lang.js +304 -31
  113. package/es/layout/style/index.css +155 -1
  114. package/es/layout/style/index.scss +198 -16
  115. package/es/layout/style/token.scss +13 -0
  116. package/es/link/index.d.ts +9 -9
  117. package/es/link/link.vue.d.ts +3 -3
  118. package/es/list/index.d.ts +3 -3
  119. package/es/list/list.d.ts +1 -1
  120. package/es/mention/index.d.ts +12 -12
  121. package/es/mention/mention.d.ts +4 -4
  122. package/es/menu/base-menu.vue.d.ts +24 -5
  123. package/es/menu/base-menu.vue_vue_type_script_lang.js +19 -1
  124. package/es/menu/context.d.ts +1 -1
  125. package/es/menu/index.d.ts +1 -1
  126. package/es/menu/interface.d.ts +8 -0
  127. package/es/menu/item-group.js +9 -2
  128. package/es/menu/item-group.vue.d.ts +2894 -0
  129. package/es/menu/item-group.vue_vue_type_script_lang.js +7 -2
  130. package/es/menu/item.d.ts +1 -1
  131. package/es/menu/item.js +10 -3
  132. package/es/menu/menu.d.ts +54 -5
  133. package/es/menu/menu.js +8 -0
  134. package/es/menu/style/css.js +1 -0
  135. package/es/menu/style/index.css +194 -0
  136. package/es/menu/style/index.d.ts +1 -0
  137. package/es/menu/style/index.js +1 -0
  138. package/es/menu/style/index.scss +48 -1
  139. package/es/menu/sub-menu-inline.js +24 -3
  140. package/es/menu/sub-menu-inline.vue.d.ts +2894 -0
  141. package/es/menu/sub-menu-inline.vue_vue_type_script_lang.js +4 -1
  142. package/es/menu/sub-menu-pop.js +29 -2
  143. package/es/menu/sub-menu-pop.vue.d.ts +2924 -22
  144. package/es/menu/sub-menu-pop.vue_vue_type_script_lang.js +3 -1
  145. package/es/menu/sub-menu.d.ts +1 -1
  146. package/es/message/message-list.d.ts +1 -1
  147. package/es/message/message.vue.d.ts +1 -1
  148. package/es/modal/index.d.ts +27 -27
  149. package/es/modal/modal.vue.d.ts +11 -11
  150. package/es/notification/notification.vue.d.ts +1 -1
  151. package/es/overflow-list/index.d.ts +3 -3
  152. package/es/overflow-list/overflow-list.d.ts +1 -1
  153. package/es/pagination/page-jumper.vue.d.ts +9 -9
  154. package/es/pagination/page-options.vue.d.ts +66 -66
  155. package/es/popconfirm/index.d.ts +51 -51
  156. package/es/popconfirm/popconfirm.vue.d.ts +24 -24
  157. package/es/popover/index.d.ts +33 -33
  158. package/es/popover/popover.vue.d.ts +16 -16
  159. package/es/progress/circle.vue.d.ts +2 -2
  160. package/es/progress/index.d.ts +13 -13
  161. package/es/progress/line.vue.d.ts +1 -1
  162. package/es/progress/progress.vue.d.ts +6 -6
  163. package/es/progress/steps.vue.d.ts +2 -2
  164. package/es/radio/index.d.ts +4 -4
  165. package/es/radio/radio-group.d.ts +1 -1
  166. package/es/radio/radio.d.ts +1 -1
  167. package/es/sd-vue.js +17 -14
  168. package/es/select/index.d.ts +66 -66
  169. package/es/select/option.vue.d.ts +2 -2
  170. package/es/select/select-dropdown.vue.d.ts +4 -4
  171. package/es/select/select.d.ts +27 -27
  172. package/es/skeleton/index.d.ts +1 -1
  173. package/es/skeleton/shape.vue.d.ts +1 -1
  174. package/es/slider/index.d.ts +97 -97
  175. package/es/slider/slider-button.vue.d.ts +38 -38
  176. package/es/slider/slider-input.vue.d.ts +9 -9
  177. package/es/slider/slider.vue.d.ts +48 -48
  178. package/es/spin/index.d.ts +3 -3
  179. package/es/spin/spin.d.ts +1 -1
  180. package/es/statistic/index.d.ts +6 -6
  181. package/es/statistic/statistic.vue.d.ts +2 -2
  182. package/es/steps/index.d.ts +6 -6
  183. package/es/steps/steps.vue.d.ts +2 -2
  184. package/es/style/theme/z-index.d.ts +8 -0
  185. package/es/style/theme/z-index.js +7 -0
  186. package/es/switch/index.d.ts +21 -6
  187. package/es/switch/switch.vue.d.ts +11 -2
  188. package/es/switch/switch.vue_vue_type_script_lang.js +30 -5
  189. package/es/table/index.d.ts +15 -15
  190. package/es/table/table-operation-td.d.ts +5 -5
  191. package/es/table/table-th.js +1 -1
  192. package/es/table/table.d.ts +5 -5
  193. package/es/tabs/index.d.ts +9 -9
  194. package/es/tabs/tabs.d.ts +3 -3
  195. package/es/tag/index.d.ts +922 -922
  196. package/es/tag/tag.vue.d.ts +367 -367
  197. package/es/textarea/index.d.ts +6 -6
  198. package/es/textarea/textarea.vue.d.ts +2 -2
  199. package/es/time-picker/index.d.ts +104 -104
  200. package/es/time-picker/panel.vue.d.ts +14 -14
  201. package/es/time-picker/range-panel.d.ts +14 -14
  202. package/es/time-picker/time-picker.vue.d.ts +50 -50
  203. package/es/timeline/index.d.ts +9 -9
  204. package/es/timeline/timeline.d.ts +4 -4
  205. package/es/tooltip/index.d.ts +36 -36
  206. package/es/tooltip/tooltip.vue.d.ts +17 -17
  207. package/es/transfer/index.d.ts +37 -37
  208. package/es/transfer/transfer-list-item.d.ts +2 -2
  209. package/es/transfer/transfer-view.vue.d.ts +8 -8
  210. package/es/transfer/transfer-view.vue_vue_type_script_lang.js +1 -1
  211. package/es/transfer/transfer.vue.d.ts +17 -17
  212. package/es/tree/base-node.vue.d.ts +2 -2
  213. package/es/tree/base-node.vue_vue_type_script_lang.js +1 -1
  214. package/es/tree/node-switcher.vue_vue_type_script_lang.js +1 -1
  215. package/es/tree/transition-node-list.vue.d.ts +2 -2
  216. package/es/tree/tree.vue.d.ts +27 -27
  217. package/es/tree/tree.vue_vue_type_script_lang.js +3 -3
  218. package/es/tree-select/tree-select.vue.d.ts +30 -30
  219. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +2 -2
  220. package/es/trigger/index.d.ts +15 -15
  221. package/es/trigger/trigger.d.ts +5 -5
  222. package/es/typography/base.d.ts +1 -1
  223. package/es/typography/edit-content.vue.d.ts +27 -27
  224. package/es/typography/operations.vue.d.ts +36 -36
  225. package/es/upload/index.d.ts +6 -6
  226. package/es/upload/upload-button.d.ts +1 -1
  227. package/es/upload/upload.d.ts +2 -2
  228. package/es/watermark/index.d.ts +3 -3
  229. package/es/watermark/watermark.d.ts +1 -1
  230. package/json/vetur-attributes.json +150 -7
  231. package/json/vetur-tags.json +45 -4
  232. package/json/web-types.json +316 -19
  233. package/package.json +2 -1
@@ -65,7 +65,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
65
65
  }, {}, {}, {
66
66
  focus(index?: number): void;
67
67
  blur(): void;
68
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "clear" | "press-enter" | "focused-index-change" | "update:focusedIndex")[], "change" | "clear" | "press-enter" | "focused-index-change" | "update:focusedIndex", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
68
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "change" | "press-enter" | "focused-index-change" | "update:focusedIndex")[], "clear" | "change" | "press-enter" | "focused-index-change" | "update:focusedIndex", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
69
69
  size: {
70
70
  type: PropType<"mini" | "small" | "medium" | "large">;
71
71
  };
@@ -112,8 +112,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
112
112
  }>, {
113
113
  error: boolean;
114
114
  readonly: boolean;
115
- disabled: boolean | boolean[];
116
115
  value: (Dayjs | undefined)[];
116
+ disabled: boolean | boolean[];
117
117
  placeholder: string[];
118
118
  allowClear: boolean;
119
119
  focused: boolean;
@@ -50,7 +50,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
50
50
  }, {}, {}, {
51
51
  focus(): void;
52
52
  blur(): void;
53
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "blur" | "clear" | "press-enter")[], "change" | "blur" | "clear" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
53
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "change" | "press-enter")[], "clear" | "blur" | "change" | "press-enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
54
54
  size: {
55
55
  type: PropType<"mini" | "small" | "medium" | "large">;
56
56
  };
@@ -1,6 +1,6 @@
1
1
  import resize_observer_default from "./resize-observer.js";
2
- import IconDragDot from "../icon/icon-drag-dot/index.js";
3
2
  import IconDragDotVertical from "../icon/icon-drag-dot-vertical/index.js";
3
+ import IconDragDot from "../icon/icon-drag-dot/index.js";
4
4
  import { computed, defineComponent, toRefs } from "vue";
5
5
  //#region components/_components/resize-trigger.vue?vue&type=script&lang.tsx
6
6
  var resize_trigger_vue_vue_type_script_lang_default = /* @__PURE__ */ defineComponent({
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
72
72
  }, {}, {}, {
73
73
  focus(): void;
74
74
  blur(): void;
75
- }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "clear" | "remove")[], "focus" | "blur" | "clear" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
75
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "blur" | "remove")[], "focus" | "clear" | "blur" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
76
76
  modelValue: {
77
77
  type: PropType<SelectViewValue[]>;
78
78
  required: true;
@@ -142,10 +142,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
142
142
  }>, {
143
143
  error: boolean;
144
144
  disabled: boolean;
145
- loading: boolean;
146
145
  showArrow: boolean;
147
146
  multiple: boolean;
148
147
  allowClear: boolean;
148
+ loading: boolean;
149
149
  bordered: boolean;
150
150
  maxTagCount: number | "responsive";
151
151
  retainInputValue: boolean;
@@ -380,9 +380,6 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
380
380
  onScrollEnd?: (() => any) | undefined;
381
381
  }>, {
382
382
  shift: boolean;
383
- height: string | number;
384
- direction: ScrollDirection;
385
- listStyle: CSSProperties | undefined;
386
383
  fixedSize: boolean;
387
384
  estimatedSize: number;
388
385
  emitUpdate: boolean;
@@ -390,7 +387,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
390
387
  flowMode: boolean;
391
388
  skipHover: boolean;
392
389
  items: unknown[];
390
+ height: string | number;
393
391
  keyField: KeyFieldValue<any>;
392
+ direction: ScrollDirection;
394
393
  listTag: string;
395
394
  itemTag: string;
396
395
  itemSize: ItemSizeValue<any>;
@@ -401,6 +400,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
401
400
  listAttrs: Record<string, unknown> | undefined;
402
401
  contentWrapperAttrs: Record<string, unknown> | undefined;
403
402
  contentAttrs: Record<string, unknown> | undefined;
403
+ listStyle: CSSProperties | undefined;
404
404
  paddingPosition: "content" | "list";
405
405
  scrollbar: boolean | ScrollbarProps;
406
406
  }, {}, {
@@ -1,8 +1,6 @@
1
+ import "../style/theme/z-index.js";
1
2
  import { onBeforeUnmount, onMounted, readonly, ref, watch } from "vue";
2
3
  //#region components/_hooks/use-popup-manager.ts
3
- var POPUP_BASE_Z_INDEX = 1e3;
4
- var MESSAGE_BASE_Z_INDEX = 5e3;
5
- var Z_INDEX_STEP = 1;
6
4
  var PopupManager = class {
7
5
  constructor() {
8
6
  this.popupStack = {
@@ -11,7 +9,7 @@ var PopupManager = class {
11
9
  message: /* @__PURE__ */ new Set()
12
10
  };
13
11
  this.getNextZIndex = (type) => {
14
- return (type === "message" ? Array.from(this.popupStack.message).pop() || MESSAGE_BASE_Z_INDEX : Array.from(this.popupStack.popup).pop() || POPUP_BASE_Z_INDEX) + Z_INDEX_STEP;
12
+ return (type === "message" ? Array.from(this.popupStack.message).pop() || 1002 : Array.from(this.popupStack.popup).pop() || 1e3) + 1;
15
13
  };
16
14
  this.add = (type) => {
17
15
  const zIndex = this.getNextZIndex(type);
@@ -6,8 +6,10 @@ export interface Size {
6
6
  }
7
7
  export declare const getDocumentSize: () => Size;
8
8
  export declare const isServerRendering: boolean;
9
- export declare const on: <K extends keyof HTMLElementEventMap>(element: HTMLElement | Window, event: K, handler: (ev: HTMLElementEventMap[K]) => void, options?: boolean | AddEventListenerOptions) => void;
10
- export declare const off: <K extends keyof HTMLElementEventMap>(element: HTMLElement | Window, type: K, handler: (ev: HTMLElementEventMap[K]) => void, options?: boolean | EventListenerOptions) => void;
9
+ type DOMEventTarget = HTMLElement | Window;
10
+ type DOMEventMap<T extends DOMEventTarget> = T extends Window ? WindowEventMap : HTMLElementEventMap;
11
+ export declare const on: <T extends DOMEventTarget, K extends Extract<keyof DOMEventMap<T>, string>>(element: T, event: K, handler: (ev: DOMEventMap<T>[K]) => void, options?: boolean | AddEventListenerOptions) => void;
12
+ export declare const off: <T extends DOMEventTarget, K extends Extract<keyof DOMEventMap<T>, string>>(element: T, type: K, handler: (ev: DOMEventMap<T>[K]) => void, options?: boolean | EventListenerOptions) => void;
11
13
  export declare const findDomNode: (vnode: VNode) => HTMLElement;
12
14
  export declare const contains: (root: Node | null | undefined, ele: Node | null) => boolean;
13
15
  export declare const OVERLAY_TYPES: readonly ["modal", "message", "notification", "drawer"];
@@ -24,3 +26,4 @@ export declare const getRelativeRect: (target: HTMLElement, relative: HTMLElemen
24
26
  };
25
27
  export declare const isScroll: (element: HTMLElement) => boolean;
26
28
  export declare const getScrollBarWidth: (element: HTMLElement) => number;
29
+ export {};
package/es/_utils/dom.js CHANGED
@@ -52,7 +52,7 @@ var querySelector = (selectors, container) => {
52
52
  return (_querySelector = (container !== null && container !== void 0 ? container : document).querySelector(selectors)) !== null && _querySelector !== void 0 ? _querySelector : void 0;
53
53
  };
54
54
  var getElement = (target, container) => {
55
- if (isString(target)) return querySelector(target[0] === "#" ? `[id='${target.slice(1)}']` : target, container);
55
+ if (isString(target)) return querySelector(target.startsWith("#") ? `[id='${target.slice(1)}']` : target, container);
56
56
  return target;
57
57
  };
58
58
  /**
@@ -59,8 +59,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
59
59
  onChange?: ((_hash: string) => any) | undefined;
60
60
  onSelect?: ((_hash: string | undefined, _preHash: string) => any) | undefined;
61
61
  }>, {
62
- boundary: number | "center" | "start" | "end" | "nearest";
62
+ smooth: boolean;
63
+ boundary: number | "center" | "end" | "start" | "nearest";
63
64
  lineLess: boolean;
64
65
  changeHash: boolean;
65
- smooth: boolean;
66
66
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -5,7 +5,7 @@ import _Anchor from './anchor.vue';
5
5
  declare const Anchor: {
6
6
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7
7
  boundary: {
8
- type: import("vue").PropType<("center" | "start" | "end" | "nearest") | number>;
8
+ type: import("vue").PropType<("center" | "end" | "start" | "nearest") | number>;
9
9
  default: string;
10
10
  validator: (value: any) => boolean;
11
11
  };
@@ -38,10 +38,10 @@ declare const Anchor: {
38
38
  select: (_hash: string | undefined, _preHash: string) => true;
39
39
  change: (_hash: string) => true;
40
40
  }, import("vue").PublicProps, {
41
- boundary: number | "center" | "start" | "end" | "nearest";
41
+ smooth: boolean;
42
+ boundary: number | "center" | "end" | "start" | "nearest";
42
43
  lineLess: boolean;
43
44
  changeHash: boolean;
44
- smooth: boolean;
45
45
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
46
46
  P: {};
47
47
  B: {};
@@ -51,7 +51,7 @@ declare const Anchor: {
51
51
  Defaults: {};
52
52
  }, Readonly<import("vue").ExtractPropTypes<{
53
53
  boundary: {
54
- type: import("vue").PropType<("center" | "start" | "end" | "nearest") | number>;
54
+ type: import("vue").PropType<("center" | "end" | "start" | "nearest") | number>;
55
55
  default: string;
56
56
  validator: (value: any) => boolean;
57
57
  };
@@ -81,17 +81,17 @@ declare const Anchor: {
81
81
  anchorRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
82
82
  lineSliderRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
83
83
  }, {}, {}, {}, {
84
- boundary: number | "center" | "start" | "end" | "nearest";
84
+ smooth: boolean;
85
+ boundary: number | "center" | "end" | "start" | "nearest";
85
86
  lineLess: boolean;
86
87
  changeHash: boolean;
87
- smooth: boolean;
88
88
  }>;
89
89
  __isFragment?: never;
90
90
  __isTeleport?: never;
91
91
  __isSuspense?: never;
92
92
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
93
93
  boundary: {
94
- type: import("vue").PropType<("center" | "start" | "end" | "nearest") | number>;
94
+ type: import("vue").PropType<("center" | "end" | "start" | "nearest") | number>;
95
95
  default: string;
96
96
  validator: (value: any) => boolean;
97
97
  };
@@ -124,10 +124,10 @@ declare const Anchor: {
124
124
  select: (_hash: string | undefined, _preHash: string) => true;
125
125
  change: (_hash: string) => true;
126
126
  }, string, {
127
- boundary: number | "center" | "start" | "end" | "nearest";
127
+ smooth: boolean;
128
+ boundary: number | "center" | "end" | "start" | "nearest";
128
129
  lineLess: boolean;
129
130
  changeHash: boolean;
130
- smooth: boolean;
131
131
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
132
132
  Link: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
133
133
  title: StringConstructor;
@@ -94,17 +94,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
94
94
  };
95
95
  }>> & Readonly<{
96
96
  onSearch?: ((_value: string) => any) | undefined;
97
- onChange?: ((_value: string) => any) | undefined;
98
97
  onClear?: ((_ev: Event) => any) | undefined;
98
+ onChange?: ((_value: string) => any) | undefined;
99
99
  onSelect?: ((_value: string) => any) | undefined;
100
100
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
101
101
  onDropdownScroll?: ((_ev: Event) => any) | undefined;
102
102
  onDropdownReachBottom?: ((_ev: Event) => any) | undefined;
103
103
  }>, {
104
- disabled: boolean;
105
- defaultValue: string;
106
104
  data: (string | number | SelectOptionData | SelectOptionGroup)[];
105
+ disabled: boolean;
107
106
  strict: boolean;
107
+ defaultValue: string;
108
108
  modelValue: string;
109
109
  allowClear: boolean;
110
110
  filterOption: FilterOption;
@@ -51,8 +51,8 @@ declare const AutoComplete: {
51
51
  };
52
52
  }>> & Readonly<{
53
53
  onSearch?: ((_value: string) => any) | undefined;
54
- onChange?: ((_value: string) => any) | undefined;
55
54
  onClear?: ((_ev: Event) => any) | undefined;
55
+ onChange?: ((_value: string) => any) | undefined;
56
56
  onSelect?: ((_value: string) => any) | undefined;
57
57
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
58
58
  onDropdownScroll?: ((_ev: Event) => any) | undefined;
@@ -72,10 +72,10 @@ declare const AutoComplete: {
72
72
  dropdownScroll: (_ev: Event) => true;
73
73
  dropdownReachBottom: (_ev: Event) => true;
74
74
  }, import("vue").PublicProps, {
75
- disabled: boolean;
76
- defaultValue: string;
77
75
  data: (string | number | SelectOptionData | SelectOptionGroup)[];
76
+ disabled: boolean;
78
77
  strict: boolean;
78
+ defaultValue: string;
79
79
  modelValue: string;
80
80
  allowClear: boolean;
81
81
  filterOption: FilterOption;
@@ -126,8 +126,8 @@ declare const AutoComplete: {
126
126
  };
127
127
  }>> & Readonly<{
128
128
  onSearch?: ((_value: string) => any) | undefined;
129
- onChange?: ((_value: string) => any) | undefined;
130
129
  onClear?: ((_ev: Event) => any) | undefined;
130
+ onChange?: ((_value: string) => any) | undefined;
131
131
  onSelect?: ((_value: string) => any) | undefined;
132
132
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
133
133
  onDropdownScroll?: ((_ev: Event) => any) | undefined;
@@ -139,10 +139,10 @@ declare const AutoComplete: {
139
139
  focus(): void;
140
140
  blur(): void;
141
141
  }, {
142
- disabled: boolean;
143
- defaultValue: string;
144
142
  data: (string | number | SelectOptionData | SelectOptionGroup)[];
143
+ disabled: boolean;
145
144
  strict: boolean;
145
+ defaultValue: string;
146
146
  modelValue: string;
147
147
  allowClear: boolean;
148
148
  filterOption: FilterOption;
@@ -190,8 +190,8 @@ declare const AutoComplete: {
190
190
  };
191
191
  }>> & Readonly<{
192
192
  onSearch?: ((_value: string) => any) | undefined;
193
- onChange?: ((_value: string) => any) | undefined;
194
193
  onClear?: ((_ev: Event) => any) | undefined;
194
+ onChange?: ((_value: string) => any) | undefined;
195
195
  onSelect?: ((_value: string) => any) | undefined;
196
196
  "onUpdate:modelValue"?: ((_value: string) => any) | undefined;
197
197
  onDropdownScroll?: ((_ev: Event) => any) | undefined;
@@ -211,10 +211,10 @@ declare const AutoComplete: {
211
211
  dropdownScroll: (_ev: Event) => true;
212
212
  dropdownReachBottom: (_ev: Event) => true;
213
213
  }, string, {
214
- disabled: boolean;
215
- defaultValue: string;
216
214
  data: (string | number | SelectOptionData | SelectOptionGroup)[];
215
+ disabled: boolean;
217
216
  strict: boolean;
217
+ defaultValue: string;
218
218
  modelValue: string;
219
219
  allowClear: boolean;
220
220
  filterOption: FilterOption;
@@ -83,9 +83,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
83
83
  }>, {
84
84
  autofocus: boolean;
85
85
  disabled: boolean;
86
- long: boolean;
87
86
  loading: boolean;
88
- htmlType: "submit" | "reset" | "button";
87
+ long: boolean;
88
+ htmlType: "reset" | "submit" | "button";
89
89
  }, {}, {
90
90
  IconLoading: {
91
91
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -50,9 +50,9 @@ declare const Button: {
50
50
  }, import("vue").PublicProps, {
51
51
  autofocus: boolean;
52
52
  disabled: boolean;
53
- long: boolean;
54
53
  loading: boolean;
55
- htmlType: "submit" | "reset" | "button";
54
+ long: boolean;
55
+ htmlType: "reset" | "submit" | "button";
56
56
  }, true, {}, {}, {
57
57
  IconLoading: {
58
58
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -227,9 +227,9 @@ declare const Button: {
227
227
  }, {}, {}, {}, {
228
228
  autofocus: boolean;
229
229
  disabled: boolean;
230
- long: boolean;
231
230
  loading: boolean;
232
- htmlType: "submit" | "reset" | "button";
231
+ long: boolean;
232
+ htmlType: "reset" | "submit" | "button";
233
233
  }>;
234
234
  __isFragment?: never;
235
235
  __isTeleport?: never;
@@ -281,9 +281,9 @@ declare const Button: {
281
281
  }, string, {
282
282
  autofocus: boolean;
283
283
  disabled: boolean;
284
- long: boolean;
285
284
  loading: boolean;
286
- htmlType: "submit" | "reset" | "button";
285
+ long: boolean;
286
+ htmlType: "reset" | "submit" | "button";
287
287
  }, {}, string, {}, {
288
288
  IconLoading: {
289
289
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -93,8 +93,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
93
93
  onPanelChange?: ((_date: Date) => any) | undefined;
94
94
  }>, {
95
95
  modelValue: Date;
96
- dayStartOfWeek: 0 | 1;
97
96
  isWeek: boolean;
97
+ dayStartOfWeek: 0 | 1;
98
98
  panel: boolean;
99
99
  modes: ("month" | "year")[];
100
100
  defaultMode: "month" | "year";
@@ -54,8 +54,8 @@ declare const Calendar: {
54
54
  panelChange: (_date: Date) => true;
55
55
  }, import("vue").PublicProps, {
56
56
  modelValue: Date;
57
- dayStartOfWeek: 0 | 1;
58
57
  isWeek: boolean;
58
+ dayStartOfWeek: 0 | 1;
59
59
  panel: boolean;
60
60
  modes: ("month" | "year")[];
61
61
  defaultMode: "month" | "year";
@@ -116,8 +116,8 @@ declare const Calendar: {
116
116
  onPanelChange?: ((_date: Date) => any) | undefined;
117
117
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
118
118
  modelValue: Date;
119
- dayStartOfWeek: 0 | 1;
120
119
  isWeek: boolean;
120
+ dayStartOfWeek: 0 | 1;
121
121
  panel: boolean;
122
122
  modes: ("month" | "year")[];
123
123
  defaultMode: "month" | "year";
@@ -179,8 +179,8 @@ declare const Calendar: {
179
179
  panelChange: (_date: Date) => true;
180
180
  }, string, {
181
181
  modelValue: Date;
182
- dayStartOfWeek: 0 | 1;
183
182
  isWeek: boolean;
183
+ dayStartOfWeek: 0 | 1;
184
184
  panel: boolean;
185
185
  modes: ("month" | "year")[];
186
186
  defaultMode: "month" | "year";
package/es/card/card.d.ts CHANGED
@@ -61,9 +61,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
61
61
  };
62
62
  }>> & Readonly<{}>, {
63
63
  loading: boolean;
64
- bodyStyle: CSSProperties;
65
64
  bordered: boolean;
66
65
  hoverable: boolean;
66
+ bodyStyle: CSSProperties;
67
67
  headerStyle: CSSProperties;
68
68
  }, {}, {
69
69
  Spin: {
@@ -79,8 +79,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
79
79
  default: boolean;
80
80
  };
81
81
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
82
- loading: boolean;
83
82
  dot: boolean;
83
+ loading: boolean;
84
84
  hideIcon: boolean;
85
85
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
86
86
  P: {};
@@ -101,8 +101,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
101
101
  default: boolean;
102
102
  };
103
103
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
104
- loading: boolean;
105
104
  dot: boolean;
105
+ loading: boolean;
106
106
  hideIcon: boolean;
107
107
  }>;
108
108
  __isFragment?: never;
@@ -120,8 +120,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
120
120
  default: boolean;
121
121
  };
122
122
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
123
- loading: boolean;
124
123
  dot: boolean;
124
+ loading: boolean;
125
125
  hideIcon: boolean;
126
126
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
127
127
  install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
@@ -36,9 +36,9 @@ declare const Card: {
36
36
  };
37
37
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
38
38
  loading: boolean;
39
- bodyStyle: import("vue").CSSProperties;
40
39
  bordered: boolean;
41
40
  hoverable: boolean;
41
+ bodyStyle: import("vue").CSSProperties;
42
42
  headerStyle: import("vue").CSSProperties;
43
43
  }, true, {}, {}, {
44
44
  Spin: {
@@ -54,8 +54,8 @@ declare const Card: {
54
54
  default: boolean;
55
55
  };
56
56
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
57
- loading: boolean;
58
57
  dot: boolean;
58
+ loading: boolean;
59
59
  hideIcon: boolean;
60
60
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
61
61
  P: {};
@@ -76,8 +76,8 @@ declare const Card: {
76
76
  default: boolean;
77
77
  };
78
78
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
79
- loading: boolean;
80
79
  dot: boolean;
80
+ loading: boolean;
81
81
  hideIcon: boolean;
82
82
  }>;
83
83
  __isFragment?: never;
@@ -95,8 +95,8 @@ declare const Card: {
95
95
  default: boolean;
96
96
  };
97
97
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
98
- loading: boolean;
99
98
  dot: boolean;
99
+ loading: boolean;
100
100
  hideIcon: boolean;
101
101
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
102
102
  install: (app: App, options?: SDOptions) => void;
@@ -140,9 +140,9 @@ declare const Card: {
140
140
  };
141
141
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
142
142
  loading: boolean;
143
- bodyStyle: import("vue").CSSProperties;
144
143
  bordered: boolean;
145
144
  hoverable: boolean;
145
+ bodyStyle: import("vue").CSSProperties;
146
146
  headerStyle: import("vue").CSSProperties;
147
147
  }>;
148
148
  __isFragment?: never;
@@ -180,9 +180,9 @@ declare const Card: {
180
180
  };
181
181
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
182
182
  loading: boolean;
183
- bodyStyle: import("vue").CSSProperties;
184
183
  bordered: boolean;
185
184
  hoverable: boolean;
185
+ bodyStyle: import("vue").CSSProperties;
186
186
  headerStyle: import("vue").CSSProperties;
187
187
  }, {}, string, {}, {
188
188
  Spin: {
@@ -198,8 +198,8 @@ declare const Card: {
198
198
  default: boolean;
199
199
  };
200
200
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
201
- loading: boolean;
202
201
  dot: boolean;
202
+ loading: boolean;
203
203
  hideIcon: boolean;
204
204
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
205
205
  P: {};
@@ -220,8 +220,8 @@ declare const Card: {
220
220
  default: boolean;
221
221
  };
222
222
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
223
- loading: boolean;
224
223
  dot: boolean;
224
+ loading: boolean;
225
225
  hideIcon: boolean;
226
226
  }>;
227
227
  __isFragment?: never;
@@ -239,8 +239,8 @@ declare const Card: {
239
239
  default: boolean;
240
240
  };
241
241
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
242
- loading: boolean;
243
242
  dot: boolean;
243
+ loading: boolean;
244
244
  hideIcon: boolean;
245
245
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
246
246
  install: (app: App, options?: SDOptions) => void;
@@ -29,8 +29,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
29
29
  onPreviousClick?: ((...args: any[]) => any) | undefined;
30
30
  onNextClick?: ((...args: any[]) => any) | undefined;
31
31
  }>, {
32
- direction: string;
33
32
  showArrow: string;
33
+ direction: string;
34
34
  }, {}, {
35
35
  IconUp: {
36
36
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
@@ -62,8 +62,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
62
62
  onSelect?: ((...args: any[]) => any) | undefined;
63
63
  }>, {
64
64
  type: CarouselIndicatorType;
65
- position: CarouselIndicatorPosition;
66
65
  trigger: CarouselTriggerEvent;
66
+ position: CarouselIndicatorPosition;
67
67
  count: number;
68
68
  activeIndex: number;
69
69
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -112,12 +112,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
112
112
  onChange?: ((_index: number, _prevIndex: number, _isManual: boolean) => any) | undefined;
113
113
  "onUpdate:current"?: ((_index: number) => any) | undefined;
114
114
  }>, {
115
- animationName: "slide" | "fade" | "card";
116
- direction: "horizontal" | "vertical";
117
- transitionTimingFunction: string;
118
115
  trigger: CarouselTriggerEvent;
119
116
  showArrow: CarouselArrowType;
120
117
  arrowClass: string;
118
+ animationName: "slide" | "fade" | "card";
119
+ direction: "horizontal" | "vertical";
120
+ transitionTimingFunction: string;
121
121
  defaultCurrent: number;
122
122
  autoPlay: boolean | CarouselAutoPlayConfig;
123
123
  moveSpeed: number;
@@ -63,12 +63,12 @@ declare const Carousel: {
63
63
  'update:current': (_index: number) => true;
64
64
  change: (_index: number, _prevIndex: number, _isManual: boolean) => true;
65
65
  }, import("vue").PublicProps, {
66
- animationName: "slide" | "fade" | "card";
67
- direction: "horizontal" | "vertical";
68
- transitionTimingFunction: string;
69
66
  trigger: import("./interface").CarouselTriggerEvent;
70
67
  showArrow: import("./interface").CarouselArrowType;
71
68
  arrowClass: string;
69
+ animationName: "slide" | "fade" | "card";
70
+ direction: "horizontal" | "vertical";
71
+ transitionTimingFunction: string;
72
72
  defaultCurrent: number;
73
73
  autoPlay: boolean | import("./interface").CarouselAutoPlayConfig;
74
74
  moveSpeed: number;
@@ -138,12 +138,12 @@ declare const Carousel: {
138
138
  onChange?: ((_index: number, _prevIndex: number, _isManual: boolean) => any) | undefined;
139
139
  "onUpdate:current"?: ((_index: number) => any) | undefined;
140
140
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
141
- animationName: "slide" | "fade" | "card";
142
- direction: "horizontal" | "vertical";
143
- transitionTimingFunction: string;
144
141
  trigger: import("./interface").CarouselTriggerEvent;
145
142
  showArrow: import("./interface").CarouselArrowType;
146
143
  arrowClass: string;
144
+ animationName: "slide" | "fade" | "card";
145
+ direction: "horizontal" | "vertical";
146
+ transitionTimingFunction: string;
147
147
  defaultCurrent: number;
148
148
  autoPlay: boolean | import("./interface").CarouselAutoPlayConfig;
149
149
  moveSpeed: number;
@@ -213,12 +213,12 @@ declare const Carousel: {
213
213
  'update:current': (_index: number) => true;
214
214
  change: (_index: number, _prevIndex: number, _isManual: boolean) => true;
215
215
  }, string, {
216
- animationName: "slide" | "fade" | "card";
217
- direction: "horizontal" | "vertical";
218
- transitionTimingFunction: string;
219
216
  trigger: import("./interface").CarouselTriggerEvent;
220
217
  showArrow: import("./interface").CarouselArrowType;
221
218
  arrowClass: string;
219
+ animationName: "slide" | "fade" | "card";
220
+ direction: "horizontal" | "vertical";
221
+ transitionTimingFunction: string;
222
222
  defaultCurrent: number;
223
223
  autoPlay: boolean | import("./interface").CarouselAutoPlayConfig;
224
224
  moveSpeed: number;
@@ -44,8 +44,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
44
  type: PropType<VirtualListProps>;
45
45
  };
46
46
  }>> & Readonly<{}>, {
47
- loading: boolean;
48
47
  multiple: boolean;
48
+ loading: boolean;
49
49
  checkStrictly: boolean;
50
50
  dropdown: boolean;
51
51
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
21
21
  checkStrictly: BooleanConstructor;
22
22
  pathLabel: BooleanConstructor;
23
23
  }>> & Readonly<{}>, {
24
- loading: boolean;
25
24
  multiple: boolean;
25
+ loading: boolean;
26
26
  checkStrictly: boolean;
27
27
  pathLabel: boolean;
28
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;