@sdata/web-vue 1.12.0 → 1.14.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/es/_components/icon-hover.vue.d.ts +1 -1
- package/es/_components/picker/input-range.vue.d.ts +1 -1
- package/es/_components/picker/input.vue.d.ts +1 -1
- package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
- package/es/_hooks/use-component-ref.d.ts +1 -1
- package/es/_hooks/use-config-provider-prop.d.ts +10 -0
- package/es/_hooks/use-config-provider-prop.js +19 -0
- package/es/_hooks/use-dropdown-virtual-list-props.d.ts +5 -0
- package/es/_hooks/use-dropdown-virtual-list-props.js +21 -0
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_hooks/use-trigger.d.ts +1 -1
- package/es/alert/alert.vue.d.ts +2 -2
- package/es/alert/index.d.ts +5 -5
- package/es/auto-complete/auto-complete.d.ts +1 -1
- package/es/auto-complete/auto-complete.js +5 -3
- package/es/auto-complete/index.d.ts +3 -3
- package/es/cascader/cascader.vue.d.ts +3 -3
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +21 -5
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/index.d.ts +2 -2
- package/es/collapse/collapse-item.d.ts +1 -1
- package/es/collapse/index.d.ts +1 -1
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/comment/comment.vue.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/config-provider/config-provider.vue.d.ts +26 -0
- package/es/config-provider/config-provider.vue_vue_type_script_lang.js +25 -1
- package/es/config-provider/context.d.ts +51 -1
- package/es/config-provider/index.d.ts +36 -0
- package/es/date-picker/index.d.ts +32 -32
- package/es/date-picker/panels/date/index.vue.d.ts +1 -1
- package/es/date-picker/panels/week/index.vue.d.ts +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +2 -2
- package/es/date-picker/picker.vue.d.ts +24 -24
- package/es/date-picker/picker.vue_vue_type_script_lang.js +62 -11
- package/es/date-picker/range-picker-panel.vue.d.ts +3 -3
- package/es/date-picker/range-picker.vue.d.ts +111 -111
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +54 -10
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/drawer/drawer.js +9 -9
- package/es/drawer/drawer.vue.d.ts +12 -2
- package/es/drawer/drawer.vue_vue_type_script_lang.js +118 -9
- package/es/drawer/index.d.ts +35 -5
- package/es/dropdown/dropdown-button.vue.d.ts +18 -18
- package/es/dropdown/dropdown-option.vue.d.ts +2 -2
- package/es/dropdown/dropdown-panel.vue.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.vue.d.ts +20 -20
- package/es/dropdown/dropdown.vue.d.ts +18 -18
- package/es/dropdown/index.d.ts +76 -76
- package/es/ellipsis/ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/index.d.ts +96 -96
- package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
- package/es/form/form-item-label.vue.d.ts +24 -24
- package/es/form/form-item.vue.d.ts +28 -28
- package/es/form/index.d.ts +28 -28
- package/es/image/image.vue.d.ts +26 -26
- package/es/image/preview-action.d.ts +24 -24
- package/es/image/preview-group.vue.d.ts +24 -24
- package/es/image/preview-toolbar.vue.d.ts +24 -24
- package/es/image/preview.vue.d.ts +24 -24
- package/es/input/index.d.ts +5 -5
- package/es/input/input-password.vue.d.ts +2 -2
- package/es/input/input.d.ts +1 -1
- package/es/input-number/index.d.ts +3 -3
- package/es/input-number/input-number.d.ts +1 -1
- package/es/list/index.d.ts +3 -3
- package/es/list/list.d.ts +1 -1
- package/es/mention/index.d.ts +6 -6
- package/es/mention/mention.d.ts +2 -2
- package/es/menu/base-menu.vue.d.ts +1 -1
- package/es/menu/menu.d.ts +2 -2
- package/es/menu/sub-menu-pop.vue.d.ts +13 -13
- package/es/message/message.vue.d.ts +1 -1
- package/es/modal/index.d.ts +29 -5
- package/es/modal/modal.js +8 -8
- package/es/modal/modal.vue.d.ts +10 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +134 -12
- package/es/notification/notification.vue.d.ts +1 -1
- package/es/overflow-list/index.d.ts +3 -3
- package/es/overflow-list/overflow-list.d.ts +1 -1
- package/es/page-header/index.d.ts +2 -2
- package/es/page-header/page-header.vue.d.ts +1 -1
- package/es/pagination/page-jumper.vue.d.ts +3 -3
- package/es/pagination/page-options.vue.d.ts +34 -34
- package/es/popconfirm/index.d.ts +24 -24
- package/es/popconfirm/popconfirm.vue.d.ts +12 -12
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.vue.d.ts +12 -12
- package/es/progress/circle.vue.d.ts +3 -3
- package/es/progress/index.d.ts +23 -23
- package/es/progress/line.vue.d.ts +2 -2
- package/es/progress/progress.vue.d.ts +12 -12
- package/es/progress/steps.vue.d.ts +2 -2
- package/es/radio/index.d.ts +2 -2
- package/es/radio/radio.d.ts +1 -1
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.vue.d.ts +3 -3
- package/es/select/index.d.ts +34 -34
- package/es/select/option.vue.d.ts +4 -4
- package/es/select/select-dropdown.vue.d.ts +7 -7
- package/es/select/select.d.ts +14 -14
- package/es/select/select.js +5 -3
- package/es/slider/index.d.ts +54 -54
- package/es/slider/slider-button.vue.d.ts +24 -24
- package/es/slider/slider-input.vue.d.ts +3 -3
- package/es/slider/slider.vue.d.ts +27 -27
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +1 -1
- package/es/steps/index.d.ts +3 -3
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/table/index.d.ts +14 -14
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +4 -4
- package/es/table/table.d.ts +7 -7
- package/es/tabs/tabs-tab.vue.d.ts +1 -1
- package/es/tag/index.d.ts +485 -485
- package/es/tag/tag.vue.d.ts +194 -194
- package/es/textarea/index.d.ts +2 -2
- package/es/textarea/textarea.vue.d.ts +1 -1
- package/es/time-picker/index.d.ts +35 -35
- package/es/time-picker/panel.vue.d.ts +1 -1
- package/es/time-picker/range-panel.d.ts +1 -1
- package/es/time-picker/time-picker.vue.d.ts +17 -17
- package/es/tooltip/index.d.ts +24 -24
- package/es/tooltip/tooltip.vue.d.ts +12 -12
- package/es/transfer/index.d.ts +27 -27
- package/es/transfer/transfer-view.vue.d.ts +12 -12
- package/es/transfer/transfer.vue.d.ts +13 -13
- package/es/tree/base-node.vue.d.ts +2 -2
- package/es/tree/transition-node-list.vue.d.ts +2 -2
- package/es/tree/tree.vue.d.ts +8 -8
- package/es/tree-select/tree-select.vue.d.ts +17 -17
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +6 -2
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/typography/base.d.ts +1 -1
- package/es/typography/edit-content.vue.d.ts +15 -15
- package/es/typography/index.d.ts +1 -1
- package/es/typography/operations.vue.d.ts +24 -24
- package/es/typography/title.d.ts +1 -1
- package/es/upload/upload-button.d.ts +1 -1
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/watermark/index.d.ts +3 -3
- package/es/watermark/watermark.d.ts +1 -1
- package/json/vetur-attributes.json +12 -0
- package/json/vetur-tags.json +4 -0
- package/json/web-types.json +37 -5
- package/package.json +1 -1
package/es/trigger/trigger.d.ts
CHANGED
|
@@ -58,13 +58,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
58
58
|
default: boolean;
|
|
59
59
|
};
|
|
60
60
|
contentClass: {
|
|
61
|
-
type: (
|
|
61
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
62
62
|
};
|
|
63
63
|
contentStyle: {
|
|
64
64
|
type: PropType<CSSProperties>;
|
|
65
65
|
};
|
|
66
66
|
arrowClass: {
|
|
67
|
-
type: (
|
|
67
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
68
68
|
};
|
|
69
69
|
arrowStyle: {
|
|
70
70
|
type: PropType<CSSProperties>;
|
|
@@ -122,7 +122,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
122
122
|
default: boolean;
|
|
123
123
|
};
|
|
124
124
|
openedClass: {
|
|
125
|
-
type: (
|
|
125
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
126
126
|
};
|
|
127
127
|
autoFitPosition: {
|
|
128
128
|
type: BooleanConstructor;
|
|
@@ -207,13 +207,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
207
207
|
default: boolean;
|
|
208
208
|
};
|
|
209
209
|
contentClass: {
|
|
210
|
-
type: (
|
|
210
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
211
211
|
};
|
|
212
212
|
contentStyle: {
|
|
213
213
|
type: PropType<CSSProperties>;
|
|
214
214
|
};
|
|
215
215
|
arrowClass: {
|
|
216
|
-
type: (
|
|
216
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
217
217
|
};
|
|
218
218
|
arrowStyle: {
|
|
219
219
|
type: PropType<CSSProperties>;
|
|
@@ -271,7 +271,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
271
271
|
default: boolean;
|
|
272
272
|
};
|
|
273
273
|
openedClass: {
|
|
274
|
-
type: (
|
|
274
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
275
275
|
};
|
|
276
276
|
autoFitPosition: {
|
|
277
277
|
type: BooleanConstructor;
|
|
@@ -294,8 +294,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
294
294
|
default: number;
|
|
295
295
|
};
|
|
296
296
|
}>> & Readonly<{
|
|
297
|
-
onResize?: (() => any) | undefined;
|
|
298
297
|
onHide?: (() => any) | undefined;
|
|
298
|
+
onResize?: (() => any) | undefined;
|
|
299
299
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
300
300
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
301
301
|
onShow?: (() => any) | undefined;
|
package/es/typography/base.d.ts
CHANGED
|
@@ -153,9 +153,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
153
|
onEditEnd?: (() => any) | undefined;
|
|
154
154
|
"onUpdate:editing"?: ((_editing: boolean) => any) | undefined;
|
|
155
155
|
}>, {
|
|
156
|
+
bold: boolean;
|
|
156
157
|
disabled: boolean;
|
|
157
158
|
delete: boolean;
|
|
158
|
-
bold: boolean;
|
|
159
159
|
code: boolean;
|
|
160
160
|
mark: boolean | {
|
|
161
161
|
color: string;
|
|
@@ -83,9 +83,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
83
83
|
focus: (_ev: FocusEvent) => true;
|
|
84
84
|
blur: (_ev: FocusEvent) => true;
|
|
85
85
|
}, import("vue").PublicProps, {
|
|
86
|
+
type: "text" | "password";
|
|
86
87
|
error: boolean;
|
|
87
88
|
readonly: boolean;
|
|
88
|
-
type: "text" | "password";
|
|
89
89
|
disabled: boolean;
|
|
90
90
|
defaultValue: string;
|
|
91
91
|
allowClear: boolean;
|
|
@@ -168,9 +168,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
168
168
|
focus(): void;
|
|
169
169
|
blur(): void;
|
|
170
170
|
}, {
|
|
171
|
+
type: "text" | "password";
|
|
171
172
|
error: boolean;
|
|
172
173
|
readonly: boolean;
|
|
173
|
-
type: "text" | "password";
|
|
174
174
|
disabled: boolean;
|
|
175
175
|
defaultValue: string;
|
|
176
176
|
allowClear: boolean;
|
|
@@ -258,9 +258,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
258
258
|
focus: (_ev: FocusEvent) => true;
|
|
259
259
|
blur: (_ev: FocusEvent) => true;
|
|
260
260
|
}, string, {
|
|
261
|
+
type: "text" | "password";
|
|
261
262
|
error: boolean;
|
|
262
263
|
readonly: boolean;
|
|
263
|
-
type: "text" | "password";
|
|
264
264
|
disabled: boolean;
|
|
265
265
|
defaultValue: string;
|
|
266
266
|
allowClear: boolean;
|
|
@@ -639,7 +639,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
639
639
|
default: boolean;
|
|
640
640
|
};
|
|
641
641
|
}>> & Readonly<{}>, {
|
|
642
|
-
size: "
|
|
642
|
+
size: "small" | "mini" | "medium" | "large";
|
|
643
643
|
disabled: boolean;
|
|
644
644
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
645
645
|
AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -769,9 +769,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
769
769
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
770
770
|
onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
|
|
771
771
|
}>, {
|
|
772
|
+
type: "text" | "password";
|
|
772
773
|
error: boolean;
|
|
773
774
|
readonly: boolean;
|
|
774
|
-
type: "text" | "password";
|
|
775
775
|
disabled: boolean;
|
|
776
776
|
defaultValue: string;
|
|
777
777
|
allowClear: boolean;
|
|
@@ -862,9 +862,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
862
862
|
focus: (_ev: FocusEvent) => true;
|
|
863
863
|
blur: (_ev: FocusEvent) => true;
|
|
864
864
|
}, import("vue").PublicProps, {
|
|
865
|
+
type: "text" | "password";
|
|
865
866
|
error: boolean;
|
|
866
867
|
readonly: boolean;
|
|
867
|
-
type: "text" | "password";
|
|
868
868
|
disabled: boolean;
|
|
869
869
|
defaultValue: string;
|
|
870
870
|
allowClear: boolean;
|
|
@@ -947,9 +947,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
947
947
|
focus(): void;
|
|
948
948
|
blur(): void;
|
|
949
949
|
}, {
|
|
950
|
+
type: "text" | "password";
|
|
950
951
|
error: boolean;
|
|
951
952
|
readonly: boolean;
|
|
952
|
-
type: "text" | "password";
|
|
953
953
|
disabled: boolean;
|
|
954
954
|
defaultValue: string;
|
|
955
955
|
allowClear: boolean;
|
|
@@ -1037,9 +1037,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1037
1037
|
focus: (_ev: FocusEvent) => true;
|
|
1038
1038
|
blur: (_ev: FocusEvent) => true;
|
|
1039
1039
|
}, string, {
|
|
1040
|
+
type: "text" | "password";
|
|
1040
1041
|
error: boolean;
|
|
1041
1042
|
readonly: boolean;
|
|
1042
|
-
type: "text" | "password";
|
|
1043
1043
|
disabled: boolean;
|
|
1044
1044
|
defaultValue: string;
|
|
1045
1045
|
allowClear: boolean;
|
|
@@ -1418,7 +1418,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1418
1418
|
default: boolean;
|
|
1419
1419
|
};
|
|
1420
1420
|
}>> & Readonly<{}>, {
|
|
1421
|
-
size: "
|
|
1421
|
+
size: "small" | "mini" | "medium" | "large";
|
|
1422
1422
|
disabled: boolean;
|
|
1423
1423
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1424
1424
|
AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1548,9 +1548,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1548
1548
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
1549
1549
|
onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
|
|
1550
1550
|
}>, {
|
|
1551
|
+
type: "text" | "password";
|
|
1551
1552
|
error: boolean;
|
|
1552
1553
|
readonly: boolean;
|
|
1553
|
-
type: "text" | "password";
|
|
1554
1554
|
disabled: boolean;
|
|
1555
1555
|
defaultValue: string;
|
|
1556
1556
|
allowClear: boolean;
|
|
@@ -1655,9 +1655,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1655
1655
|
focus: (_ev: FocusEvent) => true;
|
|
1656
1656
|
blur: (_ev: FocusEvent) => true;
|
|
1657
1657
|
}, import("vue").PublicProps, {
|
|
1658
|
+
type: "text" | "password";
|
|
1658
1659
|
error: boolean;
|
|
1659
1660
|
readonly: boolean;
|
|
1660
|
-
type: "text" | "password";
|
|
1661
1661
|
disabled: boolean;
|
|
1662
1662
|
defaultValue: string;
|
|
1663
1663
|
allowClear: boolean;
|
|
@@ -1740,9 +1740,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1740
1740
|
focus(): void;
|
|
1741
1741
|
blur(): void;
|
|
1742
1742
|
}, {
|
|
1743
|
+
type: "text" | "password";
|
|
1743
1744
|
error: boolean;
|
|
1744
1745
|
readonly: boolean;
|
|
1745
|
-
type: "text" | "password";
|
|
1746
1746
|
disabled: boolean;
|
|
1747
1747
|
defaultValue: string;
|
|
1748
1748
|
allowClear: boolean;
|
|
@@ -1830,9 +1830,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1830
1830
|
focus: (_ev: FocusEvent) => true;
|
|
1831
1831
|
blur: (_ev: FocusEvent) => true;
|
|
1832
1832
|
}, string, {
|
|
1833
|
+
type: "text" | "password";
|
|
1833
1834
|
error: boolean;
|
|
1834
1835
|
readonly: boolean;
|
|
1835
|
-
type: "text" | "password";
|
|
1836
1836
|
disabled: boolean;
|
|
1837
1837
|
defaultValue: string;
|
|
1838
1838
|
allowClear: boolean;
|
|
@@ -2211,7 +2211,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2211
2211
|
default: boolean;
|
|
2212
2212
|
};
|
|
2213
2213
|
}>> & Readonly<{}>, {
|
|
2214
|
-
size: "
|
|
2214
|
+
size: "small" | "mini" | "medium" | "large";
|
|
2215
2215
|
disabled: boolean;
|
|
2216
2216
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2217
2217
|
AInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -2341,9 +2341,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2341
2341
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
2342
2342
|
onPressEnter?: ((_ev: KeyboardEvent) => any) | undefined;
|
|
2343
2343
|
}>, {
|
|
2344
|
+
type: "text" | "password";
|
|
2344
2345
|
error: boolean;
|
|
2345
2346
|
readonly: boolean;
|
|
2346
|
-
type: "text" | "password";
|
|
2347
2347
|
disabled: boolean;
|
|
2348
2348
|
defaultValue: string;
|
|
2349
2349
|
allowClear: boolean;
|
package/es/typography/index.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ declare const Typography: {
|
|
|
62
62
|
default: number;
|
|
63
63
|
};
|
|
64
64
|
}>> & Readonly<{}>, {
|
|
65
|
-
heading:
|
|
65
|
+
heading: 1 | 2 | 3 | 4 | 5 | 6;
|
|
66
66
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
67
67
|
Text: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
68
68
|
ellipsis: {
|
|
@@ -164,13 +164,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
164
164
|
default: boolean;
|
|
165
165
|
};
|
|
166
166
|
contentClass: {
|
|
167
|
-
type: (
|
|
167
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
168
168
|
};
|
|
169
169
|
contentStyle: {
|
|
170
170
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
171
171
|
};
|
|
172
172
|
arrowClass: {
|
|
173
|
-
type: (
|
|
173
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
174
174
|
};
|
|
175
175
|
arrowStyle: {
|
|
176
176
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -228,7 +228,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
228
228
|
default: boolean;
|
|
229
229
|
};
|
|
230
230
|
openedClass: {
|
|
231
|
-
type: (
|
|
231
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
232
232
|
};
|
|
233
233
|
autoFitPosition: {
|
|
234
234
|
type: BooleanConstructor;
|
|
@@ -251,8 +251,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
251
251
|
default: number;
|
|
252
252
|
};
|
|
253
253
|
}>> & Readonly<{
|
|
254
|
-
onResize?: (() => any) | undefined;
|
|
255
254
|
onHide?: (() => any) | undefined;
|
|
255
|
+
onResize?: (() => any) | undefined;
|
|
256
256
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
257
257
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
258
258
|
onShow?: (() => any) | undefined;
|
|
@@ -355,13 +355,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
355
355
|
default: boolean;
|
|
356
356
|
};
|
|
357
357
|
contentClass: {
|
|
358
|
-
type: (
|
|
358
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
359
359
|
};
|
|
360
360
|
contentStyle: {
|
|
361
361
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
362
362
|
};
|
|
363
363
|
arrowClass: {
|
|
364
|
-
type: (
|
|
364
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
365
365
|
};
|
|
366
366
|
arrowStyle: {
|
|
367
367
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -419,7 +419,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
419
419
|
default: boolean;
|
|
420
420
|
};
|
|
421
421
|
openedClass: {
|
|
422
|
-
type: (
|
|
422
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
423
423
|
};
|
|
424
424
|
autoFitPosition: {
|
|
425
425
|
type: BooleanConstructor;
|
|
@@ -442,8 +442,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
442
442
|
default: number;
|
|
443
443
|
};
|
|
444
444
|
}>> & Readonly<{
|
|
445
|
-
onResize?: (() => any) | undefined;
|
|
446
445
|
onHide?: (() => any) | undefined;
|
|
446
|
+
onResize?: (() => any) | undefined;
|
|
447
447
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
448
448
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
449
449
|
onShow?: (() => any) | undefined;
|
|
@@ -537,13 +537,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
537
537
|
default: boolean;
|
|
538
538
|
};
|
|
539
539
|
contentClass: {
|
|
540
|
-
type: (
|
|
540
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
541
541
|
};
|
|
542
542
|
contentStyle: {
|
|
543
543
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
544
544
|
};
|
|
545
545
|
arrowClass: {
|
|
546
|
-
type: (
|
|
546
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
547
547
|
};
|
|
548
548
|
arrowStyle: {
|
|
549
549
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -601,7 +601,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
601
601
|
default: boolean;
|
|
602
602
|
};
|
|
603
603
|
openedClass: {
|
|
604
|
-
type: (
|
|
604
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
605
605
|
};
|
|
606
606
|
autoFitPosition: {
|
|
607
607
|
type: BooleanConstructor;
|
|
@@ -624,8 +624,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
624
624
|
default: number;
|
|
625
625
|
};
|
|
626
626
|
}>> & Readonly<{
|
|
627
|
-
onResize?: (() => any) | undefined;
|
|
628
627
|
onHide?: (() => any) | undefined;
|
|
628
|
+
onResize?: (() => any) | undefined;
|
|
629
629
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
630
630
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
631
631
|
onShow?: (() => any) | undefined;
|
|
@@ -854,13 +854,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
854
854
|
default: boolean;
|
|
855
855
|
};
|
|
856
856
|
contentClass: {
|
|
857
|
-
type: (
|
|
857
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
858
858
|
};
|
|
859
859
|
contentStyle: {
|
|
860
860
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
861
861
|
};
|
|
862
862
|
arrowClass: {
|
|
863
|
-
type: (
|
|
863
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
864
864
|
};
|
|
865
865
|
arrowStyle: {
|
|
866
866
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -918,7 +918,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
918
918
|
default: boolean;
|
|
919
919
|
};
|
|
920
920
|
openedClass: {
|
|
921
|
-
type: (
|
|
921
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
922
922
|
};
|
|
923
923
|
autoFitPosition: {
|
|
924
924
|
type: BooleanConstructor;
|
|
@@ -941,8 +941,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
941
941
|
default: number;
|
|
942
942
|
};
|
|
943
943
|
}>> & Readonly<{
|
|
944
|
-
onResize?: (() => any) | undefined;
|
|
945
944
|
onHide?: (() => any) | undefined;
|
|
945
|
+
onResize?: (() => any) | undefined;
|
|
946
946
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
947
947
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
948
948
|
onShow?: (() => any) | undefined;
|
|
@@ -1045,13 +1045,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1045
1045
|
default: boolean;
|
|
1046
1046
|
};
|
|
1047
1047
|
contentClass: {
|
|
1048
|
-
type: (
|
|
1048
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1049
1049
|
};
|
|
1050
1050
|
contentStyle: {
|
|
1051
1051
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1052
1052
|
};
|
|
1053
1053
|
arrowClass: {
|
|
1054
|
-
type: (
|
|
1054
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1055
1055
|
};
|
|
1056
1056
|
arrowStyle: {
|
|
1057
1057
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1109,7 +1109,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1109
1109
|
default: boolean;
|
|
1110
1110
|
};
|
|
1111
1111
|
openedClass: {
|
|
1112
|
-
type: (
|
|
1112
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1113
1113
|
};
|
|
1114
1114
|
autoFitPosition: {
|
|
1115
1115
|
type: BooleanConstructor;
|
|
@@ -1132,8 +1132,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1132
1132
|
default: number;
|
|
1133
1133
|
};
|
|
1134
1134
|
}>> & Readonly<{
|
|
1135
|
-
onResize?: (() => any) | undefined;
|
|
1136
1135
|
onHide?: (() => any) | undefined;
|
|
1136
|
+
onResize?: (() => any) | undefined;
|
|
1137
1137
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1138
1138
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1139
1139
|
onShow?: (() => any) | undefined;
|
|
@@ -1227,13 +1227,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1227
1227
|
default: boolean;
|
|
1228
1228
|
};
|
|
1229
1229
|
contentClass: {
|
|
1230
|
-
type: (
|
|
1230
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1231
1231
|
};
|
|
1232
1232
|
contentStyle: {
|
|
1233
1233
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1234
1234
|
};
|
|
1235
1235
|
arrowClass: {
|
|
1236
|
-
type: (
|
|
1236
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1237
1237
|
};
|
|
1238
1238
|
arrowStyle: {
|
|
1239
1239
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1291,7 +1291,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1291
1291
|
default: boolean;
|
|
1292
1292
|
};
|
|
1293
1293
|
openedClass: {
|
|
1294
|
-
type: (
|
|
1294
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1295
1295
|
};
|
|
1296
1296
|
autoFitPosition: {
|
|
1297
1297
|
type: BooleanConstructor;
|
|
@@ -1314,8 +1314,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1314
1314
|
default: number;
|
|
1315
1315
|
};
|
|
1316
1316
|
}>> & Readonly<{
|
|
1317
|
-
onResize?: (() => any) | undefined;
|
|
1318
1317
|
onHide?: (() => any) | undefined;
|
|
1318
|
+
onResize?: (() => any) | undefined;
|
|
1319
1319
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1320
1320
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1321
1321
|
onShow?: (() => any) | undefined;
|
package/es/typography/title.d.ts
CHANGED
|
@@ -12,6 +12,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
default: number;
|
|
13
13
|
};
|
|
14
14
|
}>> & Readonly<{}>, {
|
|
15
|
-
heading:
|
|
15
|
+
heading: 1 | 2 | 3 | 4 | 5 | 6;
|
|
16
16
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
17
|
export default _default;
|
|
@@ -60,9 +60,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
60
60
|
type: PropType<(event: Event) => Promise<FileList> | void>;
|
|
61
61
|
};
|
|
62
62
|
}>> & Readonly<{}>, {
|
|
63
|
+
hide: boolean;
|
|
63
64
|
disabled: boolean;
|
|
64
65
|
draggable: boolean;
|
|
65
|
-
hide: boolean;
|
|
66
66
|
multiple: boolean;
|
|
67
67
|
directory: boolean;
|
|
68
68
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -39,10 +39,10 @@ declare const VerificationCode: {
|
|
|
39
39
|
finish: (_value: string) => true;
|
|
40
40
|
input: (_inputValue: string, _index: number, _ev: Event) => true;
|
|
41
41
|
}, import("vue").PublicProps, {
|
|
42
|
+
length: number;
|
|
42
43
|
error: boolean;
|
|
43
44
|
readonly: boolean;
|
|
44
45
|
disabled: boolean;
|
|
45
|
-
length: number;
|
|
46
46
|
defaultValue: string;
|
|
47
47
|
masked: boolean;
|
|
48
48
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -84,10 +84,10 @@ declare const VerificationCode: {
|
|
|
84
84
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
85
85
|
onFinish?: ((_value: string) => any) | undefined;
|
|
86
86
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
87
|
+
length: number;
|
|
87
88
|
error: boolean;
|
|
88
89
|
readonly: boolean;
|
|
89
90
|
disabled: boolean;
|
|
90
|
-
length: number;
|
|
91
91
|
defaultValue: string;
|
|
92
92
|
masked: boolean;
|
|
93
93
|
}>;
|
|
@@ -131,10 +131,10 @@ declare const VerificationCode: {
|
|
|
131
131
|
finish: (_value: string) => true;
|
|
132
132
|
input: (_inputValue: string, _index: number, _ev: Event) => true;
|
|
133
133
|
}, string, {
|
|
134
|
+
length: number;
|
|
134
135
|
error: boolean;
|
|
135
136
|
readonly: boolean;
|
|
136
137
|
disabled: boolean;
|
|
137
|
-
length: number;
|
|
138
138
|
defaultValue: string;
|
|
139
139
|
masked: boolean;
|
|
140
140
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
@@ -63,10 +63,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
"onUpdate:modelValue"?: ((_value: string) => any) | undefined;
|
|
64
64
|
onFinish?: ((_value: string) => any) | undefined;
|
|
65
65
|
}>, {
|
|
66
|
+
length: number;
|
|
66
67
|
error: boolean;
|
|
67
68
|
readonly: boolean;
|
|
68
69
|
disabled: boolean;
|
|
69
|
-
length: number;
|
|
70
70
|
defaultValue: string;
|
|
71
71
|
masked: boolean;
|
|
72
72
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/es/watermark/index.d.ts
CHANGED
|
@@ -54,8 +54,8 @@ declare const Watermark: {
|
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
56
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
57
|
-
rotate: number;
|
|
58
57
|
repeat: boolean;
|
|
58
|
+
rotate: number;
|
|
59
59
|
zIndex: number;
|
|
60
60
|
gap: [number, number];
|
|
61
61
|
alpha: number;
|
|
@@ -121,8 +121,8 @@ declare const Watermark: {
|
|
|
121
121
|
default: boolean;
|
|
122
122
|
};
|
|
123
123
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
124
|
-
rotate: number;
|
|
125
124
|
repeat: boolean;
|
|
125
|
+
rotate: number;
|
|
126
126
|
zIndex: number;
|
|
127
127
|
gap: [number, number];
|
|
128
128
|
alpha: number;
|
|
@@ -185,8 +185,8 @@ declare const Watermark: {
|
|
|
185
185
|
default: boolean;
|
|
186
186
|
};
|
|
187
187
|
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
188
|
-
rotate: number;
|
|
189
188
|
repeat: boolean;
|
|
189
|
+
rotate: number;
|
|
190
190
|
zIndex: number;
|
|
191
191
|
gap: [number, number];
|
|
192
192
|
alpha: number;
|
|
@@ -103,8 +103,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
103
103
|
default: boolean;
|
|
104
104
|
};
|
|
105
105
|
}>> & Readonly<{}>, {
|
|
106
|
-
rotate: number;
|
|
107
106
|
repeat: boolean;
|
|
107
|
+
rotate: number;
|
|
108
108
|
zIndex: number;
|
|
109
109
|
gap: [number, number];
|
|
110
110
|
alpha: number;
|
|
@@ -627,6 +627,9 @@
|
|
|
627
627
|
"description": "Whether to enable search by default",
|
|
628
628
|
"type": "boolean"
|
|
629
629
|
},
|
|
630
|
+
"sd-config-provider/virtual-list-props": {
|
|
631
|
+
"description": "Default virtual list props for dropdown-like components such as Select, AutoComplete, Cascader, and TreeSelect"
|
|
632
|
+
},
|
|
630
633
|
"sd-config-provider/global": {
|
|
631
634
|
"description": "Is global effect",
|
|
632
635
|
"type": "boolean"
|
|
@@ -643,6 +646,15 @@
|
|
|
643
646
|
"description": "View starts from the right and ends on the left",
|
|
644
647
|
"type": "boolean"
|
|
645
648
|
},
|
|
649
|
+
"sd-config-provider/date-picker": {
|
|
650
|
+
"description": "Default config for DatePicker"
|
|
651
|
+
},
|
|
652
|
+
"sd-config-provider/modal": {
|
|
653
|
+
"description": "Default config for Modal"
|
|
654
|
+
},
|
|
655
|
+
"sd-config-provider/drawer": {
|
|
656
|
+
"description": "Default config for Drawer"
|
|
657
|
+
},
|
|
646
658
|
"sd-config-provider/theme": {
|
|
647
659
|
"description": "Runtime theme configuration object"
|
|
648
660
|
},
|
package/json/vetur-tags.json
CHANGED