@koi-design/uxd-ui 14.0.39 → 14.0.41
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/Calendar/Calendar.vue.d.ts +3 -3
- package/es/components/Calendar/Header.vue.d.ts +3 -3
- package/es/components/Calendar/index.d.ts +6 -6
- package/es/components/Cascader/Cascader.d.ts +1 -1
- package/es/components/DatePicker/DatePicker.vue.d.ts +3 -3
- package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +3 -3
- package/es/components/DatePicker/index.d.ts +6 -6
- package/es/components/Select/RefSelect.vue.d.ts +59 -1017
- package/es/components/Select/Select.d.ts +4 -4
- package/es/components/Select/Select.type.d.ts +1 -1
- package/es/components/Select/Select.type.mjs +1 -1
- package/es/components/Select/Select.type.mjs.map +1 -1
- package/es/components/Select/Selection/Multiple.vue.d.ts +2 -2
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +1 -1
- package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
- package/es/components/Select/Selection/MultipleBase.d.ts +253 -0
- package/es/components/Select/Selection/MultipleBase.mjs +317 -0
- package/es/components/Select/Selection/MultipleBase.mjs.map +1 -0
- package/es/components/Select/Selection/MultipleOverFlow.mjs +202 -0
- package/es/components/Select/Selection/MultipleOverFlow.mjs.map +1 -0
- package/es/components/Select/Selection/MultipleOverFlow.vue.d.ts +1191 -0
- package/es/components/Select/Selection/MultipleOverFlow.vue_vue_type_script_lang.mjs +265 -0
- package/es/components/Select/Selection/MultipleOverFlow.vue_vue_type_script_lang.mjs.map +1 -0
- package/es/components/Select/Selection/Selection.mjs +90 -67
- package/es/components/Select/Selection/Selection.mjs.map +1 -1
- package/es/components/Select/Selection/Selection.vue.d.ts +57 -1015
- package/es/components/Select/hooks/useMultipleBase.d.ts +32 -0
- package/es/components/Select/hooks/useMultipleBase.mjs +211 -0
- package/es/components/Select/hooks/useMultipleBase.mjs.map +1 -0
- package/es/components/Select/index.d.ts +3 -3
- package/es/components/TreeSelect/TreeSelect.vue.d.ts +57 -1015
- package/es/components/TreeSelect/index.d.ts +1065 -2981
- package/lib/components/Calendar/Calendar.vue.d.ts +3 -3
- package/lib/components/Calendar/Header.vue.d.ts +3 -3
- package/lib/components/Calendar/index.d.ts +6 -6
- package/lib/components/Cascader/Cascader.d.ts +1 -1
- package/lib/components/DatePicker/DatePicker.vue.d.ts +3 -3
- package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +3 -3
- package/lib/components/DatePicker/index.d.ts +6 -6
- package/lib/components/Select/RefSelect.vue.d.ts +59 -1017
- package/lib/components/Select/Select.d.ts +4 -4
- package/lib/components/Select/Select.type.d.ts +1 -1
- package/lib/components/Select/Select.type.js +1 -1
- package/lib/components/Select/Select.type.js.map +1 -1
- package/lib/components/Select/Selection/Multiple.vue.d.ts +2 -2
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +1 -1
- package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
- package/lib/components/Select/Selection/MultipleBase.d.ts +253 -0
- package/lib/components/Select/Selection/MultipleBase.js +326 -0
- package/lib/components/Select/Selection/MultipleBase.js.map +1 -0
- package/lib/components/Select/Selection/MultipleOverFlow.js +206 -0
- package/lib/components/Select/Selection/MultipleOverFlow.js.map +1 -0
- package/lib/components/Select/Selection/MultipleOverFlow.vue.d.ts +1191 -0
- package/lib/components/Select/Selection/MultipleOverFlow.vue_vue_type_script_lang.js +269 -0
- package/lib/components/Select/Selection/MultipleOverFlow.vue_vue_type_script_lang.js.map +1 -0
- package/lib/components/Select/Selection/Selection.js +89 -66
- package/lib/components/Select/Selection/Selection.js.map +1 -1
- package/lib/components/Select/Selection/Selection.vue.d.ts +57 -1015
- package/lib/components/Select/hooks/useMultipleBase.d.ts +32 -0
- package/lib/components/Select/hooks/useMultipleBase.js +216 -0
- package/lib/components/Select/hooks/useMultipleBase.js.map +1 -0
- package/lib/components/Select/index.d.ts +3 -3
- package/lib/components/TreeSelect/TreeSelect.vue.d.ts +57 -1015
- package/lib/components/TreeSelect/index.d.ts +1065 -2981
- package/package.json +1 -1
- package/styles/components/cascader/index.css +1 -1
- package/styles/components/form/index.css +1 -1
- package/styles/components/form/index.less +12 -1
- package/styles/components/form/var.less +1 -1
- package/styles/components/select/index.css +1 -1
- package/styles/components/select/index.less +10 -0
- package/styles/index.css +1 -1
- package/types/components/Calendar/Calendar.vue.d.ts +3 -3
- package/types/components/Calendar/Header.vue.d.ts +3 -3
- package/types/components/Calendar/index.d.ts +6 -6
- package/types/components/Cascader/Cascader.d.ts +1 -1
- package/types/components/DatePicker/DatePicker.vue.d.ts +3 -3
- package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +3 -3
- package/types/components/DatePicker/index.d.ts +6 -6
- package/types/components/Select/RefSelect.vue.d.ts +59 -1017
- package/types/components/Select/Select.d.ts +4 -4
- package/types/components/Select/Select.type.d.ts +1 -1
- package/types/components/Select/Selection/Multiple.vue.d.ts +2 -2
- package/types/components/Select/Selection/MultipleBase.d.ts +253 -0
- package/types/components/Select/Selection/MultipleOverFlow.vue.d.ts +1191 -0
- package/types/components/Select/Selection/Selection.vue.d.ts +57 -1015
- package/types/components/Select/hooks/useMultipleBase.d.ts +32 -0
- package/types/components/Select/index.d.ts +3 -3
- package/types/components/TreeSelect/TreeSelect.vue.d.ts +57 -1015
- package/types/components/TreeSelect/index.d.ts +1065 -2981
- package/uxd-ui.css +1 -1
- package/uxd-ui.esm.min.mjs +7 -7
- package/uxd-ui.esm.mjs +722 -535
- package/uxd-ui.umd.js +722 -535
- package/uxd-ui.umd.min.js +7 -7
|
@@ -448,7 +448,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
448
448
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
449
449
|
};
|
|
450
450
|
maxTagTextLength: {
|
|
451
|
-
type:
|
|
451
|
+
type: import("vue").PropType<number | "responsive">;
|
|
452
452
|
};
|
|
453
453
|
tagRender: {
|
|
454
454
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -725,7 +725,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
725
725
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
726
726
|
};
|
|
727
727
|
maxTagTextLength: {
|
|
728
|
-
type:
|
|
728
|
+
type: import("vue").PropType<number | "responsive">;
|
|
729
729
|
};
|
|
730
730
|
tagRender: {
|
|
731
731
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -985,7 +985,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
985
985
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
986
986
|
};
|
|
987
987
|
maxTagTextLength: {
|
|
988
|
-
type:
|
|
988
|
+
type: import("vue").PropType<number | "responsive">;
|
|
989
989
|
};
|
|
990
990
|
tagRender: {
|
|
991
991
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -176,7 +176,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
176
176
|
type: PropType<(rest: import("@koi-design/uxd-ui/es/components/Select").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
177
177
|
};
|
|
178
178
|
maxTagTextLength: {
|
|
179
|
-
type:
|
|
179
|
+
type: PropType<number | "responsive">;
|
|
180
180
|
};
|
|
181
181
|
tagRender: {
|
|
182
182
|
type: PropType<import("@koi-design/uxd-ui/es/components/Select").TagRenderFunction>;
|
|
@@ -453,7 +453,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
453
453
|
type: PropType<(rest: import("@koi-design/uxd-ui/es/components/Select").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
454
454
|
};
|
|
455
455
|
maxTagTextLength: {
|
|
456
|
-
type:
|
|
456
|
+
type: PropType<number | "responsive">;
|
|
457
457
|
};
|
|
458
458
|
tagRender: {
|
|
459
459
|
type: PropType<import("@koi-design/uxd-ui/es/components/Select").TagRenderFunction>;
|
|
@@ -713,7 +713,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
713
713
|
type: PropType<(rest: import("@koi-design/uxd-ui/es/components/Select").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
714
714
|
};
|
|
715
715
|
maxTagTextLength: {
|
|
716
|
-
type:
|
|
716
|
+
type: PropType<number | "responsive">;
|
|
717
717
|
};
|
|
718
718
|
tagRender: {
|
|
719
719
|
type: PropType<import("@koi-design/uxd-ui/es/components/Select").TagRenderFunction>;
|
|
@@ -413,7 +413,7 @@ export declare const UCalendar: {
|
|
|
413
413
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
414
414
|
};
|
|
415
415
|
maxTagTextLength: {
|
|
416
|
-
type:
|
|
416
|
+
type: import("vue").PropType<number | "responsive">;
|
|
417
417
|
};
|
|
418
418
|
tagRender: {
|
|
419
419
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -690,7 +690,7 @@ export declare const UCalendar: {
|
|
|
690
690
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
691
691
|
};
|
|
692
692
|
maxTagTextLength: {
|
|
693
|
-
type:
|
|
693
|
+
type: import("vue").PropType<number | "responsive">;
|
|
694
694
|
};
|
|
695
695
|
tagRender: {
|
|
696
696
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -950,7 +950,7 @@ export declare const UCalendar: {
|
|
|
950
950
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
951
951
|
};
|
|
952
952
|
maxTagTextLength: {
|
|
953
|
-
type:
|
|
953
|
+
type: import("vue").PropType<number | "responsive">;
|
|
954
954
|
};
|
|
955
955
|
tagRender: {
|
|
956
956
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -2400,7 +2400,7 @@ export declare const UCalendar: {
|
|
|
2400
2400
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
2401
2401
|
};
|
|
2402
2402
|
maxTagTextLength: {
|
|
2403
|
-
type:
|
|
2403
|
+
type: import("vue").PropType<number | "responsive">;
|
|
2404
2404
|
};
|
|
2405
2405
|
tagRender: {
|
|
2406
2406
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -2677,7 +2677,7 @@ export declare const UCalendar: {
|
|
|
2677
2677
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
2678
2678
|
};
|
|
2679
2679
|
maxTagTextLength: {
|
|
2680
|
-
type:
|
|
2680
|
+
type: import("vue").PropType<number | "responsive">;
|
|
2681
2681
|
};
|
|
2682
2682
|
tagRender: {
|
|
2683
2683
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -2937,7 +2937,7 @@ export declare const UCalendar: {
|
|
|
2937
2937
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
2938
2938
|
};
|
|
2939
2939
|
maxTagTextLength: {
|
|
2940
|
-
type:
|
|
2940
|
+
type: import("vue").PropType<number | "responsive">;
|
|
2941
2941
|
};
|
|
2942
2942
|
tagRender: {
|
|
2943
2943
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -733,8 +733,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
733
733
|
clearable: boolean;
|
|
734
734
|
labelColon: boolean;
|
|
735
735
|
loading: boolean;
|
|
736
|
-
tagTransitionName: string;
|
|
737
736
|
maxTagTooltip: boolean;
|
|
737
|
+
tagTransitionName: string;
|
|
738
738
|
multipleLimit: number;
|
|
739
739
|
popupPlacement: "left" | "right" | "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
|
740
740
|
emitPath: boolean;
|
|
@@ -3688,7 +3688,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3688
3688
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
3689
3689
|
};
|
|
3690
3690
|
maxTagTextLength: {
|
|
3691
|
-
type:
|
|
3691
|
+
type: import("vue").PropType<number | "responsive">;
|
|
3692
3692
|
};
|
|
3693
3693
|
tagRender: {
|
|
3694
3694
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -3965,7 +3965,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
3965
3965
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
3966
3966
|
};
|
|
3967
3967
|
maxTagTextLength: {
|
|
3968
|
-
type:
|
|
3968
|
+
type: import("vue").PropType<number | "responsive">;
|
|
3969
3969
|
};
|
|
3970
3970
|
tagRender: {
|
|
3971
3971
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -4225,7 +4225,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4225
4225
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
4226
4226
|
};
|
|
4227
4227
|
maxTagTextLength: {
|
|
4228
|
-
type:
|
|
4228
|
+
type: import("vue").PropType<number | "responsive">;
|
|
4229
4229
|
};
|
|
4230
4230
|
tagRender: {
|
|
4231
4231
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -2382,7 +2382,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2382
2382
|
type: PropType<(rest: import("@koi-design/uxd-ui/es/components/Select").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
2383
2383
|
};
|
|
2384
2384
|
maxTagTextLength: {
|
|
2385
|
-
type:
|
|
2385
|
+
type: PropType<number | "responsive">;
|
|
2386
2386
|
};
|
|
2387
2387
|
tagRender: {
|
|
2388
2388
|
type: PropType<import("@koi-design/uxd-ui/es/components/Select").TagRenderFunction>;
|
|
@@ -2659,7 +2659,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2659
2659
|
type: PropType<(rest: import("@koi-design/uxd-ui/es/components/Select").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
2660
2660
|
};
|
|
2661
2661
|
maxTagTextLength: {
|
|
2662
|
-
type:
|
|
2662
|
+
type: PropType<number | "responsive">;
|
|
2663
2663
|
};
|
|
2664
2664
|
tagRender: {
|
|
2665
2665
|
type: PropType<import("@koi-design/uxd-ui/es/components/Select").TagRenderFunction>;
|
|
@@ -2919,7 +2919,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2919
2919
|
type: PropType<(rest: import("@koi-design/uxd-ui/es/components/Select").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
2920
2920
|
};
|
|
2921
2921
|
maxTagTextLength: {
|
|
2922
|
-
type:
|
|
2922
|
+
type: PropType<number | "responsive">;
|
|
2923
2923
|
};
|
|
2924
2924
|
tagRender: {
|
|
2925
2925
|
type: PropType<import("@koi-design/uxd-ui/es/components/Select").TagRenderFunction>;
|
|
@@ -3582,7 +3582,7 @@ export declare const UDatePicker: {
|
|
|
3582
3582
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
3583
3583
|
};
|
|
3584
3584
|
maxTagTextLength: {
|
|
3585
|
-
type:
|
|
3585
|
+
type: import("vue").PropType<number | "responsive">;
|
|
3586
3586
|
};
|
|
3587
3587
|
tagRender: {
|
|
3588
3588
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -3859,7 +3859,7 @@ export declare const UDatePicker: {
|
|
|
3859
3859
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
3860
3860
|
};
|
|
3861
3861
|
maxTagTextLength: {
|
|
3862
|
-
type:
|
|
3862
|
+
type: import("vue").PropType<number | "responsive">;
|
|
3863
3863
|
};
|
|
3864
3864
|
tagRender: {
|
|
3865
3865
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -4119,7 +4119,7 @@ export declare const UDatePicker: {
|
|
|
4119
4119
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
4120
4120
|
};
|
|
4121
4121
|
maxTagTextLength: {
|
|
4122
|
-
type:
|
|
4122
|
+
type: import("vue").PropType<number | "responsive">;
|
|
4123
4123
|
};
|
|
4124
4124
|
tagRender: {
|
|
4125
4125
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -10839,7 +10839,7 @@ export declare const UDatePicker: {
|
|
|
10839
10839
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
10840
10840
|
};
|
|
10841
10841
|
maxTagTextLength: {
|
|
10842
|
-
type:
|
|
10842
|
+
type: import("vue").PropType<number | "responsive">;
|
|
10843
10843
|
};
|
|
10844
10844
|
tagRender: {
|
|
10845
10845
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -11116,7 +11116,7 @@ export declare const UDatePicker: {
|
|
|
11116
11116
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
11117
11117
|
};
|
|
11118
11118
|
maxTagTextLength: {
|
|
11119
|
-
type:
|
|
11119
|
+
type: import("vue").PropType<number | "responsive">;
|
|
11120
11120
|
};
|
|
11121
11121
|
tagRender: {
|
|
11122
11122
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|
|
@@ -11376,7 +11376,7 @@ export declare const UDatePicker: {
|
|
|
11376
11376
|
type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
11377
11377
|
};
|
|
11378
11378
|
maxTagTextLength: {
|
|
11379
|
-
type:
|
|
11379
|
+
type: import("vue").PropType<number | "responsive">;
|
|
11380
11380
|
};
|
|
11381
11381
|
tagRender: {
|
|
11382
11382
|
type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
|