@sdata/web-vue 3.18.0 → 3.19.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 (259) hide show
  1. package/dist/sd.css +478 -0
  2. package/dist/sd.min.css +2 -2
  3. package/es/_components/icon-hover.vue.d.ts +1 -1
  4. package/es/_components/input-label/input-label.d.ts +13 -1
  5. package/es/_components/input-label/input-label.js +35 -5
  6. package/es/_components/input-label/style/index.css +6 -0
  7. package/es/_components/input-label/style/input-label.scss +8 -0
  8. package/es/_components/picker/input-range.vue.d.ts +24 -1
  9. package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +42 -6
  10. package/es/_components/picker/input.vue.d.ts +24 -1
  11. package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +31 -4
  12. package/es/_components/picker/style/index.scss +8 -0
  13. package/es/_components/select-view/select-view.d.ts +15 -3
  14. package/es/_components/select-view/select-view.js +10 -1
  15. package/es/_components/select-view/style/index.css +12 -0
  16. package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
  17. package/es/_hooks/use-fit-width.d.ts +22 -0
  18. package/es/_hooks/use-fit-width.js +76 -0
  19. package/es/_hooks/use-form-item.d.ts +1 -1
  20. package/es/_hooks/use-size.d.ts +1 -1
  21. package/es/anchor/anchor.vue.d.ts +1 -1
  22. package/es/anchor/index.d.ts +3 -3
  23. package/es/auto-complete/auto-complete.d.ts +20 -2
  24. package/es/auto-complete/auto-complete.js +18 -0
  25. package/es/auto-complete/index.d.ts +36 -6
  26. package/es/basic-crud-table/basic-crud-table.vue.d.ts +2 -2
  27. package/es/basic-crud-table/index.d.ts +5 -5
  28. package/es/button/button.vue.d.ts +2 -2
  29. package/es/button/index.d.ts +6 -6
  30. package/es/card/card.d.ts +3 -3
  31. package/es/card/index.d.ts +6 -6
  32. package/es/carousel/carousel-indicator.vue.d.ts +1 -1
  33. package/es/cascader/base-cascader-panel.d.ts +1 -1
  34. package/es/cascader/cascader-option.d.ts +1 -1
  35. package/es/cascader/cascader-panel.vue.d.ts +1 -1
  36. package/es/cascader/cascader-search-panel.d.ts +1 -1
  37. package/es/cascader/cascader.vue.d.ts +7 -5
  38. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +12 -0
  39. package/es/cascader/types.d.ts +2 -1
  40. package/es/checkbox/checkbox.d.ts +3 -3
  41. package/es/checkbox/index.d.ts +6 -6
  42. package/es/collapse/collapse-item.d.ts +3 -3
  43. package/es/collapse/index.d.ts +3 -3
  44. package/es/color-picker/color-picker.d.ts +2 -2
  45. package/es/color-picker/index.d.ts +6 -6
  46. package/es/components.d.ts +4 -0
  47. package/es/config-provider/config-provider.vue.d.ts +1 -1
  48. package/es/config-provider/index.d.ts +3 -3
  49. package/es/date-picker/index.d.ts +87 -23
  50. package/es/date-picker/interface.d.ts +2 -1
  51. package/es/date-picker/picker-panel.vue.d.ts +1 -1
  52. package/es/date-picker/picker.vue.d.ts +39 -17
  53. package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +30 -1
  54. package/es/date-picker/pickers/date-picker.d.ts +18 -0
  55. package/es/date-picker/pickers/date-picker.js +16 -0
  56. package/es/date-picker/range-picker-panel.vue.d.ts +1 -1
  57. package/es/date-picker/range-picker.vue.d.ts +39 -17
  58. package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +27 -1
  59. package/es/date-picker/style/index.css +6 -0
  60. package/es/descriptions/descriptions.d.ts +3 -3
  61. package/es/descriptions/index.d.ts +9 -9
  62. package/es/divider/divider.d.ts +1 -1
  63. package/es/divider/index.d.ts +3 -3
  64. package/es/drawer/drawer.vue.d.ts +4 -4
  65. package/es/drawer/index.d.ts +11 -11
  66. package/es/dropdown/dropdown-button.vue.d.ts +2 -2
  67. package/es/dropdown/dropdown-option.vue.d.ts +1 -1
  68. package/es/dropdown/dropdown-submenu.vue.d.ts +2 -2
  69. package/es/dropdown/dropdown.vue.d.ts +1 -1
  70. package/es/dropdown/index.d.ts +21 -21
  71. package/es/ellipsis/ellipsis.vue.d.ts +1 -1
  72. package/es/ellipsis/index.d.ts +6 -6
  73. package/es/ellipsis/performant-ellipsis.vue.d.ts +1 -1
  74. package/es/form/form-item.vue.d.ts +1 -1
  75. package/es/form/form.vue.d.ts +1 -1
  76. package/es/form/index.d.ts +9 -9
  77. package/es/grid/grid-row.vue.d.ts +3 -3
  78. package/es/grid/index.d.ts +9 -9
  79. package/es/icon/icon-arrow-up/icon-arrow-up.js +5 -0
  80. package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +52 -0
  81. package/es/icon/icon-arrow-up/index.js +9 -0
  82. package/es/icon/icon-mute/icon-mute.js +5 -0
  83. package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +52 -0
  84. package/es/icon/icon-mute/index.js +9 -0
  85. package/es/icon/icon-voice/icon-voice.js +5 -0
  86. package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +52 -0
  87. package/es/icon/icon-voice/index.js +9 -0
  88. package/es/image/preview-action.d.ts +6 -6
  89. package/es/image/preview-group.vue.d.ts +1 -1
  90. package/es/index.css +478 -0
  91. package/es/index.d.ts +5 -0
  92. package/es/index.js +5 -1
  93. package/es/index.scss +2 -0
  94. package/es/input/index.d.ts +99 -6
  95. package/es/input/input-password.vue.d.ts +18 -0
  96. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +24 -2
  97. package/es/input/input-search.d.ts +18 -0
  98. package/es/input/input-search.js +20 -2
  99. package/es/input/input.d.ts +29 -2
  100. package/es/input/input.js +45 -3
  101. package/es/input/style/index.css +16 -0
  102. package/es/input/style/index.scss +21 -0
  103. package/es/input-number/index.d.ts +36 -6
  104. package/es/input-number/input-number.d.ts +20 -2
  105. package/es/input-number/input-number.js +19 -0
  106. package/es/input-tag/index.d.ts +36 -6
  107. package/es/input-tag/input-tag.d.ts +20 -2
  108. package/es/input-tag/input-tag.js +35 -4
  109. package/es/input-tag/style/index.css +6 -0
  110. package/es/input-tag/style/input-tag.scss +8 -0
  111. package/es/kv-list/index.d.ts +72 -32
  112. package/es/link/index.d.ts +6 -6
  113. package/es/link/link.vue.d.ts +2 -2
  114. package/es/locale/interface.d.ts +22 -0
  115. package/es/locale/lang/ar-eg.js +21 -1
  116. package/es/locale/lang/de-de.js +21 -1
  117. package/es/locale/lang/en-us.js +21 -1
  118. package/es/locale/lang/es-es.js +21 -1
  119. package/es/locale/lang/fr-fr.js +21 -1
  120. package/es/locale/lang/id-id.js +21 -1
  121. package/es/locale/lang/it-it.js +21 -1
  122. package/es/locale/lang/ja-jp.js +21 -1
  123. package/es/locale/lang/km-kh.js +21 -1
  124. package/es/locale/lang/ko-kr.js +21 -1
  125. package/es/locale/lang/ms-my.js +21 -1
  126. package/es/locale/lang/nl-nl.js +21 -1
  127. package/es/locale/lang/pt-pt.js +21 -1
  128. package/es/locale/lang/ru-ru.js +21 -1
  129. package/es/locale/lang/th-th.js +21 -1
  130. package/es/locale/lang/vi-vn.js +21 -1
  131. package/es/locale/lang/zh-cn.js +21 -1
  132. package/es/locale/lang/zh-tw.js +21 -1
  133. package/es/mention/index.d.ts +39 -9
  134. package/es/mention/mention.d.ts +21 -3
  135. package/es/mention/mention.js +24 -1
  136. package/es/mention/style/index.css +6 -0
  137. package/es/mention/style/index.scss +8 -0
  138. package/es/menu/item.d.ts +1 -1
  139. package/es/message/message-list.d.ts +1 -1
  140. package/es/modal/index.d.ts +9 -9
  141. package/es/modal/modal.vue.d.ts +3 -3
  142. package/es/popconfirm/index.d.ts +3 -3
  143. package/es/popconfirm/popconfirm.vue.d.ts +1 -1
  144. package/es/popover/index.d.ts +6 -6
  145. package/es/popover/popover.vue.d.ts +2 -2
  146. package/es/progress/circle.vue.d.ts +1 -1
  147. package/es/progress/line.vue.d.ts +1 -1
  148. package/es/qr-code/index.d.ts +15 -15
  149. package/es/qr-code/qr-code.vue.d.ts +5 -5
  150. package/es/radio/index.d.ts +6 -6
  151. package/es/radio/radio.d.ts +3 -3
  152. package/es/rate/index.d.ts +3 -3
  153. package/es/rate/rate.d.ts +1 -1
  154. package/es/resize-box/index.d.ts +5 -5
  155. package/es/resize-box/resize-box.vue.d.ts +3 -3
  156. package/es/rich-text-editor/built-in-components.d.ts +5 -0
  157. package/es/rich-text-editor/built-in-components.js +6 -0
  158. package/es/rich-text-editor/index.d.ts +195 -0
  159. package/es/rich-text-editor/index.js +12 -0
  160. package/es/rich-text-editor/nodes/inline-component-node.d.ts +30 -0
  161. package/es/rich-text-editor/nodes/inline-component-node.js +86 -0
  162. package/es/rich-text-editor/rich-text-editor.js +5 -0
  163. package/es/rich-text-editor/rich-text-editor.vue.d.ts +76 -0
  164. package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +630 -0
  165. package/es/rich-text-editor/rich-text-node-renderer.js +5 -0
  166. package/es/rich-text-editor/rich-text-node-renderer.vue.d.ts +28 -0
  167. package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +133 -0
  168. package/es/rich-text-editor/style/css.js +2 -0
  169. package/es/rich-text-editor/style/index.css +164 -0
  170. package/es/rich-text-editor/style/index.d.ts +2 -0
  171. package/es/rich-text-editor/style/index.js +2 -0
  172. package/es/rich-text-editor/style/index.scss +193 -0
  173. package/es/rich-text-editor/style/token.scss +36 -0
  174. package/es/rich-text-editor/types.d.ts +148 -0
  175. package/es/sd-vue.js +6 -0
  176. package/es/select/index.d.ts +108 -54
  177. package/es/select/interface.d.ts +2 -1
  178. package/es/select/select.d.ts +55 -25
  179. package/es/select/select.js +18 -0
  180. package/es/sender/context.d.ts +8 -0
  181. package/es/sender/context.js +4 -0
  182. package/es/sender/index.d.ts +119 -0
  183. package/es/sender/index.js +20 -0
  184. package/es/sender/sender-header.js +5 -0
  185. package/es/sender/sender-header.vue.d.ts +28 -0
  186. package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +127 -0
  187. package/es/sender/sender-switch.js +5 -0
  188. package/es/sender/sender-switch.vue.d.ts +32 -0
  189. package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +95 -0
  190. package/es/sender/sender.js +5 -0
  191. package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +871 -0
  192. package/es/sender/style/css.js +3 -0
  193. package/es/sender/style/index.css +290 -0
  194. package/es/sender/style/index.d.ts +3 -0
  195. package/es/sender/style/index.js +3 -0
  196. package/es/sender/style/index.scss +346 -0
  197. package/es/sender/style/token.scss +43 -0
  198. package/es/sender/types.d.ts +171 -0
  199. package/es/sender/use-speech.d.ts +9 -0
  200. package/es/sender/use-speech.js +120 -0
  201. package/es/slider/index.d.ts +3 -3
  202. package/es/slider/slider-input.vue.d.ts +1 -1
  203. package/es/slider/slider.vue.d.ts +1 -1
  204. package/es/space/index.d.ts +9 -9
  205. package/es/space/space.d.ts +2 -2
  206. package/es/spin/index.d.ts +3 -3
  207. package/es/spin/spin.d.ts +1 -1
  208. package/es/statistic/index.d.ts +3 -3
  209. package/es/statistic/statistic.vue.d.ts +1 -1
  210. package/es/steps/index.d.ts +5 -5
  211. package/es/steps/step.vue.d.ts +2 -2
  212. package/es/steps/steps.vue.d.ts +1 -1
  213. package/es/table/index.d.ts +17 -17
  214. package/es/table/table-column.d.ts +1 -1
  215. package/es/table/table-operation-td.d.ts +12 -12
  216. package/es/table/table-td.d.ts +2 -2
  217. package/es/table/table.d.ts +5 -5
  218. package/es/tabs/index.d.ts +12 -12
  219. package/es/tabs/tabs-nav.d.ts +1 -1
  220. package/es/tabs/tabs.d.ts +4 -4
  221. package/es/tag/index.d.ts +6 -6
  222. package/es/tag/tag.vue.d.ts +2 -2
  223. package/es/textarea/index.d.ts +38 -8
  224. package/es/textarea/style/index.css +6 -0
  225. package/es/textarea/style/index.scss +8 -0
  226. package/es/textarea/textarea.vue.d.ts +21 -3
  227. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +36 -3
  228. package/es/time-picker/index.d.ts +36 -6
  229. package/es/time-picker/interface.d.ts +2 -1
  230. package/es/time-picker/range-panel.js +58 -0
  231. package/es/time-picker/time-picker.vue.d.ts +20 -2
  232. package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +30 -1
  233. package/es/timeline/index.d.ts +6 -6
  234. package/es/timeline/timeline.d.ts +3 -3
  235. package/es/tooltip/index.d.ts +6 -6
  236. package/es/tooltip/tooltip.vue.d.ts +2 -2
  237. package/es/tour/index.d.ts +3 -3
  238. package/es/tour/tour.vue.d.ts +1 -1
  239. package/es/transfer/index.d.ts +3 -3
  240. package/es/transfer/transfer.vue.d.ts +1 -1
  241. package/es/tree/tree.vue.d.ts +4 -4
  242. package/es/tree-select/interface.d.ts +2 -1
  243. package/es/tree-select/tree-select.vue.d.ts +25 -7
  244. package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +20 -0
  245. package/es/trigger/index.d.ts +12 -12
  246. package/es/trigger/trigger.d.ts +4 -4
  247. package/es/typography/base.d.ts +4 -4
  248. package/es/typography/edit-content.vue.d.ts +2 -2
  249. package/es/upload/index.d.ts +6 -6
  250. package/es/upload/upload-button.d.ts +1 -1
  251. package/es/upload/upload.d.ts +2 -2
  252. package/es/verification-code/index.d.ts +3 -3
  253. package/es/verification-code/verification-code.d.ts +1 -1
  254. package/es/watermark/index.d.ts +3 -3
  255. package/es/watermark/watermark.d.ts +1 -1
  256. package/json/vetur-attributes.json +233 -0
  257. package/json/vetur-tags.json +83 -3
  258. package/json/web-types.json +535 -2
  259. package/package.json +10 -1
@@ -107,6 +107,14 @@ var cascader_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineC
107
107
  tagNowrap: {
108
108
  type: Boolean,
109
109
  default: false
110
+ },
111
+ fitWidth: {
112
+ type: Boolean,
113
+ default: false
114
+ },
115
+ maxWFull: {
116
+ type: Boolean,
117
+ default: true
110
118
  }
111
119
  },
112
120
  emits: [
@@ -551,6 +559,8 @@ var cascader_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineC
551
559
  size: unref(size),
552
560
  opened: unref(computedPopupVisible),
553
561
  placeholder: unref(placeholder),
562
+ "fit-width": __props.fitWidth,
563
+ "max-w-full": __props.maxWFull,
554
564
  loading: unref(loading),
555
565
  "max-tag-count": unref(maxTagCount),
556
566
  "tag-nowrap": unref(tagNowrap),
@@ -599,6 +609,8 @@ var cascader_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineC
599
609
  "size",
600
610
  "opened",
601
611
  "placeholder",
612
+ "fit-width",
613
+ "max-w-full",
602
614
  "loading",
603
615
  "max-tag-count",
604
616
  "tag-nowrap",
@@ -1,10 +1,11 @@
1
1
  import type { VirtualListProps } from '../_components/virtual-list/interface';
2
+ import type { FitWidthProps } from '../_hooks/use-fit-width';
2
3
  import type { Size } from '../_utils/constant';
3
4
  import type { FloatingOptions } from '../_utils/floating';
4
5
  import type { TriggerProps } from '../trigger';
5
6
  import type { CascaderFallback, CascaderFieldNames, CascaderFormatLabel, CascaderLoadMore, CascaderModelValue, CascaderOption } from './interface';
6
7
  export type CascaderExpandTrigger = 'click' | 'hover';
7
- export interface CascaderProps {
8
+ export interface CascaderProps extends FitWidthProps {
8
9
  pathMode?: boolean;
9
10
  multiple?: boolean;
10
11
  modelValue?: CascaderModelValue;
@@ -88,7 +88,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
88
88
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
89
89
  click: (_e: MouseEvent) => any;
90
90
  }, import("vue").PublicProps, {
91
- size: "small" | "mini" | "medium" | "large";
91
+ size: "small" | "medium" | "large" | "mini";
92
92
  disabled: boolean;
93
93
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
94
94
  P: {};
@@ -112,7 +112,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
112
112
  }>> & Readonly<{
113
113
  onClick?: ((_e: MouseEvent) => any) | undefined;
114
114
  }>, {}, {}, {}, {}, {
115
- size: "small" | "mini" | "medium" | "large";
115
+ size: "small" | "medium" | "large" | "mini";
116
116
  disabled: boolean;
117
117
  }>;
118
118
  __isFragment?: never;
@@ -135,7 +135,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
135
135
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
136
136
  click: (_e: MouseEvent) => any;
137
137
  }, string, {
138
- size: "small" | "mini" | "medium" | "large";
138
+ size: "small" | "medium" | "large" | "mini";
139
139
  disabled: boolean;
140
140
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
141
141
  $slots: {
@@ -64,7 +64,7 @@ declare const Checkbox: {
64
64
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
65
65
  click: (_e: MouseEvent) => any;
66
66
  }, import("vue").PublicProps, {
67
- size: "small" | "mini" | "medium" | "large";
67
+ size: "small" | "medium" | "large" | "mini";
68
68
  disabled: boolean;
69
69
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
70
70
  P: {};
@@ -88,7 +88,7 @@ declare const Checkbox: {
88
88
  }>> & Readonly<{
89
89
  onClick?: ((_e: MouseEvent) => any) | undefined;
90
90
  }>, {}, {}, {}, {}, {
91
- size: "small" | "mini" | "medium" | "large";
91
+ size: "small" | "medium" | "large" | "mini";
92
92
  disabled: boolean;
93
93
  }>;
94
94
  __isFragment?: never;
@@ -111,7 +111,7 @@ declare const Checkbox: {
111
111
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
112
112
  click: (_e: MouseEvent) => any;
113
113
  }, string, {
114
- size: "small" | "mini" | "medium" | "large";
114
+ size: "small" | "medium" | "large" | "mini";
115
115
  disabled: boolean;
116
116
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
117
117
  $slots: {
@@ -228,7 +228,7 @@ declare const Checkbox: {
228
228
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
229
229
  click: (_e: MouseEvent) => any;
230
230
  }, import("vue").PublicProps, {
231
- size: "small" | "mini" | "medium" | "large";
231
+ size: "small" | "medium" | "large" | "mini";
232
232
  disabled: boolean;
233
233
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
234
234
  P: {};
@@ -252,7 +252,7 @@ declare const Checkbox: {
252
252
  }>> & Readonly<{
253
253
  onClick?: ((_e: MouseEvent) => any) | undefined;
254
254
  }>, {}, {}, {}, {}, {
255
- size: "small" | "mini" | "medium" | "large";
255
+ size: "small" | "medium" | "large" | "mini";
256
256
  disabled: boolean;
257
257
  }>;
258
258
  __isFragment?: never;
@@ -275,7 +275,7 @@ declare const Checkbox: {
275
275
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
276
276
  click: (_e: MouseEvent) => any;
277
277
  }, string, {
278
- size: "small" | "mini" | "medium" | "large";
278
+ size: "small" | "medium" | "large" | "mini";
279
279
  disabled: boolean;
280
280
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
281
281
  $slots: {
@@ -49,7 +49,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
49
49
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
50
50
  click: (_e: MouseEvent) => any;
51
51
  }, import("vue").PublicProps, {
52
- size: "small" | "mini" | "medium" | "large";
52
+ size: "small" | "medium" | "large" | "mini";
53
53
  disabled: boolean;
54
54
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
55
55
  P: {};
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
73
73
  }>> & Readonly<{
74
74
  onClick?: ((_e: MouseEvent) => any) | undefined;
75
75
  }>, {}, {}, {}, {}, {
76
- size: "small" | "mini" | "medium" | "large";
76
+ size: "small" | "medium" | "large" | "mini";
77
77
  disabled: boolean;
78
78
  }>;
79
79
  __isFragment?: never;
@@ -96,7 +96,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
96
96
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
97
97
  click: (_e: MouseEvent) => any;
98
98
  }, string, {
99
- size: "small" | "mini" | "medium" | "large";
99
+ size: "small" | "medium" | "large" | "mini";
100
100
  disabled: boolean;
101
101
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
102
102
  $slots: {
@@ -196,7 +196,7 @@ declare const Collapse: {
196
196
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
197
197
  click: (_e: MouseEvent) => any;
198
198
  }, import("vue").PublicProps, {
199
- size: "small" | "mini" | "medium" | "large";
199
+ size: "small" | "medium" | "large" | "mini";
200
200
  disabled: boolean;
201
201
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
202
202
  P: {};
@@ -220,7 +220,7 @@ declare const Collapse: {
220
220
  }>> & Readonly<{
221
221
  onClick?: ((_e: MouseEvent) => any) | undefined;
222
222
  }>, {}, {}, {}, {}, {
223
- size: "small" | "mini" | "medium" | "large";
223
+ size: "small" | "medium" | "large" | "mini";
224
224
  disabled: boolean;
225
225
  }>;
226
226
  __isFragment?: never;
@@ -243,7 +243,7 @@ declare const Collapse: {
243
243
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
244
244
  click: (_e: MouseEvent) => any;
245
245
  }, string, {
246
- size: "small" | "mini" | "medium" | "large";
246
+ size: "small" | "medium" | "large" | "mini";
247
247
  disabled: boolean;
248
248
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
249
249
  $slots: {
@@ -150,9 +150,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
150
150
  }) => any) | undefined;
151
151
  "onRecent-colors-change"?: ((_value: string[]) => any) | undefined;
152
152
  }>, {
153
- readonly: string | boolean;
154
- size: "small" | "mini" | "medium" | "large";
153
+ size: "small" | "medium" | "large" | "mini";
155
154
  disabled: boolean;
155
+ readonly: string | boolean;
156
156
  defaultValue: string;
157
157
  clearable: boolean;
158
158
  format: ColorFormat | LegacyFormat;
@@ -90,9 +90,9 @@ declare const ColorPicker: {
90
90
  }) => true;
91
91
  'recent-colors-change': (_value: string[]) => true;
92
92
  }, import("vue").PublicProps, {
93
- readonly: string | boolean;
94
- size: "small" | "mini" | "medium" | "large";
93
+ size: "small" | "medium" | "large" | "mini";
95
94
  disabled: boolean;
95
+ readonly: string | boolean;
96
96
  defaultValue: string;
97
97
  clearable: boolean;
98
98
  format: import("./interface").ColorFormat | import("./interface").LegacyFormat;
@@ -186,9 +186,9 @@ declare const ColorPicker: {
186
186
  }) => any) | undefined;
187
187
  "onRecent-colors-change"?: ((_value: string[]) => any) | undefined;
188
188
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
189
- readonly: string | boolean;
190
- size: "small" | "mini" | "medium" | "large";
189
+ size: "small" | "medium" | "large" | "mini";
191
190
  disabled: boolean;
191
+ readonly: string | boolean;
192
192
  defaultValue: string;
193
193
  clearable: boolean;
194
194
  format: import("./interface").ColorFormat | import("./interface").LegacyFormat;
@@ -293,9 +293,9 @@ declare const ColorPicker: {
293
293
  }) => true;
294
294
  'recent-colors-change': (_value: string[]) => true;
295
295
  }, string, {
296
- readonly: string | boolean;
297
- size: "small" | "mini" | "medium" | "large";
296
+ size: "small" | "medium" | "large" | "mini";
298
297
  disabled: boolean;
298
+ readonly: string | boolean;
299
299
  defaultValue: string;
300
300
  clearable: boolean;
301
301
  format: import("./interface").ColorFormat | import("./interface").LegacyFormat;
@@ -100,7 +100,11 @@ declare module 'vue' {
100
100
  SdRate: SDVue['Rate'];
101
101
  SdResizeBox: SDVue['ResizeBox'];
102
102
  SdResult: SDVue['Result'];
103
+ SdRichTextEditor: SDVue['RichTextEditor'];
103
104
  SdSelect: SDVue['Select'];
105
+ SdSender: SDVue['Sender'];
106
+ SdSenderHeader: SDVue['SenderHeader'];
107
+ SdSenderSwitch: SDVue['SenderSwitch'];
104
108
  SdSecret: SDVue['Secret'];
105
109
  SdSkeleton: SDVue['Skeleton'];
106
110
  SdSkeletonLine: SDVue['SkeletonLine'];
@@ -149,12 +149,12 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
149
149
  type: PropType<SdThemeMode>;
150
150
  };
151
151
  }>> & Readonly<{}>, {
152
+ rtl: boolean;
152
153
  updateAtScroll: boolean;
153
154
  scrollToClose: boolean;
154
155
  prefixCls: string;
155
156
  allowClear: boolean;
156
157
  allowSearch: boolean;
157
- rtl: boolean;
158
158
  exchangeTime: boolean;
159
159
  global: boolean;
160
160
  autoInsertSpaceInButton: boolean;
@@ -73,12 +73,12 @@ declare const ConfigProvider: {
73
73
  type: import("vue").PropType<import("./theme").SdThemeMode>;
74
74
  };
75
75
  }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
76
+ rtl: boolean;
76
77
  updateAtScroll: boolean;
77
78
  scrollToClose: boolean;
78
79
  prefixCls: string;
79
80
  allowClear: boolean;
80
81
  allowSearch: boolean;
81
- rtl: boolean;
82
82
  exchangeTime: boolean;
83
83
  global: boolean;
84
84
  autoInsertSpaceInButton: boolean;
@@ -160,12 +160,12 @@ declare const ConfigProvider: {
160
160
  type: import("vue").PropType<import("./theme").SdThemeMode>;
161
161
  };
162
162
  }>> & Readonly<{}>, {}, {}, {}, {}, {
163
+ rtl: boolean;
163
164
  updateAtScroll: boolean;
164
165
  scrollToClose: boolean;
165
166
  prefixCls: string;
166
167
  allowClear: boolean;
167
168
  allowSearch: boolean;
168
- rtl: boolean;
169
169
  exchangeTime: boolean;
170
170
  global: boolean;
171
171
  autoInsertSpaceInButton: boolean;
@@ -244,12 +244,12 @@ declare const ConfigProvider: {
244
244
  type: import("vue").PropType<import("./theme").SdThemeMode>;
245
245
  };
246
246
  }>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
247
+ rtl: boolean;
247
248
  updateAtScroll: boolean;
248
249
  scrollToClose: boolean;
249
250
  prefixCls: string;
250
251
  allowClear: boolean;
251
252
  allowSearch: boolean;
252
- rtl: boolean;
253
253
  exchangeTime: boolean;
254
254
  global: boolean;
255
255
  autoInsertSpaceInButton: boolean;
@@ -48,8 +48,18 @@ declare const DatePicker: {
48
48
  type: BooleanConstructor;
49
49
  default: boolean;
50
50
  };
51
+ fitWidth: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ maxWFull: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
51
59
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
52
60
  disabled: boolean;
61
+ fitWidth: boolean;
62
+ maxWFull: boolean;
53
63
  showTime: boolean;
54
64
  dayStartOfWeek: import("./interface").WeekStart;
55
65
  showNowBtn: boolean;
@@ -93,8 +103,18 @@ declare const DatePicker: {
93
103
  type: BooleanConstructor;
94
104
  default: boolean;
95
105
  };
106
+ fitWidth: {
107
+ type: BooleanConstructor;
108
+ default: boolean;
109
+ };
110
+ maxWFull: {
111
+ type: BooleanConstructor;
112
+ default: boolean;
113
+ };
96
114
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
97
115
  disabled: boolean;
116
+ fitWidth: boolean;
117
+ maxWFull: boolean;
98
118
  showTime: boolean;
99
119
  dayStartOfWeek: import("./interface").WeekStart;
100
120
  showNowBtn: boolean;
@@ -135,8 +155,18 @@ declare const DatePicker: {
135
155
  type: BooleanConstructor;
136
156
  default: boolean;
137
157
  };
158
+ fitWidth: {
159
+ type: BooleanConstructor;
160
+ default: boolean;
161
+ };
162
+ maxWFull: {
163
+ type: BooleanConstructor;
164
+ default: boolean;
165
+ };
138
166
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
139
167
  disabled: boolean;
168
+ fitWidth: boolean;
169
+ maxWFull: boolean;
140
170
  showTime: boolean;
141
171
  dayStartOfWeek: import("./interface").WeekStart;
142
172
  showNowBtn: boolean;
@@ -313,6 +343,14 @@ declare const DatePicker: {
313
343
  placeholder: {
314
344
  type: import("vue").PropType<string[]>;
315
345
  };
346
+ fitWidth: {
347
+ type: BooleanConstructor;
348
+ default: boolean;
349
+ };
350
+ maxWFull: {
351
+ type: BooleanConstructor;
352
+ default: boolean;
353
+ };
316
354
  disabledDate: {
317
355
  type: import("vue").PropType<(current: Date, type: "start" | "end") => boolean>;
318
356
  };
@@ -431,13 +469,15 @@ declare const DatePicker: {
431
469
  "picker-value-change": (value: CalendarValue[], date: Date[], dateString: string[]) => any;
432
470
  "update:pickerValue": (value: CalendarValue[]) => any;
433
471
  }, import("vue").PublicProps, {
472
+ position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
473
+ disabled: boolean | boolean[];
434
474
  error: boolean;
435
475
  popupVisible: boolean;
436
476
  defaultPopupVisible: boolean;
437
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
438
- disabled: boolean | boolean[];
439
477
  unmountOnClose: boolean;
440
478
  allowClear: boolean;
479
+ fitWidth: boolean;
480
+ maxWFull: boolean;
441
481
  mode: "month" | "year" | "date" | "week" | "quarter";
442
482
  disabledInput: boolean;
443
483
  showTime: boolean;
@@ -446,7 +486,7 @@ declare const DatePicker: {
446
486
  showConfirmBtn: boolean;
447
487
  abbreviation: boolean;
448
488
  shortcuts: import("./interface").ShortcutType[];
449
- shortcutsPosition: "bottom" | "left" | "right";
489
+ shortcutsPosition: "left" | "right" | "bottom";
450
490
  hideTrigger: boolean;
451
491
  inputProps: Record<string, any>[];
452
492
  previewShortcut: boolean;
@@ -504,6 +544,14 @@ declare const DatePicker: {
504
544
  placeholder: {
505
545
  type: import("vue").PropType<string[]>;
506
546
  };
547
+ fitWidth: {
548
+ type: BooleanConstructor;
549
+ default: boolean;
550
+ };
551
+ maxWFull: {
552
+ type: BooleanConstructor;
553
+ default: boolean;
554
+ };
507
555
  disabledDate: {
508
556
  type: import("vue").PropType<(current: Date, type: "start" | "end") => boolean>;
509
557
  };
@@ -611,13 +659,15 @@ declare const DatePicker: {
611
659
  "onPicker-value-change"?: ((value: CalendarValue[], date: Date[], dateString: string[]) => any) | undefined;
612
660
  "onUpdate:pickerValue"?: ((value: CalendarValue[]) => any) | undefined;
613
661
  }>, {}, {}, {}, {}, {
662
+ position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
663
+ disabled: boolean | boolean[];
614
664
  error: boolean;
615
665
  popupVisible: boolean;
616
666
  defaultPopupVisible: boolean;
617
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
618
- disabled: boolean | boolean[];
619
667
  unmountOnClose: boolean;
620
668
  allowClear: boolean;
669
+ fitWidth: boolean;
670
+ maxWFull: boolean;
621
671
  mode: "month" | "year" | "date" | "week" | "quarter";
622
672
  disabledInput: boolean;
623
673
  showTime: boolean;
@@ -626,7 +676,7 @@ declare const DatePicker: {
626
676
  showConfirmBtn: boolean;
627
677
  abbreviation: boolean;
628
678
  shortcuts: import("./interface").ShortcutType[];
629
- shortcutsPosition: "bottom" | "left" | "right";
679
+ shortcutsPosition: "left" | "right" | "bottom";
630
680
  hideTrigger: boolean;
631
681
  inputProps: Record<string, any>[];
632
682
  previewShortcut: boolean;
@@ -681,6 +731,14 @@ declare const DatePicker: {
681
731
  placeholder: {
682
732
  type: import("vue").PropType<string[]>;
683
733
  };
734
+ fitWidth: {
735
+ type: BooleanConstructor;
736
+ default: boolean;
737
+ };
738
+ maxWFull: {
739
+ type: BooleanConstructor;
740
+ default: boolean;
741
+ };
684
742
  disabledDate: {
685
743
  type: import("vue").PropType<(current: Date, type: "start" | "end") => boolean>;
686
744
  };
@@ -799,13 +857,15 @@ declare const DatePicker: {
799
857
  "picker-value-change": (value: CalendarValue[], date: Date[], dateString: string[]) => any;
800
858
  "update:pickerValue": (value: CalendarValue[]) => any;
801
859
  }, string, {
860
+ position: "bottom" | "top" | "tl" | "tr" | "bl" | "br";
861
+ disabled: boolean | boolean[];
802
862
  error: boolean;
803
863
  popupVisible: boolean;
804
864
  defaultPopupVisible: boolean;
805
- position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
806
- disabled: boolean | boolean[];
807
865
  unmountOnClose: boolean;
808
866
  allowClear: boolean;
867
+ fitWidth: boolean;
868
+ maxWFull: boolean;
809
869
  mode: "month" | "year" | "date" | "week" | "quarter";
810
870
  disabledInput: boolean;
811
871
  showTime: boolean;
@@ -814,7 +874,7 @@ declare const DatePicker: {
814
874
  showConfirmBtn: boolean;
815
875
  abbreviation: boolean;
816
876
  shortcuts: import("./interface").ShortcutType[];
817
- shortcutsPosition: "bottom" | "left" | "right";
877
+ shortcutsPosition: "left" | "right" | "bottom";
818
878
  hideTrigger: boolean;
819
879
  inputProps: Record<string, any>[];
820
880
  previewShortcut: boolean;
@@ -961,7 +1021,7 @@ declare const DatePicker: {
961
1021
  confirmBtnDisabled: boolean;
962
1022
  abbreviation: boolean;
963
1023
  shortcuts: import("./interface").ShortcutType[];
964
- shortcutsPosition: "bottom" | "left" | "right";
1024
+ shortcutsPosition: "left" | "right" | "bottom";
965
1025
  hideTrigger: boolean;
966
1026
  startHeaderProps: import("./interface").StartHeaderProps;
967
1027
  endHeaderProps: import("./interface").StartHeaderProps;
@@ -1088,7 +1148,7 @@ declare const DatePicker: {
1088
1148
  confirmBtnDisabled: boolean;
1089
1149
  abbreviation: boolean;
1090
1150
  shortcuts: import("./interface").ShortcutType[];
1091
- shortcutsPosition: "bottom" | "left" | "right";
1151
+ shortcutsPosition: "left" | "right" | "bottom";
1092
1152
  hideTrigger: boolean;
1093
1153
  startHeaderProps: import("./interface").StartHeaderProps;
1094
1154
  endHeaderProps: import("./interface").StartHeaderProps;
@@ -1224,7 +1284,7 @@ declare const DatePicker: {
1224
1284
  confirmBtnDisabled: boolean;
1225
1285
  abbreviation: boolean;
1226
1286
  shortcuts: import("./interface").ShortcutType[];
1227
- shortcutsPosition: "bottom" | "left" | "right";
1287
+ shortcutsPosition: "left" | "right" | "bottom";
1228
1288
  hideTrigger: boolean;
1229
1289
  startHeaderProps: import("./interface").StartHeaderProps;
1230
1290
  endHeaderProps: import("./interface").StartHeaderProps;
@@ -1294,17 +1354,19 @@ declare const DatePicker: {
1294
1354
  timePickerProps: {
1295
1355
  visible: boolean;
1296
1356
  type?: "time" | "time-range" | undefined;
1357
+ size?: "small" | "medium" | "large" | "mini" | undefined;
1358
+ position?: "bottom" | "top" | "tl" | "tr" | "bl" | "br" | undefined;
1359
+ disabled?: boolean | undefined;
1297
1360
  error?: boolean | undefined;
1298
1361
  readonly?: boolean | undefined;
1299
- size?: "small" | "mini" | "medium" | "large" | undefined;
1300
1362
  popupVisible?: boolean | undefined;
1301
1363
  defaultPopupVisible?: boolean | undefined;
1302
- position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
1303
- disabled?: boolean | undefined;
1304
1364
  unmountOnClose?: boolean | undefined;
1305
1365
  modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
1306
1366
  placeholder?: string | string[] | undefined;
1307
1367
  allowClear?: boolean | undefined;
1368
+ fitWidth?: boolean | undefined;
1369
+ maxWFull?: boolean | undefined;
1308
1370
  triggerProps?: Record<string, unknown> | undefined;
1309
1371
  format: string;
1310
1372
  disabledHours?: (() => number[]) | undefined;
@@ -1462,7 +1524,7 @@ declare const DatePicker: {
1462
1524
  dayStartOfWeek: import("./interface").WeekStart;
1463
1525
  abbreviation: boolean;
1464
1526
  shortcuts: import("./interface").ShortcutType[];
1465
- shortcutsPosition: "bottom" | "left" | "right";
1527
+ shortcutsPosition: "left" | "right" | "bottom";
1466
1528
  hideTrigger: boolean;
1467
1529
  };
1468
1530
  }) => any;
@@ -1604,7 +1666,7 @@ declare const DatePicker: {
1604
1666
  confirmBtnDisabled: boolean;
1605
1667
  abbreviation: boolean;
1606
1668
  shortcuts: import("./interface").ShortcutType[];
1607
- shortcutsPosition: "bottom" | "left" | "right";
1669
+ shortcutsPosition: "left" | "right" | "bottom";
1608
1670
  hideTrigger: boolean;
1609
1671
  startHeaderProps: import("./interface").StartHeaderProps;
1610
1672
  endHeaderProps: import("./interface").StartHeaderProps;
@@ -1731,7 +1793,7 @@ declare const DatePicker: {
1731
1793
  confirmBtnDisabled: boolean;
1732
1794
  abbreviation: boolean;
1733
1795
  shortcuts: import("./interface").ShortcutType[];
1734
- shortcutsPosition: "bottom" | "left" | "right";
1796
+ shortcutsPosition: "left" | "right" | "bottom";
1735
1797
  hideTrigger: boolean;
1736
1798
  startHeaderProps: import("./interface").StartHeaderProps;
1737
1799
  endHeaderProps: import("./interface").StartHeaderProps;
@@ -1867,7 +1929,7 @@ declare const DatePicker: {
1867
1929
  confirmBtnDisabled: boolean;
1868
1930
  abbreviation: boolean;
1869
1931
  shortcuts: import("./interface").ShortcutType[];
1870
- shortcutsPosition: "bottom" | "left" | "right";
1932
+ shortcutsPosition: "left" | "right" | "bottom";
1871
1933
  hideTrigger: boolean;
1872
1934
  startHeaderProps: import("./interface").StartHeaderProps;
1873
1935
  endHeaderProps: import("./interface").StartHeaderProps;
@@ -1937,17 +1999,19 @@ declare const DatePicker: {
1937
1999
  timePickerProps: {
1938
2000
  visible: boolean;
1939
2001
  type?: "time" | "time-range" | undefined;
2002
+ size?: "small" | "medium" | "large" | "mini" | undefined;
2003
+ position?: "bottom" | "top" | "tl" | "tr" | "bl" | "br" | undefined;
2004
+ disabled?: boolean | undefined;
1940
2005
  error?: boolean | undefined;
1941
2006
  readonly?: boolean | undefined;
1942
- size?: "small" | "mini" | "medium" | "large" | undefined;
1943
2007
  popupVisible?: boolean | undefined;
1944
2008
  defaultPopupVisible?: boolean | undefined;
1945
- position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
1946
- disabled?: boolean | undefined;
1947
2009
  unmountOnClose?: boolean | undefined;
1948
2010
  modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
1949
2011
  placeholder?: string | string[] | undefined;
1950
2012
  allowClear?: boolean | undefined;
2013
+ fitWidth?: boolean | undefined;
2014
+ maxWFull?: boolean | undefined;
1951
2015
  triggerProps?: Record<string, unknown> | undefined;
1952
2016
  format: string;
1953
2017
  disabledHours?: (() => number[]) | undefined;
@@ -2105,7 +2169,7 @@ declare const DatePicker: {
2105
2169
  dayStartOfWeek: import("./interface").WeekStart;
2106
2170
  abbreviation: boolean;
2107
2171
  shortcuts: import("./interface").ShortcutType[];
2108
- shortcutsPosition: "bottom" | "left" | "right";
2172
+ shortcutsPosition: "left" | "right" | "bottom";
2109
2173
  hideTrigger: boolean;
2110
2174
  };
2111
2175
  }) => any;
@@ -1,5 +1,6 @@
1
1
  import { Slot, VNode } from 'vue';
2
2
  import { Dayjs } from 'dayjs';
3
+ import type { FitWidthProps } from '../_hooks/use-fit-width';
3
4
  import { TimePickerProps } from '../time-picker/interface';
4
5
  export type CalendarValue = Date | string | number;
5
6
  export type ValueFormat = 'timestamp' | 'Date' | string;
@@ -53,7 +54,7 @@ export interface QuarterPickerProps {
53
54
  modelValue?: CalendarValue;
54
55
  defaultValue?: CalendarValue;
55
56
  }
56
- export interface BasePickerProps {
57
+ export interface BasePickerProps extends FitWidthProps {
57
58
  locale?: Record<string, any>;
58
59
  hideTrigger: boolean;
59
60
  allowClear: boolean;
@@ -224,7 +224,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
224
224
  abbreviation: boolean;
225
225
  shortcuts: ShortcutType[];
226
226
  showNowBtn: boolean;
227
- shortcutsPosition: "bottom" | "left" | "right";
227
+ shortcutsPosition: "left" | "right" | "bottom";
228
228
  hideTrigger: boolean;
229
229
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
230
230
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;