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.
Files changed (153) hide show
  1. package/dist/index.cjs.js +71 -71
  2. package/dist/index.esm.js +19703 -20587
  3. package/dist/index.umd.js +71 -71
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/cascader/cascader.css +3 -3
  7. package/lib/cascader/cascader.less +3 -3
  8. package/lib/cascader/cascader.variable.css +3 -3
  9. package/lib/cascader/index.js +4 -4
  10. package/lib/collapse/collapse.css +0 -11
  11. package/lib/collapse/collapse.d.ts +0 -11
  12. package/lib/collapse/collapse.less +1 -15
  13. package/lib/collapse/collapse.variable.css +0 -11
  14. package/lib/collapse/index.d.ts +0 -23
  15. package/lib/collapse/index.js +1 -9
  16. package/lib/collapse/props.d.ts +0 -8
  17. package/lib/color-picker/color-picker.css +3 -3
  18. package/lib/color-picker/color-picker.less +3 -3
  19. package/lib/color-picker/color-picker.variable.css +3 -3
  20. package/lib/color-picker/index.js +1 -1
  21. package/lib/components.d.ts +0 -1
  22. package/lib/components.js +0 -1
  23. package/lib/date-picker/base/year-table.d.ts +2 -2
  24. package/lib/date-picker/index.js +36 -111
  25. package/lib/date-picker/interface.d.ts +1 -1
  26. package/lib/date-picker/panel/date-range.d.ts +63 -1
  27. package/lib/date-picker/utils.d.ts +0 -4
  28. package/lib/dialog/dialog.css +84 -135
  29. package/lib/dialog/dialog.d.ts +132 -38
  30. package/lib/dialog/dialog.less +76 -9
  31. package/lib/dialog/dialog.variable.css +84 -135
  32. package/lib/dialog/index.d.ts +311 -96
  33. package/lib/dialog/index.js +221 -197
  34. package/lib/dialog/props.d.ts +47 -10
  35. package/lib/info-box/index.d.ts +2 -2
  36. package/lib/info-box/index.js +173 -328
  37. package/lib/info-box/info-box.css +7 -63
  38. package/lib/info-box/info-box.d.ts +16 -18
  39. package/lib/info-box/info-box.less +14 -76
  40. package/lib/info-box/info-box.variable.css +7 -63
  41. package/lib/input/index.js +1 -2
  42. package/lib/modal/hooks.d.ts +1 -1
  43. package/lib/modal/index.d.ts +345 -29
  44. package/lib/modal/index.js +703 -218
  45. package/lib/modal/modal.css +32 -131
  46. package/lib/modal/modal.d.ts +132 -11
  47. package/lib/modal/modal.less +29 -83
  48. package/lib/modal/modal.variable.css +32 -131
  49. package/lib/modal/props.mixin.d.ts +52 -4
  50. package/lib/overflow-title/index.js +52 -46
  51. package/lib/radio/index.d.ts +0 -29
  52. package/lib/radio/index.js +16 -34
  53. package/lib/radio/radio-button.d.ts +0 -10
  54. package/lib/radio/radio-group.d.ts +0 -10
  55. package/lib/radio/radio.d.ts +0 -10
  56. package/lib/rate/rate.css +0 -27
  57. package/lib/rate/rate.less +0 -33
  58. package/lib/rate/rate.variable.css +0 -27
  59. package/lib/rate/star.css +27 -0
  60. package/lib/rate/star.less +34 -0
  61. package/lib/{scrollbar/scrollbar.variable.css → rate/star.variable.css} +19 -67
  62. package/lib/search-select/index.d.ts +58 -78
  63. package/lib/search-select/index.js +311 -211
  64. package/lib/search-select/input.d.ts +6 -5
  65. package/lib/search-select/menu.d.ts +1 -1
  66. package/lib/search-select/search-select.d.ts +19 -43
  67. package/lib/search-select/selected.d.ts +12 -10
  68. package/lib/search-select/utils.d.ts +6 -6
  69. package/lib/select/index.d.ts +19 -0
  70. package/lib/select/index.js +21 -8
  71. package/lib/select/select.css +2 -1
  72. package/lib/select/select.d.ts +9 -0
  73. package/lib/select/select.less +2 -1
  74. package/lib/select/select.variable.css +2 -1
  75. package/lib/shared/index.d.ts +1 -0
  76. package/lib/shared/index.js +48 -4
  77. package/lib/shared/mask.d.ts +11 -0
  78. package/lib/sideslider/index.d.ts +218 -42
  79. package/lib/sideslider/index.js +40 -65
  80. package/lib/sideslider/sideslider.css +86 -17
  81. package/lib/sideslider/sideslider.d.ts +104 -20
  82. package/lib/sideslider/sideslider.less +107 -27
  83. package/lib/sideslider/sideslider.variable.css +86 -17
  84. package/lib/slider/index.d.ts +0 -19
  85. package/lib/slider/index.js +5 -45
  86. package/lib/slider/slider.css +0 -14
  87. package/lib/slider/slider.d.ts +0 -9
  88. package/lib/slider/slider.less +0 -15
  89. package/lib/slider/slider.variable.css +0 -14
  90. package/lib/styles/index.d.ts +1 -0
  91. package/lib/table/components/table-cell.d.ts +2 -3
  92. package/lib/table/components/table-column.d.ts +119 -3
  93. package/lib/table/const.d.ts +4 -4
  94. package/lib/table/index.d.ts +107 -26
  95. package/lib/table/index.js +578 -17818
  96. package/lib/table/plugins/head-filter.css +4 -8
  97. package/lib/table/plugins/head-filter.less +3 -6
  98. package/lib/table/plugins/head-filter.variable.css +4 -8
  99. package/lib/table/plugins/use-active-columns.d.ts +2 -2
  100. package/lib/table/plugins/use-fixed-column.d.ts +1 -1
  101. package/lib/table/plugins/use-pagination.d.ts +1 -3
  102. package/lib/table/props.d.ts +4 -12
  103. package/lib/table/table.css +46 -106
  104. package/lib/table/table.d.ts +0 -11
  105. package/lib/table/table.less +58 -43
  106. package/lib/table/table.variable.css +46 -106
  107. package/lib/table/use-attributes.d.ts +1 -2
  108. package/lib/table/use-column.d.ts +10 -9
  109. package/lib/table/use-common.d.ts +1 -1
  110. package/lib/table/use-render.d.ts +1 -1
  111. package/lib/table-column/index.d.ts +299 -9
  112. package/lib/table-column/index.js +283 -25
  113. package/lib/transfer/index.js +14 -16
  114. package/lib/transfer/transfer.css +9 -9
  115. package/lib/transfer/transfer.less +3 -3
  116. package/lib/transfer/transfer.variable.css +9 -9
  117. package/lib/tree/constant.d.ts +1 -3
  118. package/lib/tree/index.d.ts +0 -44
  119. package/lib/tree/index.js +35 -17554
  120. package/lib/tree/props.d.ts +0 -18
  121. package/lib/tree/tree.css +2 -76
  122. package/lib/tree/tree.d.ts +2 -28
  123. package/lib/tree/tree.less +1 -1
  124. package/lib/tree/tree.variable.css +2 -76
  125. package/lib/tree/use-node-attribute.d.ts +0 -9
  126. package/lib/tree/util.d.ts +1 -1
  127. package/lib/upload/index.js +9 -16
  128. package/lib/upload/upload.type.d.ts +1 -1
  129. package/lib/virtual-render/index.d.ts +0 -27
  130. package/lib/virtual-render/index.js +80 -295
  131. package/lib/virtual-render/props.d.ts +0 -16
  132. package/lib/virtual-render/use-fix-top.d.ts +7 -2
  133. package/lib/virtual-render/v-virtual-render.d.ts +1 -2
  134. package/lib/virtual-render/virtual-render.css +2 -76
  135. package/lib/virtual-render/virtual-render.d.ts +0 -13
  136. package/lib/virtual-render/virtual-render.less +3 -3
  137. package/lib/virtual-render/virtual-render.variable.css +2 -76
  138. package/package.json +1 -1
  139. package/lib/info-box/render-component.d.ts +0 -4
  140. package/lib/modal/mask.d.ts +0 -6
  141. package/lib/scrollbar/index.d.ts +0 -15
  142. package/lib/scrollbar/index.js +0 -18763
  143. package/lib/scrollbar/scrollbar-core/can-use-dom.d.ts +0 -2
  144. package/lib/scrollbar/scrollbar-core/helpers.d.ts +0 -5
  145. package/lib/scrollbar/scrollbar-core/index.d.ts +0 -241
  146. package/lib/scrollbar/scrollbar-core/mouse-wheel.d.ts +0 -5
  147. package/lib/scrollbar/scrollbar-core/scrollbar-width.d.ts +0 -1
  148. package/lib/scrollbar/scrollbar.css +0 -75
  149. package/lib/scrollbar/scrollbar.less +0 -94
  150. package/lib/table/plugins/use-column-template.d.ts +0 -7
  151. package/lib/table/plugins/use-shift-key.d.ts +0 -13
  152. package/lib/tree/use-intersection-observer.d.ts +0 -27
  153. package/lib/virtual-render/use-scrollbar.d.ts +0 -24
@@ -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;