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,3 +1,4 @@
|
|
1
|
+
import TimePicker from './time-picker';
|
1
2
|
declare const BkDatePicker: {
|
2
3
|
new (...args: any[]): {
|
3
4
|
$: import("vue").ComponentInternalInstance;
|
@@ -5,96 +6,156 @@ declare const BkDatePicker: {
|
|
5
6
|
$props: Partial<{
|
6
7
|
placement: import("@popperjs/core").ComputedPlacement;
|
7
8
|
options: Record<string, any>;
|
9
|
+
type: import("./interface").PickerTypeType;
|
10
|
+
disabled: boolean;
|
8
11
|
placeholder: string;
|
12
|
+
fontSize: "large" | "normal" | "medium";
|
9
13
|
open: boolean;
|
10
14
|
multiple: boolean;
|
11
|
-
disabled: boolean;
|
12
|
-
type: import("./interface").PickerTypeType;
|
13
|
-
extPopoverCls: string;
|
14
|
-
readonly: boolean;
|
15
|
-
editable: boolean;
|
16
15
|
clearable: boolean;
|
17
|
-
|
18
|
-
splitPanels: boolean;
|
19
|
-
transfer: boolean;
|
20
|
-
appendToBody: boolean;
|
21
|
-
shortcuts: import("./interface").DatePickerShortcutsType;
|
22
|
-
shortcutClose: boolean;
|
23
|
-
fontSize: "large" | "normal" | "medium";
|
24
|
-
upToNow: boolean;
|
25
|
-
useShortcutText: boolean;
|
26
|
-
shortcutSelectedIndex: number;
|
27
|
-
footerSlotCls: string;
|
28
|
-
allowCrossDay: boolean;
|
16
|
+
readonly: boolean;
|
29
17
|
behavior: "normal" | "simplicity";
|
30
|
-
|
31
|
-
readonly type?: unknown;
|
32
|
-
readonly extPopoverCls?: unknown;
|
33
|
-
readonly format?: unknown;
|
34
|
-
readonly readonly?: unknown;
|
35
|
-
readonly disabled?: unknown;
|
36
|
-
readonly editable?: unknown;
|
37
|
-
readonly clearable?: unknown;
|
38
|
-
readonly open?: unknown;
|
39
|
-
readonly multiple?: unknown;
|
40
|
-
readonly timePickerOptions?: unknown;
|
41
|
-
readonly splitPanels?: unknown;
|
42
|
-
readonly startDate?: unknown;
|
43
|
-
readonly placeholder?: unknown;
|
44
|
-
readonly placement?: unknown;
|
45
|
-
readonly transfer?: unknown;
|
46
|
-
readonly appendToBody?: unknown;
|
47
|
-
readonly shortcuts?: unknown;
|
48
|
-
readonly shortcutClose?: unknown;
|
49
|
-
readonly modelValue?: unknown;
|
50
|
-
readonly options?: unknown;
|
51
|
-
readonly fontSize?: unknown;
|
52
|
-
readonly upToNow?: unknown;
|
53
|
-
readonly useShortcutText?: unknown;
|
54
|
-
readonly shortcutSelectedIndex?: unknown;
|
55
|
-
readonly footerSlotCls?: unknown;
|
56
|
-
readonly allowCrossDay?: unknown;
|
57
|
-
readonly behavior?: unknown;
|
58
|
-
readonly disableDate?: unknown;
|
59
|
-
} & {
|
60
|
-
placement: import("@popperjs/core").ComputedPlacement;
|
61
|
-
options: Record<string, any>;
|
62
|
-
placeholder: string;
|
63
|
-
multiple: boolean;
|
64
|
-
disabled: boolean;
|
65
|
-
type: import("./interface").PickerTypeType;
|
18
|
+
withValidate: boolean;
|
66
19
|
extPopoverCls: string;
|
67
|
-
readonly: boolean;
|
68
20
|
editable: boolean;
|
69
|
-
clearable: boolean;
|
70
21
|
timePickerOptions: {};
|
71
22
|
splitPanels: boolean;
|
72
23
|
transfer: boolean;
|
73
24
|
appendToBody: boolean;
|
74
25
|
shortcuts: import("./interface").DatePickerShortcutsType;
|
75
26
|
shortcutClose: boolean;
|
76
|
-
fontSize: "large" | "normal" | "medium";
|
77
27
|
upToNow: boolean;
|
78
28
|
useShortcutText: boolean;
|
79
29
|
shortcutSelectedIndex: number;
|
30
|
+
headerSlotCls: string;
|
80
31
|
footerSlotCls: string;
|
81
32
|
allowCrossDay: boolean;
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
33
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
34
|
+
readonly type: {
|
35
|
+
readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
|
36
|
+
readonly default: "date";
|
37
|
+
readonly validator: (value: any) => boolean;
|
38
|
+
};
|
39
|
+
readonly extPopoverCls: {
|
40
|
+
readonly type: StringConstructor;
|
41
|
+
readonly default: "";
|
42
|
+
};
|
43
|
+
readonly format: StringConstructor;
|
44
|
+
readonly readonly: {
|
45
|
+
readonly type: BooleanConstructor;
|
46
|
+
readonly default: false;
|
47
|
+
};
|
48
|
+
readonly disabled: {
|
49
|
+
readonly type: BooleanConstructor;
|
50
|
+
readonly default: false;
|
51
|
+
};
|
52
|
+
readonly editable: {
|
53
|
+
readonly type: BooleanConstructor;
|
54
|
+
readonly default: true;
|
55
|
+
};
|
56
|
+
readonly clearable: {
|
57
|
+
readonly type: BooleanConstructor;
|
58
|
+
readonly default: true;
|
59
|
+
};
|
60
|
+
readonly open: {
|
61
|
+
readonly type: BooleanConstructor;
|
62
|
+
readonly default: any;
|
63
|
+
};
|
64
|
+
readonly multiple: {
|
65
|
+
readonly type: BooleanConstructor;
|
66
|
+
readonly default: false;
|
67
|
+
};
|
68
|
+
readonly timePickerOptions: {
|
69
|
+
readonly type: import("vue").PropType<Record<string, any>>;
|
70
|
+
readonly default: () => {};
|
71
|
+
};
|
72
|
+
readonly splitPanels: {
|
73
|
+
readonly type: BooleanConstructor;
|
74
|
+
readonly default: true;
|
75
|
+
};
|
76
|
+
readonly startDate: DateConstructor;
|
77
|
+
readonly placeholder: {
|
78
|
+
readonly type: StringConstructor;
|
79
|
+
readonly default: "";
|
80
|
+
};
|
81
|
+
readonly placement: {
|
82
|
+
readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
|
83
|
+
readonly default: "bottom-start";
|
84
|
+
readonly validator: (value: any) => boolean;
|
85
|
+
};
|
86
|
+
readonly transfer: {
|
87
|
+
readonly type: BooleanConstructor;
|
88
|
+
readonly default: false;
|
89
|
+
};
|
90
|
+
readonly appendToBody: {
|
91
|
+
readonly type: BooleanConstructor;
|
92
|
+
readonly default: false;
|
93
|
+
};
|
94
|
+
readonly shortcuts: {
|
95
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
|
96
|
+
readonly default: () => any[];
|
97
|
+
};
|
98
|
+
readonly shortcutClose: {
|
99
|
+
readonly type: BooleanConstructor;
|
100
|
+
readonly default: false;
|
101
|
+
};
|
102
|
+
readonly modelValue: {
|
103
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
104
|
+
};
|
105
|
+
readonly value: {
|
106
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
107
|
+
};
|
108
|
+
readonly options: {
|
109
|
+
readonly type: ObjectConstructor;
|
110
|
+
readonly default: () => {};
|
111
|
+
};
|
112
|
+
readonly fontSize: {
|
113
|
+
readonly type: import("vue").PropType<"large" | "normal" | "medium">;
|
114
|
+
readonly default: "normal";
|
115
|
+
};
|
116
|
+
readonly upToNow: {
|
117
|
+
readonly type: BooleanConstructor;
|
118
|
+
readonly default: false;
|
119
|
+
};
|
120
|
+
readonly useShortcutText: {
|
121
|
+
readonly type: BooleanConstructor;
|
122
|
+
readonly default: false;
|
123
|
+
};
|
124
|
+
readonly shortcutSelectedIndex: {
|
125
|
+
readonly type: NumberConstructor;
|
126
|
+
readonly default: -1;
|
127
|
+
};
|
128
|
+
readonly headerSlotCls: {
|
129
|
+
readonly type: StringConstructor;
|
130
|
+
readonly default: "";
|
131
|
+
};
|
132
|
+
readonly footerSlotCls: {
|
133
|
+
readonly type: StringConstructor;
|
134
|
+
readonly default: "";
|
135
|
+
};
|
136
|
+
readonly allowCrossDay: {
|
137
|
+
readonly type: BooleanConstructor;
|
138
|
+
readonly default: false;
|
139
|
+
};
|
140
|
+
readonly behavior: {
|
141
|
+
readonly type: import("vue").PropType<"normal" | "simplicity">;
|
142
|
+
readonly default: "normal";
|
143
|
+
readonly validator: (v: any) => boolean;
|
144
|
+
};
|
145
|
+
readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
|
146
|
+
readonly withValidate: {
|
147
|
+
readonly type: BooleanConstructor;
|
148
|
+
readonly default: true;
|
149
|
+
};
|
150
|
+
}>> & {
|
90
151
|
onChange?: (...args: any[]) => any;
|
91
152
|
onInput?: (...args: any[]) => any;
|
92
153
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
93
|
-
"onPick-success"?: (...args: any[]) => any;
|
94
154
|
onClear?: (...args: any[]) => any;
|
155
|
+
"onPick-success"?: (...args: any[]) => any;
|
95
156
|
"onOpen-change"?: (...args: any[]) => any;
|
96
157
|
"onShortcut-change"?: (...args: any[]) => any;
|
97
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "options" | "placeholder" | "open" | "multiple" | "
|
158
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "placement" | "options" | "type" | "disabled" | "placeholder" | "fontSize" | "open" | "multiple" | "clearable" | "readonly" | "behavior" | "withValidate" | "extPopoverCls" | "editable" | "timePickerOptions" | "splitPanels" | "transfer" | "appendToBody" | "shortcuts" | "shortcutClose" | "upToNow" | "useShortcutText" | "shortcutSelectedIndex" | "headerSlotCls" | "footerSlotCls" | "allowCrossDay">;
|
98
159
|
$attrs: {
|
99
160
|
[x: string]: unknown;
|
100
161
|
};
|
@@ -108,71 +169,129 @@ declare const BkDatePicker: {
|
|
108
169
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
109
170
|
$emit: (event: "input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change", ...args: any[]) => void;
|
110
171
|
$el: any;
|
111
|
-
$options: import("vue").ComponentOptionsBase<Readonly<{
|
112
|
-
readonly type
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
readonly
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
readonly
|
122
|
-
readonly
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
readonly
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
readonly
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
readonly
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
readonly
|
139
|
-
|
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
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
172
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
173
|
+
readonly type: {
|
174
|
+
readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
|
175
|
+
readonly default: "date";
|
176
|
+
readonly validator: (value: any) => boolean;
|
177
|
+
};
|
178
|
+
readonly extPopoverCls: {
|
179
|
+
readonly type: StringConstructor;
|
180
|
+
readonly default: "";
|
181
|
+
};
|
182
|
+
readonly format: StringConstructor;
|
183
|
+
readonly readonly: {
|
184
|
+
readonly type: BooleanConstructor;
|
185
|
+
readonly default: false;
|
186
|
+
};
|
187
|
+
readonly disabled: {
|
188
|
+
readonly type: BooleanConstructor;
|
189
|
+
readonly default: false;
|
190
|
+
};
|
191
|
+
readonly editable: {
|
192
|
+
readonly type: BooleanConstructor;
|
193
|
+
readonly default: true;
|
194
|
+
};
|
195
|
+
readonly clearable: {
|
196
|
+
readonly type: BooleanConstructor;
|
197
|
+
readonly default: true;
|
198
|
+
};
|
199
|
+
readonly open: {
|
200
|
+
readonly type: BooleanConstructor;
|
201
|
+
readonly default: any;
|
202
|
+
};
|
203
|
+
readonly multiple: {
|
204
|
+
readonly type: BooleanConstructor;
|
205
|
+
readonly default: false;
|
206
|
+
};
|
207
|
+
readonly timePickerOptions: {
|
208
|
+
readonly type: import("vue").PropType<Record<string, any>>;
|
209
|
+
readonly default: () => {};
|
210
|
+
};
|
211
|
+
readonly splitPanels: {
|
212
|
+
readonly type: BooleanConstructor;
|
213
|
+
readonly default: true;
|
214
|
+
};
|
215
|
+
readonly startDate: DateConstructor;
|
216
|
+
readonly placeholder: {
|
217
|
+
readonly type: StringConstructor;
|
218
|
+
readonly default: "";
|
219
|
+
};
|
220
|
+
readonly placement: {
|
221
|
+
readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
|
222
|
+
readonly default: "bottom-start";
|
223
|
+
readonly validator: (value: any) => boolean;
|
224
|
+
};
|
225
|
+
readonly transfer: {
|
226
|
+
readonly type: BooleanConstructor;
|
227
|
+
readonly default: false;
|
228
|
+
};
|
229
|
+
readonly appendToBody: {
|
230
|
+
readonly type: BooleanConstructor;
|
231
|
+
readonly default: false;
|
232
|
+
};
|
233
|
+
readonly shortcuts: {
|
234
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
|
235
|
+
readonly default: () => any[];
|
236
|
+
};
|
237
|
+
readonly shortcutClose: {
|
238
|
+
readonly type: BooleanConstructor;
|
239
|
+
readonly default: false;
|
240
|
+
};
|
241
|
+
readonly modelValue: {
|
242
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
243
|
+
};
|
244
|
+
readonly value: {
|
245
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
246
|
+
};
|
247
|
+
readonly options: {
|
248
|
+
readonly type: ObjectConstructor;
|
249
|
+
readonly default: () => {};
|
250
|
+
};
|
251
|
+
readonly fontSize: {
|
252
|
+
readonly type: import("vue").PropType<"large" | "normal" | "medium">;
|
253
|
+
readonly default: "normal";
|
254
|
+
};
|
255
|
+
readonly upToNow: {
|
256
|
+
readonly type: BooleanConstructor;
|
257
|
+
readonly default: false;
|
258
|
+
};
|
259
|
+
readonly useShortcutText: {
|
260
|
+
readonly type: BooleanConstructor;
|
261
|
+
readonly default: false;
|
262
|
+
};
|
263
|
+
readonly shortcutSelectedIndex: {
|
264
|
+
readonly type: NumberConstructor;
|
265
|
+
readonly default: -1;
|
266
|
+
};
|
267
|
+
readonly headerSlotCls: {
|
268
|
+
readonly type: StringConstructor;
|
269
|
+
readonly default: "";
|
270
|
+
};
|
271
|
+
readonly footerSlotCls: {
|
272
|
+
readonly type: StringConstructor;
|
273
|
+
readonly default: "";
|
274
|
+
};
|
275
|
+
readonly allowCrossDay: {
|
276
|
+
readonly type: BooleanConstructor;
|
277
|
+
readonly default: false;
|
278
|
+
};
|
279
|
+
readonly behavior: {
|
280
|
+
readonly type: import("vue").PropType<"normal" | "simplicity">;
|
281
|
+
readonly default: "normal";
|
282
|
+
readonly validator: (v: any) => boolean;
|
283
|
+
};
|
284
|
+
readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
|
285
|
+
readonly withValidate: {
|
286
|
+
readonly type: BooleanConstructor;
|
287
|
+
readonly default: true;
|
288
|
+
};
|
289
|
+
}>> & {
|
171
290
|
onChange?: (...args: any[]) => any;
|
172
291
|
onInput?: (...args: any[]) => any;
|
173
292
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
174
|
-
"onPick-success"?: (...args: any[]) => any;
|
175
293
|
onClear?: (...args: any[]) => any;
|
294
|
+
"onPick-success"?: (...args: any[]) => any;
|
176
295
|
"onOpen-change"?: (...args: any[]) => any;
|
177
296
|
"onShortcut-change"?: (...args: any[]) => any;
|
178
297
|
}, {
|
@@ -182,11 +301,14 @@ declare const BkDatePicker: {
|
|
182
301
|
visualValue: import("vue").ComputedRef<any>;
|
183
302
|
displayValue: import("vue").ComputedRef<any>;
|
184
303
|
isConfirm: import("vue").ComputedRef<boolean>;
|
304
|
+
hasHeader: import("vue").ComputedRef<boolean>;
|
305
|
+
hasFooter: import("vue").ComputedRef<boolean>;
|
306
|
+
hasShortcuts: import("vue").ComputedRef<boolean>;
|
185
307
|
fontSizeCls: import("vue").ComputedRef<string>;
|
186
308
|
longWidthCls: import("vue").ComputedRef<string>;
|
187
309
|
localReadonly: import("vue").ComputedRef<boolean>;
|
188
|
-
hasFooter: import("vue").ComputedRef<boolean>;
|
189
310
|
allowCrossDayProp: import("vue").ComputedRef<boolean>;
|
311
|
+
ownPickerProps: import("vue").ComputedRef<Record<string, any>>;
|
190
312
|
pickerDropdownRef: any;
|
191
313
|
inputRef: any;
|
192
314
|
triggerRef: import("vue").Ref<HTMLElement>;
|
@@ -194,23 +316,23 @@ declare const BkDatePicker: {
|
|
194
316
|
handleClose: (e?: Event) => boolean;
|
195
317
|
handleIconClick: () => void;
|
196
318
|
handleInputMouseenter: () => void;
|
197
|
-
handleInputMouseleave: (
|
319
|
+
handleInputMouseleave: (_e: any) => void;
|
198
320
|
handleFocus: (e: any) => void;
|
199
321
|
handleBlur: (e: any) => void;
|
200
322
|
handleKeydown: (e: KeyboardEvent) => void;
|
201
323
|
handleInputChange: (e: any) => void;
|
202
324
|
handleClear: () => void;
|
203
|
-
handleTransferClick: () => void;
|
204
325
|
onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
|
326
|
+
onPickSuccess: () => void;
|
205
327
|
showClose: import("vue").Ref<boolean>;
|
206
328
|
visible: import("vue").Ref<boolean>;
|
207
|
-
internalValue: any
|
329
|
+
internalValue: import("vue").Ref<any>;
|
208
330
|
disableClickOutSide: import("vue").Ref<boolean>;
|
209
331
|
disableCloseUnderTransfer: import("vue").Ref<boolean>;
|
210
332
|
selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
|
211
333
|
forceInputRerender: import("vue").Ref<number>;
|
212
334
|
isFocused: import("vue").Ref<boolean>;
|
213
|
-
focusedDate: any
|
335
|
+
focusedDate: import("vue").Ref<any>;
|
214
336
|
focusedTime: import("vue").Ref<{
|
215
337
|
column: number;
|
216
338
|
picker: number;
|
@@ -219,33 +341,35 @@ declare const BkDatePicker: {
|
|
219
341
|
}>;
|
220
342
|
internalFocus: import("vue").Ref<boolean>;
|
221
343
|
timeEnterMode: import("vue").Ref<boolean>;
|
222
|
-
shortcut: any
|
344
|
+
shortcut: import("vue").Ref<any>;
|
223
345
|
onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
|
224
346
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "clear" | "update:modelValue" | "pick-success" | "open-change" | "shortcut-change")[], string, {
|
225
347
|
placement: import("@popperjs/core").ComputedPlacement;
|
226
348
|
options: Record<string, any>;
|
349
|
+
type: import("./interface").PickerTypeType;
|
350
|
+
disabled: boolean;
|
227
351
|
placeholder: string;
|
352
|
+
fontSize: "large" | "normal" | "medium";
|
228
353
|
open: boolean;
|
229
354
|
multiple: boolean;
|
230
|
-
|
231
|
-
type: import("./interface").PickerTypeType;
|
232
|
-
extPopoverCls: string;
|
355
|
+
clearable: boolean;
|
233
356
|
readonly: boolean;
|
357
|
+
behavior: "normal" | "simplicity";
|
358
|
+
withValidate: boolean;
|
359
|
+
extPopoverCls: string;
|
234
360
|
editable: boolean;
|
235
|
-
clearable: boolean;
|
236
361
|
timePickerOptions: {};
|
237
362
|
splitPanels: boolean;
|
238
363
|
transfer: boolean;
|
239
364
|
appendToBody: boolean;
|
240
365
|
shortcuts: import("./interface").DatePickerShortcutsType;
|
241
366
|
shortcutClose: boolean;
|
242
|
-
fontSize: "large" | "normal" | "medium";
|
243
367
|
upToNow: boolean;
|
244
368
|
useShortcutText: boolean;
|
245
369
|
shortcutSelectedIndex: number;
|
370
|
+
headerSlotCls: string;
|
246
371
|
footerSlotCls: string;
|
247
372
|
allowCrossDay: boolean;
|
248
|
-
behavior: "normal" | "simplicity";
|
249
373
|
}> & {
|
250
374
|
beforeCreate?: (() => void) | (() => void)[];
|
251
375
|
created?: (() => void) | (() => void)[];
|
@@ -266,71 +390,129 @@ declare const BkDatePicker: {
|
|
266
390
|
$forceUpdate: () => void;
|
267
391
|
$nextTick: typeof import("vue").nextTick;
|
268
392
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
269
|
-
} & Readonly<{
|
270
|
-
readonly type
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
readonly
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
readonly
|
280
|
-
readonly
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
readonly
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
readonly
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
readonly
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
readonly
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
393
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
394
|
+
readonly type: {
|
395
|
+
readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
|
396
|
+
readonly default: "date";
|
397
|
+
readonly validator: (value: any) => boolean;
|
398
|
+
};
|
399
|
+
readonly extPopoverCls: {
|
400
|
+
readonly type: StringConstructor;
|
401
|
+
readonly default: "";
|
402
|
+
};
|
403
|
+
readonly format: StringConstructor;
|
404
|
+
readonly readonly: {
|
405
|
+
readonly type: BooleanConstructor;
|
406
|
+
readonly default: false;
|
407
|
+
};
|
408
|
+
readonly disabled: {
|
409
|
+
readonly type: BooleanConstructor;
|
410
|
+
readonly default: false;
|
411
|
+
};
|
412
|
+
readonly editable: {
|
413
|
+
readonly type: BooleanConstructor;
|
414
|
+
readonly default: true;
|
415
|
+
};
|
416
|
+
readonly clearable: {
|
417
|
+
readonly type: BooleanConstructor;
|
418
|
+
readonly default: true;
|
419
|
+
};
|
420
|
+
readonly open: {
|
421
|
+
readonly type: BooleanConstructor;
|
422
|
+
readonly default: any;
|
423
|
+
};
|
424
|
+
readonly multiple: {
|
425
|
+
readonly type: BooleanConstructor;
|
426
|
+
readonly default: false;
|
427
|
+
};
|
428
|
+
readonly timePickerOptions: {
|
429
|
+
readonly type: import("vue").PropType<Record<string, any>>;
|
430
|
+
readonly default: () => {};
|
431
|
+
};
|
432
|
+
readonly splitPanels: {
|
433
|
+
readonly type: BooleanConstructor;
|
434
|
+
readonly default: true;
|
435
|
+
};
|
436
|
+
readonly startDate: DateConstructor;
|
437
|
+
readonly placeholder: {
|
438
|
+
readonly type: StringConstructor;
|
439
|
+
readonly default: "";
|
440
|
+
};
|
441
|
+
readonly placement: {
|
442
|
+
readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
|
443
|
+
readonly default: "bottom-start";
|
444
|
+
readonly validator: (value: any) => boolean;
|
445
|
+
};
|
446
|
+
readonly transfer: {
|
447
|
+
readonly type: BooleanConstructor;
|
448
|
+
readonly default: false;
|
449
|
+
};
|
450
|
+
readonly appendToBody: {
|
451
|
+
readonly type: BooleanConstructor;
|
452
|
+
readonly default: false;
|
453
|
+
};
|
454
|
+
readonly shortcuts: {
|
455
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
|
456
|
+
readonly default: () => any[];
|
457
|
+
};
|
458
|
+
readonly shortcutClose: {
|
459
|
+
readonly type: BooleanConstructor;
|
460
|
+
readonly default: false;
|
461
|
+
};
|
462
|
+
readonly modelValue: {
|
463
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
464
|
+
};
|
465
|
+
readonly value: {
|
466
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
467
|
+
};
|
468
|
+
readonly options: {
|
469
|
+
readonly type: ObjectConstructor;
|
470
|
+
readonly default: () => {};
|
471
|
+
};
|
472
|
+
readonly fontSize: {
|
473
|
+
readonly type: import("vue").PropType<"large" | "normal" | "medium">;
|
474
|
+
readonly default: "normal";
|
475
|
+
};
|
476
|
+
readonly upToNow: {
|
477
|
+
readonly type: BooleanConstructor;
|
478
|
+
readonly default: false;
|
479
|
+
};
|
480
|
+
readonly useShortcutText: {
|
481
|
+
readonly type: BooleanConstructor;
|
482
|
+
readonly default: false;
|
483
|
+
};
|
484
|
+
readonly shortcutSelectedIndex: {
|
485
|
+
readonly type: NumberConstructor;
|
486
|
+
readonly default: -1;
|
487
|
+
};
|
488
|
+
readonly headerSlotCls: {
|
489
|
+
readonly type: StringConstructor;
|
490
|
+
readonly default: "";
|
491
|
+
};
|
492
|
+
readonly footerSlotCls: {
|
493
|
+
readonly type: StringConstructor;
|
494
|
+
readonly default: "";
|
495
|
+
};
|
496
|
+
readonly allowCrossDay: {
|
497
|
+
readonly type: BooleanConstructor;
|
498
|
+
readonly default: false;
|
499
|
+
};
|
500
|
+
readonly behavior: {
|
501
|
+
readonly type: import("vue").PropType<"normal" | "simplicity">;
|
502
|
+
readonly default: "normal";
|
503
|
+
readonly validator: (v: any) => boolean;
|
504
|
+
};
|
505
|
+
readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
|
506
|
+
readonly withValidate: {
|
507
|
+
readonly type: BooleanConstructor;
|
508
|
+
readonly default: true;
|
509
|
+
};
|
510
|
+
}>> & {
|
329
511
|
onChange?: (...args: any[]) => any;
|
330
512
|
onInput?: (...args: any[]) => any;
|
331
513
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
332
|
-
"onPick-success"?: (...args: any[]) => any;
|
333
514
|
onClear?: (...args: any[]) => any;
|
515
|
+
"onPick-success"?: (...args: any[]) => any;
|
334
516
|
"onOpen-change"?: (...args: any[]) => any;
|
335
517
|
"onShortcut-change"?: (...args: any[]) => any;
|
336
518
|
} & import("vue").ShallowUnwrapRef<{
|
@@ -340,11 +522,14 @@ declare const BkDatePicker: {
|
|
340
522
|
visualValue: import("vue").ComputedRef<any>;
|
341
523
|
displayValue: import("vue").ComputedRef<any>;
|
342
524
|
isConfirm: import("vue").ComputedRef<boolean>;
|
525
|
+
hasHeader: import("vue").ComputedRef<boolean>;
|
526
|
+
hasFooter: import("vue").ComputedRef<boolean>;
|
527
|
+
hasShortcuts: import("vue").ComputedRef<boolean>;
|
343
528
|
fontSizeCls: import("vue").ComputedRef<string>;
|
344
529
|
longWidthCls: import("vue").ComputedRef<string>;
|
345
530
|
localReadonly: import("vue").ComputedRef<boolean>;
|
346
|
-
hasFooter: import("vue").ComputedRef<boolean>;
|
347
531
|
allowCrossDayProp: import("vue").ComputedRef<boolean>;
|
532
|
+
ownPickerProps: import("vue").ComputedRef<Record<string, any>>;
|
348
533
|
pickerDropdownRef: any;
|
349
534
|
inputRef: any;
|
350
535
|
triggerRef: import("vue").Ref<HTMLElement>;
|
@@ -352,23 +537,23 @@ declare const BkDatePicker: {
|
|
352
537
|
handleClose: (e?: Event) => boolean;
|
353
538
|
handleIconClick: () => void;
|
354
539
|
handleInputMouseenter: () => void;
|
355
|
-
handleInputMouseleave: (
|
540
|
+
handleInputMouseleave: (_e: any) => void;
|
356
541
|
handleFocus: (e: any) => void;
|
357
542
|
handleBlur: (e: any) => void;
|
358
543
|
handleKeydown: (e: KeyboardEvent) => void;
|
359
544
|
handleInputChange: (e: any) => void;
|
360
545
|
handleClear: () => void;
|
361
|
-
handleTransferClick: () => void;
|
362
546
|
onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
|
547
|
+
onPickSuccess: () => void;
|
363
548
|
showClose: import("vue").Ref<boolean>;
|
364
549
|
visible: import("vue").Ref<boolean>;
|
365
|
-
internalValue: any
|
550
|
+
internalValue: import("vue").Ref<any>;
|
366
551
|
disableClickOutSide: import("vue").Ref<boolean>;
|
367
552
|
disableCloseUnderTransfer: import("vue").Ref<boolean>;
|
368
553
|
selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
|
369
554
|
forceInputRerender: import("vue").Ref<number>;
|
370
555
|
isFocused: import("vue").Ref<boolean>;
|
371
|
-
focusedDate: any
|
556
|
+
focusedDate: import("vue").Ref<any>;
|
372
557
|
focusedTime: import("vue").Ref<{
|
373
558
|
column: number;
|
374
559
|
picker: number;
|
@@ -377,77 +562,135 @@ declare const BkDatePicker: {
|
|
377
562
|
}>;
|
378
563
|
internalFocus: import("vue").Ref<boolean>;
|
379
564
|
timeEnterMode: import("vue").Ref<boolean>;
|
380
|
-
shortcut: any
|
565
|
+
shortcut: import("vue").Ref<any>;
|
381
566
|
onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
|
382
567
|
}> & {} & {} & import("vue").ComponentCustomProperties;
|
383
568
|
__isFragment?: never;
|
384
569
|
__isTeleport?: never;
|
385
570
|
__isSuspense?: never;
|
386
|
-
} & import("vue").ComponentOptionsBase<Readonly<{
|
387
|
-
readonly type
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
readonly
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
readonly
|
397
|
-
readonly
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
readonly
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
readonly
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
readonly
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
readonly
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
571
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
572
|
+
readonly type: {
|
573
|
+
readonly type: import("vue").PropType<import("./interface").PickerTypeType>;
|
574
|
+
readonly default: "date";
|
575
|
+
readonly validator: (value: any) => boolean;
|
576
|
+
};
|
577
|
+
readonly extPopoverCls: {
|
578
|
+
readonly type: StringConstructor;
|
579
|
+
readonly default: "";
|
580
|
+
};
|
581
|
+
readonly format: StringConstructor;
|
582
|
+
readonly readonly: {
|
583
|
+
readonly type: BooleanConstructor;
|
584
|
+
readonly default: false;
|
585
|
+
};
|
586
|
+
readonly disabled: {
|
587
|
+
readonly type: BooleanConstructor;
|
588
|
+
readonly default: false;
|
589
|
+
};
|
590
|
+
readonly editable: {
|
591
|
+
readonly type: BooleanConstructor;
|
592
|
+
readonly default: true;
|
593
|
+
};
|
594
|
+
readonly clearable: {
|
595
|
+
readonly type: BooleanConstructor;
|
596
|
+
readonly default: true;
|
597
|
+
};
|
598
|
+
readonly open: {
|
599
|
+
readonly type: BooleanConstructor;
|
600
|
+
readonly default: any;
|
601
|
+
};
|
602
|
+
readonly multiple: {
|
603
|
+
readonly type: BooleanConstructor;
|
604
|
+
readonly default: false;
|
605
|
+
};
|
606
|
+
readonly timePickerOptions: {
|
607
|
+
readonly type: import("vue").PropType<Record<string, any>>;
|
608
|
+
readonly default: () => {};
|
609
|
+
};
|
610
|
+
readonly splitPanels: {
|
611
|
+
readonly type: BooleanConstructor;
|
612
|
+
readonly default: true;
|
613
|
+
};
|
614
|
+
readonly startDate: DateConstructor;
|
615
|
+
readonly placeholder: {
|
616
|
+
readonly type: StringConstructor;
|
617
|
+
readonly default: "";
|
618
|
+
};
|
619
|
+
readonly placement: {
|
620
|
+
readonly type: import("vue").PropType<import("@popperjs/core").ComputedPlacement>;
|
621
|
+
readonly default: "bottom-start";
|
622
|
+
readonly validator: (value: any) => boolean;
|
623
|
+
};
|
624
|
+
readonly transfer: {
|
625
|
+
readonly type: BooleanConstructor;
|
626
|
+
readonly default: false;
|
627
|
+
};
|
628
|
+
readonly appendToBody: {
|
629
|
+
readonly type: BooleanConstructor;
|
630
|
+
readonly default: false;
|
631
|
+
};
|
632
|
+
readonly shortcuts: {
|
633
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerShortcutsType>;
|
634
|
+
readonly default: () => any[];
|
635
|
+
};
|
636
|
+
readonly shortcutClose: {
|
637
|
+
readonly type: BooleanConstructor;
|
638
|
+
readonly default: false;
|
639
|
+
};
|
640
|
+
readonly modelValue: {
|
641
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
642
|
+
};
|
643
|
+
readonly value: {
|
644
|
+
readonly type: import("vue").PropType<import("./interface").DatePickerValueType>;
|
645
|
+
};
|
646
|
+
readonly options: {
|
647
|
+
readonly type: ObjectConstructor;
|
648
|
+
readonly default: () => {};
|
649
|
+
};
|
650
|
+
readonly fontSize: {
|
651
|
+
readonly type: import("vue").PropType<"large" | "normal" | "medium">;
|
652
|
+
readonly default: "normal";
|
653
|
+
};
|
654
|
+
readonly upToNow: {
|
655
|
+
readonly type: BooleanConstructor;
|
656
|
+
readonly default: false;
|
657
|
+
};
|
658
|
+
readonly useShortcutText: {
|
659
|
+
readonly type: BooleanConstructor;
|
660
|
+
readonly default: false;
|
661
|
+
};
|
662
|
+
readonly shortcutSelectedIndex: {
|
663
|
+
readonly type: NumberConstructor;
|
664
|
+
readonly default: -1;
|
665
|
+
};
|
666
|
+
readonly headerSlotCls: {
|
667
|
+
readonly type: StringConstructor;
|
668
|
+
readonly default: "";
|
669
|
+
};
|
670
|
+
readonly footerSlotCls: {
|
671
|
+
readonly type: StringConstructor;
|
672
|
+
readonly default: "";
|
673
|
+
};
|
674
|
+
readonly allowCrossDay: {
|
675
|
+
readonly type: BooleanConstructor;
|
676
|
+
readonly default: false;
|
677
|
+
};
|
678
|
+
readonly behavior: {
|
679
|
+
readonly type: import("vue").PropType<"normal" | "simplicity">;
|
680
|
+
readonly default: "normal";
|
681
|
+
readonly validator: (v: any) => boolean;
|
682
|
+
};
|
683
|
+
readonly disableDate: import("vue").PropType<import("./interface").DisableDateType>;
|
684
|
+
readonly withValidate: {
|
685
|
+
readonly type: BooleanConstructor;
|
686
|
+
readonly default: true;
|
687
|
+
};
|
688
|
+
}>> & {
|
446
689
|
onChange?: (...args: any[]) => any;
|
447
690
|
onInput?: (...args: any[]) => any;
|
448
691
|
"onUpdate:modelValue"?: (...args: any[]) => any;
|
449
|
-
"onPick-success"?: (...args: any[]) => any;
|
450
692
|
onClear?: (...args: any[]) => any;
|
693
|
+
"onPick-success"?: (...args: any[]) => any;
|
451
694
|
"onOpen-change"?: (...args: any[]) => any;
|
452
695
|
"onShortcut-change"?: (...args: any[]) => any;
|
453
696
|
}, {
|
@@ -457,11 +700,14 @@ declare const BkDatePicker: {
|
|
457
700
|
visualValue: import("vue").ComputedRef<any>;
|
458
701
|
displayValue: import("vue").ComputedRef<any>;
|
459
702
|
isConfirm: import("vue").ComputedRef<boolean>;
|
703
|
+
hasHeader: import("vue").ComputedRef<boolean>;
|
704
|
+
hasFooter: import("vue").ComputedRef<boolean>;
|
705
|
+
hasShortcuts: import("vue").ComputedRef<boolean>;
|
460
706
|
fontSizeCls: import("vue").ComputedRef<string>;
|
461
707
|
longWidthCls: import("vue").ComputedRef<string>;
|
462
708
|
localReadonly: import("vue").ComputedRef<boolean>;
|
463
|
-
hasFooter: import("vue").ComputedRef<boolean>;
|
464
709
|
allowCrossDayProp: import("vue").ComputedRef<boolean>;
|
710
|
+
ownPickerProps: import("vue").ComputedRef<Record<string, any>>;
|
465
711
|
pickerDropdownRef: any;
|
466
712
|
inputRef: any;
|
467
713
|
triggerRef: import("vue").Ref<HTMLElement>;
|
@@ -469,23 +715,23 @@ declare const BkDatePicker: {
|
|
469
715
|
handleClose: (e?: Event) => boolean;
|
470
716
|
handleIconClick: () => void;
|
471
717
|
handleInputMouseenter: () => void;
|
472
|
-
handleInputMouseleave: (
|
718
|
+
handleInputMouseleave: (_e: any) => void;
|
473
719
|
handleFocus: (e: any) => void;
|
474
720
|
handleBlur: (e: any) => void;
|
475
721
|
handleKeydown: (e: KeyboardEvent) => void;
|
476
722
|
handleInputChange: (e: any) => void;
|
477
723
|
handleClear: () => void;
|
478
|
-
handleTransferClick: () => void;
|
479
724
|
onPick: (_dates: any, visible: boolean, type: any, shortcut: any) => void;
|
725
|
+
onPickSuccess: () => void;
|
480
726
|
showClose: import("vue").Ref<boolean>;
|
481
727
|
visible: import("vue").Ref<boolean>;
|
482
|
-
internalValue: any
|
728
|
+
internalValue: import("vue").Ref<any>;
|
483
729
|
disableClickOutSide: import("vue").Ref<boolean>;
|
484
730
|
disableCloseUnderTransfer: import("vue").Ref<boolean>;
|
485
731
|
selectionMode: import("vue").Ref<import("./interface").SelectionModeType>;
|
486
732
|
forceInputRerender: import("vue").Ref<number>;
|
487
733
|
isFocused: import("vue").Ref<boolean>;
|
488
|
-
focusedDate: any
|
734
|
+
focusedDate: import("vue").Ref<any>;
|
489
735
|
focusedTime: import("vue").Ref<{
|
490
736
|
column: number;
|
491
737
|
picker: number;
|
@@ -494,32 +740,35 @@ declare const BkDatePicker: {
|
|
494
740
|
}>;
|
495
741
|
internalFocus: import("vue").Ref<boolean>;
|
496
742
|
timeEnterMode: import("vue").Ref<boolean>;
|
497
|
-
shortcut: any
|
743
|
+
shortcut: import("vue").Ref<any>;
|
498
744
|
onSelectionModeChange: import("vue").Ref<(_type: any) => import("./interface").SelectionModeType>;
|
499
745
|
}, 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", {
|
500
746
|
placement: import("@popperjs/core").ComputedPlacement;
|
501
747
|
options: Record<string, any>;
|
748
|
+
type: import("./interface").PickerTypeType;
|
749
|
+
disabled: boolean;
|
502
750
|
placeholder: string;
|
751
|
+
fontSize: "large" | "normal" | "medium";
|
503
752
|
open: boolean;
|
504
753
|
multiple: boolean;
|
505
|
-
|
506
|
-
type: import("./interface").PickerTypeType;
|
507
|
-
extPopoverCls: string;
|
754
|
+
clearable: boolean;
|
508
755
|
readonly: boolean;
|
756
|
+
behavior: "normal" | "simplicity";
|
757
|
+
withValidate: boolean;
|
758
|
+
extPopoverCls: string;
|
509
759
|
editable: boolean;
|
510
|
-
clearable: boolean;
|
511
760
|
timePickerOptions: {};
|
512
761
|
splitPanels: boolean;
|
513
762
|
transfer: boolean;
|
514
763
|
appendToBody: boolean;
|
515
764
|
shortcuts: import("./interface").DatePickerShortcutsType;
|
516
765
|
shortcutClose: boolean;
|
517
|
-
fontSize: "large" | "normal" | "medium";
|
518
766
|
upToNow: boolean;
|
519
767
|
useShortcutText: boolean;
|
520
768
|
shortcutSelectedIndex: number;
|
769
|
+
headerSlotCls: string;
|
521
770
|
footerSlotCls: string;
|
522
771
|
allowCrossDay: boolean;
|
523
|
-
behavior: "normal" | "simplicity";
|
524
772
|
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
525
773
|
export default BkDatePicker;
|
774
|
+
export { TimePicker, };
|