bkui-vue 2.0.1-beta.11 → 2.0.1-beta.13

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 (196) hide show
  1. package/dist/index.cjs.js +165 -165
  2. package/dist/index.esm.js +31260 -31265
  3. package/dist/index.umd.js +165 -165
  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 -6
  16. package/lib/cascader/cascader-panel.d.ts +1 -1
  17. package/lib/cascader/cascader.d.ts +1 -1
  18. package/lib/cascader/index.js +31 -32
  19. package/lib/cascader/interface.d.ts +1 -1
  20. package/lib/checkbox/index.js +3 -3
  21. package/lib/checkbox/type.d.ts +1 -1
  22. package/lib/code-diff/index.js +8 -8
  23. package/lib/collapse/index.js +2 -2
  24. package/lib/collapse/utils.d.ts +2 -2
  25. package/lib/color-picker/index.js +44 -44
  26. package/lib/components.d.ts +32 -32
  27. package/lib/components.js +31 -31
  28. package/lib/config-provider/index.d.ts +1 -1
  29. package/lib/container/index.js +6 -6
  30. package/lib/date-picker/base/date-table.d.ts +1 -1
  31. package/lib/date-picker/base/month-table.d.ts +1 -1
  32. package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
  33. package/lib/date-picker/base/year-table.d.ts +1 -1
  34. package/lib/date-picker/index.js +189 -188
  35. package/lib/date-picker/interface.d.ts +9 -9
  36. package/lib/date-picker/panel/date-range.d.ts +1 -1
  37. package/lib/date-picker/panel/date.d.ts +1 -1
  38. package/lib/date-picker/panel/time-range.d.ts +1 -1
  39. package/lib/date-picker/panel/time.d.ts +1 -1
  40. package/lib/date-picker/props.d.ts +1 -1
  41. package/lib/date-picker/utils.d.ts +1 -1
  42. package/lib/dialog/dialog.d.ts +18 -18
  43. package/lib/dialog/index.d.ts +40 -40
  44. package/lib/dialog/index.js +22 -22
  45. package/lib/dialog/props.d.ts +7 -7
  46. package/lib/directives/index.d.ts +3 -3
  47. package/lib/directives/index.js +166 -166
  48. package/lib/directives/tooltips.d.ts +1 -1
  49. package/lib/dist.index.js +3 -2
  50. package/lib/divider/divider.d.ts +5 -5
  51. package/lib/divider/index.d.ts +11 -11
  52. package/lib/divider/index.js +2 -2
  53. package/lib/divider/props.d.ts +2 -2
  54. package/lib/dropdown/dropdown.d.ts +5 -5
  55. package/lib/dropdown/index.d.ts +11 -11
  56. package/lib/dropdown/index.js +7 -7
  57. package/lib/exception/exception.d.ts +9 -9
  58. package/lib/exception/index.d.ts +11 -11
  59. package/lib/exception/index.js +10 -10
  60. package/lib/exception/typings/index.d.ts +1 -1
  61. package/lib/fixed-navbar/index.js +2 -2
  62. package/lib/form/form.d.ts +2 -2
  63. package/lib/form/index.js +14 -14
  64. package/lib/form/type.d.ts +2 -2
  65. package/lib/icon/index.d.ts +11 -11
  66. package/lib/icon/index.js +11 -11
  67. package/lib/image/image-viewer.d.ts +1 -1
  68. package/lib/image/index.js +20 -20
  69. package/lib/index.d.ts +4 -3
  70. package/lib/index.js +4 -4
  71. package/lib/info-box/index.js +13 -13
  72. package/lib/info-box/info-box.d.ts +15 -15
  73. package/lib/input/index.d.ts +15 -15
  74. package/lib/input/index.js +16 -16
  75. package/lib/input/input.d.ts +15 -15
  76. package/lib/link/index.d.ts +11 -11
  77. package/lib/link/index.js +3 -3
  78. package/lib/link/link.d.ts +5 -5
  79. package/lib/loading/index.d.ts +4 -4
  80. package/lib/loading/index.js +6 -6
  81. package/lib/loading/loading.d.ts +6 -6
  82. package/lib/locale/index.d.ts +1 -1
  83. package/lib/menu/index.js +0 -1
  84. package/lib/menu/utils.d.ts +3 -3
  85. package/lib/message/index.js +18 -18
  86. package/lib/message/messageConstructor.d.ts +11 -11
  87. package/lib/modal/index.d.ts +3 -3
  88. package/lib/modal/index.js +7 -7
  89. package/lib/modal/modal.d.ts +1 -1
  90. package/lib/navigation/index.js +20 -20
  91. package/lib/navigation/navigation.d.ts +1 -1
  92. package/lib/notify/index.js +4 -4
  93. package/lib/overflow-title/components/overflow-title.d.ts +9 -9
  94. package/lib/overflow-title/index.d.ts +19 -19
  95. package/lib/overflow-title/index.js +61 -11
  96. package/lib/overflow-title/props.d.ts +18 -18
  97. package/lib/pagination/index.js +16 -16
  98. package/lib/pagination/type.d.ts +1 -1
  99. package/lib/pagination/use-limit.d.ts +1 -1
  100. package/lib/pagination/use-total.d.ts +1 -1
  101. package/lib/plugin-popover/index.js +18 -19
  102. package/lib/pop-confirm/index.d.ts +11 -11
  103. package/lib/pop-confirm/index.js +9 -9
  104. package/lib/pop-confirm/pop-confirm.d.ts +5 -5
  105. package/lib/pop-confirm/props.d.ts +4 -4
  106. package/lib/popover/const.d.ts +3 -3
  107. package/lib/popover/index.d.ts +19 -19
  108. package/lib/popover/index.js +18 -19
  109. package/lib/popover/plugin-popover.d.ts +1 -1
  110. package/lib/popover/popover.d.ts +7 -7
  111. package/lib/popover/props.d.ts +4 -4
  112. package/lib/preset.d.ts +0 -1
  113. package/lib/preset.js +0 -1
  114. package/lib/process/index.js +3 -3
  115. package/lib/progress/index.d.ts +11 -11
  116. package/lib/progress/index.js +10 -10
  117. package/lib/progress/progress.d.ts +7 -7
  118. package/lib/radio/index.js +10 -10
  119. package/lib/radio/type.d.ts +1 -1
  120. package/lib/rate/index.js +8 -8
  121. package/lib/resize-layout/index.d.ts +11 -11
  122. package/lib/resize-layout/index.js +7 -8
  123. package/lib/resize-layout/resize-layout.d.ts +5 -5
  124. package/lib/scrollbar/index.js +0 -1
  125. package/lib/scrollbar/scrollbar-core/index.d.ts +9 -9
  126. package/lib/search-select/index.js +66 -66
  127. package/lib/search-select/menu.d.ts +1 -1
  128. package/lib/search-select/selected.d.ts +1 -1
  129. package/lib/search-select/utils.d.ts +3 -3
  130. package/lib/select/index.d.ts +61 -61
  131. package/lib/select/index.js +69 -73
  132. package/lib/select/option.d.ts +1 -1
  133. package/lib/select/select.d.ts +24 -24
  134. package/lib/select/selectTagInput.d.ts +6 -6
  135. package/lib/select/type.d.ts +2 -2
  136. package/lib/shared/index.d.ts +1 -1
  137. package/lib/shared/index.js +38 -46
  138. package/lib/shared/popover.d.ts +3 -3
  139. package/lib/shared/token.d.ts +1 -1
  140. package/lib/shared/vue-types.d.ts +46 -46
  141. package/lib/shared/z-index-manager.d.ts +6 -6
  142. package/lib/sideslider/index.d.ts +3 -3
  143. package/lib/sideslider/index.js +11 -11
  144. package/lib/sideslider/sideslider.d.ts +1 -1
  145. package/lib/slider/index.js +21 -23
  146. package/lib/steps/index.d.ts +11 -11
  147. package/lib/steps/index.js +3 -3
  148. package/lib/steps/steps.d.ts +7 -7
  149. package/lib/swiper/index.js +5 -5
  150. package/lib/switcher/index.js +2 -2
  151. package/lib/switcher/switcher.d.ts +2 -2
  152. package/lib/tab/index.d.ts +22 -22
  153. package/lib/tab/index.js +15 -15
  154. package/lib/tab/props.d.ts +15 -15
  155. package/lib/tab/tab-nav.d.ts +10 -10
  156. package/lib/tab/tab.d.ts +10 -10
  157. package/lib/table/components/table-column.d.ts +27 -87
  158. package/lib/table/const.d.ts +8 -8
  159. package/lib/table/events.d.ts +21 -21
  160. package/lib/table/index.d.ts +194 -244
  161. package/lib/table/index.js +126 -129
  162. package/lib/table/props.d.ts +33 -33
  163. package/lib/table/table.css +3 -4
  164. package/lib/table/table.d.ts +47 -47
  165. package/lib/table/table.less +4 -12
  166. package/lib/table/table.variable.css +3 -4
  167. package/lib/table/use-attributes.d.ts +3 -3
  168. package/lib/table/use-column.d.ts +9 -129
  169. package/lib/table/use-common.d.ts +4 -4
  170. package/lib/table/utils.d.ts +5 -5
  171. package/lib/table-column/index.d.ts +42 -172
  172. package/lib/table-column/index.js +18 -18
  173. package/lib/tag/index.d.ts +11 -11
  174. package/lib/tag/index.js +2 -2
  175. package/lib/tag/tag.d.ts +5 -5
  176. package/lib/tag-input/common.d.ts +1 -1
  177. package/lib/tag-input/index.d.ts +8 -8
  178. package/lib/tag-input/index.js +30 -30
  179. package/lib/tag-input/tag-input.d.ts +4 -4
  180. package/lib/tag-input/tag-props.d.ts +2 -2
  181. package/lib/timeline/index.js +2 -2
  182. package/lib/transfer/const.d.ts +2 -2
  183. package/lib/transfer/index.js +3 -5
  184. package/lib/tree/constant.d.ts +20 -20
  185. package/lib/tree/index.d.ts +20 -20
  186. package/lib/tree/index.js +36 -36
  187. package/lib/tree/props.d.ts +6 -6
  188. package/lib/tree/tree.d.ts +6 -6
  189. package/lib/tree/use-empty.d.ts +1 -1
  190. package/lib/tree/use-node-action.d.ts +2 -2
  191. package/lib/tree/use-search.d.ts +1 -1
  192. package/lib/upload/index.js +25 -26
  193. package/lib/upload/props.d.ts +1 -1
  194. package/lib/upload/upload.type.d.ts +6 -6
  195. package/lib/upload/use-file-handler.d.ts +1 -1
  196. package/package.json +17 -55
@@ -8,7 +8,7 @@ export interface IMenuProvider {
8
8
  readonly activeKey: Ref<string>;
9
9
  readonly openedKeys: Ref<string[]>;
10
10
  readonly mode: MenuMode;
11
- readonly collapse: Ref<Boolean>;
11
+ readonly collapse: Ref<boolean>;
12
12
  readonly menuStore: Ref<Record<string, IMenuInfo>>;
13
13
  readonly registerMenuInfo: (key: string, info: IMenuInfo) => void;
14
14
  readonly unregisterMenuInfo: (key: string) => void;
@@ -28,8 +28,8 @@ export declare const useMenuPathInject: () => IMenuPathProvider | {
28
28
  parentInfo: any;
29
29
  parentKeys: Ref<any[]>;
30
30
  };
31
- export declare function removeClass(el: HTMLElement | Element, cls: string): void;
32
- export declare function addClass(el: HTMLElement | Element, cls: string): void;
31
+ export declare function removeClass(el: Element | HTMLElement, cls: string): void;
32
+ export declare function addClass(el: Element | HTMLElement, cls: string): void;
33
33
  export declare const collapseMotion: () => {
34
34
  css: boolean;
35
35
  onBeforeEnter: (el: any) => void;
@@ -1178,12 +1178,6 @@ function _nonIterableSpread() {
1178
1178
  function _toConsumableArray(arr) {
1179
1179
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
1180
1180
  }
1181
- // EXTERNAL MODULE: ../../node_modules/clipboard/dist/clipboard.js
1182
- var clipboard = __webpack_require__(7647);
1183
- var clipboard_default = /*#__PURE__*/__webpack_require__.n(clipboard);
1184
- // EXTERNAL MODULE: ../../node_modules/json-formatter-js/dist/json-formatter.umd.js
1185
- var json_formatter_umd = __webpack_require__(4346);
1186
- var json_formatter_umd_default = /*#__PURE__*/__webpack_require__.n(json_formatter_umd);
1187
1181
  ;// CONCATENATED MODULE: external "vue-types"
1188
1182
  var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1189
1183
  var external_vue_types_y = x => () => x
@@ -1196,6 +1190,12 @@ const config_provider_namespaceObject = config_provider_x({ ["useLocale"]: () =>
1196
1190
  var icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
1197
1191
  var icon_y = x => () => x
1198
1192
  const icon_namespaceObject = icon_x({ ["AngleDoubleDownLine"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDoubleDownLine, ["AngleDoubleUpLine"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.AngleDoubleUpLine, ["Assistant"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Assistant, ["Close"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Close, ["CopyShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.CopyShape, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Error, ["FixLine"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.FixLine, ["FixShape"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.FixShape, ["Info"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Info, ["Success"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Success, ["Warn"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_icon_a97c79c3__.Warn });
1193
+ // EXTERNAL MODULE: ../../node_modules/clipboard/dist/clipboard.js
1194
+ var clipboard = __webpack_require__(7647);
1195
+ var clipboard_default = /*#__PURE__*/__webpack_require__.n(clipboard);
1196
+ // EXTERNAL MODULE: ../../node_modules/json-formatter-js/dist/json-formatter.umd.js
1197
+ var json_formatter_umd = __webpack_require__(4346);
1198
+ var json_formatter_umd_default = /*#__PURE__*/__webpack_require__.n(json_formatter_umd);
1199
1199
  ;// CONCATENATED MODULE: ../../packages/message/src/messageConstructor.tsx
1200
1200
 
1201
1201
 
@@ -1237,15 +1237,15 @@ function messageConstructor_objectSpread(e) { for (var r = 1; r < arguments.leng
1237
1237
 
1238
1238
  var MessageThemeEnum;
1239
1239
  (function (MessageThemeEnum) {
1240
+ MessageThemeEnum["ERROR"] = "error";
1240
1241
  MessageThemeEnum["PRIMARY"] = "primary";
1241
- MessageThemeEnum["WARNING"] = "warning";
1242
1242
  MessageThemeEnum["SUCCESS"] = "success";
1243
- MessageThemeEnum["ERROR"] = "error";
1243
+ MessageThemeEnum["WARNING"] = "warning";
1244
1244
  })(MessageThemeEnum || (MessageThemeEnum = {}));
1245
1245
  var MessageContentType;
1246
1246
  (function (MessageContentType) {
1247
- MessageContentType["KEY_VALUE"] = "key-value";
1248
1247
  MessageContentType["JSON"] = "json";
1248
+ MessageContentType["KEY_VALUE"] = "key-value";
1249
1249
  })(MessageContentType || (MessageContentType = {}));
1250
1250
  var IMessageActionType;
1251
1251
  (function (IMessageActionType) {
@@ -1253,6 +1253,10 @@ var IMessageActionType;
1253
1253
  * 联系助手:默认直接拉起企业微信与助手的聊天,需要在 message.assistant 配置对应的企微群ID
1254
1254
  */
1255
1255
  IMessageActionType["ASSISTANT"] = "assistant";
1256
+ /**
1257
+ * 关闭:点击关闭,Message 消失
1258
+ */
1259
+ IMessageActionType["CLOSE"] = "close";
1256
1260
  /**
1257
1261
  * 展开详情:展开面向开发的详情
1258
1262
  */
@@ -1261,10 +1265,6 @@ var IMessageActionType;
1261
1265
  * 图钉按钮:点击后,Message 不会自动消失
1262
1266
  */
1263
1267
  IMessageActionType["FIX"] = "fix";
1264
- /**
1265
- * 关闭:点击关闭,Message 消失
1266
- */
1267
- IMessageActionType["CLOSE"] = "close";
1268
1268
  })(IMessageActionType || (IMessageActionType = {}));
1269
1269
  var messageProps = {
1270
1270
  id: shared_namespaceObject.PropTypes.string.def(''),
@@ -1722,11 +1722,11 @@ var messageProps = {
1722
1722
  }, [_this2.renderMessageActions()])]), _this2.toolOperation.isDetailShow && (0,external_vue_namespaceObject.createVNode)("div", {
1723
1723
  "class": "message-detail"
1724
1724
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
1725
- "class": "message-copy",
1726
- "ref": "refCopyMsgDiv"
1725
+ "ref": "refCopyMsgDiv",
1726
+ "class": "message-copy"
1727
1727
  }, [(0,external_vue_namespaceObject.createVNode)(icon_namespaceObject.CopyShape, null, null)]), (0,external_vue_namespaceObject.createVNode)("div", {
1728
- "class": "copy-status",
1729
- "ref": "refCopyStatus"
1728
+ "ref": "refCopyStatus",
1729
+ "class": "copy-status"
1730
1730
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
1731
1731
  "class": "inner"
1732
1732
  }, [renderIcon(_this2.copyStatus), _this2.copyStatus === 'success' ? _this2.t.copySuccess : _this2.t.copyFailed])]), (0,external_vue_namespaceObject.createVNode)("div", {
@@ -1748,8 +1748,8 @@ var messageProps = {
1748
1748
  }, {
1749
1749
  "default": function _default() {
1750
1750
  return [(0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("div", {
1751
- "class": _this2.classNames,
1752
1751
  "style": _this2.styles,
1752
+ "class": _this2.classNames,
1753
1753
  "onMouseenter": _this2.handleMouseenter,
1754
1754
  "onMouseleave": _this2.handleMouseleave
1755
1755
  }, [renderMessage()]), [[external_vue_namespaceObject.vShow, _this2.visible]])];
@@ -1,13 +1,17 @@
1
1
  import { VNode } from 'vue';
2
2
  declare enum MessageContentType {
3
- KEY_VALUE = "key-value",
4
- JSON = "json"
3
+ JSON = "json",
4
+ KEY_VALUE = "key-value"
5
5
  }
6
6
  declare enum IMessageActionType {
7
7
  /**
8
8
  * 联系助手:默认直接拉起企业微信与助手的聊天,需要在 message.assistant 配置对应的企微群ID
9
9
  */
10
10
  ASSISTANT = "assistant",
11
+ /**
12
+ * 关闭:点击关闭,Message 消失
13
+ */
14
+ CLOSE = "close",
11
15
  /**
12
16
  * 展开详情:展开面向开发的详情
13
17
  */
@@ -15,11 +19,7 @@ declare enum IMessageActionType {
15
19
  /**
16
20
  * 图钉按钮:点击后,Message 不会自动消失
17
21
  */
18
- FIX = "fix",
19
- /**
20
- * 关闭:点击关闭,Message 消失
21
- */
22
- CLOSE = "close"
22
+ FIX = "fix"
23
23
  }
24
24
  type IMessageAction = {
25
25
  /**
@@ -34,13 +34,13 @@ type IMessageAction = {
34
34
  /**
35
35
  * 需要展示的ICON,如果不设置显示默认
36
36
  */
37
- icon?: () => VNode | string | VNode;
37
+ icon?: () => VNode | VNode | string;
38
38
  /**
39
39
  * 鼠标点击事件,如果返回false则阻止默认点击行为
40
40
  * 如果返回其他,默认行为不会阻止
41
41
  * @returns
42
42
  */
43
- onClick?: (...args: any[]) => Boolean | void;
43
+ onClick?: (...args: any[]) => boolean | void;
44
44
  /**
45
45
  * 自定义渲染 & 事件处理
46
46
  * 如果设置了render则整个渲染都需要自己处理,默认渲染将会被阻止
@@ -67,7 +67,7 @@ export type IMessage = {
67
67
  /**
68
68
  * 错误码
69
69
  */
70
- code: string | number;
70
+ code: number | string;
71
71
  /**
72
72
  * 错误概述
73
73
  */
@@ -79,7 +79,7 @@ export type IMessage = {
79
79
  /**
80
80
  * 详情
81
81
  */
82
- details: string | Record<string, any> | Array<Record<string, any> | string | number | boolean>;
82
+ details: Array<Record<string, any> | boolean | number | string> | Record<string, any> | string;
83
83
  /**
84
84
  * 助手
85
85
  */
@@ -120,8 +120,8 @@ declare const BkModal: {
120
120
  "onQuick-close"?: (...args: any[]) => any;
121
121
  }, {
122
122
  extCls: string;
123
- top: string;
124
123
  left: string;
124
+ top: string;
125
125
  isShow: boolean;
126
126
  transfer: string | boolean | HTMLElement;
127
127
  renderDirective: "show" | "if";
@@ -199,8 +199,8 @@ declare const BkModal: {
199
199
  "onQuick-close"?: (...args: any[]) => any;
200
200
  }, () => JSX.Element, {}, {}, {}, {
201
201
  extCls: string;
202
- top: string;
203
202
  left: string;
203
+ top: string;
204
204
  isShow: boolean;
205
205
  transfer: string | boolean | HTMLElement;
206
206
  renderDirective: "show" | "if";
@@ -275,8 +275,8 @@ declare const BkModal: {
275
275
  "onQuick-close"?: (...args: any[]) => any;
276
276
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "hidden" | "shown" | "quick-close")[], "close" | "hidden" | "shown" | "quick-close", {
277
277
  extCls: string;
278
- top: string;
279
278
  left: string;
279
+ top: string;
280
280
  isShow: boolean;
281
281
  transfer: string | boolean | HTMLElement;
282
282
  renderDirective: "show" | "if";
@@ -437,8 +437,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
437
437
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
438
438
  "class": resolveClassName('modal-header')
439
439
  }, [(_slots$header = slots.header) === null || _slots$header === void 0 ? void 0 : _slots$header.call(slots)]), (0,external_vue_namespaceObject.createVNode)("div", {
440
- "class": resolveClassName('modal-content'),
441
- "style": contentStyles.value
440
+ "style": contentStyles.value,
441
+ "class": resolveClassName('modal-content')
442
442
  }, [(0,external_vue_namespaceObject.createVNode)("div", {
443
443
  "style": "position: relative; display: inline-block; width: 100%;"
444
444
  }, [(_slots$default = slots["default"]) === null || _slots$default === void 0 ? void 0 : _slots$default.call(slots), (0,external_vue_namespaceObject.createVNode)("div", {
@@ -452,8 +452,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
452
452
  }, [(_slots$close = slots.close) === null || _slots$close === void 0 ? void 0 : _slots$close.call(slots)])]);
453
453
  };
454
454
  return (0,external_vue_namespaceObject.createVNode)(external_vue_namespaceObject.Teleport, {
455
- "to": "body",
456
- "disabled": !props.transfer
455
+ "disabled": !props.transfer,
456
+ "to": "body"
457
457
  }, {
458
458
  "default": function _default() {
459
459
  return [(0,external_vue_namespaceObject.createVNode)("div", (0,external_vue_namespaceObject.mergeProps)({
@@ -466,10 +466,10 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
466
466
  "default": function _default() {
467
467
  return [(0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("div", {
468
468
  "ref": maskRef,
469
- "class": _defineProperty({}, resolveClassName('modal-mask'), true),
470
469
  "style": {
471
470
  zIndex: zIndex.value
472
471
  },
472
+ "class": _defineProperty({}, resolveClassName('modal-mask'), true),
473
473
  "onClick": handleClickOutSide
474
474
  }, null), [[external_vue_namespaceObject.vShow, localShow.value]])];
475
475
  }
@@ -478,8 +478,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
478
478
  }, {
479
479
  "default": function _default() {
480
480
  return [(0,external_vue_namespaceObject.withDirectives)((0,external_vue_namespaceObject.createVNode)("div", {
481
- "class": resolveClassName('modal-wrapper'),
482
- "style": modalWrapperStyles.value
481
+ "style": modalWrapperStyles.value,
482
+ "class": resolveClassName('modal-wrapper')
483
483
  }, [renderContent()]), [[external_vue_namespaceObject.vShow, localShow.value]])];
484
484
  }
485
485
  })])];
@@ -116,8 +116,8 @@ declare const _default: import("vue").DefineComponent<{
116
116
  "onQuick-close"?: (...args: any[]) => any;
117
117
  }, {
118
118
  extCls: string;
119
- top: string;
120
119
  left: string;
120
+ top: string;
121
121
  isShow: boolean;
122
122
  transfer: string | boolean | HTMLElement;
123
123
  renderDirective: "show" | "if";
@@ -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;