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
@@ -264,7 +264,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
264
264
|
default: boolean;
|
265
265
|
};
|
266
266
|
tagOverflowTips: {
|
267
|
-
type: import("vue").PropType<Partial<import("
|
267
|
+
type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
|
268
268
|
default: () => {};
|
269
269
|
};
|
270
270
|
}, {
|
@@ -587,7 +587,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
587
587
|
default: boolean;
|
588
588
|
};
|
589
589
|
tagOverflowTips: {
|
590
|
-
type: import("vue").PropType<Partial<import("
|
590
|
+
type: import("vue").PropType<Partial<import("@bkui-vue/directives/src/tooltips").IOptions>>;
|
591
591
|
default: () => {};
|
592
592
|
};
|
593
593
|
}>> & {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ExtractPropTypes, PropType, VNode } from 'vue';
|
2
|
-
import { IOptions } from '
|
2
|
+
import { IOptions } from '@bkui-vue/directives/src/tooltips';
|
3
3
|
declare const tagProps: () => {
|
4
4
|
modelValue: import("vue-types").VueTypeDef<string[]> & {
|
5
5
|
default: () => string[];
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { PropType } from 'vue';
|
2
|
-
import { IOptions } from '
|
2
|
+
import { IOptions } from '@bkui-vue/directives/src/tooltips';
|
3
3
|
declare const _default: import("vue").DefineComponent<{
|
4
4
|
node: import("vue-types").VueTypeValidableDef<{
|
5
5
|
[key: string]: any;
|
package/package.json
CHANGED
@@ -1,125 +0,0 @@
|
|
1
|
-
import type { ExtractPropTypes, PropType } from 'vue';
|
2
|
-
export declare const configProviderProps: {
|
3
|
-
locale: {
|
4
|
-
type: PropType<{
|
5
|
-
lang: string;
|
6
|
-
steps: {
|
7
|
-
step1: string;
|
8
|
-
step2: string;
|
9
|
-
step3: string;
|
10
|
-
};
|
11
|
-
datePicker: {
|
12
|
-
selectDate: string;
|
13
|
-
selectTime: string;
|
14
|
-
clear: string;
|
15
|
-
ok: string;
|
16
|
-
weekdays: {
|
17
|
-
sun: string;
|
18
|
-
mon: string;
|
19
|
-
tue: string;
|
20
|
-
wed: string;
|
21
|
-
thu: string;
|
22
|
-
fri: string;
|
23
|
-
sat: string;
|
24
|
-
};
|
25
|
-
hour: string;
|
26
|
-
min: string;
|
27
|
-
sec: string;
|
28
|
-
toNow: string;
|
29
|
-
};
|
30
|
-
dialog: {
|
31
|
-
ok: string;
|
32
|
-
cancel: string;
|
33
|
-
prev: string;
|
34
|
-
next: string;
|
35
|
-
};
|
36
|
-
popConfirm: {
|
37
|
-
ok: string;
|
38
|
-
cancel: string;
|
39
|
-
};
|
40
|
-
form: {
|
41
|
-
notBeEmpty: string;
|
42
|
-
incorrectFormat: string;
|
43
|
-
max: string;
|
44
|
-
min: string;
|
45
|
-
maxLen: string;
|
46
|
-
verifyError: string;
|
47
|
-
};
|
48
|
-
pagination: {
|
49
|
-
eachPage: string;
|
50
|
-
strip: string;
|
51
|
-
total: string;
|
52
|
-
};
|
53
|
-
process: {
|
54
|
-
step1: string;
|
55
|
-
step2: string;
|
56
|
-
step3: string;
|
57
|
-
step4: string;
|
58
|
-
};
|
59
|
-
searchSelect: {
|
60
|
-
pleaseSelect: string;
|
61
|
-
loading: string;
|
62
|
-
filterQueryMustHasValue: string;
|
63
|
-
ok: string;
|
64
|
-
cancel: string;
|
65
|
-
or: string;
|
66
|
-
and: string;
|
67
|
-
};
|
68
|
-
select: {
|
69
|
-
noData: string;
|
70
|
-
noMatchedData: string;
|
71
|
-
loading: string;
|
72
|
-
pleaseSelect: string;
|
73
|
-
enterKeywords: string;
|
74
|
-
all: string;
|
75
|
-
};
|
76
|
-
table: {
|
77
|
-
emptyText: string;
|
78
|
-
confirm: string;
|
79
|
-
reset: string;
|
80
|
-
setting: {
|
81
|
-
title: string;
|
82
|
-
fields: {
|
83
|
-
title: string;
|
84
|
-
subtitle: (max: number) => string;
|
85
|
-
selectAll: string;
|
86
|
-
};
|
87
|
-
lineHeight: {
|
88
|
-
title: string;
|
89
|
-
small: string;
|
90
|
-
medium: string;
|
91
|
-
large: string;
|
92
|
-
};
|
93
|
-
options: {
|
94
|
-
ok: string;
|
95
|
-
cancel: string;
|
96
|
-
};
|
97
|
-
};
|
98
|
-
};
|
99
|
-
transfer: {
|
100
|
-
sourceList: string;
|
101
|
-
targetList: string;
|
102
|
-
removeAll: string;
|
103
|
-
selectAll: string;
|
104
|
-
noData: string;
|
105
|
-
noSelected: string;
|
106
|
-
search: string;
|
107
|
-
};
|
108
|
-
upload: {
|
109
|
-
uploadSuccess: string;
|
110
|
-
uploadFailed: string;
|
111
|
-
drapFileOr: string;
|
112
|
-
clickUpload: string;
|
113
|
-
uploadLabel: string;
|
114
|
-
};
|
115
|
-
input: {
|
116
|
-
placeholder: string;
|
117
|
-
};
|
118
|
-
tagInput: {
|
119
|
-
placeholder: string;
|
120
|
-
};
|
121
|
-
}>;
|
122
|
-
};
|
123
|
-
};
|
124
|
-
export declare type ConfigProviderProps = Partial<ExtractPropTypes<typeof configProviderProps>>;
|
125
|
-
export default configProviderProps;
|
package/lib/icon/image-fill.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("vue"));else if("function"==typeof define&&define.amd)define(["vue"],t);else{var r="object"==typeof exports?t(require("vue")):t(e.vue);for(var n in r)("object"==typeof exports?exports:e)[n]=r[n]}}(self,(e=>(()=>{"use strict";var t={748:t=>{t.exports=e}},r={};function n(e){var o=r[e];if(void 0!==o)return o.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,n),a.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return(()=>{n.r(o),n.d(o,{default:()=>s});var e=n(748);function t(r,n,o){return(0,e.h)(r.name,Object.assign(Object.assign({key:n},r.attributes),{style:"".concat(r.attributes.style," ").concat(o||"")}),(r.elements||[]).map((function(e,o){return t(e,"".concat(n,"-").concat(r.name,"-").concat(o))})))}Object.create,Object.create;var r=function(r,n){var o=Object.assign(Object.assign({},n.attrs),r),a=o.data,i=o.name,c=o.width,s=o.height,l=o.fill,p=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(o,["data","name","width","height","fill"]),f="width: ".concat(c,"; height: ").concat(s,"; fill: ").concat(l);return(0,e.createVNode)("span",(0,e.mergeProps)({style:{display:"inline-flex","align-items":"center","justify-content":"center"}},p),[t(a,i,f)])};r.inheritAttrs=!1,r.displayName="bkIcon";const a=r;var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M664.4363636363637 0C676.8000000000001 0 688.5818181818182 4.945454545454545 697.3090909090909 13.672727272727274L697.3090909090909 13.672727272727274 1010.3272727272728 326.6909090909091C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.8 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.8 20.8 0 46.54545454545455 0L46.54545454545455 0ZM637.6727272727272 744.7272727272727L474.76363636363635 954.1818181818182 358.40000000000003 814.5454545454546 195.4909090909091 1024 847.1272727272727 1024 637.6727272727272 744.7272727272727ZM465.4545454545455 558.5454545454545C414.041856 558.5454545454545 372.3636363636364 600.2236741818182 372.3636363636364 651.6363636363636 372.3636363636364 703.0490530909091 414.041856 744.7272727272727 465.4545454545455 744.7272727272727 516.8672349090909 744.7272727272727 558.5454545454545 703.0490530909091 558.5454545454545 651.6363636363636 558.5454545454545 600.2236741818182 516.8672349090909 558.5454545454545 465.4545454545455 558.5454545454545ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}'),c=function(t,r){var n=Object.assign(Object.assign({},t),r.attrs);return(0,e.createVNode)(a,(0,e.mergeProps)(n,{data:i,name:"imageFill"}),null)};c.displayName="imageFill",c.inheritAttrs=!1;const s=c})(),o})()));
|
package/lib/icon/index.d.ts
DELETED
@@ -1,79 +0,0 @@
|
|
1
|
-
export { default as AngleDoubleDownLine } from '../icon/angle-double-down-line';
|
2
|
-
export { default as AngleDoubleLeftLine } from '../icon/angle-double-left-line';
|
3
|
-
export { default as AngleDoubleLeft } from '../icon/angle-double-left';
|
4
|
-
export { default as AngleDoubleRightLine } from '../icon/angle-double-right-line';
|
5
|
-
export { default as AngleDoubleRight } from '../icon/angle-double-right';
|
6
|
-
export { default as AngleDoubleUpLine } from '../icon/angle-double-up-line';
|
7
|
-
export { default as AngleDownFill } from '../icon/angle-down-fill';
|
8
|
-
export { default as AngleDownLine } from '../icon/angle-down-line';
|
9
|
-
export { default as AngleDown } from '../icon/angle-down';
|
10
|
-
export { default as AngleLeft } from '../icon/angle-left';
|
11
|
-
export { default as AngleRight } from '../icon/angle-right';
|
12
|
-
export { default as AngleUpFill } from '../icon/angle-up-fill';
|
13
|
-
export { default as AngleUp } from '../icon/angle-up';
|
14
|
-
export { default as ArchiveFill } from '../icon/archive-fill';
|
15
|
-
export { default as ArrowsLeft } from '../icon/arrows-left';
|
16
|
-
export { default as ArrowsRight } from '../icon/arrows-right';
|
17
|
-
export { default as AudioFill } from '../icon/audio-fill';
|
18
|
-
export { default as Bk } from '../icon/bk';
|
19
|
-
export { default as Circle } from '../icon/circle';
|
20
|
-
export { default as CloseLine } from '../icon/close-line';
|
21
|
-
export { default as Close } from '../icon/close';
|
22
|
-
export { default as Code } from '../icon/code';
|
23
|
-
export { default as CogShape } from '../icon/cog-shape';
|
24
|
-
export { default as CollapseLeft } from '../icon/collapse-left';
|
25
|
-
export { default as Copy } from '../icon/copy';
|
26
|
-
export { default as DataShape } from '../icon/data-shape';
|
27
|
-
export { default as Del } from '../icon/del';
|
28
|
-
export { default as DocFill } from '../icon/doc-fill';
|
29
|
-
export { default as Done } from '../icon/done';
|
30
|
-
export { default as DownShape } from '../icon/down-shape';
|
31
|
-
export { default as DownSmall } from '../icon/down-small';
|
32
|
-
export { default as EditLine } from '../icon/edit-line';
|
33
|
-
export { default as Ellipsis } from '../icon/ellipsis';
|
34
|
-
export { default as EnlargeLine } from '../icon/enlarge-line';
|
35
|
-
export { default as Error } from '../icon/error';
|
36
|
-
export { default as ExcelFill } from '../icon/excel-fill';
|
37
|
-
export { default as ExclamationCircleShape } from '../icon/exclamation-circle-shape';
|
38
|
-
export { default as Eye } from '../icon/eye';
|
39
|
-
export { default as FilliscreenLine } from '../icon/filliscreen-line';
|
40
|
-
export { default as FolderOpen } from '../icon/folder-open';
|
41
|
-
export { default as FolderShapeOpen } from '../icon/folder-shape-open';
|
42
|
-
export { default as FolderShape } from '../icon/folder-shape';
|
43
|
-
export { default as Folder } from '../icon/folder';
|
44
|
-
export { default as Funnel } from '../icon/funnel';
|
45
|
-
export { default as HelpDocumentFill } from '../icon/help-document-fill';
|
46
|
-
export { default as HelpFill } from '../icon/help-fill';
|
47
|
-
export { default as Help } from '../icon/help';
|
48
|
-
export { default as ImageFill } from '../icon/image-fill';
|
49
|
-
export { default as ImgError } from '../icon/img-error';
|
50
|
-
export { default as ImgPlacehoulder } from '../icon/img-placehoulder';
|
51
|
-
export { default as InfoLine } from '../icon/info-line';
|
52
|
-
export { default as Info } from '../icon/info';
|
53
|
-
export { default as LeftShape } from '../icon/left-shape';
|
54
|
-
export { default as LeftTurnLine } from '../icon/left-turn-line';
|
55
|
-
export { default as NarrowLine } from '../icon/narrow-line';
|
56
|
-
export { default as Original } from '../icon/original';
|
57
|
-
export { default as PdfFill } from '../icon/pdf-fill';
|
58
|
-
export { default as PlayShape } from '../icon/play-shape';
|
59
|
-
export { default as Plus } from '../icon/plus';
|
60
|
-
export { default as PptFill } from '../icon/ppt-fill';
|
61
|
-
export { default as Qq } from '../icon/qq';
|
62
|
-
export { default as RightShape } from '../icon/right-shape';
|
63
|
-
export { default as RightTurnLine } from '../icon/right-turn-line';
|
64
|
-
export { default as Search } from '../icon/search';
|
65
|
-
export { default as Share } from '../icon/share';
|
66
|
-
export { default as Spinner } from '../icon/spinner';
|
67
|
-
export { default as Success } from '../icon/success';
|
68
|
-
export { default as SwitcherLoading } from '../icon/switcher-loading';
|
69
|
-
export { default as TextFile } from '../icon/text-file';
|
70
|
-
export { default as TextFill } from '../icon/text-fill';
|
71
|
-
export { default as Transfer } from '../icon/transfer';
|
72
|
-
export { default as TreeApplicationShape } from '../icon/tree-application-shape';
|
73
|
-
export { default as UnfullScreen } from '../icon/unfull-screen';
|
74
|
-
export { default as Unvisible } from '../icon/unvisible';
|
75
|
-
export { default as UpShape } from '../icon/up-shape';
|
76
|
-
export { default as Upload } from '../icon/upload';
|
77
|
-
export { default as VideoFill } from '../icon/video-fill';
|
78
|
-
export { default as Warn } from '../icon/warn';
|
79
|
-
export { default as Weixin } from '../icon/weixin';
|
package/lib/index.d.ts
DELETED
package/lib/plugins/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export { default as $bkPopover } from '../plugin-popover';
|
package/lib/styles/index.d.ts
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
import './reset.less';
|
2
|
-
import '../alert/alert.less';
|
3
|
-
import '../affix/affix.less';
|
4
|
-
import '../backtop/backtop.less';
|
5
|
-
import '../badge/badge.less';
|
6
|
-
import '../breadcrumb/breadcrumb.less';
|
7
|
-
import '../button/button.less';
|
8
|
-
import '../card/card.less';
|
9
|
-
import '../checkbox/checkbox.less';
|
10
|
-
import '../collapse/collapse.less';
|
11
|
-
import '../collapse-transition/collapse-transition.less';
|
12
|
-
import '../dialog/dialog.less';
|
13
|
-
import '../exception/exception.less';
|
14
|
-
import '../fixed-navbar/fixed-navbar.less';
|
15
|
-
import '../input/input.less';
|
16
|
-
import '../link/link.less';
|
17
|
-
import '../dropdown/dropdown.less';
|
18
|
-
import '../loading/loading.less';
|
19
|
-
import '../modal/modal.less';
|
20
|
-
import '../progress/progress.less';
|
21
|
-
import '../radio/radio.less';
|
22
|
-
import '../rate/rate.less';
|
23
|
-
import '../rate/star.less';
|
24
|
-
import '../swiper/swiper.less';
|
25
|
-
import '../select/select.less';
|
26
|
-
import '../sideslider/sideslider.less';
|
27
|
-
import '../switcher/switcher.less';
|
28
|
-
import '../table/table.less';
|
29
|
-
import '../tag/tag.less';
|
30
|
-
import '../form/form.less';
|
31
|
-
import '../steps/steps.less';
|
32
|
-
import '../message/message.less';
|
33
|
-
import '../notify/notify.less';
|
34
|
-
import '../tree/tree.less';
|
35
|
-
import '../slider/slider.less';
|
36
|
-
import '../menu/menu.less';
|
37
|
-
import '../navigation/navigation.less';
|
38
|
-
import '../date-picker/date-picker.less';
|
39
|
-
import '../divider/divider.less';
|
40
|
-
import '../tab/tab.less';
|
41
|
-
import '../process/process.less';
|
42
|
-
import '../virtual-render/virtual-render.less';
|
43
|
-
import '../transfer/transfer.less';
|
44
|
-
import '../pagination/pagination.less';
|
45
|
-
import '../timeline/timeline.less';
|
46
|
-
import '../code-diff/code-diff.less';
|
47
|
-
import '../resize-layout/resize-layout.less';
|
48
|
-
import '../upload/upload.less';
|
49
|
-
import '../tag-input/tag-input.less';
|
50
|
-
import '../container/container.less';
|
51
|
-
import '../cascader/cascader.less';
|
52
|
-
import '../color-picker/color-picker.less';
|
53
|
-
import '../time-picker/time-picker.less';
|
54
|
-
import '../search-select/search-select.less';
|
55
|
-
import '../config-provider/config-provider.less';
|
56
|
-
import '../pop-confirm/pop-confirm.less';
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|