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
@@ -99,10 +99,10 @@ var TitleProps = {
99
99
  return function () {
100
100
  var _slots$default, _slots$sideIcon;
101
101
  return (0,external_vue_namespaceObject.createVNode)("div", {
102
- "class": "".concat(resolveClassName('navigation-title')),
103
102
  "style": {
104
103
  borderBottomWidth: props.navigationType === 'left-right' ? '0' : '1px'
105
- }
104
+ },
105
+ "class": "".concat(resolveClassName('navigation-title'))
106
106
  }, [((_slots$default = slots["default"]) === null || _slots$default === void 0 ? void 0 : _slots$default.call(slots)) || [(0,external_vue_namespaceObject.createVNode)("span", {
107
107
  "class": "title-icon"
108
108
  }, [((_slots$sideIcon = slots['side-icon']) === null || _slots$sideIcon === void 0 ? void 0 : _slots$sideIcon.call(slots)) || (0,external_vue_namespaceObject.createVNode)("i", {
@@ -259,10 +259,10 @@ var NavigationProps = {
259
259
  return (0,external_vue_namespaceObject.createVNode)("div", {
260
260
  "class": "".concat(this.resolveClassName('navigation'))
261
261
  }, [this.navigationType === 'top-bottom' && (0,external_vue_namespaceObject.createVNode)("div", {
262
- "class": "".concat(this.resolveClassName('navigation-header')),
263
262
  "style": {
264
263
  flexBasis: "".concat(this.headHeight, "px")
265
- }
264
+ },
265
+ "class": "".concat(this.resolveClassName('navigation-header'))
266
266
  }, [(0,external_vue_namespaceObject.createVNode)(navigation_title, {
267
267
  "sideTitle": this.sideTitle
268
268
  }, {
@@ -273,18 +273,18 @@ var NavigationProps = {
273
273
  }, [(_this$$slots$header = (_this$$slots = this.$slots).header) === null || _this$$slots$header === void 0 ? void 0 : _this$$slots$header.call(_this$$slots)])]), (0,external_vue_namespaceObject.createVNode)("div", {
274
274
  "class": "".concat(this.resolveClassName('navigation-wrapper'))
275
275
  }, [this.needMenu && (0,external_vue_namespaceObject.createVNode)("div", {
276
- "class": "navigation-nav",
277
276
  "style": {
278
277
  width: !this.nav.click ? "".concat(this.navWidth, "px") : "".concat(this.hoverWidth, "px")
279
- }
278
+ },
279
+ "class": "navigation-nav"
280
280
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
281
- "class": "nav-slider",
282
- "onMouseenter": this.handleMouseOver,
283
- "onMouseleave": this.handleMouseLeave,
284
281
  "style": {
285
282
  width: !this.nav.hover ? "".concat(this.navWidth, "px") : "".concat(this.hoverWidth, "px"),
286
283
  borderRight: this.navigationType !== 'top-bottom' ? 'none' : '1px solid #DCDEE5'
287
- }
284
+ },
285
+ "class": "nav-slider",
286
+ "onMouseenter": this.handleMouseOver,
287
+ "onMouseleave": this.handleMouseLeave
288
288
  }, [this.navigationType !== 'top-bottom' && this.showSideNavTitle && (0,external_vue_namespaceObject.createVNode)(navigation_title, {
289
289
  "style": {
290
290
  flexBasis: "".concat(this.headHeight, "px")
@@ -294,10 +294,10 @@ var NavigationProps = {
294
294
  "default": this.$slots['side-header'],
295
295
  'side-icon': !this.$slots['side-header'] ? this.$slots['side-icon'] : undefined
296
296
  }), (0,external_vue_namespaceObject.createVNode)("div", {
297
- "class": "nav-slider-list",
298
297
  "style": {
299
298
  height: "calc(100vh - ".concat(+this.headHeight + 56, "px)")
300
- }
299
+ },
300
+ "class": "nav-slider-list"
301
301
  }, [(_this$$slots$menu = (_this$$slots2 = this.$slots).menu) === null || _this$$slots$menu === void 0 ? void 0 : _this$$slots$menu.call(_this$$slots2)]), (0,external_vue_namespaceObject.createVNode)("div", {
302
302
  "class": "nav-slider-footer"
303
303
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
@@ -307,29 +307,29 @@ var NavigationProps = {
307
307
  },
308
308
  "onClick": this.handleClick
309
309
  }, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.CollapseLeft, {
310
- "class": "footer-icon-svg",
311
310
  "style": {
312
311
  transform: this.nav.click ? 'rotate(180deg)' : 'rotate(0deg)'
313
- }
312
+ },
313
+ "class": "footer-icon-svg"
314
314
  }, null)])]), (_this$$slots$sideFoo = (_this$$slots3 = this.$slots)['side-footer']) === null || _this$$slots$sideFoo === void 0 ? void 0 : _this$$slots$sideFoo.call(_this$$slots3)])]), (0,external_vue_namespaceObject.createVNode)("div", {
315
- "class": "navigation-container",
316
315
  "style": {
317
316
  maxWidth: this.needMenu ? 'calc(100vw - 60px)' : '100vw'
318
- }
317
+ },
318
+ "class": "navigation-container"
319
319
  }, [this.navigationType !== 'top-bottom' && (0,external_vue_namespaceObject.createVNode)("div", {
320
- "class": "container-header",
321
320
  "style": {
322
321
  flexBasis: "".concat(this.headHeight, "px")
323
- }
322
+ },
323
+ "class": "container-header"
324
324
  }, [((_this$$slots$header2 = (_this$$slots4 = this.$slots).header) === null || _this$$slots$header2 === void 0 ? void 0 : _this$$slots$header2.call(_this$$slots4)) || [(0,external_vue_namespaceObject.createVNode)("div", {
325
325
  "class": "container-header-title"
326
326
  }, [this.headerTitle]), (0,external_vue_namespaceObject.createVNode)("div", {
327
327
  "class": "container-header-sets"
328
328
  }, [(_this$$slots$headerS = (_this$$slots5 = this.$slots)['header-set']) === null || _this$$slots$headerS === void 0 ? void 0 : _this$$slots$headerS.call(_this$$slots5)])]]), (0,external_vue_namespaceObject.createVNode)("div", {
329
- "class": "container-content",
330
329
  "style": {
331
330
  maxHeight: "calc(100vh - ".concat(this.headHeight, "px)")
332
- }
331
+ },
332
+ "class": "container-content"
333
333
  }, [(_this$$slots$default = (_this$$slots6 = this.$slots)["default"]) === null || _this$$slots$default === void 0 ? void 0 : _this$$slots$default.call(_this$$slots6), (0,external_vue_namespaceObject.createVNode)("div", {
334
334
  "class": "container-footer"
335
335
  }, [(_this$$slots$footer = (_this$$slots7 = this.$slots).footer) === null || _this$$slots$footer === void 0 ? void 0 : _this$$slots$footer.call(_this$$slots7)])])])])]);
@@ -1,5 +1,5 @@
1
1
  import { PropType, SlotsType } from 'vue';
2
- export type BkNavigationType = 'top-bottom' | 'left-right';
2
+ export type BkNavigationType = 'left-right' | 'top-bottom';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  navWidth: {
5
5
  type: (NumberConstructor | StringConstructor)[];
@@ -250,10 +250,10 @@ const icon_namespaceObject = icon_x({ ["Close"]: () => __WEBPACK_EXTERNAL_MODULE
250
250
 
251
251
  var NotifyThemeEnum;
252
252
  (function (NotifyThemeEnum) {
253
+ NotifyThemeEnum["ERROR"] = "error";
253
254
  NotifyThemeEnum["PRIMARY"] = "primary";
254
- NotifyThemeEnum["WARNING"] = "warning";
255
255
  NotifyThemeEnum["SUCCESS"] = "success";
256
- NotifyThemeEnum["ERROR"] = "error";
256
+ NotifyThemeEnum["WARNING"] = "warning";
257
257
  })(NotifyThemeEnum || (NotifyThemeEnum = {}));
258
258
  var notifyProps = {
259
259
  id: shared_namespaceObject.PropTypes.string.def(''),
@@ -343,8 +343,8 @@ var notifyProps = {
343
343
  }, {
344
344
  "default": function _default() {
345
345
  return [(0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("div", {
346
- "class": _this.classNames,
347
- "style": _this.styles
346
+ "style": _this.styles,
347
+ "class": _this.classNames
348
348
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
349
349
  "class": "".concat(_this.resolveClassName('notify-content'))
350
350
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
@@ -12,8 +12,8 @@ declare const _default: import("vue").DefineComponent<{
12
12
  boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
13
13
  default: string | (() => HTMLElement);
14
14
  };
15
- 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"> & {
16
- 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";
15
+ 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"> & {
16
+ 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";
17
17
  };
18
18
  resizeable: import("vue-types").VueTypeValidableDef<boolean> & {
19
19
  default: boolean;
@@ -55,8 +55,8 @@ declare const _default: import("vue").DefineComponent<{
55
55
  } & {
56
56
  default: boolean;
57
57
  };
58
- 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"> & {
59
- 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";
58
+ 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"> & {
59
+ 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";
60
60
  };
61
61
  theme: import("vue-types").VueTypeValidableDef<string> & {
62
62
  default: string;
@@ -167,8 +167,8 @@ declare const _default: import("vue").DefineComponent<{
167
167
  boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
168
168
  default: string | (() => HTMLElement);
169
169
  };
170
- 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"> & {
171
- 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";
170
+ 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"> & {
171
+ 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";
172
172
  };
173
173
  resizeable: import("vue-types").VueTypeValidableDef<boolean> & {
174
174
  default: boolean;
@@ -210,8 +210,8 @@ declare const _default: import("vue").DefineComponent<{
210
210
  } & {
211
211
  default: boolean;
212
212
  };
213
- 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"> & {
214
- 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";
213
+ 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"> & {
214
+ 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";
215
215
  };
216
216
  theme: import("vue-types").VueTypeValidableDef<string> & {
217
217
  default: string;
@@ -304,7 +304,7 @@ declare const _default: import("vue").DefineComponent<{
304
304
  }>>, {
305
305
  type: string;
306
306
  content: string;
307
- 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";
307
+ 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";
308
308
  boundary: string | HTMLElement;
309
309
  calType: string;
310
310
  resizeable: boolean;
@@ -16,8 +16,8 @@ declare const BkOverflowTitle: {
16
16
  boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
17
17
  default: string | (() => HTMLElement);
18
18
  };
19
- 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"> & {
20
- 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";
19
+ 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"> & {
20
+ 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";
21
21
  };
22
22
  resizeable: import("vue-types").VueTypeValidableDef<boolean> & {
23
23
  default: boolean;
@@ -59,8 +59,8 @@ declare const BkOverflowTitle: {
59
59
  } & {
60
60
  default: boolean;
61
61
  };
62
- 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"> & {
63
- 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";
62
+ 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"> & {
63
+ 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";
64
64
  };
65
65
  theme: import("vue-types").VueTypeValidableDef<string> & {
66
66
  default: string;
@@ -171,8 +171,8 @@ declare const BkOverflowTitle: {
171
171
  boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
172
172
  default: string | (() => HTMLElement);
173
173
  };
174
- 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"> & {
175
- 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";
174
+ 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"> & {
175
+ 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";
176
176
  };
177
177
  resizeable: import("vue-types").VueTypeValidableDef<boolean> & {
178
178
  default: boolean;
@@ -214,8 +214,8 @@ declare const BkOverflowTitle: {
214
214
  } & {
215
215
  default: boolean;
216
216
  };
217
- 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"> & {
218
- 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";
217
+ 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"> & {
218
+ 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";
219
219
  };
220
220
  theme: import("vue-types").VueTypeValidableDef<string> & {
221
221
  default: string;
@@ -308,7 +308,7 @@ declare const BkOverflowTitle: {
308
308
  }>>, {
309
309
  type: string;
310
310
  content: string;
311
- 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";
311
+ 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";
312
312
  boundary: string | HTMLElement;
313
313
  calType: string;
314
314
  resizeable: boolean;
@@ -332,8 +332,8 @@ declare const BkOverflowTitle: {
332
332
  boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
333
333
  default: string | (() => HTMLElement);
334
334
  };
335
- 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"> & {
336
- 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";
335
+ 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"> & {
336
+ 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";
337
337
  };
338
338
  resizeable: import("vue-types").VueTypeValidableDef<boolean> & {
339
339
  default: boolean;
@@ -375,8 +375,8 @@ declare const BkOverflowTitle: {
375
375
  } & {
376
376
  default: boolean;
377
377
  };
378
- 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"> & {
379
- 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";
378
+ 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"> & {
379
+ 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";
380
380
  };
381
381
  theme: import("vue-types").VueTypeValidableDef<string> & {
382
382
  default: string;
@@ -477,7 +477,7 @@ declare const BkOverflowTitle: {
477
477
  }, {}, {}, {}, {
478
478
  type: string;
479
479
  content: string;
480
- 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";
480
+ 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";
481
481
  boundary: string | HTMLElement;
482
482
  calType: string;
483
483
  resizeable: boolean;
@@ -498,8 +498,8 @@ declare const BkOverflowTitle: {
498
498
  boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
499
499
  default: string | (() => HTMLElement);
500
500
  };
501
- 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"> & {
502
- 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";
501
+ 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"> & {
502
+ 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";
503
503
  };
504
504
  resizeable: import("vue-types").VueTypeValidableDef<boolean> & {
505
505
  default: boolean;
@@ -541,8 +541,8 @@ declare const BkOverflowTitle: {
541
541
  } & {
542
542
  default: boolean;
543
543
  };
544
- 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"> & {
545
- 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";
544
+ 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"> & {
545
+ 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";
546
546
  };
547
547
  theme: import("vue-types").VueTypeValidableDef<string> & {
548
548
  default: string;
@@ -643,7 +643,7 @@ declare const BkOverflowTitle: {
643
643
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
644
644
  type: string;
645
645
  content: string;
646
- 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";
646
+ 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";
647
647
  boundary: string | HTMLElement;
648
648
  calType: string;
649
649
  resizeable: boolean;
@@ -59,25 +59,50 @@ var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); retur
59
59
  var external_vue_types_y = x => () => x
60
60
  const external_vue_types_namespaceObject = external_vue_types_x({ ["string"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.string });
61
61
  ;// CONCATENATED MODULE: ../../packages/overflow-title/src/props.ts
62
+ /*
63
+ * Tencent is pleased to support the open source community by making
64
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
65
+ *
66
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
67
+ *
68
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
69
+ *
70
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
71
+ *
72
+ * ---------------------------------------------------
73
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
74
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
75
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
76
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77
+ *
78
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
79
+ * the Software.
80
+ *
81
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
82
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
83
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
84
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
85
+ * IN THE SOFTWARE.
86
+ */
62
87
 
63
88
 
64
89
  var PlacementEnum;
65
90
  (function (PlacementEnum) {
66
91
  PlacementEnum["AUTO"] = "auto";
67
- PlacementEnum["AUTO_START"] = "auto-start";
68
92
  PlacementEnum["AUTO_END"] = "auto-end";
69
- PlacementEnum["TOP"] = "top";
70
- PlacementEnum["RIGHT"] = "right";
93
+ PlacementEnum["AUTO_START"] = "auto-start";
71
94
  PlacementEnum["BOTTOM"] = "bottom";
72
- PlacementEnum["LEFT"] = "left";
73
- PlacementEnum["TOP_START"] = "top-start";
74
- PlacementEnum["TOP_END"] = "top-end";
75
- PlacementEnum["BOTTOM_START"] = "bottom-start";
76
95
  PlacementEnum["BOTTOM_END"] = "bottom-end";
77
- PlacementEnum["RIGHT_START"] = "right-start";
78
- PlacementEnum["RIGHT_END"] = "right-end";
79
- PlacementEnum["LEFT_START"] = "left-start";
96
+ PlacementEnum["BOTTOM_START"] = "bottom-start";
97
+ PlacementEnum["LEFT"] = "left";
80
98
  PlacementEnum["LEFT_END"] = "left-end";
99
+ PlacementEnum["LEFT_START"] = "left-start";
100
+ PlacementEnum["RIGHT"] = "right";
101
+ PlacementEnum["RIGHT_END"] = "right-end";
102
+ PlacementEnum["RIGHT_START"] = "right-start";
103
+ PlacementEnum["TOP"] = "top";
104
+ PlacementEnum["TOP_END"] = "top-end";
105
+ PlacementEnum["TOP_START"] = "top-start";
81
106
  })(PlacementEnum || (PlacementEnum = {}));
82
107
  function placementType() {
83
108
  return (0,external_vue_types_namespaceObject.string)().def(PlacementEnum.BOTTOM);
@@ -93,6 +118,31 @@ function placementType() {
93
118
  });
94
119
  ;// CONCATENATED MODULE: ../../packages/overflow-title/src/components/overflow-title.tsx
95
120
 
121
+ /*
122
+ * Tencent is pleased to support the open source community by making
123
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
124
+ *
125
+ * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
126
+ *
127
+ * 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
128
+ *
129
+ * License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
130
+ *
131
+ * ---------------------------------------------------
132
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
133
+ * documentation files (the "Software"), to deal in the Software without restriction, including without limitation
134
+ * the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
135
+ * to permit persons to whom the Software is furnished to do so, subject to the following conditions:
136
+ *
137
+ * The above copyright notice and this permission notice shall be included in all copies or substantial portions of
138
+ * the Software.
139
+ *
140
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
141
+ * THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
142
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
143
+ * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
144
+ * IN THE SOFTWARE.
145
+ */
96
146
 
97
147
 
98
148
 
@@ -162,8 +212,8 @@ function placementType() {
162
212
  "ref": "boxRef",
163
213
  "class": "position-relative"
164
214
  }, [(0,external_vue_namespaceObject.createVNode)(popover_namespaceObject["default"], (0,external_vue_namespaceObject.mergeProps)({
165
- "placement": this.placement,
166
215
  "boundary": this.boundary || document.body,
216
+ "placement": this.placement,
167
217
  "popoverDelay": [200, 0]
168
218
  }, props.popoverOptions, {
169
219
  "disabled": this.type === 'title' || !this.isShowTips
@@ -1,25 +1,25 @@
1
1
  import { PropType } from 'vue/dist/vue';
2
2
  export type TipsType = 'tips' | 'title';
3
- export type CalType = 'dom' | 'canvas';
3
+ export type CalType = 'canvas' | 'dom';
4
4
  export declare enum PlacementEnum {
5
5
  AUTO = "auto",
6
- AUTO_START = "auto-start",
7
6
  AUTO_END = "auto-end",
8
- TOP = "top",
9
- RIGHT = "right",
7
+ AUTO_START = "auto-start",
10
8
  BOTTOM = "bottom",
11
- LEFT = "left",
12
- TOP_START = "top-start",
13
- TOP_END = "top-end",
14
- BOTTOM_START = "bottom-start",
15
9
  BOTTOM_END = "bottom-end",
16
- RIGHT_START = "right-start",
17
- RIGHT_END = "right-end",
10
+ BOTTOM_START = "bottom-start",
11
+ LEFT = "left",
12
+ LEFT_END = "left-end",
18
13
  LEFT_START = "left-start",
19
- LEFT_END = "left-end"
14
+ RIGHT = "right",
15
+ RIGHT_END = "right-end",
16
+ RIGHT_START = "right-start",
17
+ TOP = "top",
18
+ TOP_END = "top-end",
19
+ TOP_START = "top-start"
20
20
  }
21
- export declare function placementType(): 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"> & {
22
- 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";
21
+ export declare function placementType(): 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"> & {
22
+ 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";
23
23
  };
24
24
  declare const _default: {
25
25
  content: import("vue-types").VueTypeValidableDef<string> & {
@@ -34,13 +34,13 @@ declare const _default: {
34
34
  boundary: import("vue-types").VueTypeDef<string | HTMLElement> & {
35
35
  default: string | (() => HTMLElement);
36
36
  };
37
- 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"> & {
38
- 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";
37
+ 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"> & {
38
+ 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";
39
39
  };
40
40
  resizeable: import("vue-types").VueTypeValidableDef<boolean> & {
41
41
  default: boolean;
42
42
  };
43
- popoverOptions: PropType<Partial<Readonly<import("vue").ExtractPropTypes<{
43
+ popoverOptions: PropType<Partial<Readonly<import("@vue/runtime-core").ExtractPropTypes<{
44
44
  isShow: import("vue-types").VueTypeValidableDef<boolean> & {
45
45
  default: boolean;
46
46
  } & {
@@ -77,8 +77,8 @@ declare const _default: {
77
77
  } & {
78
78
  default: boolean;
79
79
  };
80
- 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"> & {
81
- 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";
80
+ 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"> & {
81
+ 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";
82
82
  };
83
83
  theme: import("vue-types").VueTypeValidableDef<string> & {
84
84
  default: string;
@@ -249,17 +249,17 @@ function _isSlot(s) {
249
249
  }), [(0,external_vue_namespaceObject.createVNode)("div", null, [t.value.eachPage]), (0,external_vue_namespaceObject.createVNode)(select_namespaceObject["default"], {
250
250
  "class": "".concat(resolveClassName('pagination-limit-select')),
251
251
  "clearable": false,
252
+ "disabled": proxy.disabled,
253
+ "filterable": false,
254
+ "modelValue": localLimit.value,
252
255
  "size": "small",
253
256
  "withValidate": false,
254
- "modelValue": localLimit.value,
255
- "onChange": handleLimitChange,
256
- "disabled": proxy.disabled,
257
- "filterable": false
257
+ "onChange": handleLimitChange
258
258
  }, _isSlot(_slot = proxy.limitList.map(function (num, index) {
259
259
  return (0,external_vue_namespaceObject.createVNode)(select_namespaceObject.BkOption, {
260
260
  "id": num,
261
- "name": "".concat(num),
262
- "key": "".concat(index, "_").concat(num)
261
+ "key": "".concat(index, "_").concat(num),
262
+ "name": "".concat(num)
263
263
  }, null);
264
264
  })) ? _slot : {
265
265
  "default": function _default() {
@@ -418,8 +418,8 @@ var PAGE_ITEMS_NUM = 5;
418
418
  "class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-pre')), true), 'is-disabled', isPagePreDisabled.value),
419
419
  "onClick": handlePrePage
420
420
  }, [proxy.prevText || (0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleLeft, null, null)]), (0,external_vue_namespaceObject.createVNode)("div", {
421
- "class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-item')), true), 'is-active', localCurrent.value === 1),
422
421
  "key": "1",
422
+ "class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-item')), true), 'is-active', localCurrent.value === 1),
423
423
  "onClick": function onClick() {
424
424
  return handleItemClick(1);
425
425
  }
@@ -429,8 +429,8 @@ var PAGE_ITEMS_NUM = 5;
429
429
  "onClick": handlePreBatch
430
430
  }, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Ellipsis, null, null)]), list.value.map(function (num) {
431
431
  return (0,external_vue_namespaceObject.createVNode)("div", {
432
- "class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-item')), true), 'is-active', localCurrent.value === num),
433
432
  "key": num,
433
+ "class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-item')), true), 'is-active', localCurrent.value === num),
434
434
  "onClick": function onClick() {
435
435
  return handleItemClick(num);
436
436
  }
@@ -440,8 +440,8 @@ var PAGE_ITEMS_NUM = 5;
440
440
  "class": "".concat(resolveClassName('pagination-list-next-batch')),
441
441
  "onClick": handleNextBatch
442
442
  }, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.Ellipsis, null, null)]), proxy.totalPageNum > 1 && (0,external_vue_namespaceObject.createVNode)("div", {
443
- "class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-item')), true), 'is-active', localCurrent.value === proxy.totalPageNum),
444
443
  "key": "last",
444
+ "class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-list-item')), true), 'is-active', localCurrent.value === proxy.totalPageNum),
445
445
  "onClick": function onClick() {
446
446
  return handleItemClick(proxy.totalPageNum);
447
447
  }
@@ -618,12 +618,12 @@ const popover_less_namespaceObject = popover_less_x({ });
618
618
  "class": _defineProperty(_defineProperty({}, "".concat(resolveClassName('pagination-btn-pre')), true), 'is-disabled', isPagePreDisabled.value),
619
619
  "onClick": handlePrePage
620
620
  }, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.AngleLeft, null, null)]), (0,external_vue_namespaceObject.createVNode)(popover_namespaceObject["default"], {
621
- "theme": "light",
622
- "trigger": "click",
623
- "arrow": false,
624
621
  "width": 56,
622
+ "arrow": false,
625
623
  "boundary": "body",
626
- "placement": "bottom"
624
+ "placement": "bottom",
625
+ "theme": "light",
626
+ "trigger": "click"
627
627
  }, {
628
628
  "default": function _default() {
629
629
  return (0,external_vue_namespaceObject.createVNode)("div", {
@@ -631,10 +631,10 @@ const popover_less_namespaceObject = popover_less_x({ });
631
631
  }, [(0,external_vue_namespaceObject.createVNode)("span", {
632
632
  "ref": inputRef,
633
633
  "class": "".concat(resolveClassName('pagination-editor')),
634
- "contenteditable": true,
635
634
  "spellcheck": "false",
636
- "onFocus": handlePageEditorFocus,
635
+ "contenteditable": true,
637
636
  "onBlur": handlePageEditorBlur,
637
+ "onFocus": handlePageEditorFocus,
638
638
  "onInput": handlePageEditorInput,
639
639
  "onKeydown": handlePageEditorKeydown
640
640
  }, [localCurrent.value]), (0,external_vue_namespaceObject.createVNode)("span", null, [(0,external_vue_namespaceObject.createTextVNode)("/")]), (0,external_vue_namespaceObject.createVNode)("span", {
@@ -646,11 +646,11 @@ const popover_less_namespaceObject = popover_less_x({ });
646
646
  "class": "".concat(resolveClassName('pagination-picker-list'))
647
647
  }, [list.value.map(function (item) {
648
648
  return (0,external_vue_namespaceObject.createVNode)("div", {
649
+ "key": item,
649
650
  "class": {
650
651
  item: true,
651
652
  'is-actived': item === localCurrent.value
652
653
  },
653
- "key": item,
654
654
  "onClick": function onClick() {
655
655
  return handlePageChange(item);
656
656
  }