bkui-vue 0.0.1-beta.420 → 0.0.1-beta.421
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/dist/index.cjs.js +29 -29
- package/dist/index.esm.js +3145 -3066
- package/dist/index.umd.js +28 -28
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.d.ts +1 -1
- package/lib/affix/index.d.ts +4 -4
- package/lib/backtop/backtop.d.ts +2 -2
- package/lib/backtop/index.d.ts +7 -7
- package/lib/button/button.d.ts +1 -1
- package/lib/button/index.d.ts +7 -7
- package/lib/cascader/cascader.d.ts +2 -2
- package/lib/cascader/index.d.ts +7 -7
- package/lib/collapse/collapse-panel.d.ts +1 -1
- package/lib/collapse/index.d.ts +1 -1
- package/lib/container/col.d.ts +1 -1
- package/lib/container/index.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +7 -7
- package/lib/date-picker/index.d.ts +20 -20
- package/lib/date-picker/panel/date-range.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +6 -6
- package/lib/date-picker/panel/time.d.ts +7 -7
- package/lib/date-picker/props.d.ts +1 -1
- package/lib/date-picker/time-picker.d.ts +7 -7
- package/lib/dialog/dialog.d.ts +19 -19
- package/lib/dialog/index.d.ts +44 -44
- package/lib/dialog/props.d.ts +6 -6
- package/lib/divider/divider.d.ts +6 -6
- package/lib/divider/index.d.ts +15 -15
- package/lib/divider/props.d.ts +2 -2
- package/lib/dropdown/dropdown.d.ts +10 -10
- package/lib/dropdown/index.d.ts +23 -23
- package/lib/form/form-item.d.ts +1 -1
- package/lib/form/index.d.ts +1 -1
- package/lib/icon/index.d.ts +79 -79
- package/lib/image/image.d.ts +5 -5
- package/lib/image/index.d.ts +11 -11
- package/lib/image/props.d.ts +2 -2
- package/lib/input/index.d.ts +4 -4
- package/lib/input/index.js +1 -1
- package/lib/input/input.css +4 -1
- package/lib/input/input.d.ts +1 -1
- package/lib/input/input.less +4 -2
- package/lib/input/input.variable.css +4 -1
- package/lib/link/index.d.ts +15 -15
- package/lib/link/link.d.ts +6 -6
- package/lib/loading/directive.d.ts +14 -0
- package/lib/loading/index.d.ts +24 -1
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +8 -1
- package/lib/loading/loading.d.ts +16 -0
- package/lib/loading/loading.less +7 -1
- package/lib/loading/loading.variable.css +8 -1
- package/lib/message/messageConstructor.d.ts +2 -2
- package/lib/modal/index.d.ts +23 -23
- package/lib/modal/modal.d.ts +8 -8
- package/lib/modal/props.mixin.d.ts +2 -2
- package/lib/navigation/index.d.ts +3 -3
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/pop-confirm/index.d.ts +50 -18
- package/lib/pop-confirm/index.js +1 -1
- package/lib/pop-confirm/pop-confirm.d.ts +23 -7
- package/lib/pop-confirm/props.d.ts +12 -4
- package/lib/popover/index.d.ts +47 -47
- package/lib/popover/popover.d.ts +18 -18
- package/lib/popover/props.d.ts +4 -4
- package/lib/progress/index.d.ts +6 -6
- package/lib/progress/progress.d.ts +2 -2
- package/lib/radio/radio.css +1 -1
- package/lib/radio/radio.less +1 -1
- package/lib/radio/radio.variable.css +1 -1
- package/lib/resize-layout/index.d.ts +12 -12
- package/lib/resize-layout/resize-layout.d.ts +5 -5
- package/lib/select/index.d.ts +480 -61
- package/lib/select/index.js +1 -1
- package/lib/select/select.d.ts +238 -26
- package/lib/shared/index.d.ts +14 -11
- package/lib/shared/index.js +1 -1
- package/lib/shared/vue-types.d.ts +8 -8
- package/lib/sideslider/index.d.ts +21 -21
- package/lib/sideslider/sideslider.d.ts +8 -8
- package/lib/slider/index.d.ts +4 -4
- package/lib/slider/slider.d.ts +1 -1
- package/lib/steps/index.d.ts +7 -7
- package/lib/steps/steps.d.ts +2 -2
- package/lib/tab/index.d.ts +13 -13
- package/lib/tab/props.d.ts +6 -6
- package/lib/tab/tab-nav.d.ts +5 -5
- package/lib/tab/tab-panel.d.ts +1 -1
- package/lib/tab/tab.d.ts +6 -6
- package/lib/table/components/table-column.d.ts +10 -10
- package/lib/table/index.d.ts +42 -42
- package/lib/table/props.d.ts +6 -6
- package/lib/table/table.d.ts +6 -6
- package/lib/table/use-common.d.ts +1 -1
- package/lib/table-column/index.d.ts +27 -27
- package/lib/tag-input/index.d.ts +30 -30
- package/lib/tag-input/tag-input.d.ts +14 -14
- package/lib/tag-input/tag-props.d.ts +6 -6
- package/lib/time-picker/index.d.ts +20 -20
- package/lib/tree/index.d.ts +4 -4
- package/lib/tree/tree.d.ts +1 -1
- package/lib/upload/index.d.ts +7 -7
- package/lib/upload/upload.d.ts +2 -2
- package/lib/virtual-render/index.d.ts +4 -4
- package/lib/virtual-render/virtual-render.d.ts +1 -1
- package/package.json +1 -1
@@ -69,7 +69,7 @@ export declare const useInit: (props: TablePropTypes, targetColumns: Column[]) =
|
|
69
69
|
}[];
|
70
70
|
checked: string[] | (() => string[]);
|
71
71
|
limit: (number | object | (() => number) | ((props: Record<string, unknown>) => number)) & number;
|
72
|
-
size: "small" | "
|
72
|
+
size: "small" | "medium" | "large";
|
73
73
|
sizeList: (object & (() => import("./props").SizeItem[])) | {
|
74
74
|
value?: string;
|
75
75
|
label?: string;
|
@@ -3,7 +3,12 @@ declare const BkTableColumn: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
|
-
fixed: boolean | "
|
6
|
+
fixed: boolean | "left" | "right";
|
7
|
+
sort: string | boolean | {
|
8
|
+
sortFn: any;
|
9
|
+
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
10
|
+
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
11
|
+
};
|
7
12
|
filter: string | boolean | {
|
8
13
|
list: any[] | (object & (() => any[]));
|
9
14
|
filterFn: any;
|
@@ -12,11 +17,6 @@ declare const BkTableColumn: {
|
|
12
17
|
btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
13
18
|
btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
14
19
|
};
|
15
|
-
sort: string | boolean | {
|
16
|
-
sortFn: any;
|
17
|
-
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
18
|
-
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
19
|
-
};
|
20
20
|
minWidth: string | number;
|
21
21
|
columnKey: string;
|
22
22
|
showOverflowTooltip: boolean | import("../../table/src/props").IOverflowTooltip;
|
@@ -44,8 +44,8 @@ declare const BkTableColumn: {
|
|
44
44
|
} & {
|
45
45
|
default: boolean;
|
46
46
|
};
|
47
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
48
|
-
default: boolean | "
|
47
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
48
|
+
default: boolean | "left" | "right";
|
49
49
|
};
|
50
50
|
sort: import("vue-types").VueTypeDef<string | boolean | {
|
51
51
|
sortFn: any;
|
@@ -77,7 +77,7 @@ declare const BkTableColumn: {
|
|
77
77
|
};
|
78
78
|
colspan: import("vue-types").VueTypeDef<any>;
|
79
79
|
rowspan: import("vue-types").VueTypeDef<any>;
|
80
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fixed" | "
|
80
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "fixed" | "sort" | "filter" | "minWidth" | "columnKey" | "showOverflowTooltip" | "resizable">;
|
81
81
|
$attrs: {
|
82
82
|
[x: string]: unknown;
|
83
83
|
};
|
@@ -114,8 +114,8 @@ declare const BkTableColumn: {
|
|
114
114
|
} & {
|
115
115
|
default: boolean;
|
116
116
|
};
|
117
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
118
|
-
default: boolean | "
|
117
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
118
|
+
default: boolean | "left" | "right";
|
119
119
|
};
|
120
120
|
sort: import("vue-types").VueTypeDef<string | boolean | {
|
121
121
|
sortFn: any;
|
@@ -198,7 +198,12 @@ declare const BkTableColumn: {
|
|
198
198
|
}, unknown, {}, {
|
199
199
|
updateColumnDefine(): void;
|
200
200
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
201
|
-
fixed: boolean | "
|
201
|
+
fixed: boolean | "left" | "right";
|
202
|
+
sort: string | boolean | {
|
203
|
+
sortFn: any;
|
204
|
+
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
205
|
+
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
206
|
+
};
|
202
207
|
filter: string | boolean | {
|
203
208
|
list: any[] | (object & (() => any[]));
|
204
209
|
filterFn: any;
|
@@ -207,11 +212,6 @@ declare const BkTableColumn: {
|
|
207
212
|
btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
208
213
|
btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
209
214
|
};
|
210
|
-
sort: string | boolean | {
|
211
|
-
sortFn: any;
|
212
|
-
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
213
|
-
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
214
|
-
};
|
215
215
|
minWidth: string | number;
|
216
216
|
columnKey: string;
|
217
217
|
showOverflowTooltip: boolean | import("../../table/src/props").IOverflowTooltip;
|
@@ -259,8 +259,8 @@ declare const BkTableColumn: {
|
|
259
259
|
} & {
|
260
260
|
default: boolean;
|
261
261
|
};
|
262
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
263
|
-
default: boolean | "
|
262
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
263
|
+
default: boolean | "left" | "right";
|
264
264
|
};
|
265
265
|
sort: import("vue-types").VueTypeDef<string | boolean | {
|
266
266
|
sortFn: any;
|
@@ -369,8 +369,8 @@ declare const BkTableColumn: {
|
|
369
369
|
} & {
|
370
370
|
default: boolean;
|
371
371
|
};
|
372
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
373
|
-
default: boolean | "
|
372
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
373
|
+
default: boolean | "left" | "right";
|
374
374
|
};
|
375
375
|
sort: import("vue-types").VueTypeDef<string | boolean | {
|
376
376
|
sortFn: any;
|
@@ -453,7 +453,12 @@ declare const BkTableColumn: {
|
|
453
453
|
}, unknown, {}, {
|
454
454
|
updateColumnDefine(): void;
|
455
455
|
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
456
|
-
fixed: boolean | "
|
456
|
+
fixed: boolean | "left" | "right";
|
457
|
+
sort: string | boolean | {
|
458
|
+
sortFn: any;
|
459
|
+
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
460
|
+
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
461
|
+
};
|
457
462
|
filter: string | boolean | {
|
458
463
|
list: any[] | (object & (() => any[]));
|
459
464
|
filterFn: any;
|
@@ -462,11 +467,6 @@ declare const BkTableColumn: {
|
|
462
467
|
btnSave: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
463
468
|
btnReset: (string | boolean | object | (() => string | boolean) | ((props: Record<string, unknown>) => string | boolean)) & (string | boolean);
|
464
469
|
};
|
465
|
-
sort: string | boolean | {
|
466
|
-
sortFn: any;
|
467
|
-
sortScope: (object | "all" | "current" | (() => "all" | "current") | ((props: Record<string, unknown>) => "all" | "current")) & ("all" | "current");
|
468
|
-
value: (string | object | (() => string) | ((props: Record<string, unknown>) => string)) & string;
|
469
|
-
};
|
470
470
|
minWidth: string | number;
|
471
471
|
columnKey: string;
|
472
472
|
showOverflowTooltip: boolean | import("../../table/src/props").IOverflowTooltip;
|
package/lib/tag-input/index.d.ts
CHANGED
@@ -4,7 +4,7 @@ declare const TagInput: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
6
|
disabled: boolean;
|
7
|
-
trigger: "
|
7
|
+
trigger: "search" | "focus";
|
8
8
|
separator: string;
|
9
9
|
list: {
|
10
10
|
[key: string]: any;
|
@@ -77,8 +77,8 @@ declare const TagInput: {
|
|
77
77
|
} & {
|
78
78
|
default: boolean;
|
79
79
|
};
|
80
|
-
trigger: import("vue-types").VueTypeDef<"
|
81
|
-
default: "
|
80
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
81
|
+
default: "search" | "focus";
|
82
82
|
};
|
83
83
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
84
84
|
default: string | (() => string[]);
|
@@ -201,16 +201,16 @@ declare const TagInput: {
|
|
201
201
|
} & {
|
202
202
|
default: boolean;
|
203
203
|
};
|
204
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
205
|
-
default: "auto" | "
|
204
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
205
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
206
206
|
};
|
207
207
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
208
208
|
default: string;
|
209
209
|
} & {
|
210
210
|
default: string;
|
211
211
|
};
|
212
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
213
|
-
default: "
|
212
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
213
|
+
default: "click" | "hover" | "manual";
|
214
214
|
};
|
215
215
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
216
216
|
default: "auto" | "shown";
|
@@ -315,7 +315,7 @@ declare const TagInput: {
|
|
315
315
|
}>;
|
316
316
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
317
317
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
318
|
-
$emit: (event: "
|
318
|
+
$emit: (event: "blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll", ...args: any[]) => void;
|
319
319
|
$el: any;
|
320
320
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
321
321
|
modelValue: import("vue-types").VueTypeDef<string[]> & {
|
@@ -363,8 +363,8 @@ declare const TagInput: {
|
|
363
363
|
} & {
|
364
364
|
default: boolean;
|
365
365
|
};
|
366
|
-
trigger: import("vue-types").VueTypeDef<"
|
367
|
-
default: "
|
366
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
367
|
+
default: "search" | "focus";
|
368
368
|
};
|
369
369
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
370
370
|
default: string | (() => string[]);
|
@@ -487,16 +487,16 @@ declare const TagInput: {
|
|
487
487
|
} & {
|
488
488
|
default: boolean;
|
489
489
|
};
|
490
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
491
|
-
default: "auto" | "
|
490
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
491
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
492
492
|
};
|
493
493
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
494
494
|
default: string;
|
495
495
|
} & {
|
496
496
|
default: string;
|
497
497
|
};
|
498
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
499
|
-
default: "
|
498
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
499
|
+
default: "click" | "hover" | "manual";
|
500
500
|
};
|
501
501
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
502
502
|
default: "auto" | "shown";
|
@@ -644,9 +644,9 @@ declare const TagInput: {
|
|
644
644
|
crossAxis: number;
|
645
645
|
};
|
646
646
|
};
|
647
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
647
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll")[], string, {
|
648
648
|
disabled: boolean;
|
649
|
-
trigger: "
|
649
|
+
trigger: "search" | "focus";
|
650
650
|
separator: string;
|
651
651
|
list: {
|
652
652
|
[key: string]: any;
|
@@ -739,8 +739,8 @@ declare const TagInput: {
|
|
739
739
|
} & {
|
740
740
|
default: boolean;
|
741
741
|
};
|
742
|
-
trigger: import("vue-types").VueTypeDef<"
|
743
|
-
default: "
|
742
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
743
|
+
default: "search" | "focus";
|
744
744
|
};
|
745
745
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
746
746
|
default: string | (() => string[]);
|
@@ -863,16 +863,16 @@ declare const TagInput: {
|
|
863
863
|
} & {
|
864
864
|
default: boolean;
|
865
865
|
};
|
866
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
867
|
-
default: "auto" | "
|
866
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
867
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
868
868
|
};
|
869
869
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
870
870
|
default: string;
|
871
871
|
} & {
|
872
872
|
default: string;
|
873
873
|
};
|
874
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
875
|
-
default: "
|
874
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
875
|
+
default: "click" | "hover" | "manual";
|
876
876
|
};
|
877
877
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
878
878
|
default: "auto" | "shown";
|
@@ -1070,8 +1070,8 @@ declare const TagInput: {
|
|
1070
1070
|
} & {
|
1071
1071
|
default: boolean;
|
1072
1072
|
};
|
1073
|
-
trigger: import("vue-types").VueTypeDef<"
|
1074
|
-
default: "
|
1073
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
1074
|
+
default: "search" | "focus";
|
1075
1075
|
};
|
1076
1076
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
1077
1077
|
default: string | (() => string[]);
|
@@ -1194,16 +1194,16 @@ declare const TagInput: {
|
|
1194
1194
|
} & {
|
1195
1195
|
default: boolean;
|
1196
1196
|
};
|
1197
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
1198
|
-
default: "auto" | "
|
1197
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
1198
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
1199
1199
|
};
|
1200
1200
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
1201
1201
|
default: string;
|
1202
1202
|
} & {
|
1203
1203
|
default: string;
|
1204
1204
|
};
|
1205
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
1206
|
-
default: "
|
1205
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
1206
|
+
default: "click" | "hover" | "manual";
|
1207
1207
|
};
|
1208
1208
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
1209
1209
|
default: "auto" | "shown";
|
@@ -1351,9 +1351,9 @@ declare const TagInput: {
|
|
1351
1351
|
crossAxis: number;
|
1352
1352
|
};
|
1353
1353
|
};
|
1354
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
1354
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll")[], "select" | "input" | "blur" | "change" | "focus" | "update:modelValue" | "remove" | "removeAll", {
|
1355
1355
|
disabled: boolean;
|
1356
|
-
trigger: "
|
1356
|
+
trigger: "search" | "focus";
|
1357
1357
|
separator: string;
|
1358
1358
|
list: {
|
1359
1359
|
[key: string]: any;
|
@@ -45,8 +45,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
45
45
|
} & {
|
46
46
|
default: boolean;
|
47
47
|
};
|
48
|
-
trigger: import("vue-types").VueTypeDef<"
|
49
|
-
default: "
|
48
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
49
|
+
default: "search" | "focus";
|
50
50
|
};
|
51
51
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
52
52
|
default: string | (() => string[]);
|
@@ -169,16 +169,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
169
169
|
} & {
|
170
170
|
default: boolean;
|
171
171
|
};
|
172
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
173
|
-
default: "auto" | "
|
172
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
173
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
174
174
|
};
|
175
175
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
176
176
|
default: string;
|
177
177
|
} & {
|
178
178
|
default: string;
|
179
179
|
};
|
180
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
181
|
-
default: "
|
180
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
181
|
+
default: "click" | "hover" | "manual";
|
182
182
|
};
|
183
183
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
184
184
|
default: "auto" | "shown";
|
@@ -317,7 +317,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
317
317
|
crossAxis: number;
|
318
318
|
};
|
319
319
|
};
|
320
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
320
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "change" | "focus" | "input" | "select" | "update:modelValue" | "remove" | "removeAll")[], "select" | "input" | "blur" | "change" | "focus" | "update:modelValue" | "remove" | "removeAll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
321
321
|
modelValue: import("vue-types").VueTypeDef<string[]> & {
|
322
322
|
default: () => string[];
|
323
323
|
};
|
@@ -363,8 +363,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
363
363
|
} & {
|
364
364
|
default: boolean;
|
365
365
|
};
|
366
|
-
trigger: import("vue-types").VueTypeDef<"
|
367
|
-
default: "
|
366
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
367
|
+
default: "search" | "focus";
|
368
368
|
};
|
369
369
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
370
370
|
default: string | (() => string[]);
|
@@ -487,16 +487,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
487
487
|
} & {
|
488
488
|
default: boolean;
|
489
489
|
};
|
490
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
491
|
-
default: "auto" | "
|
490
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
491
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
492
492
|
};
|
493
493
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
494
494
|
default: string;
|
495
495
|
} & {
|
496
496
|
default: string;
|
497
497
|
};
|
498
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
499
|
-
default: "
|
498
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
499
|
+
default: "click" | "hover" | "manual";
|
500
500
|
};
|
501
501
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
502
502
|
default: "auto" | "shown";
|
@@ -591,7 +591,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
591
591
|
onRemoveAll?: (...args: any[]) => any;
|
592
592
|
}, {
|
593
593
|
disabled: boolean;
|
594
|
-
trigger: "
|
594
|
+
trigger: "search" | "focus";
|
595
595
|
separator: string;
|
596
596
|
list: {
|
597
597
|
[key: string]: any;
|
@@ -46,8 +46,8 @@ declare const tagProps: () => {
|
|
46
46
|
} & {
|
47
47
|
default: boolean;
|
48
48
|
};
|
49
|
-
trigger: import("vue-types").VueTypeDef<"
|
50
|
-
default: "
|
49
|
+
trigger: import("vue-types").VueTypeDef<"search" | "focus"> & {
|
50
|
+
default: "search" | "focus";
|
51
51
|
};
|
52
52
|
searchKey: import("vue-types").VueTypeDef<string | string[]> & {
|
53
53
|
default: string | (() => string[]);
|
@@ -162,16 +162,16 @@ declare const tagProps: () => {
|
|
162
162
|
} & {
|
163
163
|
default: boolean;
|
164
164
|
};
|
165
|
-
placement: import("vue-types").VueTypeValidableDef<"auto" | "
|
166
|
-
default: "auto" | "
|
165
|
+
placement: import("vue-types").VueTypeValidableDef<"auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
|
166
|
+
default: "auto" | "left" | "right" | "auto-start" | "auto-end" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
|
167
167
|
};
|
168
168
|
theme: import("vue-types").VueTypeValidableDef<string> & {
|
169
169
|
default: string;
|
170
170
|
} & {
|
171
171
|
default: string;
|
172
172
|
};
|
173
|
-
trigger: import("vue-types").VueTypeValidableDef<"
|
174
|
-
default: "
|
173
|
+
trigger: import("vue-types").VueTypeValidableDef<"click" | "hover" | "manual"> & {
|
174
|
+
default: "click" | "hover" | "manual";
|
175
175
|
};
|
176
176
|
renderType: import("vue-types").VueTypeDef<"auto" | "shown"> & {
|
177
177
|
default: "auto" | "shown";
|
@@ -3,14 +3,14 @@ declare const BkTimePicker: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
|
-
placement: import("@popperjs/core").ComputedPlacement;
|
7
|
-
options: Record<string, any>;
|
8
|
-
behavior: "simplicity" | "normal";
|
9
6
|
type: import("../../date-picker/src/interface").PickerTypeType;
|
10
7
|
transfer: boolean;
|
11
8
|
width: number;
|
9
|
+
behavior: "simplicity" | "normal";
|
12
10
|
disabled: boolean;
|
13
|
-
|
11
|
+
placement: import("@popperjs/core").ComputedPlacement;
|
12
|
+
options: Record<string, any>;
|
13
|
+
fontSize: "medium" | "large" | "normal";
|
14
14
|
open: boolean;
|
15
15
|
multiple: boolean;
|
16
16
|
placeholder: string;
|
@@ -143,7 +143,7 @@ declare const BkTimePicker: {
|
|
143
143
|
readonly default: () => {};
|
144
144
|
};
|
145
145
|
fontSize: {
|
146
|
-
readonly type: import("vue").PropType<"
|
146
|
+
readonly type: import("vue").PropType<"medium" | "large" | "normal">;
|
147
147
|
readonly default: "normal";
|
148
148
|
};
|
149
149
|
upToNow: {
|
@@ -184,7 +184,7 @@ declare const BkTimePicker: {
|
|
184
184
|
"onPick-success"?: (...args: any[]) => any;
|
185
185
|
"onOpen-change"?: (...args: any[]) => any;
|
186
186
|
"onShortcut-change"?: (...args: any[]) => any;
|
187
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
187
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "transfer" | "width" | "behavior" | "disabled" | "placement" | "options" | "fontSize" | "open" | "multiple" | "placeholder" | "clearable" | "readonly" | "withValidate" | "extPopoverCls" | "editable" | "timePickerOptions" | "splitPanels" | "appendToBody" | "shortcuts" | "shortcutClose" | "upToNow" | "useShortcutText" | "shortcutSelectedIndex" | "headerSlotCls" | "footerSlotCls" | "allowCrossDay" | "disabledHours" | "disabledMinutes" | "disabledSeconds" | "hideDisabledOptions" | "enterMode">;
|
188
188
|
$attrs: {
|
189
189
|
[x: string]: unknown;
|
190
190
|
};
|
@@ -196,7 +196,7 @@ declare const BkTimePicker: {
|
|
196
196
|
}>;
|
197
197
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
198
198
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
199
|
-
$emit: (event: "
|
199
|
+
$emit: (event: "change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", ...args: any[]) => void;
|
200
200
|
$el: any;
|
201
201
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
202
202
|
disabledHours: {
|
@@ -306,7 +306,7 @@ declare const BkTimePicker: {
|
|
306
306
|
readonly default: () => {};
|
307
307
|
};
|
308
308
|
fontSize: {
|
309
|
-
readonly type: import("vue").PropType<"
|
309
|
+
readonly type: import("vue").PropType<"medium" | "large" | "normal">;
|
310
310
|
readonly default: "normal";
|
311
311
|
};
|
312
312
|
upToNow: {
|
@@ -402,15 +402,15 @@ declare const BkTimePicker: {
|
|
402
402
|
timeEnterMode: import("vue").Ref<boolean>;
|
403
403
|
shortcut: import("vue").Ref<any>;
|
404
404
|
onSelectionModeChange: import("vue").Ref<(_type: any) => import("../../date-picker/src/interface").SelectionModeType>;
|
405
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
406
|
-
placement: import("@popperjs/core").ComputedPlacement;
|
407
|
-
options: Record<string, any>;
|
408
|
-
behavior: "simplicity" | "normal";
|
405
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], string, {
|
409
406
|
type: import("../../date-picker/src/interface").PickerTypeType;
|
410
407
|
transfer: boolean;
|
411
408
|
width: number;
|
409
|
+
behavior: "simplicity" | "normal";
|
412
410
|
disabled: boolean;
|
413
|
-
|
411
|
+
placement: import("@popperjs/core").ComputedPlacement;
|
412
|
+
options: Record<string, any>;
|
413
|
+
fontSize: "medium" | "large" | "normal";
|
414
414
|
open: boolean;
|
415
415
|
multiple: boolean;
|
416
416
|
placeholder: string;
|
@@ -563,7 +563,7 @@ declare const BkTimePicker: {
|
|
563
563
|
readonly default: () => {};
|
564
564
|
};
|
565
565
|
fontSize: {
|
566
|
-
readonly type: import("vue").PropType<"
|
566
|
+
readonly type: import("vue").PropType<"medium" | "large" | "normal">;
|
567
567
|
readonly default: "normal";
|
568
568
|
};
|
569
569
|
upToNow: {
|
@@ -771,7 +771,7 @@ declare const BkTimePicker: {
|
|
771
771
|
readonly default: () => {};
|
772
772
|
};
|
773
773
|
fontSize: {
|
774
|
-
readonly type: import("vue").PropType<"
|
774
|
+
readonly type: import("vue").PropType<"medium" | "large" | "normal">;
|
775
775
|
readonly default: "normal";
|
776
776
|
};
|
777
777
|
upToNow: {
|
@@ -867,15 +867,15 @@ declare const BkTimePicker: {
|
|
867
867
|
timeEnterMode: import("vue").Ref<boolean>;
|
868
868
|
shortcut: import("vue").Ref<any>;
|
869
869
|
onSelectionModeChange: import("vue").Ref<(_type: any) => import("../../date-picker/src/interface").SelectionModeType>;
|
870
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
871
|
-
placement: import("@popperjs/core").ComputedPlacement;
|
872
|
-
options: Record<string, any>;
|
873
|
-
behavior: "simplicity" | "normal";
|
870
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "input" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], "input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", {
|
874
871
|
type: import("../../date-picker/src/interface").PickerTypeType;
|
875
872
|
transfer: boolean;
|
876
873
|
width: number;
|
874
|
+
behavior: "simplicity" | "normal";
|
877
875
|
disabled: boolean;
|
878
|
-
|
876
|
+
placement: import("@popperjs/core").ComputedPlacement;
|
877
|
+
options: Record<string, any>;
|
878
|
+
fontSize: "medium" | "large" | "normal";
|
879
879
|
open: boolean;
|
880
880
|
multiple: boolean;
|
881
881
|
placeholder: string;
|
package/lib/tree/index.d.ts
CHANGED
@@ -3,8 +3,8 @@ declare const BkTree: {
|
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{
|
6
|
-
data: any[];
|
7
6
|
search: string | number | boolean | import("./props").SearchOption;
|
7
|
+
data: any[];
|
8
8
|
draggable: boolean;
|
9
9
|
lineHeight: number;
|
10
10
|
prefixIcon: any;
|
@@ -144,7 +144,7 @@ declare const BkTree: {
|
|
144
144
|
onNodeDragOver?: (...args: any[]) => any;
|
145
145
|
onNodeDragLeave?: (...args: any[]) => any;
|
146
146
|
onNodeDrop?: (...args: any[]) => any;
|
147
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
147
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "search" | "data" | "draggable" | "lineHeight" | "prefixIcon" | "children" | "offsetLeft" | "emptyText" | "nodeKey" | "indent" | "levelLine" | "virtualRender" | "disableDrag" | "disableDrop" | "dragSort" | "selectable" | "disabledFolderSelectable" | "showCheckbox" | "showNodeTypeIcon" | "autoCheckChildren" | "autoOpenParentNode" | "expandAll" | "nodeContentAction">;
|
148
148
|
$attrs: {
|
149
149
|
[x: string]: unknown;
|
150
150
|
};
|
@@ -286,8 +286,8 @@ declare const BkTree: {
|
|
286
286
|
nodeDragLeave: (..._args: any[]) => boolean;
|
287
287
|
nodeDrop: (..._args: any[]) => boolean;
|
288
288
|
}, string, {
|
289
|
-
data: any[];
|
290
289
|
search: string | number | boolean | import("./props").SearchOption;
|
290
|
+
data: any[];
|
291
291
|
draggable: boolean;
|
292
292
|
lineHeight: number;
|
293
293
|
prefixIcon: any;
|
@@ -579,8 +579,8 @@ declare const BkTree: {
|
|
579
579
|
nodeDragLeave: (..._args: any[]) => boolean;
|
580
580
|
nodeDrop: (..._args: any[]) => boolean;
|
581
581
|
}, string, {
|
582
|
-
data: any[];
|
583
582
|
search: string | number | boolean | import("./props").SearchOption;
|
583
|
+
data: any[];
|
584
584
|
draggable: boolean;
|
585
585
|
lineHeight: number;
|
586
586
|
prefixIcon: any;
|
package/lib/tree/tree.d.ts
CHANGED
@@ -237,8 +237,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
237
237
|
onNodeDragLeave?: (...args: any[]) => any;
|
238
238
|
onNodeDrop?: (...args: any[]) => any;
|
239
239
|
}, {
|
240
|
-
data: any[];
|
241
240
|
search: string | number | boolean | import("./props").SearchOption;
|
241
|
+
data: any[];
|
242
242
|
draggable: boolean;
|
243
243
|
lineHeight: number;
|
244
244
|
prefixIcon: any;
|