bkui-vue 2.0.1-beta.7 → 2.0.1-beta.70.search.1
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 +71 -71
- package/dist/index.esm.js +19703 -20587
- package/dist/index.umd.js +71 -71
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/cascader/cascader.css +3 -3
- package/lib/cascader/cascader.less +3 -3
- package/lib/cascader/cascader.variable.css +3 -3
- package/lib/cascader/index.js +4 -4
- package/lib/collapse/collapse.css +0 -11
- package/lib/collapse/collapse.d.ts +0 -11
- package/lib/collapse/collapse.less +1 -15
- package/lib/collapse/collapse.variable.css +0 -11
- package/lib/collapse/index.d.ts +0 -23
- package/lib/collapse/index.js +1 -9
- package/lib/collapse/props.d.ts +0 -8
- package/lib/color-picker/color-picker.css +3 -3
- package/lib/color-picker/color-picker.less +3 -3
- package/lib/color-picker/color-picker.variable.css +3 -3
- package/lib/color-picker/index.js +1 -1
- package/lib/components.d.ts +0 -1
- package/lib/components.js +0 -1
- package/lib/date-picker/base/year-table.d.ts +2 -2
- package/lib/date-picker/index.js +36 -111
- package/lib/date-picker/interface.d.ts +1 -1
- package/lib/date-picker/panel/date-range.d.ts +63 -1
- package/lib/date-picker/utils.d.ts +0 -4
- package/lib/dialog/dialog.css +84 -135
- package/lib/dialog/dialog.d.ts +132 -38
- package/lib/dialog/dialog.less +76 -9
- package/lib/dialog/dialog.variable.css +84 -135
- package/lib/dialog/index.d.ts +311 -96
- package/lib/dialog/index.js +221 -197
- package/lib/dialog/props.d.ts +47 -10
- package/lib/info-box/index.d.ts +2 -2
- package/lib/info-box/index.js +173 -328
- package/lib/info-box/info-box.css +7 -63
- package/lib/info-box/info-box.d.ts +16 -18
- package/lib/info-box/info-box.less +14 -76
- package/lib/info-box/info-box.variable.css +7 -63
- package/lib/input/index.js +1 -2
- package/lib/modal/hooks.d.ts +1 -1
- package/lib/modal/index.d.ts +345 -29
- package/lib/modal/index.js +703 -218
- package/lib/modal/modal.css +32 -131
- package/lib/modal/modal.d.ts +132 -11
- package/lib/modal/modal.less +29 -83
- package/lib/modal/modal.variable.css +32 -131
- package/lib/modal/props.mixin.d.ts +52 -4
- package/lib/overflow-title/index.js +52 -46
- package/lib/radio/index.d.ts +0 -29
- package/lib/radio/index.js +16 -34
- package/lib/radio/radio-button.d.ts +0 -10
- package/lib/radio/radio-group.d.ts +0 -10
- package/lib/radio/radio.d.ts +0 -10
- package/lib/rate/rate.css +0 -27
- package/lib/rate/rate.less +0 -33
- package/lib/rate/rate.variable.css +0 -27
- package/lib/rate/star.css +27 -0
- package/lib/rate/star.less +34 -0
- package/lib/{scrollbar/scrollbar.variable.css → rate/star.variable.css} +19 -67
- package/lib/search-select/index.d.ts +58 -78
- package/lib/search-select/index.js +311 -211
- package/lib/search-select/input.d.ts +6 -5
- package/lib/search-select/menu.d.ts +1 -1
- package/lib/search-select/search-select.d.ts +19 -43
- package/lib/search-select/selected.d.ts +12 -10
- package/lib/search-select/utils.d.ts +6 -6
- package/lib/select/index.d.ts +19 -0
- package/lib/select/index.js +21 -8
- package/lib/select/select.css +2 -1
- package/lib/select/select.d.ts +9 -0
- package/lib/select/select.less +2 -1
- package/lib/select/select.variable.css +2 -1
- package/lib/shared/index.d.ts +1 -0
- package/lib/shared/index.js +48 -4
- package/lib/shared/mask.d.ts +11 -0
- package/lib/sideslider/index.d.ts +218 -42
- package/lib/sideslider/index.js +40 -65
- package/lib/sideslider/sideslider.css +86 -17
- package/lib/sideslider/sideslider.d.ts +104 -20
- package/lib/sideslider/sideslider.less +107 -27
- package/lib/sideslider/sideslider.variable.css +86 -17
- package/lib/slider/index.d.ts +0 -19
- package/lib/slider/index.js +5 -45
- package/lib/slider/slider.css +0 -14
- package/lib/slider/slider.d.ts +0 -9
- package/lib/slider/slider.less +0 -15
- package/lib/slider/slider.variable.css +0 -14
- package/lib/styles/index.d.ts +1 -0
- package/lib/table/components/table-cell.d.ts +2 -3
- package/lib/table/components/table-column.d.ts +119 -3
- package/lib/table/const.d.ts +4 -4
- package/lib/table/index.d.ts +107 -26
- package/lib/table/index.js +578 -17818
- package/lib/table/plugins/head-filter.css +4 -8
- package/lib/table/plugins/head-filter.less +3 -6
- package/lib/table/plugins/head-filter.variable.css +4 -8
- package/lib/table/plugins/use-active-columns.d.ts +2 -2
- package/lib/table/plugins/use-fixed-column.d.ts +1 -1
- package/lib/table/plugins/use-pagination.d.ts +1 -3
- package/lib/table/props.d.ts +4 -12
- package/lib/table/table.css +46 -106
- package/lib/table/table.d.ts +0 -11
- package/lib/table/table.less +58 -43
- package/lib/table/table.variable.css +46 -106
- package/lib/table/use-attributes.d.ts +1 -2
- package/lib/table/use-column.d.ts +10 -9
- package/lib/table/use-common.d.ts +1 -1
- package/lib/table/use-render.d.ts +1 -1
- package/lib/table-column/index.d.ts +299 -9
- package/lib/table-column/index.js +283 -25
- package/lib/transfer/index.js +14 -16
- package/lib/transfer/transfer.css +9 -9
- package/lib/transfer/transfer.less +3 -3
- package/lib/transfer/transfer.variable.css +9 -9
- package/lib/tree/constant.d.ts +1 -3
- package/lib/tree/index.d.ts +0 -44
- package/lib/tree/index.js +35 -17554
- package/lib/tree/props.d.ts +0 -18
- package/lib/tree/tree.css +2 -76
- package/lib/tree/tree.d.ts +2 -28
- package/lib/tree/tree.less +1 -1
- package/lib/tree/tree.variable.css +2 -76
- package/lib/tree/use-node-attribute.d.ts +0 -9
- package/lib/tree/util.d.ts +1 -1
- package/lib/upload/index.js +9 -16
- package/lib/upload/upload.type.d.ts +1 -1
- package/lib/virtual-render/index.d.ts +0 -27
- package/lib/virtual-render/index.js +80 -295
- package/lib/virtual-render/props.d.ts +0 -16
- package/lib/virtual-render/use-fix-top.d.ts +7 -2
- package/lib/virtual-render/v-virtual-render.d.ts +1 -2
- package/lib/virtual-render/virtual-render.css +2 -76
- package/lib/virtual-render/virtual-render.d.ts +0 -13
- package/lib/virtual-render/virtual-render.less +3 -3
- package/lib/virtual-render/virtual-render.variable.css +2 -76
- package/package.json +1 -1
- package/lib/info-box/render-component.d.ts +0 -4
- package/lib/modal/mask.d.ts +0 -6
- package/lib/scrollbar/index.d.ts +0 -15
- package/lib/scrollbar/index.js +0 -18763
- package/lib/scrollbar/scrollbar-core/can-use-dom.d.ts +0 -2
- package/lib/scrollbar/scrollbar-core/helpers.d.ts +0 -5
- package/lib/scrollbar/scrollbar-core/index.d.ts +0 -241
- package/lib/scrollbar/scrollbar-core/mouse-wheel.d.ts +0 -5
- package/lib/scrollbar/scrollbar-core/scrollbar-width.d.ts +0 -1
- package/lib/scrollbar/scrollbar.css +0 -75
- package/lib/scrollbar/scrollbar.less +0 -94
- package/lib/table/plugins/use-column-template.d.ts +0 -7
- package/lib/table/plugins/use-shift-key.d.ts +0 -13
- package/lib/tree/use-intersection-observer.d.ts +0 -27
- package/lib/virtual-render/use-scrollbar.d.ts +0 -24
package/lib/tree/index.d.ts
CHANGED
@@ -115,14 +115,6 @@ declare const BkTree: {
|
|
115
115
|
} & {
|
116
116
|
default: boolean;
|
117
117
|
};
|
118
|
-
checkStrictly: import("vue-types").VueTypeValidableDef<boolean> & {
|
119
|
-
default: boolean;
|
120
|
-
} & {
|
121
|
-
default: boolean;
|
122
|
-
};
|
123
|
-
intersectionObserver: import("vue-types").VueTypeDef<boolean | import("./props").IIntersectionObserver> & {
|
124
|
-
default: boolean | (() => import("./props").IIntersectionObserver);
|
125
|
-
};
|
126
118
|
}>> & {
|
127
119
|
onNodeClick?: (...args: any[]) => any;
|
128
120
|
onNodeCollapse?: (...args: any[]) => any;
|
@@ -132,7 +124,6 @@ declare const BkTree: {
|
|
132
124
|
onNodeDragOver?: (...args: any[]) => any;
|
133
125
|
onNodeDragLeave?: (...args: any[]) => any;
|
134
126
|
onNodeDrop?: (...args: any[]) => any;
|
135
|
-
onNodeEnterView?: (...args: any[]) => any;
|
136
127
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
137
128
|
nodeClick: (..._args: any[]) => boolean;
|
138
129
|
nodeCollapse: (..._args: any[]) => boolean;
|
@@ -142,7 +133,6 @@ declare const BkTree: {
|
|
142
133
|
nodeDragOver: (..._args: any[]) => boolean;
|
143
134
|
nodeDragLeave: (..._args: any[]) => boolean;
|
144
135
|
nodeDrop: (..._args: any[]) => boolean;
|
145
|
-
nodeEnterView: (..._args: any[]) => boolean;
|
146
136
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
147
137
|
data: import("vue-types").VueTypeDef<any[]> & {
|
148
138
|
default: () => any[];
|
@@ -259,14 +249,6 @@ declare const BkTree: {
|
|
259
249
|
} & {
|
260
250
|
default: boolean;
|
261
251
|
};
|
262
|
-
checkStrictly: import("vue-types").VueTypeValidableDef<boolean> & {
|
263
|
-
default: boolean;
|
264
|
-
} & {
|
265
|
-
default: boolean;
|
266
|
-
};
|
267
|
-
intersectionObserver: import("vue-types").VueTypeDef<boolean | import("./props").IIntersectionObserver> & {
|
268
|
-
default: boolean | (() => import("./props").IIntersectionObserver);
|
269
|
-
};
|
270
252
|
}>> & {
|
271
253
|
onNodeClick?: (...args: any[]) => any;
|
272
254
|
onNodeCollapse?: (...args: any[]) => any;
|
@@ -276,7 +258,6 @@ declare const BkTree: {
|
|
276
258
|
onNodeDragOver?: (...args: any[]) => any;
|
277
259
|
onNodeDragLeave?: (...args: any[]) => any;
|
278
260
|
onNodeDrop?: (...args: any[]) => any;
|
279
|
-
onNodeEnterView?: (...args: any[]) => any;
|
280
261
|
}, {
|
281
262
|
data: any[];
|
282
263
|
height: number;
|
@@ -304,8 +285,6 @@ declare const BkTree: {
|
|
304
285
|
expandAll: boolean;
|
305
286
|
nodeContentAction: any;
|
306
287
|
keepSlotData: boolean;
|
307
|
-
checkStrictly: boolean;
|
308
|
-
intersectionObserver: boolean | import("./props").IIntersectionObserver;
|
309
288
|
}, true, {}, {}, {
|
310
289
|
P: {};
|
311
290
|
B: {};
|
@@ -429,14 +408,6 @@ declare const BkTree: {
|
|
429
408
|
} & {
|
430
409
|
default: boolean;
|
431
410
|
};
|
432
|
-
checkStrictly: import("vue-types").VueTypeValidableDef<boolean> & {
|
433
|
-
default: boolean;
|
434
|
-
} & {
|
435
|
-
default: boolean;
|
436
|
-
};
|
437
|
-
intersectionObserver: import("vue-types").VueTypeDef<boolean | import("./props").IIntersectionObserver> & {
|
438
|
-
default: boolean | (() => import("./props").IIntersectionObserver);
|
439
|
-
};
|
440
411
|
}>> & {
|
441
412
|
onNodeClick?: (...args: any[]) => any;
|
442
413
|
onNodeCollapse?: (...args: any[]) => any;
|
@@ -446,7 +417,6 @@ declare const BkTree: {
|
|
446
417
|
onNodeDragOver?: (...args: any[]) => any;
|
447
418
|
onNodeDragLeave?: (...args: any[]) => any;
|
448
419
|
onNodeDrop?: (...args: any[]) => any;
|
449
|
-
onNodeEnterView?: (...args: any[]) => any;
|
450
420
|
}, () => JSX.Element, {}, {}, {}, {
|
451
421
|
data: any[];
|
452
422
|
height: number;
|
@@ -474,8 +444,6 @@ declare const BkTree: {
|
|
474
444
|
expandAll: boolean;
|
475
445
|
nodeContentAction: any;
|
476
446
|
keepSlotData: boolean;
|
477
|
-
checkStrictly: boolean;
|
478
|
-
intersectionObserver: boolean | import("./props").IIntersectionObserver;
|
479
447
|
}>;
|
480
448
|
__isFragment?: never;
|
481
449
|
__isTeleport?: never;
|
@@ -596,14 +564,6 @@ declare const BkTree: {
|
|
596
564
|
} & {
|
597
565
|
default: boolean;
|
598
566
|
};
|
599
|
-
checkStrictly: import("vue-types").VueTypeValidableDef<boolean> & {
|
600
|
-
default: boolean;
|
601
|
-
} & {
|
602
|
-
default: boolean;
|
603
|
-
};
|
604
|
-
intersectionObserver: import("vue-types").VueTypeDef<boolean | import("./props").IIntersectionObserver> & {
|
605
|
-
default: boolean | (() => import("./props").IIntersectionObserver);
|
606
|
-
};
|
607
567
|
}>> & {
|
608
568
|
onNodeClick?: (...args: any[]) => any;
|
609
569
|
onNodeCollapse?: (...args: any[]) => any;
|
@@ -613,7 +573,6 @@ declare const BkTree: {
|
|
613
573
|
onNodeDragOver?: (...args: any[]) => any;
|
614
574
|
onNodeDragLeave?: (...args: any[]) => any;
|
615
575
|
onNodeDrop?: (...args: any[]) => any;
|
616
|
-
onNodeEnterView?: (...args: any[]) => any;
|
617
576
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
618
577
|
nodeClick: (..._args: any[]) => boolean;
|
619
578
|
nodeCollapse: (..._args: any[]) => boolean;
|
@@ -623,7 +582,6 @@ declare const BkTree: {
|
|
623
582
|
nodeDragOver: (..._args: any[]) => boolean;
|
624
583
|
nodeDragLeave: (..._args: any[]) => boolean;
|
625
584
|
nodeDrop: (..._args: any[]) => boolean;
|
626
|
-
nodeEnterView: (..._args: any[]) => boolean;
|
627
585
|
}, string, {
|
628
586
|
data: any[];
|
629
587
|
height: number;
|
@@ -651,7 +609,5 @@ declare const BkTree: {
|
|
651
609
|
expandAll: boolean;
|
652
610
|
nodeContentAction: any;
|
653
611
|
keepSlotData: boolean;
|
654
|
-
checkStrictly: boolean;
|
655
|
-
intersectionObserver: boolean | import("./props").IIntersectionObserver;
|
656
612
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
657
613
|
export default BkTree;
|