bkui-vue 0.0.1-beta.445 → 0.0.1-beta.447
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 +34 -34
- package/dist/index.esm.js +269 -92
- package/dist/index.umd.js +34 -34
- package/lib/bkui-vue/components.d.ts +64 -0
- package/lib/bkui-vue/hooks.d.ts +1 -0
- package/lib/bkui-vue/index.d.ts +6 -0
- package/lib/{preset.d.ts → bkui-vue/preset.d.ts} +8 -0
- package/lib/code-diff/{code-diff.d.ts → src/code-diff.d.ts} +1 -1
- package/lib/config-provider/index.js +1 -1
- package/lib/config-provider/{config-provider.d.ts → src/config-provider.d.ts} +142 -17
- package/lib/config-provider/{index.d.ts → src/index.d.ts} +30 -7
- package/lib/config-provider/src/token.d.ts +122 -0
- package/lib/config-provider/src/use-global-config.d.ts +5 -0
- package/lib/config-provider/src/use-locale.d.ts +3 -0
- package/lib/config-provider/src/use-prefix.d.ts +9 -0
- package/lib/dialog/{dialog.d.ts → src/dialog.d.ts} +5 -9
- package/lib/dialog/{index.d.ts → src/index.d.ts} +11 -19
- package/lib/dialog/{props.d.ts → src/props.d.ts} +2 -4
- package/lib/directives/{index.d.ts → src/index.d.ts} +1 -1
- package/lib/hooks.js +1 -0
- package/lib/icon/img-error.js +1 -0
- package/lib/icon/index.js +1 -1
- package/lib/icon/src/index.d.ts +79 -0
- package/lib/index.js +1 -1
- package/lib/input/{index.d.ts → src/index.d.ts} +4 -4
- package/lib/modal/index.js +1 -1
- package/lib/modal/{index.d.ts → src/index.d.ts} +24 -23
- package/lib/modal/{modal.d.ts → src/modal.d.ts} +7 -9
- package/lib/modal/{props.mixin.d.ts → src/props.mixin.d.ts} +2 -4
- package/lib/pagination/{use-limit.d.ts → src/use-limit.d.ts} +1 -1
- package/lib/pagination/{use-total.d.ts → src/use-total.d.ts} +1 -1
- package/lib/plugin-popover/index.js +1 -1
- package/lib/plugins/src/index.d.ts +1 -0
- package/lib/popover/index.js +1 -1
- package/lib/popover/{utils.d.ts → src/utils.d.ts} +5 -0
- package/lib/search-select/index.js +1 -1
- package/lib/search-select/{index.d.ts → src/index.d.ts} +6 -0
- package/lib/search-select/{input.d.ts → src/input.d.ts} +1 -0
- package/lib/search-select/{menu.d.ts → src/menu.d.ts} +1 -0
- package/lib/search-select/{search-select.d.ts → src/search-select.d.ts} +2 -0
- package/lib/search-select/{selected.d.ts → src/selected.d.ts} +1 -0
- package/lib/select/{index.d.ts → src/index.d.ts} +4 -4
- package/lib/select/{type.d.ts → src/type.d.ts} +1 -1
- package/lib/shared/index.js +1 -1
- package/lib/shared/{hooks → src/hooks}/use-form-item.d.ts +1 -1
- package/lib/shared/{hooks → src/hooks}/use-form.d.ts +1 -1
- package/lib/shared/{mask-manager.d.ts → src/mask-manager.d.ts} +7 -3
- package/lib/shared/{pop-manager.d.ts → src/pop-manager.d.ts} +3 -1
- package/lib/shared/{token.d.ts → src/token.d.ts} +1 -1
- package/lib/sideslider/{index.d.ts → src/index.d.ts} +11 -19
- package/lib/sideslider/{sideslider.d.ts → src/sideslider.d.ts} +5 -9
- package/lib/slider/{slider-button.d.ts → src/slider-button.d.ts} +1 -1
- package/lib/styles/src/index.d.ts +56 -0
- package/lib/table/index.js +1 -1
- package/lib/table/{components → src/components}/table-column.d.ts +85 -0
- package/lib/table/{const.d.ts → src/const.d.ts} +1 -1
- package/lib/table/{index.d.ts → src/index.d.ts} +255 -0
- package/lib/table/{props.d.ts → src/props.d.ts} +1 -0
- package/lib/table/{render.d.ts → src/render.d.ts} +1 -1
- package/lib/table-column/index.js +1 -1
- package/lib/table-column/{index.d.ts → src/index.d.ts} +255 -0
- package/lib/tag-input/{index.d.ts → src/index.d.ts} +4 -4
- package/lib/tag-input/{tag-input.d.ts → src/tag-input.d.ts} +2 -2
- package/lib/tag-input/{tag-props.d.ts → src/tag-props.d.ts} +1 -1
- package/lib/tag-input/{tag-render.d.ts → src/tag-render.d.ts} +1 -1
- package/package.json +1 -1
- package/lib/config-provider/type.d.ts +0 -125
- package/lib/icon/image-fill.js +0 -1
- package/lib/icon/index.d.ts +0 -79
- package/lib/index.d.ts +0 -5
- package/lib/plugins/index.d.ts +0 -1
- package/lib/styles/index.d.ts +0 -56
- package/lib/breadcrumb/{breadcrumb-item.d.ts → src/breadcrumb-item.d.ts} +0 -0
- package/lib/breadcrumb/{breadcrumb.d.ts → src/breadcrumb.d.ts} +0 -0
- package/lib/breadcrumb/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/breadcrumb/{props.d.ts → src/props.d.ts} +0 -0
- package/lib/button/{button-group.d.ts → src/button-group.d.ts} +0 -0
- package/lib/button/{button.d.ts → src/button.d.ts} +0 -0
- package/lib/button/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/card/{card.d.ts → src/card.d.ts} +0 -0
- package/lib/card/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/cascader/{cascader-panel.d.ts → src/cascader-panel.d.ts} +0 -0
- package/lib/cascader/{cascader.d.ts → src/cascader.d.ts} +0 -0
- package/lib/cascader/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/cascader/{interface.d.ts → src/interface.d.ts} +0 -0
- package/lib/cascader/{node.d.ts → src/node.d.ts} +0 -0
- package/lib/cascader/{store.d.ts → src/store.d.ts} +0 -0
- package/lib/checkbox/{checkbox-group.d.ts → src/checkbox-group.d.ts} +0 -0
- package/lib/checkbox/{checkbox.d.ts → src/checkbox.d.ts} +0 -0
- package/lib/checkbox/{common.d.ts → src/common.d.ts} +0 -0
- package/lib/checkbox/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/checkbox/{type.d.ts → src/type.d.ts} +0 -0
- package/lib/code-diff/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/collapse/{collapse-panel.d.ts → src/collapse-panel.d.ts} +0 -0
- package/lib/collapse/{collapse.d.ts → src/collapse.d.ts} +0 -0
- package/lib/collapse/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/collapse/{props.d.ts → src/props.d.ts} +0 -0
- package/lib/collapse/{utils.d.ts → src/utils.d.ts} +0 -0
- package/lib/collapse-transition/{collapse-transition.d.ts → src/collapse-transition.d.ts} +0 -0
- package/lib/collapse-transition/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/color-picker/{color-picker.d.ts → src/color-picker.d.ts} +0 -0
- package/lib/color-picker/{components → src/components}/color-input.d.ts +0 -0
- package/lib/color-picker/{components → src/components}/hue-slider.d.ts +0 -0
- package/lib/color-picker/{components → src/components}/input-container.d.ts +0 -0
- package/lib/color-picker/{components → src/components}/recommend-colors.d.ts +0 -0
- package/lib/color-picker/{components → src/components}/saturation-panel.d.ts +0 -0
- package/lib/color-picker/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/color-picker/{utils.d.ts → src/utils.d.ts} +0 -0
- package/lib/container/{col.d.ts → src/col.d.ts} +0 -0
- package/lib/container/{container.d.ts → src/container.d.ts} +0 -0
- package/lib/container/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/container/{row.d.ts → src/row.d.ts} +0 -0
- package/lib/date-picker/{base → src/base}/confirm.d.ts +0 -0
- package/lib/date-picker/{base → src/base}/date-table.d.ts +0 -0
- package/lib/date-picker/{base → src/base}/month-table.d.ts +0 -0
- package/lib/date-picker/{base → src/base}/picker-dropdown.d.ts +0 -0
- package/lib/date-picker/{base → src/base}/time-spinner.d.ts +0 -0
- package/lib/date-picker/{base → src/base}/year-table.d.ts +0 -0
- package/lib/date-picker/{date-picker.d.ts → src/date-picker.d.ts} +0 -0
- package/lib/date-picker/{fecha.d.ts → src/fecha.d.ts} +0 -0
- package/lib/date-picker/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/date-picker/{interface.d.ts → src/interface.d.ts} +0 -0
- package/lib/date-picker/{panel → src/panel}/date-range.d.ts +0 -0
- package/lib/date-picker/{panel → src/panel}/date.d.ts +0 -0
- package/lib/date-picker/{panel → src/panel}/time-range.d.ts +0 -0
- package/lib/date-picker/{panel → src/panel}/time.d.ts +0 -0
- package/lib/date-picker/{props.d.ts → src/props.d.ts} +0 -0
- package/lib/date-picker/{time-picker.d.ts → src/time-picker.d.ts} +0 -0
- package/lib/date-picker/{utils.d.ts → src/utils.d.ts} +0 -0
- package/lib/directives/{clickoutside.d.ts → src/clickoutside.d.ts} +0 -0
- package/lib/directives/{ellipsis.d.ts → src/ellipsis.d.ts} +0 -0
- package/lib/directives/{mousewheel.d.ts → src/mousewheel.d.ts} +0 -0
- package/lib/directives/{tooltips.d.ts → src/tooltips.d.ts} +0 -0
- package/lib/divider/{divider.d.ts → src/divider.d.ts} +0 -0
- package/lib/divider/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/divider/{props.d.ts → src/props.d.ts} +0 -0
- package/lib/dropdown/{dropdown-item.d.ts → src/dropdown-item.d.ts} +0 -0
- package/lib/dropdown/{dropdown-menu.d.ts → src/dropdown-menu.d.ts} +0 -0
- package/lib/dropdown/{dropdown.d.ts → src/dropdown.d.ts} +0 -0
- package/lib/dropdown/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/exception/{exception.d.ts → src/exception.d.ts} +0 -0
- package/lib/exception/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/exception/{typings → src/typings}/index.d.ts +0 -0
- package/lib/fixed-navbar/{fixed-navbar.d.ts → src/fixed-navbar.d.ts} +0 -0
- package/lib/fixed-navbar/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/form/{compose-form-item.d.ts → src/compose-form-item.d.ts} +0 -0
- package/lib/form/{form-item.d.ts → src/form-item.d.ts} +0 -0
- package/lib/form/{form.d.ts → src/form.d.ts} +0 -0
- package/lib/form/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/form/{type.d.ts → src/type.d.ts} +0 -0
- package/lib/form/{utils.d.ts → src/utils.d.ts} +0 -0
- package/lib/form/{validator.d.ts → src/validator.d.ts} +0 -0
- package/lib/{use-message.d.ts → hooks/use-message.d.ts} +0 -0
- package/lib/icon/{angle-double-down-line.d.ts → icons/angle-double-down-line.d.ts} +0 -0
- package/lib/icon/{angle-double-left-line.d.ts → icons/angle-double-left-line.d.ts} +0 -0
- package/lib/icon/{angle-double-left.d.ts → icons/angle-double-left.d.ts} +0 -0
- package/lib/icon/{angle-double-right-line.d.ts → icons/angle-double-right-line.d.ts} +0 -0
- package/lib/icon/{angle-double-right.d.ts → icons/angle-double-right.d.ts} +0 -0
- package/lib/icon/{angle-double-up-line.d.ts → icons/angle-double-up-line.d.ts} +0 -0
- package/lib/icon/{angle-down-fill.d.ts → icons/angle-down-fill.d.ts} +0 -0
- package/lib/icon/{angle-down-line.d.ts → icons/angle-down-line.d.ts} +0 -0
- package/lib/icon/{angle-down.d.ts → icons/angle-down.d.ts} +0 -0
- package/lib/icon/{angle-left.d.ts → icons/angle-left.d.ts} +0 -0
- package/lib/icon/{angle-right.d.ts → icons/angle-right.d.ts} +0 -0
- package/lib/icon/{angle-up-fill.d.ts → icons/angle-up-fill.d.ts} +0 -0
- package/lib/icon/{angle-up.d.ts → icons/angle-up.d.ts} +0 -0
- package/lib/icon/{archive-fill.d.ts → icons/archive-fill.d.ts} +0 -0
- package/lib/icon/{arrows-left.d.ts → icons/arrows-left.d.ts} +0 -0
- package/lib/icon/{arrows-right.d.ts → icons/arrows-right.d.ts} +0 -0
- package/lib/icon/{audio-fill.d.ts → icons/audio-fill.d.ts} +0 -0
- package/lib/icon/{bk.d.ts → icons/bk.d.ts} +0 -0
- package/lib/icon/{circle.d.ts → icons/circle.d.ts} +0 -0
- package/lib/icon/{close-line.d.ts → icons/close-line.d.ts} +0 -0
- package/lib/icon/{close.d.ts → icons/close.d.ts} +0 -0
- package/lib/icon/{code.d.ts → icons/code.d.ts} +0 -0
- package/lib/icon/{cog-shape.d.ts → icons/cog-shape.d.ts} +0 -0
- package/lib/icon/{collapse-left.d.ts → icons/collapse-left.d.ts} +0 -0
- package/lib/icon/{copy.d.ts → icons/copy.d.ts} +0 -0
- package/lib/icon/{data-shape.d.ts → icons/data-shape.d.ts} +0 -0
- package/lib/icon/{del.d.ts → icons/del.d.ts} +0 -0
- package/lib/icon/{doc-fill.d.ts → icons/doc-fill.d.ts} +0 -0
- package/lib/icon/{done.d.ts → icons/done.d.ts} +0 -0
- package/lib/icon/{down-shape.d.ts → icons/down-shape.d.ts} +0 -0
- package/lib/icon/{down-small.d.ts → icons/down-small.d.ts} +0 -0
- package/lib/icon/{edit-line.d.ts → icons/edit-line.d.ts} +0 -0
- package/lib/icon/{ellipsis.d.ts → icons/ellipsis.d.ts} +0 -0
- package/lib/icon/{enlarge-line.d.ts → icons/enlarge-line.d.ts} +0 -0
- package/lib/icon/{error.d.ts → icons/error.d.ts} +0 -0
- package/lib/icon/{excel-fill.d.ts → icons/excel-fill.d.ts} +0 -0
- package/lib/icon/{exclamation-circle-shape.d.ts → icons/exclamation-circle-shape.d.ts} +0 -0
- package/lib/icon/{eye.d.ts → icons/eye.d.ts} +0 -0
- package/lib/icon/{filliscreen-line.d.ts → icons/filliscreen-line.d.ts} +0 -0
- package/lib/icon/{folder-open.d.ts → icons/folder-open.d.ts} +0 -0
- package/lib/icon/{folder-shape-open.d.ts → icons/folder-shape-open.d.ts} +0 -0
- package/lib/icon/{folder-shape.d.ts → icons/folder-shape.d.ts} +0 -0
- package/lib/icon/{folder.d.ts → icons/folder.d.ts} +0 -0
- package/lib/icon/{funnel.d.ts → icons/funnel.d.ts} +0 -0
- package/lib/icon/{help-document-fill.d.ts → icons/help-document-fill.d.ts} +0 -0
- package/lib/icon/{help-fill.d.ts → icons/help-fill.d.ts} +0 -0
- package/lib/icon/{help.d.ts → icons/help.d.ts} +0 -0
- package/lib/icon/{icon.d.ts → icons/icon.d.ts} +0 -0
- package/lib/icon/{image-fill.d.ts → icons/image-fill.d.ts} +0 -0
- package/lib/icon/{img-error.d.ts → icons/img-error.d.ts} +0 -0
- package/lib/icon/{img-placehoulder.d.ts → icons/img-placehoulder.d.ts} +0 -0
- package/lib/icon/{info-line.d.ts → icons/info-line.d.ts} +0 -0
- package/lib/icon/{info.d.ts → icons/info.d.ts} +0 -0
- package/lib/icon/{left-shape.d.ts → icons/left-shape.d.ts} +0 -0
- package/lib/icon/{left-turn-line.d.ts → icons/left-turn-line.d.ts} +0 -0
- package/lib/icon/{narrow-line.d.ts → icons/narrow-line.d.ts} +0 -0
- package/lib/icon/{original.d.ts → icons/original.d.ts} +0 -0
- package/lib/icon/{pdf-fill.d.ts → icons/pdf-fill.d.ts} +0 -0
- package/lib/icon/{play-shape.d.ts → icons/play-shape.d.ts} +0 -0
- package/lib/icon/{plus.d.ts → icons/plus.d.ts} +0 -0
- package/lib/icon/{ppt-fill.d.ts → icons/ppt-fill.d.ts} +0 -0
- package/lib/icon/{qq.d.ts → icons/qq.d.ts} +0 -0
- package/lib/icon/{right-shape.d.ts → icons/right-shape.d.ts} +0 -0
- package/lib/icon/{right-turn-line.d.ts → icons/right-turn-line.d.ts} +0 -0
- package/lib/icon/{search.d.ts → icons/search.d.ts} +0 -0
- package/lib/icon/{share.d.ts → icons/share.d.ts} +0 -0
- package/lib/icon/{spinner.d.ts → icons/spinner.d.ts} +0 -0
- package/lib/icon/{success.d.ts → icons/success.d.ts} +0 -0
- package/lib/icon/{switcher-loading.d.ts → icons/switcher-loading.d.ts} +0 -0
- package/lib/icon/{text-file.d.ts → icons/text-file.d.ts} +0 -0
- package/lib/icon/{text-fill.d.ts → icons/text-fill.d.ts} +0 -0
- package/lib/icon/{transfer.d.ts → icons/transfer.d.ts} +0 -0
- package/lib/icon/{tree-application-shape.d.ts → icons/tree-application-shape.d.ts} +0 -0
- package/lib/icon/{unfull-screen.d.ts → icons/unfull-screen.d.ts} +0 -0
- package/lib/icon/{unvisible.d.ts → icons/unvisible.d.ts} +0 -0
- package/lib/icon/{up-shape.d.ts → icons/up-shape.d.ts} +0 -0
- package/lib/icon/{upload.d.ts → icons/upload.d.ts} +0 -0
- package/lib/icon/{video-fill.d.ts → icons/video-fill.d.ts} +0 -0
- package/lib/icon/{warn.d.ts → icons/warn.d.ts} +0 -0
- package/lib/icon/{weixin.d.ts → icons/weixin.d.ts} +0 -0
- package/lib/image/{image-viewer.d.ts → src/image-viewer.d.ts} +0 -0
- package/lib/image/{image.d.ts → src/image.d.ts} +0 -0
- package/lib/image/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/image/{props.d.ts → src/props.d.ts} +0 -0
- package/lib/info-box/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/info-box/{info-box.d.ts → src/info-box.d.ts} +0 -0
- package/lib/input/{input.d.ts → src/input.d.ts} +1 -1
- package/lib/link/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/link/{link.d.ts → src/link.d.ts} +0 -0
- package/lib/loading/{directive.d.ts → src/directive.d.ts} +0 -0
- package/lib/loading/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/loading/{loading.d.ts → src/loading.d.ts} +0 -0
- package/lib/locale/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/locale/{lang → src/lang}/en.d.ts +0 -0
- package/lib/locale/{lang → src/lang}/zh-cn.d.ts +0 -0
- package/lib/menu/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/menu/{menu-group.d.ts → src/menu-group.d.ts} +0 -0
- package/lib/menu/{menu-item.d.ts → src/menu-item.d.ts} +0 -0
- package/lib/menu/{menu.d.ts → src/menu.d.ts} +0 -0
- package/lib/menu/{submenu.d.ts → src/submenu.d.ts} +0 -0
- package/lib/menu/{utils.d.ts → src/utils.d.ts} +0 -0
- package/lib/message/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/message/{messageConstructor.d.ts → src/messageConstructor.d.ts} +0 -0
- package/lib/navigation/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/navigation/{navigation-title.d.ts → src/navigation-title.d.ts} +0 -0
- package/lib/navigation/{navigation.d.ts → src/navigation.d.ts} +0 -0
- package/lib/notify/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/notify/{notifyConstructor.d.ts → src/notifyConstructor.d.ts} +0 -0
- package/lib/overflow-title/{components → src/components}/overflow-title.d.ts +0 -0
- package/lib/overflow-title/{directive → src/directive}/overflow-title.d.ts +0 -0
- package/lib/overflow-title/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/overflow-title/{props.d.ts → src/props.d.ts} +0 -0
- package/lib/overflow-title/{utils → src/utils}/getActualWidthByCanvas.d.ts +0 -0
- package/lib/overflow-title/{utils → src/utils}/getActualWidthByDom.d.ts +0 -0
- package/lib/pagination/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/pagination/{pagination.d.ts → src/pagination.d.ts} +0 -0
- package/lib/pagination/{type.d.ts → src/type.d.ts} +0 -0
- package/lib/pagination/{use-list.d.ts → src/use-list.d.ts} +0 -0
- package/lib/pagination/{use-small-list.d.ts → src/use-small-list.d.ts} +0 -0
- package/lib/plugin-popover/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/pop-confirm/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/pop-confirm/{pop-confirm.d.ts → src/pop-confirm.d.ts} +0 -0
- package/lib/pop-confirm/{props.d.ts → src/props.d.ts} +0 -0
- package/lib/popover/{arrow.d.ts → src/arrow.d.ts} +0 -0
- package/lib/popover/{const.d.ts → src/const.d.ts} +0 -0
- package/lib/popover/{content.d.ts → src/content.d.ts} +0 -0
- package/lib/popover/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/popover/{plugin-popover.d.ts → src/plugin-popover.d.ts} +0 -0
- package/lib/popover/{popover.d.ts → src/popover.d.ts} +0 -0
- package/lib/popover/{props.d.ts → src/props.d.ts} +0 -0
- package/lib/popover/{reference.d.ts → src/reference.d.ts} +0 -0
- package/lib/popover/{root.d.ts → src/root.d.ts} +0 -0
- package/lib/popover/{use-floating.d.ts → src/use-floating.d.ts} +0 -0
- package/lib/popover/{use-platform.d.ts → src/use-platform.d.ts} +0 -0
- package/lib/popover/{use-popover-init.d.ts → src/use-popover-init.d.ts} +0 -0
- package/lib/popover/{use-popper-id.d.ts → src/use-popper-id.d.ts} +0 -0
- package/lib/popover2/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/popover2/{popover.d.ts → src/popover.d.ts} +0 -0
- package/lib/process/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/process/{process.d.ts → src/process.d.ts} +0 -0
- package/lib/progress/{circle.d.ts → src/circle.d.ts} +0 -0
- package/lib/progress/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/progress/{line.d.ts → src/line.d.ts} +0 -0
- package/lib/progress/{progress.d.ts → src/progress.d.ts} +0 -0
- package/lib/radio/{common.d.ts → src/common.d.ts} +0 -0
- package/lib/radio/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/radio/{radio-button.d.ts → src/radio-button.d.ts} +0 -0
- package/lib/radio/{radio-group.d.ts → src/radio-group.d.ts} +0 -0
- package/lib/radio/{radio.d.ts → src/radio.d.ts} +0 -0
- package/lib/radio/{type.d.ts → src/type.d.ts} +0 -0
- package/lib/rate/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/rate/{rate.d.ts → src/rate.d.ts} +0 -0
- package/lib/rate/{star.d.ts → src/star.d.ts} +0 -0
- package/lib/resize-layout/{index.d.ts → src/index.d.ts} +0 -0
- package/lib/resize-layout/{resize-layout.d.ts → src/resize-layout.d.ts} +0 -0
- package/lib/search-select/{utils.d.ts → src/utils.d.ts} +0 -0
- package/lib/select/{common.d.ts → src/common.d.ts} +0 -0
- package/lib/select/{option.d.ts → src/option.d.ts} +0 -0
- package/lib/select/{optionGroup.d.ts → src/optionGroup.d.ts} +0 -0
- package/lib/select/{select.d.ts → src/select.d.ts} +1 -1
- /package/lib/select/{selectTagInput.d.ts → src/selectTagInput.d.ts} +0 -0
- /package/lib/shared/{dom.d.ts → src/dom.d.ts} +0 -0
- /package/lib/shared/{helper.d.ts → src/helper.d.ts} +0 -0
- /package/lib/shared/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/shared/{popover.d.ts → src/popover.d.ts} +0 -0
- /package/lib/shared/{scrollbar-width.d.ts → src/scrollbar-width.d.ts} +0 -0
- /package/lib/shared/{utils.d.ts → src/utils.d.ts} +0 -0
- /package/lib/shared/{vue-types.d.ts → src/vue-types.d.ts} +0 -0
- /package/lib/shared/{z-index-manager.d.ts → src/z-index-manager.d.ts} +0 -0
- /package/lib/slider/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/slider/{slider.d.ts → src/slider.d.ts} +0 -0
- /package/lib/steps/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/steps/{steps.d.ts → src/steps.d.ts} +0 -0
- /package/lib/swiper/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/swiper/{swiper.d.ts → src/swiper.d.ts} +0 -0
- /package/lib/switcher/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/switcher/{switcher.d.ts → src/switcher.d.ts} +0 -0
- /package/lib/tab/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/tab/{props.d.ts → src/props.d.ts} +0 -0
- /package/lib/tab/{tab-nav.d.ts → src/tab-nav.d.ts} +0 -0
- /package/lib/tab/{tab-panel.d.ts → src/tab-panel.d.ts} +0 -0
- /package/lib/tab/{tab.d.ts → src/tab.d.ts} +0 -0
- /package/lib/table/{cache.d.ts → src/cache.d.ts} +0 -0
- /package/lib/table/{components → src/components}/index.d.ts +0 -0
- /package/lib/table/{components → src/components}/table-cell.d.ts +0 -0
- /package/lib/table/{components → src/components}/table-row.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/body-empty.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/col-group.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/common.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/head-filter.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/head-sort.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/index.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/settings.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/use-active-columns.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/use-column-resize.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/use-fixed-column.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/use-pagination.d.ts +0 -0
- /package/lib/table/{plugins → src/plugins}/use-scroll-loading.d.ts +0 -0
- /package/lib/table/{table.d.ts → src/table.d.ts} +0 -0
- /package/lib/table/{use-column.d.ts → src/use-column.d.ts} +0 -0
- /package/lib/table/{use-common.d.ts → src/use-common.d.ts} +0 -0
- /package/lib/table/{utils.d.ts → src/utils.d.ts} +0 -0
- /package/lib/tag/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/tag/{tag.d.ts → src/tag.d.ts} +0 -0
- /package/lib/tag-input/{common.d.ts → src/common.d.ts} +0 -0
- /package/lib/tag-input/{list-tag-render.d.ts → src/list-tag-render.d.ts} +0 -0
- /package/lib/time-picker/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/timeline/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/timeline/{timeline.d.ts → src/timeline.d.ts} +0 -0
- /package/lib/transfer/{const.d.ts → src/const.d.ts} +0 -0
- /package/lib/transfer/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/transfer/{props.d.ts → src/props.d.ts} +0 -0
- /package/lib/transfer/{transfer.d.ts → src/transfer.d.ts} +0 -0
- /package/lib/tree/{constant.d.ts → src/constant.d.ts} +0 -0
- /package/lib/tree/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/tree/{props.d.ts → src/props.d.ts} +0 -0
- /package/lib/tree/{tree.d.ts → src/tree.d.ts} +0 -0
- /package/lib/tree/{use-empty.d.ts → src/use-empty.d.ts} +0 -0
- /package/lib/tree/{use-node-action.d.ts → src/use-node-action.d.ts} +0 -0
- /package/lib/tree/{use-node-async.d.ts → src/use-node-async.d.ts} +0 -0
- /package/lib/tree/{use-node-attribute.d.ts → src/use-node-attribute.d.ts} +0 -0
- /package/lib/tree/{use-node-drag.d.ts → src/use-node-drag.d.ts} +0 -0
- /package/lib/tree/{use-search.d.ts → src/use-search.d.ts} +0 -0
- /package/lib/tree/{use-tree-init.d.ts → src/use-tree-init.d.ts} +0 -0
- /package/lib/tree/{util.d.ts → src/util.d.ts} +0 -0
- /package/lib/upload/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/upload/{props.d.ts → src/props.d.ts} +0 -0
- /package/lib/upload/{upload-list.d.ts → src/upload-list.d.ts} +0 -0
- /package/lib/upload/{upload-trigger.d.ts → src/upload-trigger.d.ts} +0 -0
- /package/lib/upload/{upload.d.ts → src/upload.d.ts} +0 -0
- /package/lib/upload/{upload.type.d.ts → src/upload.type.d.ts} +0 -0
- /package/lib/upload/{use-ajax-upload.d.ts → src/use-ajax-upload.d.ts} +0 -0
- /package/lib/upload/{use-file-handler.d.ts → src/use-file-handler.d.ts} +0 -0
- /package/lib/virtual-render/{index.d.ts → src/index.d.ts} +0 -0
- /package/lib/virtual-render/{props.d.ts → src/props.d.ts} +0 -0
- /package/lib/virtual-render/{use-tag-render.d.ts → src/use-tag-render.d.ts} +0 -0
- /package/lib/virtual-render/{v-virtual-render.d.ts → src/v-virtual-render.d.ts} +0 -0
- /package/lib/virtual-render/{virtual-render.d.ts → src/virtual-render.d.ts} +0 -0
@@ -1057,6 +1057,91 @@ declare const BkColumn: {
|
|
1057
1057
|
valueOf: () => number;
|
1058
1058
|
toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
|
1059
1059
|
};
|
1060
|
+
textAlign?: {
|
1061
|
+
[x: number]: string;
|
1062
|
+
toString: () => string;
|
1063
|
+
charAt: (pos: number) => string;
|
1064
|
+
charCodeAt: (index: number) => number;
|
1065
|
+
concat: (...strings: string[]) => string;
|
1066
|
+
indexOf: (searchString: string, position?: number) => number;
|
1067
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
1068
|
+
localeCompare: {
|
1069
|
+
(that: string): number;
|
1070
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
1071
|
+
};
|
1072
|
+
match: {
|
1073
|
+
(regexp: string | RegExp): RegExpMatchArray;
|
1074
|
+
(matcher: {
|
1075
|
+
[Symbol.match](string: string): RegExpMatchArray;
|
1076
|
+
}): RegExpMatchArray;
|
1077
|
+
};
|
1078
|
+
replace: {
|
1079
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
1080
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
1081
|
+
(searchValue: {
|
1082
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
1083
|
+
}, replaceValue: string): string;
|
1084
|
+
(searchValue: {
|
1085
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
1086
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
1087
|
+
};
|
1088
|
+
search: {
|
1089
|
+
(regexp: string | RegExp): number;
|
1090
|
+
(searcher: {
|
1091
|
+
[Symbol.search](string: string): number;
|
1092
|
+
}): number;
|
1093
|
+
};
|
1094
|
+
slice: (start?: number, end?: number) => string;
|
1095
|
+
split: {
|
1096
|
+
(separator: string | RegExp, limit?: number): string[];
|
1097
|
+
(splitter: {
|
1098
|
+
[Symbol.split](string: string, limit?: number): string[];
|
1099
|
+
}, limit?: number): string[];
|
1100
|
+
};
|
1101
|
+
substring: (start: number, end?: number) => string;
|
1102
|
+
toLowerCase: () => string;
|
1103
|
+
toLocaleLowerCase: (locales?: string | string[]) => string;
|
1104
|
+
toUpperCase: () => string;
|
1105
|
+
toLocaleUpperCase: (locales?: string | string[]) => string;
|
1106
|
+
trim: () => string;
|
1107
|
+
readonly length: number;
|
1108
|
+
substr: (from: number, length?: number) => string;
|
1109
|
+
valueOf: () => string;
|
1110
|
+
codePointAt: (pos: number) => number;
|
1111
|
+
includes: (searchString: string, position?: number) => boolean;
|
1112
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
1113
|
+
normalize: {
|
1114
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
1115
|
+
(form?: string): string;
|
1116
|
+
};
|
1117
|
+
repeat: (count: number) => string;
|
1118
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
1119
|
+
anchor: (name: string) => string;
|
1120
|
+
big: () => string;
|
1121
|
+
blink: () => string;
|
1122
|
+
bold: () => string;
|
1123
|
+
fixed: () => string;
|
1124
|
+
fontcolor: (color: string) => string;
|
1125
|
+
fontsize: {
|
1126
|
+
(size: number): string;
|
1127
|
+
(size: string): string;
|
1128
|
+
};
|
1129
|
+
italics: () => string;
|
1130
|
+
link: (url: string) => string;
|
1131
|
+
small: () => string;
|
1132
|
+
strike: () => string;
|
1133
|
+
sub: () => string;
|
1134
|
+
sup: () => string;
|
1135
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
1136
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
1137
|
+
trimEnd: () => string;
|
1138
|
+
trimStart: () => string;
|
1139
|
+
trimLeft: () => string;
|
1140
|
+
trimRight: () => string;
|
1141
|
+
matchAll: (regexp: RegExp) => IterableIterator<RegExpMatchArray>;
|
1142
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
1143
|
+
at: (index: number) => string;
|
1144
|
+
};
|
1060
1145
|
className?: string | Function;
|
1061
1146
|
align?: string;
|
1062
1147
|
prop?: string | Function;
|
@@ -1219,6 +1304,91 @@ declare const BkColumn: {
|
|
1219
1304
|
valueOf: () => number;
|
1220
1305
|
toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
|
1221
1306
|
};
|
1307
|
+
textAlign?: {
|
1308
|
+
[x: number]: string;
|
1309
|
+
toString: () => string;
|
1310
|
+
charAt: (pos: number) => string;
|
1311
|
+
charCodeAt: (index: number) => number;
|
1312
|
+
concat: (...strings: string[]) => string;
|
1313
|
+
indexOf: (searchString: string, position?: number) => number;
|
1314
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
1315
|
+
localeCompare: {
|
1316
|
+
(that: string): number;
|
1317
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
1318
|
+
};
|
1319
|
+
match: {
|
1320
|
+
(regexp: string | RegExp): RegExpMatchArray;
|
1321
|
+
(matcher: {
|
1322
|
+
[Symbol.match](string: string): RegExpMatchArray;
|
1323
|
+
}): RegExpMatchArray;
|
1324
|
+
};
|
1325
|
+
replace: {
|
1326
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
1327
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
1328
|
+
(searchValue: {
|
1329
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
1330
|
+
}, replaceValue: string): string;
|
1331
|
+
(searchValue: {
|
1332
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
1333
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
1334
|
+
};
|
1335
|
+
search: {
|
1336
|
+
(regexp: string | RegExp): number;
|
1337
|
+
(searcher: {
|
1338
|
+
[Symbol.search](string: string): number;
|
1339
|
+
}): number;
|
1340
|
+
};
|
1341
|
+
slice: (start?: number, end?: number) => string;
|
1342
|
+
split: {
|
1343
|
+
(separator: string | RegExp, limit?: number): string[];
|
1344
|
+
(splitter: {
|
1345
|
+
[Symbol.split](string: string, limit?: number): string[];
|
1346
|
+
}, limit?: number): string[];
|
1347
|
+
};
|
1348
|
+
substring: (start: number, end?: number) => string;
|
1349
|
+
toLowerCase: () => string;
|
1350
|
+
toLocaleLowerCase: (locales?: string | string[]) => string;
|
1351
|
+
toUpperCase: () => string;
|
1352
|
+
toLocaleUpperCase: (locales?: string | string[]) => string;
|
1353
|
+
trim: () => string;
|
1354
|
+
readonly length: number;
|
1355
|
+
substr: (from: number, length?: number) => string;
|
1356
|
+
valueOf: () => string;
|
1357
|
+
codePointAt: (pos: number) => number;
|
1358
|
+
includes: (searchString: string, position?: number) => boolean;
|
1359
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
1360
|
+
normalize: {
|
1361
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
1362
|
+
(form?: string): string;
|
1363
|
+
};
|
1364
|
+
repeat: (count: number) => string;
|
1365
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
1366
|
+
anchor: (name: string) => string;
|
1367
|
+
big: () => string;
|
1368
|
+
blink: () => string;
|
1369
|
+
bold: () => string;
|
1370
|
+
fixed: () => string;
|
1371
|
+
fontcolor: (color: string) => string;
|
1372
|
+
fontsize: {
|
1373
|
+
(size: number): string;
|
1374
|
+
(size: string): string;
|
1375
|
+
};
|
1376
|
+
italics: () => string;
|
1377
|
+
link: (url: string) => string;
|
1378
|
+
small: () => string;
|
1379
|
+
strike: () => string;
|
1380
|
+
sub: () => string;
|
1381
|
+
sup: () => string;
|
1382
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
1383
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
1384
|
+
trimEnd: () => string;
|
1385
|
+
trimStart: () => string;
|
1386
|
+
trimLeft: () => string;
|
1387
|
+
trimRight: () => string;
|
1388
|
+
matchAll: (regexp: RegExp) => IterableIterator<RegExpMatchArray>;
|
1389
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
1390
|
+
at: (index: number) => string;
|
1391
|
+
};
|
1222
1392
|
className?: string | Function;
|
1223
1393
|
align?: string;
|
1224
1394
|
prop?: string | Function;
|
@@ -1344,6 +1514,91 @@ declare const BkColumn: {
|
|
1344
1514
|
valueOf: () => number;
|
1345
1515
|
toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
|
1346
1516
|
};
|
1517
|
+
textAlign?: {
|
1518
|
+
[x: number]: string;
|
1519
|
+
toString: () => string;
|
1520
|
+
charAt: (pos: number) => string;
|
1521
|
+
charCodeAt: (index: number) => number;
|
1522
|
+
concat: (...strings: string[]) => string;
|
1523
|
+
indexOf: (searchString: string, position?: number) => number;
|
1524
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
1525
|
+
localeCompare: {
|
1526
|
+
(that: string): number;
|
1527
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
1528
|
+
};
|
1529
|
+
match: {
|
1530
|
+
(regexp: string | RegExp): RegExpMatchArray;
|
1531
|
+
(matcher: {
|
1532
|
+
[Symbol.match](string: string): RegExpMatchArray;
|
1533
|
+
}): RegExpMatchArray;
|
1534
|
+
};
|
1535
|
+
replace: {
|
1536
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
1537
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
1538
|
+
(searchValue: {
|
1539
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
1540
|
+
}, replaceValue: string): string;
|
1541
|
+
(searchValue: {
|
1542
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
1543
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
1544
|
+
};
|
1545
|
+
search: {
|
1546
|
+
(regexp: string | RegExp): number;
|
1547
|
+
(searcher: {
|
1548
|
+
[Symbol.search](string: string): number;
|
1549
|
+
}): number;
|
1550
|
+
};
|
1551
|
+
slice: (start?: number, end?: number) => string;
|
1552
|
+
split: {
|
1553
|
+
(separator: string | RegExp, limit?: number): string[];
|
1554
|
+
(splitter: {
|
1555
|
+
[Symbol.split](string: string, limit?: number): string[];
|
1556
|
+
}, limit?: number): string[];
|
1557
|
+
};
|
1558
|
+
substring: (start: number, end?: number) => string;
|
1559
|
+
toLowerCase: () => string;
|
1560
|
+
toLocaleLowerCase: (locales?: string | string[]) => string;
|
1561
|
+
toUpperCase: () => string;
|
1562
|
+
toLocaleUpperCase: (locales?: string | string[]) => string;
|
1563
|
+
trim: () => string;
|
1564
|
+
readonly length: number;
|
1565
|
+
substr: (from: number, length?: number) => string;
|
1566
|
+
valueOf: () => string;
|
1567
|
+
codePointAt: (pos: number) => number;
|
1568
|
+
includes: (searchString: string, position?: number) => boolean;
|
1569
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
1570
|
+
normalize: {
|
1571
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
1572
|
+
(form?: string): string;
|
1573
|
+
};
|
1574
|
+
repeat: (count: number) => string;
|
1575
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
1576
|
+
anchor: (name: string) => string;
|
1577
|
+
big: () => string;
|
1578
|
+
blink: () => string;
|
1579
|
+
bold: () => string;
|
1580
|
+
fixed: () => string;
|
1581
|
+
fontcolor: (color: string) => string;
|
1582
|
+
fontsize: {
|
1583
|
+
(size: number): string;
|
1584
|
+
(size: string): string;
|
1585
|
+
};
|
1586
|
+
italics: () => string;
|
1587
|
+
link: (url: string) => string;
|
1588
|
+
small: () => string;
|
1589
|
+
strike: () => string;
|
1590
|
+
sub: () => string;
|
1591
|
+
sup: () => string;
|
1592
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
1593
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
1594
|
+
trimEnd: () => string;
|
1595
|
+
trimStart: () => string;
|
1596
|
+
trimLeft: () => string;
|
1597
|
+
trimRight: () => string;
|
1598
|
+
matchAll: (regexp: RegExp) => IterableIterator<RegExpMatchArray>;
|
1599
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
1600
|
+
at: (index: number) => string;
|
1601
|
+
};
|
1347
1602
|
className?: string | Function;
|
1348
1603
|
align?: string;
|
1349
1604
|
prop?: string | Function;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ComputedRef, Ref } from 'vue';
|
2
|
-
import type { Language } from '
|
2
|
+
import type { Language } from '@bkui-vue/locale';
|
3
3
|
import { TablePlugins } from './plugins';
|
4
4
|
import { GroupColumn, IColumnActive, IReactiveProp, TablePropTypes } from './props';
|
5
5
|
export default class TableRender {
|
@@ -1 +1 @@
|
|
1
|
-
!function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o(require("../shared"),require("vue"),require("vue-types"));else if("function"==typeof define&&define.amd)define(["../shared","vue","vue-types"],o);else{var p="object"==typeof exports?o(require("../shared"),require("vue"),require("vue-types")):o(e["../shared"],e.vue,e["vue-types"]);for(var r in p)("object"==typeof exports?exports:e)[r]=p[r]}}(self,((e,o,p)=>(()=>{"use strict";var r={4212:o=>{o.exports=e},748:e=>{e.exports=o},210:e=>{e.exports=p}},n={};function s(e){var o=n[e];if(void 0!==o)return o.exports;var p=n[e]={exports:{}};return r[e](p,p.exports,s),p.exports}s.d=(e,o)=>{for(var p in o)s.o(o,p)&&!s.o(e,p)&&Object.defineProperty(e,p,{enumerable:!0,get:o[p]})},s.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var t={};return(()=>{s.r(t),s.d(t,{default:()=>D});var e,o,p,r,n=s(4212),T=s(748);function f(e,o,p){return o in e?Object.defineProperty(e,o,{value:p,enumerable:!0,configurable:!0,writable:!0}):e[o]=p,e}!function(e){e.NONE="none",e.ROW="row",e.COL="col",e.OUTER="outer",e.HORIZONTAL="horizontal"}(p||(p={})),function(e){e.HIGHLIGHT="highlight",e.AUTO="auto"}(r||(r={}));var i,y,l=[r.AUTO,r.HIGHLIGHT];p.NONE,p.ROW,p.COL,p.OUTER,p.HORIZONTAL,function(e){e.ON_SORT_BY_CLICK="onSortByClick",e.ON_FILTER_CLICK="onFilterClick",e.ON_SETTING_CHANGE="onSettingChange",e.ON_ROW_EXPAND_CLICK="onRowExpandClick",e.ON_ROW_CHECK="onRowCheck"}(i||(i={})),function(e){e.COLUMN_PICK="columnPick",e.COLUMN_SORT="columnSort",e.COLUMN_FILTER="columnFilter",e.COLUMN_FILTER_SAVE="colFilterSave",e.ROW_CLICK="rowClick",e.ROW_DBL_CLICK="rowDblclick",e.ROW_EXPAND_CLICK="rowExpand",e.ROW_MOUSE_ENTER="rowMouseEnter",e.ROW_MOUSE_LEAVE="rowMouseLeave",e.PAGE_LIMIT_CHANGE="pageLimitChange",e.PAGE_VALUE_CHANGE="pageValueChange",e.SETTING_CHANGE="settingChange",e.SCROLL_BOTTOM="scrollBottom",e.ROW_SELECT="select",e.ROW_SELECT_ALL="selectAll",e.ROW_SELECT_CHANGE="selectionChange",e.CELL_CLICK="cellClick",e.CELL_DBL_CLICK="cellDblclick",e.NATIVE_CLICK="click",e.NATIVE_DBL_CLICK="dblclick"}(y||(y={}));var d,u=function(){return!0};f(e={},y.COLUMN_PICK,u),f(e,y.COLUMN_FILTER,u),f(e,y.COLUMN_SORT,u),f(e,y.COLUMN_FILTER_SAVE,u),f(e,y.ROW_CLICK,u),f(e,y.ROW_DBL_CLICK,u),f(e,y.ROW_EXPAND_CLICK,u),f(e,y.ROW_SELECT,u),f(e,y.ROW_SELECT_ALL,u),f(e,y.ROW_SELECT_CHANGE,u),f(e,y.PAGE_LIMIT_CHANGE,u),f(e,y.PAGE_VALUE_CHANGE,u),f(e,y.SETTING_CHANGE,u),f(e,y.SCROLL_BOTTOM,u),f(e,y.CELL_CLICK,u),f(e,y.CELL_DBL_CLICK,u),f(o={},y.NATIVE_CLICK,u),f(o,y.NATIVE_DBL_CLICK,u),function(e){e.ASC="asc",e.DESC="desc",e.NULL="null",e.CUSTOM="custom"}(d||(d={})),d.ASC,d.DESC,d.NULL,d.CUSTOM;var a,P,c=s(210);!function(e){e.CURRENT="current",e.ALL="all"}(a||(a={})),function(e){e.STATIC="static",e.AUTO="auto"}(P||(P={}));var O,C,L=(0,c.toType)("showOverflowTooltipMode",{default:P.AUTO});!function(e){e.SELECTION="selection",e.INDEX="index",e.EXPAND="expand",e.NONE="none"}(O||(O={})),function(e){e.LEFT="left",e.RIGHT="right",e.CENTER="center",e.NONE=""}(C||(C={}));var b,E=(0,c.toType)("columnType",{default:O.NONE}),_=(0,c.toType)("columnType",{default:C.NONE});!function(e){e.FULL="full",e.FUZZY="fuzzy"}(b||(b={}));var h,m=(0,c.toType)("full",{default:b.FULL});!function(e){e.SMALL="small",e.MEDIUM="medium",e.LARGE="large"}(h||(h={}));var g,v=(0,c.toType)("columnSize",{default:h.SMALL});!function(e){e.LEFT="left",e.RIGHT="right"}(g||(g={}));var N,I,R=(0,c.string)(),S=(0,c.toType)("sortScope",{}).def(a.CURRENT);!function(e){e.MULTI="multi",e.SINGLE="single",e.DISABLED="disabled"}(N||(N={})),function(e){e.DEBOUNCE="debounce",e.THROTTLE="throttle"}(I||(I={}));var A={label:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),field:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),render:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),width:n.PropTypes.oneOfType([n.PropTypes.number.def(void 0),n.PropTypes.string.def("auto")]),minWidth:n.PropTypes.oneOfType([n.PropTypes.number.def(void 0),n.PropTypes.string.def("auto")]).def(30),columnKey:n.PropTypes.string.def(""),showOverflowTooltip:n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.shape({content:n.PropTypes.string.def(""),disabled:n.PropTypes.bool.def(!1),watchCellResize:n.PropTypes.bool.def(!0),mode:L})]).def(void 0),type:E,resizable:n.PropTypes.bool.def(!0),fixed:n.PropTypes.oneOfType([n.PropTypes.bool,R]).def(!1),sort:n.PropTypes.oneOfType([n.PropTypes.shape({sortFn:n.PropTypes.func.def(void 0),sortScope:S,value:n.PropTypes.string.def(d.NULL)}),n.PropTypes.bool,n.PropTypes.string]).def(!1),filter:n.PropTypes.oneOfType([n.PropTypes.shape({list:n.PropTypes.arrayOf(n.PropTypes.any).def([]),filterFn:n.PropTypes.func.def(void 0),match:m,checked:n.PropTypes.arrayOf(n.PropTypes.any).def([]),filterScope:S,btnSave:n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.string]).def("确定"),btnReset:n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.string]).def("重置")}),n.PropTypes.bool,n.PropTypes.string]).def(!1),colspan:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return 1})),n.PropTypes.number.def(1)]),rowspan:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return 1})),n.PropTypes.number.def(1)]),align:_,className:n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.func])};n.PropTypes.arrayOf(n.PropTypes.any).def([]),n.PropTypes.arrayOf(n.PropTypes.shape(A).loose).def([]),n.PropTypes.oneOfType([n.PropTypes.number.def(-1),n.PropTypes.arrayOf(n.PropTypes.number.def(-1))]),(0,c.toType)("columnPick",{}).def(N.DISABLED),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.string]).def("auto"),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.string]).def(84),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.string]).def("auto"),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.func]).def(42),n.PropTypes.number.def(42),n.PropTypes.bool.def(!0),n.PropTypes.shape({height:n.PropTypes.number.def(42),isShow:n.PropTypes.bool.def(!0),cellFn:n.PropTypes.func.def(void 0)}),n.PropTypes.bool.def(!1),n.PropTypes.oneOfType([n.PropTypes.arrayOf((0,c.toType)("boderType",{})),n.PropTypes.string]).def([p.ROW]),n.PropTypes.oneOfType([n.PropTypes.bool.def(!1),n.PropTypes.object.def({})]).def(!1),n.PropTypes.number.def(60),n.PropTypes.bool.def(!1),n.PropTypes.string,n.PropTypes.oneOfType([n.PropTypes.shape({fields:n.PropTypes.arrayOf(n.PropTypes.shape({label:n.PropTypes.string,field:n.PropTypes.string,disabled:n.PropTypes.bool})),checked:n.PropTypes.arrayOf(n.PropTypes.string),limit:n.PropTypes.number.def(0),size:v,sizeList:n.PropTypes.shape([]),showLineHeight:n.PropTypes.bool.def(!0)}),n.PropTypes.bool]).def(!1),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.object,n.PropTypes.bool]).def(void 0),n.PropTypes.bool.def(!1),n.PropTypes.string.def(""),n.PropTypes.func.def(void 0),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.func]).def("__$table_row_index"),n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.shape({content:n.PropTypes.string.def(""),disabled:n.PropTypes.bool.def(!1),watchCellResize:n.PropTypes.bool.def(!0),mode:L})]).def(!1),n.PropTypes.bool.def(!1),n.PropTypes.oneOf(l).def(r.HIGHLIGHT),n.PropTypes.shape({}).def({}),n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return!0})),n.PropTypes.bool.def(!0)]).def(!0),(0,c.toType)("ResizerWay",{default:I.DEBOUNCE}),n.PropTypes.bool.def(!0);const U=(0,T.defineComponent)({name:"TableColumn",props:Object.assign(Object.assign({},A),{prop:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),index:n.PropTypes.number.def(void 0)}),setup:function(e){return{initColumns:(0,T.inject)("InitColumns",(function(e){}),!1),bkTableCache:(0,T.inject)("BKTableCahce",{queueStack:function(e,o){return null==o?void 0:o()}}),column:(0,T.reactive)(Object.assign(Object.assign({},e),{field:e.prop||e.field}))}},unmounted:function(){this.updateColumnDefine(!0)},mounted:function(){this.updateColumnDefine()},methods:{updateColumnDefine:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];void 0===this.$props.index||"number"!=typeof this.$props.index?this.updateColumnDefineByParent():this.updateColumnDefineByIndex(e)},updateColumnDefineByParent:function(){var e=this;"function"==typeof this.bkTableCache.queueStack&&this.bkTableCache.queueStack("Bk_COlumn_Update_Define",(function(){var o=e._.parent.vnode.children.default()||[],p=[];!function e(o){Array.isArray(o)&&o.forEach((function(o){var r,n,s
|
1
|
+
!function(e,o){if("object"==typeof exports&&"object"==typeof module)module.exports=o(require("../shared"),require("vue"),require("vue-types"));else if("function"==typeof define&&define.amd)define(["../shared","vue","vue-types"],o);else{var p="object"==typeof exports?o(require("../shared"),require("vue"),require("vue-types")):o(e["../shared"],e.vue,e["vue-types"]);for(var r in p)("object"==typeof exports?exports:e)[r]=p[r]}}(self,((e,o,p)=>(()=>{"use strict";var r={4212:o=>{o.exports=e},748:e=>{e.exports=o},210:e=>{e.exports=p}},n={};function s(e){var o=n[e];if(void 0!==o)return o.exports;var p=n[e]={exports:{}};return r[e](p,p.exports,s),p.exports}s.d=(e,o)=>{for(var p in o)s.o(o,p)&&!s.o(e,p)&&Object.defineProperty(e,p,{enumerable:!0,get:o[p]})},s.o=(e,o)=>Object.prototype.hasOwnProperty.call(e,o),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var t={};return(()=>{s.r(t),s.d(t,{default:()=>D});var e,o,p,r,n=s(4212),T=s(748);function f(e,o,p){return o in e?Object.defineProperty(e,o,{value:p,enumerable:!0,configurable:!0,writable:!0}):e[o]=p,e}!function(e){e.NONE="none",e.ROW="row",e.COL="col",e.OUTER="outer",e.HORIZONTAL="horizontal"}(p||(p={})),function(e){e.HIGHLIGHT="highlight",e.AUTO="auto"}(r||(r={}));var i,y,l=[r.AUTO,r.HIGHLIGHT];p.NONE,p.ROW,p.COL,p.OUTER,p.HORIZONTAL,function(e){e.ON_SORT_BY_CLICK="onSortByClick",e.ON_FILTER_CLICK="onFilterClick",e.ON_SETTING_CHANGE="onSettingChange",e.ON_ROW_EXPAND_CLICK="onRowExpandClick",e.ON_ROW_CHECK="onRowCheck"}(i||(i={})),function(e){e.COLUMN_PICK="columnPick",e.COLUMN_SORT="columnSort",e.COLUMN_FILTER="columnFilter",e.COLUMN_FILTER_SAVE="colFilterSave",e.ROW_CLICK="rowClick",e.ROW_DBL_CLICK="rowDblclick",e.ROW_EXPAND_CLICK="rowExpand",e.ROW_MOUSE_ENTER="rowMouseEnter",e.ROW_MOUSE_LEAVE="rowMouseLeave",e.PAGE_LIMIT_CHANGE="pageLimitChange",e.PAGE_VALUE_CHANGE="pageValueChange",e.SETTING_CHANGE="settingChange",e.SCROLL_BOTTOM="scrollBottom",e.ROW_SELECT="select",e.ROW_SELECT_ALL="selectAll",e.ROW_SELECT_CHANGE="selectionChange",e.CELL_CLICK="cellClick",e.CELL_DBL_CLICK="cellDblclick",e.NATIVE_CLICK="click",e.NATIVE_DBL_CLICK="dblclick"}(y||(y={}));var d,u=function(){return!0};f(e={},y.COLUMN_PICK,u),f(e,y.COLUMN_FILTER,u),f(e,y.COLUMN_SORT,u),f(e,y.COLUMN_FILTER_SAVE,u),f(e,y.ROW_CLICK,u),f(e,y.ROW_DBL_CLICK,u),f(e,y.ROW_EXPAND_CLICK,u),f(e,y.ROW_SELECT,u),f(e,y.ROW_SELECT_ALL,u),f(e,y.ROW_SELECT_CHANGE,u),f(e,y.PAGE_LIMIT_CHANGE,u),f(e,y.PAGE_VALUE_CHANGE,u),f(e,y.SETTING_CHANGE,u),f(e,y.SCROLL_BOTTOM,u),f(e,y.CELL_CLICK,u),f(e,y.CELL_DBL_CLICK,u),f(o={},y.NATIVE_CLICK,u),f(o,y.NATIVE_DBL_CLICK,u),function(e){e.ASC="asc",e.DESC="desc",e.NULL="null",e.CUSTOM="custom"}(d||(d={})),d.ASC,d.DESC,d.NULL,d.CUSTOM;var a,P,c=s(210);!function(e){e.CURRENT="current",e.ALL="all"}(a||(a={})),function(e){e.STATIC="static",e.AUTO="auto"}(P||(P={}));var O,C,L=(0,c.toType)("showOverflowTooltipMode",{default:P.AUTO});!function(e){e.SELECTION="selection",e.INDEX="index",e.EXPAND="expand",e.NONE="none"}(O||(O={})),function(e){e.LEFT="left",e.RIGHT="right",e.CENTER="center",e.NONE=""}(C||(C={}));var b,E=(0,c.toType)("columnType",{default:O.NONE}),_=(0,c.toType)("columnType",{default:C.NONE});!function(e){e.FULL="full",e.FUZZY="fuzzy"}(b||(b={}));var h,m=(0,c.toType)("full",{default:b.FULL});!function(e){e.SMALL="small",e.MEDIUM="medium",e.LARGE="large"}(h||(h={}));var g,v=(0,c.toType)("columnSize",{default:h.SMALL});!function(e){e.LEFT="left",e.RIGHT="right"}(g||(g={}));var N,I,R=(0,c.string)(),S=(0,c.toType)("sortScope",{}).def(a.CURRENT);!function(e){e.MULTI="multi",e.SINGLE="single",e.DISABLED="disabled"}(N||(N={})),function(e){e.DEBOUNCE="debounce",e.THROTTLE="throttle"}(I||(I={}));var A={label:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),field:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),render:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),width:n.PropTypes.oneOfType([n.PropTypes.number.def(void 0),n.PropTypes.string.def("auto")]),minWidth:n.PropTypes.oneOfType([n.PropTypes.number.def(void 0),n.PropTypes.string.def("auto")]).def(30),columnKey:n.PropTypes.string.def(""),showOverflowTooltip:n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.shape({content:n.PropTypes.string.def(""),disabled:n.PropTypes.bool.def(!1),watchCellResize:n.PropTypes.bool.def(!0),mode:L})]).def(void 0),type:E,resizable:n.PropTypes.bool.def(!0),fixed:n.PropTypes.oneOfType([n.PropTypes.bool,R]).def(!1),sort:n.PropTypes.oneOfType([n.PropTypes.shape({sortFn:n.PropTypes.func.def(void 0),sortScope:S,value:n.PropTypes.string.def(d.NULL)}),n.PropTypes.bool,n.PropTypes.string]).def(!1),filter:n.PropTypes.oneOfType([n.PropTypes.shape({list:n.PropTypes.arrayOf(n.PropTypes.any).def([]),filterFn:n.PropTypes.func.def(void 0),match:m,checked:n.PropTypes.arrayOf(n.PropTypes.any).def([]),filterScope:S,btnSave:n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.string]).def("确定"),btnReset:n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.string]).def("重置")}),n.PropTypes.bool,n.PropTypes.string]).def(!1),colspan:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return 1})),n.PropTypes.number.def(1)]),rowspan:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return 1})),n.PropTypes.number.def(1)]),align:_,className:n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.func])};n.PropTypes.arrayOf(n.PropTypes.any).def([]),n.PropTypes.arrayOf(n.PropTypes.shape(A).loose).def([]),n.PropTypes.oneOfType([n.PropTypes.number.def(-1),n.PropTypes.arrayOf(n.PropTypes.number.def(-1))]),(0,c.toType)("columnPick",{}).def(N.DISABLED),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.string]).def("auto"),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.string]).def(84),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.string]).def("auto"),n.PropTypes.oneOfType([n.PropTypes.number,n.PropTypes.func]).def(42),n.PropTypes.number.def(42),n.PropTypes.bool.def(!0),n.PropTypes.shape({height:n.PropTypes.number.def(42),isShow:n.PropTypes.bool.def(!0),cellFn:n.PropTypes.func.def(void 0)}),n.PropTypes.bool.def(!1),n.PropTypes.oneOfType([n.PropTypes.arrayOf((0,c.toType)("boderType",{})),n.PropTypes.string]).def([p.ROW]),n.PropTypes.oneOfType([n.PropTypes.bool.def(!1),n.PropTypes.object.def({})]).def(!1),n.PropTypes.number.def(60),n.PropTypes.bool.def(!1),n.PropTypes.string,n.PropTypes.oneOfType([n.PropTypes.shape({fields:n.PropTypes.arrayOf(n.PropTypes.shape({label:n.PropTypes.string,field:n.PropTypes.string,disabled:n.PropTypes.bool})),checked:n.PropTypes.arrayOf(n.PropTypes.string),limit:n.PropTypes.number.def(0),size:v,sizeList:n.PropTypes.shape([]),showLineHeight:n.PropTypes.bool.def(!0)}),n.PropTypes.bool]).def(!1),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.object,n.PropTypes.func]).def({}),n.PropTypes.oneOfType([n.PropTypes.object,n.PropTypes.bool]).def(void 0),n.PropTypes.bool.def(!1),n.PropTypes.string.def(""),n.PropTypes.func.def(void 0),n.PropTypes.oneOfType([n.PropTypes.string,n.PropTypes.func]).def("__$table_row_index"),n.PropTypes.oneOfType([n.PropTypes.bool,n.PropTypes.shape({content:n.PropTypes.string.def(""),disabled:n.PropTypes.bool.def(!1),watchCellResize:n.PropTypes.bool.def(!0),mode:L})]).def(!1),n.PropTypes.bool.def(!1),n.PropTypes.oneOf(l).def(r.HIGHLIGHT),n.PropTypes.shape({}).def({}),n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return!0})),n.PropTypes.bool.def(!0)]).def(!0),(0,c.toType)("ResizerWay",{default:I.DEBOUNCE}),n.PropTypes.bool.def(!0);const U=(0,T.defineComponent)({name:"TableColumn",props:Object.assign(Object.assign({},A),{prop:n.PropTypes.oneOfType([n.PropTypes.func.def((function(){return""})),n.PropTypes.string.def("")]),index:n.PropTypes.number.def(void 0)}),setup:function(e){return{initColumns:(0,T.inject)("InitColumns",(function(e){}),!1),bkTableCache:(0,T.inject)("BKTableCahce",{queueStack:function(e,o){return null==o?void 0:o()}}),column:(0,T.reactive)(Object.assign(Object.assign({},e),{field:e.prop||e.field}))}},unmounted:function(){this.updateColumnDefine(!0)},mounted:function(){this.updateColumnDefine()},methods:{updateColumnDefine:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];void 0===this.$props.index||"number"!=typeof this.$props.index?this.updateColumnDefineByParent():this.updateColumnDefineByIndex(e)},updateColumnDefineByParent:function(){var e=this;"function"==typeof this.bkTableCache.queueStack&&this.bkTableCache.queueStack("Bk_COlumn_Update_Define",(function(){var o=e._.parent.vnode.children.default()||[],p=[];!function e(o){Array.isArray(o)&&o.forEach((function(o){var r,n,s;if(Array.isArray(o))e(o);else{var t=!0;if("TableColumn"===(null===(r=o.type)||void 0===r?void 0:r.name)){t=Object.hasOwnProperty.call(o.props||{},"key");var f=Object.assign(Object.assign({},o.props),{field:o.props.prop||o.props.field,render:null===(n=o.children)||void 0===n?void 0:n.default});p.push((0,T.unref)(f))}(null===(s=o.children)||void 0===s?void 0:s.length)&&t&&e(o.children)}}))}(o),e.initColumns(p)}))},updateColumnDefineByIndex:function(){var e=arguments.length>0&&void 0!==arguments[0]&&arguments[0],o=Object.assign(Object.assign({},this.$props),{field:this.$props.prop||this.$props.field,render:this.$slots.default});this.initColumns((0,T.unref)(o),e)}},render:function(){var e,o;return(0,T.createVNode)(T.Fragment,null,[null===(o=(e=this.$slots).default)||void 0===o?void 0:o.call(e,{row:{}})])}}),D=(0,n.withInstall)(U)})(),t})()));
|
@@ -214,6 +214,91 @@ declare const BkTableColumn: {
|
|
214
214
|
valueOf: () => number;
|
215
215
|
toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
|
216
216
|
};
|
217
|
+
textAlign?: {
|
218
|
+
[x: number]: string;
|
219
|
+
toString: () => string;
|
220
|
+
charAt: (pos: number) => string;
|
221
|
+
charCodeAt: (index: number) => number;
|
222
|
+
concat: (...strings: string[]) => string;
|
223
|
+
indexOf: (searchString: string, position?: number) => number;
|
224
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
225
|
+
localeCompare: {
|
226
|
+
(that: string): number;
|
227
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
228
|
+
};
|
229
|
+
match: {
|
230
|
+
(regexp: string | RegExp): RegExpMatchArray;
|
231
|
+
(matcher: {
|
232
|
+
[Symbol.match](string: string): RegExpMatchArray;
|
233
|
+
}): RegExpMatchArray;
|
234
|
+
};
|
235
|
+
replace: {
|
236
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
237
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
238
|
+
(searchValue: {
|
239
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
240
|
+
}, replaceValue: string): string;
|
241
|
+
(searchValue: {
|
242
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
243
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
244
|
+
};
|
245
|
+
search: {
|
246
|
+
(regexp: string | RegExp): number;
|
247
|
+
(searcher: {
|
248
|
+
[Symbol.search](string: string): number;
|
249
|
+
}): number;
|
250
|
+
};
|
251
|
+
slice: (start?: number, end?: number) => string;
|
252
|
+
split: {
|
253
|
+
(separator: string | RegExp, limit?: number): string[];
|
254
|
+
(splitter: {
|
255
|
+
[Symbol.split](string: string, limit?: number): string[];
|
256
|
+
}, limit?: number): string[];
|
257
|
+
};
|
258
|
+
substring: (start: number, end?: number) => string;
|
259
|
+
toLowerCase: () => string;
|
260
|
+
toLocaleLowerCase: (locales?: string | string[]) => string;
|
261
|
+
toUpperCase: () => string;
|
262
|
+
toLocaleUpperCase: (locales?: string | string[]) => string;
|
263
|
+
trim: () => string;
|
264
|
+
readonly length: number;
|
265
|
+
substr: (from: number, length?: number) => string;
|
266
|
+
valueOf: () => string;
|
267
|
+
codePointAt: (pos: number) => number;
|
268
|
+
includes: (searchString: string, position?: number) => boolean;
|
269
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
270
|
+
normalize: {
|
271
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
272
|
+
(form?: string): string;
|
273
|
+
};
|
274
|
+
repeat: (count: number) => string;
|
275
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
276
|
+
anchor: (name: string) => string;
|
277
|
+
big: () => string;
|
278
|
+
blink: () => string;
|
279
|
+
bold: () => string;
|
280
|
+
fixed: () => string;
|
281
|
+
fontcolor: (color: string) => string;
|
282
|
+
fontsize: {
|
283
|
+
(size: number): string;
|
284
|
+
(size: string): string;
|
285
|
+
};
|
286
|
+
italics: () => string;
|
287
|
+
link: (url: string) => string;
|
288
|
+
small: () => string;
|
289
|
+
strike: () => string;
|
290
|
+
sub: () => string;
|
291
|
+
sup: () => string;
|
292
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
293
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
294
|
+
trimEnd: () => string;
|
295
|
+
trimStart: () => string;
|
296
|
+
trimLeft: () => string;
|
297
|
+
trimRight: () => string;
|
298
|
+
matchAll: (regexp: RegExp) => IterableIterator<RegExpMatchArray>;
|
299
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
300
|
+
at: (index: number) => string;
|
301
|
+
};
|
217
302
|
className?: string | Function;
|
218
303
|
align?: string;
|
219
304
|
prop?: string | Function;
|
@@ -376,6 +461,91 @@ declare const BkTableColumn: {
|
|
376
461
|
valueOf: () => number;
|
377
462
|
toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
|
378
463
|
};
|
464
|
+
textAlign?: {
|
465
|
+
[x: number]: string;
|
466
|
+
toString: () => string;
|
467
|
+
charAt: (pos: number) => string;
|
468
|
+
charCodeAt: (index: number) => number;
|
469
|
+
concat: (...strings: string[]) => string;
|
470
|
+
indexOf: (searchString: string, position?: number) => number;
|
471
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
472
|
+
localeCompare: {
|
473
|
+
(that: string): number;
|
474
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
475
|
+
};
|
476
|
+
match: {
|
477
|
+
(regexp: string | RegExp): RegExpMatchArray;
|
478
|
+
(matcher: {
|
479
|
+
[Symbol.match](string: string): RegExpMatchArray;
|
480
|
+
}): RegExpMatchArray;
|
481
|
+
};
|
482
|
+
replace: {
|
483
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
484
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
485
|
+
(searchValue: {
|
486
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
487
|
+
}, replaceValue: string): string;
|
488
|
+
(searchValue: {
|
489
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
490
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
491
|
+
};
|
492
|
+
search: {
|
493
|
+
(regexp: string | RegExp): number;
|
494
|
+
(searcher: {
|
495
|
+
[Symbol.search](string: string): number;
|
496
|
+
}): number;
|
497
|
+
};
|
498
|
+
slice: (start?: number, end?: number) => string;
|
499
|
+
split: {
|
500
|
+
(separator: string | RegExp, limit?: number): string[];
|
501
|
+
(splitter: {
|
502
|
+
[Symbol.split](string: string, limit?: number): string[];
|
503
|
+
}, limit?: number): string[];
|
504
|
+
};
|
505
|
+
substring: (start: number, end?: number) => string;
|
506
|
+
toLowerCase: () => string;
|
507
|
+
toLocaleLowerCase: (locales?: string | string[]) => string;
|
508
|
+
toUpperCase: () => string;
|
509
|
+
toLocaleUpperCase: (locales?: string | string[]) => string;
|
510
|
+
trim: () => string;
|
511
|
+
readonly length: number;
|
512
|
+
substr: (from: number, length?: number) => string;
|
513
|
+
valueOf: () => string;
|
514
|
+
codePointAt: (pos: number) => number;
|
515
|
+
includes: (searchString: string, position?: number) => boolean;
|
516
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
517
|
+
normalize: {
|
518
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
519
|
+
(form?: string): string;
|
520
|
+
};
|
521
|
+
repeat: (count: number) => string;
|
522
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
523
|
+
anchor: (name: string) => string;
|
524
|
+
big: () => string;
|
525
|
+
blink: () => string;
|
526
|
+
bold: () => string;
|
527
|
+
fixed: () => string;
|
528
|
+
fontcolor: (color: string) => string;
|
529
|
+
fontsize: {
|
530
|
+
(size: number): string;
|
531
|
+
(size: string): string;
|
532
|
+
};
|
533
|
+
italics: () => string;
|
534
|
+
link: (url: string) => string;
|
535
|
+
small: () => string;
|
536
|
+
strike: () => string;
|
537
|
+
sub: () => string;
|
538
|
+
sup: () => string;
|
539
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
540
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
541
|
+
trimEnd: () => string;
|
542
|
+
trimStart: () => string;
|
543
|
+
trimLeft: () => string;
|
544
|
+
trimRight: () => string;
|
545
|
+
matchAll: (regexp: RegExp) => IterableIterator<RegExpMatchArray>;
|
546
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
547
|
+
at: (index: number) => string;
|
548
|
+
};
|
379
549
|
className?: string | Function;
|
380
550
|
align?: string;
|
381
551
|
prop?: string | Function;
|
@@ -501,6 +671,91 @@ declare const BkTableColumn: {
|
|
501
671
|
valueOf: () => number;
|
502
672
|
toLocaleString: (locales?: string | string[], options?: Intl.NumberFormatOptions) => string;
|
503
673
|
};
|
674
|
+
textAlign?: {
|
675
|
+
[x: number]: string;
|
676
|
+
toString: () => string;
|
677
|
+
charAt: (pos: number) => string;
|
678
|
+
charCodeAt: (index: number) => number;
|
679
|
+
concat: (...strings: string[]) => string;
|
680
|
+
indexOf: (searchString: string, position?: number) => number;
|
681
|
+
lastIndexOf: (searchString: string, position?: number) => number;
|
682
|
+
localeCompare: {
|
683
|
+
(that: string): number;
|
684
|
+
(that: string, locales?: string | string[], options?: Intl.CollatorOptions): number;
|
685
|
+
};
|
686
|
+
match: {
|
687
|
+
(regexp: string | RegExp): RegExpMatchArray;
|
688
|
+
(matcher: {
|
689
|
+
[Symbol.match](string: string): RegExpMatchArray;
|
690
|
+
}): RegExpMatchArray;
|
691
|
+
};
|
692
|
+
replace: {
|
693
|
+
(searchValue: string | RegExp, replaceValue: string): string;
|
694
|
+
(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string;
|
695
|
+
(searchValue: {
|
696
|
+
[Symbol.replace](string: string, replaceValue: string): string;
|
697
|
+
}, replaceValue: string): string;
|
698
|
+
(searchValue: {
|
699
|
+
[Symbol.replace](string: string, replacer: (substring: string, ...args: any[]) => string): string;
|
700
|
+
}, replacer: (substring: string, ...args: any[]) => string): string;
|
701
|
+
};
|
702
|
+
search: {
|
703
|
+
(regexp: string | RegExp): number;
|
704
|
+
(searcher: {
|
705
|
+
[Symbol.search](string: string): number;
|
706
|
+
}): number;
|
707
|
+
};
|
708
|
+
slice: (start?: number, end?: number) => string;
|
709
|
+
split: {
|
710
|
+
(separator: string | RegExp, limit?: number): string[];
|
711
|
+
(splitter: {
|
712
|
+
[Symbol.split](string: string, limit?: number): string[];
|
713
|
+
}, limit?: number): string[];
|
714
|
+
};
|
715
|
+
substring: (start: number, end?: number) => string;
|
716
|
+
toLowerCase: () => string;
|
717
|
+
toLocaleLowerCase: (locales?: string | string[]) => string;
|
718
|
+
toUpperCase: () => string;
|
719
|
+
toLocaleUpperCase: (locales?: string | string[]) => string;
|
720
|
+
trim: () => string;
|
721
|
+
readonly length: number;
|
722
|
+
substr: (from: number, length?: number) => string;
|
723
|
+
valueOf: () => string;
|
724
|
+
codePointAt: (pos: number) => number;
|
725
|
+
includes: (searchString: string, position?: number) => boolean;
|
726
|
+
endsWith: (searchString: string, endPosition?: number) => boolean;
|
727
|
+
normalize: {
|
728
|
+
(form: "NFC" | "NFD" | "NFKC" | "NFKD"): string;
|
729
|
+
(form?: string): string;
|
730
|
+
};
|
731
|
+
repeat: (count: number) => string;
|
732
|
+
startsWith: (searchString: string, position?: number) => boolean;
|
733
|
+
anchor: (name: string) => string;
|
734
|
+
big: () => string;
|
735
|
+
blink: () => string;
|
736
|
+
bold: () => string;
|
737
|
+
fixed: () => string;
|
738
|
+
fontcolor: (color: string) => string;
|
739
|
+
fontsize: {
|
740
|
+
(size: number): string;
|
741
|
+
(size: string): string;
|
742
|
+
};
|
743
|
+
italics: () => string;
|
744
|
+
link: (url: string) => string;
|
745
|
+
small: () => string;
|
746
|
+
strike: () => string;
|
747
|
+
sub: () => string;
|
748
|
+
sup: () => string;
|
749
|
+
padStart: (maxLength: number, fillString?: string) => string;
|
750
|
+
padEnd: (maxLength: number, fillString?: string) => string;
|
751
|
+
trimEnd: () => string;
|
752
|
+
trimStart: () => string;
|
753
|
+
trimLeft: () => string;
|
754
|
+
trimRight: () => string;
|
755
|
+
matchAll: (regexp: RegExp) => IterableIterator<RegExpMatchArray>;
|
756
|
+
[Symbol.iterator]: () => IterableIterator<string>;
|
757
|
+
at: (index: number) => string;
|
758
|
+
};
|
504
759
|
className?: string | Function;
|
505
760
|
align?: string;
|
506
761
|
prop?: string | Function;
|
@@ -297,7 +297,7 @@ declare const TagInput: {
|
|
297
297
|
default: boolean;
|
298
298
|
};
|
299
299
|
tagOverflowTips: {
|
300
|
-
type: import("vue").PropType<Partial<import("
|
300
|
+
type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
|
301
301
|
default: () => {};
|
302
302
|
};
|
303
303
|
}>> & {
|
@@ -588,7 +588,7 @@ declare const TagInput: {
|
|
588
588
|
default: boolean;
|
589
589
|
};
|
590
590
|
tagOverflowTips: {
|
591
|
-
type: import("vue").PropType<Partial<import("
|
591
|
+
type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
|
592
592
|
default: () => {};
|
593
593
|
};
|
594
594
|
}>> & {
|
@@ -970,7 +970,7 @@ declare const TagInput: {
|
|
970
970
|
default: boolean;
|
971
971
|
};
|
972
972
|
tagOverflowTips: {
|
973
|
-
type: import("vue").PropType<Partial<import("
|
973
|
+
type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
|
974
974
|
default: () => {};
|
975
975
|
};
|
976
976
|
}>> & {
|
@@ -1306,7 +1306,7 @@ declare const TagInput: {
|
|
1306
1306
|
default: boolean;
|
1307
1307
|
};
|
1308
1308
|
tagOverflowTips: {
|
1309
|
-
type: import("vue").PropType<Partial<import("
|
1309
|
+
type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
|
1310
1310
|
default: () => {};
|
1311
1311
|
};
|
1312
1312
|
}>> & {
|