@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
|
@@ -71,7 +71,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
71
|
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
72
72
|
};
|
|
73
73
|
maxTagTextLength: {
|
|
74
|
-
type:
|
|
74
|
+
type: PropType<number | "responsive">;
|
|
75
75
|
};
|
|
76
76
|
tagRender: {
|
|
77
77
|
type: PropType<import("./Select.type").TagRenderFunction>;
|
|
@@ -329,7 +329,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
329
329
|
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
330
330
|
};
|
|
331
331
|
maxTagTextLength: {
|
|
332
|
-
type:
|
|
332
|
+
type: PropType<number | "responsive">;
|
|
333
333
|
};
|
|
334
334
|
tagRender: {
|
|
335
335
|
type: PropType<import("./Select.type").TagRenderFunction>;
|
|
@@ -740,7 +740,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
740
740
|
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
741
741
|
};
|
|
742
742
|
maxTagTextLength: {
|
|
743
|
-
type:
|
|
743
|
+
type: PropType<number | "responsive">;
|
|
744
744
|
};
|
|
745
745
|
maxTagTooltip: {
|
|
746
746
|
type: BooleanConstructor;
|
|
@@ -784,6 +784,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
784
784
|
onInputCompositionStart: () => void;
|
|
785
785
|
onInputCompositionEnd: () => void;
|
|
786
786
|
onInputPaste: (e: ClipboardEvent) => void;
|
|
787
|
+
onOverflowResize: ({ width }: {
|
|
788
|
+
width: number;
|
|
789
|
+
}) => void;
|
|
790
|
+
containerWrapperWidth: import("vue").ShallowRef<number, number>;
|
|
791
|
+
isResponsive: import("vue").ComputedRef<boolean>;
|
|
787
792
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "create-submit" | "toggle-open")[], "select" | "create-submit" | "toggle-open", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
788
793
|
prefixCls: {
|
|
789
794
|
type: StringConstructor;
|
|
@@ -831,7 +836,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
831
836
|
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
832
837
|
};
|
|
833
838
|
maxTagTextLength: {
|
|
834
|
-
type:
|
|
839
|
+
type: PropType<number | "responsive">;
|
|
835
840
|
};
|
|
836
841
|
maxTagTooltip: {
|
|
837
842
|
type: BooleanConstructor;
|
|
@@ -1077,7 +1082,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1077
1082
|
editable: boolean;
|
|
1078
1083
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1079
1084
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1080
|
-
|
|
1085
|
+
ResizeObserver: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1086
|
+
disabled: {
|
|
1087
|
+
type: BooleanConstructor;
|
|
1088
|
+
default: boolean;
|
|
1089
|
+
};
|
|
1090
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1091
|
+
[key: string]: any;
|
|
1092
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "resize"[], "resize", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1093
|
+
disabled: {
|
|
1094
|
+
type: BooleanConstructor;
|
|
1095
|
+
default: boolean;
|
|
1096
|
+
};
|
|
1097
|
+
}>> & Readonly<{
|
|
1098
|
+
onResize?: (...args: any[]) => any;
|
|
1099
|
+
}>, {
|
|
1100
|
+
disabled: boolean;
|
|
1101
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1102
|
+
MultipleBase: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1081
1103
|
prefixCls: {
|
|
1082
1104
|
type: StringConstructor;
|
|
1083
1105
|
};
|
|
@@ -1110,7 +1132,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1110
1132
|
type: NumberConstructor;
|
|
1111
1133
|
};
|
|
1112
1134
|
maxTagTextLength: {
|
|
1113
|
-
type:
|
|
1135
|
+
type: PropType<number | "responsive">;
|
|
1114
1136
|
};
|
|
1115
1137
|
maxTagPlaceholder: {
|
|
1116
1138
|
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
@@ -1138,28 +1160,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1138
1160
|
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
1139
1161
|
default: () => {};
|
|
1140
1162
|
};
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
closable: (item: import("./Select.type").DisplayOption) => boolean;
|
|
1155
|
-
onClose: (value: SingleValueType, e: any) => void;
|
|
1156
|
-
onInputMouseDown: () => void;
|
|
1157
|
-
onInputChange: (val: any) => void;
|
|
1158
|
-
onInputKeydown: (e: KeyboardEvent) => void;
|
|
1159
|
-
onInputCompositionStart: (e: CompositionEvent) => void;
|
|
1160
|
-
onInputCompositionEnd: (e: CompositionEvent) => void;
|
|
1161
|
-
onInputPaste: (e: ClipboardEvent) => void;
|
|
1162
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "input-mousedown" | "input-change" | "input-keydown" | "input-compositionstart" | "input-compositionend" | "input-paste")[], "select" | "input-mousedown" | "input-change" | "input-keydown" | "input-compositionstart" | "input-compositionend" | "input-paste", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1163
|
+
itemWidth: {
|
|
1164
|
+
type: NumberConstructor;
|
|
1165
|
+
default: number;
|
|
1166
|
+
};
|
|
1167
|
+
containerWrapperWidth: {
|
|
1168
|
+
type: PropType<number | null>;
|
|
1169
|
+
default: null;
|
|
1170
|
+
};
|
|
1171
|
+
enableOverflow: {
|
|
1172
|
+
type: BooleanConstructor;
|
|
1173
|
+
default: boolean;
|
|
1174
|
+
};
|
|
1175
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1163
1176
|
prefixCls: {
|
|
1164
1177
|
type: StringConstructor;
|
|
1165
1178
|
};
|
|
@@ -1192,7 +1205,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1192
1205
|
type: NumberConstructor;
|
|
1193
1206
|
};
|
|
1194
1207
|
maxTagTextLength: {
|
|
1195
|
-
type:
|
|
1208
|
+
type: PropType<number | "responsive">;
|
|
1196
1209
|
};
|
|
1197
1210
|
maxTagPlaceholder: {
|
|
1198
1211
|
type: PropType<(rest: import("./Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
|
|
@@ -1220,14 +1233,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1220
1233
|
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
|
|
1221
1234
|
default: () => {};
|
|
1222
1235
|
};
|
|
1236
|
+
itemWidth: {
|
|
1237
|
+
type: NumberConstructor;
|
|
1238
|
+
default: number;
|
|
1239
|
+
};
|
|
1240
|
+
containerWrapperWidth: {
|
|
1241
|
+
type: PropType<number | null>;
|
|
1242
|
+
default: null;
|
|
1243
|
+
};
|
|
1244
|
+
enableOverflow: {
|
|
1245
|
+
type: BooleanConstructor;
|
|
1246
|
+
default: boolean;
|
|
1247
|
+
};
|
|
1223
1248
|
}>> & Readonly<{
|
|
1224
|
-
|
|
1225
|
-
"onInput-mousedown"?: (...args: any[]) => any;
|
|
1226
|
-
"onInput-change"?: (...args: any[]) => any;
|
|
1227
|
-
"onInput-keydown"?: (...args: any[]) => any;
|
|
1228
|
-
"onInput-compositionstart"?: (...args: any[]) => any;
|
|
1229
|
-
"onInput-compositionend"?: (...args: any[]) => any;
|
|
1230
|
-
"onInput-paste"?: (...args: any[]) => any;
|
|
1249
|
+
[x: `on${Capitalize<string>}`]: (...args: any[]) => any;
|
|
1231
1250
|
}>, {
|
|
1232
1251
|
values: import("./Select.type").DisplayOption[];
|
|
1233
1252
|
disabled: boolean;
|
|
@@ -1238,987 +1257,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1238
1257
|
isShowTagTooltip: boolean;
|
|
1239
1258
|
maxTagTooltipWidth: number;
|
|
1240
1259
|
popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
};
|
|
1246
|
-
prefixCls: {
|
|
1247
|
-
type: StringConstructor;
|
|
1248
|
-
};
|
|
1249
|
-
id: {
|
|
1250
|
-
type: StringConstructor;
|
|
1251
|
-
};
|
|
1252
|
-
disabled: {
|
|
1253
|
-
type: BooleanConstructor;
|
|
1254
|
-
default: boolean;
|
|
1255
|
-
};
|
|
1256
|
-
autofocus: {
|
|
1257
|
-
type: BooleanConstructor;
|
|
1258
|
-
default: boolean;
|
|
1259
|
-
};
|
|
1260
|
-
autocomplete: {
|
|
1261
|
-
type: StringConstructor;
|
|
1262
|
-
};
|
|
1263
|
-
accessibilityIndex: {
|
|
1264
|
-
type: NumberConstructor;
|
|
1265
|
-
};
|
|
1266
|
-
editable: {
|
|
1267
|
-
type: BooleanConstructor;
|
|
1268
|
-
default: boolean;
|
|
1269
|
-
};
|
|
1270
|
-
value: {
|
|
1271
|
-
type: StringConstructor;
|
|
1272
|
-
};
|
|
1273
|
-
open: {
|
|
1274
|
-
type: BooleanConstructor;
|
|
1275
|
-
default: boolean;
|
|
1276
|
-
};
|
|
1277
|
-
tabindex: {
|
|
1278
|
-
type: NumberConstructor;
|
|
1279
|
-
};
|
|
1280
|
-
}>, {
|
|
1281
|
-
computedStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1282
|
-
onChange: (e: any) => void;
|
|
1283
|
-
onMousedown: (e: any) => void;
|
|
1284
|
-
onKeydown: (e: any) => void;
|
|
1285
|
-
onPaste: (e: any) => void;
|
|
1286
|
-
onCompositionstart: (e: any) => void;
|
|
1287
|
-
onCompositionend: (e: any) => void;
|
|
1288
|
-
onFocus: (args: any) => void;
|
|
1289
|
-
onBlur: (args: any) => void;
|
|
1290
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend")[], "change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1291
|
-
inputRef: {
|
|
1292
|
-
type: PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
|
|
1293
|
-
};
|
|
1294
|
-
prefixCls: {
|
|
1295
|
-
type: StringConstructor;
|
|
1296
|
-
};
|
|
1297
|
-
id: {
|
|
1298
|
-
type: StringConstructor;
|
|
1299
|
-
};
|
|
1300
|
-
disabled: {
|
|
1301
|
-
type: BooleanConstructor;
|
|
1302
|
-
default: boolean;
|
|
1303
|
-
};
|
|
1304
|
-
autofocus: {
|
|
1305
|
-
type: BooleanConstructor;
|
|
1306
|
-
default: boolean;
|
|
1307
|
-
};
|
|
1308
|
-
autocomplete: {
|
|
1309
|
-
type: StringConstructor;
|
|
1310
|
-
};
|
|
1311
|
-
accessibilityIndex: {
|
|
1312
|
-
type: NumberConstructor;
|
|
1313
|
-
};
|
|
1314
|
-
editable: {
|
|
1315
|
-
type: BooleanConstructor;
|
|
1316
|
-
default: boolean;
|
|
1317
|
-
};
|
|
1318
|
-
value: {
|
|
1319
|
-
type: StringConstructor;
|
|
1320
|
-
};
|
|
1321
|
-
open: {
|
|
1322
|
-
type: BooleanConstructor;
|
|
1323
|
-
default: boolean;
|
|
1324
|
-
};
|
|
1325
|
-
tabindex: {
|
|
1326
|
-
type: NumberConstructor;
|
|
1327
|
-
};
|
|
1328
|
-
}>> & Readonly<{
|
|
1329
|
-
onChange?: (...args: any[]) => any;
|
|
1330
|
-
onPaste?: (...args: any[]) => any;
|
|
1331
|
-
onCompositionend?: (...args: any[]) => any;
|
|
1332
|
-
onCompositionstart?: (...args: any[]) => any;
|
|
1333
|
-
onKeydown?: (...args: any[]) => any;
|
|
1334
|
-
onMousedown?: (...args: any[]) => any;
|
|
1335
|
-
}>, {
|
|
1336
|
-
disabled: boolean;
|
|
1337
|
-
autofocus: boolean;
|
|
1338
|
-
open: boolean;
|
|
1339
|
-
editable: boolean;
|
|
1340
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1341
|
-
Render: {
|
|
1342
|
-
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1343
|
-
props: {
|
|
1344
|
-
render: {
|
|
1345
|
-
type: PropType<() => import("vue").VNodeChild>;
|
|
1346
|
-
};
|
|
1347
|
-
};
|
|
1348
|
-
};
|
|
1349
|
-
UPopover: {
|
|
1350
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1351
|
-
placement: {
|
|
1352
|
-
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1353
|
-
default: string;
|
|
1354
|
-
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1355
|
-
};
|
|
1356
|
-
visible: {
|
|
1357
|
-
type: BooleanConstructor;
|
|
1358
|
-
default: undefined;
|
|
1359
|
-
};
|
|
1360
|
-
disabled: {
|
|
1361
|
-
type: BooleanConstructor;
|
|
1362
|
-
default: boolean;
|
|
1363
|
-
};
|
|
1364
|
-
title: {
|
|
1365
|
-
type: StringConstructor;
|
|
1366
|
-
};
|
|
1367
|
-
description: {
|
|
1368
|
-
type: StringConstructor;
|
|
1369
|
-
};
|
|
1370
|
-
content: {
|
|
1371
|
-
type: StringConstructor;
|
|
1372
|
-
};
|
|
1373
|
-
dropdownClass: {
|
|
1374
|
-
type: StringConstructor;
|
|
1375
|
-
default: string;
|
|
1376
|
-
};
|
|
1377
|
-
dropdownStyle: {
|
|
1378
|
-
type: PropType<CSSProperties>;
|
|
1379
|
-
default: () => {};
|
|
1380
|
-
};
|
|
1381
|
-
trigger: {
|
|
1382
|
-
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
|
|
1383
|
-
default: string;
|
|
1384
|
-
validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
|
|
1385
|
-
};
|
|
1386
|
-
offset: {
|
|
1387
|
-
type: PropType<number[]>;
|
|
1388
|
-
validator: (val: any[]) => boolean;
|
|
1389
|
-
};
|
|
1390
|
-
type: {
|
|
1391
|
-
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
|
|
1392
|
-
default: string;
|
|
1393
|
-
validator: (val: "popConfirm" | "popover") => boolean;
|
|
1394
|
-
};
|
|
1395
|
-
destroyOnHide: {
|
|
1396
|
-
type: BooleanConstructor;
|
|
1397
|
-
default: boolean;
|
|
1398
|
-
};
|
|
1399
|
-
width: {
|
|
1400
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1401
|
-
default: number;
|
|
1402
|
-
};
|
|
1403
|
-
showArrow: {
|
|
1404
|
-
type: BooleanConstructor;
|
|
1405
|
-
default: boolean;
|
|
1406
|
-
};
|
|
1407
|
-
showDelay: {
|
|
1408
|
-
type: NumberConstructor;
|
|
1409
|
-
default: number;
|
|
1410
|
-
};
|
|
1411
|
-
}>> & Readonly<{
|
|
1412
|
-
"onUpdate:visible"?: (v: boolean) => any;
|
|
1413
|
-
"onVisible-change"?: (v: boolean) => any;
|
|
1414
|
-
}>, {
|
|
1415
|
-
popupRef: import("vue").Ref<any, any>;
|
|
1416
|
-
innerRef: import("vue").Ref<any, any>;
|
|
1417
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
1418
|
-
showTitle: import("vue").ComputedRef<string | boolean>;
|
|
1419
|
-
showDescription: import("vue").ComputedRef<string | boolean>;
|
|
1420
|
-
popupStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1421
|
-
arrowStyle: import("vue").ComputedRef<{
|
|
1422
|
-
top: string;
|
|
1423
|
-
right: string;
|
|
1424
|
-
transform: string;
|
|
1425
|
-
bottom?: undefined;
|
|
1426
|
-
left?: undefined;
|
|
1427
|
-
} | {
|
|
1428
|
-
bottom: string;
|
|
1429
|
-
right: string;
|
|
1430
|
-
transform: string;
|
|
1431
|
-
top?: undefined;
|
|
1432
|
-
left?: undefined;
|
|
1433
|
-
} | {
|
|
1434
|
-
top: string;
|
|
1435
|
-
left: string;
|
|
1436
|
-
transform: string;
|
|
1437
|
-
right?: undefined;
|
|
1438
|
-
bottom?: undefined;
|
|
1439
|
-
} | {
|
|
1440
|
-
bottom: string;
|
|
1441
|
-
left: string;
|
|
1442
|
-
transform: string;
|
|
1443
|
-
top?: undefined;
|
|
1444
|
-
right?: undefined;
|
|
1445
|
-
} | {
|
|
1446
|
-
top?: undefined;
|
|
1447
|
-
right?: undefined;
|
|
1448
|
-
transform?: undefined;
|
|
1449
|
-
bottom?: undefined;
|
|
1450
|
-
left?: undefined;
|
|
1451
|
-
}>;
|
|
1452
|
-
onVisibleChange: (val: boolean) => void;
|
|
1453
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1454
|
-
'visible-change': (v: boolean) => boolean;
|
|
1455
|
-
'update:visible': (v: boolean) => boolean;
|
|
1456
|
-
}, import("vue").PublicProps, {
|
|
1457
|
-
type: "popConfirm" | "popover";
|
|
1458
|
-
width: string | number;
|
|
1459
|
-
visible: boolean;
|
|
1460
|
-
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
1461
|
-
trigger: "click" | "hover" | "focus" | "contextmenu";
|
|
1462
|
-
disabled: boolean;
|
|
1463
|
-
dropdownClass: string;
|
|
1464
|
-
dropdownStyle: CSSProperties;
|
|
1465
|
-
destroyOnHide: boolean;
|
|
1466
|
-
showArrow: boolean;
|
|
1467
|
-
showDelay: number;
|
|
1468
|
-
}, true, {}, {}, {
|
|
1469
|
-
Popup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1470
|
-
prefixCls: {
|
|
1471
|
-
type: StringConstructor;
|
|
1472
|
-
};
|
|
1473
|
-
getPopupContainer: {
|
|
1474
|
-
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1475
|
-
};
|
|
1476
|
-
placement: {
|
|
1477
|
-
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1478
|
-
default: string;
|
|
1479
|
-
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1480
|
-
};
|
|
1481
|
-
offset: {
|
|
1482
|
-
type: PropType<number[]>;
|
|
1483
|
-
default: () => number[];
|
|
1484
|
-
};
|
|
1485
|
-
modifiers: {
|
|
1486
|
-
type: PropType<any[]>;
|
|
1487
|
-
};
|
|
1488
|
-
transitionName: {
|
|
1489
|
-
type: StringConstructor;
|
|
1490
|
-
};
|
|
1491
|
-
popupStyle: {
|
|
1492
|
-
type: PropType<CSSProperties>;
|
|
1493
|
-
default: () => {};
|
|
1494
|
-
};
|
|
1495
|
-
popupClass: {
|
|
1496
|
-
type: StringConstructor;
|
|
1497
|
-
};
|
|
1498
|
-
trigger: {
|
|
1499
|
-
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
1500
|
-
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
1501
|
-
};
|
|
1502
|
-
mouseEnterDelay: {
|
|
1503
|
-
type: NumberConstructor;
|
|
1504
|
-
default: number;
|
|
1505
|
-
};
|
|
1506
|
-
mouseLeaveDelay: {
|
|
1507
|
-
type: NumberConstructor;
|
|
1508
|
-
default: number;
|
|
1509
|
-
};
|
|
1510
|
-
focusDelay: {
|
|
1511
|
-
type: NumberConstructor;
|
|
1512
|
-
default: number;
|
|
1513
|
-
};
|
|
1514
|
-
blurDelay: {
|
|
1515
|
-
type: NumberConstructor;
|
|
1516
|
-
default: number;
|
|
1517
|
-
};
|
|
1518
|
-
visible: {
|
|
1519
|
-
type: BooleanConstructor;
|
|
1520
|
-
default: undefined;
|
|
1521
|
-
};
|
|
1522
|
-
disabled: {
|
|
1523
|
-
type: BooleanConstructor;
|
|
1524
|
-
default: undefined;
|
|
1525
|
-
};
|
|
1526
|
-
destroyPopupOnHide: {
|
|
1527
|
-
type: BooleanConstructor;
|
|
1528
|
-
default: boolean;
|
|
1529
|
-
};
|
|
1530
|
-
clickOutside: {
|
|
1531
|
-
type: PropType<(e: Event) => void>;
|
|
1532
|
-
};
|
|
1533
|
-
}>, {
|
|
1534
|
-
reference: import("vue").Ref<any, any>;
|
|
1535
|
-
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
1536
|
-
popup: import("vue").ShallowRef<HTMLElement, HTMLElement>;
|
|
1537
|
-
isMounted: import("vue").Ref<boolean, boolean>;
|
|
1538
|
-
onClick: (e: any) => void;
|
|
1539
|
-
onMousedown: (e: any) => void;
|
|
1540
|
-
onMouseenter: (e: any) => void;
|
|
1541
|
-
onMouseleave: (e: any) => void;
|
|
1542
|
-
onContextMenu: (e: any) => void;
|
|
1543
|
-
onPopupMouseenter: () => void;
|
|
1544
|
-
onPopupMouseleave: () => void;
|
|
1545
|
-
onPopupMousedown: () => void;
|
|
1546
|
-
onFocus: (e: any) => void;
|
|
1547
|
-
onBlur: (e: any) => void;
|
|
1548
|
-
onTransitionEnter: (el: Element, done: () => void) => void;
|
|
1549
|
-
onTransitionOver: () => void;
|
|
1550
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1551
|
-
click: (e: Event) => boolean;
|
|
1552
|
-
'popup-transition-over': () => boolean;
|
|
1553
|
-
'popup-visible-change': (v: boolean) => boolean;
|
|
1554
|
-
focus: (e: Event) => boolean;
|
|
1555
|
-
blur: (e: Event) => boolean;
|
|
1556
|
-
mousedown: (e: Event) => boolean;
|
|
1557
|
-
mouseenter: (e: Event) => boolean;
|
|
1558
|
-
mouseleave: (e: Event) => boolean;
|
|
1559
|
-
'context-menu': (e: Event) => boolean;
|
|
1560
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1561
|
-
prefixCls: {
|
|
1562
|
-
type: StringConstructor;
|
|
1563
|
-
};
|
|
1564
|
-
getPopupContainer: {
|
|
1565
|
-
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1566
|
-
};
|
|
1567
|
-
placement: {
|
|
1568
|
-
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1569
|
-
default: string;
|
|
1570
|
-
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1571
|
-
};
|
|
1572
|
-
offset: {
|
|
1573
|
-
type: PropType<number[]>;
|
|
1574
|
-
default: () => number[];
|
|
1575
|
-
};
|
|
1576
|
-
modifiers: {
|
|
1577
|
-
type: PropType<any[]>;
|
|
1578
|
-
};
|
|
1579
|
-
transitionName: {
|
|
1580
|
-
type: StringConstructor;
|
|
1581
|
-
};
|
|
1582
|
-
popupStyle: {
|
|
1583
|
-
type: PropType<CSSProperties>;
|
|
1584
|
-
default: () => {};
|
|
1585
|
-
};
|
|
1586
|
-
popupClass: {
|
|
1587
|
-
type: StringConstructor;
|
|
1588
|
-
};
|
|
1589
|
-
trigger: {
|
|
1590
|
-
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
1591
|
-
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
1592
|
-
};
|
|
1593
|
-
mouseEnterDelay: {
|
|
1594
|
-
type: NumberConstructor;
|
|
1595
|
-
default: number;
|
|
1596
|
-
};
|
|
1597
|
-
mouseLeaveDelay: {
|
|
1598
|
-
type: NumberConstructor;
|
|
1599
|
-
default: number;
|
|
1600
|
-
};
|
|
1601
|
-
focusDelay: {
|
|
1602
|
-
type: NumberConstructor;
|
|
1603
|
-
default: number;
|
|
1604
|
-
};
|
|
1605
|
-
blurDelay: {
|
|
1606
|
-
type: NumberConstructor;
|
|
1607
|
-
default: number;
|
|
1608
|
-
};
|
|
1609
|
-
visible: {
|
|
1610
|
-
type: BooleanConstructor;
|
|
1611
|
-
default: undefined;
|
|
1612
|
-
};
|
|
1613
|
-
disabled: {
|
|
1614
|
-
type: BooleanConstructor;
|
|
1615
|
-
default: undefined;
|
|
1616
|
-
};
|
|
1617
|
-
destroyPopupOnHide: {
|
|
1618
|
-
type: BooleanConstructor;
|
|
1619
|
-
default: boolean;
|
|
1620
|
-
};
|
|
1621
|
-
clickOutside: {
|
|
1622
|
-
type: PropType<(e: Event) => void>;
|
|
1623
|
-
};
|
|
1624
|
-
}>> & Readonly<{
|
|
1625
|
-
onClick?: (e: Event) => any;
|
|
1626
|
-
onFocus?: (e: Event) => any;
|
|
1627
|
-
"onPopup-transition-over"?: () => any;
|
|
1628
|
-
"onPopup-visible-change"?: (v: boolean) => any;
|
|
1629
|
-
onBlur?: (e: Event) => any;
|
|
1630
|
-
onMousedown?: (e: Event) => any;
|
|
1631
|
-
onMouseenter?: (e: Event) => any;
|
|
1632
|
-
onMouseleave?: (e: Event) => any;
|
|
1633
|
-
"onContext-menu"?: (e: Event) => any;
|
|
1634
|
-
}>, {
|
|
1635
|
-
offset: number[];
|
|
1636
|
-
visible: boolean;
|
|
1637
|
-
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
1638
|
-
popupStyle: CSSProperties;
|
|
1639
|
-
trigger: ("click" | "hover" | "focus" | "contextmenu")[];
|
|
1640
|
-
mouseEnterDelay: number;
|
|
1641
|
-
mouseLeaveDelay: number;
|
|
1642
|
-
focusDelay: number;
|
|
1643
|
-
blurDelay: number;
|
|
1644
|
-
disabled: boolean;
|
|
1645
|
-
destroyPopupOnHide: boolean;
|
|
1646
|
-
}, {}, {
|
|
1647
|
-
Render: {
|
|
1648
|
-
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
1649
|
-
props: {
|
|
1650
|
-
render: {
|
|
1651
|
-
type: PropType<() => import("vue").VNodeChild>;
|
|
1652
|
-
};
|
|
1653
|
-
};
|
|
1654
|
-
};
|
|
1655
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1656
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1657
|
-
P: {};
|
|
1658
|
-
B: {};
|
|
1659
|
-
D: {};
|
|
1660
|
-
C: {};
|
|
1661
|
-
M: {};
|
|
1662
|
-
Defaults: {};
|
|
1663
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1664
|
-
placement: {
|
|
1665
|
-
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1666
|
-
default: string;
|
|
1667
|
-
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1668
|
-
};
|
|
1669
|
-
visible: {
|
|
1670
|
-
type: BooleanConstructor;
|
|
1671
|
-
default: undefined;
|
|
1672
|
-
};
|
|
1673
|
-
disabled: {
|
|
1674
|
-
type: BooleanConstructor;
|
|
1675
|
-
default: boolean;
|
|
1676
|
-
};
|
|
1677
|
-
title: {
|
|
1678
|
-
type: StringConstructor;
|
|
1679
|
-
};
|
|
1680
|
-
description: {
|
|
1681
|
-
type: StringConstructor;
|
|
1682
|
-
};
|
|
1683
|
-
content: {
|
|
1684
|
-
type: StringConstructor;
|
|
1685
|
-
};
|
|
1686
|
-
dropdownClass: {
|
|
1687
|
-
type: StringConstructor;
|
|
1688
|
-
default: string;
|
|
1689
|
-
};
|
|
1690
|
-
dropdownStyle: {
|
|
1691
|
-
type: PropType<CSSProperties>;
|
|
1692
|
-
default: () => {};
|
|
1693
|
-
};
|
|
1694
|
-
trigger: {
|
|
1695
|
-
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
|
|
1696
|
-
default: string;
|
|
1697
|
-
validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
|
|
1698
|
-
};
|
|
1699
|
-
offset: {
|
|
1700
|
-
type: PropType<number[]>;
|
|
1701
|
-
validator: (val: any[]) => boolean;
|
|
1702
|
-
};
|
|
1703
|
-
type: {
|
|
1704
|
-
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
|
|
1705
|
-
default: string;
|
|
1706
|
-
validator: (val: "popConfirm" | "popover") => boolean;
|
|
1707
|
-
};
|
|
1708
|
-
destroyOnHide: {
|
|
1709
|
-
type: BooleanConstructor;
|
|
1710
|
-
default: boolean;
|
|
1711
|
-
};
|
|
1712
|
-
width: {
|
|
1713
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1714
|
-
default: number;
|
|
1715
|
-
};
|
|
1716
|
-
showArrow: {
|
|
1717
|
-
type: BooleanConstructor;
|
|
1718
|
-
default: boolean;
|
|
1719
|
-
};
|
|
1720
|
-
showDelay: {
|
|
1721
|
-
type: NumberConstructor;
|
|
1722
|
-
default: number;
|
|
1723
|
-
};
|
|
1724
|
-
}>> & Readonly<{
|
|
1725
|
-
"onUpdate:visible"?: (v: boolean) => any;
|
|
1726
|
-
"onVisible-change"?: (v: boolean) => any;
|
|
1727
|
-
}>, {
|
|
1728
|
-
popupRef: import("vue").Ref<any, any>;
|
|
1729
|
-
innerRef: import("vue").Ref<any, any>;
|
|
1730
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
1731
|
-
showTitle: import("vue").ComputedRef<string | boolean>;
|
|
1732
|
-
showDescription: import("vue").ComputedRef<string | boolean>;
|
|
1733
|
-
popupStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1734
|
-
arrowStyle: import("vue").ComputedRef<{
|
|
1735
|
-
top: string;
|
|
1736
|
-
right: string;
|
|
1737
|
-
transform: string;
|
|
1738
|
-
bottom?: undefined;
|
|
1739
|
-
left?: undefined;
|
|
1740
|
-
} | {
|
|
1741
|
-
bottom: string;
|
|
1742
|
-
right: string;
|
|
1743
|
-
transform: string;
|
|
1744
|
-
top?: undefined;
|
|
1745
|
-
left?: undefined;
|
|
1746
|
-
} | {
|
|
1747
|
-
top: string;
|
|
1748
|
-
left: string;
|
|
1749
|
-
transform: string;
|
|
1750
|
-
right?: undefined;
|
|
1751
|
-
bottom?: undefined;
|
|
1752
|
-
} | {
|
|
1753
|
-
bottom: string;
|
|
1754
|
-
left: string;
|
|
1755
|
-
transform: string;
|
|
1756
|
-
top?: undefined;
|
|
1757
|
-
right?: undefined;
|
|
1758
|
-
} | {
|
|
1759
|
-
top?: undefined;
|
|
1760
|
-
right?: undefined;
|
|
1761
|
-
transform?: undefined;
|
|
1762
|
-
bottom?: undefined;
|
|
1763
|
-
left?: undefined;
|
|
1764
|
-
}>;
|
|
1765
|
-
onVisibleChange: (val: boolean) => void;
|
|
1766
|
-
}, {}, {}, {}, {
|
|
1767
|
-
type: "popConfirm" | "popover";
|
|
1768
|
-
width: string | number;
|
|
1769
|
-
visible: boolean;
|
|
1770
|
-
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
1771
|
-
trigger: "click" | "hover" | "focus" | "contextmenu";
|
|
1772
|
-
disabled: boolean;
|
|
1773
|
-
dropdownClass: string;
|
|
1774
|
-
dropdownStyle: CSSProperties;
|
|
1775
|
-
destroyOnHide: boolean;
|
|
1776
|
-
showArrow: boolean;
|
|
1777
|
-
showDelay: number;
|
|
1778
|
-
}>;
|
|
1779
|
-
__isFragment?: never;
|
|
1780
|
-
__isTeleport?: never;
|
|
1781
|
-
__isSuspense?: never;
|
|
1782
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1783
|
-
placement: {
|
|
1784
|
-
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1785
|
-
default: string;
|
|
1786
|
-
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1787
|
-
};
|
|
1788
|
-
visible: {
|
|
1789
|
-
type: BooleanConstructor;
|
|
1790
|
-
default: undefined;
|
|
1791
|
-
};
|
|
1792
|
-
disabled: {
|
|
1793
|
-
type: BooleanConstructor;
|
|
1794
|
-
default: boolean;
|
|
1795
|
-
};
|
|
1796
|
-
title: {
|
|
1797
|
-
type: StringConstructor;
|
|
1798
|
-
};
|
|
1799
|
-
description: {
|
|
1800
|
-
type: StringConstructor;
|
|
1801
|
-
};
|
|
1802
|
-
content: {
|
|
1803
|
-
type: StringConstructor;
|
|
1804
|
-
};
|
|
1805
|
-
dropdownClass: {
|
|
1806
|
-
type: StringConstructor;
|
|
1807
|
-
default: string;
|
|
1808
|
-
};
|
|
1809
|
-
dropdownStyle: {
|
|
1810
|
-
type: PropType<CSSProperties>;
|
|
1811
|
-
default: () => {};
|
|
1812
|
-
};
|
|
1813
|
-
trigger: {
|
|
1814
|
-
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
|
|
1815
|
-
default: string;
|
|
1816
|
-
validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
|
|
1817
|
-
};
|
|
1818
|
-
offset: {
|
|
1819
|
-
type: PropType<number[]>;
|
|
1820
|
-
validator: (val: any[]) => boolean;
|
|
1821
|
-
};
|
|
1822
|
-
type: {
|
|
1823
|
-
type: PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
|
|
1824
|
-
default: string;
|
|
1825
|
-
validator: (val: "popConfirm" | "popover") => boolean;
|
|
1826
|
-
};
|
|
1827
|
-
destroyOnHide: {
|
|
1828
|
-
type: BooleanConstructor;
|
|
1829
|
-
default: boolean;
|
|
1830
|
-
};
|
|
1831
|
-
width: {
|
|
1832
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1833
|
-
default: number;
|
|
1834
|
-
};
|
|
1835
|
-
showArrow: {
|
|
1836
|
-
type: BooleanConstructor;
|
|
1837
|
-
default: boolean;
|
|
1838
|
-
};
|
|
1839
|
-
showDelay: {
|
|
1840
|
-
type: NumberConstructor;
|
|
1841
|
-
default: number;
|
|
1842
|
-
};
|
|
1843
|
-
}>> & Readonly<{
|
|
1844
|
-
"onUpdate:visible"?: (v: boolean) => any;
|
|
1845
|
-
"onVisible-change"?: (v: boolean) => any;
|
|
1846
|
-
}>, {
|
|
1847
|
-
popupRef: import("vue").Ref<any, any>;
|
|
1848
|
-
innerRef: import("vue").Ref<any, any>;
|
|
1849
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
1850
|
-
showTitle: import("vue").ComputedRef<string | boolean>;
|
|
1851
|
-
showDescription: import("vue").ComputedRef<string | boolean>;
|
|
1852
|
-
popupStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1853
|
-
arrowStyle: import("vue").ComputedRef<{
|
|
1854
|
-
top: string;
|
|
1855
|
-
right: string;
|
|
1856
|
-
transform: string;
|
|
1857
|
-
bottom?: undefined;
|
|
1858
|
-
left?: undefined;
|
|
1859
|
-
} | {
|
|
1860
|
-
bottom: string;
|
|
1861
|
-
right: string;
|
|
1862
|
-
transform: string;
|
|
1863
|
-
top?: undefined;
|
|
1864
|
-
left?: undefined;
|
|
1865
|
-
} | {
|
|
1866
|
-
top: string;
|
|
1867
|
-
left: string;
|
|
1868
|
-
transform: string;
|
|
1869
|
-
right?: undefined;
|
|
1870
|
-
bottom?: undefined;
|
|
1871
|
-
} | {
|
|
1872
|
-
bottom: string;
|
|
1873
|
-
left: string;
|
|
1874
|
-
transform: string;
|
|
1875
|
-
top?: undefined;
|
|
1876
|
-
right?: undefined;
|
|
1877
|
-
} | {
|
|
1878
|
-
top?: undefined;
|
|
1879
|
-
right?: undefined;
|
|
1880
|
-
transform?: undefined;
|
|
1881
|
-
bottom?: undefined;
|
|
1882
|
-
left?: undefined;
|
|
1883
|
-
}>;
|
|
1884
|
-
onVisibleChange: (val: boolean) => void;
|
|
1885
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1886
|
-
'visible-change': (v: boolean) => boolean;
|
|
1887
|
-
'update:visible': (v: boolean) => boolean;
|
|
1888
|
-
}, string, {
|
|
1889
|
-
type: "popConfirm" | "popover";
|
|
1890
|
-
width: string | number;
|
|
1891
|
-
visible: boolean;
|
|
1892
|
-
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
1893
|
-
trigger: "click" | "hover" | "focus" | "contextmenu";
|
|
1894
|
-
disabled: boolean;
|
|
1895
|
-
dropdownClass: string;
|
|
1896
|
-
dropdownStyle: CSSProperties;
|
|
1897
|
-
destroyOnHide: boolean;
|
|
1898
|
-
showArrow: boolean;
|
|
1899
|
-
showDelay: number;
|
|
1900
|
-
}, {}, string, {}, {
|
|
1901
|
-
Popup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1902
|
-
prefixCls: {
|
|
1903
|
-
type: StringConstructor;
|
|
1904
|
-
};
|
|
1905
|
-
getPopupContainer: {
|
|
1906
|
-
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1907
|
-
};
|
|
1908
|
-
placement: {
|
|
1909
|
-
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
1910
|
-
default: string;
|
|
1911
|
-
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
1912
|
-
};
|
|
1913
|
-
offset: {
|
|
1914
|
-
type: PropType<number[]>;
|
|
1915
|
-
default: () => number[];
|
|
1916
|
-
};
|
|
1917
|
-
modifiers: {
|
|
1918
|
-
type: PropType<any[]>;
|
|
1919
|
-
};
|
|
1920
|
-
transitionName: {
|
|
1921
|
-
type: StringConstructor;
|
|
1922
|
-
};
|
|
1923
|
-
popupStyle: {
|
|
1924
|
-
type: PropType<CSSProperties>;
|
|
1925
|
-
default: () => {};
|
|
1926
|
-
};
|
|
1927
|
-
popupClass: {
|
|
1928
|
-
type: StringConstructor;
|
|
1929
|
-
};
|
|
1930
|
-
trigger: {
|
|
1931
|
-
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
1932
|
-
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
1933
|
-
};
|
|
1934
|
-
mouseEnterDelay: {
|
|
1935
|
-
type: NumberConstructor;
|
|
1936
|
-
default: number;
|
|
1937
|
-
};
|
|
1938
|
-
mouseLeaveDelay: {
|
|
1939
|
-
type: NumberConstructor;
|
|
1940
|
-
default: number;
|
|
1941
|
-
};
|
|
1942
|
-
focusDelay: {
|
|
1943
|
-
type: NumberConstructor;
|
|
1944
|
-
default: number;
|
|
1945
|
-
};
|
|
1946
|
-
blurDelay: {
|
|
1947
|
-
type: NumberConstructor;
|
|
1948
|
-
default: number;
|
|
1949
|
-
};
|
|
1950
|
-
visible: {
|
|
1951
|
-
type: BooleanConstructor;
|
|
1952
|
-
default: undefined;
|
|
1953
|
-
};
|
|
1954
|
-
disabled: {
|
|
1955
|
-
type: BooleanConstructor;
|
|
1956
|
-
default: undefined;
|
|
1957
|
-
};
|
|
1958
|
-
destroyPopupOnHide: {
|
|
1959
|
-
type: BooleanConstructor;
|
|
1960
|
-
default: boolean;
|
|
1961
|
-
};
|
|
1962
|
-
clickOutside: {
|
|
1963
|
-
type: PropType<(e: Event) => void>;
|
|
1964
|
-
};
|
|
1965
|
-
}>, {
|
|
1966
|
-
reference: import("vue").Ref<any, any>;
|
|
1967
|
-
stateVisible: import("vue").Ref<boolean, boolean>;
|
|
1968
|
-
popup: import("vue").ShallowRef<HTMLElement, HTMLElement>;
|
|
1969
|
-
isMounted: import("vue").Ref<boolean, boolean>;
|
|
1970
|
-
onClick: (e: any) => void;
|
|
1971
|
-
onMousedown: (e: any) => void;
|
|
1972
|
-
onMouseenter: (e: any) => void;
|
|
1973
|
-
onMouseleave: (e: any) => void;
|
|
1974
|
-
onContextMenu: (e: any) => void;
|
|
1975
|
-
onPopupMouseenter: () => void;
|
|
1976
|
-
onPopupMouseleave: () => void;
|
|
1977
|
-
onPopupMousedown: () => void;
|
|
1978
|
-
onFocus: (e: any) => void;
|
|
1979
|
-
onBlur: (e: any) => void;
|
|
1980
|
-
onTransitionEnter: (el: Element, done: () => void) => void;
|
|
1981
|
-
onTransitionOver: () => void;
|
|
1982
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1983
|
-
click: (e: Event) => boolean;
|
|
1984
|
-
'popup-transition-over': () => boolean;
|
|
1985
|
-
'popup-visible-change': (v: boolean) => boolean;
|
|
1986
|
-
focus: (e: Event) => boolean;
|
|
1987
|
-
blur: (e: Event) => boolean;
|
|
1988
|
-
mousedown: (e: Event) => boolean;
|
|
1989
|
-
mouseenter: (e: Event) => boolean;
|
|
1990
|
-
mouseleave: (e: Event) => boolean;
|
|
1991
|
-
'context-menu': (e: Event) => boolean;
|
|
1992
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1993
|
-
prefixCls: {
|
|
1994
|
-
type: StringConstructor;
|
|
1995
|
-
};
|
|
1996
|
-
getPopupContainer: {
|
|
1997
|
-
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
|
|
1998
|
-
};
|
|
1999
|
-
placement: {
|
|
2000
|
-
type: PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
|
|
2001
|
-
default: string;
|
|
2002
|
-
validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
|
|
2003
|
-
};
|
|
2004
|
-
offset: {
|
|
2005
|
-
type: PropType<number[]>;
|
|
2006
|
-
default: () => number[];
|
|
2007
|
-
};
|
|
2008
|
-
modifiers: {
|
|
2009
|
-
type: PropType<any[]>;
|
|
2010
|
-
};
|
|
2011
|
-
transitionName: {
|
|
2012
|
-
type: StringConstructor;
|
|
2013
|
-
};
|
|
2014
|
-
popupStyle: {
|
|
2015
|
-
type: PropType<CSSProperties>;
|
|
2016
|
-
default: () => {};
|
|
2017
|
-
};
|
|
2018
|
-
popupClass: {
|
|
2019
|
-
type: StringConstructor;
|
|
2020
|
-
};
|
|
2021
|
-
trigger: {
|
|
2022
|
-
type: PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
|
|
2023
|
-
default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
|
|
2024
|
-
};
|
|
2025
|
-
mouseEnterDelay: {
|
|
2026
|
-
type: NumberConstructor;
|
|
2027
|
-
default: number;
|
|
2028
|
-
};
|
|
2029
|
-
mouseLeaveDelay: {
|
|
2030
|
-
type: NumberConstructor;
|
|
2031
|
-
default: number;
|
|
2032
|
-
};
|
|
2033
|
-
focusDelay: {
|
|
2034
|
-
type: NumberConstructor;
|
|
2035
|
-
default: number;
|
|
2036
|
-
};
|
|
2037
|
-
blurDelay: {
|
|
2038
|
-
type: NumberConstructor;
|
|
2039
|
-
default: number;
|
|
2040
|
-
};
|
|
2041
|
-
visible: {
|
|
2042
|
-
type: BooleanConstructor;
|
|
2043
|
-
default: undefined;
|
|
2044
|
-
};
|
|
2045
|
-
disabled: {
|
|
2046
|
-
type: BooleanConstructor;
|
|
2047
|
-
default: undefined;
|
|
2048
|
-
};
|
|
2049
|
-
destroyPopupOnHide: {
|
|
2050
|
-
type: BooleanConstructor;
|
|
2051
|
-
default: boolean;
|
|
2052
|
-
};
|
|
2053
|
-
clickOutside: {
|
|
2054
|
-
type: PropType<(e: Event) => void>;
|
|
2055
|
-
};
|
|
2056
|
-
}>> & Readonly<{
|
|
2057
|
-
onClick?: (e: Event) => any;
|
|
2058
|
-
onFocus?: (e: Event) => any;
|
|
2059
|
-
"onPopup-transition-over"?: () => any;
|
|
2060
|
-
"onPopup-visible-change"?: (v: boolean) => any;
|
|
2061
|
-
onBlur?: (e: Event) => any;
|
|
2062
|
-
onMousedown?: (e: Event) => any;
|
|
2063
|
-
onMouseenter?: (e: Event) => any;
|
|
2064
|
-
onMouseleave?: (e: Event) => any;
|
|
2065
|
-
"onContext-menu"?: (e: Event) => any;
|
|
2066
|
-
}>, {
|
|
2067
|
-
offset: number[];
|
|
2068
|
-
visible: boolean;
|
|
2069
|
-
placement: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end";
|
|
2070
|
-
popupStyle: CSSProperties;
|
|
2071
|
-
trigger: ("click" | "hover" | "focus" | "contextmenu")[];
|
|
2072
|
-
mouseEnterDelay: number;
|
|
2073
|
-
mouseLeaveDelay: number;
|
|
2074
|
-
focusDelay: number;
|
|
2075
|
-
blurDelay: number;
|
|
2076
|
-
disabled: boolean;
|
|
2077
|
-
destroyPopupOnHide: boolean;
|
|
2078
|
-
}, {}, {
|
|
2079
|
-
Render: {
|
|
2080
|
-
(props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
|
|
2081
|
-
props: {
|
|
2082
|
-
render: {
|
|
2083
|
-
type: PropType<() => import("vue").VNodeChild>;
|
|
2084
|
-
};
|
|
2085
|
-
};
|
|
2086
|
-
};
|
|
2087
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2088
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2089
|
-
UIcon: {
|
|
2090
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2091
|
-
rotate: {
|
|
2092
|
-
type: NumberConstructor;
|
|
2093
|
-
};
|
|
2094
|
-
spin: BooleanConstructor;
|
|
2095
|
-
size: {
|
|
2096
|
-
type: NumberConstructor;
|
|
2097
|
-
};
|
|
2098
|
-
color: {
|
|
2099
|
-
type: StringConstructor;
|
|
2100
|
-
default: string;
|
|
2101
|
-
};
|
|
2102
|
-
icon: {
|
|
2103
|
-
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2104
|
-
};
|
|
2105
|
-
}>> & Readonly<{
|
|
2106
|
-
onClick?: (ev: Event) => any;
|
|
2107
|
-
}>, {
|
|
2108
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
2109
|
-
rotateStyle: import("vue").ComputedRef<{
|
|
2110
|
-
transform: string;
|
|
2111
|
-
} | {
|
|
2112
|
-
transform?: undefined;
|
|
2113
|
-
}>;
|
|
2114
|
-
sizeStyle: import("vue").ComputedRef<{
|
|
2115
|
-
fontSize: string;
|
|
2116
|
-
} | {
|
|
2117
|
-
fontSize?: undefined;
|
|
2118
|
-
}>;
|
|
2119
|
-
colorStyle: import("vue").ComputedRef<{
|
|
2120
|
-
color: string;
|
|
2121
|
-
} | {
|
|
2122
|
-
color?: undefined;
|
|
2123
|
-
}>;
|
|
2124
|
-
handleClick: (e: any) => void;
|
|
2125
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2126
|
-
click: (ev: Event) => boolean;
|
|
2127
|
-
}, import("vue").PublicProps, {
|
|
2128
|
-
color: string;
|
|
2129
|
-
spin: boolean;
|
|
2130
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2131
|
-
P: {};
|
|
2132
|
-
B: {};
|
|
2133
|
-
D: {};
|
|
2134
|
-
C: {};
|
|
2135
|
-
M: {};
|
|
2136
|
-
Defaults: {};
|
|
2137
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2138
|
-
rotate: {
|
|
2139
|
-
type: NumberConstructor;
|
|
2140
|
-
};
|
|
2141
|
-
spin: BooleanConstructor;
|
|
2142
|
-
size: {
|
|
2143
|
-
type: NumberConstructor;
|
|
2144
|
-
};
|
|
2145
|
-
color: {
|
|
2146
|
-
type: StringConstructor;
|
|
2147
|
-
default: string;
|
|
2148
|
-
};
|
|
2149
|
-
icon: {
|
|
2150
|
-
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2151
|
-
};
|
|
2152
|
-
}>> & Readonly<{
|
|
2153
|
-
onClick?: (ev: Event) => any;
|
|
2154
|
-
}>, {
|
|
2155
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
2156
|
-
rotateStyle: import("vue").ComputedRef<{
|
|
2157
|
-
transform: string;
|
|
2158
|
-
} | {
|
|
2159
|
-
transform?: undefined;
|
|
2160
|
-
}>;
|
|
2161
|
-
sizeStyle: import("vue").ComputedRef<{
|
|
2162
|
-
fontSize: string;
|
|
2163
|
-
} | {
|
|
2164
|
-
fontSize?: undefined;
|
|
2165
|
-
}>;
|
|
2166
|
-
colorStyle: import("vue").ComputedRef<{
|
|
2167
|
-
color: string;
|
|
2168
|
-
} | {
|
|
2169
|
-
color?: undefined;
|
|
2170
|
-
}>;
|
|
2171
|
-
handleClick: (e: any) => void;
|
|
2172
|
-
}, {}, {}, {}, {
|
|
2173
|
-
color: string;
|
|
2174
|
-
spin: boolean;
|
|
2175
|
-
}>;
|
|
2176
|
-
__isFragment?: never;
|
|
2177
|
-
__isTeleport?: never;
|
|
2178
|
-
__isSuspense?: never;
|
|
2179
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2180
|
-
rotate: {
|
|
2181
|
-
type: NumberConstructor;
|
|
2182
|
-
};
|
|
2183
|
-
spin: BooleanConstructor;
|
|
2184
|
-
size: {
|
|
2185
|
-
type: NumberConstructor;
|
|
2186
|
-
};
|
|
2187
|
-
color: {
|
|
2188
|
-
type: StringConstructor;
|
|
2189
|
-
default: string;
|
|
2190
|
-
};
|
|
2191
|
-
icon: {
|
|
2192
|
-
type: PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
|
|
2193
|
-
};
|
|
2194
|
-
}>> & Readonly<{
|
|
2195
|
-
onClick?: (ev: Event) => any;
|
|
2196
|
-
}>, {
|
|
2197
|
-
prefixCls: import("vue").ComputedRef<string>;
|
|
2198
|
-
rotateStyle: import("vue").ComputedRef<{
|
|
2199
|
-
transform: string;
|
|
2200
|
-
} | {
|
|
2201
|
-
transform?: undefined;
|
|
2202
|
-
}>;
|
|
2203
|
-
sizeStyle: import("vue").ComputedRef<{
|
|
2204
|
-
fontSize: string;
|
|
2205
|
-
} | {
|
|
2206
|
-
fontSize?: undefined;
|
|
2207
|
-
}>;
|
|
2208
|
-
colorStyle: import("vue").ComputedRef<{
|
|
2209
|
-
color: string;
|
|
2210
|
-
} | {
|
|
2211
|
-
color?: undefined;
|
|
2212
|
-
}>;
|
|
2213
|
-
handleClick: (e: any) => void;
|
|
2214
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2215
|
-
click: (ev: Event) => boolean;
|
|
2216
|
-
}, string, {
|
|
2217
|
-
color: string;
|
|
2218
|
-
spin: boolean;
|
|
2219
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
|
|
2220
|
-
X: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
|
|
2221
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1260
|
+
itemWidth: number;
|
|
1261
|
+
containerWrapperWidth: number;
|
|
1262
|
+
enableOverflow: boolean;
|
|
1263
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2222
1264
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2223
1265
|
DropdownMenu: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2224
1266
|
prefixCls: {
|