ll-plus 2.1.11 → 2.1.13
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/advanced-filtering/index.d.ts +309 -309
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
- package/es/components/button/index.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +1 -1
- package/es/components/cascader/index.d.ts +16 -16
- package/es/components/cascader/src/cascader.vue.d.ts +16 -16
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/code-editor/index.d.ts +4 -4
- package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/es/components/date-picker/index.d.ts +82 -82
- package/es/components/date-picker/src/date-picker.vue.d.ts +82 -82
- package/es/components/date-range/index.d.ts +10 -10
- package/es/components/date-range/src/date-range.vue.d.ts +10 -10
- package/es/components/drawer/index.d.ts +13 -13
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
- package/es/components/drawer/src/drawer.vue.d.ts +13 -13
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/icon-base/index.d.ts +1 -1
- package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/es/components/icon-picker/index.d.ts +1 -1
- package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/es/components/icon-picker/src/config/icon-picker.d.ts +1 -1
- package/es/components/icon-picker/src/config/icon-picker.mjs.map +1 -1
- package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/es/components/input/index.d.ts +35 -35
- package/es/components/input/src/input.vue.d.ts +35 -35
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/input-number/src/input-number.vue.d.ts +2 -2
- package/es/components/key-value/index.d.ts +4 -4
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
- package/es/components/key-value/src/components/key-value-item.vue2.mjs +6 -2
- package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
- package/es/components/key-value/src/key-value.vue.d.ts +4 -4
- package/es/components/key-value/src/key-value.vue2.mjs +4 -1
- package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
- package/es/components/modal/index.d.ts +7 -7
- package/es/components/modal/src/modal.vue.d.ts +7 -7
- package/es/components/operate-icon/index.d.ts +3 -3
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/es/components/select/index.d.ts +30 -30
- package/es/components/select/src/select.vue.d.ts +30 -30
- package/es/components/tag-group/index.d.ts +4 -4
- package/es/components/tag-group/src/tag-group.vue.d.ts +4 -4
- package/es/components/tag-group/src/tag-group.vue2.mjs +6 -4
- package/es/components/tag-group/src/tag-group.vue2.mjs.map +1 -1
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +15 -15
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/es/components/upload-drag/index.d.ts +6 -6
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +15 -6
- package/index.full.min.js +2 -2
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +5 -5
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +15 -6
- package/lib/components/advanced-filtering/index.d.ts +309 -309
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +1 -1
- package/lib/components/cascader/index.d.ts +16 -16
- package/lib/components/cascader/src/cascader.vue.d.ts +16 -16
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/code-editor/index.d.ts +4 -4
- package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/lib/components/date-picker/index.d.ts +82 -82
- package/lib/components/date-picker/src/date-picker.vue.d.ts +82 -82
- package/lib/components/date-range/index.d.ts +10 -10
- package/lib/components/date-range/src/date-range.vue.d.ts +10 -10
- package/lib/components/drawer/index.d.ts +13 -13
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
- package/lib/components/drawer/src/drawer.vue.d.ts +13 -13
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/icon-base/index.d.ts +1 -1
- package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/lib/components/icon-picker/index.d.ts +1 -1
- package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/lib/components/icon-picker/src/config/icon-picker.d.ts +1 -1
- package/lib/components/icon-picker/src/config/icon-picker.js.map +1 -1
- package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/lib/components/input/index.d.ts +35 -35
- package/lib/components/input/src/input.vue.d.ts +35 -35
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
- package/lib/components/key-value/index.d.ts +4 -4
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
- package/lib/components/key-value/src/components/key-value-item.vue2.js +6 -2
- package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
- package/lib/components/key-value/src/key-value.vue.d.ts +4 -4
- package/lib/components/key-value/src/key-value.vue2.js +3 -0
- package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
- package/lib/components/modal/index.d.ts +7 -7
- package/lib/components/modal/src/modal.vue.d.ts +7 -7
- package/lib/components/operate-icon/index.d.ts +3 -3
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/lib/components/select/index.d.ts +30 -30
- package/lib/components/select/src/select.vue.d.ts +30 -30
- package/lib/components/tag-group/index.d.ts +4 -4
- package/lib/components/tag-group/src/tag-group.vue.d.ts +4 -4
- package/lib/components/tag-group/src/tag-group.vue2.js +6 -4
- package/lib/components/tag-group/src/tag-group.vue2.js.map +1 -1
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +15 -15
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/lib/components/upload-drag/index.d.ts +6 -6
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +309 -309
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
- package/types/packages/components/button/index.d.ts +1 -1
- package/types/packages/components/button/src/button.vue.d.ts +1 -1
- package/types/packages/components/cascader/index.d.ts +16 -16
- package/types/packages/components/cascader/src/cascader.vue.d.ts +16 -16
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/code-editor/index.d.ts +4 -4
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
- package/types/packages/components/date-picker/index.d.ts +82 -82
- package/types/packages/components/date-picker/src/date-picker.vue.d.ts +82 -82
- package/types/packages/components/date-range/index.d.ts +10 -10
- package/types/packages/components/date-range/src/date-range.vue.d.ts +10 -10
- package/types/packages/components/drawer/index.d.ts +13 -13
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
- package/types/packages/components/drawer/src/drawer.vue.d.ts +13 -13
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/icon-base/index.d.ts +1 -1
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/index.d.ts +1 -1
- package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
- package/types/packages/components/icon-picker/src/config/icon-picker.d.ts +1 -1
- package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
- package/types/packages/components/input/index.d.ts +35 -35
- package/types/packages/components/input/src/input.vue.d.ts +35 -35
- package/types/packages/components/input-number/index.d.ts +2 -2
- package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
- package/types/packages/components/key-value/index.d.ts +4 -4
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
- package/types/packages/components/key-value/src/key-value.vue.d.ts +4 -4
- package/types/packages/components/modal/index.d.ts +7 -7
- package/types/packages/components/modal/src/modal.vue.d.ts +7 -7
- package/types/packages/components/operate-icon/index.d.ts +3 -3
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
- package/types/packages/components/select/index.d.ts +30 -30
- package/types/packages/components/select/src/select.vue.d.ts +30 -30
- package/types/packages/components/tag-group/index.d.ts +4 -4
- package/types/packages/components/tag-group/src/tag-group.vue.d.ts +4 -4
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +15 -15
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
- package/types/packages/components/upload-drag/index.d.ts +6 -6
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -25,7 +25,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
25
25
|
default: any;
|
|
26
26
|
};
|
|
27
27
|
placement: {
|
|
28
|
-
type: import("vue").PropType<"
|
|
28
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
29
29
|
};
|
|
30
30
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
31
31
|
status: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -57,7 +57,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
57
57
|
};
|
|
58
58
|
animation: StringConstructor;
|
|
59
59
|
direction: {
|
|
60
|
-
type: import("vue").PropType<"
|
|
60
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
61
61
|
};
|
|
62
62
|
disabled: {
|
|
63
63
|
type: BooleanConstructor;
|
|
@@ -77,7 +77,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
77
77
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
78
78
|
};
|
|
79
79
|
showAction: {
|
|
80
|
-
type: import("vue").PropType<("
|
|
80
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
81
81
|
};
|
|
82
82
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
83
83
|
popupStyle: {
|
|
@@ -165,7 +165,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
165
165
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
166
166
|
default: string;
|
|
167
167
|
};
|
|
168
|
-
expandTrigger: import("vue").PropType<"
|
|
168
|
+
expandTrigger: import("vue").PropType<"hover" | "click">;
|
|
169
169
|
dropdownPrefixCls: StringConstructor;
|
|
170
170
|
dropdownMenuColumnStyle: {
|
|
171
171
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -183,7 +183,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
183
183
|
default: any;
|
|
184
184
|
};
|
|
185
185
|
placement: {
|
|
186
|
-
type: import("vue").PropType<"
|
|
186
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
187
187
|
};
|
|
188
188
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
189
189
|
status: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -215,7 +215,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
215
215
|
};
|
|
216
216
|
animation: StringConstructor;
|
|
217
217
|
direction: {
|
|
218
|
-
type: import("vue").PropType<"
|
|
218
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
219
219
|
};
|
|
220
220
|
disabled: {
|
|
221
221
|
type: BooleanConstructor;
|
|
@@ -235,7 +235,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
235
235
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
236
236
|
};
|
|
237
237
|
showAction: {
|
|
238
|
-
type: import("vue").PropType<("
|
|
238
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
239
239
|
};
|
|
240
240
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
241
241
|
popupStyle: {
|
|
@@ -323,7 +323,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
323
323
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
324
324
|
default: string;
|
|
325
325
|
};
|
|
326
|
-
expandTrigger: import("vue").PropType<"
|
|
326
|
+
expandTrigger: import("vue").PropType<"hover" | "click">;
|
|
327
327
|
dropdownPrefixCls: StringConstructor;
|
|
328
328
|
dropdownMenuColumnStyle: {
|
|
329
329
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -367,7 +367,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
367
367
|
default: any;
|
|
368
368
|
};
|
|
369
369
|
placement: {
|
|
370
|
-
type: import("vue").PropType<"
|
|
370
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
371
371
|
};
|
|
372
372
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
373
373
|
status: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -399,7 +399,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
399
399
|
};
|
|
400
400
|
animation: StringConstructor;
|
|
401
401
|
direction: {
|
|
402
|
-
type: import("vue").PropType<"
|
|
402
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
403
403
|
};
|
|
404
404
|
disabled: {
|
|
405
405
|
type: BooleanConstructor;
|
|
@@ -419,7 +419,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
419
419
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
420
420
|
};
|
|
421
421
|
showAction: {
|
|
422
|
-
type: import("vue").PropType<("
|
|
422
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
423
423
|
};
|
|
424
424
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
425
425
|
popupStyle: {
|
|
@@ -507,7 +507,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
507
507
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
508
508
|
default: string;
|
|
509
509
|
};
|
|
510
|
-
expandTrigger: import("vue").PropType<"
|
|
510
|
+
expandTrigger: import("vue").PropType<"hover" | "click">;
|
|
511
511
|
dropdownPrefixCls: StringConstructor;
|
|
512
512
|
dropdownMenuColumnStyle: {
|
|
513
513
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -548,7 +548,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
548
548
|
default: any;
|
|
549
549
|
};
|
|
550
550
|
placement: {
|
|
551
|
-
type: import("vue").PropType<"
|
|
551
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
552
552
|
};
|
|
553
553
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
554
554
|
status: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -580,7 +580,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
580
580
|
};
|
|
581
581
|
animation: StringConstructor;
|
|
582
582
|
direction: {
|
|
583
|
-
type: import("vue").PropType<"
|
|
583
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
584
584
|
};
|
|
585
585
|
disabled: {
|
|
586
586
|
type: BooleanConstructor;
|
|
@@ -600,7 +600,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
600
600
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
601
601
|
};
|
|
602
602
|
showAction: {
|
|
603
|
-
type: import("vue").PropType<("
|
|
603
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
604
604
|
};
|
|
605
605
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
606
606
|
popupStyle: {
|
|
@@ -688,7 +688,7 @@ export declare const LlCascader: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
688
688
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
689
689
|
default: string;
|
|
690
690
|
};
|
|
691
|
-
expandTrigger: import("vue").PropType<"
|
|
691
|
+
expandTrigger: import("vue").PropType<"hover" | "click">;
|
|
692
692
|
dropdownPrefixCls: StringConstructor;
|
|
693
693
|
dropdownMenuColumnStyle: {
|
|
694
694
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
24
24
|
default: any;
|
|
25
25
|
};
|
|
26
26
|
placement: {
|
|
27
|
-
type: import("vue").PropType<"
|
|
27
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
28
28
|
};
|
|
29
29
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
30
30
|
status: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
56
56
|
};
|
|
57
57
|
animation: StringConstructor;
|
|
58
58
|
direction: {
|
|
59
|
-
type: import("vue").PropType<"
|
|
59
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
60
60
|
};
|
|
61
61
|
disabled: {
|
|
62
62
|
type: BooleanConstructor;
|
|
@@ -76,7 +76,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
76
76
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
77
77
|
};
|
|
78
78
|
showAction: {
|
|
79
|
-
type: import("vue").PropType<("
|
|
79
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
80
80
|
};
|
|
81
81
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
82
82
|
popupStyle: {
|
|
@@ -164,7 +164,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
164
164
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
165
165
|
default: string;
|
|
166
166
|
};
|
|
167
|
-
expandTrigger: import("vue").PropType<"
|
|
167
|
+
expandTrigger: import("vue").PropType<"hover" | "click">;
|
|
168
168
|
dropdownPrefixCls: StringConstructor;
|
|
169
169
|
dropdownMenuColumnStyle: {
|
|
170
170
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -182,7 +182,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
182
182
|
default: any;
|
|
183
183
|
};
|
|
184
184
|
placement: {
|
|
185
|
-
type: import("vue").PropType<"
|
|
185
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
186
186
|
};
|
|
187
187
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
188
188
|
status: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -214,7 +214,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
214
214
|
};
|
|
215
215
|
animation: StringConstructor;
|
|
216
216
|
direction: {
|
|
217
|
-
type: import("vue").PropType<"
|
|
217
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
218
218
|
};
|
|
219
219
|
disabled: {
|
|
220
220
|
type: BooleanConstructor;
|
|
@@ -234,7 +234,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
234
234
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
235
235
|
};
|
|
236
236
|
showAction: {
|
|
237
|
-
type: import("vue").PropType<("
|
|
237
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
238
238
|
};
|
|
239
239
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
240
240
|
popupStyle: {
|
|
@@ -322,7 +322,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
322
322
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
323
323
|
default: string;
|
|
324
324
|
};
|
|
325
|
-
expandTrigger: import("vue").PropType<"
|
|
325
|
+
expandTrigger: import("vue").PropType<"hover" | "click">;
|
|
326
326
|
dropdownPrefixCls: StringConstructor;
|
|
327
327
|
dropdownMenuColumnStyle: {
|
|
328
328
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -366,7 +366,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
366
366
|
default: any;
|
|
367
367
|
};
|
|
368
368
|
placement: {
|
|
369
|
-
type: import("vue").PropType<"
|
|
369
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
370
370
|
};
|
|
371
371
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
372
372
|
status: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -398,7 +398,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
398
398
|
};
|
|
399
399
|
animation: StringConstructor;
|
|
400
400
|
direction: {
|
|
401
|
-
type: import("vue").PropType<"
|
|
401
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
402
402
|
};
|
|
403
403
|
disabled: {
|
|
404
404
|
type: BooleanConstructor;
|
|
@@ -418,7 +418,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
418
418
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
419
419
|
};
|
|
420
420
|
showAction: {
|
|
421
|
-
type: import("vue").PropType<("
|
|
421
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
422
422
|
};
|
|
423
423
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
424
424
|
popupStyle: {
|
|
@@ -506,7 +506,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
506
506
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
507
507
|
default: string;
|
|
508
508
|
};
|
|
509
|
-
expandTrigger: import("vue").PropType<"
|
|
509
|
+
expandTrigger: import("vue").PropType<"hover" | "click">;
|
|
510
510
|
dropdownPrefixCls: StringConstructor;
|
|
511
511
|
dropdownMenuColumnStyle: {
|
|
512
512
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -547,7 +547,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
547
547
|
default: any;
|
|
548
548
|
};
|
|
549
549
|
placement: {
|
|
550
|
-
type: import("vue").PropType<"
|
|
550
|
+
type: import("vue").PropType<"topLeft" | "topRight" | "bottomLeft" | "bottomRight">;
|
|
551
551
|
};
|
|
552
552
|
suffixIcon: import("vue-types").VueTypeValidableDef<any>;
|
|
553
553
|
status: import("vue").PropType<"" | "error" | "warning">;
|
|
@@ -579,7 +579,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
579
579
|
};
|
|
580
580
|
animation: StringConstructor;
|
|
581
581
|
direction: {
|
|
582
|
-
type: import("vue").PropType<"
|
|
582
|
+
type: import("vue").PropType<"ltr" | "rtl">;
|
|
583
583
|
};
|
|
584
584
|
disabled: {
|
|
585
585
|
type: BooleanConstructor;
|
|
@@ -599,7 +599,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
599
599
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ValueType>;
|
|
600
600
|
};
|
|
601
601
|
showAction: {
|
|
602
|
-
type: import("vue").PropType<("
|
|
602
|
+
type: import("vue").PropType<("focus" | "click")[]>;
|
|
603
603
|
};
|
|
604
604
|
onPopupVisibleChange: import("vue").PropType<(open: boolean) => void>;
|
|
605
605
|
popupStyle: {
|
|
@@ -687,7 +687,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
687
687
|
type: import("vue").PropType<import("ant-design-vue/es/vc-cascader/Cascader").ShowCheckedStrategy>;
|
|
688
688
|
default: string;
|
|
689
689
|
};
|
|
690
|
-
expandTrigger: import("vue").PropType<"
|
|
690
|
+
expandTrigger: import("vue").PropType<"hover" | "click">;
|
|
691
691
|
dropdownPrefixCls: StringConstructor;
|
|
692
692
|
dropdownMenuColumnStyle: {
|
|
693
693
|
type: import("vue").PropType<import("vue").CSSProperties>;
|