bkui-vue 2.0.2-beta.8 → 2.0.2-beta.9

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 (167) hide show
  1. package/dist/index.cjs.js +16 -16
  2. package/dist/index.esm.js +4328 -4317
  3. package/dist/index.umd.js +24 -24
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/index.js +22 -30
  7. package/lib/alert/index.js +22 -30
  8. package/lib/animate-number/index.js +10 -14
  9. package/lib/backtop/index.js +22 -32
  10. package/lib/badge/index.js +18 -24
  11. package/lib/breadcrumb/index.js +23 -31
  12. package/lib/button/index.js +26 -36
  13. package/lib/card/index.js +33 -47
  14. package/lib/cascader/index.js +644 -672
  15. package/lib/checkbox/index.js +34 -44
  16. package/lib/code-diff/index.js +79 -83
  17. package/lib/collapse/index.js +33 -39
  18. package/lib/collapse-transition/index.js +14 -20
  19. package/lib/color-picker/index.js +624 -640
  20. package/lib/config-provider/index.js +26 -34
  21. package/lib/container/index.js +21 -27
  22. package/lib/date-picker/index.js +650 -672
  23. package/lib/dialog/index.js +87 -101
  24. package/lib/directives/index.js +512 -520
  25. package/lib/divider/index.js +15 -21
  26. package/lib/dropdown/index.js +31 -43
  27. package/lib/exception/index.js +49 -55
  28. package/lib/fixed-navbar/index.js +14 -20
  29. package/lib/form/index.js +638 -662
  30. package/lib/icon/angle-double-down-line.js +12 -14
  31. package/lib/icon/angle-double-left-line.js +12 -14
  32. package/lib/icon/angle-double-left.js +12 -14
  33. package/lib/icon/angle-double-right-line.js +12 -14
  34. package/lib/icon/angle-double-right.js +12 -14
  35. package/lib/icon/angle-double-up-line.js +12 -14
  36. package/lib/icon/angle-down-fill.js +12 -14
  37. package/lib/icon/angle-down-line.js +12 -14
  38. package/lib/icon/angle-down.js +12 -14
  39. package/lib/icon/angle-left.js +12 -14
  40. package/lib/icon/angle-right.js +12 -14
  41. package/lib/icon/angle-up-fill.js +12 -14
  42. package/lib/icon/angle-up.js +12 -14
  43. package/lib/icon/archive-fill.js +12 -14
  44. package/lib/icon/arrows-left.js +12 -14
  45. package/lib/icon/arrows-right.js +12 -14
  46. package/lib/icon/assistant.js +12 -14
  47. package/lib/icon/audio-fill.js +12 -14
  48. package/lib/icon/bk.js +12 -14
  49. package/lib/icon/circle.js +12 -14
  50. package/lib/icon/close-line.js +12 -14
  51. package/lib/icon/close.js +12 -14
  52. package/lib/icon/code.js +12 -14
  53. package/lib/icon/cog-shape.js +12 -14
  54. package/lib/icon/collapse-left.js +12 -14
  55. package/lib/icon/copy-shape.js +12 -14
  56. package/lib/icon/copy.js +12 -14
  57. package/lib/icon/data-shape.js +12 -14
  58. package/lib/icon/del.js +12 -14
  59. package/lib/icon/doc-fill.js +12 -14
  60. package/lib/icon/done.js +12 -14
  61. package/lib/icon/down-shape.js +12 -14
  62. package/lib/icon/down-small.js +12 -14
  63. package/lib/icon/edit-line.js +12 -14
  64. package/lib/icon/ellipsis.js +12 -14
  65. package/lib/icon/enlarge-line.js +12 -14
  66. package/lib/icon/error.js +12 -14
  67. package/lib/icon/excel-fill.js +12 -14
  68. package/lib/icon/exclamation-circle-shape.js +12 -14
  69. package/lib/icon/eye.js +12 -14
  70. package/lib/icon/filliscreen-line.js +12 -14
  71. package/lib/icon/fix-line.js +12 -14
  72. package/lib/icon/fix-shape.js +12 -14
  73. package/lib/icon/folder-open.js +12 -14
  74. package/lib/icon/folder-shape-open.js +12 -14
  75. package/lib/icon/folder-shape.js +12 -14
  76. package/lib/icon/folder.js +12 -14
  77. package/lib/icon/funnel.js +12 -14
  78. package/lib/icon/grag-fill.js +12 -14
  79. package/lib/icon/help-document-fill.js +12 -14
  80. package/lib/icon/help-fill.js +12 -14
  81. package/lib/icon/help.js +12 -14
  82. package/lib/icon/image-fill.js +12 -14
  83. package/lib/icon/img-error.js +12 -14
  84. package/lib/icon/img-placehoulder.js +12 -14
  85. package/lib/icon/info-line.js +12 -14
  86. package/lib/icon/info.js +12 -14
  87. package/lib/icon/left-shape.js +12 -14
  88. package/lib/icon/left-turn-line.js +12 -14
  89. package/lib/icon/loading.js +12 -14
  90. package/lib/icon/narrow-line.js +12 -14
  91. package/lib/icon/original.js +12 -14
  92. package/lib/icon/pdf-fill.js +12 -14
  93. package/lib/icon/play-shape.js +12 -14
  94. package/lib/icon/plus.js +12 -14
  95. package/lib/icon/ppt-fill.js +12 -14
  96. package/lib/icon/qq.js +12 -14
  97. package/lib/icon/right-shape.js +12 -14
  98. package/lib/icon/right-turn-line.js +12 -14
  99. package/lib/icon/search.js +12 -14
  100. package/lib/icon/share.js +12 -14
  101. package/lib/icon/spinner.js +12 -14
  102. package/lib/icon/success.js +12 -14
  103. package/lib/icon/switcher-loading.js +12 -14
  104. package/lib/icon/text-all.js +12 -14
  105. package/lib/icon/text-file.js +12 -14
  106. package/lib/icon/text-fill.js +12 -14
  107. package/lib/icon/transfer.js +12 -14
  108. package/lib/icon/tree-application-shape.js +12 -14
  109. package/lib/icon/unfull-screen.js +12 -14
  110. package/lib/icon/unvisible.js +12 -14
  111. package/lib/icon/up-shape.js +12 -14
  112. package/lib/icon/upload.js +12 -14
  113. package/lib/icon/video-fill.js +12 -14
  114. package/lib/icon/warn.js +12 -14
  115. package/lib/icon/weixin-pro.js +12 -14
  116. package/lib/icon/weixin.js +12 -14
  117. package/lib/image/index.js +324 -340
  118. package/lib/index.js +1 -1
  119. package/lib/info-box/index.js +87 -101
  120. package/lib/input/index.js +327 -342
  121. package/lib/input/input.d.ts +4 -4
  122. package/lib/link/index.js +18 -26
  123. package/lib/loading/index.js +19 -25
  124. package/lib/locale/index.js +3 -3
  125. package/lib/menu/index.js +32 -40
  126. package/lib/message/index.js +41 -47
  127. package/lib/modal/index.js +29 -39
  128. package/lib/navigation/index.js +19 -27
  129. package/lib/notify/index.js +27 -37
  130. package/lib/overflow-title/index.js +29 -41
  131. package/lib/pagination/index.js +46 -62
  132. package/lib/pop-confirm/index.js +33 -49
  133. package/lib/popover/index.js +345 -361
  134. package/lib/popover2/index.js +10 -14
  135. package/lib/process/index.js +74 -78
  136. package/lib/progress/index.js +20 -26
  137. package/lib/radio/index.js +31 -39
  138. package/lib/rate/index.js +19 -25
  139. package/lib/resize-layout/index.js +22 -30
  140. package/lib/scrollbar/index.js +25 -25
  141. package/lib/search-select/index.js +509 -531
  142. package/lib/select/index.js +543 -585
  143. package/lib/shared/index.js +49 -57
  144. package/lib/sideslider/index.js +81 -91
  145. package/lib/slider/index.js +75 -85
  146. package/lib/steps/index.js +72 -78
  147. package/lib/swiper/index.js +18 -24
  148. package/lib/switcher/index.js +22 -30
  149. package/lib/tab/index.js +321 -335
  150. package/lib/table/index.js +602 -660
  151. package/lib/table-column/index.js +9 -13
  152. package/lib/tag/index.js +26 -36
  153. package/lib/tag-input/index.js +348 -374
  154. package/lib/time-picker/index.js +9 -13
  155. package/lib/timeline/index.js +15 -21
  156. package/lib/transfer/index.js +40 -56
  157. package/lib/tree/index.d.ts +4 -0
  158. package/lib/tree/index.js +123 -123
  159. package/lib/tree/props.d.ts +1 -0
  160. package/lib/tree/tree.css +18 -0
  161. package/lib/tree/tree.d.ts +2 -0
  162. package/lib/tree/tree.less +24 -0
  163. package/lib/tree/tree.variable.css +18 -0
  164. package/lib/tree/use-node-action.d.ts +1 -1
  165. package/lib/upload/index.js +562 -574
  166. package/lib/virtual-render/index.js +43 -55
  167. package/package.json +1 -1
@@ -35,28 +35,26 @@ __webpack_require__.d(__webpack_exports__, {
35
35
  "default": () => (/* binding */ src)
36
36
  });
37
37
 
38
- ;// external "../shared"
39
- var x = (y) => {
40
- var x = {}; __webpack_require__.d(x, y); return x
41
- }
42
- var y = (x) => (() => (x))
43
- const shared_namespaceObject = x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["resolveClassName"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName), ["withInstall"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall) });
44
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
38
+ ;// CONCATENATED MODULE: external "../shared"
39
+ var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
40
+ var y = x => () => x
41
+ const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["resolveClassName"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.resolveClassName, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstall });
42
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
45
43
  function _arrayLikeToArray(arr, len) {
46
44
  if (len == null || len > arr.length) len = arr.length;
47
45
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
48
46
  return arr2;
49
47
  }
50
- ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
48
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
51
49
 
52
50
  function _arrayWithoutHoles(arr) {
53
51
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
54
52
  }
55
- ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
53
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
56
54
  function _iterableToArray(iter) {
57
55
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
58
56
  }
59
- ;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
57
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
60
58
 
61
59
  function _unsupportedIterableToArray(o, minLen) {
62
60
  if (!o) return;
@@ -66,11 +64,11 @@ function _unsupportedIterableToArray(o, minLen) {
66
64
  if (n === "Map" || n === "Set") return Array.from(o);
67
65
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
68
66
  }
69
- ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
67
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
70
68
  function _nonIterableSpread() {
71
69
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
72
70
  }
73
- ;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
71
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
74
72
 
75
73
 
76
74
 
@@ -78,7 +76,7 @@ function _nonIterableSpread() {
78
76
  function _toConsumableArray(arr) {
79
77
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
80
78
  }
81
- ;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
79
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
82
80
  function _typeof(o) {
83
81
  "@babel/helpers - typeof";
84
82
 
@@ -88,7 +86,7 @@ function _typeof(o) {
88
86
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
89
87
  }, _typeof(o);
90
88
  }
91
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
89
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
92
90
 
93
91
  function toPrimitive(t, r) {
94
92
  if ("object" != _typeof(t) || !t) return t;
@@ -100,14 +98,14 @@ function toPrimitive(t, r) {
100
98
  }
101
99
  return ("string" === r ? String : Number)(t);
102
100
  }
103
- ;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
101
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
104
102
 
105
103
 
106
104
  function toPropertyKey(t) {
107
105
  var i = toPrimitive(t, "string");
108
106
  return "symbol" == _typeof(i) ? i : String(i);
109
107
  }
110
- ;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
108
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
111
109
 
112
110
  function _defineProperty(obj, key, value) {
113
111
  key = toPropertyKey(key);
@@ -123,31 +121,23 @@ function _defineProperty(obj, key, value) {
123
121
  }
124
122
  return obj;
125
123
  }
126
- ;// external "vue"
127
- var external_vue_x = (y) => {
128
- var x = {}; __webpack_require__.d(x, y); return x
129
- }
130
- var external_vue_y = (x) => (() => (x))
131
- const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.computed), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["onMounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onMounted), ["onUnmounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onUnmounted), ["reactive"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.reactive), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch) });
132
- ;// external "../config-provider"
133
- var config_provider_x = (y) => {
134
- var x = {}; __webpack_require__.d(x, y); return x
135
- }
136
- var config_provider_y = (x) => (() => (x))
137
- const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
138
- ;// external "../scrollbar"
139
- var scrollbar_x = (y) => {
140
- var x = {}; __webpack_require__.d(x, y); return x
141
- }
142
- var scrollbar_y = (x) => (() => (x))
143
- const scrollbar_namespaceObject = scrollbar_x({ ["VirtualElement"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_scrollbar_918447d0__.VirtualElement), ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_scrollbar_918447d0__["default"]) });
144
- ;// external "vue-types"
145
- var external_vue_types_x = (y) => {
146
- var x = {}; __webpack_require__.d(x, y); return x
147
- }
148
- var external_vue_types_y = (x) => (() => (x))
149
- const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType) });
150
- ;// ../../packages/virtual-render/src/props.ts
124
+ ;// CONCATENATED MODULE: external "vue"
125
+ var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
126
+ var external_vue_y = x => () => x
127
+ const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["onUnmounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onUnmounted, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch });
128
+ ;// CONCATENATED MODULE: external "../config-provider"
129
+ var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
130
+ var config_provider_y = x => () => x
131
+ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
132
+ ;// CONCATENATED MODULE: external "../scrollbar"
133
+ var scrollbar_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
134
+ var scrollbar_y = x => () => x
135
+ const scrollbar_namespaceObject = scrollbar_x({ ["VirtualElement"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_scrollbar_918447d0__.VirtualElement, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_scrollbar_918447d0__["default"] });
136
+ ;// CONCATENATED MODULE: external "vue-types"
137
+ var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
138
+ var external_vue_types_y = x => () => x
139
+ const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
140
+ ;// CONCATENATED MODULE: ../../packages/virtual-render/src/props.ts
151
141
 
152
142
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
153
143
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -279,7 +269,7 @@ var virtualRenderProps = _objectSpread({
279
269
  */
280
270
  autoIndex: shared_namespaceObject.PropTypes.bool.def(true)
281
271
  }, EventProps);
282
- ;// ../../packages/virtual-render/src/use-fix-top.tsx
272
+ ;// CONCATENATED MODULE: ../../packages/virtual-render/src/use-fix-top.tsx
283
273
  /*
284
274
  * Tencent is pleased to support the open source community by making
285
275
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -338,7 +328,7 @@ var virtualRenderProps = _objectSpread({
338
328
  fixToTop: fixToTop
339
329
  };
340
330
  });
341
- ;// ../../packages/virtual-render/src/use-scrollbar.tsx
331
+ ;// CONCATENATED MODULE: ../../packages/virtual-render/src/use-scrollbar.tsx
342
332
  /*
343
333
  * Tencent is pleased to support the open source community by making
344
334
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -400,13 +390,13 @@ var virtualRenderProps = _objectSpread({
400
390
  updateScrollHeight: updateScrollHeight
401
391
  };
402
392
  });
403
- ;// ../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js
393
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/classCallCheck.js
404
394
  function _classCallCheck(instance, Constructor) {
405
395
  if (!(instance instanceof Constructor)) {
406
396
  throw new TypeError("Cannot call a class as a function");
407
397
  }
408
398
  }
409
- ;// ../../node_modules/@babel/runtime/helpers/esm/createClass.js
399
+ ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/createClass.js
410
400
 
411
401
  function _defineProperties(target, props) {
412
402
  for (var i = 0; i < props.length; i++) {
@@ -425,13 +415,11 @@ function _createClass(Constructor, protoProps, staticProps) {
425
415
  });
426
416
  return Constructor;
427
417
  }
428
- ;// external "lodash/throttle"
429
- var throttle_x = (y) => {
430
- var x = {}; __webpack_require__.d(x, y); return x
431
- }
432
- var throttle_y = (x) => (() => (x))
433
- const throttle_namespaceObject = throttle_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_throttle_a7b7506a__["default"]) });
434
- ;// ../../packages/virtual-render/src/v-virtual-render.ts
418
+ ;// CONCATENATED MODULE: external "lodash/throttle"
419
+ var throttle_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
420
+ var throttle_y = x => () => x
421
+ const throttle_namespaceObject = throttle_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_throttle_a7b7506a__["default"] });
422
+ ;// CONCATENATED MODULE: ../../packages/virtual-render/src/v-virtual-render.ts
435
423
 
436
424
 
437
425
 
@@ -665,7 +653,7 @@ var instance = null;
665
653
  }
666
654
  }
667
655
  });
668
- ;// ../../packages/virtual-render/src/use-tag-render.tsx
656
+ ;// CONCATENATED MODULE: ../../packages/virtual-render/src/use-tag-render.tsx
669
657
 
670
658
  function use_tag_render_ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
671
659
  function use_tag_render_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? use_tag_render_ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : use_tag_render_ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -784,7 +772,7 @@ function use_tag_render_objectSpread(e) { for (var r = 1; r < arguments.length;
784
772
  }
785
773
  };
786
774
  });
787
- ;// ../../packages/virtual-render/src/virtual-render.tsx
775
+ ;// CONCATENATED MODULE: ../../packages/virtual-render/src/virtual-render.tsx
788
776
 
789
777
 
790
778
 
@@ -1152,7 +1140,7 @@ function virtual_render_objectSpread(e) { for (var r = 1; r < arguments.length;
1152
1140
  };
1153
1141
  }
1154
1142
  }));
1155
- ;// ../../packages/virtual-render/src/index.ts
1143
+ ;// CONCATENATED MODULE: ../../packages/virtual-render/src/index.ts
1156
1144
  /*
1157
1145
  * Tencent is pleased to support the open source community by making
1158
1146
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.2-beta.8",
3
+ "version": "2.0.2-beta.9",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",