bkui-vue 0.0.1-beta.467 → 0.0.1-beta.469
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 +5 -5
- package/dist/index.esm.js +294 -294
- package/dist/index.umd.js +5 -5
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/index.d.ts +9 -9
- package/lib/cascader/cascader.d.ts +4 -4
- package/lib/cascader/index.d.ts +12 -12
- package/lib/code-diff/code-diff.d.ts +7 -7
- package/lib/code-diff/index.d.ts +9 -9
- package/lib/collapse/collapse-panel.d.ts +5 -5
- package/lib/collapse/index.d.ts +5 -5
- package/lib/collapse/props.d.ts +2 -2
- package/lib/date-picker/base/month-table.d.ts +1 -1
- package/lib/date-picker/base/year-table.d.ts +1 -1
- package/lib/date-picker/date-picker.d.ts +4 -4
- package/lib/date-picker/index.d.ts +9 -9
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +4 -4
- package/lib/date-picker/panel/time.d.ts +5 -5
- package/lib/date-picker/props.d.ts +1 -1
- package/lib/date-picker/time-picker.d.ts +4 -4
- package/lib/dialog/dialog.d.ts +16 -16
- package/lib/dialog/index.d.ts +31 -31
- package/lib/dialog/props.d.ts +6 -6
- package/lib/divider/divider.d.ts +6 -6
- package/lib/divider/index.d.ts +12 -12
- package/lib/divider/index.js +1 -1
- package/lib/divider/props.d.ts +2 -2
- package/lib/dropdown/dropdown.d.ts +5 -5
- package/lib/dropdown/index.d.ts +9 -9
- package/lib/image/image-viewer.d.ts +1 -1
- package/lib/image/image.d.ts +1 -1
- package/lib/image/index.d.ts +3 -3
- package/lib/input/index.d.ts +9 -9
- package/lib/input/input.d.ts +7 -7
- package/lib/loading/index.d.ts +4 -4
- package/lib/loading/loading.d.ts +3 -3
- package/lib/message/index.js +1 -1
- package/lib/message/messageConstructor.d.ts +1 -1
- package/lib/modal/index.d.ts +15 -15
- package/lib/modal/modal.d.ts +6 -6
- 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 +2 -2
- package/lib/overflow-title/components/overflow-title.d.ts +5 -5
- package/lib/overflow-title/index.d.ts +9 -9
- package/lib/overflow-title/props.d.ts +4 -4
- package/lib/plugin-popover/index.js +1 -1
- package/lib/popover/index.d.ts +9 -9
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.d.ts +5 -5
- package/lib/popover/props.d.ts +2 -2
- package/lib/progress/index.d.ts +3 -3
- package/lib/progress/progress.d.ts +1 -1
- package/lib/rate/star.d.ts +1 -1
- package/lib/resize-layout/index.d.ts +15 -15
- package/lib/resize-layout/resize-layout.d.ts +7 -7
- package/lib/search-select/index.d.ts +15 -15
- package/lib/search-select/input.d.ts +1 -1
- package/lib/search-select/search-select.d.ts +5 -5
- package/lib/search-select/selected.d.ts +1 -1
- package/lib/select/index.d.ts +61 -61
- package/lib/select/index.js +1 -1
- package/lib/select/select.d.ts +26 -26
- package/lib/select/selectTagInput.d.ts +5 -5
- package/lib/shared/vue-types.d.ts +11 -11
- package/lib/sideslider/index.d.ts +13 -13
- package/lib/sideslider/sideslider.d.ts +6 -6
- package/lib/steps/index.d.ts +6 -6
- package/lib/steps/steps.d.ts +2 -2
- package/lib/tab/index.d.ts +19 -19
- package/lib/tab/props.d.ts +8 -8
- package/lib/tab/tab-nav.d.ts +5 -5
- package/lib/tab/tab-panel.d.ts +6 -6
- package/lib/tab/tab.d.ts +6 -6
- package/lib/table/components/table-column.d.ts +7 -7
- package/lib/table/index.d.ts +36 -36
- package/lib/table/plugins/body-empty.d.ts +1 -1
- package/lib/table/props.d.ts +9 -9
- package/lib/table/table.d.ts +11 -11
- package/lib/table-column/index.d.ts +13 -13
- package/lib/tag/index.d.ts +9 -9
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag-input/index.d.ts +9 -9
- package/lib/tag-input/tag-input.d.ts +5 -5
- package/lib/tag-input/tag-props.d.ts +2 -2
- package/lib/time-picker/index.d.ts +9 -9
- package/lib/transfer/index.d.ts +3 -3
- package/lib/transfer/transfer.d.ts +1 -1
- package/lib/tree/index.d.ts +6 -6
- package/lib/tree/tree.d.ts +2 -2
- package/lib/upload/index.d.ts +4 -4
- package/lib/upload/upload.d.ts +1 -1
- package/lib/virtual-render/index.d.ts +3 -3
- package/lib/virtual-render/virtual-render.d.ts +1 -1
- package/package.json +1 -1
package/lib/upload/index.d.ts
CHANGED
@@ -72,6 +72,7 @@ declare const Upload: {
|
|
72
72
|
}>) => void)[];
|
73
73
|
readonly url?: string;
|
74
74
|
readonly limit?: number;
|
75
|
+
onDelete?: (...args: any[]) => any;
|
75
76
|
readonly accept?: string;
|
76
77
|
readonly validateName?: RegExp;
|
77
78
|
readonly customRequest?: import("./upload.type").UploadRequestHandler;
|
@@ -79,7 +80,6 @@ declare const Upload: {
|
|
79
80
|
readonly beforeRemove?: (file: import("./upload.type").UploadFile, uploadFiles: import("./upload.type").UploadFile[]) => boolean | Promise<boolean>;
|
80
81
|
onDone?: (...args: any[]) => any;
|
81
82
|
onSuccess?: (...args: any[]) => any;
|
82
|
-
onDelete?: (...args: any[]) => any;
|
83
83
|
onExceed?: (...args: any[]) => any;
|
84
84
|
};
|
85
85
|
$attrs: {
|
@@ -205,9 +205,9 @@ declare const Upload: {
|
|
205
205
|
}>> & {
|
206
206
|
onError?: (...args: any[]) => any;
|
207
207
|
onProgress?: (...args: any[]) => any;
|
208
|
+
onDelete?: (...args: any[]) => any;
|
208
209
|
onDone?: (...args: any[]) => any;
|
209
210
|
onSuccess?: (...args: any[]) => any;
|
210
|
-
onDelete?: (...args: any[]) => any;
|
211
211
|
onExceed?: (...args: any[]) => any;
|
212
212
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("done" | "error" | "progress" | "success" | "delete" | "exceed")[], string, {
|
213
213
|
name: string;
|
@@ -361,9 +361,9 @@ declare const Upload: {
|
|
361
361
|
}>> & {
|
362
362
|
onError?: (...args: any[]) => any;
|
363
363
|
onProgress?: (...args: any[]) => any;
|
364
|
+
onDelete?: (...args: any[]) => any;
|
364
365
|
onDone?: (...args: any[]) => any;
|
365
366
|
onSuccess?: (...args: any[]) => any;
|
366
|
-
onDelete?: (...args: any[]) => any;
|
367
367
|
onExceed?: (...args: any[]) => any;
|
368
368
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
369
369
|
__isFragment?: never;
|
@@ -479,9 +479,9 @@ declare const Upload: {
|
|
479
479
|
}>> & {
|
480
480
|
onError?: (...args: any[]) => any;
|
481
481
|
onProgress?: (...args: any[]) => any;
|
482
|
+
onDelete?: (...args: any[]) => any;
|
482
483
|
onDone?: (...args: any[]) => any;
|
483
484
|
onSuccess?: (...args: any[]) => any;
|
484
|
-
onDelete?: (...args: any[]) => any;
|
485
485
|
onExceed?: (...args: any[]) => any;
|
486
486
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("done" | "error" | "progress" | "success" | "delete" | "exceed")[], "done" | "error" | "progress" | "success" | "delete" | "exceed", {
|
487
487
|
name: string;
|
package/lib/upload/upload.d.ts
CHANGED
@@ -216,9 +216,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
216
216
|
}>> & {
|
217
217
|
onError?: (...args: any[]) => any;
|
218
218
|
onProgress?: (...args: any[]) => any;
|
219
|
+
onDelete?: (...args: any[]) => any;
|
219
220
|
onDone?: (...args: any[]) => any;
|
220
221
|
onSuccess?: (...args: any[]) => any;
|
221
|
-
onDelete?: (...args: any[]) => any;
|
222
222
|
onExceed?: (...args: any[]) => any;
|
223
223
|
}, {
|
224
224
|
name: string;
|
@@ -10,10 +10,10 @@ declare const BkVirtualRender: {
|
|
10
10
|
list?: unknown[];
|
11
11
|
lineHeight?: any;
|
12
12
|
minHeight?: number;
|
13
|
-
scrollEvent?: boolean;
|
14
13
|
className?: string | {
|
15
14
|
[key: string]: any;
|
16
15
|
};
|
16
|
+
scrollEvent?: boolean;
|
17
17
|
contentClassName?: string | {
|
18
18
|
[key: string]: any;
|
19
19
|
};
|
@@ -188,10 +188,10 @@ declare const BkVirtualRender: {
|
|
188
188
|
list: unknown[];
|
189
189
|
lineHeight: any;
|
190
190
|
minHeight: number;
|
191
|
-
scrollEvent: boolean;
|
192
191
|
className: string | {
|
193
192
|
[key: string]: any;
|
194
193
|
};
|
194
|
+
scrollEvent: boolean;
|
195
195
|
contentClassName: string | {
|
196
196
|
[key: string]: any;
|
197
197
|
};
|
@@ -498,10 +498,10 @@ declare const BkVirtualRender: {
|
|
498
498
|
list: unknown[];
|
499
499
|
lineHeight: any;
|
500
500
|
minHeight: number;
|
501
|
-
scrollEvent: boolean;
|
502
501
|
className: string | {
|
503
502
|
[key: string]: any;
|
504
503
|
};
|
504
|
+
scrollEvent: boolean;
|
505
505
|
contentClassName: string | {
|
506
506
|
[key: string]: any;
|
507
507
|
};
|
@@ -259,10 +259,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
259
259
|
list: unknown[];
|
260
260
|
lineHeight: any;
|
261
261
|
minHeight: number;
|
262
|
-
scrollEvent: boolean;
|
263
262
|
className: string | {
|
264
263
|
[key: string]: any;
|
265
264
|
};
|
265
|
+
scrollEvent: boolean;
|
266
266
|
contentClassName: string | {
|
267
267
|
[key: string]: any;
|
268
268
|
};
|