bkui-vue 0.0.1-beta.16 → 0.0.1-beta.19

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/bkui-vue.cjs.js +1564 -558
  2. package/dist/bkui-vue.esm.js +1582 -579
  3. package/dist/bkui-vue.umd.js +1564 -558
  4. package/dist/style.css +469 -14
  5. package/lib/alert/alert.d.ts +24 -15
  6. package/lib/alert/alert.variable.css +7 -0
  7. package/lib/alert/index.d.ts +96 -60
  8. package/lib/animate-number/animate-number.d.ts +12 -7
  9. package/lib/animate-number/index.d.ts +48 -28
  10. package/lib/backtop/backtop.d.ts +27 -13
  11. package/lib/backtop/backtop.variable.css +7 -0
  12. package/lib/backtop/index.d.ts +108 -52
  13. package/lib/badge/badge.d.ts +40 -19
  14. package/lib/badge/badge.variable.css +7 -0
  15. package/lib/badge/index.d.ts +146 -78
  16. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  17. package/lib/breadcrumb/breadcrumb.d.ts +22 -14
  18. package/lib/breadcrumb/breadcrumb.variable.css +7 -0
  19. package/lib/breadcrumb/index.d.ts +100 -64
  20. package/lib/button/button-group.d.ts +3 -5
  21. package/lib/button/button.d.ts +28 -23
  22. package/lib/button/button.variable.css +7 -0
  23. package/lib/button/index.d.ts +114 -96
  24. package/lib/card/card.d.ts +30 -15
  25. package/lib/card/card.variable.css +7 -0
  26. package/lib/card/index.d.ts +120 -60
  27. package/lib/checkbox/checkbox-group.d.ts +13 -9
  28. package/lib/checkbox/checkbox.d.ts +31 -22
  29. package/lib/checkbox/checkbox.variable.css +7 -0
  30. package/lib/checkbox/index.d.ts +137 -97
  31. package/lib/collapse/collapse.d.ts +50 -18
  32. package/lib/collapse/index.d.ts +108 -72
  33. package/lib/components.d.ts +3 -0
  34. package/lib/date-picker/date-picker.d.ts +112 -65
  35. package/lib/date-picker/date-picker.variable.css +7 -0
  36. package/lib/date-picker/index.d.ts +444 -256
  37. package/lib/date-picker/index.js +1 -1
  38. package/lib/dialog/dialog.d.ts +55 -25
  39. package/lib/dialog/index.d.ts +199 -96
  40. package/lib/dialog/index.js +1 -1
  41. package/lib/directives/index.js +1 -1
  42. package/lib/divider/divider.d.ts +21 -13
  43. package/lib/divider/divider.variable.css +7 -0
  44. package/lib/divider/index.d.ts +84 -52
  45. package/lib/dropdown/dropdown-item.d.ts +6 -5
  46. package/lib/dropdown/dropdown-menu.d.ts +6 -5
  47. package/lib/dropdown/dropdown.d.ts +25 -13
  48. package/lib/dropdown/dropdown.variable.css +7 -0
  49. package/lib/dropdown/index.d.ts +94 -62
  50. package/lib/exception/exception.d.ts +11 -9
  51. package/lib/exception/exception.variable.css +7 -0
  52. package/lib/exception/index.d.ts +44 -36
  53. package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
  54. package/lib/fixed-navbar/fixed-navbar.variable.css +7 -0
  55. package/lib/fixed-navbar/index.d.ts +60 -36
  56. package/lib/form/form-item.d.ts +47 -28
  57. package/lib/form/form.d.ts +22 -14
  58. package/lib/form/index.d.ts +285 -3
  59. package/lib/form/index.js +1 -1
  60. package/lib/icon/angle-double-down-line.d.ts +4 -0
  61. package/lib/icon/angle-double-down-line.js +15 -0
  62. package/lib/icon/angle-double-left-line.d.ts +4 -0
  63. package/lib/icon/angle-double-left-line.js +15 -0
  64. package/lib/icon/angle-double-right-line.d.ts +4 -0
  65. package/lib/icon/angle-double-right-line.js +15 -0
  66. package/lib/icon/angle-double-up-line.d.ts +4 -0
  67. package/lib/icon/angle-double-up-line.js +15 -0
  68. package/lib/icon/ellipsis.d.ts +4 -0
  69. package/lib/icon/ellipsis.js +15 -0
  70. package/lib/icon/index.d.ts +7 -0
  71. package/lib/icon/index.js +1 -1
  72. package/lib/icon/left-shape.d.ts +4 -0
  73. package/lib/icon/left-shape.js +15 -0
  74. package/lib/icon/up-shape.d.ts +4 -0
  75. package/lib/icon/up-shape.js +15 -0
  76. package/lib/input/index.d.ts +243 -163
  77. package/lib/input/input.d.ts +61 -41
  78. package/lib/input/input.variable.css +7 -0
  79. package/lib/link/index.d.ts +100 -52
  80. package/lib/link/link.d.ts +25 -13
  81. package/lib/link/link.variable.css +7 -0
  82. package/lib/loading/index.d.ts +64 -64
  83. package/lib/loading/loading.d.ts +16 -16
  84. package/lib/loading/loading.variable.css +7 -0
  85. package/lib/menu/index.d.ts +90 -71
  86. package/lib/menu/menu-group.d.ts +6 -5
  87. package/lib/menu/menu-item.d.ts +6 -5
  88. package/lib/menu/menu.d.ts +18 -14
  89. package/lib/menu/menu.variable.css +7 -0
  90. package/lib/menu/submenu.d.ts +6 -5
  91. package/lib/menu/submenu.variable.css +7 -0
  92. package/lib/message/message.variable.css +7 -0
  93. package/lib/message/messageConstructor.d.ts +28 -16
  94. package/lib/modal/index.d.ts +111 -52
  95. package/lib/modal/index.js +1 -1
  96. package/lib/modal/modal.d.ts +31 -13
  97. package/lib/modal/props.mixin.d.ts +4 -0
  98. package/lib/navigation/navigation-title.d.ts +10 -7
  99. package/lib/navigation/navigation.d.ts +40 -23
  100. package/lib/navigation/navigation.variable.css +7 -0
  101. package/lib/notify/notify.variable.css +7 -0
  102. package/lib/notify/notifyConstructor.d.ts +36 -20
  103. package/lib/pagination/index.d.ts +395 -0
  104. package/lib/pagination/index.js +1 -0
  105. package/lib/pagination/pagination.css +179 -0
  106. package/lib/pagination/pagination.d.ts +220 -0
  107. package/lib/pagination/pagination.less +201 -0
  108. package/lib/pagination/pagination.variable.css +272 -0
  109. package/lib/pagination/type.d.ts +6 -0
  110. package/lib/pagination/use-limit.d.ts +8 -0
  111. package/lib/pagination/use-list.d.ts +8 -0
  112. package/lib/pagination/use-small-list.d.ts +5 -0
  113. package/lib/pagination/use-total.d.ts +5 -0
  114. package/lib/popover/index.d.ts +209 -179
  115. package/lib/popover/popover.css +1 -0
  116. package/lib/popover/popover.d.ts +53 -31
  117. package/lib/popover/popover.less +2 -0
  118. package/lib/popover/popover.variable.css +8 -0
  119. package/lib/process/index.d.ts +120 -60
  120. package/lib/process/process.css +2 -3
  121. package/lib/process/process.d.ts +30 -15
  122. package/lib/process/process.less +2 -3
  123. package/lib/process/process.variable.css +9 -3
  124. package/lib/progress/index.d.ts +293 -145
  125. package/lib/progress/progress.d.ts +74 -37
  126. package/lib/progress/progress.variable.css +7 -0
  127. package/lib/radio/index.d.ts +127 -78
  128. package/lib/radio/radio-button.d.ts +24 -16
  129. package/lib/radio/radio-group.d.ts +11 -10
  130. package/lib/radio/radio.d.ts +23 -13
  131. package/lib/radio/radio.variable.css +7 -0
  132. package/lib/rate/index.d.ts +52 -40
  133. package/lib/rate/rate.d.ts +13 -10
  134. package/lib/rate/star.d.ts +32 -15
  135. package/lib/select/index.d.ts +396 -327
  136. package/lib/select/option.d.ts +9 -10
  137. package/lib/select/optionGroup.d.ts +49 -41
  138. package/lib/select/select.css +2 -1
  139. package/lib/select/select.d.ts +98 -84
  140. package/lib/select/select.less +2 -1
  141. package/lib/select/select.variable.css +9 -1
  142. package/lib/shared/bk-mask-manager.d.ts +32 -3
  143. package/lib/shared/bk-pop-manager.d.ts +8 -1
  144. package/lib/shared/index.js +1 -1
  145. package/lib/shared/vue-types.d.ts +2 -6
  146. package/lib/sideslider/index.d.ts +130 -63
  147. package/lib/sideslider/sideslider.d.ts +37 -16
  148. package/lib/sideslider/sideslider.variable.css +7 -0
  149. package/lib/slider/slider-button.d.ts +10 -7
  150. package/lib/slider/slider.d.ts +70 -40
  151. package/lib/slider/slider.variable.css +7 -0
  152. package/lib/steps/index.d.ts +160 -108
  153. package/lib/steps/steps.css +3 -0
  154. package/lib/steps/steps.d.ts +40 -27
  155. package/lib/steps/steps.less +4 -0
  156. package/lib/steps/steps.variable.css +10 -0
  157. package/lib/styles/index.d.ts +2 -0
  158. package/lib/styles/index.js +1 -1
  159. package/lib/styles/themes/themes.less +11 -0
  160. package/lib/switcher/index.d.ts +192 -128
  161. package/lib/switcher/switcher.d.ts +48 -32
  162. package/lib/switcher/switcher.variable.css +7 -0
  163. package/lib/tab/index.d.ts +347 -211
  164. package/lib/tab/tab-nav.d.ts +74 -38
  165. package/lib/tab/tab-panel.d.ts +22 -20
  166. package/lib/tab/tab.d.ts +65 -33
  167. package/lib/tab/tab.variable.css +7 -0
  168. package/lib/table/const.d.ts +4 -0
  169. package/lib/table/index.d.ts +155 -131
  170. package/lib/table/index.js +1 -1
  171. package/lib/table/props.d.ts +18 -0
  172. package/lib/table/render.d.ts +18 -2
  173. package/lib/table/table.css +47 -10
  174. package/lib/table/table.d.ts +47 -22
  175. package/lib/table/table.less +61 -17
  176. package/lib/table/table.variable.css +56 -12
  177. package/lib/table/utils.d.ts +32 -1
  178. package/lib/tag/index.d.ts +10 -286
  179. package/lib/tag/tag.d.ts +2 -48
  180. package/lib/tag/tag.variable.css +7 -0
  181. package/lib/timeline/index.d.ts +129 -0
  182. package/lib/timeline/index.js +1 -0
  183. package/lib/timeline/timeline.css +235 -0
  184. package/lib/timeline/timeline.d.ts +81 -0
  185. package/lib/timeline/timeline.less +239 -0
  186. package/lib/timeline/timeline.variable.css +328 -0
  187. package/lib/tree/index.d.ts +142 -77
  188. package/lib/tree/index.js +1 -1
  189. package/lib/tree/props.d.ts +19 -1
  190. package/lib/tree/tree.d.ts +42 -20
  191. package/lib/use-form.d.ts +3 -0
  192. package/lib/virtual-render/index.d.ts +412 -266
  193. package/lib/virtual-render/index.js +1 -1
  194. package/lib/virtual-render/props.d.ts +1 -0
  195. package/lib/virtual-render/virtual-render.d.ts +106 -45
  196. package/package.json +46 -46
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,o){"use strict";function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n={exports:{}},i={exports:{}},s={exports:{}};!function(e){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,r=new Array(t);o<t;o++)r[o]=e[o];return r},e.exports.__esModule=!0,e.exports.default=e.exports}(s),function(e){var t=s.exports;e.exports=function(e){if(Array.isArray(e))return t(e)},e.exports.__esModule=!0,e.exports.default=e.exports}(i);var a={exports:{}};!function(e){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.__esModule=!0,e.exports.default=e.exports}(a);var l={exports:{}};!function(e){var t=s.exports;e.exports=function(e,o){if(e){if("string"==typeof e)return t(e,o);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,o):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports}(l);var d={exports:{}};!function(e){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports}(d),function(e){var t=i.exports,o=a.exports,r=l.exports,n=d.exports;e.exports=function(e){return t(e)||o(e)||r(e)||n()},e.exports.__esModule=!0,e.exports.default=e.exports}(n);var u=r(n.exports),p={isShow:{type:Boolean,default:!1},width:{type:[Number,String],default:"50%"},height:{type:[Number,String],default:"50%"},customClass:{type:[Array,String],default:""},scrollable:{type:Boolean,default:!0}},c=t.defineComponent({name:"Modal",props:Object.assign({},p),data:function(){return{visible:!1}},computed:{dialogWidth:function(){return/^\d+$/.test("".concat(this.width))?"".concat(this.width,"px"):this.width},dialogHeight:function(){return/^\d+$/.test("".concat(this.height))?"".concat(this.height,"px"):this.height},compStyle:function(){return{width:this.dialogWidth,height:this.dialogHeight,display:this.visible?"inherit":"none"}}},watch:{isShow:{handler:function(e){this.visible=e}},visible:function(e){var t=this;e?this.$nextTick((function(){o.bkPopIndexManager.show(t.$el)})):o.bkPopIndexManager.hide(this.$el)}},beforeUnmount:function(){o.bkPopIndexManager.hide(this.$el)},render:function(){var e,o,r,n,i,s,a,l,d;return t.createVNode("div",{class:["bk-modal-wrapper"].concat(u(this.customClass)),style:this.compStyle},[this.isShow?t.createVNode("div",{class:"bk-modal-body"},[t.createVNode("div",{class:"bk-modal-header"},[null!==(r=null===(o=(e=this.$slots).header)||void 0===o?void 0:o.call(e))&&void 0!==r?r:""]),t.createVNode("div",{class:"bk-modal-content"},[null!==(s=null===(i=(n=this.$slots).default)||void 0===i?void 0:i.call(n))&&void 0!==s?s:""]),t.createVNode("div",{class:"bk-modal-footer"},[null!==(d=null===(l=(a=this.$slots).footer)||void 0===l?void 0:l.call(a))&&void 0!==d?d:""])]):""])}}),f=o.withInstallProps(c,{propsMixin:p},!0);e.BkModal=f,e.default=f,e.propsMixin=p,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,o){"use strict";function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n={exports:{}},s={exports:{}},i={exports:{}};!function(e){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,r=new Array(t);o<t;o++)r[o]=e[o];return r},e.exports.__esModule=!0,e.exports.default=e.exports}(i),function(e){var t=i.exports;e.exports=function(e){if(Array.isArray(e))return t(e)},e.exports.__esModule=!0,e.exports.default=e.exports}(s);var a={exports:{}};!function(e){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.__esModule=!0,e.exports.default=e.exports}(a);var l={exports:{}};!function(e){var t=i.exports;e.exports=function(e,o){if(e){if("string"==typeof e)return t(e,o);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,o):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports}(l);var d={exports:{}};!function(e){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports}(d),function(e){var t=s.exports,o=a.exports,r=l.exports,n=d.exports;e.exports=function(e){return t(e)||o(e)||r(e)||n()},e.exports.__esModule=!0,e.exports.default=e.exports}(n);var u=r(n.exports),p={isShow:{type:Boolean,default:!1},width:{type:[Number,String],default:"50%"},height:{type:[Number,String],default:"50%"},customClass:{type:[Array,String],default:""},scrollable:{type:Boolean,default:!0},showMask:{type:Boolean,default:!0}},c=t.defineComponent({name:"Modal",props:Object.assign({},p),data:function(){return{visible:!1}},computed:{dialogWidth:function(){return/^\d+$/.test("".concat(this.width))?"".concat(this.width,"px"):this.width},dialogHeight:function(){return/^\d+$/.test("".concat(this.height))?"".concat(this.height,"px"):this.height},compStyle:function(){return{width:this.dialogWidth,height:this.dialogHeight,display:this.visible?"inherit":"none"}}},watch:{isShow:{handler:function(e){this.visible=e}},visible:function(e){var t=this;e?this.$nextTick((function(){var e=t.showMask?{}:{"background-color":"rgba(0,0,0,0)"};o.bkPopIndexManager.show(t.$el,t.showMask,e)})):o.bkPopIndexManager.hide(this.$el)}},beforeUnmount:function(){o.bkPopIndexManager.hide(this.$el)},render:function(){var e,o,r,n,s,i,a,l,d;return t.createVNode("div",{class:["bk-modal-wrapper"].concat(u(this.customClass)),style:this.compStyle},[this.isShow?t.createVNode("div",{class:"bk-modal-body"},[t.createVNode("div",{class:"bk-modal-header"},[null!==(r=null===(o=(e=this.$slots).header)||void 0===o?void 0:o.call(e))&&void 0!==r?r:""]),t.createVNode("div",{class:"bk-modal-content"},[null!==(i=null===(s=(n=this.$slots).default)||void 0===s?void 0:s.call(n))&&void 0!==i?i:""]),t.createVNode("div",{class:"bk-modal-footer"},[null!==(d=null===(l=(a=this.$slots).footer)||void 0===l?void 0:l.call(a))&&void 0!==d?d:""])]):""])}}),f=o.withInstallProps(c,{propsMixin:p},!0);e.BkModal=f,e.default=f,e.propsMixin=p,Object.defineProperty(e,"__esModule",{value:!0})}));
@@ -19,25 +19,43 @@ declare const _default: import("vue").DefineComponent<{
19
19
  type: BooleanConstructor;
20
20
  default: boolean;
21
21
  };
22
+ showMask: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
22
26
  }, unknown, {
23
27
  visible: boolean;
24
28
  }, {
25
29
  dialogWidth(): String | Number;
26
30
  dialogHeight(): String | Number;
27
31
  compStyle(): any;
28
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
29
- isShow?: unknown;
30
- width?: unknown;
31
- height?: unknown;
32
- customClass?: unknown;
33
- scrollable?: unknown;
34
- } & {
35
- width: string | number;
36
- height: string | number;
37
- isShow: boolean;
38
- customClass: string | unknown[];
39
- scrollable: boolean;
40
- } & {}> & {}, {
32
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
33
+ isShow: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ width: {
38
+ type: (NumberConstructor | StringConstructor)[];
39
+ default: string;
40
+ };
41
+ height: {
42
+ type: (NumberConstructor | StringConstructor)[];
43
+ default: string;
44
+ };
45
+ customClass: {
46
+ type: (ArrayConstructor | StringConstructor)[];
47
+ default: string;
48
+ };
49
+ scrollable: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ showMask: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ }>>, {
58
+ showMask: boolean;
41
59
  width: string | number;
42
60
  height: string | number;
43
61
  isShow: boolean;
@@ -19,4 +19,8 @@ export declare const propsMixin: {
19
19
  type: BooleanConstructor;
20
20
  default: boolean;
21
21
  };
22
+ showMask: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
22
26
  };
@@ -9,13 +9,16 @@ declare const _default: import("vue").DefineComponent<{
9
9
  type: PropType<BkNavigationType>;
10
10
  default: string;
11
11
  };
12
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
13
- sideTitle?: unknown;
14
- navigationType?: unknown;
15
- } & {
16
- sideTitle: string;
17
- navigationType: BkNavigationType;
18
- } & {}> & {}, {
12
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
+ sideTitle: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ navigationType: {
18
+ type: PropType<BkNavigationType>;
19
+ default: string;
20
+ };
21
+ }>>, {
19
22
  sideTitle: string;
20
23
  navigationType: BkNavigationType;
21
24
  }>;
@@ -52,29 +52,46 @@ declare const _default: import("vue").DefineComponent<{
52
52
  handleMouseOver: () => void;
53
53
  handleMouseLeave: () => void;
54
54
  handleClick: () => void;
55
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "toggle" | "leave" | "toggle-click")[], "hover" | "toggle" | "leave" | "toggle-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
56
- navWidth?: unknown;
57
- hoverWidth?: unknown;
58
- sideTitle?: unknown;
59
- headerTitle?: unknown;
60
- hoverLeaveDelay?: unknown;
61
- hoverEnterDelay?: unknown;
62
- defaultOpen?: unknown;
63
- headHeight?: unknown;
64
- navigationType?: unknown;
65
- needMenu?: unknown;
66
- } & {
67
- sideTitle: string;
68
- navigationType: BkNavigationType;
69
- navWidth: string | number;
70
- hoverWidth: string | number;
71
- headerTitle: string;
72
- hoverLeaveDelay: number;
73
- hoverEnterDelay: number;
74
- defaultOpen: boolean;
75
- headHeight: string | number;
76
- needMenu: boolean;
77
- } & {}> & {
55
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "toggle" | "leave" | "toggle-click")[], "hover" | "toggle" | "leave" | "toggle-click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
56
+ navWidth: {
57
+ type: (NumberConstructor | StringConstructor)[];
58
+ default: number;
59
+ };
60
+ hoverWidth: {
61
+ type: (NumberConstructor | StringConstructor)[];
62
+ default: number;
63
+ };
64
+ sideTitle: {
65
+ type: StringConstructor;
66
+ default: string;
67
+ };
68
+ headerTitle: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ };
72
+ hoverLeaveDelay: {
73
+ type: NumberConstructor;
74
+ default: number;
75
+ };
76
+ hoverEnterDelay: {
77
+ type: NumberConstructor;
78
+ default: number;
79
+ };
80
+ defaultOpen: BooleanConstructor;
81
+ headHeight: {
82
+ type: (NumberConstructor | StringConstructor)[];
83
+ default: number;
84
+ };
85
+ navigationType: {
86
+ type: PropType<BkNavigationType>;
87
+ default: string;
88
+ validator(v: BkNavigationType): boolean;
89
+ };
90
+ needMenu: {
91
+ type: BooleanConstructor;
92
+ default: boolean;
93
+ };
94
+ }>> & {
78
95
  onLeave?: (...args: any[]) => any;
79
96
  onHover?: (...args: any[]) => any;
80
97
  onToggle?: (...args: any[]) => any;
@@ -1,5 +1,6 @@
1
1
  :root {
2
2
  --bk-prefix: bk;
3
+ --popover-max-height: 216px;
3
4
  --primary-color: #3a84ff;
4
5
  --success-color: #2dcb56;
5
6
  --warning-color: #ff9c01;
@@ -83,6 +84,12 @@
83
84
  --date-picker-disabled-bg: #fafbfd;
84
85
  --date-picker-dropdown-mb: 4px;
85
86
  --date-picker-dropdown-bg: #fff;
87
+ --table-bg-color: var(--white-color);
88
+ --table-border-color: #dcdee5;
89
+ --table-head-bg-color: #fafbfd;
90
+ --table-head-font-color: #313238;
91
+ --table-body-font-color: #575961;
92
+ --table-row-hover-bg-color: #f5f7fa;
86
93
  }
87
94
  .bk-navigation {
88
95
  display: flex;
@@ -1,5 +1,6 @@
1
1
  :root {
2
2
  --bk-prefix: bk;
3
+ --popover-max-height: 216px;
3
4
  --primary-color: #3a84ff;
4
5
  --success-color: #2dcb56;
5
6
  --warning-color: #ff9c01;
@@ -83,6 +84,12 @@
83
84
  --date-picker-disabled-bg: #fafbfd;
84
85
  --date-picker-dropdown-mb: 4px;
85
86
  --date-picker-dropdown-bg: #fff;
87
+ --table-bg-color: var(--white-color);
88
+ --table-border-color: #dcdee5;
89
+ --table-head-bg-color: #fafbfd;
90
+ --table-head-font-color: #313238;
91
+ --table-body-font-color: #575961;
92
+ --table-row-hover-bg-color: #f5f7fa;
86
93
  }
87
94
  .bk-notify {
88
95
  position: fixed;
@@ -41,26 +41,42 @@ declare const _default: import("vue").DefineComponent<{
41
41
  }>;
42
42
  visible: import("vue").Ref<boolean>;
43
43
  handleClose: () => void;
44
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "destory"[], "destory", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
45
- id?: unknown;
46
- title?: unknown;
47
- message?: unknown;
48
- theme?: unknown;
49
- position?: unknown;
50
- delay?: unknown;
51
- offset?: unknown;
52
- onClose?: unknown;
53
- } & {
54
- title: string;
55
- offset: number;
56
- id: string;
57
- theme: string;
58
- position: string;
59
- message: string;
60
- delay: number;
61
- } & {
62
- onClose?: (...args: any[]) => any;
63
- }> & {
44
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "destory"[], "destory", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
45
+ id: import("vue-types").VueTypeValidableDef<string> & {
46
+ default: string;
47
+ } & {
48
+ default: string;
49
+ };
50
+ title: import("vue-types").VueTypeValidableDef<string> & {
51
+ default: string;
52
+ } & {
53
+ default: string;
54
+ };
55
+ message: import("vue-types").VueTypeValidableDef<string> & {
56
+ default: string;
57
+ } & {
58
+ default: string;
59
+ };
60
+ theme: import("vue-types").VueTypeDef<string> & {
61
+ default: string;
62
+ };
63
+ position: import("vue-types").VueTypeDef<string> & {
64
+ default: string;
65
+ };
66
+ delay: import("vue-types").VueTypeValidableDef<number> & {
67
+ default: number;
68
+ } & {
69
+ default: number;
70
+ };
71
+ offset: import("vue-types").VueTypeValidableDef<number> & {
72
+ default: number;
73
+ } & {
74
+ default: number;
75
+ };
76
+ onClose: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
77
+ default: (...args: any[]) => any;
78
+ };
79
+ }>> & {
64
80
  onDestory?: (...args: any[]) => any;
65
81
  }, {
66
82
  title: string;