bkui-vue 1.0.3-beta.60 → 1.0.3-beta.60.dialog.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 (178) hide show
  1. package/dist/index.cjs.js +50 -50
  2. package/dist/index.esm.js +9062 -8952
  3. package/dist/index.umd.js +50 -50
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/index.js +1 -1
  7. package/lib/alert/index.js +1 -1
  8. package/lib/animate-number/index.js +7 -8
  9. package/lib/badge/index.js +1 -1
  10. package/lib/breadcrumb/index.js +1 -1
  11. package/lib/button/index.js +1 -1
  12. package/lib/card/index.js +1 -1
  13. package/lib/cascader/index.js +38 -42
  14. package/lib/checkbox/index.js +6 -7
  15. package/lib/collapse/index.js +11 -12
  16. package/lib/collapse-transition/index.js +3 -4
  17. package/lib/color-picker/index.js +10 -13
  18. package/lib/config-provider/index.js +1 -1
  19. package/lib/container/index.js +10 -12
  20. package/lib/date-picker/index.js +1 -1
  21. package/lib/dialog/dialog.css +139 -77
  22. package/lib/dialog/dialog.d.ts +41 -121
  23. package/lib/dialog/dialog.less +10 -65
  24. package/lib/dialog/dialog.variable.css +139 -77
  25. package/lib/dialog/index.d.ts +105 -272
  26. package/lib/dialog/index.js +95 -104
  27. package/lib/dialog/props.d.ts +8 -48
  28. package/lib/directives/index.js +1 -1
  29. package/lib/divider/index.js +2 -3
  30. package/lib/dropdown/index.js +6 -8
  31. package/lib/exception/index.js +1 -1
  32. package/lib/fixed-navbar/index.js +2 -3
  33. package/lib/form/index.js +1 -1
  34. package/lib/icon/angle-double-down-line.js +1 -1
  35. package/lib/icon/angle-double-left-line.js +1 -1
  36. package/lib/icon/angle-double-left.js +1 -1
  37. package/lib/icon/angle-double-right-line.js +1 -1
  38. package/lib/icon/angle-double-right.js +1 -1
  39. package/lib/icon/angle-double-up-line.js +1 -1
  40. package/lib/icon/angle-down-fill.js +1 -1
  41. package/lib/icon/angle-down-line.js +1 -1
  42. package/lib/icon/angle-down.js +1 -1
  43. package/lib/icon/angle-left.js +1 -1
  44. package/lib/icon/angle-right.js +1 -1
  45. package/lib/icon/angle-up-fill.js +1 -1
  46. package/lib/icon/angle-up.js +1 -1
  47. package/lib/icon/archive-fill.js +1 -1
  48. package/lib/icon/arrows-left.js +1 -1
  49. package/lib/icon/arrows-right.js +1 -1
  50. package/lib/icon/assistant.js +1 -1
  51. package/lib/icon/audio-fill.js +1 -1
  52. package/lib/icon/bk.js +1 -1
  53. package/lib/icon/circle.js +1 -1
  54. package/lib/icon/close-line.js +1 -1
  55. package/lib/icon/close.js +1 -1
  56. package/lib/icon/code.js +1 -1
  57. package/lib/icon/cog-shape.js +1 -1
  58. package/lib/icon/collapse-left.js +1 -1
  59. package/lib/icon/copy-shape.js +1 -1
  60. package/lib/icon/copy.js +1 -1
  61. package/lib/icon/data-shape.js +1 -1
  62. package/lib/icon/del.js +1 -1
  63. package/lib/icon/doc-fill.js +1 -1
  64. package/lib/icon/done.js +1 -1
  65. package/lib/icon/down-shape.js +1 -1
  66. package/lib/icon/down-small.js +1 -1
  67. package/lib/icon/edit-line.js +1 -1
  68. package/lib/icon/ellipsis.js +1 -1
  69. package/lib/icon/enlarge-line.js +1 -1
  70. package/lib/icon/error.js +1 -1
  71. package/lib/icon/excel-fill.js +1 -1
  72. package/lib/icon/exclamation-circle-shape.js +1 -1
  73. package/lib/icon/eye.js +1 -1
  74. package/lib/icon/filliscreen-line.js +1 -1
  75. package/lib/icon/fix-line.js +1 -1
  76. package/lib/icon/fix-shape.js +1 -1
  77. package/lib/icon/folder-open.js +1 -1
  78. package/lib/icon/folder-shape-open.js +1 -1
  79. package/lib/icon/folder-shape.js +1 -1
  80. package/lib/icon/folder.js +1 -1
  81. package/lib/icon/funnel.js +1 -1
  82. package/lib/icon/grag-fill.js +1 -1
  83. package/lib/icon/help-document-fill.js +1 -1
  84. package/lib/icon/help-fill.js +1 -1
  85. package/lib/icon/help.js +1 -1
  86. package/lib/icon/image-fill.js +1 -1
  87. package/lib/icon/img-error.js +1 -1
  88. package/lib/icon/img-placehoulder.js +1 -1
  89. package/lib/icon/info-line.js +1 -1
  90. package/lib/icon/info.js +1 -1
  91. package/lib/icon/left-shape.js +1 -1
  92. package/lib/icon/left-turn-line.js +1 -1
  93. package/lib/icon/loading.js +1 -1
  94. package/lib/icon/narrow-line.js +1 -1
  95. package/lib/icon/original.js +1 -1
  96. package/lib/icon/pdf-fill.js +1 -1
  97. package/lib/icon/play-shape.js +1 -1
  98. package/lib/icon/plus.js +1 -1
  99. package/lib/icon/ppt-fill.js +1 -1
  100. package/lib/icon/qq.js +1 -1
  101. package/lib/icon/right-shape.js +1 -1
  102. package/lib/icon/right-turn-line.js +1 -1
  103. package/lib/icon/search.js +1 -1
  104. package/lib/icon/share.js +1 -1
  105. package/lib/icon/spinner.js +1 -1
  106. package/lib/icon/success.js +1 -1
  107. package/lib/icon/switcher-loading.js +1 -1
  108. package/lib/icon/text-all.js +1 -1
  109. package/lib/icon/text-file.js +1 -1
  110. package/lib/icon/text-fill.js +1 -1
  111. package/lib/icon/transfer.js +1 -1
  112. package/lib/icon/tree-application-shape.js +1 -1
  113. package/lib/icon/unfull-screen.js +1 -1
  114. package/lib/icon/unvisible.js +1 -1
  115. package/lib/icon/up-shape.js +1 -1
  116. package/lib/icon/upload.js +1 -1
  117. package/lib/icon/video-fill.js +1 -1
  118. package/lib/icon/warn.js +1 -1
  119. package/lib/icon/weixin-pro.js +1 -1
  120. package/lib/icon/weixin.js +1 -1
  121. package/lib/image/index.js +10 -11
  122. package/lib/info-box/index.d.ts +2 -2
  123. package/lib/info-box/index.js +316 -177
  124. package/lib/info-box/info-box.css +63 -7
  125. package/lib/info-box/info-box.d.ts +17 -16
  126. package/lib/info-box/info-box.less +76 -14
  127. package/lib/info-box/info-box.variable.css +63 -7
  128. package/lib/info-box/render-component.d.ts +4 -0
  129. package/lib/input/index.js +4 -4
  130. package/lib/link/index.js +2 -2
  131. package/lib/loading/index.js +11 -12
  132. package/lib/menu/index.js +2 -3
  133. package/lib/message/index.js +1 -1
  134. package/lib/modal/index.d.ts +45 -325
  135. package/lib/modal/index.js +188 -667
  136. package/lib/modal/mask.d.ts +6 -0
  137. package/lib/modal/modal.css +131 -31
  138. package/lib/modal/modal.d.ts +16 -126
  139. package/lib/modal/modal.less +84 -28
  140. package/lib/modal/modal.variable.css +131 -31
  141. package/lib/modal/props.mixin.d.ts +2 -53
  142. package/lib/navigation/index.js +7 -9
  143. package/lib/notify/index.js +1 -1
  144. package/lib/overflow-title/index.js +9 -10
  145. package/lib/pagination/index.js +1 -1
  146. package/lib/plugin-popover/index.js +26 -30
  147. package/lib/pop-confirm/index.js +4 -5
  148. package/lib/popover/index.js +26 -30
  149. package/lib/popover2/index.js +2 -2
  150. package/lib/process/index.js +4 -4
  151. package/lib/progress/index.js +5 -6
  152. package/lib/radio/index.js +6 -7
  153. package/lib/rate/index.js +1 -1
  154. package/lib/resize-layout/index.js +1 -1
  155. package/lib/search-select/index.js +12 -15
  156. package/lib/select/index.js +4 -4
  157. package/lib/shared/index.d.ts +0 -1
  158. package/lib/shared/index.js +6 -56
  159. package/lib/sideslider/index.d.ts +31 -222
  160. package/lib/sideslider/index.js +53 -40
  161. package/lib/sideslider/sideslider.css +4 -42
  162. package/lib/sideslider/sideslider.d.ts +14 -105
  163. package/lib/sideslider/sideslider.less +13 -58
  164. package/lib/sideslider/sideslider.variable.css +4 -42
  165. package/lib/slider/index.js +19 -20
  166. package/lib/steps/index.js +4 -4
  167. package/lib/swiper/index.js +1 -1
  168. package/lib/switcher/index.js +1 -1
  169. package/lib/tab/index.js +3 -4
  170. package/lib/table/index.js +6 -8
  171. package/lib/table-column/index.js +1 -1
  172. package/lib/tag/index.js +1 -1
  173. package/lib/tag-input/index.js +3 -4
  174. package/lib/tree/index.js +10 -12
  175. package/lib/upload/index.js +4 -4
  176. package/lib/virtual-render/index.js +2 -3
  177. package/package.json +1 -1
  178. package/lib/shared/mask.d.ts +0 -11
@@ -122,7 +122,7 @@ function _regeneratorRuntime() {
122
122
  function makeInvokeMethod(e, r, n) {
123
123
  var o = h;
124
124
  return function (i, a) {
125
- if (o === f) throw new Error("Generator is already running");
125
+ if (o === f) throw Error("Generator is already running");
126
126
  if (o === s) {
127
127
  if ("throw" === i) throw a;
128
128
  return {
@@ -264,7 +264,7 @@ function _regeneratorRuntime() {
264
264
  } else if (c) {
265
265
  if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
266
266
  } else {
267
- if (!u) throw new Error("try statement without catch or finally");
267
+ if (!u) throw Error("try statement without catch or finally");
268
268
  if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
269
269
  }
270
270
  }
@@ -304,7 +304,7 @@ function _regeneratorRuntime() {
304
304
  return o;
305
305
  }
306
306
  }
307
- throw new Error("illegal catch attempt");
307
+ throw Error("illegal catch attempt");
308
308
  },
309
309
  delegateYield: function delegateYield(e, r, n) {
310
310
  return this.delegate = {
@@ -517,8 +517,7 @@ const popover_less_namespaceObject = popover_less_x({ });
517
517
 
518
518
 
519
519
 
520
-
521
- /* harmony default export */ const slider_button = ((0,external_vue_namespaceObject.defineComponent)({
520
+ /* harmony default export */ const slider_button = (defineComponent({
522
521
  name: 'SliderButton',
523
522
  props: {
524
523
  modelValue: {
@@ -535,18 +534,18 @@ const popover_less_namespaceObject = popover_less_x({ });
535
534
  emits: ['emitChange', 'resetSize', 'update:modelValue'],
536
535
  setup: function setup(props, _ref) {
537
536
  var emit = _ref.emit;
538
- var dragging = (0,external_vue_namespaceObject.ref)(false);
539
- var isClick = (0,external_vue_namespaceObject.ref)(false);
540
- var startY = (0,external_vue_namespaceObject.ref)(0);
541
- var startX = (0,external_vue_namespaceObject.ref)(0);
542
- var startPosition = (0,external_vue_namespaceObject.ref)(0);
543
- var newPosition = (0,external_vue_namespaceObject.ref)(null);
544
- var oldValue = (0,external_vue_namespaceObject.ref)(props.modelValue);
545
- var currentY = (0,external_vue_namespaceObject.ref)(0);
546
- var currentX = (0,external_vue_namespaceObject.ref)(0);
547
- var isMove = (0,external_vue_namespaceObject.ref)(false);
548
- var button = (0,external_vue_namespaceObject.ref)(null);
549
- var tip = (0,external_vue_namespaceObject.computed)(function () {
537
+ var dragging = ref(false);
538
+ var isClick = ref(false);
539
+ var startY = ref(0);
540
+ var startX = ref(0);
541
+ var startPosition = ref(0);
542
+ var newPosition = ref(null);
543
+ var oldValue = ref(props.modelValue);
544
+ var currentY = ref(0);
545
+ var currentX = ref(0);
546
+ var isMove = ref(false);
547
+ var button = ref(null);
548
+ var tip = computed(function () {
550
549
  var _props$params$customC, _props$params;
551
550
  var tip = '';
552
551
  if ((_props$params$customC = props.params.customContent) !== null && _props$params$customC !== void 0 && _props$params$customC[props.modelValue]) {
@@ -565,17 +564,17 @@ const popover_less_namespaceObject = popover_less_x({ });
565
564
  placement: placement
566
565
  };
567
566
  });
568
- var currentPosition = (0,external_vue_namespaceObject.computed)(function () {
567
+ var currentPosition = computed(function () {
569
568
  return "".concat((props.modelValue - props.params.minValue) / (props.params.maxValue - props.params.minValue) * 100, "%");
570
569
  });
571
- var wrapperStyle = (0,external_vue_namespaceObject.computed)(function () {
570
+ var wrapperStyle = computed(function () {
572
571
  return props.params.vertical ? {
573
572
  bottom: currentPosition.value
574
573
  } : {
575
574
  left: currentPosition.value
576
575
  };
577
576
  });
578
- var buttonLabel = (0,external_vue_namespaceObject.computed)(function () {
577
+ var buttonLabel = computed(function () {
579
578
  return props.params.formatterButtonLabel(props.modelValue);
580
579
  });
581
580
  var onButtonDown = function onButtonDown(event) {
@@ -120,7 +120,7 @@ function _regeneratorRuntime() {
120
120
  function makeInvokeMethod(e, r, n) {
121
121
  var o = h;
122
122
  return function (i, a) {
123
- if (o === f) throw new Error("Generator is already running");
123
+ if (o === f) throw Error("Generator is already running");
124
124
  if (o === s) {
125
125
  if ("throw" === i) throw a;
126
126
  return {
@@ -262,7 +262,7 @@ function _regeneratorRuntime() {
262
262
  } else if (c) {
263
263
  if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
264
264
  } else {
265
- if (!u) throw new Error("try statement without catch or finally");
265
+ if (!u) throw Error("try statement without catch or finally");
266
266
  if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
267
267
  }
268
268
  }
@@ -302,7 +302,7 @@ function _regeneratorRuntime() {
302
302
  return o;
303
303
  }
304
304
  }
305
- throw new Error("illegal catch attempt");
305
+ throw Error("illegal catch attempt");
306
306
  },
307
307
  delegateYield: function delegateYield(e, r, n) {
308
308
  return this.delegate = {
@@ -452,7 +452,7 @@ function toPrimitive(t, r) {
452
452
 
453
453
  function toPropertyKey(t) {
454
454
  var i = toPrimitive(t, "string");
455
- return "symbol" == _typeof(i) ? i : String(i);
455
+ return "symbol" == _typeof(i) ? i : i + "";
456
456
  }
457
457
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
458
458
 
@@ -63,7 +63,7 @@ function toPrimitive(t, r) {
63
63
 
64
64
  function toPropertyKey(t) {
65
65
  var i = toPrimitive(t, "string");
66
- return "symbol" == _typeof(i) ? i : String(i);
66
+ return "symbol" == _typeof(i) ? i : i + "";
67
67
  }
68
68
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
69
69
 
@@ -64,7 +64,7 @@ function toPrimitive(t, r) {
64
64
 
65
65
  function toPropertyKey(t) {
66
66
  var i = toPrimitive(t, "string");
67
- return "symbol" == _typeof(i) ? i : String(i);
67
+ return "symbol" == _typeof(i) ? i : i + "";
68
68
  }
69
69
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
70
70
 
package/lib/tab/index.js CHANGED
@@ -70,7 +70,7 @@ function toPrimitive(t, r) {
70
70
 
71
71
  function toPropertyKey(t) {
72
72
  var i = toPrimitive(t, "string");
73
- return "symbol" == _typeof(i) ? i : String(i);
73
+ return "symbol" == _typeof(i) ? i : i + "";
74
74
  }
75
75
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
76
76
 
@@ -865,8 +865,7 @@ function tab_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
865
865
  */
866
866
 
867
867
 
868
-
869
- /* harmony default export */ const tab_panel = ((0,external_vue_namespaceObject.defineComponent)({
868
+ /* harmony default export */ const tab_panel = (defineComponent({
870
869
  name: 'TabPanel',
871
870
  props: tabPanelProps,
872
871
  render: function render() {
@@ -878,7 +877,7 @@ function tab_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var
878
877
  return null;
879
878
  }
880
879
  if (typeof _this.panel === 'function') {
881
- return _this.panel(external_vue_namespaceObject.h);
880
+ return _this.panel(h);
882
881
  }
883
882
  if (typeof _this.$slots["default"] === 'function') {
884
883
  return _this.$slots["default"](null);
@@ -101,7 +101,7 @@ function toPrimitive(t, r) {
101
101
 
102
102
  function toPropertyKey(t) {
103
103
  var i = toPrimitive(t, "string");
104
- return "symbol" == typeof_typeof(i) ? i : String(i);
104
+ return "symbol" == typeof_typeof(i) ? i : i + "";
105
105
  }
106
106
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
107
107
 
@@ -1051,7 +1051,7 @@ var BkTableCache = /*#__PURE__*/function () {
1051
1051
  defineProperty_defineProperty(this, "defKey", Symbol('bk-table-cache-def-key'));
1052
1052
  this.storage = new WeakMap();
1053
1053
  }
1054
- _createClass(BkTableCache, [{
1054
+ return _createClass(BkTableCache, [{
1055
1055
  key: "queueStack",
1056
1056
  value: function queueStack(methodName) {
1057
1057
  var _target$methodName;
@@ -1085,7 +1085,6 @@ var BkTableCache = /*#__PURE__*/function () {
1085
1085
  }
1086
1086
  }
1087
1087
  }]);
1088
- return BkTableCache;
1089
1088
  }();
1090
1089
 
1091
1090
  ;// CONCATENATED MODULE: ../../packages/table/src/events.ts
@@ -4808,7 +4807,7 @@ const directives_namespaceObject = directives_x({ ["bkEllipsisInstance"]: () =>
4808
4807
  * IN THE SOFTWARE.
4809
4808
  */
4810
4809
 
4811
- /* harmony default export */ const table_row = ((0,external_vue_namespaceObject.defineComponent)({
4810
+ /* harmony default export */ const table_row = (defineComponent({
4812
4811
  name: 'TableRow',
4813
4812
  render: function render() {
4814
4813
  var _this$$slots$default, _this$$slots;
@@ -4854,8 +4853,7 @@ const exception_less_namespaceObject = exception_less_x({ });
4854
4853
 
4855
4854
 
4856
4855
 
4857
-
4858
- /* harmony default export */ const body_empty = ((0,external_vue_namespaceObject.defineComponent)({
4856
+ /* harmony default export */ const body_empty = (defineComponent({
4859
4857
  name: 'BodyEmpty',
4860
4858
  props: {
4861
4859
  list: shared_namespaceObject.PropTypes.array.def([]),
@@ -4865,13 +4863,13 @@ const exception_less_namespaceObject = exception_less_x({ });
4865
4863
  emits: ['change'],
4866
4864
  setup: function setup(props) {
4867
4865
  var t = (0,config_provider_namespaceObject.useLocale)('table');
4868
- var localEmptyText = (0,external_vue_namespaceObject.computed)(function () {
4866
+ var localEmptyText = computed(function () {
4869
4867
  if (props.emptyText === undefined) {
4870
4868
  return t.value.emptyText;
4871
4869
  }
4872
4870
  return props.emptyText;
4873
4871
  });
4874
- var type = (0,external_vue_namespaceObject.computed)(function () {
4872
+ var type = computed(function () {
4875
4873
  return props.list.length === 0 ? 'empty' : 'search-empty';
4876
4874
  });
4877
4875
  return function () {
@@ -62,7 +62,7 @@ function toPrimitive(t, r) {
62
62
 
63
63
  function toPropertyKey(t) {
64
64
  var i = toPrimitive(t, "string");
65
- return "symbol" == _typeof(i) ? i : String(i);
65
+ return "symbol" == _typeof(i) ? i : i + "";
66
66
  }
67
67
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
68
68
 
package/lib/tag/index.js CHANGED
@@ -65,7 +65,7 @@ function toPrimitive(t, r) {
65
65
 
66
66
  function toPropertyKey(t) {
67
67
  var i = toPrimitive(t, "string");
68
- return "symbol" == _typeof(i) ? i : String(i);
68
+ return "symbol" == _typeof(i) ? i : i + "";
69
69
  }
70
70
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
71
71
 
@@ -17424,7 +17424,7 @@ function toPrimitive(t, r) {
17424
17424
 
17425
17425
  function toPropertyKey(t) {
17426
17426
  var i = toPrimitive(t, "string");
17427
- return "symbol" == _typeof(i) ? i : String(i);
17427
+ return "symbol" == _typeof(i) ? i : i + "";
17428
17428
  }
17429
17429
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
17430
17430
 
@@ -17688,8 +17688,7 @@ var useTagsOverflow = function useTagsOverflow(tagInputRef, collapseTags, select
17688
17688
  */
17689
17689
 
17690
17690
 
17691
-
17692
- /* harmony default export */ const list_tag_render = ((0,external_vue_namespaceObject.defineComponent)({
17691
+ /* harmony default export */ const list_tag_render = (defineComponent({
17693
17692
  name: 'ListTagRender',
17694
17693
  props: {
17695
17694
  node: shared_namespaceObject.PropTypes.object,
@@ -17713,7 +17712,7 @@ var useTagsOverflow = function useTagsOverflow(tagInputRef, collapseTags, select
17713
17712
  return value;
17714
17713
  };
17715
17714
  if (this.tpl) {
17716
- return this.tpl(this.node, highlightKeyword, external_vue_namespaceObject.h, this);
17715
+ return this.tpl(this.node, highlightKeyword, h, this);
17717
17716
  }
17718
17717
  var displayText = this.node[this.displayKey];
17719
17718
  return (0,external_vue_namespaceObject.createVNode)("div", {
package/lib/tree/index.js CHANGED
@@ -47,7 +47,7 @@ const shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODUL
47
47
  ;// CONCATENATED MODULE: external "vue"
48
48
  var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
49
49
  var external_vue_y = x => () => x
50
- const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["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, ["toRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRef, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch });
50
+ const external_vue_namespaceObject = external_vue_x({ ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["onUnmounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onUnmounted, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["toRef"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRef, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch });
51
51
  ;// CONCATENATED MODULE: external "../config-provider"
52
52
  var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
53
53
  var config_provider_y = x => () => x
@@ -87,7 +87,7 @@ function toPrimitive(t, r) {
87
87
 
88
88
  function toPropertyKey(t) {
89
89
  var i = toPrimitive(t, "string");
90
- return "symbol" == _typeof(i) ? i : String(i);
90
+ return "symbol" == _typeof(i) ? i : i + "";
91
91
  }
92
92
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
93
93
 
@@ -1037,7 +1037,6 @@ var showCheckbox = function showCheckbox(props, node) {
1037
1037
 
1038
1038
 
1039
1039
  var use_node_action_this = undefined;
1040
-
1041
1040
  /*
1042
1041
  * Tencent is pleased to support the open source community by making
1043
1042
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -1128,7 +1127,7 @@ var use_node_action_this = undefined;
1128
1127
  className = val.className,
1129
1128
  text = val.text,
1130
1129
  style = val.style;
1131
- return (0,external_vue_namespaceObject.h)(node, {
1130
+ return h(node, {
1132
1131
  "class": className,
1133
1132
  style: style
1134
1133
  }, text);
@@ -1420,7 +1419,7 @@ var use_node_action_this = undefined;
1420
1419
  */
1421
1420
  if (getNodeAttr(resolvedItem, NODE_ATTRIBUTES.IS_ASYNC)) {
1422
1421
  asyncNodeClick(resolvedItem).then(function () {
1423
- (0,external_vue_namespaceObject.nextTick)(function () {
1422
+ nextTick(function () {
1424
1423
  nodeList.shift();
1425
1424
  setSelect(nodeList, selected, autoOpen);
1426
1425
  });
@@ -2372,8 +2371,7 @@ var use_tree_init_this = undefined;
2372
2371
 
2373
2372
 
2374
2373
 
2375
-
2376
- /* harmony default export */ const tree = ((0,external_vue_namespaceObject.defineComponent)({
2374
+ /* harmony default export */ const tree = (defineComponent({
2377
2375
  name: 'Tree',
2378
2376
  props: treeProps,
2379
2377
  emits: TreeEmitEventsType,
@@ -2398,7 +2396,7 @@ var use_tree_init_this = undefined;
2398
2396
  isSearchDisabled = _useSearch.isSearchDisabled,
2399
2397
  isTreeUI = _useSearch.isTreeUI,
2400
2398
  showChildNodes = _useSearch.showChildNodes;
2401
- var matchedNodePath = (0,external_vue_namespaceObject.reactive)([]);
2399
+ var matchedNodePath = reactive([]);
2402
2400
  var filterFn = function filterFn(item) {
2403
2401
  if (isSearchActive.value) {
2404
2402
  if (showChildNodes) {
@@ -2412,7 +2410,7 @@ var use_tree_init_this = undefined;
2412
2410
  return checkNodeIsOpen(item);
2413
2411
  };
2414
2412
  // 计算当前需要渲染的节点信息
2415
- var renderData = (0,external_vue_namespaceObject.computed)(function () {
2413
+ var renderData = computed(function () {
2416
2414
  return flatData.data.filter(function (item) {
2417
2415
  return filterFn(item);
2418
2416
  });
@@ -2439,14 +2437,14 @@ var use_tree_init_this = undefined;
2439
2437
  });
2440
2438
  });
2441
2439
  if (!isSearchDisabled) {
2442
- (0,external_vue_namespaceObject.watch)([refSearch], function () {
2440
+ watch([refSearch], function () {
2443
2441
  handleSearch();
2444
2442
  }, {
2445
2443
  deep: true,
2446
2444
  immediate: true
2447
2445
  });
2448
2446
  }
2449
- var root = (0,external_vue_namespaceObject.ref)();
2447
+ var root = ref();
2450
2448
  /**
2451
2449
  * 设置指定节点是否选中
2452
2450
  * @param item Node item | Node Id
@@ -2462,7 +2460,7 @@ var use_tree_init_this = undefined;
2462
2460
  var getData = function getData() {
2463
2461
  return flatData;
2464
2462
  };
2465
- (0,external_vue_namespaceObject.watch)(function () {
2463
+ watch(function () {
2466
2464
  return [props.checked];
2467
2465
  }, function () {
2468
2466
  setChecked(props.checked, true);
@@ -867,7 +867,7 @@ function _regeneratorRuntime() {
867
867
  function makeInvokeMethod(e, r, n) {
868
868
  var o = h;
869
869
  return function (i, a) {
870
- if (o === f) throw new Error("Generator is already running");
870
+ if (o === f) throw Error("Generator is already running");
871
871
  if (o === s) {
872
872
  if ("throw" === i) throw a;
873
873
  return {
@@ -1009,7 +1009,7 @@ function _regeneratorRuntime() {
1009
1009
  } else if (c) {
1010
1010
  if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
1011
1011
  } else {
1012
- if (!u) throw new Error("try statement without catch or finally");
1012
+ if (!u) throw Error("try statement without catch or finally");
1013
1013
  if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
1014
1014
  }
1015
1015
  }
@@ -1049,7 +1049,7 @@ function _regeneratorRuntime() {
1049
1049
  return o;
1050
1050
  }
1051
1051
  }
1052
- throw new Error("illegal catch attempt");
1052
+ throw Error("illegal catch attempt");
1053
1053
  },
1054
1054
  delegateYield: function delegateYield(e, r, n) {
1055
1055
  return this.delegate = {
@@ -1230,7 +1230,7 @@ function toPrimitive(t, r) {
1230
1230
 
1231
1231
  function toPropertyKey(t) {
1232
1232
  var i = toPrimitive(t, "string");
1233
- return "symbol" == _typeof(i) ? i : String(i);
1233
+ return "symbol" == _typeof(i) ? i : i + "";
1234
1234
  }
1235
1235
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
1236
1236
 
@@ -101,7 +101,7 @@ function toPrimitive(t, r) {
101
101
 
102
102
  function toPropertyKey(t) {
103
103
  var i = toPrimitive(t, "string");
104
- return "symbol" == _typeof(i) ? i : String(i);
104
+ return "symbol" == _typeof(i) ? i : i + "";
105
105
  }
106
106
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
107
107
 
@@ -420,7 +420,7 @@ var VisibleRender = /*#__PURE__*/function () {
420
420
  var throttleDelay = binding.value.throttleDelay;
421
421
  this.delay = throttleDelay;
422
422
  }
423
- _createClass(VisibleRender, [{
423
+ return _createClass(VisibleRender, [{
424
424
  key: "render",
425
425
  value: function render(e) {
426
426
  var _this$binding$value = this.binding.value,
@@ -477,7 +477,6 @@ var VisibleRender = /*#__PURE__*/function () {
477
477
  this.binding = binding;
478
478
  }
479
479
  }]);
480
- return VisibleRender;
481
480
  }();
482
481
  var instance = null;
483
482
  /* harmony default export */ const v_virtual_render = ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "1.0.3-beta.60",
3
+ "version": "1.0.3-beta.60.dialog.1",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",
@@ -1,11 +0,0 @@
1
- type IMaskOption = {
2
- el: HTMLElement;
3
- mask?: HTMLElement;
4
- backgroundColor?: string;
5
- showMask?: boolean;
6
- };
7
- export declare const mask: {
8
- showMask: (options: IMaskOption) => void;
9
- hideMask: (options: IMaskOption) => void;
10
- };
11
- export {};