bkui-vue 1.0.3-beta.9 → 2.0.1-beta.2
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 +71 -73
- package/dist/index.esm.js +21328 -19060
- package/dist/index.umd.js +71 -73
- package/dist/locale/en.esm.js +1 -1
- package/dist/locale/en.esm.js.map +1 -1
- package/dist/locale/en.umd.js +1 -1
- package/dist/locale/en.umd.js.map +1 -1
- package/dist/locale/zh-cn.esm.js +1 -1
- package/dist/locale/zh-cn.esm.js.map +1 -1
- package/dist/locale/zh-cn.umd.js +1 -1
- package/dist/locale/zh-cn.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.variable.css +3 -0
- package/lib/alert/alert.variable.css +3 -0
- package/lib/backtop/backtop.variable.css +3 -0
- package/lib/badge/badge.variable.css +3 -0
- package/lib/breadcrumb/breadcrumb.variable.css +3 -0
- package/lib/button/button.variable.css +3 -0
- package/lib/card/card.variable.css +3 -0
- package/lib/cascader/cascader.variable.css +3 -0
- package/lib/checkbox/checkbox.variable.css +3 -0
- package/lib/checkbox/index.js +4 -4
- package/lib/code-diff/code-diff.variable.css +3 -0
- package/lib/collapse/collapse.css +11 -0
- package/lib/collapse/collapse.d.ts +11 -0
- package/lib/collapse/collapse.less +15 -1
- package/lib/collapse/collapse.variable.css +14 -0
- package/lib/collapse/index.d.ts +23 -0
- package/lib/collapse/index.js +9 -1
- package/lib/collapse/props.d.ts +8 -0
- package/lib/collapse-transition/collapse-transition.variable.css +3 -0
- package/lib/color-picker/color-picker.variable.css +3 -0
- package/lib/components.d.ts +2 -0
- package/lib/components.js +3 -1
- package/lib/config-provider/config-provider.d.ts +3 -0
- package/lib/config-provider/config-provider.variable.css +3 -0
- package/lib/config-provider/index.d.ts +4 -0
- package/lib/config-provider/token.d.ts +1 -0
- package/lib/container/container.variable.css +3 -0
- package/lib/date-picker/base/month-table.d.ts +2 -2
- package/lib/date-picker/date-picker.d.ts +1 -0
- package/lib/date-picker/date-picker.variable.css +3 -0
- package/lib/date-picker/index.d.ts +3 -0
- package/lib/date-picker/index.js +70 -32
- package/lib/date-picker/interface.d.ts +1 -1
- package/lib/date-picker/time-picker.d.ts +1 -0
- package/lib/date-picker/utils.d.ts +4 -0
- package/lib/dialog/dialog.css +176 -150
- package/lib/dialog/dialog.d.ts +40 -109
- package/lib/dialog/dialog.less +51 -124
- package/lib/dialog/dialog.variable.css +179 -150
- package/lib/dialog/index.d.ts +99 -263
- package/lib/dialog/index.js +244 -246
- package/lib/dialog/props.d.ts +10 -35
- package/lib/directives/index.js +0 -1
- package/lib/divider/divider.variable.css +3 -0
- package/lib/dropdown/dropdown.css +3 -1
- package/lib/dropdown/dropdown.variable.css +6 -1
- package/lib/exception/exception.variable.css +3 -0
- package/lib/fixed-navbar/fixed-navbar.variable.css +3 -0
- package/lib/form/form.variable.css +3 -0
- package/lib/form/index.js +3 -1
- package/lib/icon/image-fill.js +82 -167
- package/lib/icon/img-error.js +82 -167
- package/lib/icon/img-placehoulder.js +82 -167
- package/lib/icon/index.d.ts +1 -0
- package/lib/icon/index.js +87 -2427
- package/lib/icon/info-line.js +82 -167
- package/lib/icon/info.js +82 -167
- package/lib/icon/left-shape.js +82 -167
- package/lib/icon/left-turn-line.js +82 -167
- package/lib/icon/loading.js +82 -167
- package/lib/icon/narrow-line.js +82 -167
- package/lib/icon/original.js +82 -167
- package/lib/icon/pdf-fill.js +82 -167
- package/lib/icon/play-shape.js +82 -167
- package/lib/icon/plus.js +82 -167
- package/lib/icon/ppt-fill.js +82 -167
- package/lib/icon/qq.js +82 -167
- package/lib/icon/right-shape.js +82 -167
- package/lib/icon/right-turn-line.js +82 -167
- package/lib/icon/search.js +82 -167
- package/lib/icon/share.js +82 -167
- package/lib/icon/spinner.js +82 -167
- package/lib/icon/success.js +82 -167
- package/lib/icon/switcher-loading.js +82 -167
- package/lib/icon/text-all.d.ts +4 -0
- package/lib/icon/text-all.js +191 -0
- package/lib/icon/text-file.js +82 -167
- package/lib/icon/text-fill.js +82 -167
- package/lib/icon/transfer.js +82 -167
- package/lib/icon/tree-application-shape.js +82 -167
- package/lib/icon/unfull-screen.js +82 -167
- package/lib/icon/unvisible.js +82 -167
- package/lib/icon/up-shape.js +82 -167
- package/lib/icon/upload.js +82 -167
- package/lib/icon/video-fill.js +82 -167
- package/lib/icon/warn.js +82 -167
- package/lib/icon/weixin-pro.js +82 -167
- package/lib/icon/weixin.js +82 -167
- package/lib/image/image-viewer.variable.css +3 -0
- package/lib/image/image.variable.css +3 -0
- package/lib/image/index.js +5 -2
- package/lib/info-box/index.d.ts +2 -2
- package/lib/info-box/index.js +257 -516
- package/lib/info-box/info-box.css +58 -28
- package/lib/info-box/info-box.d.ts +18 -16
- package/lib/info-box/info-box.less +82 -51
- package/lib/info-box/info-box.variable.css +61 -28
- package/lib/info-box/render-component.d.ts +4 -0
- package/lib/input/index.js +7 -1
- package/lib/input/input.variable.css +3 -0
- package/lib/link/link.variable.css +3 -0
- package/lib/loading/loading.variable.css +3 -0
- package/lib/locale/index.js +4 -2
- package/lib/locale/lang/en.d.ts +1 -0
- package/lib/menu/menu.variable.css +3 -0
- package/lib/menu/submenu.variable.css +3 -0
- package/lib/message/message.variable.css +3 -0
- package/lib/modal/hooks.d.ts +6 -0
- package/lib/modal/index.d.ts +41 -309
- package/lib/modal/index.js +285 -671
- package/lib/modal/mask.d.ts +6 -0
- package/lib/modal/modal.css +155 -76
- package/lib/modal/modal.d.ts +18 -116
- package/lib/modal/modal.less +107 -55
- package/lib/modal/modal.variable.css +158 -76
- package/lib/modal/props.mixin.d.ts +5 -41
- package/lib/navigation/navigation.variable.css +3 -0
- package/lib/notify/notify.variable.css +3 -0
- package/lib/overflow-title/index.js +46 -52
- package/lib/pagination/index.js +2 -1
- package/lib/pagination/pagination.variable.css +3 -0
- package/lib/plugin-popover/index.d.ts +1 -1
- package/lib/plugin-popover/index.js +45 -26
- package/lib/pop-confirm/index.js +8 -5
- package/lib/pop-confirm/pop-confirm.variable.css +3 -0
- package/lib/popover/content.d.ts +1 -1
- package/lib/popover/index.js +45 -26
- package/lib/popover/plugin-popover.d.ts +4 -1
- package/lib/popover/popover.css +3 -1
- package/lib/popover/popover.less +4 -1
- package/lib/popover/popover.variable.css +6 -1
- package/lib/preset.d.ts +2 -0
- package/lib/process/process.variable.css +3 -0
- package/lib/progress/progress.variable.css +3 -0
- package/lib/radio/index.d.ts +29 -0
- package/lib/radio/index.js +39 -21
- package/lib/radio/radio-button.d.ts +10 -0
- package/lib/radio/radio-group.d.ts +10 -0
- package/lib/radio/radio.d.ts +10 -0
- package/lib/radio/radio.variable.css +3 -0
- package/lib/rate/rate.variable.css +3 -0
- package/lib/rate/star.variable.css +3 -0
- package/lib/resize-layout/index.js +1 -1
- package/lib/resize-layout/resize-layout.variable.css +3 -0
- package/lib/scrollbar/index.d.ts +15 -0
- package/lib/scrollbar/index.js +18763 -0
- package/lib/scrollbar/scrollbar-core/can-use-dom.d.ts +2 -0
- package/lib/scrollbar/scrollbar-core/helpers.d.ts +5 -0
- package/lib/scrollbar/scrollbar-core/index.d.ts +241 -0
- package/lib/scrollbar/scrollbar-core/mouse-wheel.d.ts +5 -0
- package/lib/scrollbar/scrollbar-core/scrollbar-width.d.ts +1 -0
- package/lib/scrollbar/scrollbar.css +75 -0
- package/lib/scrollbar/scrollbar.less +94 -0
- package/lib/scrollbar/scrollbar.variable.css +204 -0
- package/lib/search-select/index.d.ts +375 -16
- package/lib/search-select/index.js +701 -366
- package/lib/search-select/input.d.ts +14 -5
- package/lib/search-select/search-select.css +20 -6
- package/lib/search-select/search-select.d.ts +129 -7
- package/lib/search-select/search-select.less +16 -12
- package/lib/search-select/search-select.variable.css +23 -6
- package/lib/search-select/selected.d.ts +116 -6
- package/lib/search-select/utils.d.ts +19 -6
- package/lib/select/index.d.ts +124 -6
- package/lib/select/index.js +1336 -72
- package/lib/select/option.d.ts +3 -1
- package/lib/select/pinyin/core.d.ts +14 -0
- package/lib/select/pinyin/dict.d.ts +34 -0
- package/lib/select/pinyin/index.d.ts +2 -0
- package/lib/select/select.css +55 -12
- package/lib/select/select.d.ts +50 -2
- package/lib/select/select.less +69 -19
- package/lib/select/select.variable.css +58 -12
- package/lib/select/selectTagInput.d.ts +7 -0
- package/lib/select/type.d.ts +2 -3
- package/lib/shared/index.d.ts +0 -1
- package/lib/shared/index.js +70 -50
- package/lib/shared/utils.d.ts +12 -0
- package/lib/shared/vue-types.d.ts +5 -0
- package/lib/sideslider/index.d.ts +55 -185
- package/lib/sideslider/index.js +81 -55
- package/lib/sideslider/sideslider.css +26 -90
- package/lib/sideslider/sideslider.d.ts +25 -87
- package/lib/sideslider/sideslider.less +56 -132
- package/lib/sideslider/sideslider.variable.css +29 -90
- package/lib/slider/index.d.ts +19 -0
- package/lib/slider/index.js +45 -5
- package/lib/slider/slider.css +14 -0
- package/lib/slider/slider.d.ts +9 -0
- package/lib/slider/slider.less +15 -0
- package/lib/slider/slider.variable.css +17 -0
- package/lib/steps/steps.variable.css +3 -0
- package/lib/styles/mixins/animate.variable.css +3 -0
- package/lib/styles/mixins/popper.variable.css +3 -0
- package/lib/styles/mixins/scroll.variable.css +3 -0
- package/lib/styles/reset.css +1 -3
- package/lib/styles/reset.less +3 -6
- package/lib/styles/reset.variable.css +4 -3
- package/lib/styles/themes/themes.less +5 -0
- package/lib/swiper/swiper.variable.css +3 -0
- package/lib/switcher/switcher.variable.css +3 -0
- package/lib/tab/tab.variable.css +3 -0
- package/lib/table/cache.d.ts +11 -3
- package/lib/table/components/table-cell.d.ts +3 -2
- package/lib/table/components/table-column.d.ts +7 -17
- package/lib/table/const.d.ts +4 -4
- package/lib/table/index.d.ts +29 -64
- package/lib/table/index.js +18068 -613
- package/lib/table/plugins/head-filter.css +8 -4
- package/lib/table/plugins/head-filter.less +6 -3
- package/lib/table/plugins/head-filter.variable.css +11 -4
- package/lib/table/plugins/head-sort.variable.css +3 -0
- package/lib/table/plugins/settings.variable.css +3 -0
- package/lib/table/plugins/use-active-columns.d.ts +2 -2
- package/lib/table/plugins/use-column-template.d.ts +7 -0
- package/lib/table/plugins/use-draggable.d.ts +2 -2
- package/lib/table/plugins/use-fixed-column.d.ts +1 -1
- package/lib/table/plugins/use-observer-resize.d.ts +5 -0
- package/lib/table/plugins/use-pagination.d.ts +3 -1
- package/lib/table/plugins/use-shift-key.d.ts +11 -0
- package/lib/table/props.d.ts +17 -7
- package/lib/table/table.css +112 -58
- package/lib/table/table.d.ts +11 -0
- package/lib/table/table.less +46 -58
- package/lib/table/table.variable.css +115 -58
- package/lib/table/use-attributes.d.ts +6 -43
- package/lib/table/use-column.d.ts +9 -10
- package/lib/table/use-common.d.ts +1 -1
- package/lib/table/use-render.d.ts +1 -1
- package/lib/table/utils.d.ts +1 -1
- package/lib/table-column/index.d.ts +92 -266
- package/lib/table-column/index.js +24 -98
- package/lib/tag/tag.variable.css +3 -0
- package/lib/tag-input/index.d.ts +4 -4
- package/lib/tag-input/tag-input.d.ts +2 -2
- package/lib/tag-input/tag-input.variable.css +3 -0
- package/lib/tag-input/tag-props.d.ts +1 -1
- package/lib/tag-input/tag-render.d.ts +1 -1
- package/lib/time-picker/index.d.ts +38 -35
- package/lib/time-picker/time-picker.variable.css +3 -0
- package/lib/timeline/index.d.ts +80 -44
- package/lib/timeline/index.js +54 -65
- package/lib/timeline/timeline.d.ts +46 -29
- package/lib/timeline/timeline.variable.css +3 -0
- package/lib/transfer/transfer.variable.css +3 -0
- package/lib/tree/constant.d.ts +3 -1
- package/lib/tree/index.d.ts +44 -0
- package/lib/tree/index.js +17548 -25
- package/lib/tree/props.d.ts +18 -0
- package/lib/tree/tree.css +76 -2
- package/lib/tree/tree.d.ts +28 -2
- package/lib/tree/tree.variable.css +79 -2
- package/lib/tree/use-intersection-observer.d.ts +27 -0
- package/lib/tree/use-node-attribute.d.ts +9 -0
- package/lib/upload/index.d.ts +12 -0
- package/lib/upload/index.js +21 -30
- package/lib/upload/props.d.ts +3 -0
- package/lib/upload/upload-trigger.d.ts +6 -0
- package/lib/upload/upload.d.ts +6 -0
- package/lib/upload/upload.variable.css +3 -0
- package/lib/virtual-render/index.d.ts +36 -9
- package/lib/virtual-render/index.js +295 -80
- package/lib/virtual-render/props.d.ts +16 -0
- package/lib/virtual-render/use-fix-top.d.ts +2 -7
- package/lib/virtual-render/use-scrollbar.d.ts +24 -0
- package/lib/virtual-render/v-virtual-render.d.ts +2 -1
- package/lib/virtual-render/virtual-render.css +76 -2
- package/lib/virtual-render/virtual-render.d.ts +16 -3
- package/lib/virtual-render/virtual-render.less +3 -3
- package/lib/virtual-render/virtual-render.variable.css +79 -2
- package/package.json +1 -1
- package/lib/shared/mask.d.ts +0 -11
@@ -1,8 +1,8 @@
|
|
1
1
|
declare const BkTableColumn: {
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
-
label: import("vue-types").VueTypeDef<import("
|
4
|
-
field: import("vue-types").VueTypeDef<import("
|
5
|
-
render: import("vue-types").VueTypeDef<import("
|
3
|
+
label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
4
|
+
field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
5
|
+
render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
|
6
6
|
width: import("vue-types").VueTypeDef<string | number>;
|
7
7
|
minWidth: import("vue-types").VueTypeDef<string | number> & {
|
8
8
|
default: string | number;
|
@@ -12,8 +12,8 @@ declare const BkTableColumn: {
|
|
12
12
|
} & {
|
13
13
|
default: string;
|
14
14
|
};
|
15
|
-
showOverflowTooltip: import("vue-types").VueTypeDef<import("
|
16
|
-
type: import("vue-types").VueTypeDef<"
|
15
|
+
showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
|
16
|
+
type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
|
17
17
|
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
18
18
|
default: boolean;
|
19
19
|
} & {
|
@@ -22,9 +22,9 @@ declare const BkTableColumn: {
|
|
22
22
|
fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
|
23
23
|
default: boolean | "right" | "left";
|
24
24
|
};
|
25
|
-
sort: import("vue-types").VueTypeDef<import("
|
26
|
-
filter: import("vue-types").VueTypeDef<import("
|
27
|
-
colspan: import("vue-types").VueTypeDef<import("
|
25
|
+
sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
|
26
|
+
filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
|
27
|
+
colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
28
28
|
default: (({ column, colIndex, row, rowIndex }: {
|
29
29
|
column: any;
|
30
30
|
colIndex: any;
|
@@ -32,7 +32,7 @@ declare const BkTableColumn: {
|
|
32
32
|
rowIndex: any;
|
33
33
|
}) => number) | (() => Number);
|
34
34
|
};
|
35
|
-
rowspan: import("vue-types").VueTypeDef<import("
|
35
|
+
rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
36
36
|
default: (({ column, colIndex, row, rowIndex }: {
|
37
37
|
column: any;
|
38
38
|
colIndex: any;
|
@@ -41,18 +41,14 @@ declare const BkTableColumn: {
|
|
41
41
|
}) => number) | (() => Number);
|
42
42
|
};
|
43
43
|
align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
|
44
|
-
className: import("vue-types").VueTypeDef<import("
|
45
|
-
prop: import("vue-types").VueTypeDef<import("
|
44
|
+
className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
|
45
|
+
prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
46
46
|
index: import("vue-types").VueTypeValidableDef<number> & {
|
47
47
|
default: number;
|
48
48
|
} & {
|
49
49
|
default: number;
|
50
50
|
};
|
51
51
|
}>>, {
|
52
|
-
initColumns: (_col: import("../../bkui-vue").TableIColumn | import("../../bkui-vue").TableIColumn[], _rm?: boolean) => void;
|
53
|
-
bkTableCache: {
|
54
|
-
queueStack: (_: any, fn: any) => any;
|
55
|
-
};
|
56
52
|
column: {
|
57
53
|
fixed?: boolean | "right" | "left";
|
58
54
|
resizable?: boolean;
|
@@ -91,98 +87,44 @@ declare const BkTableColumn: {
|
|
91
87
|
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
|
92
88
|
};
|
93
89
|
};
|
94
|
-
render?: import("
|
90
|
+
render?: import("../table/props").RenderFunctionString;
|
95
91
|
sort?: string | boolean | {
|
96
92
|
sortFn?: Function;
|
97
|
-
sortScope?: import("
|
98
|
-
value?: import("
|
93
|
+
sortScope?: import("../table/props").SortScope;
|
94
|
+
value?: import("../table/const").SORT_OPTION;
|
99
95
|
};
|
100
96
|
filter?: string | boolean | {
|
101
97
|
list: any[];
|
102
98
|
filterFn?: Function;
|
103
|
-
match?: import("
|
99
|
+
match?: import("../table/props").FullEnum;
|
104
100
|
checked?: any[];
|
105
|
-
filterScope?: import("
|
101
|
+
filterScope?: import("../table/props").SortScope;
|
106
102
|
btnSave?: string | boolean;
|
107
103
|
btnReset?: string | boolean;
|
108
104
|
height?: number;
|
109
105
|
maxHeight?: number;
|
110
106
|
};
|
111
|
-
type?: "
|
112
|
-
label?: import("
|
107
|
+
type?: "index" | "selection" | "expand" | "__COL_TYPE_NONE";
|
108
|
+
label?: import("../table/props").LabelFunctionString;
|
113
109
|
width?: string | number;
|
114
|
-
className?: import("
|
110
|
+
className?: import("../table/props").RowClassFunctionString;
|
115
111
|
align?: "" | "right" | "left" | "center";
|
116
112
|
showOverflowTooltip?: boolean | {
|
117
|
-
content: string |
|
118
|
-
disabled?: (col: import("../../bkui-vue").TableIColumn, row: any) => boolean;
|
113
|
+
content: string | ((col: import("../../bkui-vue").TableIColumn, row: any) => string);
|
114
|
+
disabled?: boolean | ((col: import("../../bkui-vue").TableIColumn, row: any) => boolean);
|
119
115
|
watchCellResize?: boolean;
|
120
116
|
mode?: "auto" | "static";
|
121
117
|
popoverOption?: any;
|
122
|
-
resizerWay?: import("
|
118
|
+
resizerWay?: import("../table/props").ResizerWay;
|
123
119
|
showHead?: boolean;
|
124
120
|
};
|
125
|
-
field: import("
|
126
|
-
prop?: import("
|
121
|
+
field: import("../table/props").LabelFunctionString;
|
122
|
+
prop?: import("../table/props").LabelFunctionString;
|
127
123
|
};
|
128
|
-
}, unknown, {}, {
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
|
133
|
-
render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
|
134
|
-
width: import("vue-types").VueTypeDef<string | number>;
|
135
|
-
minWidth: import("vue-types").VueTypeDef<string | number> & {
|
136
|
-
default: string | number;
|
137
|
-
};
|
138
|
-
columnKey: import("vue-types").VueTypeValidableDef<string> & {
|
139
|
-
default: string;
|
140
|
-
} & {
|
141
|
-
default: string;
|
142
|
-
};
|
143
|
-
showOverflowTooltip: import("vue-types").VueTypeDef<import("../../table/src/props").IOverflowTooltipProp>;
|
144
|
-
type: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
|
145
|
-
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
146
|
-
default: boolean;
|
147
|
-
} & {
|
148
|
-
default: boolean;
|
149
|
-
};
|
150
|
-
fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
|
151
|
-
default: boolean | "right" | "left";
|
152
|
-
};
|
153
|
-
sort: import("vue-types").VueTypeDef<import("../../table/src/props").ISortPropShape>;
|
154
|
-
filter: import("vue-types").VueTypeDef<import("../../table/src/props").IFilterPropShape>;
|
155
|
-
colspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
|
156
|
-
default: (({ column, colIndex, row, rowIndex }: {
|
157
|
-
column: any;
|
158
|
-
colIndex: any;
|
159
|
-
row: any;
|
160
|
-
rowIndex: any;
|
161
|
-
}) => number) | (() => Number);
|
162
|
-
};
|
163
|
-
rowspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
|
164
|
-
default: (({ column, colIndex, row, rowIndex }: {
|
165
|
-
column: any;
|
166
|
-
colIndex: any;
|
167
|
-
row: any;
|
168
|
-
rowIndex: any;
|
169
|
-
}) => number) | (() => Number);
|
170
|
-
};
|
171
|
-
align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
|
172
|
-
className: import("vue-types").VueTypeDef<import("../../table/src/props").RowClassFunctionString>;
|
173
|
-
prop: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
|
174
|
-
index: import("vue-types").VueTypeValidableDef<number> & {
|
175
|
-
default: number;
|
176
|
-
} & {
|
177
|
-
default: number;
|
178
|
-
};
|
179
|
-
}>>): {};
|
180
|
-
updateColumnDefineByParent(): void;
|
181
|
-
unmountColumn(): void;
|
182
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
183
|
-
label: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
|
184
|
-
field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
|
185
|
-
render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
|
124
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
125
|
+
label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
126
|
+
field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
127
|
+
render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
|
186
128
|
width: import("vue-types").VueTypeDef<string | number>;
|
187
129
|
minWidth: import("vue-types").VueTypeDef<string | number> & {
|
188
130
|
default: string | number;
|
@@ -192,8 +134,8 @@ declare const BkTableColumn: {
|
|
192
134
|
} & {
|
193
135
|
default: string;
|
194
136
|
};
|
195
|
-
showOverflowTooltip: import("vue-types").VueTypeDef<import("
|
196
|
-
type: import("vue-types").VueTypeDef<"
|
137
|
+
showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
|
138
|
+
type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
|
197
139
|
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
198
140
|
default: boolean;
|
199
141
|
} & {
|
@@ -202,9 +144,9 @@ declare const BkTableColumn: {
|
|
202
144
|
fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
|
203
145
|
default: boolean | "right" | "left";
|
204
146
|
};
|
205
|
-
sort: import("vue-types").VueTypeDef<import("
|
206
|
-
filter: import("vue-types").VueTypeDef<import("
|
207
|
-
colspan: import("vue-types").VueTypeDef<import("
|
147
|
+
sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
|
148
|
+
filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
|
149
|
+
colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
208
150
|
default: (({ column, colIndex, row, rowIndex }: {
|
209
151
|
column: any;
|
210
152
|
colIndex: any;
|
@@ -212,7 +154,7 @@ declare const BkTableColumn: {
|
|
212
154
|
rowIndex: any;
|
213
155
|
}) => number) | (() => Number);
|
214
156
|
};
|
215
|
-
rowspan: import("vue-types").VueTypeDef<import("
|
157
|
+
rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
216
158
|
default: (({ column, colIndex, row, rowIndex }: {
|
217
159
|
column: any;
|
218
160
|
colIndex: any;
|
@@ -221,8 +163,8 @@ declare const BkTableColumn: {
|
|
221
163
|
}) => number) | (() => Number);
|
222
164
|
};
|
223
165
|
align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
|
224
|
-
className: import("vue-types").VueTypeDef<import("
|
225
|
-
prop: import("vue-types").VueTypeDef<import("
|
166
|
+
className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
|
167
|
+
prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
226
168
|
index: import("vue-types").VueTypeValidableDef<number> & {
|
227
169
|
default: number;
|
228
170
|
} & {
|
@@ -234,8 +176,8 @@ declare const BkTableColumn: {
|
|
234
176
|
minWidth: string | number;
|
235
177
|
index: number;
|
236
178
|
columnKey: string;
|
237
|
-
colspan: import("
|
238
|
-
rowspan: import("
|
179
|
+
colspan: import("../table/props").SpanFunctionString;
|
180
|
+
rowspan: import("../table/props").SpanFunctionString;
|
239
181
|
}, true, {}, {}, {
|
240
182
|
P: {};
|
241
183
|
B: {};
|
@@ -244,9 +186,9 @@ declare const BkTableColumn: {
|
|
244
186
|
M: {};
|
245
187
|
Defaults: {};
|
246
188
|
}, Readonly<import("vue").ExtractPropTypes<{
|
247
|
-
label: import("vue-types").VueTypeDef<import("
|
248
|
-
field: import("vue-types").VueTypeDef<import("
|
249
|
-
render: import("vue-types").VueTypeDef<import("
|
189
|
+
label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
190
|
+
field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
191
|
+
render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
|
250
192
|
width: import("vue-types").VueTypeDef<string | number>;
|
251
193
|
minWidth: import("vue-types").VueTypeDef<string | number> & {
|
252
194
|
default: string | number;
|
@@ -256,8 +198,8 @@ declare const BkTableColumn: {
|
|
256
198
|
} & {
|
257
199
|
default: string;
|
258
200
|
};
|
259
|
-
showOverflowTooltip: import("vue-types").VueTypeDef<import("
|
260
|
-
type: import("vue-types").VueTypeDef<"
|
201
|
+
showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
|
202
|
+
type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
|
261
203
|
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
262
204
|
default: boolean;
|
263
205
|
} & {
|
@@ -266,9 +208,9 @@ declare const BkTableColumn: {
|
|
266
208
|
fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
|
267
209
|
default: boolean | "right" | "left";
|
268
210
|
};
|
269
|
-
sort: import("vue-types").VueTypeDef<import("
|
270
|
-
filter: import("vue-types").VueTypeDef<import("
|
271
|
-
colspan: import("vue-types").VueTypeDef<import("
|
211
|
+
sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
|
212
|
+
filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
|
213
|
+
colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
272
214
|
default: (({ column, colIndex, row, rowIndex }: {
|
273
215
|
column: any;
|
274
216
|
colIndex: any;
|
@@ -276,7 +218,7 @@ declare const BkTableColumn: {
|
|
276
218
|
rowIndex: any;
|
277
219
|
}) => number) | (() => Number);
|
278
220
|
};
|
279
|
-
rowspan: import("vue-types").VueTypeDef<import("
|
221
|
+
rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
280
222
|
default: (({ column, colIndex, row, rowIndex }: {
|
281
223
|
column: any;
|
282
224
|
colIndex: any;
|
@@ -285,18 +227,14 @@ declare const BkTableColumn: {
|
|
285
227
|
}) => number) | (() => Number);
|
286
228
|
};
|
287
229
|
align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
|
288
|
-
className: import("vue-types").VueTypeDef<import("
|
289
|
-
prop: import("vue-types").VueTypeDef<import("
|
230
|
+
className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
|
231
|
+
prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
290
232
|
index: import("vue-types").VueTypeValidableDef<number> & {
|
291
233
|
default: number;
|
292
234
|
} & {
|
293
235
|
default: number;
|
294
236
|
};
|
295
237
|
}>>, {
|
296
|
-
initColumns: (_col: import("../../bkui-vue").TableIColumn | import("../../bkui-vue").TableIColumn[], _rm?: boolean) => void;
|
297
|
-
bkTableCache: {
|
298
|
-
queueStack: (_: any, fn: any) => any;
|
299
|
-
};
|
300
238
|
column: {
|
301
239
|
fixed?: boolean | "right" | "left";
|
302
240
|
resizable?: boolean;
|
@@ -335,110 +273,56 @@ declare const BkTableColumn: {
|
|
335
273
|
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
|
336
274
|
};
|
337
275
|
};
|
338
|
-
render?: import("
|
276
|
+
render?: import("../table/props").RenderFunctionString;
|
339
277
|
sort?: string | boolean | {
|
340
278
|
sortFn?: Function;
|
341
|
-
sortScope?: import("
|
342
|
-
value?: import("
|
279
|
+
sortScope?: import("../table/props").SortScope;
|
280
|
+
value?: import("../table/const").SORT_OPTION;
|
343
281
|
};
|
344
282
|
filter?: string | boolean | {
|
345
283
|
list: any[];
|
346
284
|
filterFn?: Function;
|
347
|
-
match?: import("
|
285
|
+
match?: import("../table/props").FullEnum;
|
348
286
|
checked?: any[];
|
349
|
-
filterScope?: import("
|
287
|
+
filterScope?: import("../table/props").SortScope;
|
350
288
|
btnSave?: string | boolean;
|
351
289
|
btnReset?: string | boolean;
|
352
290
|
height?: number;
|
353
291
|
maxHeight?: number;
|
354
292
|
};
|
355
|
-
type?: "
|
356
|
-
label?: import("
|
293
|
+
type?: "index" | "selection" | "expand" | "__COL_TYPE_NONE";
|
294
|
+
label?: import("../table/props").LabelFunctionString;
|
357
295
|
width?: string | number;
|
358
|
-
className?: import("
|
296
|
+
className?: import("../table/props").RowClassFunctionString;
|
359
297
|
align?: "" | "right" | "left" | "center";
|
360
298
|
showOverflowTooltip?: boolean | {
|
361
|
-
content: string |
|
362
|
-
disabled?: (col: import("../../bkui-vue").TableIColumn, row: any) => boolean;
|
299
|
+
content: string | ((col: import("../../bkui-vue").TableIColumn, row: any) => string);
|
300
|
+
disabled?: boolean | ((col: import("../../bkui-vue").TableIColumn, row: any) => boolean);
|
363
301
|
watchCellResize?: boolean;
|
364
302
|
mode?: "auto" | "static";
|
365
303
|
popoverOption?: any;
|
366
|
-
resizerWay?: import("
|
304
|
+
resizerWay?: import("../table/props").ResizerWay;
|
367
305
|
showHead?: boolean;
|
368
306
|
};
|
369
|
-
field: import("
|
370
|
-
prop?: import("
|
307
|
+
field: import("../table/props").LabelFunctionString;
|
308
|
+
prop?: import("../table/props").LabelFunctionString;
|
371
309
|
};
|
372
|
-
}, {}, {}, {
|
373
|
-
updateColumnDefine(unmounted?: boolean): void;
|
374
|
-
copyProps(props: Partial<import("vue").ExtractPropTypes<{
|
375
|
-
label: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
|
376
|
-
field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
|
377
|
-
render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
|
378
|
-
width: import("vue-types").VueTypeDef<string | number>;
|
379
|
-
minWidth: import("vue-types").VueTypeDef<string | number> & {
|
380
|
-
default: string | number;
|
381
|
-
};
|
382
|
-
columnKey: import("vue-types").VueTypeValidableDef<string> & {
|
383
|
-
default: string;
|
384
|
-
} & {
|
385
|
-
default: string;
|
386
|
-
};
|
387
|
-
showOverflowTooltip: import("vue-types").VueTypeDef<import("../../table/src/props").IOverflowTooltipProp>;
|
388
|
-
type: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
|
389
|
-
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
390
|
-
default: boolean;
|
391
|
-
} & {
|
392
|
-
default: boolean;
|
393
|
-
};
|
394
|
-
fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
|
395
|
-
default: boolean | "right" | "left";
|
396
|
-
};
|
397
|
-
sort: import("vue-types").VueTypeDef<import("../../table/src/props").ISortPropShape>;
|
398
|
-
filter: import("vue-types").VueTypeDef<import("../../table/src/props").IFilterPropShape>;
|
399
|
-
colspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
|
400
|
-
default: (({ column, colIndex, row, rowIndex }: {
|
401
|
-
column: any;
|
402
|
-
colIndex: any;
|
403
|
-
row: any;
|
404
|
-
rowIndex: any;
|
405
|
-
}) => number) | (() => Number);
|
406
|
-
};
|
407
|
-
rowspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
|
408
|
-
default: (({ column, colIndex, row, rowIndex }: {
|
409
|
-
column: any;
|
410
|
-
colIndex: any;
|
411
|
-
row: any;
|
412
|
-
rowIndex: any;
|
413
|
-
}) => number) | (() => Number);
|
414
|
-
};
|
415
|
-
align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
|
416
|
-
className: import("vue-types").VueTypeDef<import("../../table/src/props").RowClassFunctionString>;
|
417
|
-
prop: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
|
418
|
-
index: import("vue-types").VueTypeValidableDef<number> & {
|
419
|
-
default: number;
|
420
|
-
} & {
|
421
|
-
default: number;
|
422
|
-
};
|
423
|
-
}>>): {};
|
424
|
-
updateColumnDefineByParent(): void;
|
425
|
-
unmountColumn(): void;
|
426
|
-
}, {
|
310
|
+
}, {}, {}, {}, {
|
427
311
|
fixed: boolean | "right" | "left";
|
428
312
|
resizable: boolean;
|
429
313
|
minWidth: string | number;
|
430
314
|
index: number;
|
431
315
|
columnKey: string;
|
432
|
-
colspan: import("
|
433
|
-
rowspan: import("
|
316
|
+
colspan: import("../table/props").SpanFunctionString;
|
317
|
+
rowspan: import("../table/props").SpanFunctionString;
|
434
318
|
}>;
|
435
319
|
__isFragment?: never;
|
436
320
|
__isTeleport?: never;
|
437
321
|
__isSuspense?: never;
|
438
322
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
439
|
-
label: import("vue-types").VueTypeDef<import("
|
440
|
-
field: import("vue-types").VueTypeDef<import("
|
441
|
-
render: import("vue-types").VueTypeDef<import("
|
323
|
+
label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
324
|
+
field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
325
|
+
render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
|
442
326
|
width: import("vue-types").VueTypeDef<string | number>;
|
443
327
|
minWidth: import("vue-types").VueTypeDef<string | number> & {
|
444
328
|
default: string | number;
|
@@ -448,8 +332,8 @@ declare const BkTableColumn: {
|
|
448
332
|
} & {
|
449
333
|
default: string;
|
450
334
|
};
|
451
|
-
showOverflowTooltip: import("vue-types").VueTypeDef<import("
|
452
|
-
type: import("vue-types").VueTypeDef<"
|
335
|
+
showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
|
336
|
+
type: import("vue-types").VueTypeDef<"index" | "selection" | "expand" | "__COL_TYPE_NONE">;
|
453
337
|
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
454
338
|
default: boolean;
|
455
339
|
} & {
|
@@ -458,9 +342,9 @@ declare const BkTableColumn: {
|
|
458
342
|
fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
|
459
343
|
default: boolean | "right" | "left";
|
460
344
|
};
|
461
|
-
sort: import("vue-types").VueTypeDef<import("
|
462
|
-
filter: import("vue-types").VueTypeDef<import("
|
463
|
-
colspan: import("vue-types").VueTypeDef<import("
|
345
|
+
sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
|
346
|
+
filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
|
347
|
+
colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
464
348
|
default: (({ column, colIndex, row, rowIndex }: {
|
465
349
|
column: any;
|
466
350
|
colIndex: any;
|
@@ -468,7 +352,7 @@ declare const BkTableColumn: {
|
|
468
352
|
rowIndex: any;
|
469
353
|
}) => number) | (() => Number);
|
470
354
|
};
|
471
|
-
rowspan: import("vue-types").VueTypeDef<import("
|
355
|
+
rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
472
356
|
default: (({ column, colIndex, row, rowIndex }: {
|
473
357
|
column: any;
|
474
358
|
colIndex: any;
|
@@ -477,18 +361,14 @@ declare const BkTableColumn: {
|
|
477
361
|
}) => number) | (() => Number);
|
478
362
|
};
|
479
363
|
align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
|
480
|
-
className: import("vue-types").VueTypeDef<import("
|
481
|
-
prop: import("vue-types").VueTypeDef<import("
|
364
|
+
className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
|
365
|
+
prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
482
366
|
index: import("vue-types").VueTypeValidableDef<number> & {
|
483
367
|
default: number;
|
484
368
|
} & {
|
485
369
|
default: number;
|
486
370
|
};
|
487
371
|
}>>, {
|
488
|
-
initColumns: (_col: import("../../bkui-vue").TableIColumn | import("../../bkui-vue").TableIColumn[], _rm?: boolean) => void;
|
489
|
-
bkTableCache: {
|
490
|
-
queueStack: (_: any, fn: any) => any;
|
491
|
-
};
|
492
372
|
column: {
|
493
373
|
fixed?: boolean | "right" | "left";
|
494
374
|
resizable?: boolean;
|
@@ -527,101 +407,47 @@ declare const BkTableColumn: {
|
|
527
407
|
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
|
528
408
|
};
|
529
409
|
};
|
530
|
-
render?: import("
|
410
|
+
render?: import("../table/props").RenderFunctionString;
|
531
411
|
sort?: string | boolean | {
|
532
412
|
sortFn?: Function;
|
533
|
-
sortScope?: import("
|
534
|
-
value?: import("
|
413
|
+
sortScope?: import("../table/props").SortScope;
|
414
|
+
value?: import("../table/const").SORT_OPTION;
|
535
415
|
};
|
536
416
|
filter?: string | boolean | {
|
537
417
|
list: any[];
|
538
418
|
filterFn?: Function;
|
539
|
-
match?: import("
|
419
|
+
match?: import("../table/props").FullEnum;
|
540
420
|
checked?: any[];
|
541
|
-
filterScope?: import("
|
421
|
+
filterScope?: import("../table/props").SortScope;
|
542
422
|
btnSave?: string | boolean;
|
543
423
|
btnReset?: string | boolean;
|
544
424
|
height?: number;
|
545
425
|
maxHeight?: number;
|
546
426
|
};
|
547
|
-
type?: "
|
548
|
-
label?: import("
|
427
|
+
type?: "index" | "selection" | "expand" | "__COL_TYPE_NONE";
|
428
|
+
label?: import("../table/props").LabelFunctionString;
|
549
429
|
width?: string | number;
|
550
|
-
className?: import("
|
430
|
+
className?: import("../table/props").RowClassFunctionString;
|
551
431
|
align?: "" | "right" | "left" | "center";
|
552
432
|
showOverflowTooltip?: boolean | {
|
553
|
-
content: string |
|
554
|
-
disabled?: (col: import("../../bkui-vue").TableIColumn, row: any) => boolean;
|
433
|
+
content: string | ((col: import("../../bkui-vue").TableIColumn, row: any) => string);
|
434
|
+
disabled?: boolean | ((col: import("../../bkui-vue").TableIColumn, row: any) => boolean);
|
555
435
|
watchCellResize?: boolean;
|
556
436
|
mode?: "auto" | "static";
|
557
437
|
popoverOption?: any;
|
558
|
-
resizerWay?: import("
|
438
|
+
resizerWay?: import("../table/props").ResizerWay;
|
559
439
|
showHead?: boolean;
|
560
440
|
};
|
561
|
-
field: import("
|
562
|
-
prop?: import("
|
441
|
+
field: import("../table/props").LabelFunctionString;
|
442
|
+
prop?: import("../table/props").LabelFunctionString;
|
563
443
|
};
|
564
|
-
}, unknown, {}, {
|
565
|
-
updateColumnDefine(unmounted?: boolean): void;
|
566
|
-
copyProps(props: Partial<import("vue").ExtractPropTypes<{
|
567
|
-
label: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
|
568
|
-
field: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
|
569
|
-
render: import("vue-types").VueTypeDef<import("../../table/src/props").RenderFunctionString>;
|
570
|
-
width: import("vue-types").VueTypeDef<string | number>;
|
571
|
-
minWidth: import("vue-types").VueTypeDef<string | number> & {
|
572
|
-
default: string | number;
|
573
|
-
};
|
574
|
-
columnKey: import("vue-types").VueTypeValidableDef<string> & {
|
575
|
-
default: string;
|
576
|
-
} & {
|
577
|
-
default: string;
|
578
|
-
};
|
579
|
-
showOverflowTooltip: import("vue-types").VueTypeDef<import("../../table/src/props").IOverflowTooltipProp>;
|
580
|
-
type: import("vue-types").VueTypeDef<"none" | "index" | "selection" | "expand">;
|
581
|
-
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
582
|
-
default: boolean;
|
583
|
-
} & {
|
584
|
-
default: boolean;
|
585
|
-
};
|
586
|
-
fixed: import("vue-types").VueTypeDef<boolean | "right" | "left"> & {
|
587
|
-
default: boolean | "right" | "left";
|
588
|
-
};
|
589
|
-
sort: import("vue-types").VueTypeDef<import("../../table/src/props").ISortPropShape>;
|
590
|
-
filter: import("vue-types").VueTypeDef<import("../../table/src/props").IFilterPropShape>;
|
591
|
-
colspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
|
592
|
-
default: (({ column, colIndex, row, rowIndex }: {
|
593
|
-
column: any;
|
594
|
-
colIndex: any;
|
595
|
-
row: any;
|
596
|
-
rowIndex: any;
|
597
|
-
}) => number) | (() => Number);
|
598
|
-
};
|
599
|
-
rowspan: import("vue-types").VueTypeDef<import("../../table/src/props").SpanFunctionString> & {
|
600
|
-
default: (({ column, colIndex, row, rowIndex }: {
|
601
|
-
column: any;
|
602
|
-
colIndex: any;
|
603
|
-
row: any;
|
604
|
-
rowIndex: any;
|
605
|
-
}) => number) | (() => Number);
|
606
|
-
};
|
607
|
-
align: import("vue-types").VueTypeDef<"" | "right" | "left" | "center">;
|
608
|
-
className: import("vue-types").VueTypeDef<import("../../table/src/props").RowClassFunctionString>;
|
609
|
-
prop: import("vue-types").VueTypeDef<import("../../table/src/props").LabelFunctionString>;
|
610
|
-
index: import("vue-types").VueTypeValidableDef<number> & {
|
611
|
-
default: number;
|
612
|
-
} & {
|
613
|
-
default: number;
|
614
|
-
};
|
615
|
-
}>>): {};
|
616
|
-
updateColumnDefineByParent(): void;
|
617
|
-
unmountColumn(): void;
|
618
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
444
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
619
445
|
fixed: boolean | "right" | "left";
|
620
446
|
resizable: boolean;
|
621
447
|
minWidth: string | number;
|
622
448
|
index: number;
|
623
449
|
columnKey: string;
|
624
|
-
colspan: import("
|
625
|
-
rowspan: import("
|
450
|
+
colspan: import("../table/props").SpanFunctionString;
|
451
|
+
rowspan: import("../table/props").SpanFunctionString;
|
626
452
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
627
453
|
export default BkTableColumn;
|