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
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
|
@@ -313,11 +313,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
313
313
|
onEnter?: (_value: any, _evt?: KeyboardEvent) => any;
|
314
314
|
}, {
|
315
315
|
type: string;
|
316
|
+
prefix: string;
|
316
317
|
behavior: "simplicity" | "normal";
|
317
318
|
disabled: boolean;
|
318
319
|
step: number;
|
319
320
|
placeholder: string;
|
320
|
-
prefix: string;
|
321
321
|
max: number;
|
322
322
|
min: number;
|
323
323
|
maxlength: number;
|
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
|
@@ -923,6 +923,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
923
923
|
onToggle?: (...args: any[]) => any;
|
924
924
|
"onScroll-end"?: (...args: any[]) => any;
|
925
925
|
}, {
|
926
|
+
prefix: string;
|
926
927
|
tagTheme: "success" | "info" | "warning" | "danger";
|
927
928
|
behavior: "simplicity" | "normal";
|
928
929
|
disabled: boolean;
|
@@ -931,7 +932,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
931
932
|
list: unknown[];
|
932
933
|
showOnInit: boolean;
|
933
934
|
placeholder: string;
|
934
|
-
prefix: string;
|
935
935
|
loading: boolean;
|
936
936
|
scrollHeight: number;
|
937
937
|
clearable: boolean;
|
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
|