bkui-vue 0.0.1-beta.39 → 0.0.1-beta.41
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/alert/alert.css +75 -0
- package/lib/alert/alert.d.ts +62 -0
- package/lib/alert/alert.js +1 -0
- package/lib/alert/alert.less +110 -0
- package/lib/alert/alert.variable.css +168 -0
- package/lib/alert/index.d.ts +180 -0
- package/lib/animate-number/animate-number.d.ts +27 -0
- package/lib/animate-number/animate-number.js +1 -0
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/backtop/backtop.css +42 -0
- package/lib/backtop/backtop.d.ts +60 -0
- package/lib/backtop/backtop.js +1 -0
- package/lib/backtop/backtop.less +18 -0
- package/lib/backtop/backtop.variable.css +135 -0
- package/lib/backtop/index.d.ts +166 -0
- package/lib/badge/badge.css +121 -0
- package/lib/badge/badge.d.ts +91 -0
- package/lib/badge/badge.js +1 -0
- package/lib/badge/badge.less +137 -0
- package/lib/badge/badge.variable.css +214 -0
- package/lib/badge/index.d.ts +217 -0
- package/lib/breadcrumb/breadcrumb-item.d.ts +36 -0
- package/lib/breadcrumb/breadcrumb.css +68 -0
- package/lib/breadcrumb/breadcrumb.d.ts +54 -0
- package/lib/breadcrumb/breadcrumb.js +1 -0
- package/lib/breadcrumb/breadcrumb.less +65 -0
- package/lib/breadcrumb/breadcrumb.variable.css +161 -0
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/breadcrumb/props.d.ts +4 -0
- package/lib/button/button-group.d.ts +6 -0
- package/lib/button/button.css +265 -0
- package/lib/button/button.d.ts +143 -0
- package/lib/button/button.js +1 -0
- package/lib/button/button.less +195 -0
- package/lib/button/button.variable.css +358 -0
- package/lib/button/index.d.ts +226 -0
- package/lib/card/card.css +63 -0
- package/lib/card/card.d.ts +69 -0
- package/lib/card/card.js +1 -0
- package/lib/card/card.less +44 -0
- package/lib/card/card.variable.css +156 -0
- package/lib/card/index.d.ts +187 -0
- package/lib/checkbox/checkbox-group.d.ts +48 -0
- package/lib/checkbox/checkbox.css +64 -0
- package/lib/checkbox/checkbox.d.ts +114 -0
- package/lib/checkbox/checkbox.js +1 -0
- package/lib/checkbox/checkbox.less +80 -0
- package/lib/checkbox/checkbox.variable.css +157 -0
- package/lib/checkbox/common.d.ts +13 -0
- package/lib/checkbox/index.d.ts +261 -0
- package/lib/checkbox/type.d.ts +19 -0
- package/lib/code-diff/code-diff.css +186 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.js +1 -0
- package/lib/code-diff/code-diff.less +238 -0
- package/lib/code-diff/code-diff.variable.css +279 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/collapse/collapse.css +30 -0
- package/lib/collapse/collapse.d.ts +106 -0
- package/lib/collapse/collapse.js +1 -0
- package/lib/collapse/collapse.less +37 -0
- package/lib/collapse/collapse.variable.css +30 -0
- package/lib/collapse/index.d.ts +166 -0
- package/lib/components.d.ts +41 -0
- package/lib/date-picker/date-picker.css +407 -0
- package/lib/date-picker/date-picker.d.ts +294 -0
- package/lib/date-picker/date-picker.js +1 -0
- package/lib/date-picker/date-picker.less +526 -0
- package/lib/date-picker/date-picker.variable.css +500 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +713 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/props.d.ts +111 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/dialog.css +68 -0
- package/lib/dialog/dialog.d.ts +113 -0
- package/lib/dialog/dialog.js +1 -0
- package/lib/dialog/dialog.less +80 -0
- package/lib/dialog/dialog.variable.css +68 -0
- package/lib/dialog/index.d.ts +286 -0
- package/lib/directives/clickoutside.d.ts +3 -0
- package/lib/directives/directives.js +2 -0
- package/lib/directives/directives.js.LICENSE.txt +14 -0
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/mousewheel.d.ts +3 -0
- package/lib/directives/tooltips.d.ts +17 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.js +1 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +131 -0
- package/lib/divider/index.d.ts +142 -0
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/dropdown-item.d.ts +19 -0
- package/lib/dropdown/dropdown-menu.d.ts +16 -0
- package/lib/dropdown/dropdown.css +43 -0
- package/lib/dropdown/dropdown.d.ts +61 -0
- package/lib/dropdown/dropdown.js +1 -0
- package/lib/dropdown/dropdown.less +54 -0
- package/lib/dropdown/dropdown.variable.css +136 -0
- package/lib/dropdown/index.d.ts +192 -0
- package/lib/exception/exception.css +32 -0
- package/lib/exception/exception.d.ts +26 -0
- package/lib/exception/exception.js +1 -0
- package/lib/exception/exception.less +39 -0
- package/lib/exception/exception.variable.css +125 -0
- package/lib/exception/index.d.ts +96 -0
- package/lib/fixed-navbar/fixed-navbar.css +42 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +34 -0
- package/lib/fixed-navbar/fixed-navbar.js +1 -0
- package/lib/fixed-navbar/fixed-navbar.less +53 -0
- package/lib/fixed-navbar/fixed-navbar.variable.css +135 -0
- package/lib/fixed-navbar/index.d.ts +112 -0
- package/lib/form/common.d.ts +3 -0
- package/lib/form/form-item.d.ts +145 -0
- package/lib/form/form.css +48 -0
- package/lib/form/form.d.ts +64 -0
- package/lib/form/form.js +1 -0
- package/lib/form/form.less +63 -0
- package/lib/form/form.variable.css +48 -0
- package/lib/form/index.d.ts +246 -0
- package/lib/form/type.d.ts +21 -0
- package/lib/form/validator.d.ts +8 -0
- package/lib/icon/angle-double-down-line.d.ts +4 -0
- package/lib/icon/angle-double-down-line.js +1 -0
- package/lib/icon/angle-double-left-line.d.ts +4 -0
- package/lib/icon/angle-double-left-line.js +1 -0
- package/lib/icon/angle-double-left.d.ts +4 -0
- package/lib/icon/angle-double-left.js +1 -0
- package/lib/icon/angle-double-right-line.d.ts +4 -0
- package/lib/icon/angle-double-right-line.js +1 -0
- package/lib/icon/angle-double-right.d.ts +4 -0
- package/lib/icon/angle-double-right.js +1 -0
- package/lib/icon/angle-double-up-line.d.ts +4 -0
- package/lib/icon/angle-double-up-line.js +1 -0
- package/lib/icon/angle-down-fill.d.ts +4 -0
- package/lib/icon/angle-down-fill.js +1 -0
- package/lib/icon/angle-down-line.d.ts +4 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.d.ts +4 -0
- package/lib/icon/angle-right.js +1 -0
- package/lib/icon/angle-up-fill.d.ts +4 -0
- package/lib/icon/angle-up-fill.js +1 -0
- package/lib/icon/angle-up.d.ts +4 -0
- package/lib/icon/angle-up.js +1 -0
- package/lib/icon/arrows-left.d.ts +4 -0
- package/lib/icon/arrows-left.js +1 -0
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.d.ts +4 -0
- package/lib/icon/circle.js +1 -0
- package/lib/icon/close.d.ts +4 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/done.d.ts +4 -0
- package/lib/icon/done.js +1 -0
- package/lib/icon/down-shape.d.ts +4 -0
- package/lib/icon/down-shape.js +1 -0
- package/lib/icon/down-small.d.ts +4 -0
- package/lib/icon/down-small.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/eye.d.ts +4 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/folder-open.d.ts +4 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/folder.d.ts +4 -0
- package/lib/icon/folder.js +1 -0
- package/lib/icon/help-document-fill.d.ts +4 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.d.ts +4 -0
- package/lib/icon/help-fill.js +1 -0
- package/lib/icon/help.d.ts +4 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/icon.d.ts +12 -0
- package/lib/icon/icon.js +1 -0
- package/lib/icon/index.d.ts +53 -0
- package/lib/icon/info-line.d.ts +4 -0
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.d.ts +4 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/play-shape.d.ts +4 -0
- package/lib/icon/play-shape.js +1 -0
- package/lib/icon/plus.d.ts +4 -0
- package/lib/icon/plus.js +1 -0
- package/lib/icon/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.d.ts +4 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/search.d.ts +4 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.d.ts +4 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/tree-application-shape.d.ts +4 -0
- package/lib/icon/tree-application-shape.js +1 -0
- package/lib/icon/unvisible.d.ts +4 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/warn.d.ts +4 -0
- package/lib/icon/warn.js +1 -0
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/input/index.d.ts +443 -0
- package/lib/input/input.css +190 -0
- package/lib/input/input.d.ts +254 -0
- package/lib/input/input.js +1 -0
- package/lib/input/input.less +214 -0
- package/lib/input/input.variable.css +284 -0
- package/lib/link/index.d.ts +164 -0
- package/lib/link/link.css +55 -0
- package/lib/link/link.d.ts +58 -0
- package/lib/link/link.js +1 -0
- package/lib/link/link.less +74 -0
- package/lib/link/link.variable.css +148 -0
- package/lib/loading/index.d.ts +164 -0
- package/lib/loading/loading.css +261 -0
- package/lib/loading/loading.d.ts +94 -0
- package/lib/loading/loading.js +1 -0
- package/lib/loading/loading.less +197 -0
- package/lib/loading/loading.variable.css +354 -0
- package/lib/menu/index.d.ts +188 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +182 -0
- package/lib/menu/menu.d.ts +64 -0
- package/lib/menu/menu.js +1 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +275 -0
- package/lib/menu/submenu.css +3 -0
- package/lib/menu/submenu.d.ts +22 -0
- package/lib/menu/submenu.less +5 -0
- package/lib/menu/submenu.variable.css +96 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +2 -0
- package/lib/message/message.css +53 -0
- package/lib/message/message.js +1 -0
- package/lib/message/message.less +61 -0
- package/lib/message/message.variable.css +146 -0
- package/lib/message/messageConstructor.d.ts +73 -0
- package/lib/modal/index.d.ts +214 -0
- package/lib/modal/modal.css +11 -0
- package/lib/modal/modal.d.ts +65 -0
- package/lib/modal/modal.js +1 -0
- package/lib/modal/modal.less +12 -0
- package/lib/modal/modal.variable.css +11 -0
- package/lib/modal/props.mixin.d.ts +26 -0
- package/lib/navigation/index.d.ts +2 -0
- package/lib/navigation/navigation-title.d.ts +25 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +111 -0
- package/lib/navigation/navigation.js +1 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +277 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/notify.css +49 -0
- package/lib/notify/notify.js +1 -0
- package/lib/notify/notify.less +58 -0
- package/lib/notify/notify.variable.css +142 -0
- package/lib/notify/notifyConstructor.d.ts +91 -0
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.js +1 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +272 -0
- package/lib/pagination/type.d.ts +6 -0
- package/lib/pagination/use-limit.d.ts +8 -0
- package/lib/pagination/use-list.d.ts +8 -0
- package/lib/pagination/use-small-list.d.ts +5 -0
- package/lib/pagination/use-total.d.ts +5 -0
- package/lib/popover/index.d.ts +287 -0
- package/lib/popover/popover.css +65 -0
- package/lib/popover/popover.d.ts +117 -0
- package/lib/popover/popover.js +1 -0
- package/lib/popover/popover.less +82 -0
- package/lib/popover/popover.variable.css +158 -0
- package/lib/popover/props.d.ts +77 -0
- package/lib/preset.d.ts +7 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/process.css +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.js +1 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +231 -0
- package/lib/progress/circle.d.ts +6 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/line.d.ts +6 -0
- package/lib/progress/progress.css +94 -0
- package/lib/progress/progress.d.ts +171 -0
- package/lib/progress/progress.js +1 -0
- package/lib/progress/progress.less +90 -0
- package/lib/progress/progress.variable.css +187 -0
- package/lib/radio/common.d.ts +13 -0
- package/lib/radio/index.d.ts +277 -0
- package/lib/radio/radio-button.d.ts +91 -0
- package/lib/radio/radio-group.d.ts +41 -0
- package/lib/radio/radio.css +138 -0
- package/lib/radio/radio.d.ts +87 -0
- package/lib/radio/radio.js +1 -0
- package/lib/radio/radio.less +173 -0
- package/lib/radio/radio.variable.css +231 -0
- package/lib/radio/type.d.ts +9 -0
- package/lib/rate/index.d.ts +113 -0
- package/lib/rate/rate.css +10 -0
- package/lib/rate/rate.d.ts +32 -0
- package/lib/rate/rate.js +1 -0
- package/lib/rate/rate.less +11 -0
- package/lib/rate/rate.variable.css +10 -0
- package/lib/rate/star.css +24 -0
- package/lib/rate/star.d.ts +74 -0
- package/lib/rate/star.less +29 -0
- package/lib/rate/star.variable.css +24 -0
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.js +1 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +282 -0
- package/lib/select/common.d.ts +33 -0
- package/lib/select/index.d.ts +1347 -0
- package/lib/select/option.d.ts +25 -0
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +325 -0
- package/lib/select/select.d.ts +395 -0
- package/lib/select/select.js +1 -0
- package/lib/select/select.less +324 -0
- package/lib/select/select.variable.css +418 -0
- package/lib/select/type.d.ts +31 -0
- package/lib/shared/helper.d.ts +92 -0
- package/lib/shared/index.d.ts +52 -0
- package/lib/shared/mask-manager.d.ts +76 -0
- package/lib/shared/pop-manager.d.ts +26 -0
- package/lib/shared/popover.d.ts +127 -0
- package/lib/shared/scrollbar-width.d.ts +1 -0
- package/lib/shared/shared.js +1 -0
- package/lib/shared/utils.d.ts +6 -0
- package/lib/shared/vue-types.d.ts +115 -0
- package/lib/shared/z-index-manager.d.ts +93 -0
- package/lib/sideslider/index.d.ts +206 -0
- package/lib/sideslider/sideslider.css +69 -0
- package/lib/sideslider/sideslider.d.ts +75 -0
- package/lib/sideslider/sideslider.js +1 -0
- package/lib/sideslider/sideslider.less +86 -0
- package/lib/sideslider/sideslider.variable.css +162 -0
- package/lib/slider/index.d.ts +27 -0
- package/lib/slider/slider-button.d.ts +80 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +201 -0
- package/lib/slider/slider.js +1 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +242 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/steps.css +288 -0
- package/lib/steps/steps.d.ts +161 -0
- package/lib/steps/steps.js +1 -0
- package/lib/steps/steps.less +324 -0
- package/lib/steps/steps.variable.css +381 -0
- package/lib/styles/index.d.ts +47 -0
- package/lib/styles/mixins/animate.css +21 -0
- package/lib/styles/mixins/animate.less +27 -0
- package/lib/styles/mixins/animate.variable.css +21 -0
- package/lib/styles/mixins/ellipsis.less +8 -0
- package/lib/styles/mixins/mixins.css +21 -0
- package/lib/styles/mixins/mixins.less +3 -0
- package/lib/styles/mixins/mixins.variable.css +21 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +52 -0
- package/lib/styles/mixins/popper.variable.css +43 -0
- package/lib/styles/mixins/size.less +13 -0
- package/lib/styles/reset.css +273 -0
- package/lib/styles/reset.less +313 -0
- package/lib/styles/reset.variable.css +273 -0
- package/lib/styles/themes/themes.less +126 -0
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.js +1 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +286 -0
- package/lib/switcher/switcher.css +272 -0
- package/lib/switcher/switcher.d.ts +113 -0
- package/lib/switcher/switcher.js +1 -0
- package/lib/switcher/switcher.less +358 -0
- package/lib/switcher/switcher.variable.css +365 -0
- package/lib/tab/index.d.ts +443 -0
- package/lib/tab/props.d.ts +191 -0
- package/lib/tab/tab-nav.d.ts +165 -0
- package/lib/tab/tab-panel.d.ts +73 -0
- package/lib/tab/tab.css +148 -0
- package/lib/tab/tab.d.ts +140 -0
- package/lib/tab/tab.js +1 -0
- package/lib/tab/tab.less +222 -0
- package/lib/tab/tab.variable.css +241 -0
- package/lib/table/const.d.ts +4 -0
- package/lib/table/index.d.ts +302 -0
- package/lib/table/props.d.ts +117 -0
- package/lib/table/render.d.ts +83 -0
- package/lib/table/table.css +91 -0
- package/lib/table/table.d.ts +119 -0
- package/lib/table/table.js +1 -0
- package/lib/table/table.less +115 -0
- package/lib/table/table.variable.css +184 -0
- package/lib/table/utils.d.ts +69 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/tag.css +97 -0
- package/lib/tag/tag.d.ts +84 -0
- package/lib/tag/tag.js +1 -0
- package/lib/tag/tag.less +113 -0
- package/lib/tag/tag.variable.css +190 -0
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +2 -0
- package/lib/tag-input/list-tag-render.d.ts +47 -0
- package/lib/tag-input/tag-input.css +208 -0
- package/lib/tag-input/tag-input.d.ts +374 -0
- package/lib/tag-input/tag-input.js +1 -0
- package/lib/tag-input/tag-input.less +250 -0
- package/lib/tag-input/tag-input.variable.css +301 -0
- package/lib/tag-input/tag-props.d.ts +131 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.js +1 -0
- package/lib/timeline/timeline.less +239 -0
- package/lib/timeline/timeline.variable.css +328 -0
- package/lib/transfer/index.d.ts +351 -0
- package/lib/transfer/transfer.css +158 -0
- package/lib/transfer/transfer.d.ts +185 -0
- package/lib/transfer/transfer.js +1 -0
- package/lib/transfer/transfer.less +171 -0
- package/lib/transfer/transfer.variable.css +251 -0
- package/lib/tree/index.d.ts +287 -0
- package/lib/tree/props.d.ts +89 -0
- package/lib/tree/tree.css +50 -0
- package/lib/tree/tree.d.ts +111 -0
- package/lib/tree/tree.js +1 -0
- package/lib/tree/tree.less +63 -0
- package/lib/tree/tree.variable.css +143 -0
- package/lib/tree/util.d.ts +70 -0
- package/lib/use-form.d.ts +3 -0
- package/lib/use-message.d.ts +2 -0
- package/lib/virtual-render/index.d.ts +556 -0
- package/lib/virtual-render/props.d.ts +157 -0
- package/lib/virtual-render/v-virtual-render.d.ts +7 -0
- package/lib/virtual-render/virtual-render.css +33 -0
- package/lib/virtual-render/virtual-render.d.ts +244 -0
- package/lib/virtual-render/virtual-render.js +1 -0
- package/lib/virtual-render/virtual-render.less +43 -0
- package/lib/virtual-render/virtual-render.variable.css +33 -0
- package/package.json +12 -11
@@ -0,0 +1,443 @@
|
|
1
|
+
import TabPanel from './tab-panel';
|
2
|
+
declare const BkTab: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: Partial<{
|
7
|
+
type: string;
|
8
|
+
closable: boolean;
|
9
|
+
extCls: string;
|
10
|
+
active: string | number;
|
11
|
+
showHeader: boolean;
|
12
|
+
sortType: string;
|
13
|
+
addable: boolean;
|
14
|
+
sortable: boolean;
|
15
|
+
labelHeight: number;
|
16
|
+
scrollStep: number;
|
17
|
+
validateActive: boolean;
|
18
|
+
changeOnHover: boolean;
|
19
|
+
changeOnHoverDelay: number;
|
20
|
+
tabPosition: string;
|
21
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
22
|
+
active: import("vue-types").VueTypeDef<string | number> & {
|
23
|
+
default: string | number;
|
24
|
+
};
|
25
|
+
type: import("vue-types").VueTypeDef<string> & {
|
26
|
+
default: string;
|
27
|
+
};
|
28
|
+
tabPosition: import("vue-types").VueTypeDef<string> & {
|
29
|
+
default: string;
|
30
|
+
};
|
31
|
+
closable: BooleanConstructor;
|
32
|
+
addable: BooleanConstructor;
|
33
|
+
sortable: BooleanConstructor;
|
34
|
+
sortType: import("vue-types").VueTypeDef<string> & {
|
35
|
+
default: string;
|
36
|
+
};
|
37
|
+
labelHeight: import("vue-types").VueTypeValidableDef<number> & {
|
38
|
+
default: number;
|
39
|
+
} & {
|
40
|
+
default: number;
|
41
|
+
};
|
42
|
+
scrollStep: import("vue-types").VueTypeValidableDef<number> & {
|
43
|
+
default: number;
|
44
|
+
} & {
|
45
|
+
default: number;
|
46
|
+
};
|
47
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
48
|
+
default: string;
|
49
|
+
} & {
|
50
|
+
default: string;
|
51
|
+
};
|
52
|
+
validateActive: import("vue-types").VueTypeValidableDef<boolean> & {
|
53
|
+
default: boolean;
|
54
|
+
} & {
|
55
|
+
default: boolean;
|
56
|
+
};
|
57
|
+
showHeader: import("vue-types").VueTypeValidableDef<boolean> & {
|
58
|
+
default: boolean;
|
59
|
+
} & {
|
60
|
+
default: boolean;
|
61
|
+
};
|
62
|
+
changeOnHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
63
|
+
default: boolean;
|
64
|
+
} & {
|
65
|
+
default: boolean;
|
66
|
+
};
|
67
|
+
changeOnHoverDelay: import("vue-types").VueTypeValidableDef<number> & {
|
68
|
+
default: number;
|
69
|
+
} & {
|
70
|
+
default: number;
|
71
|
+
};
|
72
|
+
}>> & {
|
73
|
+
onDrag?: (...args: any[]) => any;
|
74
|
+
onChange?: (...args: any[]) => any;
|
75
|
+
onAdd?: (...args: any[]) => any;
|
76
|
+
"onAdd-panel"?: (...args: any[]) => any;
|
77
|
+
"onTab-change"?: (...args: any[]) => any;
|
78
|
+
"onRemove-panel"?: (...args: any[]) => any;
|
79
|
+
"onSort-change"?: (...args: any[]) => any;
|
80
|
+
"onOn-drag-tab"?: (...args: any[]) => any;
|
81
|
+
onRemove?: (...args: any[]) => any;
|
82
|
+
"onUpdate:active"?: (...args: any[]) => any;
|
83
|
+
onSort?: (...args: any[]) => any;
|
84
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "closable" | "extCls" | "active" | "showHeader" | "sortType" | "addable" | "sortable" | "labelHeight" | "scrollStep" | "validateActive" | "changeOnHover" | "changeOnHoverDelay" | "tabPosition">;
|
85
|
+
$attrs: {
|
86
|
+
[x: string]: unknown;
|
87
|
+
};
|
88
|
+
$refs: {
|
89
|
+
[x: string]: unknown;
|
90
|
+
};
|
91
|
+
$slots: Readonly<{
|
92
|
+
[name: string]: import("vue").Slot;
|
93
|
+
}>;
|
94
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
95
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
96
|
+
$emit: (event: "change" | "drag" | "add" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort", ...args: any[]) => void;
|
97
|
+
$el: any;
|
98
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
99
|
+
active: import("vue-types").VueTypeDef<string | number> & {
|
100
|
+
default: string | number;
|
101
|
+
};
|
102
|
+
type: import("vue-types").VueTypeDef<string> & {
|
103
|
+
default: string;
|
104
|
+
};
|
105
|
+
tabPosition: import("vue-types").VueTypeDef<string> & {
|
106
|
+
default: string;
|
107
|
+
};
|
108
|
+
closable: BooleanConstructor;
|
109
|
+
addable: BooleanConstructor;
|
110
|
+
sortable: BooleanConstructor;
|
111
|
+
sortType: import("vue-types").VueTypeDef<string> & {
|
112
|
+
default: string;
|
113
|
+
};
|
114
|
+
labelHeight: import("vue-types").VueTypeValidableDef<number> & {
|
115
|
+
default: number;
|
116
|
+
} & {
|
117
|
+
default: number;
|
118
|
+
};
|
119
|
+
scrollStep: import("vue-types").VueTypeValidableDef<number> & {
|
120
|
+
default: number;
|
121
|
+
} & {
|
122
|
+
default: number;
|
123
|
+
};
|
124
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
125
|
+
default: string;
|
126
|
+
} & {
|
127
|
+
default: string;
|
128
|
+
};
|
129
|
+
validateActive: import("vue-types").VueTypeValidableDef<boolean> & {
|
130
|
+
default: boolean;
|
131
|
+
} & {
|
132
|
+
default: boolean;
|
133
|
+
};
|
134
|
+
showHeader: import("vue-types").VueTypeValidableDef<boolean> & {
|
135
|
+
default: boolean;
|
136
|
+
} & {
|
137
|
+
default: boolean;
|
138
|
+
};
|
139
|
+
changeOnHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
140
|
+
default: boolean;
|
141
|
+
} & {
|
142
|
+
default: boolean;
|
143
|
+
};
|
144
|
+
changeOnHoverDelay: import("vue-types").VueTypeValidableDef<number> & {
|
145
|
+
default: number;
|
146
|
+
} & {
|
147
|
+
default: number;
|
148
|
+
};
|
149
|
+
}>> & {
|
150
|
+
onDrag?: (...args: any[]) => any;
|
151
|
+
onChange?: (...args: any[]) => any;
|
152
|
+
onAdd?: (...args: any[]) => any;
|
153
|
+
"onAdd-panel"?: (...args: any[]) => any;
|
154
|
+
"onTab-change"?: (...args: any[]) => any;
|
155
|
+
"onRemove-panel"?: (...args: any[]) => any;
|
156
|
+
"onSort-change"?: (...args: any[]) => any;
|
157
|
+
"onOn-drag-tab"?: (...args: any[]) => any;
|
158
|
+
onRemove?: (...args: any[]) => any;
|
159
|
+
"onUpdate:active"?: (...args: any[]) => any;
|
160
|
+
onSort?: (...args: any[]) => any;
|
161
|
+
}, {
|
162
|
+
isMounted: import("vue").Ref<boolean>;
|
163
|
+
panels: import("vue").Ref<any[]>;
|
164
|
+
}, unknown, {}, {
|
165
|
+
tabAdd(e: MouseEvent): void;
|
166
|
+
tabChange(name: string): void;
|
167
|
+
tabRemove(index: number, panel: any): void;
|
168
|
+
tabSort(dragTabIndex: number, dropTabIndex: number, sortType: string): false;
|
169
|
+
tabDrag(dragTabIndex: number, dragEvent: DragEvent): void;
|
170
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "drag" | "add" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort")[], string, {
|
171
|
+
type: string;
|
172
|
+
closable: boolean;
|
173
|
+
extCls: string;
|
174
|
+
active: string | number;
|
175
|
+
showHeader: boolean;
|
176
|
+
sortType: string;
|
177
|
+
addable: boolean;
|
178
|
+
sortable: boolean;
|
179
|
+
labelHeight: number;
|
180
|
+
scrollStep: number;
|
181
|
+
validateActive: boolean;
|
182
|
+
changeOnHover: boolean;
|
183
|
+
changeOnHoverDelay: number;
|
184
|
+
tabPosition: string;
|
185
|
+
}> & {
|
186
|
+
beforeCreate?: (() => void) | (() => void)[];
|
187
|
+
created?: (() => void) | (() => void)[];
|
188
|
+
beforeMount?: (() => void) | (() => void)[];
|
189
|
+
mounted?: (() => void) | (() => void)[];
|
190
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
191
|
+
updated?: (() => void) | (() => void)[];
|
192
|
+
activated?: (() => void) | (() => void)[];
|
193
|
+
deactivated?: (() => void) | (() => void)[];
|
194
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
195
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
196
|
+
destroyed?: (() => void) | (() => void)[];
|
197
|
+
unmounted?: (() => void) | (() => void)[];
|
198
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
199
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
200
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
201
|
+
};
|
202
|
+
$forceUpdate: () => void;
|
203
|
+
$nextTick: typeof import("vue").nextTick;
|
204
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
205
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
206
|
+
active: import("vue-types").VueTypeDef<string | number> & {
|
207
|
+
default: string | number;
|
208
|
+
};
|
209
|
+
type: import("vue-types").VueTypeDef<string> & {
|
210
|
+
default: string;
|
211
|
+
};
|
212
|
+
tabPosition: import("vue-types").VueTypeDef<string> & {
|
213
|
+
default: string;
|
214
|
+
};
|
215
|
+
closable: BooleanConstructor;
|
216
|
+
addable: BooleanConstructor;
|
217
|
+
sortable: BooleanConstructor;
|
218
|
+
sortType: import("vue-types").VueTypeDef<string> & {
|
219
|
+
default: string;
|
220
|
+
};
|
221
|
+
labelHeight: import("vue-types").VueTypeValidableDef<number> & {
|
222
|
+
default: number;
|
223
|
+
} & {
|
224
|
+
default: number;
|
225
|
+
};
|
226
|
+
scrollStep: import("vue-types").VueTypeValidableDef<number> & {
|
227
|
+
default: number;
|
228
|
+
} & {
|
229
|
+
default: number;
|
230
|
+
};
|
231
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
232
|
+
default: string;
|
233
|
+
} & {
|
234
|
+
default: string;
|
235
|
+
};
|
236
|
+
validateActive: import("vue-types").VueTypeValidableDef<boolean> & {
|
237
|
+
default: boolean;
|
238
|
+
} & {
|
239
|
+
default: boolean;
|
240
|
+
};
|
241
|
+
showHeader: import("vue-types").VueTypeValidableDef<boolean> & {
|
242
|
+
default: boolean;
|
243
|
+
} & {
|
244
|
+
default: boolean;
|
245
|
+
};
|
246
|
+
changeOnHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
247
|
+
default: boolean;
|
248
|
+
} & {
|
249
|
+
default: boolean;
|
250
|
+
};
|
251
|
+
changeOnHoverDelay: import("vue-types").VueTypeValidableDef<number> & {
|
252
|
+
default: number;
|
253
|
+
} & {
|
254
|
+
default: number;
|
255
|
+
};
|
256
|
+
}>> & {
|
257
|
+
onDrag?: (...args: any[]) => any;
|
258
|
+
onChange?: (...args: any[]) => any;
|
259
|
+
onAdd?: (...args: any[]) => any;
|
260
|
+
"onAdd-panel"?: (...args: any[]) => any;
|
261
|
+
"onTab-change"?: (...args: any[]) => any;
|
262
|
+
"onRemove-panel"?: (...args: any[]) => any;
|
263
|
+
"onSort-change"?: (...args: any[]) => any;
|
264
|
+
"onOn-drag-tab"?: (...args: any[]) => any;
|
265
|
+
onRemove?: (...args: any[]) => any;
|
266
|
+
"onUpdate:active"?: (...args: any[]) => any;
|
267
|
+
onSort?: (...args: any[]) => any;
|
268
|
+
} & import("vue").ShallowUnwrapRef<{
|
269
|
+
isMounted: import("vue").Ref<boolean>;
|
270
|
+
panels: import("vue").Ref<any[]>;
|
271
|
+
}> & {} & {} & {
|
272
|
+
tabAdd(e: MouseEvent): void;
|
273
|
+
tabChange(name: string): void;
|
274
|
+
tabRemove(index: number, panel: any): void;
|
275
|
+
tabSort(dragTabIndex: number, dropTabIndex: number, sortType: string): false;
|
276
|
+
tabDrag(dragTabIndex: number, dragEvent: DragEvent): void;
|
277
|
+
} & import("vue").ComponentCustomProperties;
|
278
|
+
__isFragment?: never;
|
279
|
+
__isTeleport?: never;
|
280
|
+
__isSuspense?: never;
|
281
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
282
|
+
active: import("vue-types").VueTypeDef<string | number> & {
|
283
|
+
default: string | number;
|
284
|
+
};
|
285
|
+
type: import("vue-types").VueTypeDef<string> & {
|
286
|
+
default: string;
|
287
|
+
};
|
288
|
+
tabPosition: import("vue-types").VueTypeDef<string> & {
|
289
|
+
default: string;
|
290
|
+
};
|
291
|
+
closable: BooleanConstructor;
|
292
|
+
addable: BooleanConstructor;
|
293
|
+
sortable: BooleanConstructor;
|
294
|
+
sortType: import("vue-types").VueTypeDef<string> & {
|
295
|
+
default: string;
|
296
|
+
};
|
297
|
+
labelHeight: import("vue-types").VueTypeValidableDef<number> & {
|
298
|
+
default: number;
|
299
|
+
} & {
|
300
|
+
default: number;
|
301
|
+
};
|
302
|
+
scrollStep: import("vue-types").VueTypeValidableDef<number> & {
|
303
|
+
default: number;
|
304
|
+
} & {
|
305
|
+
default: number;
|
306
|
+
};
|
307
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
308
|
+
default: string;
|
309
|
+
} & {
|
310
|
+
default: string;
|
311
|
+
};
|
312
|
+
validateActive: import("vue-types").VueTypeValidableDef<boolean> & {
|
313
|
+
default: boolean;
|
314
|
+
} & {
|
315
|
+
default: boolean;
|
316
|
+
};
|
317
|
+
showHeader: import("vue-types").VueTypeValidableDef<boolean> & {
|
318
|
+
default: boolean;
|
319
|
+
} & {
|
320
|
+
default: boolean;
|
321
|
+
};
|
322
|
+
changeOnHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
323
|
+
default: boolean;
|
324
|
+
} & {
|
325
|
+
default: boolean;
|
326
|
+
};
|
327
|
+
changeOnHoverDelay: import("vue-types").VueTypeValidableDef<number> & {
|
328
|
+
default: number;
|
329
|
+
} & {
|
330
|
+
default: number;
|
331
|
+
};
|
332
|
+
}>> & {
|
333
|
+
onDrag?: (...args: any[]) => any;
|
334
|
+
onChange?: (...args: any[]) => any;
|
335
|
+
onAdd?: (...args: any[]) => any;
|
336
|
+
"onAdd-panel"?: (...args: any[]) => any;
|
337
|
+
"onTab-change"?: (...args: any[]) => any;
|
338
|
+
"onRemove-panel"?: (...args: any[]) => any;
|
339
|
+
"onSort-change"?: (...args: any[]) => any;
|
340
|
+
"onOn-drag-tab"?: (...args: any[]) => any;
|
341
|
+
onRemove?: (...args: any[]) => any;
|
342
|
+
"onUpdate:active"?: (...args: any[]) => any;
|
343
|
+
onSort?: (...args: any[]) => any;
|
344
|
+
}, {
|
345
|
+
isMounted: import("vue").Ref<boolean>;
|
346
|
+
panels: import("vue").Ref<any[]>;
|
347
|
+
}, unknown, {}, {
|
348
|
+
tabAdd(e: MouseEvent): void;
|
349
|
+
tabChange(name: string): void;
|
350
|
+
tabRemove(index: number, panel: any): void;
|
351
|
+
tabSort(dragTabIndex: number, dropTabIndex: number, sortType: string): false;
|
352
|
+
tabDrag(dragTabIndex: number, dragEvent: DragEvent): void;
|
353
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "drag" | "add" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active" | "sort")[], "change" | "drag" | "sort" | "add" | "add-panel" | "tab-change" | "remove-panel" | "sort-change" | "on-drag-tab" | "remove" | "update:active", {
|
354
|
+
type: string;
|
355
|
+
closable: boolean;
|
356
|
+
extCls: string;
|
357
|
+
active: string | number;
|
358
|
+
showHeader: boolean;
|
359
|
+
sortType: string;
|
360
|
+
addable: boolean;
|
361
|
+
sortable: boolean;
|
362
|
+
labelHeight: number;
|
363
|
+
scrollStep: number;
|
364
|
+
validateActive: boolean;
|
365
|
+
changeOnHover: boolean;
|
366
|
+
changeOnHoverDelay: number;
|
367
|
+
tabPosition: string;
|
368
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
|
369
|
+
TabPanel: import("vue").DefineComponent<{
|
370
|
+
name: import("vue-types").VueTypeDef<string | number> & {
|
371
|
+
default: string | number;
|
372
|
+
};
|
373
|
+
label: (import("vue-types").VueTypeValidableDef<string> & {
|
374
|
+
default: string;
|
375
|
+
}) | (import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
376
|
+
default: (...args: any[]) => any;
|
377
|
+
});
|
378
|
+
closable: import("vue-types").VueTypeValidableDef<boolean> & {
|
379
|
+
default: boolean;
|
380
|
+
};
|
381
|
+
visible: import("vue-types").VueTypeValidableDef<boolean> & {
|
382
|
+
default: boolean;
|
383
|
+
} & {
|
384
|
+
default: boolean;
|
385
|
+
};
|
386
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
387
|
+
default: boolean;
|
388
|
+
};
|
389
|
+
sortable: import("vue-types").VueTypeValidableDef<boolean> & {
|
390
|
+
default: boolean;
|
391
|
+
};
|
392
|
+
renderDirective: import("vue-types").VueTypeDef<string> & {
|
393
|
+
default: string;
|
394
|
+
};
|
395
|
+
panel: (import("vue-types").VueTypeValidableDef<string> & {
|
396
|
+
default: string;
|
397
|
+
}) | (import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
398
|
+
default: (...args: any[]) => any;
|
399
|
+
});
|
400
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
401
|
+
name: import("vue-types").VueTypeDef<string | number> & {
|
402
|
+
default: string | number;
|
403
|
+
};
|
404
|
+
label: (import("vue-types").VueTypeValidableDef<string> & {
|
405
|
+
default: string;
|
406
|
+
}) | (import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
407
|
+
default: (...args: any[]) => any;
|
408
|
+
});
|
409
|
+
closable: import("vue-types").VueTypeValidableDef<boolean> & {
|
410
|
+
default: boolean;
|
411
|
+
};
|
412
|
+
visible: import("vue-types").VueTypeValidableDef<boolean> & {
|
413
|
+
default: boolean;
|
414
|
+
} & {
|
415
|
+
default: boolean;
|
416
|
+
};
|
417
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
418
|
+
default: boolean;
|
419
|
+
};
|
420
|
+
sortable: import("vue-types").VueTypeValidableDef<boolean> & {
|
421
|
+
default: boolean;
|
422
|
+
};
|
423
|
+
renderDirective: import("vue-types").VueTypeDef<string> & {
|
424
|
+
default: string;
|
425
|
+
};
|
426
|
+
panel: (import("vue-types").VueTypeValidableDef<string> & {
|
427
|
+
default: string;
|
428
|
+
}) | (import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
429
|
+
default: (...args: any[]) => any;
|
430
|
+
});
|
431
|
+
}>>, {
|
432
|
+
name: string | number;
|
433
|
+
label: string | ((...args: any[]) => any);
|
434
|
+
closable: boolean;
|
435
|
+
visible: boolean;
|
436
|
+
disabled: boolean;
|
437
|
+
panel: string | ((...args: any[]) => any);
|
438
|
+
sortable: boolean;
|
439
|
+
renderDirective: string;
|
440
|
+
}>;
|
441
|
+
}>;
|
442
|
+
export { BkTab, TabPanel as BkTabPanel, };
|
443
|
+
export default BkTab;
|
@@ -0,0 +1,191 @@
|
|
1
|
+
import { PropType, VNode } from 'vue';
|
2
|
+
export declare const tabNavEventProps: {
|
3
|
+
tabAdd: {
|
4
|
+
type: FunctionConstructor;
|
5
|
+
default: () => any;
|
6
|
+
};
|
7
|
+
tabChange: {
|
8
|
+
type: FunctionConstructor;
|
9
|
+
default: (name: string) => string;
|
10
|
+
};
|
11
|
+
tabRemove: {
|
12
|
+
type: FunctionConstructor;
|
13
|
+
default: (name: string) => string;
|
14
|
+
};
|
15
|
+
tabSort: {
|
16
|
+
type: FunctionConstructor;
|
17
|
+
default: () => any;
|
18
|
+
};
|
19
|
+
tabDrag: {
|
20
|
+
type: FunctionConstructor;
|
21
|
+
default: () => any;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
export declare const tabEventProps: {
|
25
|
+
add: {
|
26
|
+
type: FunctionConstructor;
|
27
|
+
default: () => any;
|
28
|
+
};
|
29
|
+
change: {
|
30
|
+
type: FunctionConstructor;
|
31
|
+
default: () => any;
|
32
|
+
};
|
33
|
+
remove: {
|
34
|
+
type: FunctionConstructor;
|
35
|
+
default: () => any;
|
36
|
+
};
|
37
|
+
sort: {
|
38
|
+
type: FunctionConstructor;
|
39
|
+
default: () => any;
|
40
|
+
};
|
41
|
+
drag: {
|
42
|
+
type: FunctionConstructor;
|
43
|
+
default: () => any;
|
44
|
+
};
|
45
|
+
};
|
46
|
+
export declare const tabProps: {
|
47
|
+
active: import("vue-types").VueTypeDef<string | number> & {
|
48
|
+
default: string | number;
|
49
|
+
};
|
50
|
+
type: import("vue-types").VueTypeDef<string> & {
|
51
|
+
default: string;
|
52
|
+
};
|
53
|
+
tabPosition: import("vue-types").VueTypeDef<string> & {
|
54
|
+
default: string;
|
55
|
+
};
|
56
|
+
closable: BooleanConstructor;
|
57
|
+
addable: BooleanConstructor;
|
58
|
+
sortable: BooleanConstructor;
|
59
|
+
sortType: import("vue-types").VueTypeDef<string> & {
|
60
|
+
default: string;
|
61
|
+
};
|
62
|
+
labelHeight: import("vue-types").VueTypeValidableDef<number> & {
|
63
|
+
default: number;
|
64
|
+
} & {
|
65
|
+
default: number;
|
66
|
+
};
|
67
|
+
scrollStep: import("vue-types").VueTypeValidableDef<number> & {
|
68
|
+
default: number;
|
69
|
+
} & {
|
70
|
+
default: number;
|
71
|
+
};
|
72
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
73
|
+
default: string;
|
74
|
+
} & {
|
75
|
+
default: string;
|
76
|
+
};
|
77
|
+
validateActive: import("vue-types").VueTypeValidableDef<boolean> & {
|
78
|
+
default: boolean;
|
79
|
+
} & {
|
80
|
+
default: boolean;
|
81
|
+
};
|
82
|
+
showHeader: import("vue-types").VueTypeValidableDef<boolean> & {
|
83
|
+
default: boolean;
|
84
|
+
} & {
|
85
|
+
default: boolean;
|
86
|
+
};
|
87
|
+
changeOnHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
88
|
+
default: boolean;
|
89
|
+
} & {
|
90
|
+
default: boolean;
|
91
|
+
};
|
92
|
+
changeOnHoverDelay: import("vue-types").VueTypeValidableDef<number> & {
|
93
|
+
default: number;
|
94
|
+
} & {
|
95
|
+
default: number;
|
96
|
+
};
|
97
|
+
};
|
98
|
+
export declare const tabNavProps: {
|
99
|
+
tabAdd: {
|
100
|
+
type: FunctionConstructor;
|
101
|
+
default: () => any;
|
102
|
+
};
|
103
|
+
tabChange: {
|
104
|
+
type: FunctionConstructor;
|
105
|
+
default: (name: string) => string;
|
106
|
+
};
|
107
|
+
tabRemove: {
|
108
|
+
type: FunctionConstructor;
|
109
|
+
default: (name: string) => string;
|
110
|
+
};
|
111
|
+
tabSort: {
|
112
|
+
type: FunctionConstructor;
|
113
|
+
default: () => any;
|
114
|
+
};
|
115
|
+
tabDrag: {
|
116
|
+
type: FunctionConstructor;
|
117
|
+
default: () => any;
|
118
|
+
};
|
119
|
+
active: import("vue-types").VueTypeDef<string | number> & {
|
120
|
+
default: string | number;
|
121
|
+
};
|
122
|
+
panels: {
|
123
|
+
type: PropType<VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
124
|
+
[key: string]: any;
|
125
|
+
}>[]>;
|
126
|
+
default: () => any[];
|
127
|
+
};
|
128
|
+
closable: BooleanConstructor;
|
129
|
+
addable: BooleanConstructor;
|
130
|
+
sortable: BooleanConstructor;
|
131
|
+
sortType: import("vue-types").VueTypeDef<string> & {
|
132
|
+
default: string;
|
133
|
+
};
|
134
|
+
labelHeight: import("vue-types").VueTypeValidableDef<number> & {
|
135
|
+
default: number;
|
136
|
+
} & {
|
137
|
+
default: number;
|
138
|
+
};
|
139
|
+
scrollStep: import("vue-types").VueTypeValidableDef<number> & {
|
140
|
+
default: number;
|
141
|
+
} & {
|
142
|
+
default: number;
|
143
|
+
};
|
144
|
+
validateActive: import("vue-types").VueTypeValidableDef<boolean> & {
|
145
|
+
default: boolean;
|
146
|
+
} & {
|
147
|
+
default: boolean;
|
148
|
+
};
|
149
|
+
changeOnHover: import("vue-types").VueTypeValidableDef<boolean> & {
|
150
|
+
default: boolean;
|
151
|
+
} & {
|
152
|
+
default: boolean;
|
153
|
+
};
|
154
|
+
changeOnHoverDelay: import("vue-types").VueTypeValidableDef<number> & {
|
155
|
+
default: number;
|
156
|
+
} & {
|
157
|
+
default: number;
|
158
|
+
};
|
159
|
+
};
|
160
|
+
export declare const tabPanelProps: {
|
161
|
+
name: import("vue-types").VueTypeDef<string | number> & {
|
162
|
+
default: string | number;
|
163
|
+
};
|
164
|
+
label: (import("vue-types").VueTypeValidableDef<string> & {
|
165
|
+
default: string;
|
166
|
+
}) | (import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
167
|
+
default: (...args: any[]) => any;
|
168
|
+
});
|
169
|
+
closable: import("vue-types").VueTypeValidableDef<boolean> & {
|
170
|
+
default: boolean;
|
171
|
+
};
|
172
|
+
visible: import("vue-types").VueTypeValidableDef<boolean> & {
|
173
|
+
default: boolean;
|
174
|
+
} & {
|
175
|
+
default: boolean;
|
176
|
+
};
|
177
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
178
|
+
default: boolean;
|
179
|
+
};
|
180
|
+
sortable: import("vue-types").VueTypeValidableDef<boolean> & {
|
181
|
+
default: boolean;
|
182
|
+
};
|
183
|
+
renderDirective: import("vue-types").VueTypeDef<string> & {
|
184
|
+
default: string;
|
185
|
+
};
|
186
|
+
panel: (import("vue-types").VueTypeValidableDef<string> & {
|
187
|
+
default: string;
|
188
|
+
}) | (import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
189
|
+
default: (...args: any[]) => any;
|
190
|
+
});
|
191
|
+
};
|