@sdata/web-vue 2.3.1 → 2.6.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 (141) hide show
  1. package/README.md +1 -1
  2. package/dist/sd.css +117 -191
  3. package/dist/sd.min.css +1 -1
  4. package/es/_components/transition/expand-transition.vue.d.ts +2 -2
  5. package/es/_hooks/use-responsive.d.ts +2 -2
  6. package/es/_hooks/use-theme-mode.d.ts +3 -0
  7. package/es/{calendar/hooks/use-calendar-theme.js → _hooks/use-theme-mode.js} +14 -10
  8. package/es/_utils/responsive-observe.d.ts +5 -4
  9. package/es/_utils/responsive-observe.js +2 -1
  10. package/es/alert/index.d.ts +3 -3
  11. package/es/anchor/index.d.ts +3 -3
  12. package/es/avatar/index.d.ts +20 -20
  13. package/es/border-beam/border-beam.js +5 -0
  14. package/es/border-beam/border-beam.vue.d.ts +52 -0
  15. package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +623 -0
  16. package/es/border-beam/index.d.ts +106 -0
  17. package/es/border-beam/index.js +10 -0
  18. package/es/border-beam/pulseDriver.d.ts +2 -0
  19. package/es/border-beam/pulseDriver.js +74 -0
  20. package/es/border-beam/style/css.js +2 -0
  21. package/es/border-beam/style/index.css +21 -0
  22. package/es/border-beam/style/index.d.ts +2 -0
  23. package/es/border-beam/style/index.js +2 -0
  24. package/es/border-beam/style/index.scss +12 -0
  25. package/es/border-beam/style/token.scss +12 -0
  26. package/es/border-beam/styles.d.ts +42 -0
  27. package/es/border-beam/styles.js +3545 -0
  28. package/es/border-beam/types.d.ts +27 -0
  29. package/es/button/index.d.ts +24 -24
  30. package/es/calendar/components/cell.vue.d.ts +26 -26
  31. package/es/calendar/components/index.vue.d.ts +1 -1
  32. package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +3 -2
  33. package/es/calendar/index.d.ts +5 -5
  34. package/es/carousel/index.d.ts +3 -3
  35. package/es/cascader/cascader.vue.d.ts +8 -8
  36. package/es/checkbox/checkbox.d.ts +3 -3
  37. package/es/collapse/collapse-item.d.ts +5 -5
  38. package/es/collapse/index.d.ts +3 -3
  39. package/es/components.d.ts +1 -0
  40. package/es/config-provider/index.d.ts +21 -21
  41. package/es/date-picker/index.d.ts +14 -14
  42. package/es/date-picker/panels/date/index.vue.d.ts +2 -2
  43. package/es/date-picker/panels/month/index.vue.d.ts +2 -2
  44. package/es/date-picker/panels/quarter/index.vue.d.ts +2 -2
  45. package/es/date-picker/panels/week/index.vue.d.ts +2 -2
  46. package/es/date-picker/panels/year/index.vue.d.ts +2 -2
  47. package/es/date-picker/picker-panel.vue.d.ts +12 -12
  48. package/es/date-picker/picker.vue.d.ts +14 -14
  49. package/es/date-picker/range-picker.vue.d.ts +15 -15
  50. package/es/descriptions/index.d.ts +24 -24
  51. package/es/drawer/drawer.vue.d.ts +5 -5
  52. package/es/drawer/index.d.ts +15 -15
  53. package/es/dropdown/dropdown-button.vue.d.ts +4 -4
  54. package/es/dropdown/index.d.ts +15 -15
  55. package/es/ellipsis/ellipsis.vue.d.ts +7 -7
  56. package/es/ellipsis/performant-ellipsis.vue.d.ts +5 -5
  57. package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +3 -3
  58. package/es/form/index.d.ts +3 -3
  59. package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +2 -2
  60. package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +10 -10
  61. package/es/icon/icon-menu/icon-menu.js +5 -0
  62. package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +52 -0
  63. package/es/icon/icon-menu/index.js +9 -0
  64. package/es/image/preview.vue.d.ts +2 -2
  65. package/es/index.css +117 -191
  66. package/es/index.d.ts +3 -1
  67. package/es/index.js +3 -2
  68. package/es/index.scss +1 -0
  69. package/es/input/index.d.ts +7 -7
  70. package/es/input/input-password.vue.d.ts +3 -3
  71. package/es/json-form/index.d.ts +9 -9
  72. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +1 -1
  73. package/es/json-form/json-form.vue.d.ts +3 -3
  74. package/es/layout/content.vue.d.ts +2 -2
  75. package/es/layout/content.vue_vue_type_script_setup_true_lang.js +8 -3
  76. package/es/layout/context.d.ts +12 -9
  77. package/es/layout/context.js +11 -3
  78. package/es/layout/footer.vue.d.ts +2 -2
  79. package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +8 -3
  80. package/es/layout/header.vue.d.ts +3 -30
  81. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +9 -339
  82. package/es/layout/hooks/use-has-sider.d.ts +2 -0
  83. package/es/layout/hooks/use-has-sider.js +38 -0
  84. package/es/layout/index.d.ts +91 -380
  85. package/es/layout/index.js +2 -2
  86. package/es/layout/interface.d.ts +12 -46
  87. package/es/layout/layout.vue.d.ts +4 -2
  88. package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +38 -14
  89. package/es/layout/sider.vue.d.ts +47 -183
  90. package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +191 -370
  91. package/es/layout/style/index.css +112 -190
  92. package/es/layout/style/index.scss +127 -239
  93. package/es/layout/style/token.scss +46 -26
  94. package/es/link/index.d.ts +6 -6
  95. package/es/list/index.d.ts +18 -18
  96. package/es/menu/base-menu.vue.d.ts +1 -1
  97. package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +14 -14
  98. package/es/menu/item.d.ts +1 -1
  99. package/es/menu/menu.d.ts +12 -12
  100. package/es/menu/menu.js +3 -3
  101. package/es/modal/index.d.ts +15 -15
  102. package/es/modal/modal.vue.d.ts +4 -4
  103. package/es/popconfirm/index.d.ts +12 -12
  104. package/es/popover/index.d.ts +12 -12
  105. package/es/progress/index.d.ts +6 -6
  106. package/es/qr-code/index.d.ts +3 -3
  107. package/es/radio/radio.d.ts +3 -3
  108. package/es/resize-box/resize-box.vue.d.ts +4 -4
  109. package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +7 -7
  110. package/es/result/index.d.ts +3 -3
  111. package/es/scrollbar/style/index.css +1 -1
  112. package/es/scrollbar/style/index.scss +4 -1
  113. package/es/sd-vue.js +3 -1
  114. package/es/select/select.d.ts +17 -17
  115. package/es/slider/index.d.ts +3 -3
  116. package/es/split/split.vue.d.ts +4 -4
  117. package/es/split/split.vue_vue_type_script_setup_true_lang.js +6 -6
  118. package/es/steps/index.d.ts +6 -6
  119. package/es/tabs/index.d.ts +6 -6
  120. package/es/tag/index.d.ts +6 -6
  121. package/es/tag/tag.vue.d.ts +2 -2
  122. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +2 -2
  123. package/es/theme-provider/index.d.ts +9 -9
  124. package/es/time-picker/index.d.ts +6 -6
  125. package/es/time-picker/time-picker.vue.d.ts +2 -2
  126. package/es/timeline/index.d.ts +3 -3
  127. package/es/timeline/timeline.d.ts +1 -1
  128. package/es/tooltip/index.d.ts +3 -3
  129. package/es/tour/index.d.ts +3 -3
  130. package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +6 -6
  131. package/es/tree/expand-transition.vue.d.ts +2 -2
  132. package/es/tree/node-switcher.vue.d.ts +1 -1
  133. package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +23 -23
  134. package/es/tree-select/tree-select.vue.d.ts +9 -9
  135. package/json/vetur-attributes.json +23 -156
  136. package/json/vetur-tags.json +12 -44
  137. package/json/web-types.json +38 -304
  138. package/package.json +5 -5
  139. package/es/calendar/hooks/use-calendar-theme.d.ts +0 -4
  140. package/es/layout/utils.d.ts +0 -1
  141. package/es/layout/utils.js +0 -11
@@ -33,7 +33,7 @@ declare const DatePicker: {
33
33
  type: BooleanConstructor;
34
34
  };
35
35
  timePickerProps: {
36
- type: import("vue").PropType<Partial<import("../time-picker/interface").TimePickerProps>>;
36
+ type: import("vue").PropType<Partial<import("../time-picker/interface.ts").TimePickerProps>>;
37
37
  };
38
38
  disabled: {
39
39
  type: BooleanConstructor;
@@ -78,7 +78,7 @@ declare const DatePicker: {
78
78
  type: BooleanConstructor;
79
79
  };
80
80
  timePickerProps: {
81
- type: import("vue").PropType<Partial<import("../time-picker/interface").TimePickerProps>>;
81
+ type: import("vue").PropType<Partial<import("../time-picker/interface.ts").TimePickerProps>>;
82
82
  };
83
83
  disabled: {
84
84
  type: BooleanConstructor;
@@ -120,7 +120,7 @@ declare const DatePicker: {
120
120
  type: BooleanConstructor;
121
121
  };
122
122
  timePickerProps: {
123
- type: import("vue").PropType<Partial<import("../time-picker/interface").TimePickerProps>>;
123
+ type: import("vue").PropType<Partial<import("../time-picker/interface.ts").TimePickerProps>>;
124
124
  };
125
125
  disabled: {
126
126
  type: BooleanConstructor;
@@ -304,7 +304,7 @@ declare const DatePicker: {
304
304
  type: BooleanConstructor;
305
305
  };
306
306
  timePickerProps: {
307
- type: import("vue").PropType<Partial<import("../time-picker/interface").TimePickerProps>>;
307
+ type: import("vue").PropType<Partial<import("../time-picker/interface.ts").TimePickerProps>>;
308
308
  };
309
309
  inputProps: {
310
310
  type: import("vue").PropType<Record<string, any>[]>;
@@ -354,7 +354,7 @@ declare const DatePicker: {
354
354
  type: BooleanConstructor;
355
355
  };
356
356
  size: {
357
- type: import("vue").PropType<import("..").Size>;
357
+ type: import("vue").PropType<import("../index.ts").Size>;
358
358
  };
359
359
  shortcuts: {
360
360
  type: import("vue").PropType<import("./interface").ShortcutType[]>;
@@ -376,7 +376,7 @@ declare const DatePicker: {
376
376
  type: BooleanConstructor;
377
377
  };
378
378
  triggerProps: {
379
- type: import("vue").PropType<import("..").TriggerProps>;
379
+ type: import("vue").PropType<import("../index.ts").TriggerProps>;
380
380
  };
381
381
  unmountOnClose: {
382
382
  type: BooleanConstructor;
@@ -493,7 +493,7 @@ declare const DatePicker: {
493
493
  type: BooleanConstructor;
494
494
  };
495
495
  timePickerProps: {
496
- type: import("vue").PropType<Partial<import("../time-picker/interface").TimePickerProps>>;
496
+ type: import("vue").PropType<Partial<import("../time-picker/interface.ts").TimePickerProps>>;
497
497
  };
498
498
  inputProps: {
499
499
  type: import("vue").PropType<Record<string, any>[]>;
@@ -543,7 +543,7 @@ declare const DatePicker: {
543
543
  type: BooleanConstructor;
544
544
  };
545
545
  size: {
546
- type: import("vue").PropType<import("..").Size>;
546
+ type: import("vue").PropType<import("../index.ts").Size>;
547
547
  };
548
548
  shortcuts: {
549
549
  type: import("vue").PropType<import("./interface").ShortcutType[]>;
@@ -565,7 +565,7 @@ declare const DatePicker: {
565
565
  type: BooleanConstructor;
566
566
  };
567
567
  triggerProps: {
568
- type: import("vue").PropType<import("..").TriggerProps>;
568
+ type: import("vue").PropType<import("../index.ts").TriggerProps>;
569
569
  };
570
570
  unmountOnClose: {
571
571
  type: BooleanConstructor;
@@ -668,7 +668,7 @@ declare const DatePicker: {
668
668
  type: BooleanConstructor;
669
669
  };
670
670
  timePickerProps: {
671
- type: import("vue").PropType<Partial<import("../time-picker/interface").TimePickerProps>>;
671
+ type: import("vue").PropType<Partial<import("../time-picker/interface.ts").TimePickerProps>>;
672
672
  };
673
673
  inputProps: {
674
674
  type: import("vue").PropType<Record<string, any>[]>;
@@ -718,7 +718,7 @@ declare const DatePicker: {
718
718
  type: BooleanConstructor;
719
719
  };
720
720
  size: {
721
- type: import("vue").PropType<import("..").Size>;
721
+ type: import("vue").PropType<import("../index.ts").Size>;
722
722
  };
723
723
  shortcuts: {
724
724
  type: import("vue").PropType<import("./interface").ShortcutType[]>;
@@ -740,7 +740,7 @@ declare const DatePicker: {
740
740
  type: BooleanConstructor;
741
741
  };
742
742
  triggerProps: {
743
- type: import("vue").PropType<import("..").TriggerProps>;
743
+ type: import("vue").PropType<import("../index.ts").TriggerProps>;
744
744
  };
745
745
  unmountOnClose: {
746
746
  type: BooleanConstructor;
@@ -1296,7 +1296,7 @@ declare const DatePicker: {
1296
1296
  position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
1297
1297
  disabled?: boolean | undefined;
1298
1298
  unmountOnClose?: boolean | undefined;
1299
- modelValue?: (import("..").TimeValue | import("..").TimeValue[]) | undefined;
1299
+ modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
1300
1300
  placeholder?: string | string[] | undefined;
1301
1301
  allowClear?: boolean | undefined;
1302
1302
  triggerProps?: Record<string, unknown> | undefined;
@@ -1939,7 +1939,7 @@ declare const DatePicker: {
1939
1939
  position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
1940
1940
  disabled?: boolean | undefined;
1941
1941
  unmountOnClose?: boolean | undefined;
1942
- modelValue?: (import("..").TimeValue | import("..").TimeValue[]) | undefined;
1942
+ modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
1943
1943
  placeholder?: string | string[] | undefined;
1944
1944
  allowClear?: boolean | undefined;
1945
1945
  triggerProps?: Record<string, unknown> | undefined;
@@ -3,11 +3,11 @@ import { Dayjs } from 'dayjs';
3
3
  import type { TimePickerProps } from '../../../time-picker/interface';
4
4
  import type { DisabledDate, DisabledTime, HeaderIcons, HeaderOperations, IsSameTime, Mode, WeekStart } from '../../interface';
5
5
  import { HeaderLabelClickFunc } from '../header.vue';
6
- declare var __VLS_21: {
6
+ declare var __VLS_20: {
7
7
  date: Date;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
- cell?: (props: typeof __VLS_21) => any;
10
+ cell?: (props: typeof __VLS_20) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
13
  isRange: {
@@ -2,11 +2,11 @@ import { PropType } from 'vue';
2
2
  import { Dayjs } from 'dayjs';
3
3
  import type { DisabledDate, HeaderIcons, HeaderOperations } from '../../interface';
4
4
  import { HeaderLabelClickFunc } from '../header.vue';
5
- declare var __VLS_16: {
5
+ declare var __VLS_15: {
6
6
  date: Date;
7
7
  };
8
8
  type __VLS_Slots = {} & {
9
- cell?: (props: typeof __VLS_16) => any;
9
+ cell?: (props: typeof __VLS_15) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12
12
  headerValue: {
@@ -2,11 +2,11 @@ import { PropType } from 'vue';
2
2
  import { Dayjs } from 'dayjs';
3
3
  import type { DisabledDate, HeaderIcons, HeaderOperations } from '../../interface';
4
4
  import { HeaderLabelClickFunc } from '../header.vue';
5
- declare var __VLS_16: {
5
+ declare var __VLS_15: {
6
6
  date: Date;
7
7
  };
8
8
  type __VLS_Slots = {} & {
9
- cell?: (props: typeof __VLS_16) => any;
9
+ cell?: (props: typeof __VLS_15) => any;
10
10
  };
11
11
  declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12
12
  headerValue: {
@@ -1,11 +1,11 @@
1
1
  import { PropType } from 'vue';
2
2
  import { Dayjs } from 'dayjs';
3
3
  import { HeaderIcons, HeaderOperations, WeekStart } from '../../interface';
4
- declare var __VLS_12: {
4
+ declare var __VLS_11: {
5
5
  date: Date;
6
6
  };
7
7
  type __VLS_Slots = {} & {
8
- cell?: (props: typeof __VLS_12) => any;
8
+ cell?: (props: typeof __VLS_11) => any;
9
9
  };
10
10
  declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
11
11
  dayStartOfWeek: {
@@ -1,11 +1,11 @@
1
1
  import { PropType } from 'vue';
2
2
  import { Dayjs } from 'dayjs';
3
3
  import type { DisabledDate, HeaderIcons, HeaderOperations } from '../../interface';
4
- declare var __VLS_16: {
4
+ declare var __VLS_15: {
5
5
  date: Date;
6
6
  };
7
7
  type __VLS_Slots = {} & {
8
- cell?: (props: typeof __VLS_16) => any;
8
+ cell?: (props: typeof __VLS_15) => any;
9
9
  };
10
10
  declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
11
11
  headerValue: {
@@ -2,29 +2,29 @@ import { PropType } from 'vue';
2
2
  import { Dayjs } from 'dayjs';
3
3
  import { TimePickerProps } from '../time-picker/interface';
4
4
  import { DisabledDate, DisabledTime, HeaderIcons, HeaderOperations, ShortcutType, WeekStart } from './interface';
5
- declare var __VLS_28: {
5
+ declare var __VLS_27: {
6
6
  date: Date;
7
- }, __VLS_37: {
7
+ }, __VLS_36: {
8
8
  date: Date;
9
- }, __VLS_46: {
9
+ }, __VLS_45: {
10
10
  date: Date;
11
- }, __VLS_55: {
11
+ }, __VLS_54: {
12
12
  date: Date;
13
- }, __VLS_66: {
13
+ }, __VLS_65: {
14
14
  date: Date;
15
- }, __VLS_78: {};
15
+ }, __VLS_76: {};
16
16
  type __VLS_Slots = {} & {
17
- cell?: (props: typeof __VLS_28) => any;
17
+ cell?: (props: typeof __VLS_27) => any;
18
18
  } & {
19
- cell?: (props: typeof __VLS_37) => any;
19
+ cell?: (props: typeof __VLS_36) => any;
20
20
  } & {
21
- cell?: (props: typeof __VLS_46) => any;
21
+ cell?: (props: typeof __VLS_45) => any;
22
22
  } & {
23
- cell?: (props: typeof __VLS_55) => any;
23
+ cell?: (props: typeof __VLS_54) => any;
24
24
  } & {
25
- cell?: (props: typeof __VLS_66) => any;
25
+ cell?: (props: typeof __VLS_65) => any;
26
26
  } & {
27
- extra?: (props: typeof __VLS_78) => any;
27
+ extra?: (props: typeof __VLS_76) => any;
28
28
  };
29
29
  declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
30
30
  mode: {
@@ -14,7 +14,7 @@ declare function onPanelShortcutClick(value: Dayjs, shortcut: ShortcutType): voi
14
14
  declare function onPanelHeaderLabelClick(type: 'year' | 'month'): void;
15
15
  declare function onMonthHeaderClick(): void;
16
16
  declare function onPanelHeaderSelect(date: Dayjs): void;
17
- declare var __VLS_10: {}, __VLS_26: {}, __VLS_29: {}, __VLS_37: {
17
+ declare var __VLS_10: {}, __VLS_23: {}, __VLS_26: {}, __VLS_34: {
18
18
  component: {
19
19
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
20
20
  mode: {
@@ -412,7 +412,7 @@ declare var __VLS_10: {}, __VLS_26: {}, __VLS_29: {}, __VLS_37: {
412
412
  position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
413
413
  disabled?: boolean | undefined;
414
414
  unmountOnClose?: boolean | undefined;
415
- modelValue?: (import("../index.js").TimeValue | import("../index.js").TimeValue[]) | undefined;
415
+ modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
416
416
  placeholder?: string | string[] | undefined;
417
417
  allowClear?: boolean | undefined;
418
418
  triggerProps?: Record<string, unknown> | undefined;
@@ -462,9 +462,9 @@ declare var __VLS_10: {}, __VLS_26: {}, __VLS_29: {}, __VLS_37: {
462
462
  shortcutsPosition: "bottom" | "left" | "right";
463
463
  hideTrigger: boolean;
464
464
  };
465
- }, __VLS_46: {}, __VLS_49: {
465
+ }, __VLS_43: {}, __VLS_46: {
466
466
  date: Date;
467
- }, __VLS_51: {
467
+ }, __VLS_48: {
468
468
  component: {
469
469
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
470
470
  mode: {
@@ -862,7 +862,7 @@ declare var __VLS_10: {}, __VLS_26: {}, __VLS_29: {}, __VLS_37: {
862
862
  position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
863
863
  disabled?: boolean | undefined;
864
864
  unmountOnClose?: boolean | undefined;
865
- modelValue?: (import("../index.js").TimeValue | import("../index.js").TimeValue[]) | undefined;
865
+ modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
866
866
  placeholder?: string | string[] | undefined;
867
867
  allowClear?: boolean | undefined;
868
868
  triggerProps?: Record<string, unknown> | undefined;
@@ -912,27 +912,27 @@ declare var __VLS_10: {}, __VLS_26: {}, __VLS_29: {}, __VLS_37: {
912
912
  shortcutsPosition: "bottom" | "left" | "right";
913
913
  hideTrigger: boolean;
914
914
  };
915
- }, __VLS_60: {}, __VLS_63: {
915
+ }, __VLS_57: {}, __VLS_60: {
916
916
  date: Date;
917
917
  };
918
918
  type __VLS_Slots = {} & {
919
919
  default?: (props: typeof __VLS_10) => any;
920
920
  } & {
921
- prefix?: (props: typeof __VLS_26) => any;
921
+ prefix?: (props: typeof __VLS_23) => any;
922
922
  } & {
923
- 'suffix-icon'?: (props: typeof __VLS_29) => any;
923
+ 'suffix-icon'?: (props: typeof __VLS_26) => any;
924
924
  } & {
925
- panelRender?: (props: typeof __VLS_37) => any;
925
+ panelRender?: (props: typeof __VLS_34) => any;
926
926
  } & {
927
- extra?: (props: typeof __VLS_46) => any;
927
+ extra?: (props: typeof __VLS_43) => any;
928
928
  } & {
929
- cell?: (props: typeof __VLS_49) => any;
929
+ cell?: (props: typeof __VLS_46) => any;
930
930
  } & {
931
- panelRender?: (props: typeof __VLS_51) => any;
931
+ panelRender?: (props: typeof __VLS_48) => any;
932
932
  } & {
933
- extra?: (props: typeof __VLS_60) => any;
933
+ extra?: (props: typeof __VLS_57) => any;
934
934
  } & {
935
- cell?: (props: typeof __VLS_63) => any;
935
+ cell?: (props: typeof __VLS_60) => any;
936
936
  };
937
937
  declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
938
938
  locale: {
@@ -15,7 +15,7 @@ declare function onPanelShortcutMouseEnter(value: Array<Dayjs | undefined>): voi
15
15
  declare function onPanelShortcutMouseLeave(): void;
16
16
  declare function onPanelShortcutClick(value: Array<Dayjs | undefined>, shortcut: ShortcutType): void;
17
17
  declare function onPanelConfirm(): void;
18
- declare var __VLS_10: {}, __VLS_25: {}, __VLS_28: {}, __VLS_36: {}, __VLS_39: {
18
+ declare var __VLS_10: {}, __VLS_23: {}, __VLS_26: {}, __VLS_34: {}, __VLS_37: {
19
19
  component: {
20
20
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
21
21
  mode: {
@@ -486,7 +486,7 @@ declare var __VLS_10: {}, __VLS_25: {}, __VLS_28: {}, __VLS_36: {}, __VLS_39: {
486
486
  position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
487
487
  disabled?: boolean | undefined;
488
488
  unmountOnClose?: boolean | undefined;
489
- modelValue?: (import("../index.js").TimeValue | import("../index.js").TimeValue[]) | undefined;
489
+ modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
490
490
  placeholder?: string | string[] | undefined;
491
491
  allowClear?: boolean | undefined;
492
492
  triggerProps?: Record<string, unknown> | undefined;
@@ -649,10 +649,10 @@ declare var __VLS_10: {}, __VLS_25: {}, __VLS_28: {}, __VLS_36: {}, __VLS_39: {
649
649
  shortcutsPosition: "bottom" | "left" | "right";
650
650
  hideTrigger: boolean;
651
651
  };
652
- }, __VLS_48: {}, __VLS_51: {
652
+ }, __VLS_46: {}, __VLS_49: {
653
653
  type: string;
654
654
  date: Date;
655
- }, __VLS_53: {
655
+ }, __VLS_51: {
656
656
  component: {
657
657
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
658
658
  mode: {
@@ -1123,7 +1123,7 @@ declare var __VLS_10: {}, __VLS_25: {}, __VLS_28: {}, __VLS_36: {}, __VLS_39: {
1123
1123
  position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
1124
1124
  disabled?: boolean | undefined;
1125
1125
  unmountOnClose?: boolean | undefined;
1126
- modelValue?: (import("../index.js").TimeValue | import("../index.js").TimeValue[]) | undefined;
1126
+ modelValue?: (import("../index.ts").TimeValue | import("../index.ts").TimeValue[]) | undefined;
1127
1127
  placeholder?: string | string[] | undefined;
1128
1128
  allowClear?: boolean | undefined;
1129
1129
  triggerProps?: Record<string, unknown> | undefined;
@@ -1286,30 +1286,30 @@ declare var __VLS_10: {}, __VLS_25: {}, __VLS_28: {}, __VLS_36: {}, __VLS_39: {
1286
1286
  shortcutsPosition: "bottom" | "left" | "right";
1287
1287
  hideTrigger: boolean;
1288
1288
  };
1289
- }, __VLS_62: {}, __VLS_65: {
1289
+ }, __VLS_60: {}, __VLS_63: {
1290
1290
  type: string;
1291
1291
  date: Date;
1292
1292
  };
1293
1293
  type __VLS_Slots = {} & {
1294
1294
  default?: (props: typeof __VLS_10) => any;
1295
1295
  } & {
1296
- prefix?: (props: typeof __VLS_25) => any;
1296
+ prefix?: (props: typeof __VLS_23) => any;
1297
1297
  } & {
1298
- 'suffix-icon'?: (props: typeof __VLS_28) => any;
1298
+ 'suffix-icon'?: (props: typeof __VLS_26) => any;
1299
1299
  } & {
1300
- separator?: (props: typeof __VLS_36) => any;
1300
+ separator?: (props: typeof __VLS_34) => any;
1301
1301
  } & {
1302
- panelRender?: (props: typeof __VLS_39) => any;
1302
+ panelRender?: (props: typeof __VLS_37) => any;
1303
1303
  } & {
1304
- extra?: (props: typeof __VLS_48) => any;
1304
+ extra?: (props: typeof __VLS_46) => any;
1305
1305
  } & {
1306
- cell?: (props: typeof __VLS_51) => any;
1306
+ cell?: (props: typeof __VLS_49) => any;
1307
1307
  } & {
1308
- panelRender?: (props: typeof __VLS_53) => any;
1308
+ panelRender?: (props: typeof __VLS_51) => any;
1309
1309
  } & {
1310
- extra?: (props: typeof __VLS_62) => any;
1310
+ extra?: (props: typeof __VLS_60) => any;
1311
1311
  } & {
1312
- cell?: (props: typeof __VLS_65) => any;
1312
+ cell?: (props: typeof __VLS_63) => any;
1313
1313
  };
1314
1314
  declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1315
1315
  mode: {
@@ -9,7 +9,7 @@ declare const Descriptions: {
9
9
  default: () => never[];
10
10
  };
11
11
  column: {
12
- type: import("vue").PropType<number | import("..").ResponsiveValue>;
12
+ type: import("vue").PropType<number | import("../index.ts").ResponsiveValue>;
13
13
  default: number;
14
14
  };
15
15
  title: StringConstructor;
@@ -18,14 +18,14 @@ declare const Descriptions: {
18
18
  default: string;
19
19
  };
20
20
  align: {
21
- type: import("vue").PropType<import("../_utils/constant").TextAlign | {
22
- label?: import("../_utils/constant").TextAlign;
23
- value?: import("../_utils/constant").TextAlign;
21
+ type: import("vue").PropType<import("../_utils/constant.ts").TextAlign | {
22
+ label?: import("../_utils/constant.ts").TextAlign;
23
+ value?: import("../_utils/constant.ts").TextAlign;
24
24
  }>;
25
25
  default: string;
26
26
  };
27
27
  size: {
28
- type: import("vue").PropType<import("..").Size>;
28
+ type: import("vue").PropType<import("../index.ts").Size>;
29
29
  };
30
30
  bordered: {
31
31
  type: BooleanConstructor;
@@ -43,13 +43,13 @@ declare const Descriptions: {
43
43
  };
44
44
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
45
45
  data: import("./interface").DescData[];
46
- column: number | import("..").ResponsiveValue;
46
+ column: number | import("../index.ts").ResponsiveValue;
47
47
  layout: "horizontal" | "vertical" | "inline-horizontal" | "inline-vertical";
48
48
  bordered: boolean;
49
49
  tableLayout: "fixed" | "auto";
50
50
  align: "left" | "right" | "center" | {
51
- label?: import("../_utils/constant").TextAlign;
52
- value?: import("../_utils/constant").TextAlign;
51
+ label?: import("../_utils/constant.ts").TextAlign;
52
+ value?: import("../_utils/constant.ts").TextAlign;
53
53
  };
54
54
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
55
55
  P: {};
@@ -64,7 +64,7 @@ declare const Descriptions: {
64
64
  default: () => never[];
65
65
  };
66
66
  column: {
67
- type: import("vue").PropType<number | import("..").ResponsiveValue>;
67
+ type: import("vue").PropType<number | import("../index.ts").ResponsiveValue>;
68
68
  default: number;
69
69
  };
70
70
  title: StringConstructor;
@@ -73,14 +73,14 @@ declare const Descriptions: {
73
73
  default: string;
74
74
  };
75
75
  align: {
76
- type: import("vue").PropType<import("../_utils/constant").TextAlign | {
77
- label?: import("../_utils/constant").TextAlign;
78
- value?: import("../_utils/constant").TextAlign;
76
+ type: import("vue").PropType<import("../_utils/constant.ts").TextAlign | {
77
+ label?: import("../_utils/constant.ts").TextAlign;
78
+ value?: import("../_utils/constant.ts").TextAlign;
79
79
  }>;
80
80
  default: string;
81
81
  };
82
82
  size: {
83
- type: import("vue").PropType<import("..").Size>;
83
+ type: import("vue").PropType<import("../index.ts").Size>;
84
84
  };
85
85
  bordered: {
86
86
  type: BooleanConstructor;
@@ -98,13 +98,13 @@ declare const Descriptions: {
98
98
  };
99
99
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
100
100
  data: import("./interface").DescData[];
101
- column: number | import("..").ResponsiveValue;
101
+ column: number | import("../index.ts").ResponsiveValue;
102
102
  layout: "horizontal" | "vertical" | "inline-horizontal" | "inline-vertical";
103
103
  bordered: boolean;
104
104
  tableLayout: "fixed" | "auto";
105
105
  align: "left" | "right" | "center" | {
106
- label?: import("../_utils/constant").TextAlign;
107
- value?: import("../_utils/constant").TextAlign;
106
+ label?: import("../_utils/constant.ts").TextAlign;
107
+ value?: import("../_utils/constant.ts").TextAlign;
108
108
  };
109
109
  }>;
110
110
  __isFragment?: never;
@@ -116,7 +116,7 @@ declare const Descriptions: {
116
116
  default: () => never[];
117
117
  };
118
118
  column: {
119
- type: import("vue").PropType<number | import("..").ResponsiveValue>;
119
+ type: import("vue").PropType<number | import("../index.ts").ResponsiveValue>;
120
120
  default: number;
121
121
  };
122
122
  title: StringConstructor;
@@ -125,14 +125,14 @@ declare const Descriptions: {
125
125
  default: string;
126
126
  };
127
127
  align: {
128
- type: import("vue").PropType<import("../_utils/constant").TextAlign | {
129
- label?: import("../_utils/constant").TextAlign;
130
- value?: import("../_utils/constant").TextAlign;
128
+ type: import("vue").PropType<import("../_utils/constant.ts").TextAlign | {
129
+ label?: import("../_utils/constant.ts").TextAlign;
130
+ value?: import("../_utils/constant.ts").TextAlign;
131
131
  }>;
132
132
  default: string;
133
133
  };
134
134
  size: {
135
- type: import("vue").PropType<import("..").Size>;
135
+ type: import("vue").PropType<import("../index.ts").Size>;
136
136
  };
137
137
  bordered: {
138
138
  type: BooleanConstructor;
@@ -150,13 +150,13 @@ declare const Descriptions: {
150
150
  };
151
151
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
152
152
  data: import("./interface").DescData[];
153
- column: number | import("..").ResponsiveValue;
153
+ column: number | import("../index.ts").ResponsiveValue;
154
154
  layout: "horizontal" | "vertical" | "inline-horizontal" | "inline-vertical";
155
155
  bordered: boolean;
156
156
  tableLayout: "fixed" | "auto";
157
157
  align: "left" | "right" | "center" | {
158
- label?: import("../_utils/constant").TextAlign;
159
- value?: import("../_utils/constant").TextAlign;
158
+ label?: import("../_utils/constant.ts").TextAlign;
159
+ value?: import("../_utils/constant.ts").TextAlign;
160
160
  };
161
161
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
162
162
  DescriptionsItem: {
@@ -2,15 +2,15 @@ import type { CSSProperties, PropType, StyleValue } from 'vue';
2
2
  import type { EllipsisTooltipProps } from '../ellipsis';
3
3
  import { ButtonProps } from '../button';
4
4
  import { type DrawerPlacements } from './utils';
5
- declare var __VLS_29: {}, __VLS_37: {}, __VLS_50: {}, __VLS_52: {};
5
+ declare var __VLS_28: {}, __VLS_36: {}, __VLS_49: {}, __VLS_51: {};
6
6
  type __VLS_Slots = {} & {
7
- header?: (props: typeof __VLS_29) => any;
7
+ header?: (props: typeof __VLS_28) => any;
8
8
  } & {
9
- title?: (props: typeof __VLS_37) => any;
9
+ title?: (props: typeof __VLS_36) => any;
10
10
  } & {
11
- default?: (props: typeof __VLS_50) => any;
11
+ default?: (props: typeof __VLS_49) => any;
12
12
  } & {
13
- footer?: (props: typeof __VLS_52) => any;
13
+ footer?: (props: typeof __VLS_51) => any;
14
14
  };
15
15
  declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
16
16
  visible: {