bkui-vue 0.0.1-beta.16 → 0.0.1-beta.160
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 +7 -3
- package/dist/index.cjs.js +171 -0
- package/dist/index.esm.js +34902 -0
- package/dist/index.umd.js +171 -0
- package/dist/style.css +1 -4328
- package/dist/style.variable.css +1 -0
- package/lib/affix/affix.css +3 -0
- package/lib/affix/affix.d.ts +47 -0
- package/lib/affix/affix.less +5 -0
- package/lib/affix/affix.variable.css +116 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.css +5 -3
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.less +7 -3
- package/lib/alert/alert.variable.css +35 -6
- package/lib/alert/index.d.ts +96 -60
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +48 -28
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.css +8 -0
- package/lib/backtop/backtop.d.ts +28 -14
- package/lib/backtop/backtop.less +8 -0
- package/lib/backtop/backtop.variable.css +38 -3
- package/lib/backtop/index.d.ts +111 -55
- 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 +35 -8
- package/lib/badge/index.d.ts +202 -84
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.css +51 -0
- package/lib/breadcrumb/breadcrumb.d.ts +22 -14
- package/lib/breadcrumb/breadcrumb.variable.css +81 -3
- package/lib/breadcrumb/index.d.ts +100 -64
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.css +92 -45
- package/lib/button/button.d.ts +76 -26
- package/lib/button/button.less +88 -47
- package/lib/button/button.variable.css +122 -48
- package/lib/button/index.d.ts +191 -102
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +96 -1
- package/lib/card/card.d.ts +74 -18
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +126 -4
- package/lib/card/index.d.ts +225 -69
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +50 -0
- package/lib/cascader/cascader.css +147 -0
- package/lib/cascader/cascader.d.ts +275 -0
- package/lib/cascader/cascader.less +167 -0
- package/lib/cascader/cascader.variable.css +260 -0
- package/lib/cascader/index.d.ts +746 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +47 -0
- package/lib/cascader/node.d.ts +25 -0
- package/lib/cascader/store.d.ts +19 -0
- package/lib/checkbox/checkbox-group.d.ts +29 -9
- package/lib/checkbox/checkbox.css +33 -6
- package/lib/checkbox/checkbox.d.ts +43 -32
- package/lib/checkbox/checkbox.less +44 -6
- package/lib/checkbox/checkbox.variable.css +63 -9
- package/lib/checkbox/common.d.ts +3 -3
- package/lib/checkbox/index.d.ts +161 -104
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +3 -7
- 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 +299 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse-panel.d.ts +75 -0
- package/lib/collapse/collapse.css +28 -12
- package/lib/collapse/collapse.d.ts +34 -43
- package/lib/collapse/collapse.less +54 -29
- package/lib/collapse/collapse.variable.css +141 -12
- package/lib/collapse/index.d.ts +212 -76
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/props.d.ts +123 -0
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/color-picker/color-picker.css +275 -0
- package/lib/color-picker/color-picker.d.ts +144 -0
- package/lib/color-picker/color-picker.less +325 -0
- package/lib/color-picker/color-picker.variable.css +388 -0
- package/lib/color-picker/index.d.ts +254 -0
- package/lib/color-picker/index.js +1 -0
- package/lib/color-picker/utils.d.ts +37 -0
- package/lib/components.d.ts +28 -6
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +91 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +204 -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 +3 -2
- package/lib/date-picker/date-picker.d.ts +101 -137
- package/lib/date-picker/date-picker.less +5 -2
- package/lib/date-picker/date-picker.variable.css +33 -5
- package/lib/date-picker/index.d.ts +528 -279
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/interface.d.ts +10 -1
- package/lib/date-picker/props.d.ts +161 -0
- package/lib/date-picker/time-picker.d.ts +381 -0
- package/lib/date-picker/utils.d.ts +22 -1
- package/lib/dialog/dialog.css +78 -21
- package/lib/dialog/dialog.d.ts +285 -52
- package/lib/dialog/dialog.less +56 -22
- package/lib/dialog/dialog.variable.css +78 -21
- package/lib/dialog/index.d.ts +665 -115
- package/lib/dialog/index.js +1 -1
- package/lib/dialog/props.d.ts +132 -0
- package/lib/directives/clickoutside.d.ts +3 -23
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.d.ts +21 -13
- package/lib/divider/divider.variable.css +30 -3
- package/lib/divider/index.d.ts +84 -52
- package/lib/divider/index.js +1 -1
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/const.d.ts +4 -0
- package/lib/dropdown/dropdown-item.d.ts +6 -5
- package/lib/dropdown/dropdown-menu.d.ts +6 -5
- package/lib/dropdown/dropdown.css +12 -5
- package/lib/dropdown/dropdown.d.ts +59 -16
- package/lib/dropdown/dropdown.less +48 -34
- package/lib/dropdown/dropdown.variable.css +42 -8
- package/lib/dropdown/index.d.ts +168 -75
- package/lib/dropdown/index.js +1 -1
- package/lib/exception/exception.css +40 -14
- package/lib/exception/exception.d.ts +20 -11
- package/lib/exception/exception.less +59 -22
- package/lib/exception/exception.variable.css +70 -17
- package/lib/exception/index.d.ts +62 -39
- package/lib/exception/index.js +1 -1
- package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +30 -3
- package/lib/fixed-navbar/index.d.ts +96 -37
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +60 -44
- package/lib/form/form.css +102 -10
- package/lib/form/form.d.ts +45 -40
- package/lib/form/form.less +145 -34
- package/lib/form/form.variable.css +215 -10
- package/lib/form/index.d.ts +303 -3
- package/lib/form/index.js +1 -1
- package/lib/form/type.d.ts +8 -6
- package/lib/form/validator.d.ts +1 -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.js +1 -15
- 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.js +1 -15
- 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.js +1 -15
- package/lib/icon/angle-down-line.js +1 -15
- package/lib/icon/angle-down.js +1 -15
- package/lib/icon/angle-left.js +1 -15
- package/lib/icon/angle-right.js +1 -15
- package/lib/icon/angle-up-fill.js +1 -15
- package/lib/icon/angle-up.js +1 -15
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.js +1 -0
- package/lib/icon/arrows-left.js +1 -15
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/audio-fill.d.ts +4 -0
- package/lib/icon/audio-fill.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.js +1 -15
- package/lib/icon/close-line.d.ts +4 -0
- package/lib/icon/close-line.js +1 -0
- package/lib/icon/close.js +1 -15
- package/lib/icon/code.js +1 -15
- package/lib/icon/cog-shape.js +1 -15
- package/lib/icon/collapse-left.js +1 -15
- package/lib/icon/copy.js +1 -15
- package/lib/icon/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.js +1 -0
- package/lib/icon/del.d.ts +4 -0
- package/lib/icon/del.js +1 -0
- package/lib/icon/doc-fill.d.ts +4 -0
- package/lib/icon/doc-fill.js +1 -0
- package/lib/icon/done.js +1 -15
- package/lib/icon/down-shape.js +1 -15
- package/lib/icon/down-small.js +1 -15
- 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.js +1 -15
- package/lib/icon/excel-fill.d.ts +4 -0
- package/lib/icon/excel-fill.js +1 -0
- package/lib/icon/exclamation-circle-shape.d.ts +4 -0
- package/lib/icon/exclamation-circle-shape.js +1 -0
- package/lib/icon/eye.js +1 -15
- package/lib/icon/folder-open.js +1 -15
- package/lib/icon/folder-shape-open.js +1 -15
- package/lib/icon/folder-shape.js +1 -15
- package/lib/icon/folder.js +1 -15
- package/lib/icon/funnel.d.ts +4 -0
- package/lib/icon/help-document-fill.js +1 -15
- package/lib/icon/help-fill.js +1 -15
- package/lib/icon/help.js +1 -15
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/index.d.ts +27 -0
- package/lib/icon/index.js +1 -15
- package/lib/icon/info-line.js +1 -15
- package/lib/icon/info.js +1 -15
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/pdf-fill.d.ts +4 -0
- package/lib/icon/pdf-fill.js +1 -0
- package/lib/icon/play-shape.js +1 -15
- package/lib/icon/plus.js +1 -15
- package/lib/icon/ppt-fill.d.ts +4 -0
- package/lib/icon/ppt-fill.js +1 -0
- package/lib/icon/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.js +1 -15
- package/lib/icon/search.js +1 -15
- package/lib/icon/share.js +1 -15
- package/lib/icon/spinner.js +1 -15
- package/lib/icon/success.js +1 -15
- package/lib/icon/switcher-loading.js +1 -15
- package/lib/icon/text-file.js +1 -15
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.js +1 -0
- package/lib/icon/tree-application-shape.js +1 -15
- package/lib/icon/unvisible.js +1 -15
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/upload.d.ts +4 -0
- package/lib/icon/upload.js +1 -0
- package/lib/icon/video-fill.d.ts +4 -0
- package/lib/icon/video-fill.js +1 -0
- package/lib/icon/warn.js +1 -15
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.js +1 -0
- package/lib/info-box/index.d.ts +23 -0
- package/lib/info-box/index.js +1 -0
- package/lib/input/index.d.ts +449 -204
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +232 -17
- package/lib/input/input.d.ts +202 -52
- package/lib/input/input.less +180 -18
- package/lib/input/input.variable.css +259 -16
- package/lib/link/index.d.ts +102 -54
- package/lib/link/index.js +1 -1
- package/lib/link/link.css +12 -12
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.less +16 -14
- package/lib/link/link.variable.css +42 -15
- package/lib/loading/index.d.ts +187 -71
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +177 -98
- package/lib/loading/loading.d.ts +109 -25
- package/lib/loading/loading.less +84 -73
- package/lib/loading/loading.variable.css +207 -101
- package/lib/menu/index.d.ts +82 -71
- package/lib/menu/index.js +1 -1
- package/lib/menu/menu-group.d.ts +6 -5
- package/lib/menu/menu-item.d.ts +6 -5
- package/lib/menu/menu.css +51 -0
- package/lib/menu/menu.d.ts +16 -21
- package/lib/menu/menu.variable.css +81 -3
- package/lib/menu/submenu.d.ts +6 -5
- package/lib/menu/submenu.variable.css +30 -3
- package/lib/menu/utils.d.ts +1 -1
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +24 -3
- package/lib/message/message.less +27 -2
- package/lib/message/message.variable.css +54 -6
- package/lib/message/messageConstructor.d.ts +69 -21
- package/lib/modal/index.d.ts +517 -68
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +25 -1
- package/lib/modal/modal.d.ts +191 -24
- package/lib/modal/modal.less +33 -1
- package/lib/modal/modal.variable.css +25 -1
- package/lib/modal/props.mixin.d.ts +77 -10
- package/lib/navigation/index.d.ts +310 -1
- package/lib/navigation/index.js +1 -1
- package/lib/navigation/navigation-title.d.ts +10 -7
- package/lib/navigation/navigation.css +1 -1
- package/lib/navigation/navigation.d.ts +50 -24
- package/lib/navigation/navigation.less +1 -1
- package/lib/navigation/navigation.variable.css +31 -4
- package/lib/notify/index.js +1 -1
- package/lib/notify/notify.css +24 -4
- package/lib/notify/notify.less +27 -4
- package/lib/notify/notify.variable.css +54 -7
- package/lib/notify/notifyConstructor.d.ts +84 -24
- 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 +292 -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 +312 -182
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +4 -0
- package/lib/popover/popover.d.ts +102 -32
- package/lib/popover/popover.less +4 -0
- package/lib/popover/popover.variable.css +34 -3
- package/lib/popover/props.d.ts +28 -1
- package/lib/popover2/arrow.d.ts +2 -0
- package/lib/popover2/const.d.ts +10 -0
- package/lib/popover2/content.d.ts +24 -0
- package/lib/popover2/index.d.ts +482 -0
- package/lib/popover2/index.js +1 -0
- package/lib/popover2/popover2.css +25 -0
- package/lib/popover2/popover2.d.ts +202 -0
- package/lib/popover2/popover2.less +35 -0
- package/lib/popover2/popover2.variable.css +138 -0
- package/lib/popover2/props.d.ts +104 -0
- package/lib/popover2/reference.d.ts +2 -0
- package/lib/popover2/root.d.ts +16 -0
- package/lib/popover2/use-floating.d.ts +20 -0
- package/lib/popover2/use-platform.d.ts +30 -0
- package/lib/popover2/use-popper-id.d.ts +7 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +126 -66
- package/lib/process/index.js +1 -15
- package/lib/process/process.css +2 -3
- package/lib/process/process.d.ts +32 -17
- package/lib/process/process.less +2 -3
- package/lib/process/process.variable.css +32 -6
- package/lib/progress/index.d.ts +299 -151
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +51 -0
- package/lib/progress/progress.d.ts +76 -39
- package/lib/progress/progress.variable.css +81 -3
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +156 -96
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +30 -23
- package/lib/radio/radio-group.d.ts +27 -10
- package/lib/radio/radio.css +62 -57
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +181 -172
- package/lib/radio/radio.variable.css +94 -62
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +76 -41
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +24 -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 +302 -0
- package/lib/select/common.d.ts +20 -31
- package/lib/select/index.d.ts +1202 -633
- package/lib/select/index.js +1 -15
- package/lib/select/option.d.ts +23 -12
- package/lib/select/optionGroup.d.ts +22 -90
- package/lib/select/select.css +230 -81
- package/lib/select/select.d.ts +447 -173
- package/lib/select/select.less +326 -187
- package/lib/select/select.variable.css +261 -85
- package/lib/select/selectTagInput.d.ts +70 -0
- package/lib/select/type.d.ts +39 -0
- package/lib/shared/dom.d.ts +3 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +0 -1
- package/lib/shared/index.d.ts +17 -4
- package/lib/shared/index.js +1 -1
- package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +33 -3
- package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +10 -2
- package/lib/shared/{bk-popover.d.ts → popover.d.ts} +7 -3
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +12 -0
- package/lib/shared/vue-types.d.ts +11 -7
- package/lib/sideslider/index.d.ts +432 -80
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +54 -10
- package/lib/sideslider/sideslider.d.ts +185 -30
- package/lib/sideslider/sideslider.less +71 -13
- package/lib/sideslider/sideslider.variable.css +84 -13
- package/lib/slider/index.d.ts +414 -1
- package/lib/slider/index.js +1 -15
- package/lib/slider/slider-button.d.ts +15 -7
- package/lib/slider/slider.d.ts +84 -42
- package/lib/slider/slider.variable.css +30 -3
- package/lib/steps/index.d.ts +162 -110
- package/lib/steps/index.js +1 -15
- package/lib/steps/steps.css +17 -3
- package/lib/steps/steps.d.ts +41 -28
- package/lib/steps/steps.less +27 -3
- package/lib/steps/steps.variable.css +47 -6
- package/lib/styles/index.d.ts +14 -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 +51 -0
- package/lib/styles/mixins/mixins.less +2 -0
- package/lib/styles/mixins/mixins.variable.css +51 -0
- package/lib/styles/mixins/scroll.css +17 -0
- package/lib/styles/mixins/scroll.less +22 -0
- package/lib/styles/mixins/scroll.variable.css +130 -0
- package/lib/styles/themes/themes.less +40 -3
- 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 +224 -137
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +57 -6
- package/lib/switcher/switcher.d.ts +63 -36
- package/lib/switcher/switcher.less +5 -26
- package/lib/switcher/switcher.variable.css +87 -9
- package/lib/tab/index.d.ts +306 -282
- package/lib/tab/index.js +1 -1
- package/lib/tab/props.d.ts +194 -0
- package/lib/tab/tab-nav.d.ts +102 -87
- package/lib/tab/tab-panel.d.ts +53 -26
- package/lib/tab/tab.css +25 -1
- package/lib/tab/tab.d.ts +59 -51
- package/lib/tab/tab.less +31 -19
- package/lib/tab/tab.variable.css +55 -4
- package/lib/table/const.d.ts +67 -0
- package/lib/table/index.d.ts +484 -131
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.css +68 -0
- package/lib/table/plugins/head-filter.less +88 -0
- package/lib/table/plugins/head-filter.variable.css +181 -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 +135 -0
- package/lib/table/plugins/settings.css +129 -0
- package/lib/table/plugins/settings.less +157 -0
- package/lib/table/plugins/settings.variable.css +242 -0
- package/lib/table/props.d.ts +174 -4
- package/lib/table/render.d.ts +76 -5
- package/lib/table/table.css +1125 -14
- package/lib/table/table.d.ts +197 -24
- package/lib/table/table.less +262 -25
- package/lib/table/table.variable.css +1156 -18
- package/lib/table/use-common.d.ts +72 -0
- package/lib/table/utils.d.ts +76 -2
- package/lib/tag/index.d.ts +165 -274
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.css +112 -0
- package/lib/tag/tag.d.ts +83 -53
- package/lib/tag/tag.less +127 -2
- package/lib/tag/tag.variable.css +142 -3
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +913 -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 +209 -0
- package/lib/tag-input/tag-input.d.ts +383 -0
- package/lib/tag-input/tag-input.less +251 -0
- package/lib/tag-input/tag-input.variable.css +322 -0
- package/lib/tag-input/tag-props.d.ts +135 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/time-picker/index.d.ts +904 -0
- package/lib/time-picker/index.js +1 -0
- package/lib/time-picker/time-picker.css +215 -0
- package/lib/time-picker/time-picker.less +260 -0
- package/lib/time-picker/time-picker.variable.css +328 -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 +240 -0
- package/lib/timeline/timeline.variable.css +348 -0
- package/lib/transfer/const.d.ts +5 -0
- package/lib/transfer/index.d.ts +365 -0
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/props.d.ts +54 -0
- package/lib/transfer/transfer.css +139 -0
- package/lib/transfer/transfer.d.ts +160 -0
- package/lib/transfer/transfer.less +144 -0
- package/lib/transfer/transfer.variable.css +252 -0
- package/lib/tree/constant.d.ts +45 -0
- package/lib/tree/index.d.ts +467 -106
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +133 -1
- package/lib/tree/tree.css +170 -14
- package/lib/tree/tree.d.ts +193 -29
- package/lib/tree/tree.less +70 -26
- package/lib/tree/tree.variable.css +283 -14
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-action.d.ts +12 -0
- package/lib/tree/use-node-async.d.ts +5 -0
- package/lib/tree/use-node-attribute.d.ts +33 -0
- package/lib/tree/use-node-drag.d.ts +3 -0
- package/lib/tree/use-search.d.ts +11 -0
- package/lib/tree/use-tree-init.d.ts +15 -0
- package/lib/tree/util.d.ts +31 -13
- package/lib/upload/index.d.ts +580 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +113 -0
- package/lib/upload/upload-list.d.ts +46 -0
- package/lib/upload/upload-trigger.d.ts +54 -0
- package/lib/upload/upload.css +417 -0
- package/lib/upload/upload.d.ts +252 -0
- package/lib/upload/upload.less +455 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +530 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/virtual-render/index.d.ts +435 -266
- package/lib/virtual-render/index.js +1 -1
- package/lib/virtual-render/props.d.ts +11 -0
- package/lib/virtual-render/use-tag-render.d.ts +7 -0
- package/lib/virtual-render/v-virtual-render.d.ts +0 -1
- package/lib/virtual-render/virtual-render.css +17 -24
- package/lib/virtual-render/virtual-render.d.ts +116 -44
- package/lib/virtual-render/virtual-render.less +2 -31
- package/lib/virtual-render/virtual-render.variable.css +130 -24
- package/lib/volar.components.d.ts +100 -0
- package/package.json +104 -84
- package/README_EN.md +0 -89
- package/dist/bkui-vue.cjs.js +0 -11401
- package/dist/bkui-vue.esm.js +0 -11354
- package/dist/bkui-vue.umd.js +0 -11404
- package/lib/form/common.d.ts +0 -3
- package/lib/icon/icon.js +0 -15
- package/lib/styles/index.js +0 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const
|
1
|
+
declare const BkVirtualRender: {
|
2
2
|
new (...args: any[]): {
|
3
3
|
$: import("vue").ComponentInternalInstance;
|
4
4
|
$data: {};
|
@@ -7,11 +7,12 @@ declare const BkTree: {
|
|
7
7
|
width: string | number;
|
8
8
|
height: string | number;
|
9
9
|
list: unknown[];
|
10
|
+
lineHeight: any;
|
11
|
+
minHeight: number;
|
10
12
|
className: string | {
|
11
13
|
[key: string]: any;
|
12
14
|
};
|
13
|
-
|
14
|
-
lineHeight: any;
|
15
|
+
scrollEvent: boolean;
|
15
16
|
contentClassName: string | {
|
16
17
|
[key: string]: any;
|
17
18
|
};
|
@@ -28,101 +29,119 @@ declare const BkTree: {
|
|
28
29
|
scrollPosition: string;
|
29
30
|
abosuteHeight: string | number;
|
30
31
|
throttleDelay: number;
|
31
|
-
}> & Omit<
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
width?: unknown;
|
38
|
-
className?: unknown;
|
39
|
-
contentClassName?: unknown;
|
40
|
-
contentStyle?: unknown;
|
41
|
-
scrollXName?: unknown;
|
42
|
-
scrollYName?: unknown;
|
43
|
-
groupItemCount?: unknown;
|
44
|
-
preloadItemCount?: unknown;
|
45
|
-
renderAs?: unknown;
|
46
|
-
contentAs?: unknown;
|
47
|
-
scrollOffsetTop?: unknown;
|
48
|
-
scrollPosition?: unknown;
|
49
|
-
abosuteHeight?: unknown;
|
50
|
-
throttleDelay?: unknown;
|
51
|
-
} & {
|
52
|
-
enabled: boolean;
|
53
|
-
width: string | number;
|
54
|
-
height: string | number;
|
55
|
-
list: unknown[];
|
56
|
-
className: string | {
|
57
|
-
[key: string]: any;
|
32
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
33
|
+
onContentScroll: FunctionConstructor;
|
34
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
35
|
+
default: () => unknown[];
|
36
|
+
} & {
|
37
|
+
default: () => unknown[];
|
58
38
|
};
|
59
|
-
|
60
|
-
|
61
|
-
|
39
|
+
enabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
40
|
+
default: boolean;
|
41
|
+
} & {
|
42
|
+
default: boolean;
|
62
43
|
};
|
63
|
-
|
64
|
-
|
44
|
+
scrollEvent: import("vue-types").VueTypeValidableDef<boolean> & {
|
45
|
+
default: boolean;
|
46
|
+
} & {
|
47
|
+
default: boolean;
|
65
48
|
};
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
lineHeight?: unknown;
|
82
|
-
minHeight?: unknown;
|
83
|
-
height?: unknown;
|
84
|
-
width?: unknown;
|
85
|
-
className?: unknown;
|
86
|
-
contentClassName?: unknown;
|
87
|
-
contentStyle?: unknown;
|
88
|
-
scrollXName?: unknown;
|
89
|
-
scrollYName?: unknown;
|
90
|
-
groupItemCount?: unknown;
|
91
|
-
preloadItemCount?: unknown;
|
92
|
-
renderAs?: unknown;
|
93
|
-
contentAs?: unknown;
|
94
|
-
scrollOffsetTop?: unknown;
|
95
|
-
scrollPosition?: unknown;
|
96
|
-
abosuteHeight?: unknown;
|
97
|
-
throttleDelay?: unknown;
|
98
|
-
} & {
|
99
|
-
enabled: boolean;
|
100
|
-
width: string | number;
|
101
|
-
height: string | number;
|
102
|
-
list: unknown[];
|
103
|
-
className: string | {
|
49
|
+
lineHeight: import("vue-types").VueTypeDef<any> & {
|
50
|
+
default: any;
|
51
|
+
};
|
52
|
+
minHeight: import("vue-types").VueTypeValidableDef<number> & {
|
53
|
+
default: number;
|
54
|
+
} & {
|
55
|
+
default: number;
|
56
|
+
};
|
57
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
58
|
+
default: string | number;
|
59
|
+
};
|
60
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
61
|
+
default: string | number;
|
62
|
+
};
|
63
|
+
className: import("vue-types").VueTypeDef<string | string[] | {
|
104
64
|
[key: string]: any;
|
65
|
+
} | {
|
66
|
+
[key: string]: any;
|
67
|
+
}[]> & {
|
68
|
+
default: string | (() => {
|
69
|
+
[key: string]: any;
|
70
|
+
}) | (() => string[]) | (() => {
|
71
|
+
[key: string]: any;
|
72
|
+
}[]);
|
105
73
|
};
|
106
|
-
|
107
|
-
|
74
|
+
contentClassName: import("vue-types").VueTypeDef<string | string[] | {
|
75
|
+
[key: string]: any;
|
76
|
+
} | {
|
108
77
|
[key: string]: any;
|
78
|
+
}[]> & {
|
79
|
+
default: string | (() => {
|
80
|
+
[key: string]: any;
|
81
|
+
}) | (() => string[]) | (() => {
|
82
|
+
[key: string]: any;
|
83
|
+
}[]);
|
109
84
|
};
|
110
|
-
contentStyle: {
|
85
|
+
contentStyle: import("vue-types").VueTypeValidableDef<{
|
111
86
|
[key: string]: any;
|
87
|
+
}> & {
|
88
|
+
default: () => {
|
89
|
+
[key: string]: any;
|
90
|
+
};
|
91
|
+
} & {
|
92
|
+
default: () => {
|
93
|
+
[key: string]: any;
|
94
|
+
};
|
112
95
|
};
|
113
|
-
scrollXName: string
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
96
|
+
scrollXName: import("vue-types").VueTypeValidableDef<string> & {
|
97
|
+
default: string;
|
98
|
+
} & {
|
99
|
+
default: string;
|
100
|
+
};
|
101
|
+
scrollYName: import("vue-types").VueTypeValidableDef<string> & {
|
102
|
+
default: string;
|
103
|
+
} & {
|
104
|
+
default: string;
|
105
|
+
};
|
106
|
+
groupItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
107
|
+
default: number;
|
108
|
+
} & {
|
109
|
+
default: number;
|
110
|
+
};
|
111
|
+
preloadItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
112
|
+
default: number;
|
113
|
+
} & {
|
114
|
+
default: number;
|
115
|
+
};
|
116
|
+
renderAs: import("vue-types").VueTypeValidableDef<string> & {
|
117
|
+
default: string;
|
118
|
+
} & {
|
119
|
+
default: string;
|
120
|
+
};
|
121
|
+
contentAs: import("vue-types").VueTypeValidableDef<string> & {
|
122
|
+
default: string;
|
123
|
+
} & {
|
124
|
+
default: string;
|
125
|
+
};
|
126
|
+
scrollOffsetTop: import("vue-types").VueTypeValidableDef<number> & {
|
127
|
+
default: number;
|
128
|
+
} & {
|
129
|
+
default: number;
|
130
|
+
};
|
131
|
+
scrollPosition: import("vue-types").VueTypeValidableDef<string> & {
|
132
|
+
default: string;
|
133
|
+
} & {
|
134
|
+
default: string;
|
135
|
+
};
|
136
|
+
abosuteHeight: import("vue-types").VueTypeDef<string | number> & {
|
137
|
+
default: string | number;
|
138
|
+
};
|
139
|
+
throttleDelay: import("vue-types").VueTypeValidableDef<number> & {
|
140
|
+
default: number;
|
141
|
+
} & {
|
142
|
+
default: number;
|
143
|
+
};
|
144
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "enabled" | "width" | "height" | "list" | "lineHeight" | "minHeight" | "className" | "scrollEvent" | "contentClassName" | "contentStyle" | "scrollXName" | "scrollYName" | "groupItemCount" | "preloadItemCount" | "renderAs" | "contentAs" | "scrollOffsetTop" | "scrollPosition" | "abosuteHeight" | "throttleDelay">;
|
126
145
|
$attrs: {
|
127
146
|
[x: string]: unknown;
|
128
147
|
};
|
@@ -136,65 +155,131 @@ declare const BkTree: {
|
|
136
155
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
137
156
|
$emit: ((event: string, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
138
157
|
$el: any;
|
139
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
158
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
159
|
+
onContentScroll: FunctionConstructor;
|
160
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
161
|
+
default: () => unknown[];
|
162
|
+
} & {
|
163
|
+
default: () => unknown[];
|
164
|
+
};
|
165
|
+
enabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
166
|
+
default: boolean;
|
167
|
+
} & {
|
168
|
+
default: boolean;
|
169
|
+
};
|
170
|
+
scrollEvent: import("vue-types").VueTypeValidableDef<boolean> & {
|
171
|
+
default: boolean;
|
172
|
+
} & {
|
173
|
+
default: boolean;
|
174
|
+
};
|
175
|
+
lineHeight: import("vue-types").VueTypeDef<any> & {
|
176
|
+
default: any;
|
177
|
+
};
|
178
|
+
minHeight: import("vue-types").VueTypeValidableDef<number> & {
|
179
|
+
default: number;
|
180
|
+
} & {
|
181
|
+
default: number;
|
182
|
+
};
|
183
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
184
|
+
default: string | number;
|
185
|
+
};
|
186
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
187
|
+
default: string | number;
|
188
|
+
};
|
189
|
+
className: import("vue-types").VueTypeDef<string | string[] | {
|
165
190
|
[key: string]: any;
|
191
|
+
} | {
|
192
|
+
[key: string]: any;
|
193
|
+
}[]> & {
|
194
|
+
default: string | (() => {
|
195
|
+
[key: string]: any;
|
196
|
+
}) | (() => string[]) | (() => {
|
197
|
+
[key: string]: any;
|
198
|
+
}[]);
|
166
199
|
};
|
167
|
-
|
168
|
-
contentClassName: string | {
|
200
|
+
contentClassName: import("vue-types").VueTypeDef<string | string[] | {
|
169
201
|
[key: string]: any;
|
202
|
+
} | {
|
203
|
+
[key: string]: any;
|
204
|
+
}[]> & {
|
205
|
+
default: string | (() => {
|
206
|
+
[key: string]: any;
|
207
|
+
}) | (() => string[]) | (() => {
|
208
|
+
[key: string]: any;
|
209
|
+
}[]);
|
170
210
|
};
|
171
|
-
contentStyle: {
|
211
|
+
contentStyle: import("vue-types").VueTypeValidableDef<{
|
172
212
|
[key: string]: any;
|
213
|
+
}> & {
|
214
|
+
default: () => {
|
215
|
+
[key: string]: any;
|
216
|
+
};
|
217
|
+
} & {
|
218
|
+
default: () => {
|
219
|
+
[key: string]: any;
|
220
|
+
};
|
173
221
|
};
|
174
|
-
scrollXName: string
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
222
|
+
scrollXName: import("vue-types").VueTypeValidableDef<string> & {
|
223
|
+
default: string;
|
224
|
+
} & {
|
225
|
+
default: string;
|
226
|
+
};
|
227
|
+
scrollYName: import("vue-types").VueTypeValidableDef<string> & {
|
228
|
+
default: string;
|
229
|
+
} & {
|
230
|
+
default: string;
|
231
|
+
};
|
232
|
+
groupItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
233
|
+
default: number;
|
234
|
+
} & {
|
235
|
+
default: number;
|
236
|
+
};
|
237
|
+
preloadItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
238
|
+
default: number;
|
239
|
+
} & {
|
240
|
+
default: number;
|
241
|
+
};
|
242
|
+
renderAs: import("vue-types").VueTypeValidableDef<string> & {
|
243
|
+
default: string;
|
244
|
+
} & {
|
245
|
+
default: string;
|
246
|
+
};
|
247
|
+
contentAs: import("vue-types").VueTypeValidableDef<string> & {
|
248
|
+
default: string;
|
249
|
+
} & {
|
250
|
+
default: string;
|
251
|
+
};
|
252
|
+
scrollOffsetTop: import("vue-types").VueTypeValidableDef<number> & {
|
253
|
+
default: number;
|
254
|
+
} & {
|
255
|
+
default: number;
|
256
|
+
};
|
257
|
+
scrollPosition: import("vue-types").VueTypeValidableDef<string> & {
|
258
|
+
default: string;
|
259
|
+
} & {
|
260
|
+
default: string;
|
261
|
+
};
|
262
|
+
abosuteHeight: import("vue-types").VueTypeDef<string | number> & {
|
263
|
+
default: string | number;
|
264
|
+
};
|
265
|
+
throttleDelay: import("vue-types").VueTypeValidableDef<number> & {
|
266
|
+
default: number;
|
267
|
+
} & {
|
268
|
+
default: number;
|
269
|
+
};
|
270
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
187
271
|
[key: string]: any;
|
188
272
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, {
|
189
273
|
enabled: boolean;
|
190
274
|
width: string | number;
|
191
275
|
height: string | number;
|
192
276
|
list: unknown[];
|
277
|
+
lineHeight: any;
|
278
|
+
minHeight: number;
|
193
279
|
className: string | {
|
194
280
|
[key: string]: any;
|
195
281
|
};
|
196
|
-
|
197
|
-
lineHeight: any;
|
282
|
+
scrollEvent: boolean;
|
198
283
|
contentClassName: string | {
|
199
284
|
[key: string]: any;
|
200
285
|
};
|
@@ -231,165 +316,249 @@ declare const BkTree: {
|
|
231
316
|
$forceUpdate: () => void;
|
232
317
|
$nextTick: typeof import("vue").nextTick;
|
233
318
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
234
|
-
} &
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
width?: unknown;
|
241
|
-
className?: unknown;
|
242
|
-
contentClassName?: unknown;
|
243
|
-
contentStyle?: unknown;
|
244
|
-
scrollXName?: unknown;
|
245
|
-
scrollYName?: unknown;
|
246
|
-
groupItemCount?: unknown;
|
247
|
-
preloadItemCount?: unknown;
|
248
|
-
renderAs?: unknown;
|
249
|
-
contentAs?: unknown;
|
250
|
-
scrollOffsetTop?: unknown;
|
251
|
-
scrollPosition?: unknown;
|
252
|
-
abosuteHeight?: unknown;
|
253
|
-
throttleDelay?: unknown;
|
254
|
-
} & {
|
255
|
-
enabled: boolean;
|
256
|
-
width: string | number;
|
257
|
-
height: string | number;
|
258
|
-
list: unknown[];
|
259
|
-
className: string | {
|
260
|
-
[key: string]: any;
|
319
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
320
|
+
onContentScroll: FunctionConstructor;
|
321
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
322
|
+
default: () => unknown[];
|
323
|
+
} & {
|
324
|
+
default: () => unknown[];
|
261
325
|
};
|
262
|
-
|
263
|
-
|
264
|
-
|
326
|
+
enabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
327
|
+
default: boolean;
|
328
|
+
} & {
|
329
|
+
default: boolean;
|
265
330
|
};
|
266
|
-
|
267
|
-
|
331
|
+
scrollEvent: import("vue-types").VueTypeValidableDef<boolean> & {
|
332
|
+
default: boolean;
|
333
|
+
} & {
|
334
|
+
default: boolean;
|
268
335
|
};
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
lineHeight?: unknown;
|
287
|
-
minHeight?: unknown;
|
288
|
-
height?: unknown;
|
289
|
-
width?: unknown;
|
290
|
-
className?: unknown;
|
291
|
-
contentClassName?: unknown;
|
292
|
-
contentStyle?: unknown;
|
293
|
-
scrollXName?: unknown;
|
294
|
-
scrollYName?: unknown;
|
295
|
-
groupItemCount?: unknown;
|
296
|
-
preloadItemCount?: unknown;
|
297
|
-
renderAs?: unknown;
|
298
|
-
contentAs?: unknown;
|
299
|
-
scrollOffsetTop?: unknown;
|
300
|
-
scrollPosition?: unknown;
|
301
|
-
abosuteHeight?: unknown;
|
302
|
-
throttleDelay?: unknown;
|
303
|
-
} & {
|
304
|
-
enabled: boolean;
|
305
|
-
width: string | number;
|
306
|
-
height: string | number;
|
307
|
-
list: unknown[];
|
308
|
-
className: string | {
|
336
|
+
lineHeight: import("vue-types").VueTypeDef<any> & {
|
337
|
+
default: any;
|
338
|
+
};
|
339
|
+
minHeight: import("vue-types").VueTypeValidableDef<number> & {
|
340
|
+
default: number;
|
341
|
+
} & {
|
342
|
+
default: number;
|
343
|
+
};
|
344
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
345
|
+
default: string | number;
|
346
|
+
};
|
347
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
348
|
+
default: string | number;
|
349
|
+
};
|
350
|
+
className: import("vue-types").VueTypeDef<string | string[] | {
|
351
|
+
[key: string]: any;
|
352
|
+
} | {
|
309
353
|
[key: string]: any;
|
354
|
+
}[]> & {
|
355
|
+
default: string | (() => {
|
356
|
+
[key: string]: any;
|
357
|
+
}) | (() => string[]) | (() => {
|
358
|
+
[key: string]: any;
|
359
|
+
}[]);
|
310
360
|
};
|
311
|
-
|
312
|
-
|
361
|
+
contentClassName: import("vue-types").VueTypeDef<string | string[] | {
|
362
|
+
[key: string]: any;
|
363
|
+
} | {
|
313
364
|
[key: string]: any;
|
365
|
+
}[]> & {
|
366
|
+
default: string | (() => {
|
367
|
+
[key: string]: any;
|
368
|
+
}) | (() => string[]) | (() => {
|
369
|
+
[key: string]: any;
|
370
|
+
}[]);
|
314
371
|
};
|
315
|
-
contentStyle: {
|
372
|
+
contentStyle: import("vue-types").VueTypeValidableDef<{
|
316
373
|
[key: string]: any;
|
374
|
+
}> & {
|
375
|
+
default: () => {
|
376
|
+
[key: string]: any;
|
377
|
+
};
|
378
|
+
} & {
|
379
|
+
default: () => {
|
380
|
+
[key: string]: any;
|
381
|
+
};
|
317
382
|
};
|
318
|
-
scrollXName: string
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
383
|
+
scrollXName: import("vue-types").VueTypeValidableDef<string> & {
|
384
|
+
default: string;
|
385
|
+
} & {
|
386
|
+
default: string;
|
387
|
+
};
|
388
|
+
scrollYName: import("vue-types").VueTypeValidableDef<string> & {
|
389
|
+
default: string;
|
390
|
+
} & {
|
391
|
+
default: string;
|
392
|
+
};
|
393
|
+
groupItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
394
|
+
default: number;
|
395
|
+
} & {
|
396
|
+
default: number;
|
397
|
+
};
|
398
|
+
preloadItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
399
|
+
default: number;
|
400
|
+
} & {
|
401
|
+
default: number;
|
402
|
+
};
|
403
|
+
renderAs: import("vue-types").VueTypeValidableDef<string> & {
|
404
|
+
default: string;
|
405
|
+
} & {
|
406
|
+
default: string;
|
407
|
+
};
|
408
|
+
contentAs: import("vue-types").VueTypeValidableDef<string> & {
|
409
|
+
default: string;
|
410
|
+
} & {
|
411
|
+
default: string;
|
412
|
+
};
|
413
|
+
scrollOffsetTop: import("vue-types").VueTypeValidableDef<number> & {
|
414
|
+
default: number;
|
415
|
+
} & {
|
416
|
+
default: number;
|
417
|
+
};
|
418
|
+
scrollPosition: import("vue-types").VueTypeValidableDef<string> & {
|
419
|
+
default: string;
|
420
|
+
} & {
|
421
|
+
default: string;
|
422
|
+
};
|
423
|
+
abosuteHeight: import("vue-types").VueTypeDef<string | number> & {
|
424
|
+
default: string | number;
|
425
|
+
};
|
426
|
+
throttleDelay: import("vue-types").VueTypeValidableDef<number> & {
|
427
|
+
default: number;
|
428
|
+
} & {
|
429
|
+
default: number;
|
430
|
+
};
|
431
|
+
}>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
432
|
+
[key: string]: any;
|
433
|
+
}>> & {} & {} & import("vue").ComponentCustomProperties;
|
331
434
|
__isFragment?: never;
|
332
435
|
__isTeleport?: never;
|
333
436
|
__isSuspense?: never;
|
334
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
437
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
438
|
+
onContentScroll: FunctionConstructor;
|
439
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
440
|
+
default: () => unknown[];
|
441
|
+
} & {
|
442
|
+
default: () => unknown[];
|
443
|
+
};
|
444
|
+
enabled: import("vue-types").VueTypeValidableDef<boolean> & {
|
445
|
+
default: boolean;
|
446
|
+
} & {
|
447
|
+
default: boolean;
|
448
|
+
};
|
449
|
+
scrollEvent: import("vue-types").VueTypeValidableDef<boolean> & {
|
450
|
+
default: boolean;
|
451
|
+
} & {
|
452
|
+
default: boolean;
|
453
|
+
};
|
454
|
+
lineHeight: import("vue-types").VueTypeDef<any> & {
|
455
|
+
default: any;
|
456
|
+
};
|
457
|
+
minHeight: import("vue-types").VueTypeValidableDef<number> & {
|
458
|
+
default: number;
|
459
|
+
} & {
|
460
|
+
default: number;
|
461
|
+
};
|
462
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
463
|
+
default: string | number;
|
464
|
+
};
|
465
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
466
|
+
default: string | number;
|
467
|
+
};
|
468
|
+
className: import("vue-types").VueTypeDef<string | string[] | {
|
360
469
|
[key: string]: any;
|
470
|
+
} | {
|
471
|
+
[key: string]: any;
|
472
|
+
}[]> & {
|
473
|
+
default: string | (() => {
|
474
|
+
[key: string]: any;
|
475
|
+
}) | (() => string[]) | (() => {
|
476
|
+
[key: string]: any;
|
477
|
+
}[]);
|
361
478
|
};
|
362
|
-
|
363
|
-
|
479
|
+
contentClassName: import("vue-types").VueTypeDef<string | string[] | {
|
480
|
+
[key: string]: any;
|
481
|
+
} | {
|
364
482
|
[key: string]: any;
|
483
|
+
}[]> & {
|
484
|
+
default: string | (() => {
|
485
|
+
[key: string]: any;
|
486
|
+
}) | (() => string[]) | (() => {
|
487
|
+
[key: string]: any;
|
488
|
+
}[]);
|
365
489
|
};
|
366
|
-
contentStyle: {
|
490
|
+
contentStyle: import("vue-types").VueTypeValidableDef<{
|
367
491
|
[key: string]: any;
|
492
|
+
}> & {
|
493
|
+
default: () => {
|
494
|
+
[key: string]: any;
|
495
|
+
};
|
496
|
+
} & {
|
497
|
+
default: () => {
|
498
|
+
[key: string]: any;
|
499
|
+
};
|
368
500
|
};
|
369
|
-
scrollXName: string
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
}
|
501
|
+
scrollXName: import("vue-types").VueTypeValidableDef<string> & {
|
502
|
+
default: string;
|
503
|
+
} & {
|
504
|
+
default: string;
|
505
|
+
};
|
506
|
+
scrollYName: import("vue-types").VueTypeValidableDef<string> & {
|
507
|
+
default: string;
|
508
|
+
} & {
|
509
|
+
default: string;
|
510
|
+
};
|
511
|
+
groupItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
512
|
+
default: number;
|
513
|
+
} & {
|
514
|
+
default: number;
|
515
|
+
};
|
516
|
+
preloadItemCount: import("vue-types").VueTypeValidableDef<number> & {
|
517
|
+
default: number;
|
518
|
+
} & {
|
519
|
+
default: number;
|
520
|
+
};
|
521
|
+
renderAs: import("vue-types").VueTypeValidableDef<string> & {
|
522
|
+
default: string;
|
523
|
+
} & {
|
524
|
+
default: string;
|
525
|
+
};
|
526
|
+
contentAs: import("vue-types").VueTypeValidableDef<string> & {
|
527
|
+
default: string;
|
528
|
+
} & {
|
529
|
+
default: string;
|
530
|
+
};
|
531
|
+
scrollOffsetTop: import("vue-types").VueTypeValidableDef<number> & {
|
532
|
+
default: number;
|
533
|
+
} & {
|
534
|
+
default: number;
|
535
|
+
};
|
536
|
+
scrollPosition: import("vue-types").VueTypeValidableDef<string> & {
|
537
|
+
default: string;
|
538
|
+
} & {
|
539
|
+
default: string;
|
540
|
+
};
|
541
|
+
abosuteHeight: import("vue-types").VueTypeDef<string | number> & {
|
542
|
+
default: string | number;
|
543
|
+
};
|
544
|
+
throttleDelay: import("vue-types").VueTypeValidableDef<number> & {
|
545
|
+
default: number;
|
546
|
+
} & {
|
547
|
+
default: number;
|
548
|
+
};
|
549
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
382
550
|
[key: string]: any;
|
383
551
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, "content-scroll", {
|
384
552
|
enabled: boolean;
|
385
553
|
width: string | number;
|
386
554
|
height: string | number;
|
387
555
|
list: unknown[];
|
556
|
+
lineHeight: any;
|
557
|
+
minHeight: number;
|
388
558
|
className: string | {
|
389
559
|
[key: string]: any;
|
390
560
|
};
|
391
|
-
|
392
|
-
lineHeight: any;
|
561
|
+
scrollEvent: boolean;
|
393
562
|
contentClassName: string | {
|
394
563
|
[key: string]: any;
|
395
564
|
};
|
@@ -407,4 +576,4 @@ declare const BkTree: {
|
|
407
576
|
abosuteHeight: string | number;
|
408
577
|
throttleDelay: number;
|
409
578
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
410
|
-
export default
|
579
|
+
export default BkVirtualRender;
|