@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.
- package/README.md +1 -1
- package/dist/sd.css +117 -191
- package/dist/sd.min.css +1 -1
- package/es/_components/transition/expand-transition.vue.d.ts +2 -2
- package/es/_hooks/use-responsive.d.ts +2 -2
- package/es/_hooks/use-theme-mode.d.ts +3 -0
- package/es/{calendar/hooks/use-calendar-theme.js → _hooks/use-theme-mode.js} +14 -10
- package/es/_utils/responsive-observe.d.ts +5 -4
- package/es/_utils/responsive-observe.js +2 -1
- package/es/alert/index.d.ts +3 -3
- package/es/anchor/index.d.ts +3 -3
- package/es/avatar/index.d.ts +20 -20
- package/es/border-beam/border-beam.js +5 -0
- package/es/border-beam/border-beam.vue.d.ts +52 -0
- package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +623 -0
- package/es/border-beam/index.d.ts +106 -0
- package/es/border-beam/index.js +10 -0
- package/es/border-beam/pulseDriver.d.ts +2 -0
- package/es/border-beam/pulseDriver.js +74 -0
- package/es/border-beam/style/css.js +2 -0
- package/es/border-beam/style/index.css +21 -0
- package/es/border-beam/style/index.d.ts +2 -0
- package/es/border-beam/style/index.js +2 -0
- package/es/border-beam/style/index.scss +12 -0
- package/es/border-beam/style/token.scss +12 -0
- package/es/border-beam/styles.d.ts +42 -0
- package/es/border-beam/styles.js +3545 -0
- package/es/border-beam/types.d.ts +27 -0
- package/es/button/index.d.ts +24 -24
- package/es/calendar/components/cell.vue.d.ts +26 -26
- package/es/calendar/components/index.vue.d.ts +1 -1
- package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/calendar/index.d.ts +5 -5
- package/es/carousel/index.d.ts +3 -3
- package/es/cascader/cascader.vue.d.ts +8 -8
- package/es/checkbox/checkbox.d.ts +3 -3
- package/es/collapse/collapse-item.d.ts +5 -5
- package/es/collapse/index.d.ts +3 -3
- package/es/components.d.ts +1 -0
- package/es/config-provider/index.d.ts +21 -21
- package/es/date-picker/index.d.ts +14 -14
- package/es/date-picker/panels/date/index.vue.d.ts +2 -2
- package/es/date-picker/panels/month/index.vue.d.ts +2 -2
- package/es/date-picker/panels/quarter/index.vue.d.ts +2 -2
- package/es/date-picker/panels/week/index.vue.d.ts +2 -2
- package/es/date-picker/panels/year/index.vue.d.ts +2 -2
- package/es/date-picker/picker-panel.vue.d.ts +12 -12
- package/es/date-picker/picker.vue.d.ts +14 -14
- package/es/date-picker/range-picker.vue.d.ts +15 -15
- package/es/descriptions/index.d.ts +24 -24
- package/es/drawer/drawer.vue.d.ts +5 -5
- package/es/drawer/index.d.ts +15 -15
- package/es/dropdown/dropdown-button.vue.d.ts +4 -4
- package/es/dropdown/index.d.ts +15 -15
- package/es/ellipsis/ellipsis.vue.d.ts +7 -7
- package/es/ellipsis/performant-ellipsis.vue.d.ts +5 -5
- package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +10 -10
- package/es/icon/icon-menu/icon-menu.js +5 -0
- package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-menu/index.js +9 -0
- package/es/image/preview.vue.d.ts +2 -2
- package/es/index.css +117 -191
- package/es/index.d.ts +3 -1
- package/es/index.js +3 -2
- package/es/index.scss +1 -0
- package/es/input/index.d.ts +7 -7
- package/es/input/input-password.vue.d.ts +3 -3
- package/es/json-form/index.d.ts +9 -9
- package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/json-form/json-form.vue.d.ts +3 -3
- package/es/layout/content.vue.d.ts +2 -2
- package/es/layout/content.vue_vue_type_script_setup_true_lang.js +8 -3
- package/es/layout/context.d.ts +12 -9
- package/es/layout/context.js +11 -3
- package/es/layout/footer.vue.d.ts +2 -2
- package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +8 -3
- package/es/layout/header.vue.d.ts +3 -30
- package/es/layout/header.vue_vue_type_script_setup_true_lang.js +9 -339
- package/es/layout/hooks/use-has-sider.d.ts +2 -0
- package/es/layout/hooks/use-has-sider.js +38 -0
- package/es/layout/index.d.ts +91 -380
- package/es/layout/index.js +2 -2
- package/es/layout/interface.d.ts +12 -46
- package/es/layout/layout.vue.d.ts +4 -2
- package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +38 -14
- package/es/layout/sider.vue.d.ts +47 -183
- package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +191 -370
- package/es/layout/style/index.css +112 -190
- package/es/layout/style/index.scss +127 -239
- package/es/layout/style/token.scss +46 -26
- package/es/link/index.d.ts +6 -6
- package/es/list/index.d.ts +18 -18
- package/es/menu/base-menu.vue.d.ts +1 -1
- package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +14 -14
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +12 -12
- package/es/menu/menu.js +3 -3
- package/es/modal/index.d.ts +15 -15
- package/es/modal/modal.vue.d.ts +4 -4
- package/es/popconfirm/index.d.ts +12 -12
- package/es/popover/index.d.ts +12 -12
- package/es/progress/index.d.ts +6 -6
- package/es/qr-code/index.d.ts +3 -3
- package/es/radio/radio.d.ts +3 -3
- package/es/resize-box/resize-box.vue.d.ts +4 -4
- package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +7 -7
- package/es/result/index.d.ts +3 -3
- package/es/scrollbar/style/index.css +1 -1
- package/es/scrollbar/style/index.scss +4 -1
- package/es/sd-vue.js +3 -1
- package/es/select/select.d.ts +17 -17
- package/es/slider/index.d.ts +3 -3
- package/es/split/split.vue.d.ts +4 -4
- package/es/split/split.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/steps/index.d.ts +6 -6
- package/es/tabs/index.d.ts +6 -6
- package/es/tag/index.d.ts +6 -6
- package/es/tag/tag.vue.d.ts +2 -2
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/theme-provider/index.d.ts +9 -9
- package/es/time-picker/index.d.ts +6 -6
- package/es/time-picker/time-picker.vue.d.ts +2 -2
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +1 -1
- package/es/tooltip/index.d.ts +3 -3
- package/es/tour/index.d.ts +3 -3
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/tree/expand-transition.vue.d.ts +2 -2
- package/es/tree/node-switcher.vue.d.ts +1 -1
- package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +23 -23
- package/es/tree-select/tree-select.vue.d.ts +9 -9
- package/json/vetur-attributes.json +23 -156
- package/json/vetur-tags.json +12 -44
- package/json/web-types.json +38 -304
- package/package.json +5 -5
- package/es/calendar/hooks/use-calendar-theme.d.ts +0 -4
- package/es/layout/utils.d.ts +0 -1
- 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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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
|
|
6
|
+
declare var __VLS_20: {
|
|
7
7
|
date: Date;
|
|
8
8
|
};
|
|
9
9
|
type __VLS_Slots = {} & {
|
|
10
|
-
cell?: (props: typeof
|
|
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
|
|
5
|
+
declare var __VLS_15: {
|
|
6
6
|
date: Date;
|
|
7
7
|
};
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
|
-
cell?: (props: typeof
|
|
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
|
|
5
|
+
declare var __VLS_15: {
|
|
6
6
|
date: Date;
|
|
7
7
|
};
|
|
8
8
|
type __VLS_Slots = {} & {
|
|
9
|
-
cell?: (props: typeof
|
|
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
|
|
4
|
+
declare var __VLS_11: {
|
|
5
5
|
date: Date;
|
|
6
6
|
};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
cell?: (props: typeof
|
|
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
|
|
4
|
+
declare var __VLS_15: {
|
|
5
5
|
date: Date;
|
|
6
6
|
};
|
|
7
7
|
type __VLS_Slots = {} & {
|
|
8
|
-
cell?: (props: typeof
|
|
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
|
|
5
|
+
declare var __VLS_27: {
|
|
6
6
|
date: Date;
|
|
7
|
-
},
|
|
7
|
+
}, __VLS_36: {
|
|
8
8
|
date: Date;
|
|
9
|
-
},
|
|
9
|
+
}, __VLS_45: {
|
|
10
10
|
date: Date;
|
|
11
|
-
},
|
|
11
|
+
}, __VLS_54: {
|
|
12
12
|
date: Date;
|
|
13
|
-
},
|
|
13
|
+
}, __VLS_65: {
|
|
14
14
|
date: Date;
|
|
15
|
-
},
|
|
15
|
+
}, __VLS_76: {};
|
|
16
16
|
type __VLS_Slots = {} & {
|
|
17
|
-
cell?: (props: typeof
|
|
17
|
+
cell?: (props: typeof __VLS_27) => any;
|
|
18
18
|
} & {
|
|
19
|
-
cell?: (props: typeof
|
|
19
|
+
cell?: (props: typeof __VLS_36) => any;
|
|
20
20
|
} & {
|
|
21
|
-
cell?: (props: typeof
|
|
21
|
+
cell?: (props: typeof __VLS_45) => any;
|
|
22
22
|
} & {
|
|
23
|
-
cell?: (props: typeof
|
|
23
|
+
cell?: (props: typeof __VLS_54) => any;
|
|
24
24
|
} & {
|
|
25
|
-
cell?: (props: typeof
|
|
25
|
+
cell?: (props: typeof __VLS_65) => any;
|
|
26
26
|
} & {
|
|
27
|
-
extra?: (props: typeof
|
|
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: {},
|
|
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.
|
|
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
|
-
},
|
|
465
|
+
}, __VLS_43: {}, __VLS_46: {
|
|
466
466
|
date: Date;
|
|
467
|
-
},
|
|
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.
|
|
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
|
-
},
|
|
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
|
|
921
|
+
prefix?: (props: typeof __VLS_23) => any;
|
|
922
922
|
} & {
|
|
923
|
-
'suffix-icon'?: (props: typeof
|
|
923
|
+
'suffix-icon'?: (props: typeof __VLS_26) => any;
|
|
924
924
|
} & {
|
|
925
|
-
panelRender?: (props: typeof
|
|
925
|
+
panelRender?: (props: typeof __VLS_34) => any;
|
|
926
926
|
} & {
|
|
927
|
-
extra?: (props: typeof
|
|
927
|
+
extra?: (props: typeof __VLS_43) => any;
|
|
928
928
|
} & {
|
|
929
|
-
cell?: (props: typeof
|
|
929
|
+
cell?: (props: typeof __VLS_46) => any;
|
|
930
930
|
} & {
|
|
931
|
-
panelRender?: (props: typeof
|
|
931
|
+
panelRender?: (props: typeof __VLS_48) => any;
|
|
932
932
|
} & {
|
|
933
|
-
extra?: (props: typeof
|
|
933
|
+
extra?: (props: typeof __VLS_57) => any;
|
|
934
934
|
} & {
|
|
935
|
-
cell?: (props: typeof
|
|
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: {},
|
|
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.
|
|
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
|
-
},
|
|
652
|
+
}, __VLS_46: {}, __VLS_49: {
|
|
653
653
|
type: string;
|
|
654
654
|
date: Date;
|
|
655
|
-
},
|
|
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.
|
|
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
|
-
},
|
|
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
|
|
1296
|
+
prefix?: (props: typeof __VLS_23) => any;
|
|
1297
1297
|
} & {
|
|
1298
|
-
'suffix-icon'?: (props: typeof
|
|
1298
|
+
'suffix-icon'?: (props: typeof __VLS_26) => any;
|
|
1299
1299
|
} & {
|
|
1300
|
-
separator?: (props: typeof
|
|
1300
|
+
separator?: (props: typeof __VLS_34) => any;
|
|
1301
1301
|
} & {
|
|
1302
|
-
panelRender?: (props: typeof
|
|
1302
|
+
panelRender?: (props: typeof __VLS_37) => any;
|
|
1303
1303
|
} & {
|
|
1304
|
-
extra?: (props: typeof
|
|
1304
|
+
extra?: (props: typeof __VLS_46) => any;
|
|
1305
1305
|
} & {
|
|
1306
|
-
cell?: (props: typeof
|
|
1306
|
+
cell?: (props: typeof __VLS_49) => any;
|
|
1307
1307
|
} & {
|
|
1308
|
-
panelRender?: (props: typeof
|
|
1308
|
+
panelRender?: (props: typeof __VLS_51) => any;
|
|
1309
1309
|
} & {
|
|
1310
|
-
extra?: (props: typeof
|
|
1310
|
+
extra?: (props: typeof __VLS_60) => any;
|
|
1311
1311
|
} & {
|
|
1312
|
-
cell?: (props: typeof
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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("
|
|
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
|
|
5
|
+
declare var __VLS_28: {}, __VLS_36: {}, __VLS_49: {}, __VLS_51: {};
|
|
6
6
|
type __VLS_Slots = {} & {
|
|
7
|
-
header?: (props: typeof
|
|
7
|
+
header?: (props: typeof __VLS_28) => any;
|
|
8
8
|
} & {
|
|
9
|
-
title?: (props: typeof
|
|
9
|
+
title?: (props: typeof __VLS_36) => any;
|
|
10
10
|
} & {
|
|
11
|
-
default?: (props: typeof
|
|
11
|
+
default?: (props: typeof __VLS_49) => any;
|
|
12
12
|
} & {
|
|
13
|
-
footer?: (props: typeof
|
|
13
|
+
footer?: (props: typeof __VLS_51) => any;
|
|
14
14
|
};
|
|
15
15
|
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
16
16
|
visible: {
|