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

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 (153) hide show
  1. package/dist/bkui-vue.cjs.js +796 -139
  2. package/dist/bkui-vue.esm.js +841 -186
  3. package/dist/bkui-vue.umd.js +796 -139
  4. package/dist/style.css +287 -13
  5. package/lib/alert/alert.d.ts +24 -15
  6. package/lib/alert/alert.variable.css +6 -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 +6 -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 +6 -0
  15. package/lib/badge/index.d.ts +144 -76
  16. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  17. package/lib/breadcrumb/breadcrumb.d.ts +21 -13
  18. package/lib/breadcrumb/breadcrumb.variable.css +6 -0
  19. package/lib/breadcrumb/index.d.ts +97 -61
  20. package/lib/button/button-group.d.ts +3 -5
  21. package/lib/button/button.d.ts +27 -22
  22. package/lib/button/button.variable.css +6 -0
  23. package/lib/button/index.d.ts +111 -93
  24. package/lib/card/card.d.ts +30 -15
  25. package/lib/card/card.variable.css +6 -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 +6 -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 +2 -0
  34. package/lib/date-picker/date-picker.d.ts +110 -63
  35. package/lib/date-picker/date-picker.variable.css +6 -0
  36. package/lib/date-picker/index.d.ts +437 -249
  37. package/lib/dialog/dialog.d.ts +44 -23
  38. package/lib/dialog/index.d.ts +176 -92
  39. package/lib/divider/divider.d.ts +21 -13
  40. package/lib/divider/divider.variable.css +6 -0
  41. package/lib/divider/index.d.ts +84 -52
  42. package/lib/dropdown/dropdown-item.d.ts +6 -5
  43. package/lib/dropdown/dropdown-menu.d.ts +6 -5
  44. package/lib/dropdown/dropdown.d.ts +25 -13
  45. package/lib/dropdown/dropdown.variable.css +6 -0
  46. package/lib/dropdown/index.d.ts +94 -62
  47. package/lib/exception/exception.d.ts +11 -9
  48. package/lib/exception/exception.variable.css +6 -0
  49. package/lib/exception/index.d.ts +44 -36
  50. package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
  51. package/lib/fixed-navbar/fixed-navbar.variable.css +6 -0
  52. package/lib/fixed-navbar/index.d.ts +60 -36
  53. package/lib/form/form-item.d.ts +46 -27
  54. package/lib/form/form.d.ts +21 -13
  55. package/lib/input/index.d.ts +240 -160
  56. package/lib/input/input.d.ts +60 -40
  57. package/lib/input/input.variable.css +6 -0
  58. package/lib/link/index.d.ts +100 -52
  59. package/lib/link/link.d.ts +25 -13
  60. package/lib/link/link.variable.css +6 -0
  61. package/lib/loading/index.d.ts +64 -64
  62. package/lib/loading/loading.d.ts +16 -16
  63. package/lib/loading/loading.variable.css +6 -0
  64. package/lib/menu/index.d.ts +90 -71
  65. package/lib/menu/menu-group.d.ts +6 -5
  66. package/lib/menu/menu-item.d.ts +6 -5
  67. package/lib/menu/menu.d.ts +18 -14
  68. package/lib/menu/menu.variable.css +6 -0
  69. package/lib/menu/submenu.d.ts +6 -5
  70. package/lib/menu/submenu.variable.css +6 -0
  71. package/lib/message/message.variable.css +6 -0
  72. package/lib/message/messageConstructor.d.ts +28 -16
  73. package/lib/modal/index.d.ts +88 -52
  74. package/lib/modal/modal.d.ts +22 -13
  75. package/lib/navigation/navigation-title.d.ts +10 -7
  76. package/lib/navigation/navigation.d.ts +40 -23
  77. package/lib/navigation/navigation.variable.css +6 -0
  78. package/lib/notify/notify.variable.css +6 -0
  79. package/lib/notify/notifyConstructor.d.ts +36 -20
  80. package/lib/popover/index.d.ts +207 -177
  81. package/lib/popover/popover.d.ts +52 -30
  82. package/lib/popover/popover.variable.css +6 -0
  83. package/lib/process/index.d.ts +120 -60
  84. package/lib/process/process.css +2 -3
  85. package/lib/process/process.d.ts +30 -15
  86. package/lib/process/process.less +2 -3
  87. package/lib/process/process.variable.css +8 -3
  88. package/lib/progress/index.d.ts +284 -136
  89. package/lib/progress/progress.d.ts +71 -34
  90. package/lib/progress/progress.variable.css +6 -0
  91. package/lib/radio/index.d.ts +127 -78
  92. package/lib/radio/radio-button.d.ts +24 -16
  93. package/lib/radio/radio-group.d.ts +11 -10
  94. package/lib/radio/radio.d.ts +23 -13
  95. package/lib/radio/radio.variable.css +6 -0
  96. package/lib/rate/index.d.ts +52 -40
  97. package/lib/rate/rate.d.ts +13 -10
  98. package/lib/rate/star.d.ts +32 -15
  99. package/lib/select/index.d.ts +396 -327
  100. package/lib/select/option.d.ts +9 -10
  101. package/lib/select/optionGroup.d.ts +49 -41
  102. package/lib/select/select.d.ts +98 -84
  103. package/lib/select/select.variable.css +6 -0
  104. package/lib/sideslider/index.d.ts +108 -60
  105. package/lib/sideslider/sideslider.d.ts +27 -15
  106. package/lib/sideslider/sideslider.variable.css +6 -0
  107. package/lib/slider/slider-button.d.ts +10 -7
  108. package/lib/slider/slider.d.ts +70 -40
  109. package/lib/slider/slider.variable.css +6 -0
  110. package/lib/steps/index.d.ts +156 -104
  111. package/lib/steps/steps.css +3 -0
  112. package/lib/steps/steps.d.ts +39 -26
  113. package/lib/steps/steps.less +4 -0
  114. package/lib/steps/steps.variable.css +9 -0
  115. package/lib/styles/index.d.ts +1 -0
  116. package/lib/styles/index.js +1 -1
  117. package/lib/styles/themes/themes.less +10 -0
  118. package/lib/switcher/index.d.ts +192 -128
  119. package/lib/switcher/switcher.d.ts +48 -32
  120. package/lib/switcher/switcher.variable.css +6 -0
  121. package/lib/tab/index.d.ts +344 -208
  122. package/lib/tab/tab-nav.d.ts +74 -38
  123. package/lib/tab/tab-panel.d.ts +22 -20
  124. package/lib/tab/tab.d.ts +64 -32
  125. package/lib/tab/tab.variable.css +6 -0
  126. package/lib/table/const.d.ts +4 -0
  127. package/lib/table/index.d.ts +154 -130
  128. package/lib/table/index.js +1 -1
  129. package/lib/table/props.d.ts +18 -0
  130. package/lib/table/render.d.ts +18 -2
  131. package/lib/table/table.css +47 -10
  132. package/lib/table/table.d.ts +47 -22
  133. package/lib/table/table.less +61 -17
  134. package/lib/table/table.variable.css +55 -12
  135. package/lib/table/utils.d.ts +26 -1
  136. package/lib/tag/index.d.ts +10 -286
  137. package/lib/tag/tag.d.ts +2 -48
  138. package/lib/tag/tag.variable.css +6 -0
  139. package/lib/timeline/index.d.ts +129 -0
  140. package/lib/timeline/index.js +1 -0
  141. package/lib/timeline/timeline.css +235 -0
  142. package/lib/timeline/timeline.d.ts +81 -0
  143. package/lib/timeline/timeline.less +239 -0
  144. package/lib/timeline/timeline.variable.css +327 -0
  145. package/lib/tree/index.d.ts +140 -75
  146. package/lib/tree/index.js +1 -1
  147. package/lib/tree/props.d.ts +19 -1
  148. package/lib/tree/tree.d.ts +42 -20
  149. package/lib/virtual-render/index.d.ts +406 -260
  150. package/lib/virtual-render/index.js +1 -1
  151. package/lib/virtual-render/props.d.ts +1 -0
  152. package/lib/virtual-render/virtual-render.d.ts +104 -43
  153. package/package.json +1 -1
@@ -6,20 +6,24 @@ declare const BkMenu: {
6
6
  collapse: boolean;
7
7
  mode: "vertical";
8
8
  uniqueOpen: boolean;
9
- }> & Omit<Readonly<{
10
- activeKey?: unknown;
11
- collapse?: unknown;
12
- OpenedKeys?: unknown;
13
- mode?: unknown;
14
- uniqueOpen?: unknown;
15
- } & {
16
- collapse: boolean;
17
- mode: "vertical";
18
- uniqueOpen: boolean;
19
- } & {
20
- activeKey?: string;
21
- OpenedKeys?: string[];
22
- }> & {
9
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
10
+ activeKey: StringConstructor;
11
+ collapse: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ OpenedKeys: {
16
+ type: import("vue").PropType<string[]>;
17
+ };
18
+ mode: {
19
+ type: import("vue").PropType<"vertical">;
20
+ default: string;
21
+ };
22
+ uniqueOpen: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ }>> & {
23
27
  onClick?: (...args: any[]) => any;
24
28
  "onUpdate:activeKey"?: (...args: any[]) => any;
25
29
  "onUpdate:openKeys"?: (...args: any[]) => any;
@@ -38,20 +42,24 @@ declare const BkMenu: {
38
42
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
39
43
  $emit: (event: "click" | "update:activeKey" | "update:openKeys" | "openChange", ...args: any[]) => void;
40
44
  $el: any;
41
- $options: import("vue").ComponentOptionsBase<Readonly<{
42
- activeKey?: unknown;
43
- collapse?: unknown;
44
- OpenedKeys?: unknown;
45
- mode?: unknown;
46
- uniqueOpen?: unknown;
47
- } & {
48
- collapse: boolean;
49
- mode: "vertical";
50
- uniqueOpen: boolean;
51
- } & {
52
- activeKey?: string;
53
- OpenedKeys?: string[];
54
- }> & {
45
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
46
+ activeKey: StringConstructor;
47
+ collapse: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
51
+ OpenedKeys: {
52
+ type: import("vue").PropType<string[]>;
53
+ };
54
+ mode: {
55
+ type: import("vue").PropType<"vertical">;
56
+ default: string;
57
+ };
58
+ uniqueOpen: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
61
+ };
62
+ }>> & {
55
63
  onClick?: (...args: any[]) => any;
56
64
  "onUpdate:activeKey"?: (...args: any[]) => any;
57
65
  "onUpdate:openKeys"?: (...args: any[]) => any;
@@ -80,20 +88,24 @@ declare const BkMenu: {
80
88
  $forceUpdate: () => void;
81
89
  $nextTick: typeof import("vue").nextTick;
82
90
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
83
- } & Readonly<{
84
- activeKey?: unknown;
85
- collapse?: unknown;
86
- OpenedKeys?: unknown;
87
- mode?: unknown;
88
- uniqueOpen?: unknown;
89
- } & {
90
- collapse: boolean;
91
- mode: "vertical";
92
- uniqueOpen: boolean;
93
- } & {
94
- activeKey?: string;
95
- OpenedKeys?: string[];
96
- }> & {
91
+ } & Readonly<import("vue").ExtractPropTypes<{
92
+ activeKey: StringConstructor;
93
+ collapse: {
94
+ type: BooleanConstructor;
95
+ default: boolean;
96
+ };
97
+ OpenedKeys: {
98
+ type: import("vue").PropType<string[]>;
99
+ };
100
+ mode: {
101
+ type: import("vue").PropType<"vertical">;
102
+ default: string;
103
+ };
104
+ uniqueOpen: {
105
+ type: BooleanConstructor;
106
+ default: boolean;
107
+ };
108
+ }>> & {
97
109
  onClick?: (...args: any[]) => any;
98
110
  "onUpdate:activeKey"?: (...args: any[]) => any;
99
111
  "onUpdate:openKeys"?: (...args: any[]) => any;
@@ -102,20 +114,24 @@ declare const BkMenu: {
102
114
  __isFragment?: never;
103
115
  __isTeleport?: never;
104
116
  __isSuspense?: never;
105
- } & import("vue").ComponentOptionsBase<Readonly<{
106
- activeKey?: unknown;
107
- collapse?: unknown;
108
- OpenedKeys?: unknown;
109
- mode?: unknown;
110
- uniqueOpen?: unknown;
111
- } & {
112
- collapse: boolean;
113
- mode: "vertical";
114
- uniqueOpen: boolean;
115
- } & {
116
- activeKey?: string;
117
- OpenedKeys?: string[];
118
- }> & {
117
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
118
+ activeKey: StringConstructor;
119
+ collapse: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ OpenedKeys: {
124
+ type: import("vue").PropType<string[]>;
125
+ };
126
+ mode: {
127
+ type: import("vue").PropType<"vertical">;
128
+ default: string;
129
+ };
130
+ uniqueOpen: {
131
+ type: BooleanConstructor;
132
+ default: boolean;
133
+ };
134
+ }>> & {
119
135
  onClick?: (...args: any[]) => any;
120
136
  "onUpdate:activeKey"?: (...args: any[]) => any;
121
137
  "onUpdate:openKeys"?: (...args: any[]) => any;
@@ -130,11 +146,12 @@ declare const BkMenu: {
130
146
  type: BooleanConstructor;
131
147
  default: boolean;
132
148
  };
133
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
134
- needIcon?: unknown;
135
- } & {
136
- needIcon: boolean;
137
- } & {}> & {
149
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
150
+ needIcon: {
151
+ type: BooleanConstructor;
152
+ default: boolean;
153
+ };
154
+ }>> & {
138
155
  onClick?: (...args: any[]) => any;
139
156
  }, {
140
157
  needIcon: boolean;
@@ -144,11 +161,12 @@ declare const BkMenu: {
144
161
  type: StringConstructor;
145
162
  default: string;
146
163
  };
147
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "collapse"[], "collapse", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
148
- title?: unknown;
149
- } & {
150
- title: string;
151
- } & {}> & {
164
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "collapse"[], "collapse", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
165
+ title: {
166
+ type: StringConstructor;
167
+ default: string;
168
+ };
169
+ }>> & {
152
170
  onCollapse?: (...args: any[]) => any;
153
171
  }, {
154
172
  title: string;
@@ -158,11 +176,12 @@ declare const BkMenu: {
158
176
  type: StringConstructor;
159
177
  default: string;
160
178
  };
161
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
162
- name?: unknown;
163
- } & {
164
- name: string;
165
- } & {}> & {}, {
179
+ }, () => 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<{
180
+ name: {
181
+ type: StringConstructor;
182
+ default: string;
183
+ };
184
+ }>>, {
166
185
  name: string;
167
186
  }>;
168
187
  }>;
@@ -3,11 +3,12 @@ declare const _default: import("vue").DefineComponent<{
3
3
  type: StringConstructor;
4
4
  default: string;
5
5
  };
6
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
7
- name?: unknown;
8
- } & {
9
- name: string;
10
- } & {}> & {}, {
6
+ }, () => 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<{
7
+ name: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ }>>, {
11
12
  name: string;
12
13
  }>;
13
14
  export default _default;
@@ -3,11 +3,12 @@ declare const _default: import("vue").DefineComponent<{
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
5
5
  };
6
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
7
- needIcon?: unknown;
8
- } & {
9
- needIcon: boolean;
10
- } & {}> & {
6
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
+ needIcon: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ }>> & {
11
12
  onClick?: (...args: any[]) => any;
12
13
  }, {
13
14
  needIcon: boolean;
@@ -34,20 +34,24 @@ declare const _default: import("vue").DefineComponent<{
34
34
  type: BooleanConstructor;
35
35
  default: boolean;
36
36
  };
37
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:activeKey" | "update:openKeys" | "openChange")[], "click" | "update:activeKey" | "update:openKeys" | "openChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
38
- activeKey?: unknown;
39
- collapse?: unknown;
40
- OpenedKeys?: unknown;
41
- mode?: unknown;
42
- uniqueOpen?: unknown;
43
- } & {
44
- collapse: boolean;
45
- mode: "vertical";
46
- uniqueOpen: boolean;
47
- } & {
48
- activeKey?: string;
49
- OpenedKeys?: string[];
50
- }> & {
37
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "update:activeKey" | "update:openKeys" | "openChange")[], "click" | "update:activeKey" | "update:openKeys" | "openChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
38
+ activeKey: StringConstructor;
39
+ collapse: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ OpenedKeys: {
44
+ type: PropType<string[]>;
45
+ };
46
+ mode: {
47
+ type: PropType<"vertical">;
48
+ default: string;
49
+ };
50
+ uniqueOpen: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ }>> & {
51
55
  onClick?: (...args: any[]) => any;
52
56
  "onUpdate:activeKey"?: (...args: any[]) => any;
53
57
  "onUpdate:openKeys"?: (...args: any[]) => any;
@@ -83,6 +83,12 @@
83
83
  --date-picker-disabled-bg: #fafbfd;
84
84
  --date-picker-dropdown-mb: 4px;
85
85
  --date-picker-dropdown-bg: #fff;
86
+ --table-bg-color: var(--white-color);
87
+ --table-border-color: #dcdee5;
88
+ --table-head-bg-color: #fafbfd;
89
+ --table-head-font-color: #313238;
90
+ --table-body-font-color: #575961;
91
+ --table-row-hover-bg-color: #f5f7fa;
86
92
  }
87
93
  @keyframes loading-scale-animate {
88
94
  0% {
@@ -9,11 +9,12 @@ declare const _default: import("vue").DefineComponent<{
9
9
  type: StringConstructor;
10
10
  default: string;
11
11
  };
12
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "collapse"[], "collapse", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
13
- title?: unknown;
14
- } & {
15
- title: string;
16
- } & {}> & {
12
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "collapse"[], "collapse", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
+ title: {
14
+ type: StringConstructor;
15
+ default: string;
16
+ };
17
+ }>> & {
17
18
  onCollapse?: (...args: any[]) => any;
18
19
  }, {
19
20
  title: string;
@@ -83,6 +83,12 @@
83
83
  --date-picker-disabled-bg: #fafbfd;
84
84
  --date-picker-dropdown-mb: 4px;
85
85
  --date-picker-dropdown-bg: #fff;
86
+ --table-bg-color: var(--white-color);
87
+ --table-border-color: #dcdee5;
88
+ --table-head-bg-color: #fafbfd;
89
+ --table-head-font-color: #313238;
90
+ --table-body-font-color: #575961;
91
+ --table-row-hover-bg-color: #f5f7fa;
86
92
  }
87
93
  .bk-menu {
88
94
  display: block;
@@ -83,6 +83,12 @@
83
83
  --date-picker-disabled-bg: #fafbfd;
84
84
  --date-picker-dropdown-mb: 4px;
85
85
  --date-picker-dropdown-bg: #fff;
86
+ --table-bg-color: var(--white-color);
87
+ --table-border-color: #dcdee5;
88
+ --table-head-bg-color: #fafbfd;
89
+ --table-head-font-color: #313238;
90
+ --table-body-font-color: #575961;
91
+ --table-row-hover-bg-color: #f5f7fa;
86
92
  }
87
93
  .bk-message {
88
94
  position: fixed;
@@ -33,22 +33,34 @@ declare const _default: import("vue").DefineComponent<{
33
33
  }>;
34
34
  visible: import("vue").Ref<boolean>;
35
35
  handleClose: () => void;
36
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "destory"[], "destory", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
37
- id?: unknown;
38
- message?: unknown;
39
- theme?: unknown;
40
- delay?: unknown;
41
- offset?: unknown;
42
- onClose?: unknown;
43
- } & {
44
- offset: number;
45
- id: string;
46
- theme: string;
47
- message: string;
48
- delay: number;
49
- } & {
50
- onClose?: (...args: any[]) => any;
51
- }> & {
36
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "destory"[], "destory", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
37
+ id: import("vue-types").VueTypeValidableDef<string> & {
38
+ default: string;
39
+ } & {
40
+ default: string;
41
+ };
42
+ message: import("vue-types").VueTypeValidableDef<string> & {
43
+ default: string;
44
+ } & {
45
+ default: string;
46
+ };
47
+ theme: import("vue-types").VueTypeDef<string> & {
48
+ default: string;
49
+ };
50
+ delay: import("vue-types").VueTypeValidableDef<number> & {
51
+ default: number;
52
+ } & {
53
+ default: number;
54
+ };
55
+ offset: import("vue-types").VueTypeValidableDef<number> & {
56
+ default: number;
57
+ } & {
58
+ default: number;
59
+ };
60
+ onClose: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
61
+ default: (...args: any[]) => any;
62
+ };
63
+ }>> & {
52
64
  onDestory?: (...args: any[]) => any;
53
65
  }, {
54
66
  offset: number;
@@ -11,19 +11,28 @@ declare const BkModal: {
11
11
  isShow: boolean;
12
12
  customClass: string | unknown[];
13
13
  scrollable: boolean;
14
- }> & Omit<Readonly<{
15
- isShow?: unknown;
16
- width?: unknown;
17
- height?: unknown;
18
- customClass?: unknown;
19
- scrollable?: unknown;
20
- } & {
21
- width: string | number;
22
- height: string | number;
23
- isShow: boolean;
24
- customClass: string | unknown[];
25
- scrollable: boolean;
26
- } & {}> & {} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "isShow" | "customClass" | "scrollable">;
14
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
15
+ isShow: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ width: {
20
+ type: (NumberConstructor | StringConstructor)[];
21
+ default: string;
22
+ };
23
+ height: {
24
+ type: (NumberConstructor | StringConstructor)[];
25
+ default: string;
26
+ };
27
+ customClass: {
28
+ type: (ArrayConstructor | StringConstructor)[];
29
+ default: string;
30
+ };
31
+ scrollable: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "isShow" | "customClass" | "scrollable">;
27
36
  $attrs: {
28
37
  [x: string]: unknown;
29
38
  };
@@ -37,19 +46,28 @@ declare const BkModal: {
37
46
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
38
47
  $emit: (event: string, ...args: any[]) => void;
39
48
  $el: any;
40
- $options: import("vue").ComponentOptionsBase<Readonly<{
41
- isShow?: unknown;
42
- width?: unknown;
43
- height?: unknown;
44
- customClass?: unknown;
45
- scrollable?: unknown;
46
- } & {
47
- width: string | number;
48
- height: string | number;
49
- isShow: boolean;
50
- customClass: string | unknown[];
51
- scrollable: boolean;
52
- } & {}> & {}, unknown, {
49
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
50
+ isShow: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ width: {
55
+ type: (NumberConstructor | StringConstructor)[];
56
+ default: string;
57
+ };
58
+ height: {
59
+ type: (NumberConstructor | StringConstructor)[];
60
+ default: string;
61
+ };
62
+ customClass: {
63
+ type: (ArrayConstructor | StringConstructor)[];
64
+ default: string;
65
+ };
66
+ scrollable: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ }>>, unknown, {
53
71
  visible: boolean;
54
72
  }, {
55
73
  dialogWidth(): String | Number;
@@ -81,19 +99,28 @@ declare const BkModal: {
81
99
  $forceUpdate: () => void;
82
100
  $nextTick: typeof import("vue").nextTick;
83
101
  $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
84
- } & Readonly<{
85
- isShow?: unknown;
86
- width?: unknown;
87
- height?: unknown;
88
- customClass?: unknown;
89
- scrollable?: unknown;
90
- } & {
91
- width: string | number;
92
- height: string | number;
93
- isShow: boolean;
94
- customClass: string | unknown[];
95
- scrollable: boolean;
96
- } & {}> & {} & import("vue").ShallowUnwrapRef<{}> & {
102
+ } & Readonly<import("vue").ExtractPropTypes<{
103
+ isShow: {
104
+ type: BooleanConstructor;
105
+ default: boolean;
106
+ };
107
+ width: {
108
+ type: (NumberConstructor | StringConstructor)[];
109
+ default: string;
110
+ };
111
+ height: {
112
+ type: (NumberConstructor | StringConstructor)[];
113
+ default: string;
114
+ };
115
+ customClass: {
116
+ type: (ArrayConstructor | StringConstructor)[];
117
+ default: string;
118
+ };
119
+ scrollable: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ }>> & import("vue").ShallowUnwrapRef<{}> & {
97
124
  visible: boolean;
98
125
  } & {
99
126
  dialogWidth: String | Number;
@@ -103,19 +130,28 @@ declare const BkModal: {
103
130
  __isFragment?: never;
104
131
  __isTeleport?: never;
105
132
  __isSuspense?: never;
106
- } & import("vue").ComponentOptionsBase<Readonly<{
107
- isShow?: unknown;
108
- width?: unknown;
109
- height?: unknown;
110
- customClass?: unknown;
111
- scrollable?: unknown;
112
- } & {
113
- width: string | number;
114
- height: string | number;
115
- isShow: boolean;
116
- customClass: string | unknown[];
117
- scrollable: boolean;
118
- } & {}> & {}, unknown, {
133
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
134
+ isShow: {
135
+ type: BooleanConstructor;
136
+ default: boolean;
137
+ };
138
+ width: {
139
+ type: (NumberConstructor | StringConstructor)[];
140
+ default: string;
141
+ };
142
+ height: {
143
+ type: (NumberConstructor | StringConstructor)[];
144
+ default: string;
145
+ };
146
+ customClass: {
147
+ type: (ArrayConstructor | StringConstructor)[];
148
+ default: string;
149
+ };
150
+ scrollable: {
151
+ type: BooleanConstructor;
152
+ default: boolean;
153
+ };
154
+ }>>, unknown, {
119
155
  visible: boolean;
120
156
  }, {
121
157
  dialogWidth(): String | Number;
@@ -25,19 +25,28 @@ declare const _default: import("vue").DefineComponent<{
25
25
  dialogWidth(): String | Number;
26
26
  dialogHeight(): String | Number;
27
27
  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
- } & {}> & {}, {
28
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
29
+ isShow: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ width: {
34
+ type: (NumberConstructor | StringConstructor)[];
35
+ default: string;
36
+ };
37
+ height: {
38
+ type: (NumberConstructor | StringConstructor)[];
39
+ default: string;
40
+ };
41
+ customClass: {
42
+ type: (ArrayConstructor | StringConstructor)[];
43
+ default: string;
44
+ };
45
+ scrollable: {
46
+ type: BooleanConstructor;
47
+ default: boolean;
48
+ };
49
+ }>>, {
41
50
  width: string | number;
42
51
  height: string | number;
43
52
  isShow: boolean;
@@ -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
  }>;