bkui-vue 0.0.1-beta.6 → 0.0.1-beta.60
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/README.md +31 -19
- package/dist/index.cjs.js +57 -0
- package/dist/index.esm.js +21606 -0
- package/dist/index.umd.js +57 -0
- package/dist/style.css +1 -2009
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.variable.css +33 -0
- package/lib/alert/index.d.ts +180 -0
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.d.ts +27 -13
- package/lib/backtop/backtop.variable.css +33 -0
- package/lib/backtop/index.d.ts +166 -0
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.css +5 -5
- package/lib/badge/badge.d.ts +64 -22
- package/lib/badge/badge.less +5 -6
- package/lib/badge/badge.variable.css +38 -5
- package/lib/badge/index.d.ts +267 -0
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.css +18 -1
- package/lib/breadcrumb/breadcrumb.d.ts +37 -9
- package/lib/breadcrumb/breadcrumb.less +13 -2
- package/lib/breadcrumb/breadcrumb.variable.css +51 -1
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.css +41 -21
- package/lib/button/button.d.ts +66 -30
- package/lib/button/button.less +44 -28
- package/lib/button/button.variable.css +74 -21
- package/lib/button/index.d.ts +237 -0
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +53 -1
- package/lib/card/card.d.ts +74 -18
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +86 -1
- package/lib/card/index.d.ts +283 -0
- package/lib/card/index.js +1 -1
- package/lib/checkbox/checkbox-group.d.ts +13 -9
- package/lib/checkbox/checkbox.css +12 -0
- package/lib/checkbox/checkbox.d.ts +33 -30
- package/lib/checkbox/checkbox.less +17 -0
- package/lib/checkbox/checkbox.variable.css +45 -0
- package/lib/checkbox/common.d.ts +3 -3
- package/lib/checkbox/index.d.ts +253 -0
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +9 -12
- 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.less +238 -0
- package/lib/code-diff/code-diff.variable.css +280 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse.css +8 -0
- package/lib/collapse/collapse.d.ts +50 -18
- package/lib/collapse/collapse.less +10 -0
- package/lib/collapse/collapse.variable.css +8 -0
- package/lib/collapse/index.d.ts +166 -0
- package/lib/collapse/index.js +1 -1
- package/lib/components.d.ts +42 -0
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +48 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +142 -0
- package/lib/container/index.d.ts +223 -0
- package/lib/container/index.js +1 -0
- package/lib/container/row.d.ts +4 -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.less +526 -0
- package/lib/date-picker/date-picker.variable.css +501 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +713 -0
- package/lib/date-picker/index.js +1 -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 +40 -0
- package/lib/dialog/dialog.d.ts +226 -51
- package/lib/dialog/dialog.less +16 -0
- package/lib/dialog/dialog.variable.css +40 -0
- package/lib/dialog/index.d.ts +608 -0
- package/lib/dialog/index.js +1 -1
- package/lib/directives/clickoutside.d.ts +3 -0
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +17 -0
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +132 -0
- package/lib/divider/index.d.ts +142 -0
- package/lib/divider/index.js +1 -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 +63 -0
- package/lib/dropdown/dropdown.less +54 -0
- package/lib/dropdown/dropdown.variable.css +137 -0
- package/lib/dropdown/index.d.ts +200 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.variable.css +33 -0
- package/lib/exception/index.d.ts +96 -0
- package/lib/exception/index.js +1 -1
- package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +33 -0
- package/lib/fixed-navbar/index.d.ts +112 -0
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/common.d.ts +3 -0
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +145 -0
- package/lib/form/form.css +113 -0
- package/lib/form/form.d.ts +64 -0
- package/lib/form/form.less +141 -0
- package/lib/form/form.variable.css +207 -0
- package/lib/form/index.d.ts +262 -0
- package/lib/form/index.js +1 -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-line.d.ts +4 -0
- package/lib/icon/close-line.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/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.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/edit-line.d.ts +4 -0
- package/lib/icon/edit-line.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/funnel.d.ts +4 -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/index.d.ts +57 -0
- package/lib/icon/index.js +1 -15
- 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 +3 -0
- package/lib/index.js +1 -0
- package/lib/input/index.d.ts +451 -0
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +75 -4
- package/lib/input/input.d.ts +118 -43
- package/lib/input/input.less +86 -8
- package/lib/input/input.variable.css +109 -4
- package/lib/link/index.d.ts +164 -0
- package/lib/link/index.js +1 -1
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.variable.css +33 -0
- package/lib/loading/index.d.ts +172 -0
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +118 -73
- package/lib/loading/loading.d.ts +67 -20
- package/lib/loading/loading.less +75 -58
- package/lib/loading/loading.variable.css +151 -73
- package/lib/menu/index.d.ts +188 -0
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +190 -0
- package/lib/menu/menu.d.ts +64 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +284 -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 +97 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +2 -0
- package/lib/message/index.js +1 -0
- package/lib/message/message.css +62 -0
- package/lib/message/message.less +72 -0
- package/lib/message/message.variable.css +156 -0
- package/lib/message/messageConstructor.d.ts +106 -0
- package/lib/modal/index.d.ts +374 -0
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +20 -0
- package/lib/modal/modal.d.ts +108 -27
- package/lib/modal/modal.less +27 -0
- package/lib/modal/modal.variable.css +20 -0
- package/lib/modal/props.mixin.d.ts +44 -11
- package/lib/navigation/index.d.ts +2 -0
- package/lib/navigation/index.js +1 -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.less +210 -0
- package/lib/navigation/navigation.variable.css +278 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +49 -0
- package/lib/notify/notify.less +58 -0
- package/lib/notify/notify.variable.css +143 -0
- package/lib/notify/notifyConstructor.d.ts +91 -0
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +273 -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 +318 -0
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +23 -14
- package/lib/popover/popover.d.ts +90 -46
- package/lib/popover/popover.less +57 -46
- package/lib/popover/popover.variable.css +56 -14
- package/lib/popover/props.d.ts +89 -0
- package/lib/preset.d.ts +7 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/index.js +1 -0
- package/lib/process/process.css +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +232 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +8 -3
- package/lib/progress/progress.d.ts +88 -35
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +41 -3
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +278 -0
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +29 -20
- package/lib/radio/radio-group.d.ts +11 -10
- package/lib/radio/radio.css +8 -2
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +9 -2
- package/lib/radio/radio.variable.css +41 -2
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +113 -0
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +13 -10
- package/lib/rate/star.d.ts +33 -16
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/index.js +1 -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.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +283 -0
- package/lib/select/common.d.ts +23 -17
- package/lib/select/index.d.ts +1377 -0
- package/lib/select/index.js +1 -1
- package/lib/select/option.d.ts +12 -19
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +248 -17
- package/lib/select/select.d.ts +282 -156
- package/lib/select/select.less +251 -46
- package/lib/select/select.variable.css +281 -17
- package/lib/select/type.d.ts +31 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
- package/lib/shared/index.d.ts +52 -0
- package/lib/shared/index.js +1 -1
- package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +32 -3
- package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +8 -1
- package/lib/shared/{bk-popover.d.ts → popover.d.ts} +57 -6
- package/lib/shared/utils.d.ts +6 -0
- package/lib/shared/vue-types.d.ts +8 -7
- package/lib/shared/z-index-manager.d.ts +6 -1
- package/lib/sideslider/index.d.ts +337 -0
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.d.ts +114 -30
- package/lib/sideslider/sideslider.variable.css +33 -0
- package/lib/slider/index.d.ts +27 -0
- package/lib/slider/index.js +1 -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.less +179 -0
- package/lib/slider/slider.variable.css +243 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/index.js +1 -0
- package/lib/steps/steps.css +288 -0
- package/lib/steps/steps.d.ts +161 -0
- package/lib/steps/steps.less +324 -0
- package/lib/steps/steps.variable.css +382 -0
- package/lib/styles/index.d.ts +48 -0
- package/lib/styles/mixins/clearfix.css +8 -0
- package/lib/styles/mixins/clearfix.less +10 -0
- package/lib/styles/mixins/clearfix.variable.css +8 -0
- package/lib/styles/mixins/mixins.css +8 -0
- package/lib/styles/mixins/mixins.less +1 -0
- package/lib/styles/mixins/mixins.variable.css +8 -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 +9 -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 +53 -2
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/index.js +1 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -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/index.js +1 -1
- package/lib/switcher/switcher.css +157 -135
- package/lib/switcher/switcher.d.ts +48 -32
- package/lib/switcher/switcher.less +211 -153
- package/lib/switcher/switcher.variable.css +190 -135
- package/lib/tab/index.d.ts +443 -0
- package/lib/tab/index.js +1 -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.less +222 -0
- package/lib/tab/tab.variable.css +242 -0
- package/lib/table/const.d.ts +4 -0
- package/lib/table/index.d.ts +359 -0
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.css +68 -0
- package/lib/table/plugins/head-filter.less +83 -0
- package/lib/table/plugins/head-filter.variable.css +162 -0
- package/lib/table/plugins/head-sort.css +22 -0
- package/lib/table/plugins/head-sort.less +28 -0
- package/lib/table/plugins/head-sort.variable.css +116 -0
- package/lib/table/plugins/settings.css +110 -0
- package/lib/table/plugins/settings.less +136 -0
- package/lib/table/plugins/settings.variable.css +204 -0
- package/lib/table/props.d.ts +184 -0
- package/lib/table/render.d.ts +120 -0
- package/lib/table/table.css +321 -0
- package/lib/table/table.d.ts +114 -36
- package/lib/table/table.less +160 -1
- package/lib/table/table.variable.css +354 -0
- package/lib/table/use-common.d.ts +20 -0
- package/lib/table/utils.d.ts +83 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.css +97 -0
- package/lib/tag/tag.d.ts +83 -53
- package/lib/tag/tag.less +110 -2
- package/lib/tag/tag.variable.css +130 -0
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +2 -0
- package/lib/tag-input/index.js +1 -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.less +250 -0
- package/lib/tag-input/tag-input.variable.css +302 -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/index.js +1 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +239 -0
- package/lib/timeline/timeline.variable.css +329 -0
- package/lib/transfer/index.d.ts +351 -0
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/transfer.css +158 -0
- package/lib/transfer/transfer.d.ts +185 -0
- package/lib/transfer/transfer.less +171 -0
- package/lib/transfer/transfer.variable.css +252 -0
- package/lib/tree/index.d.ts +266 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +99 -0
- package/lib/tree/tree.css +50 -0
- package/lib/tree/tree.d.ts +110 -0
- package/lib/tree/tree.less +63 -0
- package/lib/tree/tree.variable.css +144 -0
- package/lib/tree/use-async.d.ts +5 -0
- package/lib/tree/use-node-action.d.ts +6 -0
- package/lib/tree/use-node-attribute.d.ts +13 -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/index.js +1 -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.less +43 -0
- package/lib/virtual-render/virtual-render.variable.css +33 -0
- package/package.json +108 -79
- package/dist/bkui-vue.cjs.js +0 -4887
- package/dist/bkui-vue.esm.js +0 -4883
- package/dist/bkui-vue.umd.js +0 -4890
- package/lib/checkbox-group/index.js +0 -1
- package/lib/radio-button/index.js +0 -1
- package/lib/radio-group/index.js +0 -1
- package/lib/styles/index.js +0 -1
- package/lib/table/common.d.ts +0 -3
- package/lib/table/table-layout.d.ts +0 -14
- package/lib/table/type.d.ts +0 -12
@@ -19,184 +19,192 @@
|
|
19
19
|
.bk-fade-transtion .bk-fade-leave-to {
|
20
20
|
opacity: 0;
|
21
21
|
}
|
22
|
+
.clearfix-style::after {
|
23
|
+
display: block;
|
24
|
+
height: 0;
|
25
|
+
clear: both;
|
26
|
+
font-size: 0;
|
27
|
+
content: '';
|
28
|
+
visibility: hidden;
|
29
|
+
}
|
22
30
|
.bk-switcher {
|
23
31
|
position: relative;
|
24
32
|
display: inline-block;
|
25
|
-
/* 默认尺寸 */
|
26
|
-
width: 36px;
|
27
33
|
height: 20px;
|
34
|
+
/* 默认尺寸 */
|
35
|
+
min-width: 36px;
|
36
|
+
padding: 0;
|
37
|
+
margin: 0;
|
38
|
+
font-size: 14px;
|
28
39
|
line-height: 20px;
|
29
40
|
text-align: left;
|
30
41
|
vertical-align: middle;
|
42
|
+
list-style: none;
|
43
|
+
cursor: pointer;
|
31
44
|
background-color: #c4c6cc;
|
45
|
+
border: 1px solid transparent;
|
32
46
|
border-radius: 50px;
|
47
|
+
border-radius: 100px;
|
48
|
+
box-sizing: border-box;
|
33
49
|
transition: all 0.4s ease;
|
50
|
+
transition: all 0.36s;
|
51
|
+
user-select: none;
|
34
52
|
/* 显示文本时固定尺寸 */
|
35
53
|
}
|
36
|
-
.bk-switcher:focus {
|
37
|
-
box-shadow: 0px 0px 6px #c4c6cc;
|
38
|
-
}
|
39
54
|
.bk-switcher:after {
|
40
55
|
position: absolute;
|
41
|
-
top:
|
42
|
-
left:
|
43
|
-
|
44
|
-
|
45
|
-
height: 24px;
|
56
|
+
top: 1px;
|
57
|
+
left: 1px;
|
58
|
+
width: 16px;
|
59
|
+
height: 16px;
|
46
60
|
cursor: pointer;
|
47
61
|
background: #fff;
|
48
|
-
|
49
|
-
|
50
|
-
|
62
|
+
background-color: #fff;
|
63
|
+
border-radius: 18px;
|
64
|
+
content: ' ';
|
51
65
|
transition: all 0.3s ease;
|
52
66
|
}
|
53
|
-
.bk-switcher
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
67
|
+
.bk-switcher .switcher-text {
|
68
|
+
display: block;
|
69
|
+
margin-right: 6px;
|
70
|
+
margin-left: 28px;
|
71
|
+
font-size: 12px;
|
72
|
+
font-weight: 400;
|
73
|
+
color: #fff;
|
74
|
+
text-align: center;
|
75
|
+
transition: all 0.3s ease;
|
62
76
|
}
|
63
|
-
.bk-switcher.
|
64
|
-
|
77
|
+
.bk-switcher .animating-node {
|
78
|
+
position: absolute;
|
79
|
+
top: 0;
|
80
|
+
right: 0;
|
81
|
+
bottom: 0;
|
82
|
+
left: 0;
|
83
|
+
display: block;
|
84
|
+
pointer-events: none;
|
85
|
+
border-radius: inherit;
|
86
|
+
content: '';
|
87
|
+
opacity: 0.2;
|
88
|
+
box-shadow: 0 0 0 0 #1890ff;
|
89
|
+
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
|
90
|
+
animation-fill-mode: forwards;
|
65
91
|
}
|
66
92
|
.bk-switcher .bk-switcher-loading {
|
67
93
|
position: absolute;
|
68
|
-
top:
|
94
|
+
top: 1px;
|
69
95
|
left: 1px;
|
70
|
-
z-index:
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
96
|
+
z-index: 1;
|
97
|
+
width: 16px;
|
98
|
+
height: 16px;
|
99
|
+
font-size: 12px;
|
100
|
+
color: #c4c6cc;
|
101
|
+
cursor: pointer;
|
102
|
+
background: transparent;
|
103
|
+
border-radius: 16px;
|
104
|
+
content: ' ';
|
105
|
+
transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
75
106
|
}
|
76
107
|
.bk-switcher .bk-switcher-loading svg {
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
font-size: 12px;
|
85
|
-
font-weight: normal;
|
86
|
-
color: #fff;
|
87
|
-
text-align: center;
|
88
|
-
vertical-align: top;
|
89
|
-
transition: all ease 0.3s;
|
108
|
+
position: absolute;
|
109
|
+
top: 0;
|
110
|
+
right: 0;
|
111
|
+
bottom: 0;
|
112
|
+
left: 0;
|
113
|
+
margin: auto;
|
114
|
+
animation: loading 1s linear infinite;
|
90
115
|
}
|
91
|
-
.bk-switcher
|
92
|
-
|
116
|
+
.bk-switcher.is-loading {
|
117
|
+
cursor: defalt;
|
93
118
|
}
|
94
|
-
.bk-switcher
|
95
|
-
|
119
|
+
.bk-switcher.is-loading input[type=checkbox] {
|
120
|
+
cursor: default;
|
96
121
|
}
|
97
122
|
.bk-switcher.show-label {
|
98
|
-
width: 60px;
|
99
123
|
height: 28px;
|
124
|
+
min-width: 60px;
|
100
125
|
line-height: 28px;
|
101
126
|
}
|
102
|
-
.bk-switcher.show-label
|
103
|
-
|
127
|
+
.bk-switcher.show-label::after {
|
128
|
+
width: 24px;
|
129
|
+
height: 24px;
|
104
130
|
}
|
105
131
|
.bk-switcher.show-label .bk-switcher-loading {
|
106
|
-
width:
|
107
|
-
height:
|
108
|
-
|
109
|
-
justify-content: center;
|
132
|
+
width: 24px;
|
133
|
+
height: 24px;
|
134
|
+
font-size: 20px;
|
110
135
|
}
|
111
|
-
.bk-switcher.show-label .bk-switcher-loading
|
112
|
-
|
136
|
+
.bk-switcher.show-label.is-checked .bk-switcher-loading {
|
137
|
+
left: 100%;
|
138
|
+
margin-left: -25px;
|
113
139
|
}
|
114
140
|
.bk-switcher.is-disabled {
|
115
|
-
cursor:
|
116
|
-
/* background-color: #eee !important; */
|
141
|
+
cursor: not-allowed;
|
117
142
|
opacity: 0.3;
|
118
143
|
}
|
119
|
-
.bk-switcher.is-disabled
|
144
|
+
.bk-switcher.is-disabled .bk-switcher-loading {
|
145
|
+
cursor: not-allowed;
|
146
|
+
}
|
147
|
+
.bk-switcher.is-disabled::after {
|
120
148
|
cursor: not-allowed;
|
121
149
|
}
|
122
150
|
.bk-switcher.is-checked {
|
123
151
|
background: #2dcb56;
|
124
152
|
}
|
125
|
-
.bk-switcher.is-checked
|
126
|
-
|
153
|
+
.bk-switcher.is-checked .bk-switcher-loading svg {
|
154
|
+
color: #2dcb56;
|
127
155
|
}
|
128
|
-
.bk-switcher.is-checked.primary {
|
156
|
+
.bk-switcher.is-checked:not(.bk-switcher-outline).bk-switcher.is-checked.primary {
|
129
157
|
background: #3a84ff;
|
130
158
|
}
|
131
|
-
.bk-switcher.is-checked.primary
|
132
|
-
|
159
|
+
.bk-switcher.is-checked:not(.bk-switcher-outline).bk-switcher.is-checked.primary .bk-switcher-loading svg {
|
160
|
+
color: #3a84ff;
|
133
161
|
}
|
134
162
|
.bk-switcher.is-checked:after {
|
135
|
-
top: 2px;
|
136
163
|
left: 100%;
|
137
|
-
margin-left: -
|
138
|
-
|
139
|
-
.bk-switcher.is-checked .switcher-label {
|
140
|
-
margin-left: 4px;
|
141
|
-
}
|
142
|
-
.bk-switcher.is-checked .switcher-label .on-text {
|
143
|
-
display: inline-block;
|
164
|
+
margin-left: -1px;
|
165
|
+
transform: translateX(-100%);
|
144
166
|
}
|
145
|
-
.bk-switcher.is-checked .switcher-
|
146
|
-
|
167
|
+
.bk-switcher.is-checked .switcher-text {
|
168
|
+
margin-right: 28px;
|
169
|
+
margin-left: 6px;
|
147
170
|
}
|
148
|
-
.bk-switcher.is-checked .bk-switcher-loading {
|
149
|
-
|
150
|
-
left:
|
171
|
+
.bk-switcher:not(.show-label).is-checked .bk-switcher-loading {
|
172
|
+
left: 100%;
|
173
|
+
margin-left: -17px;
|
151
174
|
}
|
152
175
|
.bk-switcher.bk-switcher-outline {
|
153
176
|
background: #fff;
|
154
177
|
border: 1px solid #c4c6cc;
|
155
178
|
}
|
156
179
|
.bk-switcher.bk-switcher-outline:after {
|
157
|
-
width:
|
158
|
-
height:
|
180
|
+
width: 24px;
|
181
|
+
height: 24px;
|
159
182
|
background-color: #c4c6cc;
|
160
183
|
box-shadow: none;
|
161
184
|
}
|
162
|
-
.bk-switcher.bk-switcher-outline .switcher-
|
163
|
-
height: 26px;
|
164
|
-
margin-left: 24px;
|
185
|
+
.bk-switcher.bk-switcher-outline .switcher-text {
|
165
186
|
color: #c4c6cc;
|
166
187
|
}
|
167
|
-
.bk-switcher.bk-switcher-outline .bk-switcher-loading {
|
168
|
-
width: 22px;
|
169
|
-
height: 22px;
|
170
|
-
align-items: center;
|
171
|
-
justify-content: center;
|
172
|
-
}
|
173
188
|
.bk-switcher.bk-switcher-outline.is-checked {
|
174
189
|
border: 1px solid #2dcb56;
|
175
190
|
}
|
176
191
|
.bk-switcher.bk-switcher-outline.is-checked:after {
|
177
|
-
margin-left: -24px;
|
178
192
|
background-color: #2dcb56;
|
179
193
|
}
|
180
|
-
.bk-switcher.bk-switcher-outline.is-checked .switcher-
|
181
|
-
margin-left: 4px;
|
194
|
+
.bk-switcher.bk-switcher-outline.is-checked .switcher-text {
|
182
195
|
color: #2dcb56;
|
183
196
|
}
|
184
|
-
.bk-switcher.bk-switcher-outline.
|
185
|
-
|
186
|
-
border-color: #eee;
|
187
|
-
}
|
188
|
-
.bk-switcher.bk-switcher-outline.is-disabled .switcher-label {
|
189
|
-
color: #eee;
|
197
|
+
.bk-switcher.bk-switcher-outline .bk-switcher-loading svg {
|
198
|
+
color: #fff;
|
190
199
|
}
|
191
|
-
.bk-switcher.bk-switcher-outline.is-
|
192
|
-
|
200
|
+
.bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked {
|
201
|
+
border: 1px solid #3a84ff;
|
193
202
|
}
|
194
|
-
.bk-switcher.bk-switcher-outline.bk-switcher-
|
195
|
-
|
196
|
-
height: 18px;
|
203
|
+
.bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked:after {
|
204
|
+
background: #3a84ff;
|
197
205
|
}
|
198
|
-
.bk-switcher.bk-switcher-outline.bk-switcher
|
199
|
-
|
206
|
+
.bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked .switcher-text {
|
207
|
+
color: #3a84ff;
|
200
208
|
}
|
201
209
|
.bk-switcher.bk-switcher-square {
|
202
210
|
border-radius: 2px;
|
@@ -204,55 +212,69 @@
|
|
204
212
|
.bk-switcher.bk-switcher-square:after {
|
205
213
|
border-radius: 2px;
|
206
214
|
}
|
207
|
-
.bk-switcher.bk-switcher-square .switcher-label {
|
208
|
-
width: 35px;
|
209
|
-
}
|
210
215
|
.bk-switcher.bk-switcher-large {
|
211
|
-
width: 42px;
|
212
216
|
height: 24px;
|
217
|
+
min-width: 42px;
|
213
218
|
line-height: 22px;
|
214
|
-
border-radius: 12px;
|
215
219
|
}
|
216
220
|
.bk-switcher.bk-switcher-large:after {
|
217
221
|
width: 20px;
|
218
222
|
height: 20px;
|
219
223
|
}
|
220
|
-
.bk-switcher.bk-switcher-large.is-checked:after {
|
221
|
-
top: 2px;
|
222
|
-
left: 100%;
|
223
|
-
margin-left: -22px;
|
224
|
-
}
|
225
224
|
.bk-switcher.bk-switcher-large .bk-switcher-loading {
|
226
|
-
width:
|
227
|
-
height:
|
225
|
+
width: 20px;
|
226
|
+
height: 20px;
|
227
|
+
font-size: 16px;
|
228
|
+
}
|
229
|
+
.bk-switcher.bk-switcher-large.is-checked .bk-switcher-loading {
|
230
|
+
margin-left: -21px;
|
228
231
|
}
|
229
232
|
.bk-switcher.bk-switcher-small {
|
230
|
-
width: 26px;
|
231
233
|
height: 16px;
|
234
|
+
min-width: 26px;
|
232
235
|
line-height: 22px;
|
233
236
|
}
|
234
237
|
.bk-switcher.bk-switcher-small:after {
|
235
238
|
width: 12px;
|
236
239
|
height: 12px;
|
237
240
|
}
|
238
|
-
.bk-switcher.bk-switcher-small.is-checked:after {
|
239
|
-
top: 2px;
|
240
|
-
left: 100%;
|
241
|
-
margin-left: -14px;
|
242
|
-
}
|
243
241
|
.bk-switcher.bk-switcher-small .bk-switcher-loading {
|
244
|
-
width:
|
245
|
-
height:
|
242
|
+
width: 12px;
|
243
|
+
height: 12px;
|
244
|
+
font-weight: 700;
|
245
|
+
transform: scale(0.66667);
|
246
246
|
}
|
247
|
-
.bk-switcher
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
247
|
+
.bk-switcher.bk-switcher-small.is-checked .bk-switcher-loading {
|
248
|
+
margin-left: -13px;
|
249
|
+
}
|
250
|
+
:not(.show-label).bk-switcher-nomal.bk-switcher-outline::after {
|
251
|
+
width: 16px;
|
252
|
+
height: 16px;
|
253
|
+
}
|
254
|
+
:not(.show-label).bk-switcher-outline.is-checked.bk-switcher-small::after {
|
255
|
+
width: 12px;
|
256
|
+
height: 12px;
|
257
|
+
}
|
258
|
+
:not(.show-label).bk-switcher-outline.is-checked.bk-switcher-large::after {
|
259
|
+
width: 20px;
|
260
|
+
height: 20px;
|
261
|
+
}
|
262
|
+
:not(.show-label).bk-switcher-outline.is-checked::after {
|
263
|
+
width: 16px;
|
264
|
+
height: 16px;
|
265
|
+
}
|
266
|
+
@keyframes fadeEffect {
|
267
|
+
100% {
|
268
|
+
opacity: 0;
|
269
|
+
}
|
270
|
+
}
|
271
|
+
@keyframes waveEffect {
|
272
|
+
100% {
|
273
|
+
box-shadow: 0 0 0 #1890ff;
|
274
|
+
}
|
275
|
+
}
|
276
|
+
@keyframes loading {
|
277
|
+
100% {
|
278
|
+
transform: rotate(1turn);
|
279
|
+
}
|
258
280
|
}
|
@@ -45,38 +45,54 @@ declare const _default: import("vue").DefineComponent<{
|
|
45
45
|
modelValue: import("vue-types").VueTypeDef<string | number | boolean> & {
|
46
46
|
default: string | number | boolean;
|
47
47
|
};
|
48
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
49
|
-
theme
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
preCheck
|
79
|
-
|
48
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
49
|
+
theme: import("vue-types").VueTypeDef<string> & {
|
50
|
+
default: string;
|
51
|
+
};
|
52
|
+
size: import("vue-types").VueTypeDef<string>;
|
53
|
+
disabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
54
|
+
default: boolean;
|
55
|
+
};
|
56
|
+
showText: import("vue-types").VueTypeValidableDef<boolean> & {
|
57
|
+
default: boolean;
|
58
|
+
};
|
59
|
+
isOutline: import("vue-types").VueTypeValidableDef<boolean> & {
|
60
|
+
default: boolean;
|
61
|
+
};
|
62
|
+
onText: import("vue-types").VueTypeValidableDef<string> & {
|
63
|
+
default: string;
|
64
|
+
} & {
|
65
|
+
default: string;
|
66
|
+
};
|
67
|
+
offText: import("vue-types").VueTypeValidableDef<string> & {
|
68
|
+
default: string;
|
69
|
+
} & {
|
70
|
+
default: string;
|
71
|
+
};
|
72
|
+
isSquare: import("vue-types").VueTypeValidableDef<boolean> & {
|
73
|
+
default: boolean;
|
74
|
+
};
|
75
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
76
|
+
default: string;
|
77
|
+
};
|
78
|
+
preCheck: import("vue-types").VueTypeValidableDef<(...args: any[]) => any> & {
|
79
|
+
default: (...args: any[]) => any;
|
80
|
+
} & {
|
81
|
+
default: (...args: any[]) => any;
|
82
|
+
};
|
83
|
+
trueValue: import("vue-types").VueTypeDef<string | number | boolean> & {
|
84
|
+
default: string | number | boolean;
|
85
|
+
};
|
86
|
+
falseValue: import("vue-types").VueTypeDef<string | number | boolean> & {
|
87
|
+
default: string | number | boolean;
|
88
|
+
};
|
89
|
+
value: import("vue-types").VueTypeDef<string | number | boolean> & {
|
90
|
+
default: string | number | boolean;
|
91
|
+
};
|
92
|
+
modelValue: import("vue-types").VueTypeDef<string | number | boolean> & {
|
93
|
+
default: string | number | boolean;
|
94
|
+
};
|
95
|
+
}>> & {
|
80
96
|
onChange?: (...args: any[]) => any;
|
81
97
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
82
98
|
}, {
|