bkui-vue 1.0.3-beta.59 → 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 (187) hide show
  1. package/dist/index.cjs.js +51 -51
  2. package/dist/index.esm.js +10150 -10028
  3. package/dist/index.umd.js +51 -51
  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.d.ts +12 -6
  156. package/lib/search-select/index.js +331 -251
  157. package/lib/search-select/input.d.ts +2 -1
  158. package/lib/search-select/search-select.d.ts +4 -2
  159. package/lib/search-select/selected.d.ts +4 -2
  160. package/lib/search-select/utils.d.ts +6 -0
  161. package/lib/select/index.js +4 -4
  162. package/lib/shared/index.d.ts +0 -1
  163. package/lib/shared/index.js +6 -56
  164. package/lib/sideslider/index.d.ts +31 -222
  165. package/lib/sideslider/index.js +53 -40
  166. package/lib/sideslider/sideslider.css +4 -42
  167. package/lib/sideslider/sideslider.d.ts +14 -105
  168. package/lib/sideslider/sideslider.less +13 -58
  169. package/lib/sideslider/sideslider.variable.css +4 -42
  170. package/lib/slider/index.js +19 -20
  171. package/lib/steps/index.js +4 -4
  172. package/lib/swiper/index.js +1 -1
  173. package/lib/switcher/index.js +1 -1
  174. package/lib/tab/index.js +3 -4
  175. package/lib/table/index.js +6 -8
  176. package/lib/table-column/index.js +1 -1
  177. package/lib/tag/index.js +1 -1
  178. package/lib/tag-input/index.js +3 -4
  179. package/lib/tree/index.js +10 -12
  180. package/lib/upload/index.d.ts +12 -0
  181. package/lib/upload/index.js +25 -34
  182. package/lib/upload/props.d.ts +3 -0
  183. package/lib/upload/upload-trigger.d.ts +6 -0
  184. package/lib/upload/upload.d.ts +6 -0
  185. package/lib/virtual-render/index.js +2 -3
  186. package/package.json +1 -1
  187. package/lib/shared/mask.d.ts +0 -11
@@ -43,7 +43,7 @@ const shared_namespaceObject = x({ ["PlacementEnum"]: () => __WEBPACK_EXTERNAL_M
43
43
  ;// CONCATENATED MODULE: external "vue"
44
44
  var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
45
45
  var external_vue_y = x => () => x
46
- const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["Teleport"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Teleport, ["Text"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Text, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createApp"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createApp, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["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, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["toRefs"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.toRefs, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
46
+ const external_vue_namespaceObject = external_vue_x({ ["Fragment"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.Fragment, ["computed"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.computed, ["createApp"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createApp, ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode, ["mergeProps"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.mergeProps, ["reactive"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.reactive, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["resolveDirective"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.resolveDirective, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch, ["withDirectives"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.withDirectives });
47
47
  ;// CONCATENATED MODULE: ../../packages/directives/src/clickoutside.ts
48
48
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
49
49
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
@@ -202,8 +202,7 @@ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () =>
202
202
  * IN THE SOFTWARE.
203
203
  */
204
204
 
205
-
206
- /* harmony default export */ const src_arrow = ((0,external_vue_namespaceObject.defineComponent)({
205
+ /* harmony default export */ const src_arrow = (defineComponent({
207
206
  name: 'PopArrow',
208
207
  render: function render() {
209
208
  var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
@@ -241,7 +240,7 @@ function toPrimitive(t, r) {
241
240
 
242
241
  function toPropertyKey(t) {
243
242
  var i = toPrimitive(t, "string");
244
- return "symbol" == _typeof(i) ? i : String(i);
243
+ return "symbol" == _typeof(i) ? i : i + "";
245
244
  }
246
245
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
247
246
 
@@ -335,8 +334,7 @@ var EMIT_EVENT_TYPES = _defineProperty(_defineProperty(_defineProperty(_definePr
335
334
  */
336
335
 
337
336
 
338
-
339
- /* harmony default export */ const content = ((0,external_vue_namespaceObject.defineComponent)({
337
+ /* harmony default export */ const content = (defineComponent({
340
338
  name: 'PopContent',
341
339
  props: {
342
340
  width: shared_namespaceObject.PropTypes.oneOfType([shared_namespaceObject.PropTypes.string, shared_namespaceObject.PropTypes.number]).def('auto'),
@@ -354,7 +352,7 @@ var EMIT_EVENT_TYPES = _defineProperty(_defineProperty(_defineProperty(_definePr
354
352
  }
355
353
  return val;
356
354
  };
357
- var style = (0,external_vue_namespaceObject.computed)(function () {
355
+ var style = computed(function () {
358
356
  return {
359
357
  width: resolveValToPix(props.width),
360
358
  height: resolveValToPix(props.height),
@@ -362,8 +360,8 @@ var EMIT_EVENT_TYPES = _defineProperty(_defineProperty(_defineProperty(_definePr
362
360
  maxWidth: resolveValToPix(props.maxWidth)
363
361
  };
364
362
  });
365
- var refContent = (0,external_vue_namespaceObject.ref)(null);
366
- var refTimer = (0,external_vue_namespaceObject.ref)(null);
363
+ var refContent = ref(null);
364
+ var refTimer = ref(null);
367
365
  var resetPointerEvent = function resetPointerEvent() {
368
366
  var _props$eventDelay;
369
367
  if (props.eventDelay === 0) {
@@ -383,7 +381,7 @@ var EMIT_EVENT_TYPES = _defineProperty(_defineProperty(_defineProperty(_definePr
383
381
  };
384
382
  var _usePrefix = (0,config_provider_namespaceObject.usePrefix)(),
385
383
  resolveClassName = _usePrefix.resolveClassName;
386
- var contentClassName = (0,external_vue_namespaceObject.computed)(function () {
384
+ var contentClassName = computed(function () {
387
385
  return [resolveClassName('popover'), resolveClassName('pop2-content'), props.visible ? 'visible' : 'hidden', props.extCls];
388
386
  });
389
387
  return {
@@ -406,8 +404,8 @@ var EMIT_EVENT_TYPES = _defineProperty(_defineProperty(_defineProperty(_definePr
406
404
  _this$$slots3;
407
405
  var resolveContentStyle = function resolveContentStyle(slot) {
408
406
  var _slot$;
409
- if (external_vue_namespaceObject.Fragment === (slot === null || slot === void 0 || (_slot$ = slot[0]) === null || _slot$ === void 0 ? void 0 : _slot$.type)) {
410
- (0,external_vue_namespaceObject.nextTick)(function () {
407
+ if (Fragment === (slot === null || slot === void 0 || (_slot$ = slot[0]) === null || _slot$ === void 0 ? void 0 : _slot$.type)) {
408
+ nextTick(function () {
411
409
  _this.setContentPointerEvent('none');
412
410
  _this.resetPointerEvent();
413
411
  });
@@ -582,8 +580,7 @@ var PopoverProps = {
582
580
  * IN THE SOFTWARE.
583
581
  */
584
582
 
585
-
586
- /* harmony default export */ const root = ((0,external_vue_namespaceObject.defineComponent)({
583
+ /* harmony default export */ const root = (defineComponent({
587
584
  props: {
588
585
  "class": shared_namespaceObject.PropTypes.string.def(''),
589
586
  mode: shared_namespaceObject.PropTypes.string.def('')
@@ -3563,11 +3560,10 @@ var parentNodeReferId = null;
3563
3560
 
3564
3561
 
3565
3562
 
3566
-
3567
3563
  function _isSlot(s) {
3568
3564
  return typeof s === 'function' || Object.prototype.toString.call(s) === '[object Object]' && !(0,external_vue_namespaceObject.isVNode)(s);
3569
3565
  }
3570
- /* harmony default export */ const popover = ((0,external_vue_namespaceObject.defineComponent)({
3566
+ /* harmony default export */ const popover = (defineComponent({
3571
3567
  name: 'Popover',
3572
3568
  components: {
3573
3569
  // eslint-disable-next-line vue/no-reserved-component-names
@@ -3581,13 +3577,13 @@ function _isSlot(s) {
3581
3577
  props: PopoverProps,
3582
3578
  emits: EMIT_EVENT_TYPES,
3583
3579
  setup: function setup(props, ctx) {
3584
- var _toRefs = (0,external_vue_namespaceObject.toRefs)(props),
3580
+ var _toRefs = toRefs(props),
3585
3581
  reference = _toRefs.reference;
3586
- var refDefaultReference = (0,external_vue_namespaceObject.ref)();
3587
- var refContent = (0,external_vue_namespaceObject.ref)();
3588
- var refArrow = (0,external_vue_namespaceObject.ref)();
3589
- var refRoot = (0,external_vue_namespaceObject.ref)();
3590
- var refReference = (0,external_vue_namespaceObject.computed)(function () {
3582
+ var refDefaultReference = ref();
3583
+ var refContent = ref();
3584
+ var refArrow = ref();
3585
+ var refRoot = ref();
3586
+ var refReference = computed(function () {
3591
3587
  return reference.value || refDefaultReference.value;
3592
3588
  });
3593
3589
  var _usePopoverInit = use_popover_init(props, ctx, {
@@ -3612,7 +3608,7 @@ function _isSlot(s) {
3612
3608
  localIsShow = _usePopoverInit.localIsShow,
3613
3609
  boundary = _usePopoverInit.boundary;
3614
3610
  if (!props.always && !props.disabled) {
3615
- (0,external_vue_namespaceObject.watch)(function () {
3611
+ watch(function () {
3616
3612
  return props.isShow;
3617
3613
  }, function () {
3618
3614
  props.isShow ? showPopover() : hidePopover();
@@ -3620,7 +3616,7 @@ function _isSlot(s) {
3620
3616
  immediate: true
3621
3617
  });
3622
3618
  }
3623
- (0,external_vue_namespaceObject.watch)(function () {
3619
+ watch(function () {
3624
3620
  return [props.disabled];
3625
3621
  }, function (val) {
3626
3622
  if (val[0]) {
@@ -3630,9 +3626,9 @@ function _isSlot(s) {
3630
3626
  }
3631
3627
  });
3632
3628
  updateBoundary();
3633
- (0,external_vue_namespaceObject.onMounted)(onMountedFn);
3634
- (0,external_vue_namespaceObject.onBeforeUnmount)(onUnmountedFn);
3635
- var transBoundary = (0,external_vue_namespaceObject.computed)(function () {
3629
+ onMounted(onMountedFn);
3630
+ onBeforeUnmount(onUnmountedFn);
3631
+ var transBoundary = computed(function () {
3636
3632
  return localIsShow.value && !props.disableTeleport;
3637
3633
  });
3638
3634
  var show = function show() {
@@ -3641,7 +3637,7 @@ function _isSlot(s) {
3641
3637
  var hide = function hide() {
3642
3638
  hideFn();
3643
3639
  };
3644
- var contentIsShow = (0,external_vue_namespaceObject.computed)(function () {
3640
+ var contentIsShow = computed(function () {
3645
3641
  if (props.renderType === shared_namespaceObject.RenderType.AUTO) {
3646
3642
  return true;
3647
3643
  }
@@ -3686,7 +3682,7 @@ function _isSlot(s) {
3686
3682
  _this$$slots3;
3687
3683
  var renderReferSlot = function renderReferSlot(slot) {
3688
3684
  var _slot$;
3689
- if (external_vue_namespaceObject.Text === (slot === null || slot === void 0 || (_slot$ = slot[0]) === null || _slot$ === void 0 ? void 0 : _slot$.type)) {
3685
+ if (Text === (slot === null || slot === void 0 || (_slot$ = slot[0]) === null || _slot$ === void 0 ? void 0 : _slot$.type)) {
3690
3686
  return (0,external_vue_namespaceObject.createVNode)("span", null, [slot]);
3691
3687
  }
3692
3688
  return slot;
@@ -3701,7 +3697,7 @@ function _isSlot(s) {
3701
3697
  "default": function _default() {
3702
3698
  return [_slot];
3703
3699
  }
3704
- }), (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Teleport, {
3700
+ }), (0,external_vue_namespaceObject.createVNode)(Teleport, {
3705
3701
  "to": _this.boundary,
3706
3702
  "disabled": !_this.transBoundary
3707
3703
  }, {
@@ -37,7 +37,7 @@ const shared_namespaceObject = x({ ["withInstall"]: () => __WEBPACK_EXTERNAL_MOD
37
37
  ;// CONCATENATED MODULE: external "vue"
38
38
  var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
39
39
  var external_vue_y = x => () => x
40
- const external_vue_namespaceObject = external_vue_x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent });
40
+ const external_vue_namespaceObject = external_vue_x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode });
41
41
  ;// CONCATENATED MODULE: ../../packages/popover2/src/popover.tsx
42
42
 
43
43
  /*
@@ -66,7 +66,7 @@ const external_vue_namespaceObject = external_vue_x({ ["createVNode"]: () => __W
66
66
  * IN THE SOFTWARE.
67
67
  */
68
68
 
69
- /* harmony default export */ const popover = ((0,external_vue_namespaceObject.defineComponent)({
69
+ /* harmony default export */ const popover = (defineComponent({
70
70
  name: 'Popover2',
71
71
  setup: function setup() {
72
72
  return function () {
@@ -119,7 +119,7 @@ function _regeneratorRuntime() {
119
119
  function makeInvokeMethod(e, r, n) {
120
120
  var o = h;
121
121
  return function (i, a) {
122
- if (o === f) throw new Error("Generator is already running");
122
+ if (o === f) throw Error("Generator is already running");
123
123
  if (o === s) {
124
124
  if ("throw" === i) throw a;
125
125
  return {
@@ -261,7 +261,7 @@ function _regeneratorRuntime() {
261
261
  } else if (c) {
262
262
  if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
263
263
  } else {
264
- if (!u) throw new Error("try statement without catch or finally");
264
+ if (!u) throw Error("try statement without catch or finally");
265
265
  if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
266
266
  }
267
267
  }
@@ -301,7 +301,7 @@ function _regeneratorRuntime() {
301
301
  return o;
302
302
  }
303
303
  }
304
- throw new Error("illegal catch attempt");
304
+ throw Error("illegal catch attempt");
305
305
  },
306
306
  delegateYield: function delegateYield(e, r, n) {
307
307
  return this.delegate = {
@@ -451,7 +451,7 @@ function toPrimitive(t, r) {
451
451
 
452
452
  function toPropertyKey(t) {
453
453
  var i = toPrimitive(t, "string");
454
- return "symbol" == _typeof(i) ? i : String(i);
454
+ return "symbol" == _typeof(i) ? i : i + "";
455
455
  }
456
456
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
457
457
 
@@ -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
 
@@ -84,7 +84,7 @@ function _defineProperty(obj, key, value) {
84
84
  ;// CONCATENATED MODULE: external "vue"
85
85
  var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
86
86
  var external_vue_y = x => () => x
87
- const external_vue_namespaceObject = external_vue_x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode });
87
+ const external_vue_namespaceObject = external_vue_x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["isVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.isVNode });
88
88
  ;// CONCATENATED MODULE: external "../config-provider"
89
89
  var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
90
90
  var config_provider_y = x => () => x
@@ -273,9 +273,6 @@ var Line = function Line(_, _ref) {
273
273
  /* harmony default export */ const line = (Line);
274
274
  ;// CONCATENATED MODULE: ../../packages/progress/src/progress.tsx
275
275
 
276
-
277
- 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; }
278
- 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
276
  /*
280
277
  * Tencent is pleased to support the open source community by making
281
278
  * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
@@ -302,6 +299,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
302
299
  * IN THE SOFTWARE.
303
300
  */
304
301
 
302
+ 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; }
303
+ 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; }
305
304
 
306
305
 
307
306
 
@@ -333,7 +332,7 @@ var progressType = {
333
332
  verticalAlign: 'middle'
334
333
  })
335
334
  };
336
- /* harmony default export */ const progress = ((0,external_vue_namespaceObject.defineComponent)({
335
+ /* harmony default export */ const progress = (defineComponent({
337
336
  // eslint-disable-next-line vue/no-reserved-component-names
338
337
  name: 'Progress',
339
338
  props: progressType,
@@ -66,7 +66,7 @@ function toPrimitive(t, r) {
66
66
 
67
67
  function toPropertyKey(t) {
68
68
  var i = toPrimitive(t, "string");
69
- return "symbol" == _typeof(i) ? i : String(i);
69
+ return "symbol" == _typeof(i) ? i : i + "";
70
70
  }
71
71
  ;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
72
72
 
@@ -147,7 +147,7 @@ function _slicedToArray(arr, i) {
147
147
  ;// CONCATENATED MODULE: external "vue"
148
148
  var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
149
149
  var external_vue_y = x => () => x
150
- 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, ["getCurrentInstance"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["provide"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.provide, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch });
150
+ 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, ["getCurrentInstance"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.getCurrentInstance, ["inject"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.inject, ["nextTick"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.nextTick, ["onBeforeUnmount"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onBeforeUnmount, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch });
151
151
  ;// CONCATENATED MODULE: external "../config-provider"
152
152
  var config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
153
153
  var config_provider_y = x => () => x
@@ -515,7 +515,6 @@ var radioButtonProps = {
515
515
 
516
516
 
517
517
 
518
-
519
518
  var radioGroupProps = {
520
519
  name: shared_namespaceObject.PropTypes.string.def(''),
521
520
  modelValue: shared_namespaceObject.PropTypes.oneOfType([String, Number, Boolean]),
@@ -524,7 +523,7 @@ var radioGroupProps = {
524
523
  type: shared_namespaceObject.PropTypes.oneOf(['tab', 'capsule', 'card']).def('tab'),
525
524
  size: shared_namespaceObject.PropTypes.size()
526
525
  };
527
- /* harmony default export */ const radio_group = ((0,external_vue_namespaceObject.defineComponent)({
526
+ /* harmony default export */ const radio_group = (defineComponent({
528
527
  name: 'RadioGroup',
529
528
  props: radioGroupProps,
530
529
  emits: {
@@ -557,13 +556,13 @@ var radioGroupProps = {
557
556
  context.emit('update:modelValue', nextValue);
558
557
  context.emit('change', nextValue);
559
558
  };
560
- (0,external_vue_namespaceObject.provide)(radioGroupKey, {
559
+ provide(radioGroupKey, {
561
560
  props: props,
562
561
  register: register,
563
562
  unregister: unregister,
564
563
  handleChange: handleChange
565
564
  });
566
- (0,external_vue_namespaceObject.watch)(function () {
565
+ watch(function () {
567
566
  return props.modelValue;
568
567
  }, function () {
569
568
  if (props.withValidate) {
@@ -571,7 +570,7 @@ var radioGroupProps = {
571
570
  formItem === null || formItem === void 0 || (_formItem$validate = formItem.validate) === null || _formItem$validate === void 0 || _formItem$validate.call(formItem, 'change');
572
571
  }
573
572
  });
574
- (0,external_vue_namespaceObject.onMounted)(function () {
573
+ onMounted(function () {
575
574
  if (props.modelValue === '') {
576
575
  return;
577
576
  }
package/lib/rate/index.js CHANGED
@@ -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
 
@@ -111,8 +111,9 @@ declare const BkSearchSelect: {
111
111
  handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
112
112
  resolveClassName: (cls: string) => string;
113
113
  inputFocusForWrapper: () => void;
114
- inputEnterForWrapper: () => void;
114
+ inputEnterForWrapper: () => Promise<void>;
115
115
  inputClearForWrapper: () => void;
116
+ deleteInputTextNode: () => void;
116
117
  t: import("vue").ComputedRef<{
117
118
  pleaseSelect: string;
118
119
  loading: string;
@@ -227,8 +228,9 @@ declare const BkSearchSelect: {
227
228
  handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
228
229
  resolveClassName: (cls: string) => string;
229
230
  inputFocusForWrapper: () => void;
230
- inputEnterForWrapper: () => void;
231
+ inputEnterForWrapper: () => Promise<void>;
231
232
  inputClearForWrapper: () => void;
233
+ deleteInputTextNode: () => void;
232
234
  t: import("vue").ComputedRef<{
233
235
  pleaseSelect: string;
234
236
  loading: string;
@@ -542,8 +544,9 @@ declare const BkSearchSelect: {
542
544
  handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
543
545
  resolveClassName: (cls: string) => string;
544
546
  inputFocusForWrapper: () => void;
545
- inputEnterForWrapper: () => void;
547
+ inputEnterForWrapper: () => Promise<void>;
546
548
  inputClearForWrapper: () => void;
549
+ deleteInputTextNode: () => void;
547
550
  t: import("vue").ComputedRef<{
548
551
  pleaseSelect: string;
549
552
  loading: string;
@@ -658,8 +661,9 @@ declare const BkSearchSelect: {
658
661
  handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
659
662
  resolveClassName: (cls: string) => string;
660
663
  inputFocusForWrapper: () => void;
661
- inputEnterForWrapper: () => void;
664
+ inputEnterForWrapper: () => Promise<void>;
662
665
  inputClearForWrapper: () => void;
666
+ deleteInputTextNode: () => void;
663
667
  t: import("vue").ComputedRef<{
664
668
  pleaseSelect: string;
665
669
  loading: string;
@@ -926,8 +930,9 @@ declare const BkSearchSelect: {
926
930
  handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
927
931
  resolveClassName: (cls: string) => string;
928
932
  inputFocusForWrapper: () => void;
929
- inputEnterForWrapper: () => void;
933
+ inputEnterForWrapper: () => Promise<void>;
930
934
  inputClearForWrapper: () => void;
935
+ deleteInputTextNode: () => void;
931
936
  t: import("vue").ComputedRef<{
932
937
  pleaseSelect: string;
933
938
  loading: string;
@@ -1042,8 +1047,9 @@ declare const BkSearchSelect: {
1042
1047
  handleMenuFooterClick: (item: import("./utils").IMenuFooterItem) => void;
1043
1048
  resolveClassName: (cls: string) => string;
1044
1049
  inputFocusForWrapper: () => void;
1045
- inputEnterForWrapper: () => void;
1050
+ inputEnterForWrapper: () => Promise<void>;
1046
1051
  inputClearForWrapper: () => void;
1052
+ deleteInputTextNode: () => void;
1047
1053
  t: import("vue").ComputedRef<{
1048
1054
  pleaseSelect: string;
1049
1055
  loading: string;