bkui-vue 0.0.1-beta.9 → 0.0.1-beta.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -19
- package/dist/index.cjs.js +57 -0
- package/dist/index.esm.js +24736 -0
- package/dist/index.umd.js +57 -0
- package/dist/style.css +1 -2348
- 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 +102 -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 +34 -3
- package/lib/alert/index.d.ts +180 -0
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.d.ts +27 -13
- package/lib/backtop/backtop.variable.css +29 -0
- package/lib/backtop/index.d.ts +166 -0
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.css +5 -5
- package/lib/badge/badge.d.ts +64 -22
- package/lib/badge/badge.less +5 -6
- package/lib/badge/badge.variable.css +34 -5
- package/lib/badge/index.d.ts +267 -0
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.css +18 -1
- package/lib/breadcrumb/breadcrumb.d.ts +37 -9
- package/lib/breadcrumb/breadcrumb.less +13 -2
- package/lib/breadcrumb/breadcrumb.variable.css +47 -1
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.css +73 -44
- package/lib/button/button.d.ts +67 -31
- package/lib/button/button.less +68 -47
- package/lib/button/button.variable.css +102 -44
- package/lib/button/index.d.ts +237 -0
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +53 -1
- package/lib/card/card.d.ts +74 -18
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +82 -1
- package/lib/card/index.d.ts +283 -0
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +48 -0
- package/lib/cascader/cascader.css +130 -0
- package/lib/cascader/cascader.d.ts +271 -0
- package/lib/cascader/cascader.less +146 -0
- package/lib/cascader/cascader.variable.css +229 -0
- package/lib/cascader/index.d.ts +721 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +44 -0
- package/lib/cascader/node.d.ts +24 -0
- package/lib/cascader/store.d.ts +15 -0
- package/lib/checkbox/checkbox-group.d.ts +13 -9
- package/lib/checkbox/checkbox.css +15 -2
- package/lib/checkbox/checkbox.d.ts +33 -30
- package/lib/checkbox/checkbox.less +20 -2
- package/lib/checkbox/checkbox.variable.css +44 -2
- package/lib/checkbox/common.d.ts +3 -3
- package/lib/checkbox/index.d.ts +253 -0
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +4 -8
- 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 +285 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse.css +25 -1
- package/lib/collapse/collapse.d.ts +51 -22
- package/lib/collapse/collapse.less +34 -2
- package/lib/collapse/collapse.variable.css +124 -1
- package/lib/collapse/index.d.ts +182 -0
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/components.d.ts +25 -4
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +48 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +147 -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 +408 -0
- package/lib/date-picker/date-picker.d.ts +312 -0
- package/lib/date-picker/date-picker.less +527 -0
- package/lib/date-picker/date-picker.variable.css +507 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +753 -0
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/props.d.ts +118 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/dialog.css +66 -14
- package/lib/dialog/dialog.d.ts +305 -52
- package/lib/dialog/dialog.less +34 -14
- package/lib/dialog/dialog.variable.css +66 -14
- package/lib/dialog/index.d.ts +772 -0
- package/lib/dialog/index.js +1 -1
- package/lib/directives/clickoutside.d.ts +3 -23
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +17 -0
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +137 -0
- package/lib/divider/index.d.ts +142 -0
- package/lib/divider/index.js +1 -0
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/dropdown-item.d.ts +19 -0
- package/lib/dropdown/dropdown-menu.d.ts +16 -0
- package/lib/dropdown/dropdown.css +47 -0
- package/lib/dropdown/dropdown.d.ts +63 -0
- package/lib/dropdown/dropdown.less +59 -0
- package/lib/dropdown/dropdown.variable.css +146 -0
- package/lib/dropdown/index.d.ts +200 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.variable.css +29 -0
- package/lib/exception/index.d.ts +96 -0
- 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 +29 -0
- package/lib/fixed-navbar/index.d.ts +147 -0
- 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 +155 -0
- package/lib/form/form.css +125 -0
- package/lib/form/form.d.ts +81 -0
- package/lib/form/form.less +152 -0
- package/lib/form/form.variable.css +224 -0
- package/lib/form/index.d.ts +303 -0
- package/lib/form/index.js +1 -0
- package/lib/form/type.d.ts +23 -0
- package/lib/form/validator.d.ts +9 -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.js +1 -0
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.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/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.d.ts +4 -0
- package/lib/icon/circle.js +1 -0
- package/lib/icon/close-line.d.ts +4 -0
- package/lib/icon/close-line.js +1 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.js +1 -0
- package/lib/icon/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.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.js +1 -0
- package/lib/icon/edit-line.d.ts +4 -0
- package/lib/icon/edit-line.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/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 -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/funnel.d.ts +4 -0
- package/lib/icon/funnel.js +1 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.js +1 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/index.d.ts +69 -0
- package/lib/icon/index.js +1 -15
- 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/pdf-fill.d.ts +4 -0
- package/lib/icon/pdf-fill.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/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.d.ts +4 -0
- package/lib/icon/right-shape.js +1 -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.js +1 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.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.js +1 -0
- 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.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 +1 -1
- package/lib/index.js +1 -0
- package/lib/input/index.d.ts +541 -0
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +82 -5
- package/lib/input/input.d.ts +181 -51
- package/lib/input/input.less +93 -9
- package/lib/input/input.variable.css +112 -5
- package/lib/link/index.d.ts +164 -0
- package/lib/link/index.js +1 -1
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.variable.css +29 -0
- package/lib/loading/index.d.ts +172 -0
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +122 -75
- package/lib/loading/loading.d.ts +67 -20
- package/lib/loading/loading.less +79 -60
- package/lib/loading/loading.variable.css +151 -75
- package/lib/menu/index.d.ts +176 -0
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +190 -0
- package/lib/menu/menu.d.ts +55 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +289 -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 +102 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/{message.d.ts → index.d.ts} +0 -0
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +27 -1
- package/lib/message/message.less +30 -1
- package/lib/message/message.variable.css +56 -1
- package/lib/message/messageConstructor.d.ts +71 -20
- package/lib/modal/index.d.ts +605 -0
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +30 -1
- package/lib/modal/modal.d.ts +195 -24
- package/lib/modal/modal.less +39 -1
- package/lib/modal/modal.variable.css +30 -1
- package/lib/modal/props.mixin.d.ts +82 -10
- package/lib/navigation/index.d.ts +292 -0
- package/lib/navigation/index.js +1 -0
- package/lib/navigation/navigation-title.d.ts +25 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +111 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +283 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +65 -0
- package/lib/notify/notify.less +76 -0
- package/lib/notify/notify.variable.css +164 -0
- package/lib/notify/notifyConstructor.d.ts +135 -0
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +278 -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 +387 -0
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +28 -16
- package/lib/popover/popover.d.ts +122 -45
- package/lib/popover/popover.less +59 -46
- package/lib/popover/popover.variable.css +57 -16
- package/lib/popover/props.d.ts +104 -0
- package/lib/preset.d.ts +2 -3
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/index.js +1 -0
- package/lib/process/process.css +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +237 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +8 -3
- package/lib/progress/progress.d.ts +89 -36
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +37 -3
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +277 -0
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +28 -20
- package/lib/radio/radio-group.d.ts +11 -10
- package/lib/radio/radio.css +14 -8
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +16 -9
- package/lib/radio/radio.variable.css +44 -9
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +113 -0
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +13 -10
- package/lib/rate/star.d.ts +33 -16
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/index.js +1 -0
- package/lib/resize-layout/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +288 -0
- package/lib/select/common.d.ts +23 -17
- package/lib/select/index.d.ts +1675 -0
- package/lib/select/index.js +1 -1
- package/lib/select/option.d.ts +15 -20
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +229 -41
- package/lib/select/select.d.ts +381 -157
- package/lib/select/select.less +242 -53
- package/lib/select/select.variable.css +258 -41
- package/lib/select/selectTagInput.d.ts +71 -0
- package/lib/select/type.d.ts +35 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
- package/lib/shared/index.d.ts +73 -0
- 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} +60 -6
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +6 -0
- package/lib/shared/vue-types.d.ts +12 -7
- package/lib/shared/z-index-manager.d.ts +6 -1
- package/lib/sideslider/index.d.ts +533 -0
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +48 -3
- package/lib/sideslider/sideslider.d.ts +205 -30
- package/lib/sideslider/sideslider.less +65 -6
- package/lib/sideslider/sideslider.variable.css +77 -3
- package/lib/slider/index.d.ts +440 -0
- package/lib/slider/index.js +1 -0
- package/lib/slider/slider-button.d.ts +80 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +201 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +248 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/index.js +1 -15
- package/lib/steps/steps.css +4 -1
- package/lib/steps/steps.d.ts +42 -29
- package/lib/steps/steps.less +5 -1
- package/lib/steps/steps.variable.css +33 -1
- package/lib/styles/index.d.ts +51 -0
- package/lib/styles/mixins/clearfix.css +8 -0
- package/lib/styles/mixins/clearfix.less +10 -0
- package/lib/styles/mixins/clearfix.variable.css +8 -0
- package/lib/styles/mixins/mixins.css +8 -0
- package/lib/styles/mixins/mixins.less +1 -0
- package/lib/styles/mixins/mixins.variable.css +8 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +52 -0
- package/lib/styles/mixins/popper.variable.css +43 -0
- package/lib/styles/mixins/size.less +9 -0
- package/lib/styles/reset.css +273 -0
- package/lib/styles/reset.less +313 -0
- package/lib/styles/reset.variable.css +273 -0
- package/lib/styles/themes/themes.less +45 -1
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/index.js +1 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +286 -0
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +157 -135
- package/lib/switcher/switcher.d.ts +51 -35
- package/lib/switcher/switcher.less +211 -153
- package/lib/switcher/switcher.variable.css +186 -135
- package/lib/tab/index.d.ts +440 -0
- package/lib/tab/index.js +1 -0
- package/lib/tab/props.d.ts +194 -0
- package/lib/tab/tab-nav.d.ts +169 -0
- package/lib/tab/tab-panel.d.ts +73 -0
- package/lib/tab/tab.css +167 -0
- package/lib/tab/tab.d.ts +139 -0
- package/lib/tab/tab.less +228 -0
- package/lib/tab/tab.variable.css +266 -0
- package/lib/table/const.d.ts +43 -0
- package/lib/table/index.d.ts +547 -0
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.css +68 -0
- package/lib/table/plugins/head-filter.less +83 -0
- package/lib/table/plugins/head-filter.variable.css +167 -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 +121 -0
- package/lib/table/plugins/settings.css +110 -0
- package/lib/table/plugins/settings.less +136 -0
- package/lib/table/plugins/settings.variable.css +209 -0
- package/lib/table/props.d.ts +243 -0
- package/lib/table/render.d.ts +118 -0
- package/lib/table/table.css +436 -0
- package/lib/table/table.d.ts +194 -32
- package/lib/table/table.less +282 -1
- package/lib/table/table.variable.css +465 -0
- package/lib/table/use-common.d.ts +71 -0
- package/lib/table/utils.d.ts +102 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.css +97 -0
- package/lib/tag/tag.d.ts +83 -53
- package/lib/tag/tag.less +110 -2
- package/lib/tag/tag.variable.css +126 -0
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +894 -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 +374 -0
- package/lib/tag-input/tag-input.less +251 -0
- package/lib/tag-input/tag-input.variable.css +308 -0
- package/lib/tag-input/tag-props.d.ts +131 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +239 -0
- package/lib/timeline/timeline.variable.css +334 -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 +238 -0
- package/lib/tree/constant.d.ts +43 -0
- package/lib/tree/index.d.ts +472 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +168 -0
- package/lib/tree/tree.css +53 -0
- package/lib/tree/tree.d.ts +204 -0
- package/lib/tree/tree.less +66 -0
- package/lib/tree/tree.variable.css +152 -0
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-action.d.ts +11 -0
- package/lib/tree/use-node-async.d.ts +5 -0
- package/lib/tree/use-node-attribute.d.ts +31 -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 +66 -0
- package/lib/upload/index.d.ts +2 -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 +374 -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 +473 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/use-message.d.ts +2 -0
- package/lib/virtual-render/index.d.ts +579 -0
- package/lib/virtual-render/index.js +1 -0
- package/lib/virtual-render/props.d.ts +167 -0
- package/lib/virtual-render/use-tag-render.d.ts +7 -0
- package/lib/virtual-render/v-virtual-render.d.ts +6 -0
- package/lib/virtual-render/virtual-render.css +33 -0
- package/lib/virtual-render/virtual-render.d.ts +255 -0
- package/lib/virtual-render/virtual-render.less +43 -0
- package/lib/virtual-render/virtual-render.variable.css +33 -0
- package/package.json +108 -81
- package/dist/bkui-vue.cjs.js +0 -5171
- package/dist/bkui-vue.esm.js +0 -5137
- package/dist/bkui-vue.umd.js +0 -5174
- package/lib/styles/index.js +0 -1
- package/lib/table/common.d.ts +0 -3
- package/lib/table/table-layout.d.ts +0 -14
- package/lib/table/type.d.ts +0 -12
@@ -0,0 +1,753 @@
|
|
1
|
+
declare const BkDatePicker: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{
|
6
|
+
placement: import("@popperjs/core").ComputedPlacement;
|
7
|
+
options: Record<string, any>;
|
8
|
+
type: import("./interface").PickerTypeType;
|
9
|
+
disabled: boolean;
|
10
|
+
placeholder: string;
|
11
|
+
fontSize: "large" | "normal" | "medium";
|
12
|
+
open: boolean;
|
13
|
+
multiple: boolean;
|
14
|
+
clearable: boolean;
|
15
|
+
readonly: boolean;
|
16
|
+
behavior: "normal" | "simplicity";
|
17
|
+
extPopoverCls: string;
|
18
|
+
editable: boolean;
|
19
|
+
timePickerOptions: {};
|
20
|
+
splitPanels: boolean;
|
21
|
+
transfer: boolean;
|
22
|
+
appendToBody: boolean;
|
23
|
+
shortcuts: import("./interface").DatePickerShortcutsType;
|
24
|
+
shortcutClose: boolean;
|
25
|
+
upToNow: boolean;
|
26
|
+
useShortcutText: boolean;
|
27
|
+
shortcutSelectedIndex: number;
|
28
|
+
headerSlotCls: string;
|
29
|
+
footerSlotCls: string;
|
30
|
+
allowCrossDay: boolean;
|
31
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
32
|
+
readonly type: {
|
33
|
+
readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
|
34
|
+
readonly default: "date";
|
35
|
+
readonly validator: (value: any) => boolean;
|
36
|
+
};
|
37
|
+
readonly extPopoverCls: {
|
38
|
+
readonly type: StringConstructor;
|
39
|
+
readonly default: "";
|
40
|
+
};
|
41
|
+
readonly format: StringConstructor;
|
42
|
+
readonly readonly: {
|
43
|
+
readonly type: BooleanConstructor;
|
44
|
+
readonly default: false;
|
45
|
+
};
|
46
|
+
readonly disabled: {
|
47
|
+
readonly type: BooleanConstructor;
|
48
|
+
readonly default: false;
|
49
|
+
};
|
50
|
+
readonly editable: {
|
51
|
+
readonly type: BooleanConstructor;
|
52
|
+
readonly default: true;
|
53
|
+
};
|
54
|
+
readonly clearable: {
|
55
|
+
readonly type: BooleanConstructor;
|
56
|
+
readonly default: true;
|
57
|
+
};
|
58
|
+
readonly open: {
|
59
|
+
readonly type: BooleanConstructor;
|
60
|
+
readonly default: any;
|
61
|
+
};
|
62
|
+
readonly multiple: {
|
63
|
+
readonly type: BooleanConstructor;
|
64
|
+
readonly default: false;
|
65
|
+
};
|
66
|
+
readonly timePickerOptions: {
|
67
|
+
readonly type: import("vue").PropType<Record<string, any>>;
|
68
|
+
readonly default: () => {};
|
69
|
+
};
|
70
|
+
readonly splitPanels: {
|
71
|
+
readonly type: BooleanConstructor;
|
72
|
+
readonly default: true;
|
73
|
+
};
|
74
|
+
readonly startDate: DateConstructor;
|
75
|
+
readonly placeholder: {
|
76
|
+
readonly type: StringConstructor;
|
77
|
+
readonly default: "";
|
78
|
+
};
|
79
|
+
readonly placement: {
|
80
|
+
readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
|
81
|
+
readonly default: "bottom-start";
|
82
|
+
readonly validator: (value: any) => boolean;
|
83
|
+
};
|
84
|
+
readonly transfer: {
|
85
|
+
readonly type: BooleanConstructor;
|
86
|
+
readonly default: false;
|
87
|
+
};
|
88
|
+
readonly appendToBody: {
|
89
|
+
readonly type: BooleanConstructor;
|
90
|
+
readonly default: false;
|
91
|
+
};
|
92
|
+
readonly shortcuts: {
|
93
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
|
94
|
+
readonly default: () => any[];
|
95
|
+
};
|
96
|
+
readonly shortcutClose: {
|
97
|
+
readonly type: BooleanConstructor;
|
98
|
+
readonly default: false;
|
99
|
+
};
|
100
|
+
readonly modelValue: {
|
101
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
102
|
+
};
|
103
|
+
readonly value: {
|
104
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
105
|
+
};
|
106
|
+
readonly options: {
|
107
|
+
readonly type: ObjectConstructor;
|
108
|
+
readonly default: () => {};
|
109
|
+
};
|
110
|
+
readonly fontSize: {
|
111
|
+
readonly type: import("vue").PropType<"large" | "normal" | "medium">;
|
112
|
+
readonly default: "normal";
|
113
|
+
};
|
114
|
+
readonly upToNow: {
|
115
|
+
readonly type: BooleanConstructor;
|
116
|
+
readonly default: false;
|
117
|
+
};
|
118
|
+
readonly useShortcutText: {
|
119
|
+
readonly type: BooleanConstructor;
|
120
|
+
readonly default: false;
|
121
|
+
};
|
122
|
+
readonly shortcutSelectedIndex: {
|
123
|
+
readonly type: NumberConstructor;
|
124
|
+
readonly default: -1;
|
125
|
+
};
|
126
|
+
readonly headerSlotCls: {
|
127
|
+
readonly type: StringConstructor;
|
128
|
+
readonly default: "";
|
129
|
+
};
|
130
|
+
readonly footerSlotCls: {
|
131
|
+
readonly type: StringConstructor;
|
132
|
+
readonly default: "";
|
133
|
+
};
|
134
|
+
readonly allowCrossDay: {
|
135
|
+
readonly type: BooleanConstructor;
|
136
|
+
readonly default: false;
|
137
|
+
};
|
138
|
+
readonly behavior: {
|
139
|
+
readonly type: import("vue").PropType<"normal" | "simplicity">;
|
140
|
+
readonly default: "normal";
|
141
|
+
readonly validator: (v: any) => boolean;
|
142
|
+
};
|
143
|
+
readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
|
144
|
+
}>> & {
|
145
|
+
onChange?: (...args: any[]) => any;
|
146
|
+
onInput?: (...args: any[]) => any;
|
147
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
148
|
+
onClear?: (...args: any[]) => any;
|
149
|
+
"onPick-success"?: (...args: any[]) => any;
|
150
|
+
"onOpen-change"?: (...args: any[]) => any;
|
151
|
+
"onShortcut-change"?: (...args: any[]) => any;
|
152
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "options" | "type" | "disabled" | "placeholder" | "fontSize" | "open" | "multiple" | "clearable" | "readonly" | "behavior" | "extPopoverCls" | "editable" | "timePickerOptions" | "splitPanels" | "transfer" | "appendToBody" | "shortcuts" | "shortcutClose" | "upToNow" | "useShortcutText" | "shortcutSelectedIndex" | "headerSlotCls" | "footerSlotCls" | "allowCrossDay">;
|
153
|
+
$attrs: {
|
154
|
+
[x: string]: unknown;
|
155
|
+
};
|
156
|
+
$refs: {
|
157
|
+
[x: string]: unknown;
|
158
|
+
};
|
159
|
+
$slots: Readonly<{
|
160
|
+
[name: string]: import("vue").Slot;
|
161
|
+
}>;
|
162
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
163
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
164
|
+
$emit: (event: "input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", ...args: any[]) => void;
|
165
|
+
$el: any;
|
166
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
167
|
+
readonly type: {
|
168
|
+
readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
|
169
|
+
readonly default: "date";
|
170
|
+
readonly validator: (value: any) => boolean;
|
171
|
+
};
|
172
|
+
readonly extPopoverCls: {
|
173
|
+
readonly type: StringConstructor;
|
174
|
+
readonly default: "";
|
175
|
+
};
|
176
|
+
readonly format: StringConstructor;
|
177
|
+
readonly readonly: {
|
178
|
+
readonly type: BooleanConstructor;
|
179
|
+
readonly default: false;
|
180
|
+
};
|
181
|
+
readonly disabled: {
|
182
|
+
readonly type: BooleanConstructor;
|
183
|
+
readonly default: false;
|
184
|
+
};
|
185
|
+
readonly editable: {
|
186
|
+
readonly type: BooleanConstructor;
|
187
|
+
readonly default: true;
|
188
|
+
};
|
189
|
+
readonly clearable: {
|
190
|
+
readonly type: BooleanConstructor;
|
191
|
+
readonly default: true;
|
192
|
+
};
|
193
|
+
readonly open: {
|
194
|
+
readonly type: BooleanConstructor;
|
195
|
+
readonly default: any;
|
196
|
+
};
|
197
|
+
readonly multiple: {
|
198
|
+
readonly type: BooleanConstructor;
|
199
|
+
readonly default: false;
|
200
|
+
};
|
201
|
+
readonly timePickerOptions: {
|
202
|
+
readonly type: import("vue").PropType<Record<string, any>>;
|
203
|
+
readonly default: () => {};
|
204
|
+
};
|
205
|
+
readonly splitPanels: {
|
206
|
+
readonly type: BooleanConstructor;
|
207
|
+
readonly default: true;
|
208
|
+
};
|
209
|
+
readonly startDate: DateConstructor;
|
210
|
+
readonly placeholder: {
|
211
|
+
readonly type: StringConstructor;
|
212
|
+
readonly default: "";
|
213
|
+
};
|
214
|
+
readonly placement: {
|
215
|
+
readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
|
216
|
+
readonly default: "bottom-start";
|
217
|
+
readonly validator: (value: any) => boolean;
|
218
|
+
};
|
219
|
+
readonly transfer: {
|
220
|
+
readonly type: BooleanConstructor;
|
221
|
+
readonly default: false;
|
222
|
+
};
|
223
|
+
readonly appendToBody: {
|
224
|
+
readonly type: BooleanConstructor;
|
225
|
+
readonly default: false;
|
226
|
+
};
|
227
|
+
readonly shortcuts: {
|
228
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
|
229
|
+
readonly default: () => any[];
|
230
|
+
};
|
231
|
+
readonly shortcutClose: {
|
232
|
+
readonly type: BooleanConstructor;
|
233
|
+
readonly default: false;
|
234
|
+
};
|
235
|
+
readonly modelValue: {
|
236
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
237
|
+
};
|
238
|
+
readonly value: {
|
239
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
240
|
+
};
|
241
|
+
readonly options: {
|
242
|
+
readonly type: ObjectConstructor;
|
243
|
+
readonly default: () => {};
|
244
|
+
};
|
245
|
+
readonly fontSize: {
|
246
|
+
readonly type: import("vue").PropType<"large" | "normal" | "medium">;
|
247
|
+
readonly default: "normal";
|
248
|
+
};
|
249
|
+
readonly upToNow: {
|
250
|
+
readonly type: BooleanConstructor;
|
251
|
+
readonly default: false;
|
252
|
+
};
|
253
|
+
readonly useShortcutText: {
|
254
|
+
readonly type: BooleanConstructor;
|
255
|
+
readonly default: false;
|
256
|
+
};
|
257
|
+
readonly shortcutSelectedIndex: {
|
258
|
+
readonly type: NumberConstructor;
|
259
|
+
readonly default: -1;
|
260
|
+
};
|
261
|
+
readonly headerSlotCls: {
|
262
|
+
readonly type: StringConstructor;
|
263
|
+
readonly default: "";
|
264
|
+
};
|
265
|
+
readonly footerSlotCls: {
|
266
|
+
readonly type: StringConstructor;
|
267
|
+
readonly default: "";
|
268
|
+
};
|
269
|
+
readonly allowCrossDay: {
|
270
|
+
readonly type: BooleanConstructor;
|
271
|
+
readonly default: false;
|
272
|
+
};
|
273
|
+
readonly behavior: {
|
274
|
+
readonly type: import("vue").PropType<"normal" | "simplicity">;
|
275
|
+
readonly default: "normal";
|
276
|
+
readonly validator: (v: any) => boolean;
|
277
|
+
};
|
278
|
+
readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
|
279
|
+
}>> & {
|
280
|
+
onChange?: (...args: any[]) => any;
|
281
|
+
onInput?: (...args: any[]) => any;
|
282
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
283
|
+
onClear?: (...args: any[]) => any;
|
284
|
+
"onPick-success"?: (...args: any[]) => any;
|
285
|
+
"onOpen-change"?: (...args: any[]) => any;
|
286
|
+
"onShortcut-change"?: (...args: any[]) => any;
|
287
|
+
}, {
|
288
|
+
panel: import("vue").ComputedRef<import("./interface").DatePickerPanelType>;
|
289
|
+
publicStringValue: import("vue").ComputedRef<any>;
|
290
|
+
opened: import("vue").ComputedRef<boolean>;
|
291
|
+
visualValue: import("vue").ComputedRef<any>;
|
292
|
+
displayValue: import("vue").ComputedRef<any>;
|
293
|
+
isConfirm: import("vue").ComputedRef<boolean>;
|
294
|
+
hasHeader: import("vue").ComputedRef<boolean>;
|
295
|
+
hasFooter: import("vue").ComputedRef<boolean>;
|
296
|
+
hasShortcuts: import("vue").ComputedRef<boolean>;
|
297
|
+
fontSizeCls: import("vue").ComputedRef<string>;
|
298
|
+
longWidthCls: import("vue").ComputedRef<string>;
|
299
|
+
localReadonly: import("vue").ComputedRef<boolean>;
|
300
|
+
allowCrossDayProp: import("vue").ComputedRef<boolean>;
|
301
|
+
pickerDropdownRef: any;
|
302
|
+
inputRef: any;
|
303
|
+
triggerRef: import("vue").Ref<HTMLElement>;
|
304
|
+
pickerPanelRef: any;
|
305
|
+
handleClose: (e?: Event) => boolean;
|
306
|
+
handleIconClick: () => void;
|
307
|
+
handleInputMouseenter: () => void;
|
308
|
+
handleInputMouseleave: (e: any) => void;
|
309
|
+
handleFocus: (e: any) => void;
|
310
|
+
handleBlur: (e: any) => void;
|
311
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
312
|
+
handleInputChange: (e: any) => void;
|
313
|
+
handleClear: () => void;
|
314
|
+
handleTransferClick: () => void;
|
315
|
+
onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
|
316
|
+
onPickSuccess: () => void;
|
317
|
+
showClose: import("vue").Ref<boolean>;
|
318
|
+
visible: import("vue").Ref<boolean>;
|
319
|
+
internalValue: import("vue").Ref<any>;
|
320
|
+
disableClickOutSide: import("vue").Ref<boolean>;
|
321
|
+
disableCloseUnderTransfer: import("vue").Ref<boolean>;
|
322
|
+
selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
|
323
|
+
forceInputRerender: import("vue").Ref<number>;
|
324
|
+
isFocused: import("vue").Ref<boolean>;
|
325
|
+
focusedDate: import("vue").Ref<any>;
|
326
|
+
focusedTime: import("vue").Ref<{
|
327
|
+
column: number;
|
328
|
+
picker: number;
|
329
|
+
time: any;
|
330
|
+
active: boolean;
|
331
|
+
}>;
|
332
|
+
internalFocus: import("vue").Ref<boolean>;
|
333
|
+
timeEnterMode: import("vue").Ref<boolean>;
|
334
|
+
shortcut: import("vue").Ref<any>;
|
335
|
+
onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
|
336
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], string, {
|
337
|
+
placement: import("@popperjs/core").ComputedPlacement;
|
338
|
+
options: Record<string, any>;
|
339
|
+
type: import("./interface").PickerTypeType;
|
340
|
+
disabled: boolean;
|
341
|
+
placeholder: string;
|
342
|
+
fontSize: "large" | "normal" | "medium";
|
343
|
+
open: boolean;
|
344
|
+
multiple: boolean;
|
345
|
+
clearable: boolean;
|
346
|
+
readonly: boolean;
|
347
|
+
behavior: "normal" | "simplicity";
|
348
|
+
extPopoverCls: string;
|
349
|
+
editable: boolean;
|
350
|
+
timePickerOptions: {};
|
351
|
+
splitPanels: boolean;
|
352
|
+
transfer: boolean;
|
353
|
+
appendToBody: boolean;
|
354
|
+
shortcuts: import("./interface").DatePickerShortcutsType;
|
355
|
+
shortcutClose: boolean;
|
356
|
+
upToNow: boolean;
|
357
|
+
useShortcutText: boolean;
|
358
|
+
shortcutSelectedIndex: number;
|
359
|
+
headerSlotCls: string;
|
360
|
+
footerSlotCls: string;
|
361
|
+
allowCrossDay: boolean;
|
362
|
+
}> & {
|
363
|
+
beforeCreate?: (() => void) | (() => void)[];
|
364
|
+
created?: (() => void) | (() => void)[];
|
365
|
+
beforeMount?: (() => void) | (() => void)[];
|
366
|
+
mounted?: (() => void) | (() => void)[];
|
367
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
368
|
+
updated?: (() => void) | (() => void)[];
|
369
|
+
activated?: (() => void) | (() => void)[];
|
370
|
+
deactivated?: (() => void) | (() => void)[];
|
371
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
372
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
373
|
+
destroyed?: (() => void) | (() => void)[];
|
374
|
+
unmounted?: (() => void) | (() => void)[];
|
375
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
376
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
377
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
378
|
+
};
|
379
|
+
$forceUpdate: () => void;
|
380
|
+
$nextTick: typeof import("vue").nextTick;
|
381
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
382
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
383
|
+
readonly type: {
|
384
|
+
readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
|
385
|
+
readonly default: "date";
|
386
|
+
readonly validator: (value: any) => boolean;
|
387
|
+
};
|
388
|
+
readonly extPopoverCls: {
|
389
|
+
readonly type: StringConstructor;
|
390
|
+
readonly default: "";
|
391
|
+
};
|
392
|
+
readonly format: StringConstructor;
|
393
|
+
readonly readonly: {
|
394
|
+
readonly type: BooleanConstructor;
|
395
|
+
readonly default: false;
|
396
|
+
};
|
397
|
+
readonly disabled: {
|
398
|
+
readonly type: BooleanConstructor;
|
399
|
+
readonly default: false;
|
400
|
+
};
|
401
|
+
readonly editable: {
|
402
|
+
readonly type: BooleanConstructor;
|
403
|
+
readonly default: true;
|
404
|
+
};
|
405
|
+
readonly clearable: {
|
406
|
+
readonly type: BooleanConstructor;
|
407
|
+
readonly default: true;
|
408
|
+
};
|
409
|
+
readonly open: {
|
410
|
+
readonly type: BooleanConstructor;
|
411
|
+
readonly default: any;
|
412
|
+
};
|
413
|
+
readonly multiple: {
|
414
|
+
readonly type: BooleanConstructor;
|
415
|
+
readonly default: false;
|
416
|
+
};
|
417
|
+
readonly timePickerOptions: {
|
418
|
+
readonly type: import("vue").PropType<Record<string, any>>;
|
419
|
+
readonly default: () => {};
|
420
|
+
};
|
421
|
+
readonly splitPanels: {
|
422
|
+
readonly type: BooleanConstructor;
|
423
|
+
readonly default: true;
|
424
|
+
};
|
425
|
+
readonly startDate: DateConstructor;
|
426
|
+
readonly placeholder: {
|
427
|
+
readonly type: StringConstructor;
|
428
|
+
readonly default: "";
|
429
|
+
};
|
430
|
+
readonly placement: {
|
431
|
+
readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
|
432
|
+
readonly default: "bottom-start";
|
433
|
+
readonly validator: (value: any) => boolean;
|
434
|
+
};
|
435
|
+
readonly transfer: {
|
436
|
+
readonly type: BooleanConstructor;
|
437
|
+
readonly default: false;
|
438
|
+
};
|
439
|
+
readonly appendToBody: {
|
440
|
+
readonly type: BooleanConstructor;
|
441
|
+
readonly default: false;
|
442
|
+
};
|
443
|
+
readonly shortcuts: {
|
444
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
|
445
|
+
readonly default: () => any[];
|
446
|
+
};
|
447
|
+
readonly shortcutClose: {
|
448
|
+
readonly type: BooleanConstructor;
|
449
|
+
readonly default: false;
|
450
|
+
};
|
451
|
+
readonly modelValue: {
|
452
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
453
|
+
};
|
454
|
+
readonly value: {
|
455
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
456
|
+
};
|
457
|
+
readonly options: {
|
458
|
+
readonly type: ObjectConstructor;
|
459
|
+
readonly default: () => {};
|
460
|
+
};
|
461
|
+
readonly fontSize: {
|
462
|
+
readonly type: import("vue").PropType<"large" | "normal" | "medium">;
|
463
|
+
readonly default: "normal";
|
464
|
+
};
|
465
|
+
readonly upToNow: {
|
466
|
+
readonly type: BooleanConstructor;
|
467
|
+
readonly default: false;
|
468
|
+
};
|
469
|
+
readonly useShortcutText: {
|
470
|
+
readonly type: BooleanConstructor;
|
471
|
+
readonly default: false;
|
472
|
+
};
|
473
|
+
readonly shortcutSelectedIndex: {
|
474
|
+
readonly type: NumberConstructor;
|
475
|
+
readonly default: -1;
|
476
|
+
};
|
477
|
+
readonly headerSlotCls: {
|
478
|
+
readonly type: StringConstructor;
|
479
|
+
readonly default: "";
|
480
|
+
};
|
481
|
+
readonly footerSlotCls: {
|
482
|
+
readonly type: StringConstructor;
|
483
|
+
readonly default: "";
|
484
|
+
};
|
485
|
+
readonly allowCrossDay: {
|
486
|
+
readonly type: BooleanConstructor;
|
487
|
+
readonly default: false;
|
488
|
+
};
|
489
|
+
readonly behavior: {
|
490
|
+
readonly type: import("vue").PropType<"normal" | "simplicity">;
|
491
|
+
readonly default: "normal";
|
492
|
+
readonly validator: (v: any) => boolean;
|
493
|
+
};
|
494
|
+
readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
|
495
|
+
}>> & {
|
496
|
+
onChange?: (...args: any[]) => any;
|
497
|
+
onInput?: (...args: any[]) => any;
|
498
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
499
|
+
onClear?: (...args: any[]) => any;
|
500
|
+
"onPick-success"?: (...args: any[]) => any;
|
501
|
+
"onOpen-change"?: (...args: any[]) => any;
|
502
|
+
"onShortcut-change"?: (...args: any[]) => any;
|
503
|
+
} & import("vue").ShallowUnwrapRef<{
|
504
|
+
panel: import("vue").ComputedRef<import("./interface").DatePickerPanelType>;
|
505
|
+
publicStringValue: import("vue").ComputedRef<any>;
|
506
|
+
opened: import("vue").ComputedRef<boolean>;
|
507
|
+
visualValue: import("vue").ComputedRef<any>;
|
508
|
+
displayValue: import("vue").ComputedRef<any>;
|
509
|
+
isConfirm: import("vue").ComputedRef<boolean>;
|
510
|
+
hasHeader: import("vue").ComputedRef<boolean>;
|
511
|
+
hasFooter: import("vue").ComputedRef<boolean>;
|
512
|
+
hasShortcuts: import("vue").ComputedRef<boolean>;
|
513
|
+
fontSizeCls: import("vue").ComputedRef<string>;
|
514
|
+
longWidthCls: import("vue").ComputedRef<string>;
|
515
|
+
localReadonly: import("vue").ComputedRef<boolean>;
|
516
|
+
allowCrossDayProp: import("vue").ComputedRef<boolean>;
|
517
|
+
pickerDropdownRef: any;
|
518
|
+
inputRef: any;
|
519
|
+
triggerRef: import("vue").Ref<HTMLElement>;
|
520
|
+
pickerPanelRef: any;
|
521
|
+
handleClose: (e?: Event) => boolean;
|
522
|
+
handleIconClick: () => void;
|
523
|
+
handleInputMouseenter: () => void;
|
524
|
+
handleInputMouseleave: (e: any) => void;
|
525
|
+
handleFocus: (e: any) => void;
|
526
|
+
handleBlur: (e: any) => void;
|
527
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
528
|
+
handleInputChange: (e: any) => void;
|
529
|
+
handleClear: () => void;
|
530
|
+
handleTransferClick: () => void;
|
531
|
+
onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
|
532
|
+
onPickSuccess: () => void;
|
533
|
+
showClose: import("vue").Ref<boolean>;
|
534
|
+
visible: import("vue").Ref<boolean>;
|
535
|
+
internalValue: import("vue").Ref<any>;
|
536
|
+
disableClickOutSide: import("vue").Ref<boolean>;
|
537
|
+
disableCloseUnderTransfer: import("vue").Ref<boolean>;
|
538
|
+
selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
|
539
|
+
forceInputRerender: import("vue").Ref<number>;
|
540
|
+
isFocused: import("vue").Ref<boolean>;
|
541
|
+
focusedDate: import("vue").Ref<any>;
|
542
|
+
focusedTime: import("vue").Ref<{
|
543
|
+
column: number;
|
544
|
+
picker: number;
|
545
|
+
time: any;
|
546
|
+
active: boolean;
|
547
|
+
}>;
|
548
|
+
internalFocus: import("vue").Ref<boolean>;
|
549
|
+
timeEnterMode: import("vue").Ref<boolean>;
|
550
|
+
shortcut: import("vue").Ref<any>;
|
551
|
+
onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
|
552
|
+
}> & {} & {} & import("vue").ComponentCustomProperties;
|
553
|
+
__isFragment?: never;
|
554
|
+
__isTeleport?: never;
|
555
|
+
__isSuspense?: never;
|
556
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
557
|
+
readonly type: {
|
558
|
+
readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
|
559
|
+
readonly default: "date";
|
560
|
+
readonly validator: (value: any) => boolean;
|
561
|
+
};
|
562
|
+
readonly extPopoverCls: {
|
563
|
+
readonly type: StringConstructor;
|
564
|
+
readonly default: "";
|
565
|
+
};
|
566
|
+
readonly format: StringConstructor;
|
567
|
+
readonly readonly: {
|
568
|
+
readonly type: BooleanConstructor;
|
569
|
+
readonly default: false;
|
570
|
+
};
|
571
|
+
readonly disabled: {
|
572
|
+
readonly type: BooleanConstructor;
|
573
|
+
readonly default: false;
|
574
|
+
};
|
575
|
+
readonly editable: {
|
576
|
+
readonly type: BooleanConstructor;
|
577
|
+
readonly default: true;
|
578
|
+
};
|
579
|
+
readonly clearable: {
|
580
|
+
readonly type: BooleanConstructor;
|
581
|
+
readonly default: true;
|
582
|
+
};
|
583
|
+
readonly open: {
|
584
|
+
readonly type: BooleanConstructor;
|
585
|
+
readonly default: any;
|
586
|
+
};
|
587
|
+
readonly multiple: {
|
588
|
+
readonly type: BooleanConstructor;
|
589
|
+
readonly default: false;
|
590
|
+
};
|
591
|
+
readonly timePickerOptions: {
|
592
|
+
readonly type: import("vue").PropType<Record<string, any>>;
|
593
|
+
readonly default: () => {};
|
594
|
+
};
|
595
|
+
readonly splitPanels: {
|
596
|
+
readonly type: BooleanConstructor;
|
597
|
+
readonly default: true;
|
598
|
+
};
|
599
|
+
readonly startDate: DateConstructor;
|
600
|
+
readonly placeholder: {
|
601
|
+
readonly type: StringConstructor;
|
602
|
+
readonly default: "";
|
603
|
+
};
|
604
|
+
readonly placement: {
|
605
|
+
readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
|
606
|
+
readonly default: "bottom-start";
|
607
|
+
readonly validator: (value: any) => boolean;
|
608
|
+
};
|
609
|
+
readonly transfer: {
|
610
|
+
readonly type: BooleanConstructor;
|
611
|
+
readonly default: false;
|
612
|
+
};
|
613
|
+
readonly appendToBody: {
|
614
|
+
readonly type: BooleanConstructor;
|
615
|
+
readonly default: false;
|
616
|
+
};
|
617
|
+
readonly shortcuts: {
|
618
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
|
619
|
+
readonly default: () => any[];
|
620
|
+
};
|
621
|
+
readonly shortcutClose: {
|
622
|
+
readonly type: BooleanConstructor;
|
623
|
+
readonly default: false;
|
624
|
+
};
|
625
|
+
readonly modelValue: {
|
626
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
627
|
+
};
|
628
|
+
readonly value: {
|
629
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
630
|
+
};
|
631
|
+
readonly options: {
|
632
|
+
readonly type: ObjectConstructor;
|
633
|
+
readonly default: () => {};
|
634
|
+
};
|
635
|
+
readonly fontSize: {
|
636
|
+
readonly type: import("vue").PropType<"large" | "normal" | "medium">;
|
637
|
+
readonly default: "normal";
|
638
|
+
};
|
639
|
+
readonly upToNow: {
|
640
|
+
readonly type: BooleanConstructor;
|
641
|
+
readonly default: false;
|
642
|
+
};
|
643
|
+
readonly useShortcutText: {
|
644
|
+
readonly type: BooleanConstructor;
|
645
|
+
readonly default: false;
|
646
|
+
};
|
647
|
+
readonly shortcutSelectedIndex: {
|
648
|
+
readonly type: NumberConstructor;
|
649
|
+
readonly default: -1;
|
650
|
+
};
|
651
|
+
readonly headerSlotCls: {
|
652
|
+
readonly type: StringConstructor;
|
653
|
+
readonly default: "";
|
654
|
+
};
|
655
|
+
readonly footerSlotCls: {
|
656
|
+
readonly type: StringConstructor;
|
657
|
+
readonly default: "";
|
658
|
+
};
|
659
|
+
readonly allowCrossDay: {
|
660
|
+
readonly type: BooleanConstructor;
|
661
|
+
readonly default: false;
|
662
|
+
};
|
663
|
+
readonly behavior: {
|
664
|
+
readonly type: import("vue").PropType<"normal" | "simplicity">;
|
665
|
+
readonly default: "normal";
|
666
|
+
readonly validator: (v: any) => boolean;
|
667
|
+
};
|
668
|
+
readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
|
669
|
+
}>> & {
|
670
|
+
onChange?: (...args: any[]) => any;
|
671
|
+
onInput?: (...args: any[]) => any;
|
672
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
673
|
+
onClear?: (...args: any[]) => any;
|
674
|
+
"onPick-success"?: (...args: any[]) => any;
|
675
|
+
"onOpen-change"?: (...args: any[]) => any;
|
676
|
+
"onShortcut-change"?: (...args: any[]) => any;
|
677
|
+
}, {
|
678
|
+
panel: import("vue").ComputedRef<import("./interface").DatePickerPanelType>;
|
679
|
+
publicStringValue: import("vue").ComputedRef<any>;
|
680
|
+
opened: import("vue").ComputedRef<boolean>;
|
681
|
+
visualValue: import("vue").ComputedRef<any>;
|
682
|
+
displayValue: import("vue").ComputedRef<any>;
|
683
|
+
isConfirm: import("vue").ComputedRef<boolean>;
|
684
|
+
hasHeader: import("vue").ComputedRef<boolean>;
|
685
|
+
hasFooter: import("vue").ComputedRef<boolean>;
|
686
|
+
hasShortcuts: import("vue").ComputedRef<boolean>;
|
687
|
+
fontSizeCls: import("vue").ComputedRef<string>;
|
688
|
+
longWidthCls: import("vue").ComputedRef<string>;
|
689
|
+
localReadonly: import("vue").ComputedRef<boolean>;
|
690
|
+
allowCrossDayProp: import("vue").ComputedRef<boolean>;
|
691
|
+
pickerDropdownRef: any;
|
692
|
+
inputRef: any;
|
693
|
+
triggerRef: import("vue").Ref<HTMLElement>;
|
694
|
+
pickerPanelRef: any;
|
695
|
+
handleClose: (e?: Event) => boolean;
|
696
|
+
handleIconClick: () => void;
|
697
|
+
handleInputMouseenter: () => void;
|
698
|
+
handleInputMouseleave: (e: any) => void;
|
699
|
+
handleFocus: (e: any) => void;
|
700
|
+
handleBlur: (e: any) => void;
|
701
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
702
|
+
handleInputChange: (e: any) => void;
|
703
|
+
handleClear: () => void;
|
704
|
+
handleTransferClick: () => void;
|
705
|
+
onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
|
706
|
+
onPickSuccess: () => void;
|
707
|
+
showClose: import("vue").Ref<boolean>;
|
708
|
+
visible: import("vue").Ref<boolean>;
|
709
|
+
internalValue: import("vue").Ref<any>;
|
710
|
+
disableClickOutSide: import("vue").Ref<boolean>;
|
711
|
+
disableCloseUnderTransfer: import("vue").Ref<boolean>;
|
712
|
+
selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
|
713
|
+
forceInputRerender: import("vue").Ref<number>;
|
714
|
+
isFocused: import("vue").Ref<boolean>;
|
715
|
+
focusedDate: import("vue").Ref<any>;
|
716
|
+
focusedTime: import("vue").Ref<{
|
717
|
+
column: number;
|
718
|
+
picker: number;
|
719
|
+
time: any;
|
720
|
+
active: boolean;
|
721
|
+
}>;
|
722
|
+
internalFocus: import("vue").Ref<boolean>;
|
723
|
+
timeEnterMode: import("vue").Ref<boolean>;
|
724
|
+
shortcut: import("vue").Ref<any>;
|
725
|
+
onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
|
726
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], "input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", {
|
727
|
+
placement: import("@popperjs/core").ComputedPlacement;
|
728
|
+
options: Record<string, any>;
|
729
|
+
type: import("./interface").PickerTypeType;
|
730
|
+
disabled: boolean;
|
731
|
+
placeholder: string;
|
732
|
+
fontSize: "large" | "normal" | "medium";
|
733
|
+
open: boolean;
|
734
|
+
multiple: boolean;
|
735
|
+
clearable: boolean;
|
736
|
+
readonly: boolean;
|
737
|
+
behavior: "normal" | "simplicity";
|
738
|
+
extPopoverCls: string;
|
739
|
+
editable: boolean;
|
740
|
+
timePickerOptions: {};
|
741
|
+
splitPanels: boolean;
|
742
|
+
transfer: boolean;
|
743
|
+
appendToBody: boolean;
|
744
|
+
shortcuts: import("./interface").DatePickerShortcutsType;
|
745
|
+
shortcutClose: boolean;
|
746
|
+
upToNow: boolean;
|
747
|
+
useShortcutText: boolean;
|
748
|
+
shortcutSelectedIndex: number;
|
749
|
+
headerSlotCls: string;
|
750
|
+
footerSlotCls: string;
|
751
|
+
allowCrossDay: boolean;
|
752
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
753
|
+
export default BkDatePicker;
|