bkui-vue 2.0.1-beta.112 → 2.0.1-beta.114

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 (159) hide show
  1. package/dist/index.cjs.js +1 -1
  2. package/dist/index.esm.js +1 -1
  3. package/dist/index.umd.js +1 -1
  4. package/lib/affix/index.js +30 -22
  5. package/lib/alert/index.js +30 -22
  6. package/lib/animate-number/index.js +14 -10
  7. package/lib/backtop/index.js +32 -22
  8. package/lib/badge/index.js +24 -18
  9. package/lib/breadcrumb/index.js +31 -23
  10. package/lib/button/index.js +36 -26
  11. package/lib/card/index.js +47 -33
  12. package/lib/cascader/index.js +91 -63
  13. package/lib/checkbox/index.js +44 -34
  14. package/lib/code-diff/index.js +83 -79
  15. package/lib/collapse/index.js +39 -33
  16. package/lib/collapse-transition/index.js +20 -14
  17. package/lib/color-picker/index.js +55 -41
  18. package/lib/config-provider/index.js +34 -26
  19. package/lib/container/index.js +27 -21
  20. package/lib/date-picker/index.js +90 -70
  21. package/lib/dialog/index.js +101 -87
  22. package/lib/directives/index.js +314 -306
  23. package/lib/divider/index.js +21 -15
  24. package/lib/dropdown/index.js +43 -31
  25. package/lib/exception/index.js +55 -49
  26. package/lib/fixed-navbar/index.js +20 -14
  27. package/lib/form/index.js +82 -60
  28. package/lib/icon/angle-double-down-line.js +14 -12
  29. package/lib/icon/angle-double-left-line.js +14 -12
  30. package/lib/icon/angle-double-left.js +14 -12
  31. package/lib/icon/angle-double-right-line.js +14 -12
  32. package/lib/icon/angle-double-right.js +14 -12
  33. package/lib/icon/angle-double-up-line.js +14 -12
  34. package/lib/icon/angle-down-fill.js +14 -12
  35. package/lib/icon/angle-down-line.js +14 -12
  36. package/lib/icon/angle-down.js +14 -12
  37. package/lib/icon/angle-left.js +14 -12
  38. package/lib/icon/angle-right.js +14 -12
  39. package/lib/icon/angle-up-fill.js +14 -12
  40. package/lib/icon/angle-up.js +14 -12
  41. package/lib/icon/archive-fill.js +14 -12
  42. package/lib/icon/arrows-left.js +14 -12
  43. package/lib/icon/arrows-right.js +14 -12
  44. package/lib/icon/assistant.js +14 -12
  45. package/lib/icon/audio-fill.js +14 -12
  46. package/lib/icon/bk.js +14 -12
  47. package/lib/icon/circle.js +14 -12
  48. package/lib/icon/close-line.js +14 -12
  49. package/lib/icon/close.js +14 -12
  50. package/lib/icon/code.js +14 -12
  51. package/lib/icon/cog-shape.js +14 -12
  52. package/lib/icon/collapse-left.js +14 -12
  53. package/lib/icon/copy-shape.js +14 -12
  54. package/lib/icon/copy.js +14 -12
  55. package/lib/icon/data-shape.js +14 -12
  56. package/lib/icon/del.js +14 -12
  57. package/lib/icon/doc-fill.js +14 -12
  58. package/lib/icon/done.js +14 -12
  59. package/lib/icon/down-shape.js +14 -12
  60. package/lib/icon/down-small.js +14 -12
  61. package/lib/icon/edit-line.js +14 -12
  62. package/lib/icon/ellipsis.js +14 -12
  63. package/lib/icon/enlarge-line.js +14 -12
  64. package/lib/icon/error.js +14 -12
  65. package/lib/icon/excel-fill.js +14 -12
  66. package/lib/icon/exclamation-circle-shape.js +14 -12
  67. package/lib/icon/eye.js +14 -12
  68. package/lib/icon/filliscreen-line.js +14 -12
  69. package/lib/icon/fix-line.js +14 -12
  70. package/lib/icon/fix-shape.js +14 -12
  71. package/lib/icon/folder-open.js +14 -12
  72. package/lib/icon/folder-shape-open.js +14 -12
  73. package/lib/icon/folder-shape.js +14 -12
  74. package/lib/icon/folder.js +14 -12
  75. package/lib/icon/funnel.js +14 -12
  76. package/lib/icon/grag-fill.js +14 -12
  77. package/lib/icon/help-document-fill.js +14 -12
  78. package/lib/icon/help-fill.js +14 -12
  79. package/lib/icon/help.js +14 -12
  80. package/lib/icon/image-fill.js +14 -12
  81. package/lib/icon/img-error.js +14 -12
  82. package/lib/icon/img-placehoulder.js +14 -12
  83. package/lib/icon/info-line.js +14 -12
  84. package/lib/icon/info.js +14 -12
  85. package/lib/icon/left-shape.js +14 -12
  86. package/lib/icon/left-turn-line.js +14 -12
  87. package/lib/icon/loading.js +14 -12
  88. package/lib/icon/narrow-line.js +14 -12
  89. package/lib/icon/original.js +14 -12
  90. package/lib/icon/pdf-fill.js +14 -12
  91. package/lib/icon/play-shape.js +14 -12
  92. package/lib/icon/plus.js +14 -12
  93. package/lib/icon/ppt-fill.js +14 -12
  94. package/lib/icon/qq.js +14 -12
  95. package/lib/icon/right-shape.js +14 -12
  96. package/lib/icon/right-turn-line.js +14 -12
  97. package/lib/icon/search.js +14 -12
  98. package/lib/icon/share.js +14 -12
  99. package/lib/icon/spinner.js +14 -12
  100. package/lib/icon/success.js +14 -12
  101. package/lib/icon/switcher-loading.js +14 -12
  102. package/lib/icon/text-all.js +14 -12
  103. package/lib/icon/text-file.js +14 -12
  104. package/lib/icon/text-fill.js +14 -12
  105. package/lib/icon/transfer.js +14 -12
  106. package/lib/icon/tree-application-shape.js +14 -12
  107. package/lib/icon/unfull-screen.js +14 -12
  108. package/lib/icon/unvisible.js +14 -12
  109. package/lib/icon/up-shape.js +14 -12
  110. package/lib/icon/upload.js +14 -12
  111. package/lib/icon/video-fill.js +14 -12
  112. package/lib/icon/warn.js +14 -12
  113. package/lib/icon/weixin-pro.js +14 -12
  114. package/lib/icon/weixin.js +14 -12
  115. package/lib/image/index.js +50 -36
  116. package/lib/index.js +1 -1
  117. package/lib/info-box/index.js +101 -87
  118. package/lib/input/index.js +45 -35
  119. package/lib/link/index.js +26 -18
  120. package/lib/loading/index.js +25 -19
  121. package/lib/locale/index.js +3 -3
  122. package/lib/menu/index.js +40 -32
  123. package/lib/message/index.js +47 -41
  124. package/lib/modal/index.js +39 -29
  125. package/lib/navigation/index.js +27 -19
  126. package/lib/notify/index.js +37 -27
  127. package/lib/overflow-title/index.js +41 -29
  128. package/lib/pagination/index.js +62 -46
  129. package/lib/plugin-popover/index.js +7 -5
  130. package/lib/plugins/index.js +7 -5
  131. package/lib/pop-confirm/index.js +49 -33
  132. package/lib/popover/index.js +73 -59
  133. package/lib/popover2/index.js +14 -10
  134. package/lib/process/index.js +78 -74
  135. package/lib/progress/index.js +26 -20
  136. package/lib/radio/index.js +39 -31
  137. package/lib/rate/index.js +25 -19
  138. package/lib/resize-layout/index.js +30 -22
  139. package/lib/scrollbar/index.js +25 -25
  140. package/lib/search-select/index.js +128 -110
  141. package/lib/select/index.js +182 -144
  142. package/lib/shared/index.js +57 -49
  143. package/lib/sideslider/index.js +89 -79
  144. package/lib/slider/index.js +85 -75
  145. package/lib/steps/index.js +78 -72
  146. package/lib/swiper/index.js +24 -18
  147. package/lib/switcher/index.js +30 -22
  148. package/lib/tab/index.js +51 -39
  149. package/lib/table/index.js +257 -203
  150. package/lib/table-column/index.js +13 -9
  151. package/lib/tag/index.js +36 -26
  152. package/lib/tag-input/index.js +96 -70
  153. package/lib/time-picker/index.js +13 -9
  154. package/lib/timeline/index.js +21 -15
  155. package/lib/transfer/index.js +56 -40
  156. package/lib/tree/index.js +100 -76
  157. package/lib/upload/index.js +584 -572
  158. package/lib/virtual-render/index.js +55 -43
  159. package/package.json +1 -1
@@ -31,10 +31,48 @@ import "../input/input.less";
31
31
  import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__ from "../icon/";
32
32
  /******/ var __webpack_modules__ = ({
33
33
 
34
- /***/ 7609:
34
+ /***/ 4319:
35
+ /***/ ((module) => {
36
+
37
+ function _typeof(o) {
38
+ "@babel/helpers - typeof";
39
+
40
+ return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
41
+ return typeof o;
42
+ } : function (o) {
43
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
44
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
45
+ }
46
+ module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
47
+
48
+ /***/ }),
49
+
50
+ /***/ 5799:
51
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
52
+
53
+ // TODO(Babel 8): Remove this file.
54
+
55
+ var runtime = __webpack_require__(7048)();
56
+ module.exports = runtime;
57
+
58
+ // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
59
+ try {
60
+ regeneratorRuntime = runtime;
61
+ } catch (accidentalStrictMode) {
62
+ if (typeof globalThis === "object") {
63
+ globalThis.regeneratorRuntime = runtime;
64
+ } else {
65
+ Function("r", "regeneratorRuntime = r")(runtime);
66
+ }
67
+ }
68
+
69
+
70
+ /***/ }),
71
+
72
+ /***/ 7048:
35
73
  /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
36
74
 
37
- var _typeof = (__webpack_require__(7425)["default"]);
75
+ var _typeof = (__webpack_require__(4319)["default"]);
38
76
  function _regeneratorRuntime() {
39
77
  "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
40
78
  module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
@@ -339,44 +377,6 @@ function _regeneratorRuntime() {
339
377
  }
340
378
  module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
341
379
 
342
- /***/ }),
343
-
344
- /***/ 7425:
345
- /***/ ((module) => {
346
-
347
- function _typeof(o) {
348
- "@babel/helpers - typeof";
349
-
350
- return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
351
- return typeof o;
352
- } : function (o) {
353
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
354
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
355
- }
356
- module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
357
-
358
- /***/ }),
359
-
360
- /***/ 2841:
361
- /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
362
-
363
- // TODO(Babel 8): Remove this file.
364
-
365
- var runtime = __webpack_require__(7609)();
366
- module.exports = runtime;
367
-
368
- // Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
369
- try {
370
- regeneratorRuntime = runtime;
371
- } catch (accidentalStrictMode) {
372
- if (typeof globalThis === "object") {
373
- globalThis.regeneratorRuntime = runtime;
374
- } else {
375
- Function("r", "regeneratorRuntime = r")(runtime);
376
- }
377
- }
378
-
379
-
380
380
  /***/ })
381
381
 
382
382
  /******/ });
@@ -449,8 +449,6 @@ try {
449
449
  /******/
450
450
  /************************************************************************/
451
451
  var __webpack_exports__ = {};
452
- // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
453
- (() => {
454
452
 
455
453
  // EXPORTS
456
454
  __webpack_require__.d(__webpack_exports__, {
@@ -459,23 +457,29 @@ __webpack_require__.d(__webpack_exports__, {
459
457
  "default": () => (/* binding */ src)
460
458
  });
461
459
 
462
- ;// CONCATENATED MODULE: external "../shared"
463
- var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
464
- var y = x => () => x
465
- const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes, ["RenderType"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.RenderType, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes, ["hasOverflowEllipsis"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.hasOverflowEllipsis, ["isElement"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.isElement, ["throttle"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.throttle, ["withInstallProps"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps });
466
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
460
+ ;// external "../shared"
461
+ var x = (y) => {
462
+ var x = {}; __webpack_require__.d(x, y); return x
463
+ }
464
+ var y = (x) => (() => (x))
465
+ const shared_namespaceObject = x({ ["PropTypes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.PropTypes), ["RenderType"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.RenderType), ["classes"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.classes), ["hasOverflowEllipsis"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.hasOverflowEllipsis), ["isElement"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.isElement), ["throttle"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.throttle), ["withInstallProps"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_shared_edbdfb03__.withInstallProps) });
466
+ ;// ../../node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js
467
467
  function _objectDestructuringEmpty(obj) {
468
468
  if (obj == null) throw new TypeError("Cannot destructure " + obj);
469
469
  }
470
- ;// CONCATENATED MODULE: external "vue"
471
- var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
472
- var external_vue_y = x => () => x
473
- const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createTextVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["getCurrentInstance"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance, ["h"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.h, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["isProxy"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isProxy, ["isRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isRef, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["onUnmounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onUnmounted, ["provide"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.provide, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["toRaw"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRaw, ["toRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRef, ["unref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.unref, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
474
- ;// CONCATENATED MODULE: external "lodash/isEqual"
475
- var isEqual_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
476
- var isEqual_y = x => () => x
477
- const isEqual_namespaceObject = isEqual_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isEqual_ce045a54__["default"] });
478
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
470
+ ;// external "vue"
471
+ var external_vue_x = (y) => {
472
+ var x = {}; __webpack_require__.d(x, y); return x
473
+ }
474
+ var external_vue_y = (x) => (() => (x))
475
+ const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.Fragment), ["computed"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.computed), ["createTextVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createTextVNode), ["createVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.createVNode), ["defineComponent"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.defineComponent), ["getCurrentInstance"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance), ["h"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.h), ["inject"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.inject), ["isProxy"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.isProxy), ["isRef"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.isRef), ["isVNode"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.isVNode), ["mergeProps"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.mergeProps), ["nextTick"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.nextTick), ["onBeforeUnmount"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount), ["onMounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onMounted), ["onUnmounted"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.onUnmounted), ["provide"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.provide), ["reactive"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.reactive), ["ref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.ref), ["resolveDirective"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective), ["toRaw"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.toRaw), ["toRef"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.toRef), ["unref"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.unref), ["watch"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.watch), ["withDirectives"]: () => (__WEBPACK_EXTERNAL_MODULE_vue__.withDirectives) });
476
+ ;// external "lodash/isEqual"
477
+ var isEqual_x = (y) => {
478
+ var x = {}; __webpack_require__.d(x, y); return x
479
+ }
480
+ var isEqual_y = (x) => (() => (x))
481
+ const isEqual_namespaceObject = isEqual_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isEqual_ce045a54__["default"]) });
482
+ ;// ../../node_modules/@babel/runtime/helpers/esm/typeof.js
479
483
  function typeof_typeof(o) {
480
484
  "@babel/helpers - typeof";
481
485
 
@@ -485,7 +489,7 @@ function typeof_typeof(o) {
485
489
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
486
490
  }, typeof_typeof(o);
487
491
  }
488
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
492
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
489
493
 
490
494
  function toPrimitive(t, r) {
491
495
  if ("object" != typeof_typeof(t) || !t) return t;
@@ -497,14 +501,14 @@ function toPrimitive(t, r) {
497
501
  }
498
502
  return ("string" === r ? String : Number)(t);
499
503
  }
500
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
504
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
501
505
 
502
506
 
503
507
  function toPropertyKey(t) {
504
508
  var i = toPrimitive(t, "string");
505
509
  return "symbol" == typeof_typeof(i) ? i : String(i);
506
510
  }
507
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
511
+ ;// ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
508
512
 
509
513
  function defineProperty_defineProperty(obj, key, value) {
510
514
  key = toPropertyKey(key);
@@ -520,7 +524,7 @@ function defineProperty_defineProperty(obj, key, value) {
520
524
  }
521
525
  return obj;
522
526
  }
523
- ;// CONCATENATED MODULE: ../../packages/table/src/const.ts
527
+ ;// ../../packages/table/src/const.ts
524
528
 
525
529
  /*
526
530
  * Tencent is pleased to support the open source community by making
@@ -686,11 +690,13 @@ var CHECK_ALL_OBJ = {};
686
690
  * 是否设置了colspan或者rowspan
687
691
  */
688
692
  var NEED_COL_ROW_SPAN = {};
689
- ;// CONCATENATED MODULE: external "vue-types"
690
- var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
691
- var external_vue_types_y = x => () => x
692
- const external_vue_types_namespaceObject = external_vue_types_x({ ["string"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.string, ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
693
- ;// CONCATENATED MODULE: ../../packages/table/src/props.ts
693
+ ;// external "vue-types"
694
+ var external_vue_types_x = (y) => {
695
+ var x = {}; __webpack_require__.d(x, y); return x
696
+ }
697
+ var external_vue_types_y = (x) => (() => (x))
698
+ const external_vue_types_namespaceObject = external_vue_types_x({ ["string"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.string), ["toType"]: () => (__WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType) });
699
+ ;// ../../packages/table/src/props.ts
694
700
 
695
701
 
696
702
 
@@ -1085,7 +1091,7 @@ var tableProps = {
1085
1091
  }
1086
1092
  })
1087
1093
  };
1088
- ;// CONCATENATED MODULE: ../../packages/table/src/components/table-column.tsx
1094
+ ;// ../../packages/table/src/components/table-column.tsx
1089
1095
 
1090
1096
  /*
1091
1097
  * Tencent is pleased to support the open source community by making
@@ -1188,19 +1194,25 @@ var TableColumnProp = {
1188
1194
  }
1189
1195
  }
1190
1196
  }));
1191
- ;// CONCATENATED MODULE: external "../directives"
1192
- var directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1193
- var directives_y = x => () => x
1194
- const directives_namespaceObject = directives_x({ ["bkEllipsisInstance"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__.bkEllipsisInstance, ["bkTooltips"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__.bkTooltips });
1195
- ;// CONCATENATED MODULE: external "lodash/debounce"
1196
- var debounce_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1197
- var debounce_y = x => () => x
1198
- const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"] });
1199
- ;// CONCATENATED MODULE: external "lodash/isElement"
1200
- var isElement_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1201
- var isElement_y = x => () => x
1202
- const isElement_namespaceObject = isElement_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isElement_e6b2a6ce__["default"] });
1203
- ;// CONCATENATED MODULE: ../../packages/table/src/events.ts
1197
+ ;// external "../directives"
1198
+ var directives_x = (y) => {
1199
+ var x = {}; __webpack_require__.d(x, y); return x
1200
+ }
1201
+ var directives_y = (x) => (() => (x))
1202
+ const directives_namespaceObject = directives_x({ ["bkEllipsisInstance"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__.bkEllipsisInstance), ["bkTooltips"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_directives_45d4776f__.bkTooltips) });
1203
+ ;// external "lodash/debounce"
1204
+ var debounce_x = (y) => {
1205
+ var x = {}; __webpack_require__.d(x, y); return x
1206
+ }
1207
+ var debounce_y = (x) => (() => (x))
1208
+ const debounce_namespaceObject = debounce_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_debounce_3540babe__["default"]) });
1209
+ ;// external "lodash/isElement"
1210
+ var isElement_x = (y) => {
1211
+ var x = {}; __webpack_require__.d(x, y); return x
1212
+ }
1213
+ var isElement_y = (x) => (() => (x))
1214
+ const isElement_namespaceObject = isElement_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isElement_e6b2a6ce__["default"]) });
1215
+ ;// ../../packages/table/src/events.ts
1204
1216
 
1205
1217
  var _EMIT_EVENT_TYPES;
1206
1218
  /*
@@ -1296,11 +1308,13 @@ var EVENT_DRAGEND_FN = function EVENT_DRAGEND_FN(_args) {
1296
1308
  };
1297
1309
  var EMIT_EVENT_TYPES = (_EMIT_EVENT_TYPES = {}, defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(_EMIT_EVENT_TYPES, EMIT_EVENTS.COLUMN_PICK, EVENT_COL_PICK), EMIT_EVENTS.COLUMN_FILTER, EVENT_COL_FILTER), EMIT_EVENTS.COLUMN_SORT, EVENT_COL_SORT), EMIT_EVENTS.COLUMN_FILTER_SAVE, EVENT_COL_FILTER_SAVE), EMIT_EVENTS.ROW_CLICK, EVENT_MOUSE_FN), EMIT_EVENTS.ROW_DBL_CLICK, EVENT_MOUSE_FN), EMIT_EVENTS.ROW_EXPAND_CLICK, EVENT_EXPAND_FN), EMIT_EVENTS.ROW_SELECT, EVENT_ROW_SELECT_FN), EMIT_EVENTS.ROW_SELECT_ALL, EVENT_ROW_SELECT_ALL_FN), EMIT_EVENTS.ROW_SELECT_CHANGE, EVENT_ROW_SELECT_CHANGE_FN), defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(defineProperty_defineProperty(_EMIT_EVENT_TYPES, EMIT_EVENTS.PAGE_LIMIT_CHANGE, EVENT_PAGE_FN), EMIT_EVENTS.PAGE_VALUE_CHANGE, EVENT_PAGE_FN), EMIT_EVENTS.SETTING_CHANGE, EVENT_SETTING_FN), EMIT_EVENTS.SCROLL_BOTTOM, EVENT_SCROLL_FN), EMIT_EVENTS.CELL_CLICK, EVENT_CELL_FN), EMIT_EVENTS.CELL_DBL_CLICK, EVENT_CELL_FN), EMIT_EVENTS.ROW_MOUSE_ENTER, EVENT_MOUSE_FN), EMIT_EVENTS.ROW_MOUSE_LEAVE, EVENT_MOUSE_FN), EMIT_EVENTS.DRAG_END, EVENT_DRAGEND_FN));
1298
1310
  var CELL_EVENT_TYPES = defineProperty_defineProperty(defineProperty_defineProperty({}, EMIT_EVENTS.NATIVE_CLICK, EVENT_MOUSE_FN), EMIT_EVENTS.NATIVE_DBL_CLICK, EVENT_MOUSE_FN);
1299
- ;// CONCATENATED MODULE: external "lodash/throttle"
1300
- var throttle_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1301
- var throttle_y = x => () => x
1302
- const throttle_namespaceObject = throttle_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_throttle_a7b7506a__["default"] });
1303
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-column-resize.tsx
1311
+ ;// external "lodash/throttle"
1312
+ var throttle_x = (y) => {
1313
+ var x = {}; __webpack_require__.d(x, y); return x
1314
+ }
1315
+ var throttle_y = (x) => (() => (x))
1316
+ const throttle_namespaceObject = throttle_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_throttle_a7b7506a__["default"]) });
1317
+ ;// ../../packages/table/src/hooks/use-column-resize.tsx
1304
1318
 
1305
1319
  /*
1306
1320
  * Tencent is pleased to support the open source community by making
@@ -1528,12 +1542,12 @@ const throttle_namespaceObject = throttle_x({ ["default"]: () => __WEBPACK_EXTER
1528
1542
  dragOffsetX: dragOffsetX
1529
1543
  };
1530
1544
  });
1531
- ;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/native.js
1545
+ ;// ../../node_modules/uuid/dist/esm-browser/native.js
1532
1546
  const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
1533
1547
  /* harmony default export */ const esm_browser_native = ({
1534
1548
  randomUUID
1535
1549
  });
1536
- ;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/rng.js
1550
+ ;// ../../node_modules/uuid/dist/esm-browser/rng.js
1537
1551
  // Unique ID creation requires a high quality random # generator. In the browser we therefore
1538
1552
  // require the crypto API and do not support built-in fallback to lower quality random number
1539
1553
  // generators (like Math.random()).
@@ -1552,7 +1566,7 @@ function rng() {
1552
1566
 
1553
1567
  return getRandomValues(rnds8);
1554
1568
  }
1555
- ;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/stringify.js
1569
+ ;// ../../node_modules/uuid/dist/esm-browser/stringify.js
1556
1570
 
1557
1571
  /**
1558
1572
  * Convert array of 16 byte values to UUID string format of the form:
@@ -1586,7 +1600,7 @@ function stringify(arr, offset = 0) {
1586
1600
  }
1587
1601
 
1588
1602
  /* harmony default export */ const esm_browser_stringify = ((/* unused pure expression or super */ null && (stringify)));
1589
- ;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/v4.js
1603
+ ;// ../../node_modules/uuid/dist/esm-browser/v4.js
1590
1604
 
1591
1605
 
1592
1606
 
@@ -1616,7 +1630,7 @@ function v4(options, buf, offset) {
1616
1630
  }
1617
1631
 
1618
1632
  /* harmony default export */ const esm_browser_v4 = (v4);
1619
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-column-template.tsx
1633
+ ;// ../../packages/table/src/hooks/use-column-template.tsx
1620
1634
 
1621
1635
 
1622
1636
  /*
@@ -1757,22 +1771,22 @@ function v4(options, buf, offset) {
1757
1771
  resolveColumns: resolveColumns
1758
1772
  };
1759
1773
  });
1760
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1774
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
1761
1775
  function _arrayLikeToArray(arr, len) {
1762
1776
  if (len == null || len > arr.length) len = arr.length;
1763
1777
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
1764
1778
  return arr2;
1765
1779
  }
1766
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1780
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
1767
1781
 
1768
1782
  function _arrayWithoutHoles(arr) {
1769
1783
  if (Array.isArray(arr)) return _arrayLikeToArray(arr);
1770
1784
  }
1771
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1785
+ ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArray.js
1772
1786
  function _iterableToArray(iter) {
1773
1787
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
1774
1788
  }
1775
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1789
+ ;// ../../node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
1776
1790
 
1777
1791
  function _unsupportedIterableToArray(o, minLen) {
1778
1792
  if (!o) return;
@@ -1782,11 +1796,11 @@ function _unsupportedIterableToArray(o, minLen) {
1782
1796
  if (n === "Map" || n === "Set") return Array.from(o);
1783
1797
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
1784
1798
  }
1785
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1799
+ ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
1786
1800
  function _nonIterableSpread() {
1787
1801
  throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1788
1802
  }
1789
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1803
+ ;// ../../node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
1790
1804
 
1791
1805
 
1792
1806
 
@@ -1794,15 +1808,19 @@ function _nonIterableSpread() {
1794
1808
  function _toConsumableArray(arr) {
1795
1809
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1796
1810
  }
1797
- ;// CONCATENATED MODULE: external "../config-provider"
1798
- var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1799
- var config_provider_y = x => () => x
1800
- const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix });
1801
- ;// CONCATENATED MODULE: external "lodash/get"
1802
- var get_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1803
- var get_y = x => () => x
1804
- const get_namespaceObject = get_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_get_9427f899__["default"] });
1805
- ;// CONCATENATED MODULE: ../../node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js
1811
+ ;// external "../config-provider"
1812
+ var config_provider_x = (y) => {
1813
+ var x = {}; __webpack_require__.d(x, y); return x
1814
+ }
1815
+ var config_provider_y = (x) => (() => (x))
1816
+ const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.useLocale), ["usePrefix"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.usePrefix) });
1817
+ ;// external "lodash/get"
1818
+ var get_x = (y) => {
1819
+ var x = {}; __webpack_require__.d(x, y); return x
1820
+ }
1821
+ var get_y = (x) => (() => (x))
1822
+ const get_namespaceObject = get_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_get_9427f899__["default"]) });
1823
+ ;// ../../node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js
1806
1824
  /**
1807
1825
  * A collection of shims that provide minimal functionality of the ES6 collections.
1808
1826
  *
@@ -2732,7 +2750,7 @@ var index = (function () {
2732
2750
 
2733
2751
  /* harmony default export */ const ResizeObserver_es = (index);
2734
2752
 
2735
- ;// CONCATENATED MODULE: ../../packages/table/src/utils.tsx
2753
+ ;// ../../packages/table/src/utils.tsx
2736
2754
 
2737
2755
 
2738
2756
 
@@ -3259,7 +3277,7 @@ var getNumberOrPercentValue = function getNumberOrPercentValue(val, parentVal) {
3259
3277
  }
3260
3278
  return null;
3261
3279
  };
3262
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-columns.tsx
3280
+ ;// ../../packages/table/src/hooks/use-columns.tsx
3263
3281
 
3264
3282
 
3265
3283
  var use_columns_this = undefined;
@@ -3937,7 +3955,7 @@ var useColumns = function useColumns(props) {
3937
3955
  };
3938
3956
  };
3939
3957
  /* harmony default export */ const use_columns = (useColumns);
3940
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-draggable.tsx
3958
+ ;// ../../packages/table/src/hooks/use-draggable.tsx
3941
3959
  /*
3942
3960
  * Tencent is pleased to support the open source community by making
3943
3961
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -4086,7 +4104,7 @@ var useColumns = function useColumns(props) {
4086
4104
  onDragend: onDragend
4087
4105
  };
4088
4106
  });
4089
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-fixed-column.tsx
4107
+ ;// ../../packages/table/src/hooks/use-fixed-column.tsx
4090
4108
 
4091
4109
  /*
4092
4110
  * Tencent is pleased to support the open source community by making
@@ -4191,15 +4209,19 @@ var useColumns = function useColumns(props) {
4191
4209
  resolveFixedColumnStyle: resolveFixedColumnStyle
4192
4210
  };
4193
4211
  });
4194
- ;// CONCATENATED MODULE: external "../virtual-render"
4195
- var virtual_render_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
4196
- var virtual_render_y = x => () => x
4197
- const virtual_render_namespaceObject = virtual_render_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_virtual_render_927587a8__["default"] });
4198
- ;// CONCATENATED MODULE: external "../virtual-render/virtual-render.less"
4199
- var virtual_render_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
4200
- var virtual_render_less_y = x => () => x
4212
+ ;// external "../virtual-render"
4213
+ var virtual_render_x = (y) => {
4214
+ var x = {}; __webpack_require__.d(x, y); return x
4215
+ }
4216
+ var virtual_render_y = (x) => (() => (x))
4217
+ const virtual_render_namespaceObject = virtual_render_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_virtual_render_927587a8__["default"]) });
4218
+ ;// external "../virtual-render/virtual-render.less"
4219
+ var virtual_render_less_x = (y) => {
4220
+ var x = {}; __webpack_require__.d(x, y); return x
4221
+ }
4222
+ var virtual_render_less_y = (x) => (() => (x))
4201
4223
  const virtual_render_less_namespaceObject = virtual_render_less_x({ });
4202
- ;// CONCATENATED MODULE: ../../packages/table/src/components/ghost-body.tsx
4224
+ ;// ../../packages/table/src/components/ghost-body.tsx
4203
4225
 
4204
4226
  /*
4205
4227
  * Tencent is pleased to support the open source community by making
@@ -4244,15 +4266,19 @@ const virtual_render_less_namespaceObject = virtual_render_less_x({ });
4244
4266
  };
4245
4267
  }
4246
4268
  }));
4247
- ;// CONCATENATED MODULE: external "../loading"
4248
- var loading_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
4249
- var loading_y = x => () => x
4250
- const loading_namespaceObject = loading_x({ ["BkLoadingMode"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__.BkLoadingMode, ["BkLoadingSize"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__.BkLoadingSize, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__["default"] });
4251
- ;// CONCATENATED MODULE: external "../loading/loading.less"
4252
- var loading_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
4253
- var loading_less_y = x => () => x
4269
+ ;// external "../loading"
4270
+ var loading_x = (y) => {
4271
+ var x = {}; __webpack_require__.d(x, y); return x
4272
+ }
4273
+ var loading_y = (x) => (() => (x))
4274
+ const loading_namespaceObject = loading_x({ ["BkLoadingMode"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__.BkLoadingMode), ["BkLoadingSize"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__.BkLoadingSize), ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_loading_dcf0e69a__["default"]) });
4275
+ ;// external "../loading/loading.less"
4276
+ var loading_less_x = (y) => {
4277
+ var x = {}; __webpack_require__.d(x, y); return x
4278
+ }
4279
+ var loading_less_y = (x) => (() => (x))
4254
4280
  const loading_less_namespaceObject = loading_less_x({ });
4255
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-scroll-loading.tsx
4281
+ ;// ../../packages/table/src/hooks/use-scroll-loading.tsx
4256
4282
 
4257
4283
 
4258
4284
  /*
@@ -4330,7 +4356,7 @@ const loading_less_namespaceObject = loading_less_x({ });
4330
4356
  renderScrollLoading: renderScrollLoading
4331
4357
  };
4332
4358
  });
4333
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-layout.tsx
4359
+ ;// ../../packages/table/src/hooks/use-layout.tsx
4334
4360
 
4335
4361
 
4336
4362
 
@@ -4681,7 +4707,7 @@ function use_layout_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
4681
4707
  refFooter: refFooter
4682
4708
  };
4683
4709
  });
4684
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-observer-resize.tsx
4710
+ ;// ../../packages/table/src/hooks/use-observer-resize.tsx
4685
4711
 
4686
4712
  /*
4687
4713
  * Tencent is pleased to support the open source community by making
@@ -4740,7 +4766,7 @@ function use_layout_objectSpread(e) { for (var r = 1; r < arguments.length; r++)
4740
4766
  instance: instance
4741
4767
  };
4742
4768
  });
4743
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-pagination.tsx
4769
+ ;// ../../packages/table/src/hooks/use-pagination.tsx
4744
4770
 
4745
4771
  /*
4746
4772
  * Tencent is pleased to support the open source community by making
@@ -4841,23 +4867,31 @@ var usePagination = function usePagination(props) {
4841
4867
  };
4842
4868
  };
4843
4869
  /* harmony default export */ const use_pagination = (usePagination);
4844
- ;// CONCATENATED MODULE: external "../pagination"
4845
- var pagination_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
4846
- var pagination_y = x => () => x
4847
- const pagination_namespaceObject = pagination_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_pagination_95c6c47e__["default"] });
4848
- ;// CONCATENATED MODULE: external "../pagination/pagination.less"
4849
- var pagination_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
4850
- var pagination_less_y = x => () => x
4870
+ ;// external "../pagination"
4871
+ var pagination_x = (y) => {
4872
+ var x = {}; __webpack_require__.d(x, y); return x
4873
+ }
4874
+ var pagination_y = (x) => (() => (x))
4875
+ const pagination_namespaceObject = pagination_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_pagination_95c6c47e__["default"]) });
4876
+ ;// external "../pagination/pagination.less"
4877
+ var pagination_less_x = (y) => {
4878
+ var x = {}; __webpack_require__.d(x, y); return x
4879
+ }
4880
+ var pagination_less_y = (x) => (() => (x))
4851
4881
  const pagination_less_namespaceObject = pagination_less_x({ });
4852
- ;// CONCATENATED MODULE: external "../exception"
4853
- var exception_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
4854
- var exception_y = x => () => x
4855
- const exception_namespaceObject = exception_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_exception_7490d0fd__["default"] });
4856
- ;// CONCATENATED MODULE: external "../exception/exception.less"
4857
- var exception_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
4858
- var exception_less_y = x => () => x
4882
+ ;// external "../exception"
4883
+ var exception_x = (y) => {
4884
+ var x = {}; __webpack_require__.d(x, y); return x
4885
+ }
4886
+ var exception_y = (x) => (() => (x))
4887
+ const exception_namespaceObject = exception_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_exception_7490d0fd__["default"]) });
4888
+ ;// external "../exception/exception.less"
4889
+ var exception_less_x = (y) => {
4890
+ var x = {}; __webpack_require__.d(x, y); return x
4891
+ }
4892
+ var exception_less_y = (x) => (() => (x))
4859
4893
  const exception_less_namespaceObject = exception_less_x({ });
4860
- ;// CONCATENATED MODULE: ../../packages/table/src/components/body-empty.tsx
4894
+ ;// ../../packages/table/src/components/body-empty.tsx
4861
4895
 
4862
4896
  /*
4863
4897
  * Tencent is pleased to support the open source community by making
@@ -4917,7 +4951,7 @@ const exception_less_namespaceObject = exception_less_x({ });
4917
4951
  };
4918
4952
  }
4919
4953
  }));
4920
- ;// CONCATENATED MODULE: ../../packages/table/src/components/table-cell.tsx
4954
+ ;// ../../packages/table/src/components/table-cell.tsx
4921
4955
 
4922
4956
 
4923
4957
  /*
@@ -5207,7 +5241,7 @@ const exception_less_namespaceObject = exception_less_x({ });
5207
5241
  };
5208
5242
  }
5209
5243
  }));
5210
- ;// CONCATENATED MODULE: ../../packages/table/src/components/table-row.tsx
5244
+ ;// ../../packages/table/src/components/table-row.tsx
5211
5245
 
5212
5246
  /*
5213
5247
  * Tencent is pleased to support the open source community by making
@@ -5242,23 +5276,31 @@ const exception_less_namespaceObject = exception_less_x({ });
5242
5276
  return (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Fragment, null, [(_this$$slots$default = (_this$$slots = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots)]);
5243
5277
  }
5244
5278
  }));
5245
- ;// CONCATENATED MODULE: external "../checkbox"
5246
- var checkbox_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
5247
- var checkbox_y = x => () => x
5248
- const checkbox_namespaceObject = checkbox_x({ ["BkCheckboxGroup"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__.BkCheckboxGroup, ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"] });
5249
- ;// CONCATENATED MODULE: external "../checkbox/checkbox.less"
5250
- var checkbox_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
5251
- var checkbox_less_y = x => () => x
5279
+ ;// external "../checkbox"
5280
+ var checkbox_x = (y) => {
5281
+ var x = {}; __webpack_require__.d(x, y); return x
5282
+ }
5283
+ var checkbox_y = (x) => (() => (x))
5284
+ const checkbox_namespaceObject = checkbox_x({ ["BkCheckboxGroup"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__.BkCheckboxGroup), ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_checkbox_13b1cb4a__["default"]) });
5285
+ ;// external "../checkbox/checkbox.less"
5286
+ var checkbox_less_x = (y) => {
5287
+ var x = {}; __webpack_require__.d(x, y); return x
5288
+ }
5289
+ var checkbox_less_y = (x) => (() => (x))
5252
5290
  const checkbox_less_namespaceObject = checkbox_less_x({ });
5253
- ;// CONCATENATED MODULE: external "../icon"
5254
- var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
5255
- var icon_y = x => () => x
5256
- const icon_namespaceObject = icon_x({ ["DownShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.DownShape, ["Funnel"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Funnel, ["GragFill"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.GragFill, ["RightShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.RightShape });
5257
- ;// CONCATENATED MODULE: external "lodash/isEmpty"
5258
- var isEmpty_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
5259
- var isEmpty_y = x => () => x
5260
- const isEmpty_namespaceObject = isEmpty_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isEmpty_e109fd6b__["default"] });
5261
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-cell.tsx
5291
+ ;// external "../icon"
5292
+ var icon_x = (y) => {
5293
+ var x = {}; __webpack_require__.d(x, y); return x
5294
+ }
5295
+ var icon_y = (x) => (() => (x))
5296
+ const icon_namespaceObject = icon_x({ ["DownShape"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.DownShape), ["Funnel"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Funnel), ["GragFill"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.GragFill), ["RightShape"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.RightShape) });
5297
+ ;// external "lodash/isEmpty"
5298
+ var isEmpty_x = (y) => {
5299
+ var x = {}; __webpack_require__.d(x, y); return x
5300
+ }
5301
+ var isEmpty_y = (x) => (() => (x))
5302
+ const isEmpty_namespaceObject = isEmpty_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_lodash_isEmpty_e109fd6b__["default"]) });
5303
+ ;// ../../packages/table/src/hooks/use-cell.tsx
5262
5304
 
5263
5305
 
5264
5306
  /*
@@ -5522,15 +5564,19 @@ const isEmpty_namespaceObject = isEmpty_x({ ["default"]: () => __WEBPACK_EXTERNA
5522
5564
  renderCell: renderCell
5523
5565
  };
5524
5566
  });
5525
- ;// CONCATENATED MODULE: external "../popover"
5526
- var popover_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
5527
- var popover_y = x => () => x
5528
- const popover_namespaceObject = popover_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"] });
5529
- ;// CONCATENATED MODULE: external "../popover/popover.less"
5530
- var popover_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
5531
- var popover_less_y = x => () => x
5567
+ ;// external "../popover"
5568
+ var popover_x = (y) => {
5569
+ var x = {}; __webpack_require__.d(x, y); return x
5570
+ }
5571
+ var popover_y = (x) => (() => (x))
5572
+ const popover_namespaceObject = popover_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_popover_9b03f19d__["default"]) });
5573
+ ;// external "../popover/popover.less"
5574
+ var popover_less_x = (y) => {
5575
+ var x = {}; __webpack_require__.d(x, y); return x
5576
+ }
5577
+ var popover_less_y = (x) => (() => (x))
5532
5578
  const popover_less_namespaceObject = popover_less_x({ });
5533
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
5579
+ ;// ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
5534
5580
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
5535
5581
  try {
5536
5582
  var info = gen[key](arg);
@@ -5562,25 +5608,33 @@ function _asyncToGenerator(fn) {
5562
5608
  };
5563
5609
  }
5564
5610
  // EXTERNAL MODULE: ../../node_modules/@babel/runtime/regenerator/index.js
5565
- var regenerator = __webpack_require__(2841);
5611
+ var regenerator = __webpack_require__(5799);
5566
5612
  var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
5567
- ;// CONCATENATED MODULE: external "../button"
5568
- var button_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
5569
- var button_y = x => () => x
5570
- const button_namespaceObject = button_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_button_a2ea7c9a__["default"] });
5571
- ;// CONCATENATED MODULE: external "../button/button.less"
5572
- var button_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
5573
- var button_less_y = x => () => x
5613
+ ;// external "../button"
5614
+ var button_x = (y) => {
5615
+ var x = {}; __webpack_require__.d(x, y); return x
5616
+ }
5617
+ var button_y = (x) => (() => (x))
5618
+ const button_namespaceObject = button_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_button_a2ea7c9a__["default"]) });
5619
+ ;// external "../button/button.less"
5620
+ var button_less_x = (y) => {
5621
+ var x = {}; __webpack_require__.d(x, y); return x
5622
+ }
5623
+ var button_less_y = (x) => (() => (x))
5574
5624
  const button_less_namespaceObject = button_less_x({ });
5575
- ;// CONCATENATED MODULE: external "../input"
5576
- var input_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
5577
- var input_y = x => () => x
5578
- const input_namespaceObject = input_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_input_d525237e__["default"] });
5579
- ;// CONCATENATED MODULE: external "../input/input.less"
5580
- var input_less_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
5581
- var input_less_y = x => () => x
5625
+ ;// external "../input"
5626
+ var input_x = (y) => {
5627
+ var x = {}; __webpack_require__.d(x, y); return x
5628
+ }
5629
+ var input_y = (x) => (() => (x))
5630
+ const input_namespaceObject = input_x({ ["default"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_input_d525237e__["default"]) });
5631
+ ;// external "../input/input.less"
5632
+ var input_less_x = (y) => {
5633
+ var x = {}; __webpack_require__.d(x, y); return x
5634
+ }
5635
+ var input_less_y = (x) => (() => (x))
5582
5636
  const input_less_namespaceObject = input_less_x({ });
5583
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-checkbox-tooltip.tsx
5637
+ ;// ../../packages/table/src/hooks/use-checkbox-tooltip.tsx
5584
5638
  var useCheckboxToolTip = function useCheckboxToolTip() {
5585
5639
  var renderDomStyles = function renderDomStyles(el) {
5586
5640
  var stylesSize = {
@@ -5673,7 +5727,7 @@ var useCheckboxToolTip = function useCheckboxToolTip() {
5673
5727
  };
5674
5728
  };
5675
5729
  /* harmony default export */ const use_checkbox_tooltip = (useCheckboxToolTip);
5676
- ;// CONCATENATED MODULE: ../../packages/table/src/plugins/head-filter.tsx
5730
+ ;// ../../packages/table/src/plugins/head-filter.tsx
5677
5731
 
5678
5732
 
5679
5733
 
@@ -6021,11 +6075,11 @@ var ROW_HEIGHT = 32;
6021
6075
  };
6022
6076
  }
6023
6077
  }));
6024
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
6078
+ ;// ../../node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
6025
6079
  function _arrayWithHoles(arr) {
6026
6080
  if (Array.isArray(arr)) return arr;
6027
6081
  }
6028
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
6082
+ ;// ../../node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
6029
6083
  function _iterableToArrayLimit(r, l) {
6030
6084
  var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
6031
6085
  if (null != t) {
@@ -6053,11 +6107,11 @@ function _iterableToArrayLimit(r, l) {
6053
6107
  return a;
6054
6108
  }
6055
6109
  }
6056
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
6110
+ ;// ../../node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
6057
6111
  function _nonIterableRest() {
6058
6112
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
6059
6113
  }
6060
- ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
6114
+ ;// ../../node_modules/@babel/runtime/helpers/esm/slicedToArray.js
6061
6115
 
6062
6116
 
6063
6117
 
@@ -6065,11 +6119,13 @@ function _nonIterableRest() {
6065
6119
  function _slicedToArray(arr, i) {
6066
6120
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
6067
6121
  }
6068
- ;// CONCATENATED MODULE: external "../icon/"
6069
- var _x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
6070
- var _y = x => () => x
6071
- const _namespaceObject = _x({ ["AngleDownFill"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.AngleDownFill, ["AngleUpFill"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.AngleUpFill, ["CloseLine"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.CloseLine, ["CogShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.CogShape });
6072
- ;// CONCATENATED MODULE: ../../packages/table/src/plugins/head-sort.tsx
6122
+ ;// external "../icon/"
6123
+ var _x = (y) => {
6124
+ var x = {}; __webpack_require__.d(x, y); return x
6125
+ }
6126
+ var _y = (x) => (() => (x))
6127
+ const _namespaceObject = _x({ ["AngleDownFill"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.AngleDownFill), ["AngleUpFill"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.AngleUpFill), ["CloseLine"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.CloseLine), ["CogShape"]: () => (__WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon__3efece53__.CogShape) });
6128
+ ;// ../../packages/table/src/plugins/head-sort.tsx
6073
6129
 
6074
6130
 
6075
6131
  /*
@@ -6168,7 +6224,7 @@ const _namespaceObject = _x({ ["AngleDownFill"]: () => __WEBPACK_EXTERNAL_MODULE
6168
6224
  };
6169
6225
  }
6170
6226
  }));
6171
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-head.tsx
6227
+ ;// ../../packages/table/src/hooks/use-head.tsx
6172
6228
 
6173
6229
  /*
6174
6230
  * Tencent is pleased to support the open source community by making
@@ -6489,7 +6545,7 @@ function use_head_isSlot(s) {
6489
6545
  getTH: getTH
6490
6546
  };
6491
6547
  });
6492
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-shift-key.tsx
6548
+ ;// ../../packages/table/src/hooks/use-shift-key.tsx
6493
6549
  /*
6494
6550
  * Tencent is pleased to support the open source community by making
6495
6551
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -6584,7 +6640,7 @@ var multiShiftKey = function multiShiftKey(props) {
6584
6640
  };
6585
6641
  };
6586
6642
  /* harmony default export */ const use_shift_key = (multiShiftKey);
6587
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-render.tsx
6643
+ ;// ../../packages/table/src/hooks/use-render.tsx
6588
6644
 
6589
6645
 
6590
6646
 
@@ -7039,7 +7095,7 @@ function use_render_isSlot(s) {
7039
7095
  setDragEvents: setDragEvents
7040
7096
  };
7041
7097
  });
7042
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-rows.tsx
7098
+ ;// ../../packages/table/src/hooks/use-rows.tsx
7043
7099
 
7044
7100
 
7045
7101
 
@@ -7390,7 +7446,7 @@ var useRows = function useRows(props) {
7390
7446
  };
7391
7447
  };
7392
7448
  /* harmony default export */ const use_rows = (useRows);
7393
- ;// CONCATENATED MODULE: ../../packages/table/src/hooks/use-settings.tsx
7449
+ ;// ../../packages/table/src/hooks/use-settings.tsx
7394
7450
 
7395
7451
 
7396
7452
 
@@ -7775,7 +7831,7 @@ var useSettings = function useSettings(props, ctx, columns, afterSetting) {
7775
7831
  };
7776
7832
  };
7777
7833
  /* harmony default export */ const use_settings = (useSettings);
7778
- ;// CONCATENATED MODULE: ../../packages/table/src/table.tsx
7834
+ ;// ../../packages/table/src/table.tsx
7779
7835
  /*
7780
7836
  * Tencent is pleased to support the open source community by making
7781
7837
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -8121,7 +8177,7 @@ var useSettings = function useSettings(props, ctx, columns, afterSetting) {
8121
8177
  };
8122
8178
  }
8123
8179
  }));
8124
- ;// CONCATENATED MODULE: ../../packages/table/src/index.ts
8180
+ ;// ../../packages/table/src/index.ts
8125
8181
 
8126
8182
 
8127
8183
 
@@ -8130,8 +8186,6 @@ var BkTable = (0,shared_namespaceObject.withInstallProps)(table, {
8130
8186
  });
8131
8187
  /* harmony default export */ const src = (BkTable);
8132
8188
 
8133
- })();
8134
-
8135
8189
  var __webpack_exports__BkTable = __webpack_exports__.BkTable;
8136
8190
  var __webpack_exports__BkTableColumn = __webpack_exports__.BkTableColumn;
8137
8191
  var __webpack_exports__default = __webpack_exports__["default"];