bkui-vue 2.0.1-beta.2 → 2.0.1-beta.21

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 (234) hide show
  1. package/dist/index.cjs.js +166 -166
  2. package/dist/index.esm.js +31808 -31749
  3. package/dist/index.umd.js +166 -166
  4. package/dist/style.css +1 -1
  5. package/dist/style.variable.css +1 -1
  6. package/lib/affix/index.js +7 -7
  7. package/lib/alert/alert.d.ts +5 -5
  8. package/lib/alert/index.d.ts +11 -11
  9. package/lib/backtop/backtop.d.ts +1 -1
  10. package/lib/backtop/index.d.ts +3 -3
  11. package/lib/backtop/index.js +6 -6
  12. package/lib/badge/index.js +1 -1
  13. package/lib/button/button.d.ts +7 -7
  14. package/lib/button/index.d.ts +8 -8
  15. package/lib/button/index.js +6 -7
  16. package/lib/cascader/cascader-panel.d.ts +1 -1
  17. package/lib/cascader/cascader.css +3 -3
  18. package/lib/cascader/cascader.d.ts +1 -1
  19. package/lib/cascader/cascader.less +4 -4
  20. package/lib/cascader/cascader.variable.css +3 -3
  21. package/lib/cascader/index.js +36 -36
  22. package/lib/cascader/interface.d.ts +1 -1
  23. package/lib/checkbox/checkbox.d.ts +7 -7
  24. package/lib/checkbox/index.d.ts +11 -11
  25. package/lib/checkbox/index.js +12 -4
  26. package/lib/checkbox/type.d.ts +1 -1
  27. package/lib/code-diff/index.js +8 -8
  28. package/lib/collapse/index.js +2 -2
  29. package/lib/collapse/utils.d.ts +2 -2
  30. package/lib/color-picker/color-picker.css +3 -3
  31. package/lib/color-picker/color-picker.less +3 -3
  32. package/lib/color-picker/color-picker.variable.css +3 -3
  33. package/lib/color-picker/index.js +45 -45
  34. package/lib/components.d.ts +32 -32
  35. package/lib/components.js +31 -31
  36. package/lib/config-provider/index.d.ts +1 -1
  37. package/lib/container/index.js +6 -7
  38. package/lib/date-picker/base/date-table.d.ts +1 -1
  39. package/lib/date-picker/base/month-table.d.ts +1 -1
  40. package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
  41. package/lib/date-picker/base/year-table.d.ts +3 -3
  42. package/lib/date-picker/date-picker.d.ts +0 -1
  43. package/lib/date-picker/index.d.ts +0 -3
  44. package/lib/date-picker/index.js +318 -218
  45. package/lib/date-picker/interface.d.ts +9 -9
  46. package/lib/date-picker/panel/date-range.d.ts +6 -68
  47. package/lib/date-picker/panel/date.d.ts +1 -1
  48. package/lib/date-picker/panel/time-range.d.ts +1 -1
  49. package/lib/date-picker/panel/time.d.ts +1 -1
  50. package/lib/date-picker/props.d.ts +1 -1
  51. package/lib/date-picker/utils.d.ts +5 -1
  52. package/lib/dialog/dialog.css +0 -4
  53. package/lib/dialog/dialog.d.ts +25 -20
  54. package/lib/dialog/dialog.variable.css +0 -4
  55. package/lib/dialog/index.d.ts +55 -44
  56. package/lib/dialog/index.js +22 -22
  57. package/lib/dialog/props.d.ts +10 -8
  58. package/lib/directives/index.d.ts +3 -3
  59. package/lib/directives/index.js +166 -166
  60. package/lib/directives/tooltips.d.ts +1 -1
  61. package/lib/dist.index.js +2 -4
  62. package/lib/divider/divider.d.ts +5 -5
  63. package/lib/divider/index.d.ts +11 -11
  64. package/lib/divider/index.js +2 -2
  65. package/lib/divider/props.d.ts +2 -2
  66. package/lib/dropdown/dropdown.d.ts +5 -5
  67. package/lib/dropdown/index.d.ts +11 -11
  68. package/lib/dropdown/index.js +7 -7
  69. package/lib/exception/exception.d.ts +9 -9
  70. package/lib/exception/index.d.ts +11 -11
  71. package/lib/exception/index.js +10 -10
  72. package/lib/exception/typings/index.d.ts +1 -1
  73. package/lib/fixed-navbar/index.js +2 -2
  74. package/lib/form/form.d.ts +2 -2
  75. package/lib/form/index.js +14 -15
  76. package/lib/form/type.d.ts +2 -2
  77. package/lib/icon/index.d.ts +11 -11
  78. package/lib/icon/index.js +11 -11
  79. package/lib/image/image-viewer.d.ts +1 -1
  80. package/lib/image/index.js +20 -21
  81. package/lib/index.d.ts +9 -3
  82. package/lib/index.js +5 -29
  83. package/lib/info-box/index.js +13 -13
  84. package/lib/info-box/info-box.d.ts +15 -15
  85. package/lib/input/index.d.ts +15 -15
  86. package/lib/input/index.js +16 -17
  87. package/lib/input/input.d.ts +15 -15
  88. package/lib/link/index.d.ts +11 -11
  89. package/lib/link/index.js +3 -3
  90. package/lib/link/link.d.ts +5 -5
  91. package/lib/loading/index.d.ts +4 -4
  92. package/lib/loading/index.js +6 -6
  93. package/lib/loading/loading.d.ts +6 -6
  94. package/lib/locale/index.d.ts +1 -1
  95. package/lib/menu/index.js +0 -1
  96. package/lib/menu/utils.d.ts +3 -3
  97. package/lib/message/index.js +18 -18
  98. package/lib/message/messageConstructor.d.ts +11 -11
  99. package/lib/modal/index.d.ts +21 -8
  100. package/lib/modal/index.js +14 -8
  101. package/lib/modal/modal.css +0 -4
  102. package/lib/modal/modal.d.ts +8 -3
  103. package/lib/modal/modal.less +0 -5
  104. package/lib/modal/modal.variable.css +0 -4
  105. package/lib/modal/props.mixin.d.ts +3 -1
  106. package/lib/navigation/index.js +20 -20
  107. package/lib/navigation/navigation.d.ts +1 -1
  108. package/lib/notify/index.js +4 -4
  109. package/lib/overflow-title/components/overflow-title.d.ts +9 -9
  110. package/lib/overflow-title/index.d.ts +19 -19
  111. package/lib/overflow-title/index.js +61 -11
  112. package/lib/overflow-title/props.d.ts +18 -18
  113. package/lib/pagination/index.js +16 -16
  114. package/lib/pagination/type.d.ts +1 -1
  115. package/lib/pagination/use-limit.d.ts +1 -1
  116. package/lib/pagination/use-total.d.ts +1 -1
  117. package/lib/plugin-popover/index.js +18 -20
  118. package/lib/pop-confirm/index.d.ts +11 -11
  119. package/lib/pop-confirm/index.js +11 -10
  120. package/lib/pop-confirm/pop-confirm.d.ts +5 -5
  121. package/lib/pop-confirm/props.d.ts +4 -4
  122. package/lib/popover/const.d.ts +3 -3
  123. package/lib/popover/index.d.ts +19 -19
  124. package/lib/popover/index.js +18 -20
  125. package/lib/popover/plugin-popover.d.ts +1 -1
  126. package/lib/popover/popover.d.ts +7 -7
  127. package/lib/popover/props.d.ts +4 -4
  128. package/lib/preset.d.ts +0 -1
  129. package/lib/preset.js +0 -1
  130. package/lib/process/index.js +3 -3
  131. package/lib/progress/index.d.ts +11 -11
  132. package/lib/progress/index.js +10 -11
  133. package/lib/progress/progress.d.ts +7 -7
  134. package/lib/radio/index.d.ts +21 -21
  135. package/lib/radio/index.js +28 -17
  136. package/lib/radio/radio-button.d.ts +7 -7
  137. package/lib/radio/radio-group.d.ts +7 -7
  138. package/lib/radio/radio.d.ts +7 -7
  139. package/lib/radio/type.d.ts +1 -1
  140. package/lib/rate/index.js +8 -8
  141. package/lib/rate/rate.css +27 -0
  142. package/lib/rate/rate.less +33 -0
  143. package/lib/rate/rate.variable.css +27 -0
  144. package/lib/resize-layout/index.d.ts +11 -11
  145. package/lib/resize-layout/index.js +7 -8
  146. package/lib/resize-layout/resize-layout.d.ts +5 -5
  147. package/lib/scrollbar/index.js +0 -1
  148. package/lib/scrollbar/scrollbar-core/index.d.ts +9 -9
  149. package/lib/search-select/index.js +66 -66
  150. package/lib/search-select/menu.d.ts +1 -1
  151. package/lib/search-select/selected.d.ts +1 -1
  152. package/lib/search-select/utils.d.ts +3 -3
  153. package/lib/select/common.d.ts +4 -4
  154. package/lib/select/index.d.ts +88 -70
  155. package/lib/select/index.js +134 -125
  156. package/lib/select/option.d.ts +1 -1
  157. package/lib/select/select.css +1 -2
  158. package/lib/select/select.d.ts +35 -27
  159. package/lib/select/select.less +1 -2
  160. package/lib/select/select.variable.css +1 -2
  161. package/lib/select/selectTagInput.d.ts +6 -6
  162. package/lib/select/type.d.ts +2 -2
  163. package/lib/shared/index.d.ts +1 -1
  164. package/lib/shared/index.js +38 -46
  165. package/lib/shared/popover.d.ts +3 -3
  166. package/lib/shared/token.d.ts +1 -1
  167. package/lib/shared/vue-types.d.ts +46 -46
  168. package/lib/shared/z-index-manager.d.ts +6 -6
  169. package/lib/sideslider/index.d.ts +18 -7
  170. package/lib/sideslider/index.js +11 -11
  171. package/lib/sideslider/sideslider.d.ts +8 -3
  172. package/lib/slider/index.js +21 -23
  173. package/lib/steps/index.d.ts +11 -11
  174. package/lib/steps/index.js +3 -3
  175. package/lib/steps/steps.d.ts +7 -7
  176. package/lib/styles/index.d.ts +0 -1
  177. package/lib/swiper/index.js +5 -5
  178. package/lib/switcher/index.js +2 -2
  179. package/lib/switcher/switcher.d.ts +2 -2
  180. package/lib/tab/index.d.ts +22 -22
  181. package/lib/tab/index.js +15 -15
  182. package/lib/tab/props.d.ts +15 -15
  183. package/lib/tab/tab-nav.d.ts +10 -10
  184. package/lib/tab/tab.d.ts +10 -10
  185. package/lib/table/components/table-column.d.ts +27 -87
  186. package/lib/table/const.d.ts +8 -8
  187. package/lib/table/events.d.ts +21 -21
  188. package/lib/table/index.d.ts +194 -244
  189. package/lib/table/index.js +166 -145
  190. package/lib/table/plugins/use-shift-key.d.ts +2 -0
  191. package/lib/table/props.d.ts +34 -34
  192. package/lib/table/table.css +3 -4
  193. package/lib/table/table.d.ts +47 -47
  194. package/lib/table/table.less +4 -12
  195. package/lib/table/table.variable.css +3 -4
  196. package/lib/table/use-attributes.d.ts +3 -3
  197. package/lib/table/use-column.d.ts +9 -129
  198. package/lib/table/use-common.d.ts +4 -4
  199. package/lib/table/utils.d.ts +5 -5
  200. package/lib/table-column/index.d.ts +42 -172
  201. package/lib/table-column/index.js +19 -19
  202. package/lib/tag/index.d.ts +11 -11
  203. package/lib/tag/index.js +2 -2
  204. package/lib/tag/tag.d.ts +5 -5
  205. package/lib/tag-input/common.d.ts +1 -1
  206. package/lib/tag-input/index.d.ts +8 -8
  207. package/lib/tag-input/index.js +30 -30
  208. package/lib/tag-input/tag-input.d.ts +4 -4
  209. package/lib/tag-input/tag-props.d.ts +2 -2
  210. package/lib/timeline/index.js +2 -2
  211. package/lib/transfer/const.d.ts +2 -2
  212. package/lib/transfer/index.js +19 -19
  213. package/lib/transfer/transfer.css +9 -9
  214. package/lib/transfer/transfer.less +3 -3
  215. package/lib/transfer/transfer.variable.css +9 -9
  216. package/lib/tree/constant.d.ts +20 -20
  217. package/lib/tree/index.d.ts +20 -20
  218. package/lib/tree/index.js +53 -49
  219. package/lib/tree/props.d.ts +6 -6
  220. package/lib/tree/tree.d.ts +8 -14
  221. package/lib/tree/tree.less +1 -1
  222. package/lib/tree/use-empty.d.ts +1 -1
  223. package/lib/tree/use-node-action.d.ts +2 -2
  224. package/lib/tree/use-search.d.ts +1 -1
  225. package/lib/tree/util.d.ts +1 -1
  226. package/lib/upload/index.js +41 -35
  227. package/lib/upload/props.d.ts +1 -1
  228. package/lib/upload/upload.type.d.ts +7 -7
  229. package/lib/upload/use-file-handler.d.ts +1 -1
  230. package/lib/virtual-render/index.js +2 -3
  231. package/package.json +17 -55
  232. package/lib/rate/star.css +0 -27
  233. package/lib/rate/star.less +0 -34
  234. package/lib/rate/star.variable.css +0 -156
@@ -1,5 +1,5 @@
1
- import type { ComponentPublicInstance } from 'vue';
2
1
  import type { PaginationProps } from './pagination';
2
+ import type { ComponentPublicInstance } from 'vue';
3
3
  export type IPaginationInstance = ComponentPublicInstance<PaginationProps, {
4
4
  limit: PaginationProps['limit'];
5
5
  totalPageNum: number;
@@ -1,5 +1,5 @@
1
- import type { ComputedRef } from 'vue';
2
1
  import type { Language } from '../locale';
2
+ import type { ComputedRef } from 'vue';
3
3
  declare const _default: (t: ComputedRef<Language['pagination']>) => {
4
4
  limit: import("vue").Ref<number>;
5
5
  render: ({ isFirst, isLast }: {
@@ -1,5 +1,5 @@
1
- import type { ComputedRef } from 'vue';
2
1
  import type { Language } from '../locale';
2
+ import type { ComputedRef } from 'vue';
3
3
  declare const _default: (t: ComputedRef<Language['pagination']>) => ({ isFirst, isLast }: {
4
4
  isFirst: any;
5
5
  isLast: any;
@@ -284,14 +284,13 @@ const config_provider_namespaceObject = config_provider_x({ ["usePrefix"]: () =>
284
284
  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
285
285
  * IN THE SOFTWARE.
286
286
  */
287
- // eslint-disable-next-line @typescript-eslint/naming-convention
288
287
  var EMIT_EVENTS;
289
288
  (function (EMIT_EVENTS) {
290
289
  EMIT_EVENTS["CLICK_OUTSIDE"] = "clickoutside";
291
- EMIT_EVENTS["CONTENT_MOUSEENTER"] = "contentMouseenter";
292
- EMIT_EVENTS["CONTENT_MOUSELEAVE"] = "contentMouseleave";
293
290
  EMIT_EVENTS["CONTENT_AfterHidden"] = "afterHidden";
294
291
  EMIT_EVENTS["CONTENT_AfterShow"] = "afterShow";
292
+ EMIT_EVENTS["CONTENT_MOUSEENTER"] = "contentMouseenter";
293
+ EMIT_EVENTS["CONTENT_MOUSELEAVE"] = "contentMouseleave";
295
294
  })(EMIT_EVENTS || (EMIT_EVENTS = {}));
296
295
  var EVENT_SHOW_HIDE_FN = function EVENT_SHOW_HIDE_FN(_args) {
297
296
  return true;
@@ -413,9 +412,9 @@ var EMIT_EVENT_TYPES = _defineProperty(_defineProperty(_defineProperty(_definePr
413
412
  };
414
413
  var style = resolveContentStyle((_this$$slots$default = (_this$$slots = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots));
415
414
  return (0,external_vue_namespaceObject.createVNode)("div", {
416
- "class": this.contentClassName,
415
+ "ref": "refContent",
417
416
  "style": style,
418
- "ref": "refContent"
417
+ "class": this.contentClassName
419
418
  }, [(_this$$slots$arrow = (_this$$slots$arrow2 = (_this$$slots2 = this.$slots).arrow) === null || _this$$slots$arrow2 === void 0 ? void 0 : _this$$slots$arrow2.call(_this$$slots2)) !== null && _this$$slots$arrow !== void 0 ? _this$$slots$arrow : '', (_this$$slots$default2 = (_this$$slots$default3 = (_this$$slots3 = this.$slots)["default"]) === null || _this$$slots$default3 === void 0 ? void 0 : _this$$slots$default3.call(_this$$slots3)) !== null && _this$$slots$default2 !== void 0 ? _this$$slots$default2 : '']);
420
419
  }
421
420
  }));
@@ -650,10 +649,6 @@ function _nonIterableRest() {
650
649
  function _slicedToArray(arr, i) {
651
650
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || unsupportedIterableToArray_unsupportedIterableToArray(arr, i) || _nonIterableRest();
652
651
  }
653
- ;// CONCATENATED MODULE: external "lodash/isElement"
654
- var isElement_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
655
- var isElement_y = x => () => x
656
- const isElement_namespaceObject = isElement_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isElement_e6b2a6ce__["default"] });
657
652
  ;// CONCATENATED MODULE: ../../node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs
658
653
  /**
659
654
  * Custom positioning reference element.
@@ -2604,6 +2599,10 @@ const floating_ui_dom_computePosition = (reference, floating, options) => {
2604
2599
 
2605
2600
 
2606
2601
 
2602
+ ;// CONCATENATED MODULE: external "lodash/isElement"
2603
+ var isElement_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2604
+ var isElement_y = x => () => x
2605
+ const isElement_namespaceObject = isElement_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isElement_e6b2a6ce__["default"] });
2607
2606
  ;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/native.js
2608
2607
  const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
2609
2608
  /* harmony default export */ const esm_browser_native = ({
@@ -3567,7 +3566,6 @@ function _isSlot(s) {
3567
3566
  /* harmony default export */ const popover = ((0,external_vue_namespaceObject.defineComponent)({
3568
3567
  name: 'Popover',
3569
3568
  components: {
3570
- // eslint-disable-next-line vue/no-reserved-component-names
3571
3569
  Content: content,
3572
3570
  Arrow: src_arrow,
3573
3571
  Root: root
@@ -3699,20 +3697,20 @@ function _isSlot(s) {
3699
3697
  return [_slot];
3700
3698
  }
3701
3699
  }), (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Teleport, {
3702
- "to": _this.boundary,
3703
- "disabled": !_this.transBoundary
3700
+ "disabled": !_this.transBoundary,
3701
+ "to": _this.boundary
3704
3702
  }, {
3705
3703
  "default": function _default() {
3706
3704
  return [(0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)(content, {
3707
3705
  "ref": "refContent",
3708
- "visible": _this.localIsShow,
3709
- "data-theme": _this.theme,
3710
- "extCls": _this.extCls,
3711
3706
  "width": _this.width,
3712
3707
  "height": _this.height,
3713
- "maxWidth": _this.maxWidth,
3708
+ "extCls": _this.extCls,
3709
+ "data-theme": _this.theme,
3710
+ "eventDelay": _this.componentEventDelay,
3714
3711
  "maxHeight": _this.maxHeight,
3715
- "eventDelay": _this.componentEventDelay
3712
+ "maxWidth": _this.maxWidth,
3713
+ "visible": _this.localIsShow
3716
3714
  }, {
3717
3715
  "default": function _default() {
3718
3716
  return [_this.contentIsShow ? (_this$$slots$content = (_this$$slots$content2 = (_this$$slots3 = _this.$slots).content) === null || _this$$slots$content2 === void 0 ? void 0 : _this$$slots$content2.call(_this$$slots3)) !== null && _this$$slots$content !== void 0 ? _this$$slots$content : _this.renderContent() : ''];
@@ -3843,10 +3841,10 @@ function createPopoverComponent(options) {
3843
3841
  return function () {
3844
3842
  return (0,external_vue_namespaceObject.createVNode)(popover, (0,external_vue_namespaceObject.mergeProps)(refProps, {
3845
3843
  "ref": refReference,
3846
- "onContentMouseenter": handleContentMouseenter,
3847
- "onContentMouseleave": handleContentMouseleave,
3848
3844
  "onAfterHidden": handlePopoverHidden,
3849
- "onAfterShow": handlePopoverShow
3845
+ "onAfterShow": handlePopoverShow,
3846
+ "onContentMouseenter": handleContentMouseenter,
3847
+ "onContentMouseleave": handleContentMouseleave
3850
3848
  }), null);
3851
3849
  };
3852
3850
  }
@@ -23,8 +23,8 @@ declare const BKPopConfirm: {
23
23
  } & {
24
24
  default: string;
25
25
  };
26
- placement: import("vue-types").VueTypeDef<string> & {
27
- default: string;
26
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
27
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
28
28
  };
29
29
  theme: import("vue-types").VueTypeValidableDef<string> & {
30
30
  default: string;
@@ -79,8 +79,8 @@ declare const BKPopConfirm: {
79
79
  } & {
80
80
  default: string;
81
81
  };
82
- placement: import("vue-types").VueTypeDef<string> & {
83
- default: string;
82
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
83
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
84
84
  };
85
85
  theme: import("vue-types").VueTypeValidableDef<string> & {
86
86
  default: string;
@@ -102,7 +102,7 @@ declare const BKPopConfirm: {
102
102
  title: string;
103
103
  width: string | number;
104
104
  content: string;
105
- placement: string;
105
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
106
106
  theme: string;
107
107
  trigger: "click" | "hover";
108
108
  icon: string;
@@ -139,8 +139,8 @@ declare const BKPopConfirm: {
139
139
  } & {
140
140
  default: string;
141
141
  };
142
- placement: import("vue-types").VueTypeDef<string> & {
143
- default: string;
142
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
143
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
144
144
  };
145
145
  theme: import("vue-types").VueTypeValidableDef<string> & {
146
146
  default: string;
@@ -175,7 +175,7 @@ declare const BKPopConfirm: {
175
175
  title: string;
176
176
  width: string | number;
177
177
  content: string;
178
- placement: string;
178
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
179
179
  theme: string;
180
180
  trigger: "click" | "hover";
181
181
  icon: string;
@@ -209,8 +209,8 @@ declare const BKPopConfirm: {
209
209
  } & {
210
210
  default: string;
211
211
  };
212
- placement: import("vue-types").VueTypeDef<string> & {
213
- default: string;
212
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
213
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
214
214
  };
215
215
  theme: import("vue-types").VueTypeValidableDef<string> & {
216
216
  default: string;
@@ -245,7 +245,7 @@ declare const BKPopConfirm: {
245
245
  title: string;
246
246
  width: string | number;
247
247
  content: string;
248
- placement: string;
248
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
249
249
  theme: string;
250
250
  trigger: "click" | "hover";
251
251
  icon: string;
@@ -99,8 +99,8 @@ const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: ()
99
99
 
100
100
  var TriggerEnum;
101
101
  (function (TriggerEnum) {
102
- TriggerEnum["HOVER"] = "hover";
103
102
  TriggerEnum["CLICK"] = "click";
103
+ TriggerEnum["HOVER"] = "hover";
104
104
  })(TriggerEnum || (TriggerEnum = {}));
105
105
  function triggerType() {
106
106
  return (0,external_vue_types_namespaceObject.toType)('trigger', {}).def(TriggerEnum.HOVER);
@@ -131,7 +131,7 @@ var PopConfirmProps = {
131
131
  content: shared_namespaceObject.PropTypes.string.def(''),
132
132
  confirmText: shared_namespaceObject.PropTypes.string.def(''),
133
133
  cancelText: shared_namespaceObject.PropTypes.string.def(''),
134
- placement: shared_namespaceObject.PropTypes.oneOfType([(0,shared_namespaceObject.placementType)().def(shared_namespaceObject.PlacementEnum.TOP), shared_namespaceObject.PropTypes.string]).def(shared_namespaceObject.PlacementEnum.TOP),
134
+ placement: (0,shared_namespaceObject.placementType)().def(shared_namespaceObject.PlacementEnum.TOP_START),
135
135
  theme: shared_namespaceObject.PropTypes.string.def('light '),
136
136
  /**
137
137
  * 自定义icon:根据确认框中提示文字的语境来选择 icon的样式,当确认操作存在风险时,可选择带警示的icon来引起用户的注意。
@@ -224,14 +224,15 @@ var PopConfirmProps = {
224
224
  };
225
225
  return (0,external_vue_namespaceObject.createVNode)(popover_namespaceObject["default"], {
226
226
  "ref": "popoverRef",
227
+ "width": this.width,
228
+ "extCls": "".concat(this.resolveClassName('pop-confirm-box')),
227
229
  "isShow": this.visible,
228
- "trigger": this.trigger,
230
+ "placement": this.placement,
229
231
  "theme": this.theme,
230
- "width": this.width,
232
+ "trigger": this.trigger,
231
233
  "onAfterShow": function onAfterShow() {
232
234
  return _this.visible = true;
233
- },
234
- "extCls": "".concat(this.resolveClassName('pop-confirm-box'))
235
+ }
235
236
  }, {
236
237
  "default": function _default() {
237
238
  return _this.$slots["default"]();
@@ -244,16 +245,16 @@ var PopConfirmProps = {
244
245
  }, [!_this.title ? _this.icon : '', _this.content])]), (0,external_vue_namespaceObject.createVNode)("div", {
245
246
  "class": "".concat(_this.resolveClassName('pop-confirm-footer'))
246
247
  }, [(0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
247
- "onClick": _this.ensure,
248
248
  "size": "small",
249
- "theme": "primary"
249
+ "theme": "primary",
250
+ "onClick": _this.ensure
250
251
  }, {
251
252
  "default": function _default() {
252
253
  return [_this.confirmText || _this.t.ok];
253
254
  }
254
255
  }), (0,external_vue_namespaceObject.createVNode)(button_namespaceObject["default"], {
255
- "onClick": _this.cancel,
256
- "size": "small"
256
+ "size": "small",
257
+ "onClick": _this.cancel
257
258
  }, {
258
259
  "default": function _default() {
259
260
  return [_this.cancelText || _this.t.cancel];
@@ -22,8 +22,8 @@ declare const _default: import("vue").DefineComponent<{
22
22
  } & {
23
23
  default: string;
24
24
  };
25
- placement: import("vue-types").VueTypeDef<string> & {
26
- default: string;
25
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
26
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
27
27
  };
28
28
  theme: import("vue-types").VueTypeValidableDef<string> & {
29
29
  default: string;
@@ -75,8 +75,8 @@ declare const _default: import("vue").DefineComponent<{
75
75
  } & {
76
76
  default: string;
77
77
  };
78
- placement: import("vue-types").VueTypeDef<string> & {
79
- default: string;
78
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
79
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
80
80
  };
81
81
  theme: import("vue-types").VueTypeValidableDef<string> & {
82
82
  default: string;
@@ -98,7 +98,7 @@ declare const _default: import("vue").DefineComponent<{
98
98
  title: string;
99
99
  width: string | number;
100
100
  content: string;
101
- placement: string;
101
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
102
102
  theme: string;
103
103
  trigger: "click" | "hover";
104
104
  icon: string;
@@ -1,6 +1,6 @@
1
1
  export declare enum TriggerEnum {
2
- HOVER = "hover",
3
- CLICK = "click"
2
+ CLICK = "click",
3
+ HOVER = "hover"
4
4
  }
5
5
  export declare function triggerType(): import("vue-types").VueTypeDef<"click" | "hover"> & {
6
6
  default: "click" | "hover";
@@ -44,8 +44,8 @@ export declare const PopConfirmProps: {
44
44
  } & {
45
45
  default: string;
46
46
  };
47
- placement: import("vue-types").VueTypeDef<string> & {
48
- default: string;
47
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
48
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
49
49
  };
50
50
  theme: import("vue-types").VueTypeValidableDef<string> & {
51
51
  default: string;
@@ -1,9 +1,9 @@
1
1
  export declare const enum EMIT_EVENTS {
2
2
  CLICK_OUTSIDE = "clickoutside",
3
- CONTENT_MOUSEENTER = "contentMouseenter",
4
- CONTENT_MOUSELEAVE = "contentMouseleave",
5
3
  CONTENT_AfterHidden = "afterHidden",
6
- CONTENT_AfterShow = "afterShow"
4
+ CONTENT_AfterShow = "afterShow",
5
+ CONTENT_MOUSEENTER = "contentMouseenter",
6
+ CONTENT_MOUSELEAVE = "contentMouseleave"
7
7
  }
8
8
  export declare const EVENT_SHOW_HIDE_FN: (_args: {
9
9
  isShow: boolean;
@@ -36,8 +36,8 @@ declare const BkPopover: {
36
36
  } & {
37
37
  default: boolean;
38
38
  };
39
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
40
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
39
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
40
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
41
41
  };
42
42
  theme: import("vue-types").VueTypeValidableDef<string> & {
43
43
  default: string;
@@ -131,14 +131,14 @@ declare const BkPopover: {
131
131
  isShow: boolean;
132
132
  event: MouseEvent;
133
133
  }) => any;
134
- onContentMouseenter?: (e: MouseEvent) => any;
135
- onContentMouseleave?: (e: MouseEvent) => any;
136
134
  onAfterHidden?: (_args: {
137
135
  isShow: boolean;
138
136
  }) => any;
139
137
  onAfterShow?: (_args: {
140
138
  isShow: boolean;
141
139
  }) => any;
140
+ onContentMouseenter?: (e: MouseEvent) => any;
141
+ onContentMouseleave?: (e: MouseEvent) => any;
142
142
  }, {
143
143
  boundary: import("vue").Ref<any>;
144
144
  arrow: boolean;
@@ -207,8 +207,8 @@ declare const BkPopover: {
207
207
  } & {
208
208
  default: boolean;
209
209
  };
210
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
211
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
210
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
211
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
212
212
  };
213
213
  theme: import("vue-types").VueTypeValidableDef<string> & {
214
214
  default: string;
@@ -302,14 +302,14 @@ declare const BkPopover: {
302
302
  isShow: boolean;
303
303
  event: MouseEvent;
304
304
  }) => any;
305
- onContentMouseenter?: (e: MouseEvent) => any;
306
- onContentMouseleave?: (e: MouseEvent) => any;
307
305
  onAfterHidden?: (_args: {
308
306
  isShow: boolean;
309
307
  }) => any;
310
308
  onAfterShow?: (_args: {
311
309
  isShow: boolean;
312
310
  }) => any;
311
+ onContentMouseenter?: (e: MouseEvent) => any;
312
+ onContentMouseleave?: (e: MouseEvent) => any;
313
313
  }, {
314
314
  width: string | number;
315
315
  height: string | number;
@@ -322,7 +322,7 @@ declare const BkPopover: {
322
322
  disabled: boolean;
323
323
  content: string | number | HTMLElement | JSX.Element;
324
324
  allowHtml: boolean;
325
- placement: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
325
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
326
326
  theme: string;
327
327
  trigger: "click" | "hover" | "manual";
328
328
  renderType: "auto" | "shown";
@@ -386,8 +386,8 @@ declare const BkPopover: {
386
386
  } & {
387
387
  default: boolean;
388
388
  };
389
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
390
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
389
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
390
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
391
391
  };
392
392
  theme: import("vue-types").VueTypeValidableDef<string> & {
393
393
  default: string;
@@ -481,14 +481,14 @@ declare const BkPopover: {
481
481
  isShow: boolean;
482
482
  event: MouseEvent;
483
483
  }) => any;
484
- onContentMouseenter?: (e: MouseEvent) => any;
485
- onContentMouseleave?: (e: MouseEvent) => any;
486
484
  onAfterHidden?: (_args: {
487
485
  isShow: boolean;
488
486
  }) => any;
489
487
  onAfterShow?: (_args: {
490
488
  isShow: boolean;
491
489
  }) => any;
490
+ onContentMouseenter?: (e: MouseEvent) => any;
491
+ onContentMouseleave?: (e: MouseEvent) => any;
492
492
  }, {
493
493
  boundary: import("vue").Ref<any>;
494
494
  arrow: boolean;
@@ -519,7 +519,7 @@ declare const BkPopover: {
519
519
  disabled: boolean;
520
520
  content: string | number | HTMLElement | JSX.Element;
521
521
  allowHtml: boolean;
522
- placement: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
522
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
523
523
  theme: string;
524
524
  trigger: "click" | "hover" | "manual";
525
525
  renderType: "auto" | "shown";
@@ -580,8 +580,8 @@ declare const BkPopover: {
580
580
  } & {
581
581
  default: boolean;
582
582
  };
583
- placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end"> & {
584
- default: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
583
+ placement: import("vue-types").VueTypeValidableDef<"auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start"> & {
584
+ default: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
585
585
  };
586
586
  theme: import("vue-types").VueTypeValidableDef<string> & {
587
587
  default: string;
@@ -675,14 +675,14 @@ declare const BkPopover: {
675
675
  isShow: boolean;
676
676
  event: MouseEvent;
677
677
  }) => any;
678
- onContentMouseenter?: (e: MouseEvent) => any;
679
- onContentMouseleave?: (e: MouseEvent) => any;
680
678
  onAfterHidden?: (_args: {
681
679
  isShow: boolean;
682
680
  }) => any;
683
681
  onAfterShow?: (_args: {
684
682
  isShow: boolean;
685
683
  }) => any;
684
+ onContentMouseenter?: (e: MouseEvent) => any;
685
+ onContentMouseleave?: (e: MouseEvent) => any;
686
686
  }, {
687
687
  boundary: import("vue").Ref<any>;
688
688
  arrow: boolean;
@@ -726,7 +726,7 @@ declare const BkPopover: {
726
726
  disabled: boolean;
727
727
  content: string | number | HTMLElement | JSX.Element;
728
728
  allowHtml: boolean;
729
- placement: "auto" | "auto-start" | "auto-end" | "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end";
729
+ placement: "auto" | "auto-end" | "auto-start" | "bottom" | "bottom-end" | "bottom-start" | "left" | "left-end" | "left-start" | "right" | "right-end" | "right-start" | "top" | "top-end" | "top-start";
730
730
  theme: string;
731
731
  trigger: "click" | "hover" | "manual";
732
732
  renderType: "auto" | "shown";
@@ -287,14 +287,13 @@ function _defineProperty(obj, key, value) {
287
287
  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
288
288
  * IN THE SOFTWARE.
289
289
  */
290
- // eslint-disable-next-line @typescript-eslint/naming-convention
291
290
  var EMIT_EVENTS;
292
291
  (function (EMIT_EVENTS) {
293
292
  EMIT_EVENTS["CLICK_OUTSIDE"] = "clickoutside";
294
- EMIT_EVENTS["CONTENT_MOUSEENTER"] = "contentMouseenter";
295
- EMIT_EVENTS["CONTENT_MOUSELEAVE"] = "contentMouseleave";
296
293
  EMIT_EVENTS["CONTENT_AfterHidden"] = "afterHidden";
297
294
  EMIT_EVENTS["CONTENT_AfterShow"] = "afterShow";
295
+ EMIT_EVENTS["CONTENT_MOUSEENTER"] = "contentMouseenter";
296
+ EMIT_EVENTS["CONTENT_MOUSELEAVE"] = "contentMouseleave";
298
297
  })(EMIT_EVENTS || (EMIT_EVENTS = {}));
299
298
  var EVENT_SHOW_HIDE_FN = function EVENT_SHOW_HIDE_FN(_args) {
300
299
  return true;
@@ -416,9 +415,9 @@ var EMIT_EVENT_TYPES = _defineProperty(_defineProperty(_defineProperty(_definePr
416
415
  };
417
416
  var style = resolveContentStyle((_this$$slots$default = (_this$$slots = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots));
418
417
  return (0,external_vue_namespaceObject.createVNode)("div", {
419
- "class": this.contentClassName,
418
+ "ref": "refContent",
420
419
  "style": style,
421
- "ref": "refContent"
420
+ "class": this.contentClassName
422
421
  }, [(_this$$slots$arrow = (_this$$slots$arrow2 = (_this$$slots2 = this.$slots).arrow) === null || _this$$slots$arrow2 === void 0 ? void 0 : _this$$slots$arrow2.call(_this$$slots2)) !== null && _this$$slots$arrow !== void 0 ? _this$$slots$arrow : '', (_this$$slots$default2 = (_this$$slots$default3 = (_this$$slots3 = this.$slots)["default"]) === null || _this$$slots$default3 === void 0 ? void 0 : _this$$slots$default3.call(_this$$slots3)) !== null && _this$$slots$default2 !== void 0 ? _this$$slots$default2 : '']);
423
422
  }
424
423
  }));
@@ -653,10 +652,6 @@ function _nonIterableRest() {
653
652
  function _slicedToArray(arr, i) {
654
653
  return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || unsupportedIterableToArray_unsupportedIterableToArray(arr, i) || _nonIterableRest();
655
654
  }
656
- ;// CONCATENATED MODULE: external "lodash/isElement"
657
- var isElement_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
658
- var isElement_y = x => () => x
659
- const isElement_namespaceObject = isElement_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isElement_e6b2a6ce__["default"] });
660
655
  ;// CONCATENATED MODULE: ../../node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs
661
656
  /**
662
657
  * Custom positioning reference element.
@@ -2607,6 +2602,10 @@ const floating_ui_dom_computePosition = (reference, floating, options) => {
2607
2602
 
2608
2603
 
2609
2604
 
2605
+ ;// CONCATENATED MODULE: external "lodash/isElement"
2606
+ var isElement_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
2607
+ var isElement_y = x => () => x
2608
+ const isElement_namespaceObject = isElement_x({ ["default"]: () => __WEBPACK_EXTERNAL_MODULE_lodash_isElement_e6b2a6ce__["default"] });
2610
2609
  ;// CONCATENATED MODULE: ../../node_modules/uuid/dist/esm-browser/native.js
2611
2610
  const randomUUID = typeof crypto !== 'undefined' && crypto.randomUUID && crypto.randomUUID.bind(crypto);
2612
2611
  /* harmony default export */ const esm_browser_native = ({
@@ -3570,7 +3569,6 @@ function _isSlot(s) {
3570
3569
  /* harmony default export */ const popover = ((0,external_vue_namespaceObject.defineComponent)({
3571
3570
  name: 'Popover',
3572
3571
  components: {
3573
- // eslint-disable-next-line vue/no-reserved-component-names
3574
3572
  Content: content,
3575
3573
  Arrow: src_arrow,
3576
3574
  Root: root
@@ -3702,20 +3700,20 @@ function _isSlot(s) {
3702
3700
  return [_slot];
3703
3701
  }
3704
3702
  }), (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Teleport, {
3705
- "to": _this.boundary,
3706
- "disabled": !_this.transBoundary
3703
+ "disabled": !_this.transBoundary,
3704
+ "to": _this.boundary
3707
3705
  }, {
3708
3706
  "default": function _default() {
3709
3707
  return [(0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)(content, {
3710
3708
  "ref": "refContent",
3711
- "visible": _this.localIsShow,
3712
- "data-theme": _this.theme,
3713
- "extCls": _this.extCls,
3714
3709
  "width": _this.width,
3715
3710
  "height": _this.height,
3716
- "maxWidth": _this.maxWidth,
3711
+ "extCls": _this.extCls,
3712
+ "data-theme": _this.theme,
3713
+ "eventDelay": _this.componentEventDelay,
3717
3714
  "maxHeight": _this.maxHeight,
3718
- "eventDelay": _this.componentEventDelay
3715
+ "maxWidth": _this.maxWidth,
3716
+ "visible": _this.localIsShow
3719
3717
  }, {
3720
3718
  "default": function _default() {
3721
3719
  return [_this.contentIsShow ? (_this$$slots$content = (_this$$slots$content2 = (_this$$slots3 = _this.$slots).content) === null || _this$$slots$content2 === void 0 ? void 0 : _this$$slots$content2.call(_this$$slots3)) !== null && _this$$slots$content !== void 0 ? _this$$slots$content : _this.renderContent() : ''];
@@ -3846,10 +3844,10 @@ function createPopoverComponent(options) {
3846
3844
  return function () {
3847
3845
  return (0,external_vue_namespaceObject.createVNode)(popover, (0,external_vue_namespaceObject.mergeProps)(refProps, {
3848
3846
  "ref": refReference,
3849
- "onContentMouseenter": handleContentMouseenter,
3850
- "onContentMouseleave": handleContentMouseleave,
3851
3847
  "onAfterHidden": handlePopoverHidden,
3852
- "onAfterShow": handlePopoverShow
3848
+ "onAfterShow": handlePopoverShow,
3849
+ "onContentMouseenter": handleContentMouseenter,
3850
+ "onContentMouseleave": handleContentMouseleave
3853
3851
  }), null);
3854
3852
  };
3855
3853
  }
@@ -6,7 +6,7 @@ export type $Popover = PopoverPropTypes & {
6
6
  export default function createPopoverComponent(options: $Popover): {
7
7
  install: () => void;
8
8
  close: () => void;
9
- show: (target?: MouseEvent | HTMLElement) => void;
9
+ show: (target?: HTMLElement | MouseEvent) => void;
10
10
  hide: () => void;
11
11
  update: (e: MouseEvent) => void;
12
12
  uninstall: () => void;