bkui-vue 1.0.3-beta.9 → 2.0.1-beta.10
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 +162 -164
- package/dist/index.esm.js +31999 -29678
- package/dist/index.umd.js +162 -164
- 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/affix/index.js +7 -7
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/alert.variable.css +3 -0
- package/lib/alert/index.d.ts +11 -11
- package/lib/backtop/backtop.d.ts +1 -1
- package/lib/backtop/backtop.variable.css +3 -0
- package/lib/backtop/index.d.ts +3 -3
- package/lib/backtop/index.js +6 -6
- package/lib/badge/badge.variable.css +3 -0
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb.variable.css +3 -0
- package/lib/button/button.d.ts +7 -7
- package/lib/button/button.variable.css +3 -0
- package/lib/button/index.d.ts +8 -8
- package/lib/button/index.js +6 -6
- package/lib/card/card.variable.css +3 -0
- package/lib/cascader/cascader-panel.d.ts +1 -1
- package/lib/cascader/cascader.css +3 -3
- package/lib/cascader/cascader.d.ts +1 -1
- package/lib/cascader/cascader.less +4 -4
- package/lib/cascader/cascader.variable.css +6 -3
- package/lib/cascader/index.js +35 -36
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox.variable.css +3 -0
- package/lib/checkbox/index.js +7 -7
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/code-diff/code-diff.variable.css +3 -0
- package/lib/code-diff/index.js +8 -8
- 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 +11 -3
- package/lib/collapse/props.d.ts +8 -0
- package/lib/collapse/utils.d.ts +2 -2
- package/lib/collapse-transition/collapse-transition.variable.css +3 -0
- package/lib/color-picker/color-picker.css +3 -3
- package/lib/color-picker/color-picker.less +3 -3
- package/lib/color-picker/color-picker.variable.css +6 -3
- package/lib/color-picker/index.js +45 -45
- package/lib/components.d.ts +32 -30
- package/lib/components.js +31 -29
- 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 +5 -1
- package/lib/config-provider/token.d.ts +1 -0
- package/lib/container/container.variable.css +3 -0
- package/lib/container/index.js +6 -6
- package/lib/date-picker/base/date-table.d.ts +1 -1
- package/lib/date-picker/base/month-table.d.ts +3 -3
- package/lib/date-picker/base/picker-dropdown.d.ts +1 -1
- package/lib/date-picker/base/year-table.d.ts +3 -3
- 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 +340 -224
- package/lib/date-picker/interface.d.ts +9 -9
- package/lib/date-picker/panel/date-range.d.ts +2 -64
- package/lib/date-picker/panel/date.d.ts +1 -1
- package/lib/date-picker/panel/time-range.d.ts +1 -1
- package/lib/date-picker/panel/time.d.ts +1 -1
- package/lib/date-picker/props.d.ts +1 -1
- package/lib/date-picker/time-picker.d.ts +1 -0
- package/lib/date-picker/utils.d.ts +9 -1
- package/lib/dialog/dialog.css +172 -150
- package/lib/dialog/dialog.d.ts +55 -124
- package/lib/dialog/dialog.less +51 -124
- package/lib/dialog/dialog.variable.css +175 -150
- package/lib/dialog/index.d.ts +132 -296
- package/lib/dialog/index.js +244 -246
- package/lib/dialog/props.d.ts +16 -41
- package/lib/directives/index.d.ts +3 -3
- package/lib/directives/index.js +166 -167
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +2 -2
- package/lib/divider/divider.d.ts +5 -5
- package/lib/divider/divider.variable.css +3 -0
- package/lib/divider/index.d.ts +11 -11
- package/lib/divider/index.js +2 -2
- package/lib/divider/props.d.ts +2 -2
- package/lib/dropdown/dropdown.css +3 -1
- package/lib/dropdown/dropdown.d.ts +5 -5
- package/lib/dropdown/dropdown.variable.css +6 -1
- package/lib/dropdown/index.d.ts +11 -11
- package/lib/dropdown/index.js +7 -7
- package/lib/exception/exception.d.ts +9 -9
- package/lib/exception/exception.variable.css +3 -0
- package/lib/exception/index.d.ts +11 -11
- package/lib/exception/index.js +10 -10
- package/lib/exception/typings/index.d.ts +1 -1
- package/lib/fixed-navbar/fixed-navbar.variable.css +3 -0
- package/lib/fixed-navbar/index.js +2 -2
- package/lib/form/form.d.ts +2 -2
- package/lib/form/form.variable.css +3 -0
- package/lib/form/index.js +17 -15
- package/lib/form/type.d.ts +2 -2
- 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 +12 -11
- 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.d.ts +1 -1
- package/lib/image/image-viewer.variable.css +3 -0
- package/lib/image/image.variable.css +3 -0
- package/lib/image/index.js +25 -22
- package/lib/index.d.ts +3 -3
- package/lib/index.js +3 -3
- 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 +25 -23
- 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.d.ts +15 -15
- package/lib/input/index.js +23 -17
- package/lib/input/input.d.ts +15 -15
- package/lib/input/input.variable.css +3 -0
- package/lib/link/index.d.ts +11 -11
- package/lib/link/index.js +3 -3
- package/lib/link/link.d.ts +5 -5
- package/lib/link/link.variable.css +3 -0
- package/lib/loading/index.d.ts +4 -4
- package/lib/loading/index.js +6 -6
- package/lib/loading/loading.d.ts +6 -6
- package/lib/loading/loading.variable.css +3 -0
- package/lib/locale/index.d.ts +1 -1
- package/lib/locale/index.js +4 -2
- package/lib/locale/lang/en.d.ts +1 -0
- package/lib/menu/index.js +0 -1
- package/lib/menu/menu.variable.css +3 -0
- package/lib/menu/submenu.variable.css +3 -0
- package/lib/menu/utils.d.ts +3 -3
- package/lib/message/index.js +18 -18
- package/lib/message/message.variable.css +3 -0
- package/lib/message/messageConstructor.d.ts +11 -11
- package/lib/modal/hooks.d.ts +6 -0
- package/lib/modal/index.d.ts +44 -312
- package/lib/modal/index.js +286 -672
- package/lib/modal/mask.d.ts +6 -0
- package/lib/modal/modal.css +151 -76
- package/lib/modal/modal.d.ts +19 -117
- package/lib/modal/modal.less +103 -56
- package/lib/modal/modal.variable.css +154 -76
- package/lib/modal/props.mixin.d.ts +5 -41
- package/lib/navigation/index.js +20 -20
- package/lib/navigation/navigation.d.ts +1 -1
- package/lib/navigation/navigation.variable.css +3 -0
- package/lib/notify/index.js +4 -4
- package/lib/notify/notify.variable.css +3 -0
- package/lib/overflow-title/components/overflow-title.d.ts +9 -9
- package/lib/overflow-title/index.d.ts +19 -19
- package/lib/overflow-title/index.js +107 -63
- package/lib/overflow-title/props.d.ts +18 -18
- package/lib/pagination/index.js +16 -15
- package/lib/pagination/pagination.variable.css +3 -0
- package/lib/pagination/type.d.ts +1 -1
- package/lib/pagination/use-limit.d.ts +1 -1
- package/lib/pagination/use-total.d.ts +1 -1
- package/lib/plugin-popover/index.d.ts +1 -1
- package/lib/plugin-popover/index.js +62 -44
- package/lib/pop-confirm/index.js +17 -14
- package/lib/pop-confirm/pop-confirm.variable.css +3 -0
- package/lib/pop-confirm/props.d.ts +2 -2
- package/lib/popover/const.d.ts +3 -3
- package/lib/popover/content.d.ts +1 -1
- package/lib/popover/index.d.ts +19 -19
- package/lib/popover/index.js +62 -44
- package/lib/popover/plugin-popover.d.ts +4 -1
- package/lib/popover/popover.css +3 -1
- package/lib/popover/popover.d.ts +7 -7
- package/lib/popover/popover.less +4 -1
- package/lib/popover/popover.variable.css +6 -1
- package/lib/popover/props.d.ts +4 -4
- package/lib/preset.d.ts +2 -0
- package/lib/process/index.js +3 -3
- package/lib/process/process.variable.css +3 -0
- package/lib/progress/index.d.ts +11 -11
- package/lib/progress/index.js +10 -10
- package/lib/progress/progress.d.ts +7 -7
- package/lib/progress/progress.variable.css +3 -0
- package/lib/radio/index.d.ts +29 -0
- package/lib/radio/index.js +49 -31
- 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/radio/type.d.ts +1 -1
- package/lib/rate/index.js +8 -8
- package/lib/rate/rate.css +27 -0
- package/lib/rate/rate.less +33 -0
- package/lib/rate/rate.variable.css +30 -0
- package/lib/resize-layout/index.d.ts +11 -11
- package/lib/resize-layout/index.js +8 -9
- package/lib/resize-layout/resize-layout.d.ts +5 -5
- package/lib/resize-layout/resize-layout.variable.css +3 -0
- package/lib/scrollbar/index.d.ts +15 -0
- package/lib/scrollbar/index.js +18762 -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/{rate/star.variable.css → scrollbar/scrollbar.variable.css} +70 -19
- package/lib/search-select/index.d.ts +375 -16
- package/lib/search-select/index.js +754 -419
- package/lib/search-select/input.d.ts +14 -5
- package/lib/search-select/menu.d.ts +1 -1
- 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 +117 -7
- package/lib/search-select/utils.d.ts +22 -9
- package/lib/select/index.d.ts +185 -67
- package/lib/select/index.js +1396 -136
- 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 +56 -14
- package/lib/select/select.d.ts +74 -26
- package/lib/select/select.less +70 -21
- package/lib/select/select.variable.css +59 -14
- package/lib/select/selectTagInput.d.ts +13 -6
- package/lib/select/type.d.ts +4 -5
- package/lib/shared/index.d.ts +1 -2
- package/lib/shared/index.js +108 -96
- package/lib/shared/popover.d.ts +3 -3
- package/lib/shared/token.d.ts +1 -1
- package/lib/shared/utils.d.ts +12 -0
- package/lib/shared/vue-types.d.ts +51 -46
- package/lib/shared/z-index-manager.d.ts +6 -6
- package/lib/sideslider/index.d.ts +58 -188
- package/lib/sideslider/index.js +83 -57
- package/lib/sideslider/sideslider.css +26 -90
- package/lib/sideslider/sideslider.d.ts +26 -88
- 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 +64 -26
- 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/index.d.ts +11 -11
- package/lib/steps/index.js +3 -3
- package/lib/steps/steps.d.ts +7 -7
- package/lib/steps/steps.variable.css +3 -0
- package/lib/styles/index.d.ts +0 -1
- 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/index.js +5 -5
- package/lib/swiper/swiper.variable.css +3 -0
- package/lib/switcher/index.js +2 -2
- package/lib/switcher/switcher.d.ts +2 -2
- package/lib/switcher/switcher.variable.css +3 -0
- package/lib/tab/index.d.ts +22 -22
- package/lib/tab/index.js +15 -15
- package/lib/tab/props.d.ts +15 -15
- package/lib/tab/tab-nav.d.ts +10 -10
- package/lib/tab/tab.d.ts +10 -10
- 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 +30 -100
- package/lib/table/const.d.ts +12 -12
- package/lib/table/events.d.ts +21 -21
- package/lib/table/index.d.ts +220 -305
- package/lib/table/index.js +18165 -688
- 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 +13 -0
- package/lib/table/props.d.ts +49 -39
- package/lib/table/table.css +112 -58
- package/lib/table/table.d.ts +58 -47
- package/lib/table/table.less +46 -58
- package/lib/table/table.variable.css +115 -58
- package/lib/table/use-attributes.d.ts +9 -46
- package/lib/table/use-column.d.ts +18 -139
- package/lib/table/use-common.d.ts +5 -5
- package/lib/table/use-render.d.ts +1 -1
- package/lib/table/utils.d.ts +6 -6
- package/lib/table-column/index.d.ts +127 -431
- package/lib/table-column/index.js +43 -117
- package/lib/tag/index.d.ts +11 -11
- package/lib/tag/index.js +2 -2
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag/tag.variable.css +3 -0
- package/lib/tag-input/common.d.ts +1 -1
- package/lib/tag-input/index.d.ts +12 -12
- package/lib/tag-input/index.js +30 -30
- package/lib/tag-input/tag-input.d.ts +6 -6
- package/lib/tag-input/tag-input.variable.css +3 -0
- package/lib/tag-input/tag-props.d.ts +3 -3
- 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 +56 -67
- package/lib/timeline/timeline.d.ts +46 -29
- package/lib/timeline/timeline.variable.css +3 -0
- package/lib/transfer/const.d.ts +2 -2
- package/lib/transfer/index.js +19 -19
- package/lib/transfer/transfer.css +9 -9
- package/lib/transfer/transfer.less +3 -3
- package/lib/transfer/transfer.variable.css +12 -9
- package/lib/tree/constant.d.ts +22 -20
- package/lib/tree/index.d.ts +64 -20
- package/lib/tree/index.js +17595 -72
- package/lib/tree/props.d.ts +24 -6
- package/lib/tree/tree.css +76 -2
- package/lib/tree/tree.d.ts +34 -8
- package/lib/tree/tree.less +1 -1
- package/lib/tree/tree.variable.css +79 -2
- package/lib/tree/use-empty.d.ts +1 -1
- package/lib/tree/use-intersection-observer.d.ts +27 -0
- package/lib/tree/use-node-action.d.ts +2 -2
- package/lib/tree/use-node-attribute.d.ts +9 -0
- package/lib/tree/use-search.d.ts +1 -1
- package/lib/tree/util.d.ts +1 -1
- package/lib/upload/index.d.ts +12 -0
- package/lib/upload/index.js +62 -65
- package/lib/upload/props.d.ts +4 -1
- package/lib/upload/upload-trigger.d.ts +6 -0
- package/lib/upload/upload.d.ts +6 -0
- package/lib/upload/upload.type.d.ts +7 -7
- package/lib/upload/upload.variable.css +3 -0
- package/lib/upload/use-file-handler.d.ts +1 -1
- 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 +13 -49
- package/lib/rate/star.css +0 -27
- package/lib/rate/star.less +0 -34
- 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,177 +12,79 @@ 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" | "expand" | "__COL_TYPE_NONE" | "selection">;
|
17
17
|
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
18
18
|
default: boolean;
|
19
19
|
} & {
|
20
20
|
default: boolean;
|
21
21
|
};
|
22
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
23
|
-
default: boolean | "
|
22
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
23
|
+
default: boolean | "left" | "right";
|
24
24
|
};
|
25
|
-
sort: import("vue-types").VueTypeDef<import("
|
26
|
-
filter: import("vue-types").VueTypeDef<import("
|
27
|
-
colspan: import("vue-types").VueTypeDef<import("
|
28
|
-
default: (
|
29
|
-
column: any;
|
30
|
-
colIndex: any;
|
31
|
-
row: any;
|
32
|
-
rowIndex: any;
|
33
|
-
}) => number) | (() => Number);
|
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
|
+
default: import("../table/props").SpanFunctionString;
|
34
29
|
};
|
35
|
-
rowspan: import("vue-types").VueTypeDef<import("
|
36
|
-
default: (
|
37
|
-
column: any;
|
38
|
-
colIndex: any;
|
39
|
-
row: any;
|
40
|
-
rowIndex: any;
|
41
|
-
}) => number) | (() => Number);
|
30
|
+
rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
31
|
+
default: import("../table/props").SpanFunctionString;
|
42
32
|
};
|
43
|
-
align: import("vue-types").VueTypeDef<"" | "
|
44
|
-
className: import("vue-types").VueTypeDef<import("
|
45
|
-
prop: import("vue-types").VueTypeDef<import("
|
33
|
+
align: import("vue-types").VueTypeDef<"" | "left" | "right" | "center">;
|
34
|
+
className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
|
35
|
+
prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
46
36
|
index: import("vue-types").VueTypeValidableDef<number> & {
|
47
37
|
default: number;
|
48
38
|
} & {
|
49
39
|
default: number;
|
50
40
|
};
|
51
41
|
}>>, {
|
52
|
-
initColumns: (_col: import("../../bkui-vue").TableIColumn | import("../../bkui-vue").TableIColumn[], _rm?: boolean) => void;
|
53
|
-
bkTableCache: {
|
54
|
-
queueStack: (_: any, fn: any) => any;
|
55
|
-
};
|
56
42
|
column: {
|
57
|
-
fixed?: boolean | "
|
43
|
+
fixed?: boolean | "left" | "right";
|
58
44
|
resizable?: boolean;
|
59
45
|
minWidth?: string | number;
|
60
46
|
index?: number;
|
61
47
|
columnKey?: string;
|
62
|
-
colspan?: (
|
63
|
-
|
64
|
-
|
65
|
-
row: any;
|
66
|
-
rowIndex: any;
|
67
|
-
}) => number) | {
|
68
|
-
toString: (radix?: number) => string;
|
69
|
-
toFixed: (fractionDigits?: number) => string;
|
70
|
-
toExponential: (fractionDigits?: number) => string;
|
71
|
-
toPrecision: (precision?: number) => string;
|
72
|
-
valueOf: () => number;
|
73
|
-
toLocaleString: {
|
74
|
-
(locales?: string | string[], options?: Intl.NumberFormatOptions): string;
|
75
|
-
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
|
76
|
-
};
|
77
|
-
};
|
78
|
-
rowspan?: (({ column, colIndex, row, rowIndex }: {
|
79
|
-
column: any;
|
80
|
-
colIndex: any;
|
81
|
-
row: any;
|
82
|
-
rowIndex: any;
|
83
|
-
}) => number) | {
|
84
|
-
toString: (radix?: number) => string;
|
85
|
-
toFixed: (fractionDigits?: number) => string;
|
86
|
-
toExponential: (fractionDigits?: number) => string;
|
87
|
-
toPrecision: (precision?: number) => string;
|
88
|
-
valueOf: () => number;
|
89
|
-
toLocaleString: {
|
90
|
-
(locales?: string | string[], options?: Intl.NumberFormatOptions): string;
|
91
|
-
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
|
92
|
-
};
|
93
|
-
};
|
94
|
-
render?: import("../../table/src/props").RenderFunctionString;
|
48
|
+
colspan?: import("../table/props").SpanFunctionString;
|
49
|
+
rowspan?: import("../table/props").SpanFunctionString;
|
50
|
+
render?: import("../table/props").RenderFunctionString;
|
95
51
|
sort?: string | boolean | {
|
96
52
|
sortFn?: Function;
|
97
|
-
sortScope?: import("
|
98
|
-
value?: import("
|
53
|
+
sortScope?: import("../table/props").SortScope;
|
54
|
+
value?: import("../table/const").SORT_OPTION;
|
99
55
|
};
|
100
56
|
filter?: string | boolean | {
|
101
57
|
list: any[];
|
102
58
|
filterFn?: Function;
|
103
|
-
match?: import("
|
59
|
+
match?: import("../table/props").FullEnum;
|
104
60
|
checked?: any[];
|
105
|
-
filterScope?: import("
|
61
|
+
filterScope?: import("../table/props").SortScope;
|
106
62
|
btnSave?: string | boolean;
|
107
63
|
btnReset?: string | boolean;
|
108
64
|
height?: number;
|
109
65
|
maxHeight?: number;
|
110
66
|
};
|
111
|
-
type?: "
|
112
|
-
label?: import("
|
67
|
+
type?: "index" | "expand" | "__COL_TYPE_NONE" | "selection";
|
68
|
+
label?: import("../table/props").LabelFunctionString;
|
113
69
|
width?: string | number;
|
114
|
-
className?: import("
|
115
|
-
align?: "" | "
|
70
|
+
className?: import("../table/props").RowClassFunctionString;
|
71
|
+
align?: "" | "left" | "right" | "center";
|
116
72
|
showOverflowTooltip?: boolean | {
|
117
|
-
content: string |
|
118
|
-
disabled?: (col: import("../../bkui-vue").TableIColumn, row: any) => boolean;
|
73
|
+
content: string | ((col: import("../../bkui-vue").TableIColumn, row: any) => string);
|
74
|
+
disabled?: boolean | ((col: import("../../bkui-vue").TableIColumn, row: any) => boolean);
|
119
75
|
watchCellResize?: boolean;
|
120
76
|
mode?: "auto" | "static";
|
121
77
|
popoverOption?: any;
|
122
|
-
resizerWay?: import("
|
78
|
+
resizerWay?: import("../table/props").ResizerWay;
|
123
79
|
showHead?: boolean;
|
124
80
|
};
|
125
|
-
field: import("
|
126
|
-
prop?: import("
|
81
|
+
field: import("../table/props").LabelFunctionString;
|
82
|
+
prop?: import("../table/props").LabelFunctionString;
|
127
83
|
};
|
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>;
|
84
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
85
|
+
label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
86
|
+
field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
87
|
+
render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
|
186
88
|
width: import("vue-types").VueTypeDef<string | number>;
|
187
89
|
minWidth: import("vue-types").VueTypeDef<string | number> & {
|
188
90
|
default: string | number;
|
@@ -192,50 +94,40 @@ declare const BkTableColumn: {
|
|
192
94
|
} & {
|
193
95
|
default: string;
|
194
96
|
};
|
195
|
-
showOverflowTooltip: import("vue-types").VueTypeDef<import("
|
196
|
-
type: import("vue-types").VueTypeDef<"
|
97
|
+
showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
|
98
|
+
type: import("vue-types").VueTypeDef<"index" | "expand" | "__COL_TYPE_NONE" | "selection">;
|
197
99
|
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
198
100
|
default: boolean;
|
199
101
|
} & {
|
200
102
|
default: boolean;
|
201
103
|
};
|
202
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
203
|
-
default: boolean | "
|
104
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
105
|
+
default: boolean | "left" | "right";
|
204
106
|
};
|
205
|
-
sort: import("vue-types").VueTypeDef<import("
|
206
|
-
filter: import("vue-types").VueTypeDef<import("
|
207
|
-
colspan: import("vue-types").VueTypeDef<import("
|
208
|
-
default: (
|
209
|
-
column: any;
|
210
|
-
colIndex: any;
|
211
|
-
row: any;
|
212
|
-
rowIndex: any;
|
213
|
-
}) => number) | (() => Number);
|
107
|
+
sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
|
108
|
+
filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
|
109
|
+
colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
110
|
+
default: import("../table/props").SpanFunctionString;
|
214
111
|
};
|
215
|
-
rowspan: import("vue-types").VueTypeDef<import("
|
216
|
-
default: (
|
217
|
-
column: any;
|
218
|
-
colIndex: any;
|
219
|
-
row: any;
|
220
|
-
rowIndex: any;
|
221
|
-
}) => number) | (() => Number);
|
112
|
+
rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
113
|
+
default: import("../table/props").SpanFunctionString;
|
222
114
|
};
|
223
|
-
align: import("vue-types").VueTypeDef<"" | "
|
224
|
-
className: import("vue-types").VueTypeDef<import("
|
225
|
-
prop: import("vue-types").VueTypeDef<import("
|
115
|
+
align: import("vue-types").VueTypeDef<"" | "left" | "right" | "center">;
|
116
|
+
className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
|
117
|
+
prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
226
118
|
index: import("vue-types").VueTypeValidableDef<number> & {
|
227
119
|
default: number;
|
228
120
|
} & {
|
229
121
|
default: number;
|
230
122
|
};
|
231
123
|
}>>, {
|
232
|
-
fixed: boolean | "
|
124
|
+
fixed: boolean | "left" | "right";
|
233
125
|
resizable: boolean;
|
234
126
|
minWidth: string | number;
|
235
127
|
index: number;
|
236
128
|
columnKey: string;
|
237
|
-
colspan: import("
|
238
|
-
rowspan: import("
|
129
|
+
colspan: import("../table/props").SpanFunctionString;
|
130
|
+
rowspan: import("../table/props").SpanFunctionString;
|
239
131
|
}, true, {}, {}, {
|
240
132
|
P: {};
|
241
133
|
B: {};
|
@@ -244,9 +136,9 @@ declare const BkTableColumn: {
|
|
244
136
|
M: {};
|
245
137
|
Defaults: {};
|
246
138
|
}, 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("
|
139
|
+
label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
140
|
+
field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
141
|
+
render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
|
250
142
|
width: import("vue-types").VueTypeDef<string | number>;
|
251
143
|
minWidth: import("vue-types").VueTypeDef<string | number> & {
|
252
144
|
default: string | number;
|
@@ -256,189 +148,91 @@ declare const BkTableColumn: {
|
|
256
148
|
} & {
|
257
149
|
default: string;
|
258
150
|
};
|
259
|
-
showOverflowTooltip: import("vue-types").VueTypeDef<import("
|
260
|
-
type: import("vue-types").VueTypeDef<"
|
151
|
+
showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
|
152
|
+
type: import("vue-types").VueTypeDef<"index" | "expand" | "__COL_TYPE_NONE" | "selection">;
|
261
153
|
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
262
154
|
default: boolean;
|
263
155
|
} & {
|
264
156
|
default: boolean;
|
265
157
|
};
|
266
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
267
|
-
default: boolean | "
|
158
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
159
|
+
default: boolean | "left" | "right";
|
268
160
|
};
|
269
|
-
sort: import("vue-types").VueTypeDef<import("
|
270
|
-
filter: import("vue-types").VueTypeDef<import("
|
271
|
-
colspan: import("vue-types").VueTypeDef<import("
|
272
|
-
default: (
|
273
|
-
column: any;
|
274
|
-
colIndex: any;
|
275
|
-
row: any;
|
276
|
-
rowIndex: any;
|
277
|
-
}) => number) | (() => Number);
|
161
|
+
sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
|
162
|
+
filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
|
163
|
+
colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
164
|
+
default: import("../table/props").SpanFunctionString;
|
278
165
|
};
|
279
|
-
rowspan: import("vue-types").VueTypeDef<import("
|
280
|
-
default: (
|
281
|
-
column: any;
|
282
|
-
colIndex: any;
|
283
|
-
row: any;
|
284
|
-
rowIndex: any;
|
285
|
-
}) => number) | (() => Number);
|
166
|
+
rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
167
|
+
default: import("../table/props").SpanFunctionString;
|
286
168
|
};
|
287
|
-
align: import("vue-types").VueTypeDef<"" | "
|
288
|
-
className: import("vue-types").VueTypeDef<import("
|
289
|
-
prop: import("vue-types").VueTypeDef<import("
|
169
|
+
align: import("vue-types").VueTypeDef<"" | "left" | "right" | "center">;
|
170
|
+
className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
|
171
|
+
prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
290
172
|
index: import("vue-types").VueTypeValidableDef<number> & {
|
291
173
|
default: number;
|
292
174
|
} & {
|
293
175
|
default: number;
|
294
176
|
};
|
295
177
|
}>>, {
|
296
|
-
initColumns: (_col: import("../../bkui-vue").TableIColumn | import("../../bkui-vue").TableIColumn[], _rm?: boolean) => void;
|
297
|
-
bkTableCache: {
|
298
|
-
queueStack: (_: any, fn: any) => any;
|
299
|
-
};
|
300
178
|
column: {
|
301
|
-
fixed?: boolean | "
|
179
|
+
fixed?: boolean | "left" | "right";
|
302
180
|
resizable?: boolean;
|
303
181
|
minWidth?: string | number;
|
304
182
|
index?: number;
|
305
183
|
columnKey?: string;
|
306
|
-
colspan?: (
|
307
|
-
|
308
|
-
|
309
|
-
row: any;
|
310
|
-
rowIndex: any;
|
311
|
-
}) => number) | {
|
312
|
-
toString: (radix?: number) => string;
|
313
|
-
toFixed: (fractionDigits?: number) => string;
|
314
|
-
toExponential: (fractionDigits?: number) => string;
|
315
|
-
toPrecision: (precision?: number) => string;
|
316
|
-
valueOf: () => number;
|
317
|
-
toLocaleString: {
|
318
|
-
(locales?: string | string[], options?: Intl.NumberFormatOptions): string;
|
319
|
-
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
|
320
|
-
};
|
321
|
-
};
|
322
|
-
rowspan?: (({ column, colIndex, row, rowIndex }: {
|
323
|
-
column: any;
|
324
|
-
colIndex: any;
|
325
|
-
row: any;
|
326
|
-
rowIndex: any;
|
327
|
-
}) => number) | {
|
328
|
-
toString: (radix?: number) => string;
|
329
|
-
toFixed: (fractionDigits?: number) => string;
|
330
|
-
toExponential: (fractionDigits?: number) => string;
|
331
|
-
toPrecision: (precision?: number) => string;
|
332
|
-
valueOf: () => number;
|
333
|
-
toLocaleString: {
|
334
|
-
(locales?: string | string[], options?: Intl.NumberFormatOptions): string;
|
335
|
-
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
|
336
|
-
};
|
337
|
-
};
|
338
|
-
render?: import("../../table/src/props").RenderFunctionString;
|
184
|
+
colspan?: import("../table/props").SpanFunctionString;
|
185
|
+
rowspan?: import("../table/props").SpanFunctionString;
|
186
|
+
render?: import("../table/props").RenderFunctionString;
|
339
187
|
sort?: string | boolean | {
|
340
188
|
sortFn?: Function;
|
341
|
-
sortScope?: import("
|
342
|
-
value?: import("
|
189
|
+
sortScope?: import("../table/props").SortScope;
|
190
|
+
value?: import("../table/const").SORT_OPTION;
|
343
191
|
};
|
344
192
|
filter?: string | boolean | {
|
345
193
|
list: any[];
|
346
194
|
filterFn?: Function;
|
347
|
-
match?: import("
|
195
|
+
match?: import("../table/props").FullEnum;
|
348
196
|
checked?: any[];
|
349
|
-
filterScope?: import("
|
197
|
+
filterScope?: import("../table/props").SortScope;
|
350
198
|
btnSave?: string | boolean;
|
351
199
|
btnReset?: string | boolean;
|
352
200
|
height?: number;
|
353
201
|
maxHeight?: number;
|
354
202
|
};
|
355
|
-
type?: "
|
356
|
-
label?: import("
|
203
|
+
type?: "index" | "expand" | "__COL_TYPE_NONE" | "selection";
|
204
|
+
label?: import("../table/props").LabelFunctionString;
|
357
205
|
width?: string | number;
|
358
|
-
className?: import("
|
359
|
-
align?: "" | "
|
206
|
+
className?: import("../table/props").RowClassFunctionString;
|
207
|
+
align?: "" | "left" | "right" | "center";
|
360
208
|
showOverflowTooltip?: boolean | {
|
361
|
-
content: string |
|
362
|
-
disabled?: (col: import("../../bkui-vue").TableIColumn, row: any) => boolean;
|
209
|
+
content: string | ((col: import("../../bkui-vue").TableIColumn, row: any) => string);
|
210
|
+
disabled?: boolean | ((col: import("../../bkui-vue").TableIColumn, row: any) => boolean);
|
363
211
|
watchCellResize?: boolean;
|
364
212
|
mode?: "auto" | "static";
|
365
213
|
popoverOption?: any;
|
366
|
-
resizerWay?: import("
|
214
|
+
resizerWay?: import("../table/props").ResizerWay;
|
367
215
|
showHead?: boolean;
|
368
216
|
};
|
369
|
-
field: import("
|
370
|
-
prop?: import("
|
217
|
+
field: import("../table/props").LabelFunctionString;
|
218
|
+
prop?: import("../table/props").LabelFunctionString;
|
371
219
|
};
|
372
|
-
}, {}, {}, {
|
373
|
-
|
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
|
-
}, {
|
427
|
-
fixed: boolean | "right" | "left";
|
220
|
+
}, {}, {}, {}, {
|
221
|
+
fixed: boolean | "left" | "right";
|
428
222
|
resizable: boolean;
|
429
223
|
minWidth: string | number;
|
430
224
|
index: number;
|
431
225
|
columnKey: string;
|
432
|
-
colspan: import("
|
433
|
-
rowspan: import("
|
226
|
+
colspan: import("../table/props").SpanFunctionString;
|
227
|
+
rowspan: import("../table/props").SpanFunctionString;
|
434
228
|
}>;
|
435
229
|
__isFragment?: never;
|
436
230
|
__isTeleport?: never;
|
437
231
|
__isSuspense?: never;
|
438
232
|
} & 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("
|
233
|
+
label: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
234
|
+
field: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
235
|
+
render: import("vue-types").VueTypeDef<import("../table/props").RenderFunctionString>;
|
442
236
|
width: import("vue-types").VueTypeDef<string | number>;
|
443
237
|
minWidth: import("vue-types").VueTypeDef<string | number> & {
|
444
238
|
default: string | number;
|
@@ -448,180 +242,82 @@ declare const BkTableColumn: {
|
|
448
242
|
} & {
|
449
243
|
default: string;
|
450
244
|
};
|
451
|
-
showOverflowTooltip: import("vue-types").VueTypeDef<import("
|
452
|
-
type: import("vue-types").VueTypeDef<"
|
245
|
+
showOverflowTooltip: import("vue-types").VueTypeDef<import("../table/props").IOverflowTooltipProp>;
|
246
|
+
type: import("vue-types").VueTypeDef<"index" | "expand" | "__COL_TYPE_NONE" | "selection">;
|
453
247
|
resizable: import("vue-types").VueTypeValidableDef<boolean> & {
|
454
248
|
default: boolean;
|
455
249
|
} & {
|
456
250
|
default: boolean;
|
457
251
|
};
|
458
|
-
fixed: import("vue-types").VueTypeDef<boolean | "
|
459
|
-
default: boolean | "
|
252
|
+
fixed: import("vue-types").VueTypeDef<boolean | "left" | "right"> & {
|
253
|
+
default: boolean | "left" | "right";
|
460
254
|
};
|
461
|
-
sort: import("vue-types").VueTypeDef<import("
|
462
|
-
filter: import("vue-types").VueTypeDef<import("
|
463
|
-
colspan: import("vue-types").VueTypeDef<import("
|
464
|
-
default: (
|
465
|
-
column: any;
|
466
|
-
colIndex: any;
|
467
|
-
row: any;
|
468
|
-
rowIndex: any;
|
469
|
-
}) => number) | (() => Number);
|
255
|
+
sort: import("vue-types").VueTypeDef<import("../table/props").ISortPropShape>;
|
256
|
+
filter: import("vue-types").VueTypeDef<import("../table/props").IFilterPropShape>;
|
257
|
+
colspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
258
|
+
default: import("../table/props").SpanFunctionString;
|
470
259
|
};
|
471
|
-
rowspan: import("vue-types").VueTypeDef<import("
|
472
|
-
default: (
|
473
|
-
column: any;
|
474
|
-
colIndex: any;
|
475
|
-
row: any;
|
476
|
-
rowIndex: any;
|
477
|
-
}) => number) | (() => Number);
|
260
|
+
rowspan: import("vue-types").VueTypeDef<import("../table/props").SpanFunctionString> & {
|
261
|
+
default: import("../table/props").SpanFunctionString;
|
478
262
|
};
|
479
|
-
align: import("vue-types").VueTypeDef<"" | "
|
480
|
-
className: import("vue-types").VueTypeDef<import("
|
481
|
-
prop: import("vue-types").VueTypeDef<import("
|
263
|
+
align: import("vue-types").VueTypeDef<"" | "left" | "right" | "center">;
|
264
|
+
className: import("vue-types").VueTypeDef<import("../table/props").RowClassFunctionString>;
|
265
|
+
prop: import("vue-types").VueTypeDef<import("../table/props").LabelFunctionString>;
|
482
266
|
index: import("vue-types").VueTypeValidableDef<number> & {
|
483
267
|
default: number;
|
484
268
|
} & {
|
485
269
|
default: number;
|
486
270
|
};
|
487
271
|
}>>, {
|
488
|
-
initColumns: (_col: import("../../bkui-vue").TableIColumn | import("../../bkui-vue").TableIColumn[], _rm?: boolean) => void;
|
489
|
-
bkTableCache: {
|
490
|
-
queueStack: (_: any, fn: any) => any;
|
491
|
-
};
|
492
272
|
column: {
|
493
|
-
fixed?: boolean | "
|
273
|
+
fixed?: boolean | "left" | "right";
|
494
274
|
resizable?: boolean;
|
495
275
|
minWidth?: string | number;
|
496
276
|
index?: number;
|
497
277
|
columnKey?: string;
|
498
|
-
colspan?: (
|
499
|
-
|
500
|
-
|
501
|
-
row: any;
|
502
|
-
rowIndex: any;
|
503
|
-
}) => number) | {
|
504
|
-
toString: (radix?: number) => string;
|
505
|
-
toFixed: (fractionDigits?: number) => string;
|
506
|
-
toExponential: (fractionDigits?: number) => string;
|
507
|
-
toPrecision: (precision?: number) => string;
|
508
|
-
valueOf: () => number;
|
509
|
-
toLocaleString: {
|
510
|
-
(locales?: string | string[], options?: Intl.NumberFormatOptions): string;
|
511
|
-
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
|
512
|
-
};
|
513
|
-
};
|
514
|
-
rowspan?: (({ column, colIndex, row, rowIndex }: {
|
515
|
-
column: any;
|
516
|
-
colIndex: any;
|
517
|
-
row: any;
|
518
|
-
rowIndex: any;
|
519
|
-
}) => number) | {
|
520
|
-
toString: (radix?: number) => string;
|
521
|
-
toFixed: (fractionDigits?: number) => string;
|
522
|
-
toExponential: (fractionDigits?: number) => string;
|
523
|
-
toPrecision: (precision?: number) => string;
|
524
|
-
valueOf: () => number;
|
525
|
-
toLocaleString: {
|
526
|
-
(locales?: string | string[], options?: Intl.NumberFormatOptions): string;
|
527
|
-
(locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions): string;
|
528
|
-
};
|
529
|
-
};
|
530
|
-
render?: import("../../table/src/props").RenderFunctionString;
|
278
|
+
colspan?: import("../table/props").SpanFunctionString;
|
279
|
+
rowspan?: import("../table/props").SpanFunctionString;
|
280
|
+
render?: import("../table/props").RenderFunctionString;
|
531
281
|
sort?: string | boolean | {
|
532
282
|
sortFn?: Function;
|
533
|
-
sortScope?: import("
|
534
|
-
value?: import("
|
283
|
+
sortScope?: import("../table/props").SortScope;
|
284
|
+
value?: import("../table/const").SORT_OPTION;
|
535
285
|
};
|
536
286
|
filter?: string | boolean | {
|
537
287
|
list: any[];
|
538
288
|
filterFn?: Function;
|
539
|
-
match?: import("
|
289
|
+
match?: import("../table/props").FullEnum;
|
540
290
|
checked?: any[];
|
541
|
-
filterScope?: import("
|
291
|
+
filterScope?: import("../table/props").SortScope;
|
542
292
|
btnSave?: string | boolean;
|
543
293
|
btnReset?: string | boolean;
|
544
294
|
height?: number;
|
545
295
|
maxHeight?: number;
|
546
296
|
};
|
547
|
-
type?: "
|
548
|
-
label?: import("
|
297
|
+
type?: "index" | "expand" | "__COL_TYPE_NONE" | "selection";
|
298
|
+
label?: import("../table/props").LabelFunctionString;
|
549
299
|
width?: string | number;
|
550
|
-
className?: import("
|
551
|
-
align?: "" | "
|
300
|
+
className?: import("../table/props").RowClassFunctionString;
|
301
|
+
align?: "" | "left" | "right" | "center";
|
552
302
|
showOverflowTooltip?: boolean | {
|
553
|
-
content: string |
|
554
|
-
disabled?: (col: import("../../bkui-vue").TableIColumn, row: any) => boolean;
|
303
|
+
content: string | ((col: import("../../bkui-vue").TableIColumn, row: any) => string);
|
304
|
+
disabled?: boolean | ((col: import("../../bkui-vue").TableIColumn, row: any) => boolean);
|
555
305
|
watchCellResize?: boolean;
|
556
306
|
mode?: "auto" | "static";
|
557
307
|
popoverOption?: any;
|
558
|
-
resizerWay?: import("
|
308
|
+
resizerWay?: import("../table/props").ResizerWay;
|
559
309
|
showHead?: boolean;
|
560
310
|
};
|
561
|
-
field: import("
|
562
|
-
prop?: import("
|
311
|
+
field: import("../table/props").LabelFunctionString;
|
312
|
+
prop?: import("../table/props").LabelFunctionString;
|
563
313
|
};
|
564
|
-
}, unknown, {}, {
|
565
|
-
|
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, {
|
619
|
-
fixed: boolean | "right" | "left";
|
314
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
315
|
+
fixed: boolean | "left" | "right";
|
620
316
|
resizable: boolean;
|
621
317
|
minWidth: string | number;
|
622
318
|
index: number;
|
623
319
|
columnKey: string;
|
624
|
-
colspan: import("
|
625
|
-
rowspan: import("
|
320
|
+
colspan: import("../table/props").SpanFunctionString;
|
321
|
+
rowspan: import("../table/props").SpanFunctionString;
|
626
322
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
627
323
|
export default BkTableColumn;
|