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,157 @@
|
|
1
|
+
import { ExtractPropTypes } from 'vue';
|
2
|
+
export declare const virtualRenderProps: {
|
3
|
+
onContentScroll: FunctionConstructor;
|
4
|
+
/** 传入原始数据源 */
|
5
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
6
|
+
default: () => unknown[];
|
7
|
+
} & {
|
8
|
+
default: () => unknown[];
|
9
|
+
};
|
10
|
+
/**
|
11
|
+
* 是否启用此功能
|
12
|
+
* 如果设置为false,则此组件只会渲染两层指定的 容器,默认渲染两层 div
|
13
|
+
* 设置为true才会启用所有的虚拟渲染 & 滚动相关计算
|
14
|
+
* 此属性设置为了兼容需要按需开启\关闭虚拟渲染场景,避免外层设计两套样式架构
|
15
|
+
* Note: 目前此属性不支持动态修改
|
16
|
+
*/
|
17
|
+
enabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
18
|
+
default: boolean;
|
19
|
+
} & {
|
20
|
+
default: boolean;
|
21
|
+
};
|
22
|
+
/**
|
23
|
+
* 每行数据高度
|
24
|
+
* 默认为数值类型,默认高度 30px
|
25
|
+
* 如果每行高度不一致,可为回调函数:(index: number, row: any[]): number => {}
|
26
|
+
* 函数参数为当前行index & 当前行数据 row,row为数组,当不分组时,为当前行item
|
27
|
+
* 如果有分组展示, index 为当前分组 index, row为数组,当前行分组所有 item 数据
|
28
|
+
*/
|
29
|
+
lineHeight: import("vue-types").VueTypeDef<any> & {
|
30
|
+
default: any;
|
31
|
+
};
|
32
|
+
/** 整体最小高度 */
|
33
|
+
minHeight: import("vue-types").VueTypeValidableDef<number> & {
|
34
|
+
default: number;
|
35
|
+
} & {
|
36
|
+
default: number;
|
37
|
+
};
|
38
|
+
/**
|
39
|
+
* 整体高度
|
40
|
+
* 可设置具体值,如果设置为 100%,则组件会自动计算外层DOM元素offsetHeight,用于计算可渲染行数
|
41
|
+
*/
|
42
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
43
|
+
default: string | number;
|
44
|
+
};
|
45
|
+
/**
|
46
|
+
* 渲染区域宽度
|
47
|
+
* 如果设置 100% 则自适应外层元素宽度
|
48
|
+
*/
|
49
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
50
|
+
default: string | number;
|
51
|
+
};
|
52
|
+
/** 最外层元素ClassName */
|
53
|
+
className: import("vue-types").VueTypeDef<string | string[] | {
|
54
|
+
[key: string]: any;
|
55
|
+
} | {
|
56
|
+
[key: string]: any;
|
57
|
+
}[]> & {
|
58
|
+
default: string | (() => {
|
59
|
+
[key: string]: any;
|
60
|
+
}) | (() => string[]) | (() => {
|
61
|
+
[key: string]: any;
|
62
|
+
}[]);
|
63
|
+
};
|
64
|
+
/** 内层层元素ClassName */
|
65
|
+
contentClassName: import("vue-types").VueTypeDef<string | string[] | {
|
66
|
+
[key: string]: any;
|
67
|
+
} | {
|
68
|
+
[key: string]: any;
|
69
|
+
}[]> & {
|
70
|
+
default: string | (() => {
|
71
|
+
[key: string]: any;
|
72
|
+
}) | (() => string[]) | (() => {
|
73
|
+
[key: string]: any;
|
74
|
+
}[]);
|
75
|
+
};
|
76
|
+
/** 内层元素样式 */
|
77
|
+
contentStyle: import("vue-types").VueTypeValidableDef<{
|
78
|
+
[key: string]: any;
|
79
|
+
}> & {
|
80
|
+
default: () => {
|
81
|
+
[key: string]: any;
|
82
|
+
};
|
83
|
+
} & {
|
84
|
+
default: () => {
|
85
|
+
[key: string]: any;
|
86
|
+
};
|
87
|
+
};
|
88
|
+
/** 用于自定义X轴滚动条样式 */
|
89
|
+
scrollXName: import("vue-types").VueTypeValidableDef<string> & {
|
90
|
+
default: string;
|
91
|
+
} & {
|
92
|
+
default: string;
|
93
|
+
};
|
94
|
+
/** 用于自定义Y轴滚动条样式 */
|
95
|
+
scrollYName: import("vue-types").VueTypeValidableDef<string> & {
|
96
|
+
default: string;
|
97
|
+
} & {
|
98
|
+
default: string;
|
99
|
+
};
|
100
|
+
/** 分组展示,一行数据可能有多条数据 */
|
101
|
+
groupItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
102
|
+
default: number;
|
103
|
+
} & {
|
104
|
+
default: number;
|
105
|
+
};
|
106
|
+
/** 预加载行数,避免空白渲染 */
|
107
|
+
preloadItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
108
|
+
default: number;
|
109
|
+
} & {
|
110
|
+
default: number;
|
111
|
+
};
|
112
|
+
/** 外层Dom元素需要渲染成的目标元素 */
|
113
|
+
renderAs: import("vue-types").VueTypeValidableDef<string> & {
|
114
|
+
default: string;
|
115
|
+
} & {
|
116
|
+
default: string;
|
117
|
+
};
|
118
|
+
/** 内容层渲染成目标元素 */
|
119
|
+
contentAs: import("vue-types").VueTypeValidableDef<string> & {
|
120
|
+
default: string;
|
121
|
+
} & {
|
122
|
+
default: string;
|
123
|
+
};
|
124
|
+
/** top 滚动填充 */
|
125
|
+
scrollOffsetTop: import("vue-types").VueTypeValidableDef<number> & {
|
126
|
+
default: number;
|
127
|
+
} & {
|
128
|
+
default: number;
|
129
|
+
};
|
130
|
+
/**
|
131
|
+
* 内置滚动位置
|
132
|
+
* 可选:container (最外层容器),content(内容层容器)
|
133
|
+
* Note: container 慎选,需要自己处理样式 & 位置
|
134
|
+
*/
|
135
|
+
scrollPosition: import("vue-types").VueTypeValidableDef<string> & {
|
136
|
+
default: string;
|
137
|
+
} & {
|
138
|
+
default: string;
|
139
|
+
};
|
140
|
+
/**
|
141
|
+
* 绝对高度 | 实际高估
|
142
|
+
* 可选值: auto(根据行高和行数计算, LineHeight * List.length) number(外层给定高度,若为0,则不显示)
|
143
|
+
*/
|
144
|
+
abosuteHeight: import("vue-types").VueTypeDef<string | number> & {
|
145
|
+
default: string | number;
|
146
|
+
};
|
147
|
+
/**
|
148
|
+
* 滚动刷新计算间隔时间
|
149
|
+
* 默认60 ms
|
150
|
+
*/
|
151
|
+
throttleDelay: import("vue-types").VueTypeValidableDef<number> & {
|
152
|
+
default: number;
|
153
|
+
} & {
|
154
|
+
default: number;
|
155
|
+
};
|
156
|
+
};
|
157
|
+
export declare type VirtualRenderProps = Readonly<ExtractPropTypes<typeof virtualRenderProps>>;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
export declare function computedVirtualIndex(lineHeight: any, callback: any, pagination: any, el: any, event: any): void;
|
2
|
+
declare const _default: {
|
3
|
+
mounted(el: any, binding: any): void;
|
4
|
+
updated(el: any, binding: any): void;
|
5
|
+
unbind(el: any): void;
|
6
|
+
};
|
7
|
+
export default _default;
|
@@ -0,0 +1,33 @@
|
|
1
|
+
.bk-virtual-render {
|
2
|
+
position: relative;
|
3
|
+
}
|
4
|
+
.bk-virtual-render .bk-virtual-content,
|
5
|
+
.bk-virtual-render.bk-virtual-content {
|
6
|
+
position: absolute;
|
7
|
+
top: 0;
|
8
|
+
bottom: 0;
|
9
|
+
left: 0;
|
10
|
+
width: 100%;
|
11
|
+
height: 100%;
|
12
|
+
}
|
13
|
+
.bk-virtual-render .bk-virtual-section {
|
14
|
+
width: 1px;
|
15
|
+
background: transparent;
|
16
|
+
}
|
17
|
+
.bk-virtual-render.bk-scroll-x {
|
18
|
+
overflow-x: auto;
|
19
|
+
scrollbar-color: #a0a0a0 transparent;
|
20
|
+
scrollbar-width: thin;
|
21
|
+
}
|
22
|
+
.bk-virtual-render.bk-scroll-x::-webkit-scrollbar {
|
23
|
+
height: 6px;
|
24
|
+
}
|
25
|
+
.bk-virtual-render.bk-scroll-y {
|
26
|
+
overflow-y: auto;
|
27
|
+
}
|
28
|
+
.bk-virtual-render.bk-scroll-y::-webkit-scrollbar {
|
29
|
+
width: 4px;
|
30
|
+
}
|
31
|
+
.bk-virtual-render.bk-scroll-y::-webkit-scrollbar-thumb {
|
32
|
+
border-radius: 4px;
|
33
|
+
}
|
@@ -0,0 +1,244 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
onContentScroll: FunctionConstructor;
|
3
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
4
|
+
default: () => unknown[];
|
5
|
+
} & {
|
6
|
+
default: () => unknown[];
|
7
|
+
};
|
8
|
+
enabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
9
|
+
default: boolean;
|
10
|
+
} & {
|
11
|
+
default: boolean;
|
12
|
+
};
|
13
|
+
lineHeight: import("vue-types").VueTypeDef<any> & {
|
14
|
+
default: any;
|
15
|
+
};
|
16
|
+
minHeight: import("vue-types").VueTypeValidableDef<number> & {
|
17
|
+
default: number;
|
18
|
+
} & {
|
19
|
+
default: number;
|
20
|
+
};
|
21
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
22
|
+
default: string | number;
|
23
|
+
};
|
24
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
25
|
+
default: string | number;
|
26
|
+
};
|
27
|
+
className: import("vue-types").VueTypeDef<string | string[] | {
|
28
|
+
[key: string]: any;
|
29
|
+
} | {
|
30
|
+
[key: string]: any;
|
31
|
+
}[]> & {
|
32
|
+
default: string | (() => {
|
33
|
+
[key: string]: any;
|
34
|
+
}) | (() => string[]) | (() => {
|
35
|
+
[key: string]: any;
|
36
|
+
}[]);
|
37
|
+
};
|
38
|
+
contentClassName: import("vue-types").VueTypeDef<string | string[] | {
|
39
|
+
[key: string]: any;
|
40
|
+
} | {
|
41
|
+
[key: string]: any;
|
42
|
+
}[]> & {
|
43
|
+
default: string | (() => {
|
44
|
+
[key: string]: any;
|
45
|
+
}) | (() => string[]) | (() => {
|
46
|
+
[key: string]: any;
|
47
|
+
}[]);
|
48
|
+
};
|
49
|
+
contentStyle: import("vue-types").VueTypeValidableDef<{
|
50
|
+
[key: string]: any;
|
51
|
+
}> & {
|
52
|
+
default: () => {
|
53
|
+
[key: string]: any;
|
54
|
+
};
|
55
|
+
} & {
|
56
|
+
default: () => {
|
57
|
+
[key: string]: any;
|
58
|
+
};
|
59
|
+
};
|
60
|
+
scrollXName: import("vue-types").VueTypeValidableDef<string> & {
|
61
|
+
default: string;
|
62
|
+
} & {
|
63
|
+
default: string;
|
64
|
+
};
|
65
|
+
scrollYName: import("vue-types").VueTypeValidableDef<string> & {
|
66
|
+
default: string;
|
67
|
+
} & {
|
68
|
+
default: string;
|
69
|
+
};
|
70
|
+
groupItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
71
|
+
default: number;
|
72
|
+
} & {
|
73
|
+
default: number;
|
74
|
+
};
|
75
|
+
preloadItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
76
|
+
default: number;
|
77
|
+
} & {
|
78
|
+
default: number;
|
79
|
+
};
|
80
|
+
renderAs: import("vue-types").VueTypeValidableDef<string> & {
|
81
|
+
default: string;
|
82
|
+
} & {
|
83
|
+
default: string;
|
84
|
+
};
|
85
|
+
contentAs: import("vue-types").VueTypeValidableDef<string> & {
|
86
|
+
default: string;
|
87
|
+
} & {
|
88
|
+
default: string;
|
89
|
+
};
|
90
|
+
scrollOffsetTop: import("vue-types").VueTypeValidableDef<number> & {
|
91
|
+
default: number;
|
92
|
+
} & {
|
93
|
+
default: number;
|
94
|
+
};
|
95
|
+
scrollPosition: import("vue-types").VueTypeValidableDef<string> & {
|
96
|
+
default: string;
|
97
|
+
} & {
|
98
|
+
default: string;
|
99
|
+
};
|
100
|
+
abosuteHeight: import("vue-types").VueTypeDef<string | number> & {
|
101
|
+
default: string | number;
|
102
|
+
};
|
103
|
+
throttleDelay: import("vue-types").VueTypeValidableDef<number> & {
|
104
|
+
default: number;
|
105
|
+
} & {
|
106
|
+
default: number;
|
107
|
+
};
|
108
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
109
|
+
[key: string]: any;
|
110
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "content-scroll", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
111
|
+
onContentScroll: FunctionConstructor;
|
112
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
113
|
+
default: () => unknown[];
|
114
|
+
} & {
|
115
|
+
default: () => unknown[];
|
116
|
+
};
|
117
|
+
enabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
118
|
+
default: boolean;
|
119
|
+
} & {
|
120
|
+
default: boolean;
|
121
|
+
};
|
122
|
+
lineHeight: import("vue-types").VueTypeDef<any> & {
|
123
|
+
default: any;
|
124
|
+
};
|
125
|
+
minHeight: import("vue-types").VueTypeValidableDef<number> & {
|
126
|
+
default: number;
|
127
|
+
} & {
|
128
|
+
default: number;
|
129
|
+
};
|
130
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
131
|
+
default: string | number;
|
132
|
+
};
|
133
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
134
|
+
default: string | number;
|
135
|
+
};
|
136
|
+
className: import("vue-types").VueTypeDef<string | string[] | {
|
137
|
+
[key: string]: any;
|
138
|
+
} | {
|
139
|
+
[key: string]: any;
|
140
|
+
}[]> & {
|
141
|
+
default: string | (() => {
|
142
|
+
[key: string]: any;
|
143
|
+
}) | (() => string[]) | (() => {
|
144
|
+
[key: string]: any;
|
145
|
+
}[]);
|
146
|
+
};
|
147
|
+
contentClassName: import("vue-types").VueTypeDef<string | string[] | {
|
148
|
+
[key: string]: any;
|
149
|
+
} | {
|
150
|
+
[key: string]: any;
|
151
|
+
}[]> & {
|
152
|
+
default: string | (() => {
|
153
|
+
[key: string]: any;
|
154
|
+
}) | (() => string[]) | (() => {
|
155
|
+
[key: string]: any;
|
156
|
+
}[]);
|
157
|
+
};
|
158
|
+
contentStyle: import("vue-types").VueTypeValidableDef<{
|
159
|
+
[key: string]: any;
|
160
|
+
}> & {
|
161
|
+
default: () => {
|
162
|
+
[key: string]: any;
|
163
|
+
};
|
164
|
+
} & {
|
165
|
+
default: () => {
|
166
|
+
[key: string]: any;
|
167
|
+
};
|
168
|
+
};
|
169
|
+
scrollXName: import("vue-types").VueTypeValidableDef<string> & {
|
170
|
+
default: string;
|
171
|
+
} & {
|
172
|
+
default: string;
|
173
|
+
};
|
174
|
+
scrollYName: import("vue-types").VueTypeValidableDef<string> & {
|
175
|
+
default: string;
|
176
|
+
} & {
|
177
|
+
default: string;
|
178
|
+
};
|
179
|
+
groupItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
180
|
+
default: number;
|
181
|
+
} & {
|
182
|
+
default: number;
|
183
|
+
};
|
184
|
+
preloadItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
185
|
+
default: number;
|
186
|
+
} & {
|
187
|
+
default: number;
|
188
|
+
};
|
189
|
+
renderAs: import("vue-types").VueTypeValidableDef<string> & {
|
190
|
+
default: string;
|
191
|
+
} & {
|
192
|
+
default: string;
|
193
|
+
};
|
194
|
+
contentAs: import("vue-types").VueTypeValidableDef<string> & {
|
195
|
+
default: string;
|
196
|
+
} & {
|
197
|
+
default: string;
|
198
|
+
};
|
199
|
+
scrollOffsetTop: import("vue-types").VueTypeValidableDef<number> & {
|
200
|
+
default: number;
|
201
|
+
} & {
|
202
|
+
default: number;
|
203
|
+
};
|
204
|
+
scrollPosition: import("vue-types").VueTypeValidableDef<string> & {
|
205
|
+
default: string;
|
206
|
+
} & {
|
207
|
+
default: string;
|
208
|
+
};
|
209
|
+
abosuteHeight: import("vue-types").VueTypeDef<string | number> & {
|
210
|
+
default: string | number;
|
211
|
+
};
|
212
|
+
throttleDelay: import("vue-types").VueTypeValidableDef<number> & {
|
213
|
+
default: number;
|
214
|
+
} & {
|
215
|
+
default: number;
|
216
|
+
};
|
217
|
+
}>>, {
|
218
|
+
width: string | number;
|
219
|
+
height: string | number;
|
220
|
+
list: unknown[];
|
221
|
+
enabled: boolean;
|
222
|
+
lineHeight: any;
|
223
|
+
minHeight: number;
|
224
|
+
className: string | {
|
225
|
+
[key: string]: any;
|
226
|
+
};
|
227
|
+
contentClassName: string | {
|
228
|
+
[key: string]: any;
|
229
|
+
};
|
230
|
+
contentStyle: {
|
231
|
+
[key: string]: any;
|
232
|
+
};
|
233
|
+
scrollXName: string;
|
234
|
+
scrollYName: string;
|
235
|
+
groupItemCount: number;
|
236
|
+
preloadItemCount: number;
|
237
|
+
renderAs: string;
|
238
|
+
contentAs: string;
|
239
|
+
scrollOffsetTop: number;
|
240
|
+
scrollPosition: string;
|
241
|
+
abosuteHeight: string | number;
|
242
|
+
throttleDelay: number;
|
243
|
+
}>;
|
244
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("@babel/runtime/helpers/toConsumableArray"),require("@babel/runtime/helpers/typeof"),require("vue"),require("lodash"));else if("function"==typeof define&&define.amd)define(["../shared","@babel/runtime/helpers/toConsumableArray","@babel/runtime/helpers/typeof","vue","lodash"],t);else{var o="object"==typeof exports?t(require("../shared"),require("@babel/runtime/helpers/toConsumableArray"),require("@babel/runtime/helpers/typeof"),require("vue"),require("lodash")):t(e["../shared"],e["@babel/runtime/helpers/toConsumableArray"],e["@babel/runtime/helpers/typeof"],e.vue,e.lodash);for(var n in o)("object"==typeof exports?exports:e)[n]=o[n]}}(self,((e,t,o,n,r)=>(()=>{"use strict";var l={4212:t=>{t.exports=e},642:e=>{e.exports=t},8541:e=>{e.exports=o},467:e=>{e.exports=r},748:e=>{e.exports=n}},i={};function s(e){var t=i[e];if(void 0!==t)return t.exports;var o=i[e]={exports:{}};return l[e](o,o.exports,s),o.exports}s.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return s.d(t,{a:t}),t},s.d=(e,t)=>{for(var o in t)s.o(t,o)&&!s.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},s.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{s.r(a),s.d(a,{default:()=>T});var e=s(4212),t=s(642),o=s.n(t),n=s(8541),r=s.n(n),l=s(748),i={onContentScroll:Function},u=Object.assign({list:e.PropTypes.array.def([]),enabled:e.PropTypes.bool.def(!0),lineHeight:e.PropTypes.oneOfType([e.PropTypes.number,e.PropTypes.func]).def(30),minHeight:e.PropTypes.number.def(30),height:e.PropTypes.oneOfType([e.PropTypes.string.def("100%"),e.PropTypes.number]).def("100%"),width:e.PropTypes.oneOfType([e.PropTypes.string.def("100%"),e.PropTypes.number]).def("100%"),className:e.PropTypes.oneOfType([e.PropTypes.arrayOf(e.PropTypes.string),e.PropTypes.object,e.PropTypes.arrayOf(e.PropTypes.object),e.PropTypes.string]).def(""),contentClassName:e.PropTypes.oneOfType([e.PropTypes.arrayOf(e.PropTypes.string),e.PropTypes.object,e.PropTypes.arrayOf(e.PropTypes.object),e.PropTypes.string]).def(""),contentStyle:e.PropTypes.object.def({}),scrollXName:e.PropTypes.string.def("bk-scroll-x"),scrollYName:e.PropTypes.string.def("bk-scroll-y"),groupItemCount:e.PropTypes.number.def(1),preloadItemCount:e.PropTypes.number.def(1),renderAs:e.PropTypes.string.def("div"),contentAs:e.PropTypes.string.def("div"),scrollOffsetTop:e.PropTypes.number.def(0),scrollPosition:e.PropTypes.string.def("content"),abosuteHeight:e.PropTypes.oneOfType([e.PropTypes.string.def("auto"),e.PropTypes.number]).def("auto"),throttleDelay:e.PropTypes.number.def(60)},i),p=s(467),c=void 0;function d(e,t,o,n){for(var r=0,l=0,i=0,s=0;r<e;r++){if(l+(s=n(r,[r*o,(r+1)*o]))>t){i=t-l;break}l+=s}return{startIndex:r,height:l,diffHeight:i}}function f(e,t,o,n,r){if(n){var l=n.scrollTop,i=o.scrollTop,s=o.count,a=o.groupItemCount,u=o.startIndex,p=o.endIndex,c=n.offsetHeight,f=0,y=0,v=0;if("number"==typeof e&&(f=Math.floor(l/e),y=Math.ceil(c/e)+f,v=l%e),"function"==typeof e){var b=d(s,l,a,e);f=b.startIndex>0?b.startIndex:0,v=b.diffHeight,y=d(s,c,a,e).startIndex+f+1}l===i&&f===u&&y===p||"function"==typeof t&&t(r,f,y,l,v)}}function y(e,t,o){var n=o.value,r=n.lineHeight,l=void 0===r?30:r,i=n.handleScrollCallback,s=n.pagination,a=void 0===s?{}:s,u=a.startIndex,p=a.endIndex,c=a.groupItemCount,d=a.count;f(l,i,{scrollTop:a.scrollTop,startIndex:u,endIndex:p,groupItemCount:c,count:d},t,e)}var v=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:60;return(0,p.throttle)((function(e,t,o){return y(e,t,o)}),e)},b=null,h=function(e,t,o){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:60;b||(b=v(n)),"function"==typeof b&&b.call(c,e,t,o)};const m={mounted:function(e,t){var o=e.parentNode,n=t.value.throttleDelay;o.addEventListener("scroll",(function(e){h(e,o,t,n)}))},updated:function(e,t){var o=e.parentNode,n=t.value.throttleDelay;h(null,o,t,n)},unbind:function(e){if(e){var t=e.parentNode;if(!t)return;t.removeEventListener("scroll",v)}}},g=(0,l.defineComponent)({name:"VirtualRender",directives:{bkVirtualRender:m},props:u,emits:["content-scroll"],setup:function(e,t){var n=this,i=e.renderAs,s=e.contentAs,a=function(e){return"string"==typeof e?[e]:"object"!==r()(e)||Array.isArray(e)?e:[e]};if(!e.enabled)return function(){var o,n,r,u,p,c,d,f,y;return(0,l.h)(i,{class:a(e.className)},[null!==(r=null===(n=(o=t.slots).beforeContent)||void 0===n?void 0:n.call(o))&&void 0!==r?r:"",(0,l.h)(s,{class:a(e.contentClassName),style:e.contentStyle},[null!==(c=null===(p=(u=t.slots).default)||void 0===p?void 0:p.call(u,{data:e.list}))&&void 0!==c?c:""]),null!==(y=null===(f=(d=t.slots).afterContent)||void 0===f?void 0:f.call(d))&&void 0!==y?y:""])};var u=(0,l.ref)(null),p=(0,l.reactive)({startIndex:0,endIndex:0,scrollTop:1,translateY:0,count:0,groupItemCount:e.groupItemCount}),c=function(e,o,n,r,l){p.startIndex=o,p.endIndex=n,p.scrollTop=r,p.translateY=l,t.emit("content-scroll",[e,p])};(0,l.onMounted)((function(){(0,l.nextTick)((function(){b(e.list),h()}))})),(0,l.watch)((function(){return e.list}),(function(){d(),h()}),{deep:!0}),(0,l.watch)((function(){return e.lineHeight}),(function(){d(),h()}));var d=function(){b(e.list)},y=(0,l.ref)(0),v=(0,l.ref)(0),b=function(t){if(y.value=Math.ceil((t||[]).length/e.groupItemCount),p.count=y.value,p.startIndex=0,p.endIndex=0,p.translateY=0,p.scrollTop=0,"string"==typeof e.abosuteHeight&&"auto"===e.abosuteHeight)if("function"==typeof e.lineHeight){v.value=0;for(var o=0,r=0;r<y.value;r++){var l=e.lineHeight.call(n,r,t.slice(r*e.groupItemCount,e.groupItemCount));o+="number"==typeof l?l:0}v.value=o}else v.value=e.lineHeight*y.value;else v.value=e.abosuteHeight},h=function(){var t,o=null===(t=u.value)||void 0===t?void 0:t.parentNode;f(e.lineHeight,c,p,o,null)},m=(0,l.computed)((function(){return(e.list||[]).map((function(e,t){return Object.assign(Object.assign({},e),{$index:t})}))})),g=(0,l.computed)((function(){return m.value.slice(p.startIndex*e.groupItemCount,(p.endIndex+e.preloadItemCount)*e.groupItemCount)})),T=(0,l.computed)((function(){return"content"===e.scrollPosition?{top:"".concat(p.scrollTop+e.scrollOffsetTop,"px"),transform:"translateY(-".concat(p.translateY,"px)")}:{}})),P=(0,l.computed)((function(){return Object.assign({height:"number"==typeof e.height?"".concat(e.height,"px"):e.height,width:"number"==typeof e.width?"".concat(e.width,"px"):e.width,display:"inline-block"},"container"===e.scrollPosition?T.value:{})})),x=(0,l.computed)((function(){var t="number"==typeof e.abosuteHeight&&0===e.abosuteHeight;return{height:"".concat(v.value<e.minHeight?e.minHeight:v.value,"px"),display:t?"none":"block"}})),I=(0,l.computed)((function(){return["bk-virtual-render",e.scrollXName,e.scrollYName].concat(o()(a(e.className)),["container"===e.scrollPosition?"bk-virtual-content":""])})),C=(0,l.computed)((function(){return["content"===e.scrollPosition?"bk-virtual-content":""].concat(o()(a(e.contentClassName)))})),O=(0,l.resolveDirective)("bkVirtualRender"),H={lineHeight:e.lineHeight,handleScrollCallback:c,pagination:p,throttleDelay:e.throttleDelay};return function(){var o,n,r,a,p,c,d,f,y;return(0,l.h)(i||"div",{ref:u,class:I.value,style:P.value},[null!==(r=null===(n=(o=t.slots).beforeContent)||void 0===n?void 0:n.call(o))&&void 0!==r?r:"",(0,l.withDirectives)((0,l.h)(s||"div",{class:C.value,style:Object.assign(Object.assign({},T.value),e.contentStyle)},[null!==(c=null===(p=(a=t.slots).default)||void 0===p?void 0:p.call(a,{data:g.value}))&&void 0!==c?c:""]),[[O,H]]),null!==(y=null===(f=(d=t.slots).afterContent)||void 0===f?void 0:f.call(d))&&void 0!==y?y:"",(0,l.h)("div",{class:["bk-virtual-section"],style:x.value})])}}}),T=(0,e.withInstall)(g)})(),a})()));
|
@@ -0,0 +1,43 @@
|
|
1
|
+
|
2
|
+
.bk-virtual-render {
|
3
|
+
position: relative;
|
4
|
+
|
5
|
+
.bk-virtual-content,
|
6
|
+
&.bk-virtual-content {
|
7
|
+
position: absolute;
|
8
|
+
top: 0;
|
9
|
+
bottom: 0;
|
10
|
+
left: 0;
|
11
|
+
width: 100%;
|
12
|
+
height: 100%;
|
13
|
+
}
|
14
|
+
|
15
|
+
.bk-virtual-section {
|
16
|
+
width: 1px;
|
17
|
+
background: transparent;
|
18
|
+
}
|
19
|
+
|
20
|
+
|
21
|
+
&.bk-scroll-x {
|
22
|
+
overflow-x: auto;
|
23
|
+
scrollbar-color: #a0a0a0 transparent;
|
24
|
+
scrollbar-width: thin;
|
25
|
+
|
26
|
+
&::-webkit-scrollbar {
|
27
|
+
height: 6px;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
&.bk-scroll-y {
|
32
|
+
overflow-y: auto;
|
33
|
+
|
34
|
+
&::-webkit-scrollbar {
|
35
|
+
width: 4px;
|
36
|
+
}
|
37
|
+
|
38
|
+
&::-webkit-scrollbar-thumb {
|
39
|
+
border-radius: 4px;
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
.bk-virtual-render {
|
2
|
+
position: relative;
|
3
|
+
}
|
4
|
+
.bk-virtual-render .bk-virtual-content,
|
5
|
+
.bk-virtual-render.bk-virtual-content {
|
6
|
+
position: absolute;
|
7
|
+
top: 0;
|
8
|
+
bottom: 0;
|
9
|
+
left: 0;
|
10
|
+
width: 100%;
|
11
|
+
height: 100%;
|
12
|
+
}
|
13
|
+
.bk-virtual-render .bk-virtual-section {
|
14
|
+
width: 1px;
|
15
|
+
background: transparent;
|
16
|
+
}
|
17
|
+
.bk-virtual-render.bk-scroll-x {
|
18
|
+
overflow-x: auto;
|
19
|
+
scrollbar-color: #a0a0a0 transparent;
|
20
|
+
scrollbar-width: thin;
|
21
|
+
}
|
22
|
+
.bk-virtual-render.bk-scroll-x::-webkit-scrollbar {
|
23
|
+
height: 6px;
|
24
|
+
}
|
25
|
+
.bk-virtual-render.bk-scroll-y {
|
26
|
+
overflow-y: auto;
|
27
|
+
}
|
28
|
+
.bk-virtual-render.bk-scroll-y::-webkit-scrollbar {
|
29
|
+
width: 4px;
|
30
|
+
}
|
31
|
+
.bk-virtual-render.bk-scroll-y::-webkit-scrollbar-thumb {
|
32
|
+
border-radius: 4px;
|
33
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "bkui-vue",
|
3
|
-
"version": "0.0.1-beta.
|
3
|
+
"version": "0.0.1-beta.41",
|
4
4
|
"workspaces": {
|
5
5
|
"packages": [
|
6
6
|
"packages/!(**.bak)*",
|
@@ -12,21 +12,22 @@
|
|
12
12
|
"dist"
|
13
13
|
],
|
14
14
|
"scripts": {
|
15
|
-
"
|
16
|
-
"lint:style": "stylelint --fix ./packages/**/*.{css,less} --custom-syntax",
|
17
|
-
"lint:fix": "eslint --fix ./packages ./site --ext .js,.ts,.tsx,.vue",
|
18
|
-
"test:unit": "jest --passWithNoTests",
|
15
|
+
"prepare": "husky install",
|
19
16
|
"dev": "vite serve site",
|
20
17
|
"build": "yarn build:dist && yarn build:lib",
|
21
18
|
"build:site": "vite build site --mode development",
|
22
|
-
"build:dist": "rimraf dist && lerna run --scope cli
|
23
|
-
"build:lib": "rimraf lib && lerna run --scope cli
|
24
|
-
"
|
25
|
-
"
|
19
|
+
"build:dist": "rimraf dist && lerna run --stream --scope cli dist",
|
20
|
+
"build:lib": "rimraf lib && lerna run --stream --scope cli lib",
|
21
|
+
"help:release": "lerna run --stream --scope cli release",
|
22
|
+
"release": "yarn build && rimraf package.json.bak && yarn help:release",
|
23
|
+
"analyze:lib": "rimraf lib && lerna run --stream --scope cli lib -- -a",
|
26
24
|
"generate:icon": "lerna run --scope @bkui-vue/icon build",
|
27
|
-
"release": "yarn build && rimraf package.json.bak && yarn build:release",
|
28
25
|
"changelog": "conventional-changelog -c .changelog.config.js -p angular -i CHANGELOG.md -s -l",
|
29
|
-
"
|
26
|
+
"lint": "eslint --ext .js,.ts,.tsx,.vue ./packages ./site ",
|
27
|
+
"lint:style": "stylelint --fix ./packages/**/*.{css,less} --custom-syntax",
|
28
|
+
"lint:fix": "eslint --fix ./packages ./site --ext .js,.ts,.tsx,.vue",
|
29
|
+
"test:unit": "jest --passWithNoTests",
|
30
|
+
"cz": "git-cz"
|
30
31
|
},
|
31
32
|
"devDependencies": {
|
32
33
|
"@commitlint/cli": "~16.2.3",
|