bkui-vue 0.0.1-beta.448 → 0.0.1-beta.449
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/lib/code-diff/{src/code-diff.d.ts → code-diff.d.ts} +1 -1
- package/lib/config-provider/{src/use-locale.d.ts → use-locale.d.ts} +1 -1
- package/lib/directives/{src/index.d.ts → index.d.ts} +1 -1
- package/lib/{bkui-vue/hooks.d.ts → hooks.d.ts} +1 -1
- package/lib/icon/index.d.ts +79 -0
- package/lib/index.d.ts +6 -0
- package/lib/modal/{src/index.d.ts → index.d.ts} +3 -3
- package/lib/modal/{src/modal.d.ts → modal.d.ts} +1 -1
- package/lib/pagination/{src/use-limit.d.ts → use-limit.d.ts} +1 -1
- package/lib/pagination/{src/use-total.d.ts → use-total.d.ts} +1 -1
- package/lib/plugins/index.d.ts +1 -0
- package/lib/select/{src/type.d.ts → type.d.ts} +1 -1
- package/lib/shared/{src/hooks → hooks}/use-form-item.d.ts +1 -1
- package/lib/shared/{src/hooks → hooks}/use-form.d.ts +1 -1
- package/lib/shared/{src/token.d.ts → token.d.ts} +1 -1
- package/lib/slider/{src/slider-button.d.ts → slider-button.d.ts} +1 -1
- package/lib/styles/index.d.ts +56 -0
- package/lib/table/{src/const.d.ts → const.d.ts} +1 -1
- package/lib/table/{src/render.d.ts → render.d.ts} +1 -1
- package/lib/tag-input/{src/index.d.ts → index.d.ts} +4 -4
- package/lib/tag-input/{src/tag-input.d.ts → tag-input.d.ts} +2 -2
- package/lib/tag-input/{src/tag-props.d.ts → tag-props.d.ts} +1 -1
- package/lib/tag-input/{src/tag-render.d.ts → tag-render.d.ts} +1 -1
- package/package.json +1 -1
- package/lib/bkui-vue/components.d.ts +0 -64
- package/lib/bkui-vue/index.d.ts +0 -6
- package/lib/icon/src/index.d.ts +0 -79
- package/lib/plugins/src/index.d.ts +0 -1
- package/lib/styles/src/index.d.ts +0 -56
- /package/lib/breadcrumb/{src/breadcrumb-item.d.ts → breadcrumb-item.d.ts} +0 -0
- /package/lib/breadcrumb/{src/breadcrumb.d.ts → breadcrumb.d.ts} +0 -0
- /package/lib/breadcrumb/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/breadcrumb/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/button/{src/button-group.d.ts → button-group.d.ts} +0 -0
- /package/lib/button/{src/button.d.ts → button.d.ts} +0 -0
- /package/lib/button/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/card/{src/card.d.ts → card.d.ts} +0 -0
- /package/lib/card/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/cascader/{src/cascader-panel.d.ts → cascader-panel.d.ts} +0 -0
- /package/lib/cascader/{src/cascader.d.ts → cascader.d.ts} +0 -0
- /package/lib/cascader/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/cascader/{src/interface.d.ts → interface.d.ts} +0 -0
- /package/lib/cascader/{src/node.d.ts → node.d.ts} +0 -0
- /package/lib/cascader/{src/store.d.ts → store.d.ts} +0 -0
- /package/lib/checkbox/{src/checkbox-group.d.ts → checkbox-group.d.ts} +0 -0
- /package/lib/checkbox/{src/checkbox.d.ts → checkbox.d.ts} +0 -0
- /package/lib/checkbox/{src/common.d.ts → common.d.ts} +0 -0
- /package/lib/checkbox/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/checkbox/{src/type.d.ts → type.d.ts} +0 -0
- /package/lib/code-diff/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/collapse/{src/collapse-panel.d.ts → collapse-panel.d.ts} +0 -0
- /package/lib/collapse/{src/collapse.d.ts → collapse.d.ts} +0 -0
- /package/lib/collapse/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/collapse/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/collapse/{src/utils.d.ts → utils.d.ts} +0 -0
- /package/lib/collapse-transition/{src/collapse-transition.d.ts → collapse-transition.d.ts} +0 -0
- /package/lib/collapse-transition/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/color-picker/{src/color-picker.d.ts → color-picker.d.ts} +0 -0
- /package/lib/color-picker/{src/components → components}/color-input.d.ts +0 -0
- /package/lib/color-picker/{src/components → components}/hue-slider.d.ts +0 -0
- /package/lib/color-picker/{src/components → components}/input-container.d.ts +0 -0
- /package/lib/color-picker/{src/components → components}/recommend-colors.d.ts +0 -0
- /package/lib/color-picker/{src/components → components}/saturation-panel.d.ts +0 -0
- /package/lib/color-picker/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/color-picker/{src/utils.d.ts → utils.d.ts} +0 -0
- /package/lib/config-provider/{src/config-provider.d.ts → config-provider.d.ts} +0 -0
- /package/lib/config-provider/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/config-provider/{src/token.d.ts → token.d.ts} +0 -0
- /package/lib/config-provider/{src/use-global-config.d.ts → use-global-config.d.ts} +0 -0
- /package/lib/config-provider/{src/use-prefix.d.ts → use-prefix.d.ts} +0 -0
- /package/lib/container/{src/col.d.ts → col.d.ts} +0 -0
- /package/lib/container/{src/container.d.ts → container.d.ts} +0 -0
- /package/lib/container/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/container/{src/row.d.ts → row.d.ts} +0 -0
- /package/lib/date-picker/{src/base → base}/confirm.d.ts +0 -0
- /package/lib/date-picker/{src/base → base}/date-table.d.ts +0 -0
- /package/lib/date-picker/{src/base → base}/month-table.d.ts +0 -0
- /package/lib/date-picker/{src/base → base}/picker-dropdown.d.ts +0 -0
- /package/lib/date-picker/{src/base → base}/time-spinner.d.ts +0 -0
- /package/lib/date-picker/{src/base → base}/year-table.d.ts +0 -0
- /package/lib/date-picker/{src/date-picker.d.ts → date-picker.d.ts} +0 -0
- /package/lib/date-picker/{src/fecha.d.ts → fecha.d.ts} +0 -0
- /package/lib/date-picker/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/date-picker/{src/interface.d.ts → interface.d.ts} +0 -0
- /package/lib/date-picker/{src/panel → panel}/date-range.d.ts +0 -0
- /package/lib/date-picker/{src/panel → panel}/date.d.ts +0 -0
- /package/lib/date-picker/{src/panel → panel}/time-range.d.ts +0 -0
- /package/lib/date-picker/{src/panel → panel}/time.d.ts +0 -0
- /package/lib/date-picker/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/date-picker/{src/time-picker.d.ts → time-picker.d.ts} +0 -0
- /package/lib/date-picker/{src/utils.d.ts → utils.d.ts} +0 -0
- /package/lib/dialog/{src/dialog.d.ts → dialog.d.ts} +0 -0
- /package/lib/dialog/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/dialog/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/directives/{src/clickoutside.d.ts → clickoutside.d.ts} +0 -0
- /package/lib/directives/{src/ellipsis.d.ts → ellipsis.d.ts} +0 -0
- /package/lib/directives/{src/mousewheel.d.ts → mousewheel.d.ts} +0 -0
- /package/lib/directives/{src/tooltips.d.ts → tooltips.d.ts} +0 -0
- /package/lib/divider/{src/divider.d.ts → divider.d.ts} +0 -0
- /package/lib/divider/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/divider/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/dropdown/{src/dropdown-item.d.ts → dropdown-item.d.ts} +0 -0
- /package/lib/dropdown/{src/dropdown-menu.d.ts → dropdown-menu.d.ts} +0 -0
- /package/lib/dropdown/{src/dropdown.d.ts → dropdown.d.ts} +0 -0
- /package/lib/dropdown/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/exception/{src/exception.d.ts → exception.d.ts} +0 -0
- /package/lib/exception/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/exception/{src/typings → typings}/index.d.ts +0 -0
- /package/lib/fixed-navbar/{src/fixed-navbar.d.ts → fixed-navbar.d.ts} +0 -0
- /package/lib/fixed-navbar/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/form/{src/compose-form-item.d.ts → compose-form-item.d.ts} +0 -0
- /package/lib/form/{src/form-item.d.ts → form-item.d.ts} +0 -0
- /package/lib/form/{src/form.d.ts → form.d.ts} +0 -0
- /package/lib/form/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/form/{src/type.d.ts → type.d.ts} +0 -0
- /package/lib/form/{src/utils.d.ts → utils.d.ts} +0 -0
- /package/lib/form/{src/validator.d.ts → validator.d.ts} +0 -0
- /package/lib/icon/{icons/angle-double-down-line.d.ts → angle-double-down-line.d.ts} +0 -0
- /package/lib/icon/{icons/angle-double-left-line.d.ts → angle-double-left-line.d.ts} +0 -0
- /package/lib/icon/{icons/angle-double-left.d.ts → angle-double-left.d.ts} +0 -0
- /package/lib/icon/{icons/angle-double-right-line.d.ts → angle-double-right-line.d.ts} +0 -0
- /package/lib/icon/{icons/angle-double-right.d.ts → angle-double-right.d.ts} +0 -0
- /package/lib/icon/{icons/angle-double-up-line.d.ts → angle-double-up-line.d.ts} +0 -0
- /package/lib/icon/{icons/angle-down-fill.d.ts → angle-down-fill.d.ts} +0 -0
- /package/lib/icon/{icons/angle-down-line.d.ts → angle-down-line.d.ts} +0 -0
- /package/lib/icon/{icons/angle-down.d.ts → angle-down.d.ts} +0 -0
- /package/lib/icon/{icons/angle-left.d.ts → angle-left.d.ts} +0 -0
- /package/lib/icon/{icons/angle-right.d.ts → angle-right.d.ts} +0 -0
- /package/lib/icon/{icons/angle-up-fill.d.ts → angle-up-fill.d.ts} +0 -0
- /package/lib/icon/{icons/angle-up.d.ts → angle-up.d.ts} +0 -0
- /package/lib/icon/{icons/archive-fill.d.ts → archive-fill.d.ts} +0 -0
- /package/lib/icon/{icons/arrows-left.d.ts → arrows-left.d.ts} +0 -0
- /package/lib/icon/{icons/arrows-right.d.ts → arrows-right.d.ts} +0 -0
- /package/lib/icon/{icons/audio-fill.d.ts → audio-fill.d.ts} +0 -0
- /package/lib/icon/{icons/bk.d.ts → bk.d.ts} +0 -0
- /package/lib/icon/{icons/circle.d.ts → circle.d.ts} +0 -0
- /package/lib/icon/{icons/close-line.d.ts → close-line.d.ts} +0 -0
- /package/lib/icon/{icons/close.d.ts → close.d.ts} +0 -0
- /package/lib/icon/{icons/code.d.ts → code.d.ts} +0 -0
- /package/lib/icon/{icons/cog-shape.d.ts → cog-shape.d.ts} +0 -0
- /package/lib/icon/{icons/collapse-left.d.ts → collapse-left.d.ts} +0 -0
- /package/lib/icon/{icons/copy.d.ts → copy.d.ts} +0 -0
- /package/lib/icon/{icons/data-shape.d.ts → data-shape.d.ts} +0 -0
- /package/lib/icon/{icons/del.d.ts → del.d.ts} +0 -0
- /package/lib/icon/{icons/doc-fill.d.ts → doc-fill.d.ts} +0 -0
- /package/lib/icon/{icons/done.d.ts → done.d.ts} +0 -0
- /package/lib/icon/{icons/down-shape.d.ts → down-shape.d.ts} +0 -0
- /package/lib/icon/{icons/down-small.d.ts → down-small.d.ts} +0 -0
- /package/lib/icon/{icons/edit-line.d.ts → edit-line.d.ts} +0 -0
- /package/lib/icon/{icons/ellipsis.d.ts → ellipsis.d.ts} +0 -0
- /package/lib/icon/{icons/enlarge-line.d.ts → enlarge-line.d.ts} +0 -0
- /package/lib/icon/{icons/error.d.ts → error.d.ts} +0 -0
- /package/lib/icon/{icons/excel-fill.d.ts → excel-fill.d.ts} +0 -0
- /package/lib/icon/{icons/exclamation-circle-shape.d.ts → exclamation-circle-shape.d.ts} +0 -0
- /package/lib/icon/{icons/eye.d.ts → eye.d.ts} +0 -0
- /package/lib/icon/{icons/filliscreen-line.d.ts → filliscreen-line.d.ts} +0 -0
- /package/lib/icon/{icons/folder-open.d.ts → folder-open.d.ts} +0 -0
- /package/lib/icon/{icons/folder-shape-open.d.ts → folder-shape-open.d.ts} +0 -0
- /package/lib/icon/{icons/folder-shape.d.ts → folder-shape.d.ts} +0 -0
- /package/lib/icon/{icons/folder.d.ts → folder.d.ts} +0 -0
- /package/lib/icon/{icons/funnel.d.ts → funnel.d.ts} +0 -0
- /package/lib/icon/{icons/help-document-fill.d.ts → help-document-fill.d.ts} +0 -0
- /package/lib/icon/{icons/help-fill.d.ts → help-fill.d.ts} +0 -0
- /package/lib/icon/{icons/help.d.ts → help.d.ts} +0 -0
- /package/lib/icon/{icons/icon.d.ts → icon.d.ts} +0 -0
- /package/lib/icon/{icons/image-fill.d.ts → image-fill.d.ts} +0 -0
- /package/lib/icon/{icons/img-error.d.ts → img-error.d.ts} +0 -0
- /package/lib/icon/{icons/img-placehoulder.d.ts → img-placehoulder.d.ts} +0 -0
- /package/lib/icon/{icons/info-line.d.ts → info-line.d.ts} +0 -0
- /package/lib/icon/{icons/info.d.ts → info.d.ts} +0 -0
- /package/lib/icon/{icons/left-shape.d.ts → left-shape.d.ts} +0 -0
- /package/lib/icon/{icons/left-turn-line.d.ts → left-turn-line.d.ts} +0 -0
- /package/lib/icon/{icons/narrow-line.d.ts → narrow-line.d.ts} +0 -0
- /package/lib/icon/{icons/original.d.ts → original.d.ts} +0 -0
- /package/lib/icon/{icons/pdf-fill.d.ts → pdf-fill.d.ts} +0 -0
- /package/lib/icon/{icons/play-shape.d.ts → play-shape.d.ts} +0 -0
- /package/lib/icon/{icons/plus.d.ts → plus.d.ts} +0 -0
- /package/lib/icon/{icons/ppt-fill.d.ts → ppt-fill.d.ts} +0 -0
- /package/lib/icon/{icons/qq.d.ts → qq.d.ts} +0 -0
- /package/lib/icon/{icons/right-shape.d.ts → right-shape.d.ts} +0 -0
- /package/lib/icon/{icons/right-turn-line.d.ts → right-turn-line.d.ts} +0 -0
- /package/lib/icon/{icons/search.d.ts → search.d.ts} +0 -0
- /package/lib/icon/{icons/share.d.ts → share.d.ts} +0 -0
- /package/lib/icon/{icons/spinner.d.ts → spinner.d.ts} +0 -0
- /package/lib/icon/{icons/success.d.ts → success.d.ts} +0 -0
- /package/lib/icon/{icons/switcher-loading.d.ts → switcher-loading.d.ts} +0 -0
- /package/lib/icon/{icons/text-file.d.ts → text-file.d.ts} +0 -0
- /package/lib/icon/{icons/text-fill.d.ts → text-fill.d.ts} +0 -0
- /package/lib/icon/{icons/transfer.d.ts → transfer.d.ts} +0 -0
- /package/lib/icon/{icons/tree-application-shape.d.ts → tree-application-shape.d.ts} +0 -0
- /package/lib/icon/{icons/unfull-screen.d.ts → unfull-screen.d.ts} +0 -0
- /package/lib/icon/{icons/unvisible.d.ts → unvisible.d.ts} +0 -0
- /package/lib/icon/{icons/up-shape.d.ts → up-shape.d.ts} +0 -0
- /package/lib/icon/{icons/upload.d.ts → upload.d.ts} +0 -0
- /package/lib/icon/{icons/video-fill.d.ts → video-fill.d.ts} +0 -0
- /package/lib/icon/{icons/warn.d.ts → warn.d.ts} +0 -0
- /package/lib/icon/{icons/weixin.d.ts → weixin.d.ts} +0 -0
- /package/lib/image/{src/image-viewer.d.ts → image-viewer.d.ts} +0 -0
- /package/lib/image/{src/image.d.ts → image.d.ts} +0 -0
- /package/lib/image/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/image/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/info-box/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/info-box/{src/info-box.d.ts → info-box.d.ts} +0 -0
- /package/lib/input/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/input/{src/input.d.ts → input.d.ts} +0 -0
- /package/lib/link/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/link/{src/link.d.ts → link.d.ts} +0 -0
- /package/lib/loading/{src/directive.d.ts → directive.d.ts} +0 -0
- /package/lib/loading/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/loading/{src/loading.d.ts → loading.d.ts} +0 -0
- /package/lib/locale/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/locale/{src/lang → lang}/en.d.ts +0 -0
- /package/lib/locale/{src/lang → lang}/zh-cn.d.ts +0 -0
- /package/lib/menu/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/menu/{src/menu-group.d.ts → menu-group.d.ts} +0 -0
- /package/lib/menu/{src/menu-item.d.ts → menu-item.d.ts} +0 -0
- /package/lib/menu/{src/menu.d.ts → menu.d.ts} +0 -0
- /package/lib/menu/{src/submenu.d.ts → submenu.d.ts} +0 -0
- /package/lib/menu/{src/utils.d.ts → utils.d.ts} +0 -0
- /package/lib/message/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/message/{src/messageConstructor.d.ts → messageConstructor.d.ts} +0 -0
- /package/lib/modal/{src/props.mixin.d.ts → props.mixin.d.ts} +0 -0
- /package/lib/navigation/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/navigation/{src/navigation-title.d.ts → navigation-title.d.ts} +0 -0
- /package/lib/navigation/{src/navigation.d.ts → navigation.d.ts} +0 -0
- /package/lib/notify/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/notify/{src/notifyConstructor.d.ts → notifyConstructor.d.ts} +0 -0
- /package/lib/overflow-title/{src/components → components}/overflow-title.d.ts +0 -0
- /package/lib/overflow-title/{src/directive → directive}/overflow-title.d.ts +0 -0
- /package/lib/overflow-title/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/overflow-title/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/overflow-title/{src/utils → utils}/getActualWidthByCanvas.d.ts +0 -0
- /package/lib/overflow-title/{src/utils → utils}/getActualWidthByDom.d.ts +0 -0
- /package/lib/pagination/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/pagination/{src/pagination.d.ts → pagination.d.ts} +0 -0
- /package/lib/pagination/{src/type.d.ts → type.d.ts} +0 -0
- /package/lib/pagination/{src/use-list.d.ts → use-list.d.ts} +0 -0
- /package/lib/pagination/{src/use-small-list.d.ts → use-small-list.d.ts} +0 -0
- /package/lib/plugin-popover/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/pop-confirm/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/pop-confirm/{src/pop-confirm.d.ts → pop-confirm.d.ts} +0 -0
- /package/lib/pop-confirm/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/popover/{src/arrow.d.ts → arrow.d.ts} +0 -0
- /package/lib/popover/{src/const.d.ts → const.d.ts} +0 -0
- /package/lib/popover/{src/content.d.ts → content.d.ts} +0 -0
- /package/lib/popover/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/popover/{src/plugin-popover.d.ts → plugin-popover.d.ts} +0 -0
- /package/lib/popover/{src/popover.d.ts → popover.d.ts} +0 -0
- /package/lib/popover/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/popover/{src/reference.d.ts → reference.d.ts} +0 -0
- /package/lib/popover/{src/root.d.ts → root.d.ts} +0 -0
- /package/lib/popover/{src/use-floating.d.ts → use-floating.d.ts} +0 -0
- /package/lib/popover/{src/use-platform.d.ts → use-platform.d.ts} +0 -0
- /package/lib/popover/{src/use-popover-init.d.ts → use-popover-init.d.ts} +0 -0
- /package/lib/popover/{src/use-popper-id.d.ts → use-popper-id.d.ts} +0 -0
- /package/lib/popover/{src/utils.d.ts → utils.d.ts} +0 -0
- /package/lib/popover2/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/popover2/{src/popover.d.ts → popover.d.ts} +0 -0
- /package/lib/{bkui-vue/preset.d.ts → preset.d.ts} +0 -0
- /package/lib/process/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/process/{src/process.d.ts → process.d.ts} +0 -0
- /package/lib/progress/{src/circle.d.ts → circle.d.ts} +0 -0
- /package/lib/progress/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/progress/{src/line.d.ts → line.d.ts} +0 -0
- /package/lib/progress/{src/progress.d.ts → progress.d.ts} +0 -0
- /package/lib/radio/{src/common.d.ts → common.d.ts} +0 -0
- /package/lib/radio/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/radio/{src/radio-button.d.ts → radio-button.d.ts} +0 -0
- /package/lib/radio/{src/radio-group.d.ts → radio-group.d.ts} +0 -0
- /package/lib/radio/{src/radio.d.ts → radio.d.ts} +0 -0
- /package/lib/radio/{src/type.d.ts → type.d.ts} +0 -0
- /package/lib/rate/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/rate/{src/rate.d.ts → rate.d.ts} +0 -0
- /package/lib/rate/{src/star.d.ts → star.d.ts} +0 -0
- /package/lib/resize-layout/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/resize-layout/{src/resize-layout.d.ts → resize-layout.d.ts} +0 -0
- /package/lib/search-select/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/search-select/{src/input.d.ts → input.d.ts} +0 -0
- /package/lib/search-select/{src/menu.d.ts → menu.d.ts} +0 -0
- /package/lib/search-select/{src/search-select.d.ts → search-select.d.ts} +0 -0
- /package/lib/search-select/{src/selected.d.ts → selected.d.ts} +0 -0
- /package/lib/search-select/{src/utils.d.ts → utils.d.ts} +0 -0
- /package/lib/select/{src/common.d.ts → common.d.ts} +0 -0
- /package/lib/select/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/select/{src/option.d.ts → option.d.ts} +0 -0
- /package/lib/select/{src/optionGroup.d.ts → optionGroup.d.ts} +0 -0
- /package/lib/select/{src/select.d.ts → select.d.ts} +0 -0
- /package/lib/select/{src/selectTagInput.d.ts → selectTagInput.d.ts} +0 -0
- /package/lib/shared/{src/dom.d.ts → dom.d.ts} +0 -0
- /package/lib/shared/{src/helper.d.ts → helper.d.ts} +0 -0
- /package/lib/shared/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/shared/{src/mask-manager.d.ts → mask-manager.d.ts} +0 -0
- /package/lib/shared/{src/pop-manager.d.ts → pop-manager.d.ts} +0 -0
- /package/lib/shared/{src/popover.d.ts → popover.d.ts} +0 -0
- /package/lib/shared/{src/scrollbar-width.d.ts → scrollbar-width.d.ts} +0 -0
- /package/lib/shared/{src/utils.d.ts → utils.d.ts} +0 -0
- /package/lib/shared/{src/vue-types.d.ts → vue-types.d.ts} +0 -0
- /package/lib/shared/{src/z-index-manager.d.ts → z-index-manager.d.ts} +0 -0
- /package/lib/sideslider/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/sideslider/{src/sideslider.d.ts → sideslider.d.ts} +0 -0
- /package/lib/slider/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/slider/{src/slider.d.ts → slider.d.ts} +0 -0
- /package/lib/steps/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/steps/{src/steps.d.ts → steps.d.ts} +0 -0
- /package/lib/swiper/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/swiper/{src/swiper.d.ts → swiper.d.ts} +0 -0
- /package/lib/switcher/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/switcher/{src/switcher.d.ts → switcher.d.ts} +0 -0
- /package/lib/tab/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/tab/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/tab/{src/tab-nav.d.ts → tab-nav.d.ts} +0 -0
- /package/lib/tab/{src/tab-panel.d.ts → tab-panel.d.ts} +0 -0
- /package/lib/tab/{src/tab.d.ts → tab.d.ts} +0 -0
- /package/lib/table/{src/cache.d.ts → cache.d.ts} +0 -0
- /package/lib/table/{src/components → components}/index.d.ts +0 -0
- /package/lib/table/{src/components → components}/table-cell.d.ts +0 -0
- /package/lib/table/{src/components → components}/table-column.d.ts +0 -0
- /package/lib/table/{src/components → components}/table-row.d.ts +0 -0
- /package/lib/table/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/table/{src/plugins → plugins}/body-empty.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/col-group.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/common.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/head-filter.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/head-sort.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/index.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/settings.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/use-active-columns.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/use-column-resize.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/use-fixed-column.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/use-pagination.d.ts +0 -0
- /package/lib/table/{src/plugins → plugins}/use-scroll-loading.d.ts +0 -0
- /package/lib/table/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/table/{src/table.d.ts → table.d.ts} +0 -0
- /package/lib/table/{src/use-column.d.ts → use-column.d.ts} +0 -0
- /package/lib/table/{src/use-common.d.ts → use-common.d.ts} +0 -0
- /package/lib/table/{src/utils.d.ts → utils.d.ts} +0 -0
- /package/lib/table-column/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/tag/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/tag/{src/tag.d.ts → tag.d.ts} +0 -0
- /package/lib/tag-input/{src/common.d.ts → common.d.ts} +0 -0
- /package/lib/tag-input/{src/list-tag-render.d.ts → list-tag-render.d.ts} +0 -0
- /package/lib/time-picker/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/timeline/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/timeline/{src/timeline.d.ts → timeline.d.ts} +0 -0
- /package/lib/transfer/{src/const.d.ts → const.d.ts} +0 -0
- /package/lib/transfer/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/transfer/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/transfer/{src/transfer.d.ts → transfer.d.ts} +0 -0
- /package/lib/tree/{src/constant.d.ts → constant.d.ts} +0 -0
- /package/lib/tree/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/tree/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/tree/{src/tree.d.ts → tree.d.ts} +0 -0
- /package/lib/tree/{src/use-empty.d.ts → use-empty.d.ts} +0 -0
- /package/lib/tree/{src/use-node-action.d.ts → use-node-action.d.ts} +0 -0
- /package/lib/tree/{src/use-node-async.d.ts → use-node-async.d.ts} +0 -0
- /package/lib/tree/{src/use-node-attribute.d.ts → use-node-attribute.d.ts} +0 -0
- /package/lib/tree/{src/use-node-drag.d.ts → use-node-drag.d.ts} +0 -0
- /package/lib/tree/{src/use-search.d.ts → use-search.d.ts} +0 -0
- /package/lib/tree/{src/use-tree-init.d.ts → use-tree-init.d.ts} +0 -0
- /package/lib/tree/{src/util.d.ts → util.d.ts} +0 -0
- /package/lib/upload/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/upload/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/upload/{src/upload-list.d.ts → upload-list.d.ts} +0 -0
- /package/lib/upload/{src/upload-trigger.d.ts → upload-trigger.d.ts} +0 -0
- /package/lib/upload/{src/upload.d.ts → upload.d.ts} +0 -0
- /package/lib/upload/{src/upload.type.d.ts → upload.type.d.ts} +0 -0
- /package/lib/upload/{src/use-ajax-upload.d.ts → use-ajax-upload.d.ts} +0 -0
- /package/lib/upload/{src/use-file-handler.d.ts → use-file-handler.d.ts} +0 -0
- /package/lib/{hooks/use-message.d.ts → use-message.d.ts} +0 -0
- /package/lib/virtual-render/{src/index.d.ts → index.d.ts} +0 -0
- /package/lib/virtual-render/{src/props.d.ts → props.d.ts} +0 -0
- /package/lib/virtual-render/{src/use-tag-render.d.ts → use-tag-render.d.ts} +0 -0
- /package/lib/virtual-render/{src/v-virtual-render.d.ts → v-virtual-render.d.ts} +0 -0
- /package/lib/virtual-render/{src/virtual-render.d.ts → virtual-render.d.ts} +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
2
|
-
import { ElementType } from '
|
2
|
+
import { ElementType } from '../shared';
|
3
3
|
declare const diffFormats: readonly ["side-by-side", "line-by-line"];
|
4
4
|
export declare type DiffFormatType = ElementType<typeof diffFormats>;
|
5
5
|
export declare const LANGUAGES: readonly ["css", "java", "javascript", "json", "scss", "less", "stylus", "shell", "bash", "cpp", "go", "xml", "python", "typescript", "sql", "ruby", "vim", "php", "perl", "powershell", "makefile"];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export { overflowTitle } from '
|
1
|
+
export { overflowTitle } from '../overflow-title';
|
2
2
|
export { default as mousewheel } from './mousewheel';
|
3
3
|
export { default as clickoutside } from './clickoutside';
|
4
4
|
export { default as bkTooltips } from './tooltips';
|
@@ -1 +1 @@
|
|
1
|
-
export { useGlobalConfig, provideGlobalConfig, useLocale, usePrefix } from '
|
1
|
+
export { useGlobalConfig, provideGlobalConfig, useLocale, usePrefix } from '../config-provider';
|
@@ -0,0 +1,79 @@
|
|
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
ADDED
@@ -5,7 +5,7 @@ declare const BkModal: {
|
|
5
5
|
$data: {
|
6
6
|
visible: boolean;
|
7
7
|
closeTimer: any;
|
8
|
-
bkPopIndexManager: import("
|
8
|
+
bkPopIndexManager: import("../shared").BKPopIndexManager;
|
9
9
|
};
|
10
10
|
$props: Partial<{
|
11
11
|
title: string;
|
@@ -228,7 +228,7 @@ declare const BkModal: {
|
|
228
228
|
}, unknown, {
|
229
229
|
visible: boolean;
|
230
230
|
closeTimer: any;
|
231
|
-
bkPopIndexManager: import("
|
231
|
+
bkPopIndexManager: import("../shared").BKPopIndexManager;
|
232
232
|
}, {
|
233
233
|
dialogWidth(): String | Number;
|
234
234
|
dialogHeight(): String | Number;
|
@@ -485,7 +485,7 @@ declare const BkModal: {
|
|
485
485
|
}, unknown, {
|
486
486
|
visible: boolean;
|
487
487
|
closeTimer: any;
|
488
|
-
bkPopIndexManager: import("
|
488
|
+
bkPopIndexManager: import("../shared").BKPopIndexManager;
|
489
489
|
}, {
|
490
490
|
dialogWidth(): String | Number;
|
491
491
|
dialogHeight(): String | Number;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { ComputedRef } from 'vue';
|
2
|
-
import type { Language } from '
|
2
|
+
import type { Language } from '../locale';
|
3
3
|
declare const _default: (t: ComputedRef<Language['pagination']>) => {
|
4
4
|
limit: import("vue").Ref<number>;
|
5
5
|
render: ({ isFirst, isLast }: {
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as $bkPopover } from '../plugin-popover';
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { IFormItemContext } from '
|
1
|
+
import { IFormItemContext } from '../../form';
|
2
2
|
export declare const useFormItem: () => IFormItemContext;
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import { IFormContext } from '
|
1
|
+
import { IFormContext } from '../../form';
|
2
2
|
export declare const useForm: () => IFormContext;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import type { InjectionKey } from 'vue';
|
2
|
-
import { IFormContext, IFormItemContext } from '
|
2
|
+
import { IFormContext, IFormItemContext } from '../form';
|
3
3
|
export declare const formKey: InjectionKey<IFormContext>;
|
4
4
|
export declare const formItemKey: InjectionKey<IFormItemContext>;
|
@@ -0,0 +1,56 @@
|
|
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';
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ComputedRef, Ref } from 'vue';
|
2
|
-
import type { Language } from '
|
2
|
+
import type { Language } from '../locale';
|
3
3
|
import { TablePlugins } from './plugins';
|
4
4
|
import { GroupColumn, IColumnActive, IReactiveProp, TablePropTypes } from './props';
|
5
5
|
export default class TableRender {
|
@@ -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("../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("../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("../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("../directives/src/tooltips").IOptions>>;
|
1310
1310
|
default: () => {};
|
1311
1311
|
};
|
1312
1312
|
}>> & {
|
@@ -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("../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("../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 '../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 '../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,64 +0,0 @@
|
|
1
|
-
export { default as Alert } from './alert';
|
2
|
-
export { default as AnimateNumber } from './animate-number';
|
3
|
-
export { default as Affix } from './affix';
|
4
|
-
export { default as Backtop } from './backtop';
|
5
|
-
export { default as Badge } from './badge';
|
6
|
-
export { default as Breadcrumb } from './breadcrumb';
|
7
|
-
export { default as Button } from './button';
|
8
|
-
export { default as Card } from './card';
|
9
|
-
export { default as Checkbox } from './checkbox';
|
10
|
-
export type { CollapseProps, CollapsePanelProps } from './collapse';
|
11
|
-
export { default as Collapse } from './collapse';
|
12
|
-
export { default as Dialog } from './dialog';
|
13
|
-
export { default as Exception } from './exception';
|
14
|
-
export { default as FixedNavbar } from './fixed-navbar';
|
15
|
-
export { default as Input } from './input';
|
16
|
-
export { default as Link } from './link';
|
17
|
-
export { default as Loading } from './loading';
|
18
|
-
export { default as Modal } from './modal';
|
19
|
-
export { default as Popover } from './popover';
|
20
|
-
export { default as Popover2 } from './popover2';
|
21
|
-
export { default as Progress } from './progress';
|
22
|
-
export { default as Radio } from './radio';
|
23
|
-
export { default as Rate } from './rate';
|
24
|
-
export { default as Swiper } from './swiper';
|
25
|
-
export { default as Select } from './select';
|
26
|
-
export { default as Sideslider } from './sideslider';
|
27
|
-
export { default as Steps } from './steps';
|
28
|
-
export { default as Switcher } from './switcher';
|
29
|
-
export type { TableSettings, TableIColumn, TableProps, TableColumnProps } from './table';
|
30
|
-
export { default as Table } from './table';
|
31
|
-
export { default as TableColumn } from './table-column';
|
32
|
-
export { default as Tag } from './tag';
|
33
|
-
export { default as TagInput } from './tag-input';
|
34
|
-
export { default as Divider } from './divider';
|
35
|
-
export type { TabProps, TabPanelProps } from './tab';
|
36
|
-
export { default as Tab } from './tab';
|
37
|
-
export { default as Message } from './message';
|
38
|
-
export { default as InfoBox } from './info-box';
|
39
|
-
export { default as Notify } from './notify';
|
40
|
-
export { default as Menu } from './menu';
|
41
|
-
export { default as Navigation } from './navigation';
|
42
|
-
export { default as DatePicker } from './date-picker';
|
43
|
-
export { default as Transfer } from './transfer';
|
44
|
-
export { default as Tree } from './tree';
|
45
|
-
export { default as VirtualRender } from './virtual-render';
|
46
|
-
export { default as Form } from './form';
|
47
|
-
export { default as Pagination } from './pagination';
|
48
|
-
export { default as Container } from './container';
|
49
|
-
export { default as containerProps } from './container';
|
50
|
-
export { default as Dropdown } from './dropdown';
|
51
|
-
export { default as Cascader } from './cascader';
|
52
|
-
export { default as Slider } from './slider';
|
53
|
-
export { default as ResizeLayout } from './resize-layout';
|
54
|
-
export { default as TimeLine } from './timeline';
|
55
|
-
export { default as Process } from './process';
|
56
|
-
export { default as Upload } from './upload';
|
57
|
-
export { default as CodeDiff } from './code-diff';
|
58
|
-
export { default as ColorPicker } from './color-picker';
|
59
|
-
export { default as TimePicker } from './time-picker';
|
60
|
-
export { default as SearchSelect } from './search-select';
|
61
|
-
export { default as OverflowTitle } from './overflow-title';
|
62
|
-
export { default as $bkPopover } from './plugin-popover';
|
63
|
-
export { default as ConfigProvider } from './config-provider';
|
64
|
-
export { default as PopConfirm } from './pop-confirm';
|
package/lib/bkui-vue/index.d.ts
DELETED
package/lib/icon/src/index.d.ts
DELETED
@@ -1,79 +0,0 @@
|
|
1
|
-
export { default as AngleDoubleDownLine } from '../icons/angle-double-down-line';
|
2
|
-
export { default as AngleDoubleLeftLine } from '../icons/angle-double-left-line';
|
3
|
-
export { default as AngleDoubleLeft } from '../icons/angle-double-left';
|
4
|
-
export { default as AngleDoubleRightLine } from '../icons/angle-double-right-line';
|
5
|
-
export { default as AngleDoubleRight } from '../icons/angle-double-right';
|
6
|
-
export { default as AngleDoubleUpLine } from '../icons/angle-double-up-line';
|
7
|
-
export { default as AngleDownFill } from '../icons/angle-down-fill';
|
8
|
-
export { default as AngleDownLine } from '../icons/angle-down-line';
|
9
|
-
export { default as AngleDown } from '../icons/angle-down';
|
10
|
-
export { default as AngleLeft } from '../icons/angle-left';
|
11
|
-
export { default as AngleRight } from '../icons/angle-right';
|
12
|
-
export { default as AngleUpFill } from '../icons/angle-up-fill';
|
13
|
-
export { default as AngleUp } from '../icons/angle-up';
|
14
|
-
export { default as ArchiveFill } from '../icons/archive-fill';
|
15
|
-
export { default as ArrowsLeft } from '../icons/arrows-left';
|
16
|
-
export { default as ArrowsRight } from '../icons/arrows-right';
|
17
|
-
export { default as AudioFill } from '../icons/audio-fill';
|
18
|
-
export { default as Bk } from '../icons/bk';
|
19
|
-
export { default as Circle } from '../icons/circle';
|
20
|
-
export { default as CloseLine } from '../icons/close-line';
|
21
|
-
export { default as Close } from '../icons/close';
|
22
|
-
export { default as Code } from '../icons/code';
|
23
|
-
export { default as CogShape } from '../icons/cog-shape';
|
24
|
-
export { default as CollapseLeft } from '../icons/collapse-left';
|
25
|
-
export { default as Copy } from '../icons/copy';
|
26
|
-
export { default as DataShape } from '../icons/data-shape';
|
27
|
-
export { default as Del } from '../icons/del';
|
28
|
-
export { default as DocFill } from '../icons/doc-fill';
|
29
|
-
export { default as Done } from '../icons/done';
|
30
|
-
export { default as DownShape } from '../icons/down-shape';
|
31
|
-
export { default as DownSmall } from '../icons/down-small';
|
32
|
-
export { default as EditLine } from '../icons/edit-line';
|
33
|
-
export { default as Ellipsis } from '../icons/ellipsis';
|
34
|
-
export { default as EnlargeLine } from '../icons/enlarge-line';
|
35
|
-
export { default as Error } from '../icons/error';
|
36
|
-
export { default as ExcelFill } from '../icons/excel-fill';
|
37
|
-
export { default as ExclamationCircleShape } from '../icons/exclamation-circle-shape';
|
38
|
-
export { default as Eye } from '../icons/eye';
|
39
|
-
export { default as FilliscreenLine } from '../icons/filliscreen-line';
|
40
|
-
export { default as FolderOpen } from '../icons/folder-open';
|
41
|
-
export { default as FolderShapeOpen } from '../icons/folder-shape-open';
|
42
|
-
export { default as FolderShape } from '../icons/folder-shape';
|
43
|
-
export { default as Folder } from '../icons/folder';
|
44
|
-
export { default as Funnel } from '../icons/funnel';
|
45
|
-
export { default as HelpDocumentFill } from '../icons/help-document-fill';
|
46
|
-
export { default as HelpFill } from '../icons/help-fill';
|
47
|
-
export { default as Help } from '../icons/help';
|
48
|
-
export { default as ImageFill } from '../icons/image-fill';
|
49
|
-
export { default as ImgError } from '../icons/img-error';
|
50
|
-
export { default as ImgPlacehoulder } from '../icons/img-placehoulder';
|
51
|
-
export { default as InfoLine } from '../icons/info-line';
|
52
|
-
export { default as Info } from '../icons/info';
|
53
|
-
export { default as LeftShape } from '../icons/left-shape';
|
54
|
-
export { default as LeftTurnLine } from '../icons/left-turn-line';
|
55
|
-
export { default as NarrowLine } from '../icons/narrow-line';
|
56
|
-
export { default as Original } from '../icons/original';
|
57
|
-
export { default as PdfFill } from '../icons/pdf-fill';
|
58
|
-
export { default as PlayShape } from '../icons/play-shape';
|
59
|
-
export { default as Plus } from '../icons/plus';
|
60
|
-
export { default as PptFill } from '../icons/ppt-fill';
|
61
|
-
export { default as Qq } from '../icons/qq';
|
62
|
-
export { default as RightShape } from '../icons/right-shape';
|
63
|
-
export { default as RightTurnLine } from '../icons/right-turn-line';
|
64
|
-
export { default as Search } from '../icons/search';
|
65
|
-
export { default as Share } from '../icons/share';
|
66
|
-
export { default as Spinner } from '../icons/spinner';
|
67
|
-
export { default as Success } from '../icons/success';
|
68
|
-
export { default as SwitcherLoading } from '../icons/switcher-loading';
|
69
|
-
export { default as TextFile } from '../icons/text-file';
|
70
|
-
export { default as TextFill } from '../icons/text-fill';
|
71
|
-
export { default as Transfer } from '../icons/transfer';
|
72
|
-
export { default as TreeApplicationShape } from '../icons/tree-application-shape';
|
73
|
-
export { default as UnfullScreen } from '../icons/unfull-screen';
|
74
|
-
export { default as Unvisible } from '../icons/unvisible';
|
75
|
-
export { default as UpShape } from '../icons/up-shape';
|
76
|
-
export { default as Upload } from '../icons/upload';
|
77
|
-
export { default as VideoFill } from '../icons/video-fill';
|
78
|
-
export { default as Warn } from '../icons/warn';
|
79
|
-
export { default as Weixin } from '../icons/weixin';
|
@@ -1 +0,0 @@
|
|
1
|
-
export { default as $bkPopover } from '@bkui-vue/plugin-popover';
|
@@ -1,56 +0,0 @@
|
|
1
|
-
import './reset.less';
|
2
|
-
import '@bkui-vue/alert/alert.less';
|
3
|
-
import '@bkui-vue/affix/affix.less';
|
4
|
-
import '@bkui-vue/backtop/backtop.less';
|
5
|
-
import '@bkui-vue/badge/badge.less';
|
6
|
-
import '@bkui-vue/breadcrumb/breadcrumb.less';
|
7
|
-
import '@bkui-vue/button/button.less';
|
8
|
-
import '@bkui-vue/card/card.less';
|
9
|
-
import '@bkui-vue/checkbox/checkbox.less';
|
10
|
-
import '@bkui-vue/collapse/collapse.less';
|
11
|
-
import '@bkui-vue/collapse-transition/collapse-transition.less';
|
12
|
-
import '@bkui-vue/dialog/dialog.less';
|
13
|
-
import '@bkui-vue/exception/exception.less';
|
14
|
-
import '@bkui-vue/fixed-navbar/fixed-navbar.less';
|
15
|
-
import '@bkui-vue/input/input.less';
|
16
|
-
import '@bkui-vue/link/link.less';
|
17
|
-
import '@bkui-vue/dropdown/dropdown.less';
|
18
|
-
import '@bkui-vue/loading/loading.less';
|
19
|
-
import '@bkui-vue/modal/modal.less';
|
20
|
-
import '@bkui-vue/progress/progress.less';
|
21
|
-
import '@bkui-vue/radio/radio.less';
|
22
|
-
import '@bkui-vue/rate/rate.less';
|
23
|
-
import '@bkui-vue/rate/star.less';
|
24
|
-
import '@bkui-vue/swiper/swiper.less';
|
25
|
-
import '@bkui-vue/select/select.less';
|
26
|
-
import '@bkui-vue/sideslider/sideslider.less';
|
27
|
-
import '@bkui-vue/switcher/switcher.less';
|
28
|
-
import '@bkui-vue/table/table.less';
|
29
|
-
import '@bkui-vue/tag/tag.less';
|
30
|
-
import '@bkui-vue/form/form.less';
|
31
|
-
import '@bkui-vue/steps/steps.less';
|
32
|
-
import '@bkui-vue/message/message.less';
|
33
|
-
import '@bkui-vue/notify/notify.less';
|
34
|
-
import '@bkui-vue/tree/tree.less';
|
35
|
-
import '@bkui-vue/slider/slider.less';
|
36
|
-
import '@bkui-vue/menu/menu.less';
|
37
|
-
import '@bkui-vue/navigation/navigation.less';
|
38
|
-
import '@bkui-vue/date-picker/date-picker.less';
|
39
|
-
import '@bkui-vue/divider/divider.less';
|
40
|
-
import '@bkui-vue/tab/tab.less';
|
41
|
-
import '@bkui-vue/process/process.less';
|
42
|
-
import '@bkui-vue/virtual-render/virtual-render.less';
|
43
|
-
import '@bkui-vue/transfer/transfer.less';
|
44
|
-
import '@bkui-vue/pagination/pagination.less';
|
45
|
-
import '@bkui-vue/timeline/timeline.less';
|
46
|
-
import '@bkui-vue/code-diff/code-diff.less';
|
47
|
-
import '@bkui-vue/resize-layout/resize-layout.less';
|
48
|
-
import '@bkui-vue/upload/upload.less';
|
49
|
-
import '@bkui-vue/tag-input/tag-input.less';
|
50
|
-
import '@bkui-vue/container/container.less';
|
51
|
-
import '@bkui-vue/cascader/cascader.less';
|
52
|
-
import '@bkui-vue/color-picker/color-picker.less';
|
53
|
-
import '@bkui-vue/time-picker/time-picker.less';
|
54
|
-
import '@bkui-vue/search-select/search-select.less';
|
55
|
-
import '@bkui-vue/config-provider/config-provider.less';
|
56
|
-
import '@bkui-vue/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
|