bkui-vue 2.1.0-dev-beta.13 → 2.1.0-dev-beta.14
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 +54 -54
- package/dist/index.esm.js +11386 -11291
- package/dist/index.umd.js +54 -54
- package/lib/cascader/cascader.d.ts +12 -2
- package/lib/cascader/index.d.ts +21 -6
- package/lib/config-provider/config-provider.d.ts +13 -0
- package/lib/config-provider/index.d.ts +15 -0
- package/lib/config-provider/index.js +6 -1
- package/lib/config-provider/token.d.ts +1 -0
- package/lib/index.js +1 -1
- package/lib/message/messageConstructor.d.ts +1 -1
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/overflow-title/components/overflow-title.d.ts +10 -0
- package/lib/overflow-title/index.d.ts +15 -0
- package/lib/overflow-title/props.d.ts +5 -0
- package/lib/pop-confirm/index.d.ts +15 -0
- package/lib/pop-confirm/pop-confirm.d.ts +10 -0
- package/lib/pop-confirm/props.d.ts +5 -0
- package/lib/popover/index.d.ts +18 -0
- package/lib/popover/index.js +204 -54
- package/lib/popover/popover.d.ts +11 -0
- package/lib/popover/props.d.ts +8 -0
- package/lib/preset.d.ts +8 -0
- package/lib/select/index.d.ts +39 -9
- package/lib/select/select.d.ts +18 -3
- package/lib/select/selectTagInput.d.ts +1 -1
- package/lib/table/components/table-column.d.ts +2 -2
- package/lib/table/index.d.ts +2 -2
- package/lib/table-column/index.d.ts +3 -3
- package/lib/tag-input/index.d.ts +35 -2
- package/lib/tag-input/tag-input.d.ts +17 -1
- package/lib/tag-input/tag-props.d.ts +5 -0
- package/lib/tree/index.d.ts +3 -3
- package/lib/tree/tree.d.ts +1 -1
- package/lib/virtual-render/index.d.ts +24 -24
- package/lib/virtual-render/virtual-render.d.ts +11 -11
- package/package.json +1 -1
package/lib/select/select.d.ts
CHANGED
|
@@ -248,6 +248,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
248
248
|
} & {
|
|
249
249
|
default: string;
|
|
250
250
|
};
|
|
251
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
252
|
+
default: boolean;
|
|
253
|
+
} & {
|
|
254
|
+
default: boolean;
|
|
255
|
+
};
|
|
251
256
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
252
257
|
default: boolean;
|
|
253
258
|
} & {
|
|
@@ -441,7 +446,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
441
446
|
handleInput: (e: any) => void;
|
|
442
447
|
handleKeydown: (e: any) => void;
|
|
443
448
|
resolveClassName: (cls: string) => string;
|
|
444
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "
|
|
449
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "remove" | "enter" | "update:modelValue")[], import("vue").PublicProps, {
|
|
445
450
|
disabled: boolean;
|
|
446
451
|
placeholder: string;
|
|
447
452
|
tagTheme: "" | "danger" | "success" | "warning" | "info";
|
|
@@ -584,7 +589,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
584
589
|
handleInput: (e: any) => void;
|
|
585
590
|
handleKeydown: (e: any) => void;
|
|
586
591
|
resolveClassName: (cls: string) => string;
|
|
587
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "
|
|
592
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "remove" | "enter" | "update:modelValue")[], import("vue").PublicProps, {
|
|
588
593
|
disabled: boolean;
|
|
589
594
|
placeholder: string;
|
|
590
595
|
tagTheme: "" | "danger" | "success" | "warning" | "info";
|
|
@@ -819,6 +824,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
819
824
|
} & {
|
|
820
825
|
default: string;
|
|
821
826
|
};
|
|
827
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
828
|
+
default: boolean;
|
|
829
|
+
} & {
|
|
830
|
+
default: boolean;
|
|
831
|
+
};
|
|
822
832
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
823
833
|
default: boolean;
|
|
824
834
|
} & {
|
|
@@ -1122,6 +1132,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1122
1132
|
} & {
|
|
1123
1133
|
default: string;
|
|
1124
1134
|
};
|
|
1135
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
1136
|
+
default: boolean;
|
|
1137
|
+
} & {
|
|
1138
|
+
default: boolean;
|
|
1139
|
+
};
|
|
1125
1140
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
1126
1141
|
default: boolean;
|
|
1127
1142
|
} & {
|
|
@@ -1246,6 +1261,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1246
1261
|
multiple: boolean;
|
|
1247
1262
|
disabled: boolean;
|
|
1248
1263
|
trigger: "default" | "manual";
|
|
1264
|
+
scrollHeight: number;
|
|
1249
1265
|
minHeight: number;
|
|
1250
1266
|
showOnInit: boolean;
|
|
1251
1267
|
loading: boolean;
|
|
@@ -1254,7 +1270,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1254
1270
|
tagTheme: "" | "danger" | "success" | "warning" | "info";
|
|
1255
1271
|
behavior: "normal" | "simplicity";
|
|
1256
1272
|
selectedStyle: "checkbox" | "check";
|
|
1257
|
-
scrollHeight: number;
|
|
1258
1273
|
clearable: boolean;
|
|
1259
1274
|
withValidate: boolean;
|
|
1260
1275
|
noDataText: string;
|
|
@@ -53,7 +53,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
53
53
|
handleInput: (e: any) => void;
|
|
54
54
|
handleKeydown: (e: any) => void;
|
|
55
55
|
resolveClassName: (cls: string) => string;
|
|
56
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "
|
|
56
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "remove" | "enter" | "update:modelValue")[], "keydown" | "remove" | "enter" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
57
|
selected: {
|
|
58
58
|
type: PropType<ISelected[]>;
|
|
59
59
|
default: () => any[];
|
|
@@ -54,8 +54,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
render?: import("../props").RenderFunctionString;
|
|
55
55
|
label?: import("../props").LabelFunctionString;
|
|
56
56
|
width?: string | number;
|
|
57
|
-
align?: "" | "right" | "left" | "center";
|
|
58
57
|
className?: import("../props").RowClassFunctionString;
|
|
58
|
+
align?: "" | "right" | "left" | "center";
|
|
59
59
|
showOverflowTooltip?: import("../props").IOverflowTooltipProp;
|
|
60
60
|
field?: import("../props").LabelFunctionString;
|
|
61
61
|
prop?: import("../props").LabelFunctionString;
|
|
@@ -73,8 +73,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
73
73
|
render?: import("../props").RenderFunctionString;
|
|
74
74
|
label?: import("../props").LabelFunctionString;
|
|
75
75
|
width?: string | number;
|
|
76
|
-
align?: "" | "right" | "left" | "center";
|
|
77
76
|
className?: import("../props").RowClassFunctionString;
|
|
77
|
+
align?: "" | "right" | "left" | "center";
|
|
78
78
|
showOverflowTooltip?: import("../props").IOverflowTooltipProp;
|
|
79
79
|
field?: import("../props").LabelFunctionString;
|
|
80
80
|
prop?: import("../props").LabelFunctionString;
|
package/lib/table/index.d.ts
CHANGED
|
@@ -709,8 +709,8 @@ declare const BkTable: {
|
|
|
709
709
|
render?: import("./props").RenderFunctionString;
|
|
710
710
|
label?: import("./props").LabelFunctionString;
|
|
711
711
|
width?: string | number;
|
|
712
|
-
align?: "" | "right" | "left" | "center";
|
|
713
712
|
className?: import("./props").RowClassFunctionString;
|
|
713
|
+
align?: "" | "right" | "left" | "center";
|
|
714
714
|
showOverflowTooltip?: import("./props").IOverflowTooltipProp;
|
|
715
715
|
field?: import("./props").LabelFunctionString;
|
|
716
716
|
prop?: import("./props").LabelFunctionString;
|
|
@@ -728,8 +728,8 @@ declare const BkTable: {
|
|
|
728
728
|
render?: import("./props").RenderFunctionString;
|
|
729
729
|
label?: import("./props").LabelFunctionString;
|
|
730
730
|
width?: string | number;
|
|
731
|
-
align?: "" | "right" | "left" | "center";
|
|
732
731
|
className?: import("./props").RowClassFunctionString;
|
|
732
|
+
align?: "" | "right" | "left" | "center";
|
|
733
733
|
showOverflowTooltip?: import("./props").IOverflowTooltipProp;
|
|
734
734
|
field?: import("./props").LabelFunctionString;
|
|
735
735
|
prop?: import("./props").LabelFunctionString;
|
|
@@ -13,8 +13,8 @@ declare const BkTableColumn: {
|
|
|
13
13
|
render?: import("../table/props").RenderFunctionString;
|
|
14
14
|
label?: import("../table/props").LabelFunctionString;
|
|
15
15
|
width?: string | number;
|
|
16
|
-
align?: "" | "right" | "left" | "center";
|
|
17
16
|
className?: import("../table/props").RowClassFunctionString;
|
|
17
|
+
align?: "" | "right" | "left" | "center";
|
|
18
18
|
showOverflowTooltip?: import("../table/props").IOverflowTooltipProp;
|
|
19
19
|
field?: import("../table/props").LabelFunctionString;
|
|
20
20
|
prop?: import("../table/props").LabelFunctionString;
|
|
@@ -47,8 +47,8 @@ declare const BkTableColumn: {
|
|
|
47
47
|
render?: import("../table/props").RenderFunctionString;
|
|
48
48
|
label?: import("../table/props").LabelFunctionString;
|
|
49
49
|
width?: string | number;
|
|
50
|
-
align?: "" | "right" | "left" | "center";
|
|
51
50
|
className?: import("../table/props").RowClassFunctionString;
|
|
51
|
+
align?: "" | "right" | "left" | "center";
|
|
52
52
|
showOverflowTooltip?: import("../table/props").IOverflowTooltipProp;
|
|
53
53
|
field?: import("../table/props").LabelFunctionString;
|
|
54
54
|
prop?: import("../table/props").LabelFunctionString;
|
|
@@ -78,8 +78,8 @@ declare const BkTableColumn: {
|
|
|
78
78
|
render?: import("../table/props").RenderFunctionString;
|
|
79
79
|
label?: import("../table/props").LabelFunctionString;
|
|
80
80
|
width?: string | number;
|
|
81
|
-
align?: "" | "right" | "left" | "center";
|
|
82
81
|
className?: import("../table/props").RowClassFunctionString;
|
|
82
|
+
align?: "" | "right" | "left" | "center";
|
|
83
83
|
showOverflowTooltip?: import("../table/props").IOverflowTooltipProp;
|
|
84
84
|
field?: import("../table/props").LabelFunctionString;
|
|
85
85
|
prop?: import("../table/props").LabelFunctionString;
|
package/lib/tag-input/index.d.ts
CHANGED
|
@@ -278,6 +278,11 @@ declare const TagInput: {
|
|
|
278
278
|
} & {
|
|
279
279
|
default: string;
|
|
280
280
|
};
|
|
281
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
282
|
+
default: boolean;
|
|
283
|
+
} & {
|
|
284
|
+
default: boolean;
|
|
285
|
+
};
|
|
281
286
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
282
287
|
default: boolean;
|
|
283
288
|
} & {
|
|
@@ -411,6 +416,7 @@ declare const TagInput: {
|
|
|
411
416
|
popoverDelay?: number | number[];
|
|
412
417
|
extCls?: string;
|
|
413
418
|
referenceCls?: string;
|
|
419
|
+
renderReferenceWrapper?: boolean;
|
|
414
420
|
hideIgnoreReference?: boolean;
|
|
415
421
|
componentEventDelay?: number;
|
|
416
422
|
forceClickoutside?: boolean;
|
|
@@ -495,7 +501,7 @@ declare const TagInput: {
|
|
|
495
501
|
};
|
|
496
502
|
floatingReference?: any;
|
|
497
503
|
};
|
|
498
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "focus" | "input" | "select" | "change" | "
|
|
504
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "focus" | "input" | "select" | "change" | "remove" | "update:modelValue" | "removeAll" | "copy-success")[], import("vue").PublicProps, {
|
|
499
505
|
separator: string;
|
|
500
506
|
disabled: boolean;
|
|
501
507
|
trigger: "focus" | "search";
|
|
@@ -657,6 +663,11 @@ declare const TagInput: {
|
|
|
657
663
|
} & {
|
|
658
664
|
default: string;
|
|
659
665
|
};
|
|
666
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
667
|
+
default: boolean;
|
|
668
|
+
} & {
|
|
669
|
+
default: boolean;
|
|
670
|
+
};
|
|
660
671
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
661
672
|
default: boolean;
|
|
662
673
|
} & {
|
|
@@ -963,6 +974,11 @@ declare const TagInput: {
|
|
|
963
974
|
} & {
|
|
964
975
|
default: string;
|
|
965
976
|
};
|
|
977
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
978
|
+
default: boolean;
|
|
979
|
+
} & {
|
|
980
|
+
default: boolean;
|
|
981
|
+
};
|
|
966
982
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
967
983
|
default: boolean;
|
|
968
984
|
} & {
|
|
@@ -1096,6 +1112,7 @@ declare const TagInput: {
|
|
|
1096
1112
|
popoverDelay?: number | number[];
|
|
1097
1113
|
extCls?: string;
|
|
1098
1114
|
referenceCls?: string;
|
|
1115
|
+
renderReferenceWrapper?: boolean;
|
|
1099
1116
|
hideIgnoreReference?: boolean;
|
|
1100
1117
|
componentEventDelay?: number;
|
|
1101
1118
|
forceClickoutside?: boolean;
|
|
@@ -1342,6 +1359,11 @@ declare const TagInput: {
|
|
|
1342
1359
|
} & {
|
|
1343
1360
|
default: string;
|
|
1344
1361
|
};
|
|
1362
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
1363
|
+
default: boolean;
|
|
1364
|
+
} & {
|
|
1365
|
+
default: boolean;
|
|
1366
|
+
};
|
|
1345
1367
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
1346
1368
|
default: boolean;
|
|
1347
1369
|
} & {
|
|
@@ -1643,6 +1665,11 @@ declare const TagInput: {
|
|
|
1643
1665
|
} & {
|
|
1644
1666
|
default: string;
|
|
1645
1667
|
};
|
|
1668
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
1669
|
+
default: boolean;
|
|
1670
|
+
} & {
|
|
1671
|
+
default: boolean;
|
|
1672
|
+
};
|
|
1646
1673
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
1647
1674
|
default: boolean;
|
|
1648
1675
|
} & {
|
|
@@ -1776,6 +1803,7 @@ declare const TagInput: {
|
|
|
1776
1803
|
popoverDelay?: number | number[];
|
|
1777
1804
|
extCls?: string;
|
|
1778
1805
|
referenceCls?: string;
|
|
1806
|
+
renderReferenceWrapper?: boolean;
|
|
1779
1807
|
hideIgnoreReference?: boolean;
|
|
1780
1808
|
componentEventDelay?: number;
|
|
1781
1809
|
forceClickoutside?: boolean;
|
|
@@ -1860,7 +1888,7 @@ declare const TagInput: {
|
|
|
1860
1888
|
};
|
|
1861
1889
|
floatingReference?: any;
|
|
1862
1890
|
};
|
|
1863
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "focus" | "input" | "select" | "change" | "
|
|
1891
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "focus" | "input" | "select" | "change" | "remove" | "update:modelValue" | "removeAll" | "copy-success")[], "blur" | "focus" | "input" | "select" | "change" | "remove" | "update:modelValue" | "removeAll" | "copy-success", {
|
|
1864
1892
|
separator: string;
|
|
1865
1893
|
disabled: boolean;
|
|
1866
1894
|
trigger: "focus" | "search";
|
|
@@ -2022,6 +2050,11 @@ declare const TagInput: {
|
|
|
2022
2050
|
} & {
|
|
2023
2051
|
default: string;
|
|
2024
2052
|
};
|
|
2053
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
2054
|
+
default: boolean;
|
|
2055
|
+
} & {
|
|
2056
|
+
default: boolean;
|
|
2057
|
+
};
|
|
2025
2058
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
2026
2059
|
default: boolean;
|
|
2027
2060
|
} & {
|
|
@@ -277,6 +277,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
277
277
|
} & {
|
|
278
278
|
default: string;
|
|
279
279
|
};
|
|
280
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
281
|
+
default: boolean;
|
|
282
|
+
} & {
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
280
285
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
281
286
|
default: boolean;
|
|
282
287
|
} & {
|
|
@@ -400,6 +405,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
400
405
|
popoverDelay?: number | number[];
|
|
401
406
|
extCls?: string;
|
|
402
407
|
referenceCls?: string;
|
|
408
|
+
renderReferenceWrapper?: boolean;
|
|
403
409
|
hideIgnoreReference?: boolean;
|
|
404
410
|
componentEventDelay?: number;
|
|
405
411
|
forceClickoutside?: boolean;
|
|
@@ -484,7 +490,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
484
490
|
};
|
|
485
491
|
floatingReference?: any;
|
|
486
492
|
};
|
|
487
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "focus" | "input" | "select" | "change" | "
|
|
493
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("blur" | "focus" | "input" | "select" | "change" | "remove" | "update:modelValue" | "removeAll" | "copy-success")[], "blur" | "focus" | "input" | "select" | "change" | "remove" | "update:modelValue" | "removeAll" | "copy-success", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
488
494
|
modelValue: import("vue-types").VueTypeDef<string[]> & {
|
|
489
495
|
default: () => string[];
|
|
490
496
|
};
|
|
@@ -762,6 +768,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
762
768
|
} & {
|
|
763
769
|
default: string;
|
|
764
770
|
};
|
|
771
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
772
|
+
default: boolean;
|
|
773
|
+
} & {
|
|
774
|
+
default: boolean;
|
|
775
|
+
};
|
|
765
776
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
766
777
|
default: boolean;
|
|
767
778
|
} & {
|
|
@@ -970,6 +981,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
970
981
|
} & {
|
|
971
982
|
default: string;
|
|
972
983
|
};
|
|
984
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
985
|
+
default: boolean;
|
|
986
|
+
} & {
|
|
987
|
+
default: boolean;
|
|
988
|
+
};
|
|
973
989
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
974
990
|
default: boolean;
|
|
975
991
|
} & {
|
|
@@ -270,6 +270,11 @@ declare const tagProps: () => {
|
|
|
270
270
|
} & {
|
|
271
271
|
default: string;
|
|
272
272
|
};
|
|
273
|
+
renderReferenceWrapper: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
274
|
+
default: boolean;
|
|
275
|
+
} & {
|
|
276
|
+
default: boolean;
|
|
277
|
+
};
|
|
273
278
|
hideIgnoreReference: import("vue-types").VueTypeValidableDef<boolean> & {
|
|
274
279
|
default: boolean;
|
|
275
280
|
} & {
|
package/lib/tree/index.d.ts
CHANGED
|
@@ -177,13 +177,13 @@ declare const BkTree: {
|
|
|
177
177
|
}, import("vue").PublicProps, {
|
|
178
178
|
data: any[];
|
|
179
179
|
height: number;
|
|
180
|
+
children: string;
|
|
180
181
|
search: string | number | boolean | import("./props").SearchOption;
|
|
181
182
|
lineHeight: number;
|
|
182
183
|
draggable: boolean;
|
|
183
184
|
prefixIcon: any;
|
|
184
185
|
checked: any[];
|
|
185
186
|
emptyText: string;
|
|
186
|
-
children: string;
|
|
187
187
|
offsetLeft: number;
|
|
188
188
|
intersectionObserver: boolean | import("./props").IIntersectionObserver;
|
|
189
189
|
nodeKey: string;
|
|
@@ -377,13 +377,13 @@ declare const BkTree: {
|
|
|
377
377
|
}>, () => JSX.Element, {}, {}, {}, {
|
|
378
378
|
data: any[];
|
|
379
379
|
height: number;
|
|
380
|
+
children: string;
|
|
380
381
|
search: string | number | boolean | import("./props").SearchOption;
|
|
381
382
|
lineHeight: number;
|
|
382
383
|
draggable: boolean;
|
|
383
384
|
prefixIcon: any;
|
|
384
385
|
checked: any[];
|
|
385
386
|
emptyText: string;
|
|
386
|
-
children: string;
|
|
387
387
|
offsetLeft: number;
|
|
388
388
|
intersectionObserver: boolean | import("./props").IIntersectionObserver;
|
|
389
389
|
nodeKey: string;
|
|
@@ -589,13 +589,13 @@ declare const BkTree: {
|
|
|
589
589
|
}, string, {
|
|
590
590
|
data: any[];
|
|
591
591
|
height: number;
|
|
592
|
+
children: string;
|
|
592
593
|
search: string | number | boolean | import("./props").SearchOption;
|
|
593
594
|
lineHeight: number;
|
|
594
595
|
draggable: boolean;
|
|
595
596
|
prefixIcon: any;
|
|
596
597
|
checked: any[];
|
|
597
598
|
emptyText: string;
|
|
598
|
-
children: string;
|
|
599
599
|
offsetLeft: number;
|
|
600
600
|
intersectionObserver: boolean | import("./props").IIntersectionObserver;
|
|
601
601
|
nodeKey: string;
|
package/lib/tree/tree.d.ts
CHANGED
|
@@ -327,13 +327,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
327
327
|
}>, {
|
|
328
328
|
data: any[];
|
|
329
329
|
height: number;
|
|
330
|
+
children: string;
|
|
330
331
|
search: string | number | boolean | import("./props").SearchOption;
|
|
331
332
|
lineHeight: number;
|
|
332
333
|
draggable: boolean;
|
|
333
334
|
prefixIcon: any;
|
|
334
335
|
checked: any[];
|
|
335
336
|
emptyText: string;
|
|
336
|
-
children: string;
|
|
337
337
|
offsetLeft: number;
|
|
338
338
|
intersectionObserver: boolean | import("./props").IIntersectionObserver;
|
|
339
339
|
nodeKey: string;
|
|
@@ -3,12 +3,12 @@ declare const BkVirtualRender: {
|
|
|
3
3
|
readonly width: string | number;
|
|
4
4
|
readonly height: string | number;
|
|
5
5
|
readonly enabled: boolean;
|
|
6
|
-
readonly minHeight: number;
|
|
7
|
-
readonly list: unknown[];
|
|
8
|
-
readonly scrollEvent: boolean;
|
|
9
6
|
readonly className: string | {
|
|
10
7
|
[key: string]: any;
|
|
11
8
|
};
|
|
9
|
+
readonly minHeight: number;
|
|
10
|
+
readonly list: unknown[];
|
|
11
|
+
readonly scrollEvent: boolean;
|
|
12
12
|
readonly contentClassName: string | {
|
|
13
13
|
[key: string]: any;
|
|
14
14
|
};
|
|
@@ -40,16 +40,16 @@ declare const BkVirtualRender: {
|
|
|
40
40
|
width: string | number;
|
|
41
41
|
height: string | number;
|
|
42
42
|
enabled: boolean;
|
|
43
|
-
lineHeight: any;
|
|
44
|
-
minHeight: number;
|
|
45
|
-
list: unknown[];
|
|
46
|
-
wrapperStyle: any;
|
|
47
|
-
scrollEvent: boolean;
|
|
48
43
|
className: string | string[] | {
|
|
49
44
|
[key: string]: any;
|
|
50
45
|
} | {
|
|
51
46
|
[key: string]: any;
|
|
52
47
|
}[];
|
|
48
|
+
lineHeight: any;
|
|
49
|
+
minHeight: number;
|
|
50
|
+
list: unknown[];
|
|
51
|
+
wrapperStyle: any;
|
|
52
|
+
scrollEvent: boolean;
|
|
53
53
|
contentClassName: string | string[] | {
|
|
54
54
|
[key: string]: any;
|
|
55
55
|
} | {
|
|
@@ -93,12 +93,12 @@ declare const BkVirtualRender: {
|
|
|
93
93
|
readonly width: string | number;
|
|
94
94
|
readonly height: string | number;
|
|
95
95
|
readonly enabled: boolean;
|
|
96
|
-
readonly minHeight: number;
|
|
97
|
-
readonly list: unknown[];
|
|
98
|
-
readonly scrollEvent: boolean;
|
|
99
96
|
readonly className: string | {
|
|
100
97
|
[key: string]: any;
|
|
101
98
|
};
|
|
99
|
+
readonly minHeight: number;
|
|
100
|
+
readonly list: unknown[];
|
|
101
|
+
readonly scrollEvent: boolean;
|
|
102
102
|
readonly contentClassName: string | {
|
|
103
103
|
[key: string]: any;
|
|
104
104
|
};
|
|
@@ -130,16 +130,16 @@ declare const BkVirtualRender: {
|
|
|
130
130
|
width: string | number;
|
|
131
131
|
height: string | number;
|
|
132
132
|
enabled: boolean;
|
|
133
|
-
lineHeight: any;
|
|
134
|
-
minHeight: number;
|
|
135
|
-
list: unknown[];
|
|
136
|
-
wrapperStyle: any;
|
|
137
|
-
scrollEvent: boolean;
|
|
138
133
|
className: string | string[] | {
|
|
139
134
|
[key: string]: any;
|
|
140
135
|
} | {
|
|
141
136
|
[key: string]: any;
|
|
142
137
|
}[];
|
|
138
|
+
lineHeight: any;
|
|
139
|
+
minHeight: number;
|
|
140
|
+
list: unknown[];
|
|
141
|
+
wrapperStyle: any;
|
|
142
|
+
scrollEvent: boolean;
|
|
143
143
|
contentClassName: string | string[] | {
|
|
144
144
|
[key: string]: any;
|
|
145
145
|
} | {
|
|
@@ -169,12 +169,12 @@ declare const BkVirtualRender: {
|
|
|
169
169
|
readonly width: string | number;
|
|
170
170
|
readonly height: string | number;
|
|
171
171
|
readonly enabled: boolean;
|
|
172
|
-
readonly minHeight: number;
|
|
173
|
-
readonly list: unknown[];
|
|
174
|
-
readonly scrollEvent: boolean;
|
|
175
172
|
readonly className: string | {
|
|
176
173
|
[key: string]: any;
|
|
177
174
|
};
|
|
175
|
+
readonly minHeight: number;
|
|
176
|
+
readonly list: unknown[];
|
|
177
|
+
readonly scrollEvent: boolean;
|
|
178
178
|
readonly contentClassName: string | {
|
|
179
179
|
[key: string]: any;
|
|
180
180
|
};
|
|
@@ -206,16 +206,16 @@ declare const BkVirtualRender: {
|
|
|
206
206
|
width: string | number;
|
|
207
207
|
height: string | number;
|
|
208
208
|
enabled: boolean;
|
|
209
|
-
lineHeight: any;
|
|
210
|
-
minHeight: number;
|
|
211
|
-
list: unknown[];
|
|
212
|
-
wrapperStyle: any;
|
|
213
|
-
scrollEvent: boolean;
|
|
214
209
|
className: string | string[] | {
|
|
215
210
|
[key: string]: any;
|
|
216
211
|
} | {
|
|
217
212
|
[key: string]: any;
|
|
218
213
|
}[];
|
|
214
|
+
lineHeight: any;
|
|
215
|
+
minHeight: number;
|
|
216
|
+
list: unknown[];
|
|
217
|
+
wrapperStyle: any;
|
|
218
|
+
scrollEvent: boolean;
|
|
219
219
|
contentClassName: string | string[] | {
|
|
220
220
|
[key: string]: any;
|
|
221
221
|
} | {
|
|
@@ -8,12 +8,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
readonly width: string | number;
|
|
9
9
|
readonly height: string | number;
|
|
10
10
|
readonly enabled: boolean;
|
|
11
|
-
readonly minHeight: number;
|
|
12
|
-
readonly list: unknown[];
|
|
13
|
-
readonly scrollEvent: boolean;
|
|
14
11
|
readonly className: string | {
|
|
15
12
|
[key: string]: any;
|
|
16
13
|
};
|
|
14
|
+
readonly minHeight: number;
|
|
15
|
+
readonly list: unknown[];
|
|
16
|
+
readonly scrollEvent: boolean;
|
|
17
17
|
readonly contentClassName: string | {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
};
|
|
@@ -43,12 +43,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
43
|
readonly width: string | number;
|
|
44
44
|
readonly height: string | number;
|
|
45
45
|
readonly enabled: boolean;
|
|
46
|
-
readonly minHeight: number;
|
|
47
|
-
readonly list: unknown[];
|
|
48
|
-
readonly scrollEvent: boolean;
|
|
49
46
|
readonly className: string | {
|
|
50
47
|
[key: string]: any;
|
|
51
48
|
};
|
|
49
|
+
readonly minHeight: number;
|
|
50
|
+
readonly list: unknown[];
|
|
51
|
+
readonly scrollEvent: boolean;
|
|
52
52
|
readonly contentClassName: string | {
|
|
53
53
|
[key: string]: any;
|
|
54
54
|
};
|
|
@@ -78,16 +78,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
78
78
|
width: string | number;
|
|
79
79
|
height: string | number;
|
|
80
80
|
enabled: boolean;
|
|
81
|
-
lineHeight: any;
|
|
82
|
-
minHeight: number;
|
|
83
|
-
list: unknown[];
|
|
84
|
-
wrapperStyle: any;
|
|
85
|
-
scrollEvent: boolean;
|
|
86
81
|
className: string | string[] | {
|
|
87
82
|
[key: string]: any;
|
|
88
83
|
} | {
|
|
89
84
|
[key: string]: any;
|
|
90
85
|
}[];
|
|
86
|
+
lineHeight: any;
|
|
87
|
+
minHeight: number;
|
|
88
|
+
list: unknown[];
|
|
89
|
+
wrapperStyle: any;
|
|
90
|
+
scrollEvent: boolean;
|
|
91
91
|
contentClassName: string | string[] | {
|
|
92
92
|
[key: string]: any;
|
|
93
93
|
} | {
|