bkui-vue 0.0.1-beta.122 → 0.0.1-beta.125
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.
- package/dist/index.cjs.js +145 -31
- package/dist/index.esm.js +3494 -467
- package/dist/index.umd.js +145 -31
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -0
- package/lib/affix/affix.variable.css +2 -2
- package/lib/alert/alert.variable.css +2 -2
- package/lib/backtop/backtop.variable.css +2 -2
- package/lib/badge/badge.variable.css +2 -2
- package/lib/breadcrumb/breadcrumb.variable.css +2 -2
- package/lib/button/button.css +4 -0
- package/lib/button/button.less +13 -7
- package/lib/button/button.variable.css +6 -2
- package/lib/card/card.variable.css +2 -2
- package/lib/cascader/cascader.variable.css +2 -2
- package/lib/checkbox/checkbox.css +16 -4
- package/lib/checkbox/checkbox.d.ts +11 -3
- package/lib/checkbox/checkbox.less +22 -4
- package/lib/checkbox/checkbox.variable.css +18 -6
- package/lib/checkbox/index.d.ts +19 -5
- package/lib/checkbox/index.js +1 -1
- package/lib/code-diff/code-diff.variable.css +2 -2
- package/lib/collapse/collapse.variable.css +2 -2
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -1
- package/lib/container/container.variable.css +2 -2
- package/lib/date-picker/date-picker.variable.css +2 -2
- package/lib/directives/index.js +1 -1
- package/lib/directives/tooltips.d.ts +0 -1
- package/lib/divider/divider.variable.css +2 -2
- package/lib/dropdown/dropdown.variable.css +2 -2
- package/lib/exception/exception.variable.css +2 -2
- package/lib/fixed-navbar/fixed-navbar.variable.css +2 -2
- package/lib/form/form.variable.css +2 -2
- package/lib/input/index.js +1 -1
- package/lib/input/input.css +13 -5
- package/lib/input/input.less +12 -2
- package/lib/input/input.variable.css +12 -4
- package/lib/link/link.variable.css +2 -2
- package/lib/loading/loading.css +0 -2
- package/lib/loading/loading.less +2 -2
- package/lib/loading/loading.variable.css +2 -4
- package/lib/menu/menu.variable.css +2 -2
- package/lib/menu/submenu.variable.css +2 -2
- package/lib/message/message.variable.css +2 -2
- package/lib/navigation/navigation.variable.css +2 -2
- package/lib/notify/notify.variable.css +2 -2
- package/lib/pagination/pagination.variable.css +2 -2
- package/lib/popover/popover.variable.css +2 -2
- package/lib/popover2/popover2.variable.css +2 -2
- package/lib/process/process.variable.css +2 -2
- package/lib/progress/progress.variable.css +2 -2
- package/lib/radio/radio.variable.css +2 -2
- package/lib/resize-layout/resize-layout.variable.css +2 -2
- package/lib/select/select.variable.css +2 -2
- package/lib/sideslider/sideslider.variable.css +2 -2
- package/lib/slider/slider.variable.css +2 -2
- package/lib/steps/steps.variable.css +2 -2
- package/lib/styles/mixins/scroll.css +17 -0
- package/lib/styles/mixins/scroll.less +22 -0
- package/lib/styles/mixins/scroll.variable.css +119 -0
- package/lib/styles/themes/themes.less +2 -2
- package/lib/switcher/switcher.variable.css +2 -2
- package/lib/tab/tab.variable.css +2 -2
- package/lib/table/const.d.ts +4 -0
- package/lib/table/index.d.ts +5 -16
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.less +1 -1
- package/lib/table/plugins/head-filter.variable.css +2 -2
- package/lib/table/plugins/head-sort.less +1 -1
- package/lib/table/plugins/head-sort.variable.css +2 -2
- package/lib/table/plugins/settings.css +22 -4
- package/lib/table/plugins/settings.less +25 -5
- package/lib/table/plugins/settings.variable.css +24 -6
- package/lib/table/props.d.ts +7 -3
- package/lib/table/table.css +683 -7
- package/lib/table/table.d.ts +2 -7
- package/lib/table/table.less +9 -4
- package/lib/table/table.variable.css +685 -9
- package/lib/table/use-common.d.ts +4 -2
- package/lib/tag/tag.variable.css +2 -2
- package/lib/tag-input/tag-input.variable.css +2 -2
- package/lib/timeline/timeline.variable.css +2 -2
- package/lib/transfer/transfer.variable.css +2 -2
- package/lib/tree/constant.d.ts +3 -1
- package/lib/tree/index.d.ts +54 -2
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +16 -0
- package/lib/tree/tree.css +141 -0
- package/lib/tree/tree.d.ts +24 -0
- package/lib/tree/tree.less +26 -0
- package/lib/tree/tree.variable.css +143 -2
- package/lib/tree/use-node-action.d.ts +2 -1
- package/lib/tree/use-node-attribute.d.ts +2 -0
- package/lib/upload/upload.variable.css +2 -2
- package/lib/virtual-render/index.js +1 -1
- package/lib/virtual-render/virtual-render.css +17 -17
- package/lib/virtual-render/virtual-render.less +2 -23
- package/lib/virtual-render/virtual-render.variable.css +119 -17
- package/package.json +2 -2
package/lib/table/table.d.ts
CHANGED
@@ -57,9 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
57
57
|
} & {
|
58
58
|
default: string;
|
59
59
|
};
|
60
|
-
settings: import("vue-types").
|
61
|
-
default: boolean | (() => import("./props").Settings);
|
62
|
-
};
|
60
|
+
settings: import("vue-types").VueTypeValidableDef<any>;
|
63
61
|
rowClass: import("vue-types").VueTypeDef<any> & {
|
64
62
|
default: any;
|
65
63
|
};
|
@@ -157,9 +155,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
157
155
|
} & {
|
158
156
|
default: string;
|
159
157
|
};
|
160
|
-
settings: import("vue-types").
|
161
|
-
default: boolean | (() => import("./props").Settings);
|
162
|
-
};
|
158
|
+
settings: import("vue-types").VueTypeValidableDef<any>;
|
163
159
|
rowClass: import("vue-types").VueTypeDef<any> & {
|
164
160
|
default: any;
|
165
161
|
};
|
@@ -218,7 +214,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
218
214
|
virtualEnabled: boolean;
|
219
215
|
remotePagination: boolean;
|
220
216
|
emptyText: string;
|
221
|
-
settings: boolean | import("./props").Settings;
|
222
217
|
rowClass: any;
|
223
218
|
rowStyle: any;
|
224
219
|
cellStyle: any;
|
package/lib/table/table.less
CHANGED
@@ -1,4 +1,11 @@
|
|
1
1
|
@import '../styles/themes/themes.less';
|
2
|
+
@import '../styles/mixins/scroll.less';
|
3
|
+
@import '../virtual-render/virtual-render.less';
|
4
|
+
@import '../checkbox/checkbox.less';
|
5
|
+
@import '../button/button.less';
|
6
|
+
@import '../exception/exception.less';
|
7
|
+
@import '../pagination/pagination.less';
|
8
|
+
@import '../popover2/popover2.less';
|
2
9
|
@import './plugins/head-filter.less';
|
3
10
|
@import './plugins/head-sort.less';
|
4
11
|
@import './plugins/settings.less';
|
@@ -24,10 +31,6 @@
|
|
24
31
|
.@{bk-prefix}-table-body {
|
25
32
|
position: relative;
|
26
33
|
overflow: auto;
|
27
|
-
|
28
|
-
&::-webkit-scrollbar {
|
29
|
-
height: 6px;
|
30
|
-
}
|
31
34
|
}
|
32
35
|
|
33
36
|
.@{bk-prefix}-table-head,
|
@@ -42,6 +45,7 @@
|
|
42
45
|
|
43
46
|
.@{bk-prefix}-table-body-content {
|
44
47
|
display: flex;
|
48
|
+
width: 100%;
|
45
49
|
height: 100%;
|
46
50
|
}
|
47
51
|
}
|
@@ -61,6 +65,7 @@
|
|
61
65
|
height: var(--row-height);
|
62
66
|
padding: 0 15px;
|
63
67
|
overflow: hidden;
|
68
|
+
font-size: 14px;
|
64
69
|
line-height: var(--row-height);
|
65
70
|
color: @table-body-font-color;
|
66
71
|
text-align: left;
|