bkui-vue 0.0.1-beta.7 → 0.0.1-beta.72
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 +23860 -0
- package/dist/index.umd.js +57 -0
- package/dist/style.css +1 -2312
- 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 +2 -0
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.less +2 -0
- package/lib/alert/alert.variable.css +40 -0
- package/lib/alert/index.d.ts +180 -0
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.d.ts +27 -13
- package/lib/backtop/backtop.variable.css +38 -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 +43 -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 +56 -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 +64 -31
- package/lib/button/button.d.ts +66 -30
- package/lib/button/button.less +53 -33
- package/lib/button/button.variable.css +102 -31
- 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 +91 -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 +53 -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 +46 -0
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +48 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +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 +311 -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 +750 -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 +49 -0
- package/lib/dialog/dialog.d.ts +294 -52
- package/lib/dialog/dialog.less +16 -0
- package/lib/dialog/dialog.variable.css +49 -0
- package/lib/dialog/index.d.ts +749 -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 +38 -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 +38 -0
- package/lib/fixed-navbar/index.d.ts +147 -0
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/common.d.ts +3 -0
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +155 -0
- package/lib/form/form.css +125 -0
- package/lib/form/form.d.ts +67 -0
- package/lib/form/form.less +152 -0
- package/lib/form/form.variable.css +224 -0
- package/lib/form/index.d.ts +280 -0
- package/lib/form/index.js +1 -0
- package/lib/form/type.d.ts +22 -0
- package/lib/form/validator.d.ts +8 -0
- package/lib/icon/angle-double-down-line.d.ts +4 -0
- package/lib/icon/angle-double-down-line.js +1 -0
- package/lib/icon/angle-double-left-line.d.ts +4 -0
- package/lib/icon/angle-double-left-line.js +1 -0
- package/lib/icon/angle-double-left.d.ts +4 -0
- package/lib/icon/angle-double-left.js +1 -0
- package/lib/icon/angle-double-right-line.d.ts +4 -0
- package/lib/icon/angle-double-right-line.js +1 -0
- package/lib/icon/angle-double-right.d.ts +4 -0
- package/lib/icon/angle-double-right.js +1 -0
- package/lib/icon/angle-double-up-line.d.ts +4 -0
- package/lib/icon/angle-double-up-line.js +1 -0
- package/lib/icon/angle-down-fill.d.ts +4 -0
- package/lib/icon/angle-down-fill.js +1 -0
- package/lib/icon/angle-down-line.d.ts +4 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.d.ts +4 -0
- package/lib/icon/angle-right.js +1 -0
- package/lib/icon/angle-up-fill.d.ts +4 -0
- package/lib/icon/angle-up-fill.js +1 -0
- package/lib/icon/angle-up.d.ts +4 -0
- package/lib/icon/angle-up.js +1 -0
- package/lib/icon/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.d.ts +4 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.js +1 -0
- package/lib/icon/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.d.ts +4 -0
- package/lib/icon/down-small.js +1 -0
- package/lib/icon/edit-line.d.ts +4 -0
- package/lib/icon/edit-line.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/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.d.ts +4 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/folder-open.d.ts +4 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/folder.d.ts +4 -0
- package/lib/icon/funnel.d.ts +4 -0
- package/lib/icon/funnel.js +1 -0
- package/lib/icon/help-document-fill.d.ts +4 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.d.ts +4 -0
- package/lib/icon/help-fill.js +1 -0
- package/lib/icon/help.d.ts +4 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/icon.d.ts +12 -0
- package/lib/icon/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.d.ts +4 -0
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.d.ts +4 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/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.d.ts +4 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.d.ts +4 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/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.d.ts +4 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/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 +3 -0
- 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 +78 -4
- package/lib/input/input.d.ts +178 -48
- package/lib/input/input.less +89 -8
- package/lib/input/input.variable.css +117 -4
- package/lib/link/index.d.ts +164 -0
- package/lib/link/index.js +1 -1
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.variable.css +38 -0
- package/lib/loading/index.d.ts +172 -0
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +121 -75
- package/lib/loading/loading.d.ts +67 -20
- package/lib/loading/loading.less +78 -60
- package/lib/loading/loading.variable.css +159 -75
- package/lib/menu/index.d.ts +188 -0
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +190 -0
- package/lib/menu/menu.d.ts +64 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +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/index.d.ts +2 -0
- package/lib/message/index.js +1 -0
- package/lib/message/message.css +62 -0
- package/lib/message/message.less +72 -0
- package/lib/message/message.variable.css +161 -0
- package/lib/message/messageConstructor.d.ts +106 -0
- package/lib/modal/index.d.ts +627 -0
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +30 -1
- package/lib/modal/modal.d.ts +204 -24
- package/lib/modal/modal.less +39 -1
- package/lib/modal/modal.variable.css +30 -1
- package/lib/modal/props.mixin.d.ts +87 -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 +364 -0
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +26 -14
- package/lib/popover/popover.d.ts +111 -45
- package/lib/popover/popover.less +59 -46
- package/lib/popover/popover.variable.css +64 -14
- package/lib/popover/props.d.ts +99 -0
- package/lib/preset.d.ts +7 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/index.js +1 -0
- package/lib/process/process.css +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +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 +88 -35
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +46 -3
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +278 -0
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +29 -20
- package/lib/radio/radio-group.d.ts +11 -10
- package/lib/radio/radio.css +14 -8
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +16 -9
- package/lib/radio/radio.variable.css +53 -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 +1377 -0
- package/lib/select/index.js +1 -1
- package/lib/select/option.d.ts +12 -19
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +245 -29
- package/lib/select/select.d.ts +282 -156
- package/lib/select/select.less +237 -40
- package/lib/select/select.variable.css +283 -29
- package/lib/select/type.d.ts +31 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
- package/lib/shared/index.d.ts +71 -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 +2 -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 +531 -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 +86 -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 +42 -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 +60 -2
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/index.js +1 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +286 -0
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +157 -135
- package/lib/switcher/switcher.d.ts +48 -32
- package/lib/switcher/switcher.less +211 -153
- package/lib/switcher/switcher.variable.css +195 -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 +4 -0
- package/lib/table/index.d.ts +359 -0
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.css +68 -0
- package/lib/table/plugins/head-filter.less +83 -0
- package/lib/table/plugins/head-filter.variable.css +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 +189 -0
- package/lib/table/render.d.ts +121 -0
- package/lib/table/table.css +387 -0
- package/lib/table/table.d.ts +114 -36
- package/lib/table/table.less +229 -1
- package/lib/table/table.variable.css +425 -0
- package/lib/table/use-common.d.ts +19 -0
- package/lib/table/utils.d.ts +93 -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 +135 -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/index.d.ts +351 -0
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/transfer.css +158 -0
- package/lib/transfer/transfer.d.ts +185 -0
- package/lib/transfer/transfer.less +171 -0
- package/lib/transfer/transfer.variable.css +257 -0
- package/lib/tree/constant.d.ts +31 -0
- package/lib/tree/index.d.ts +426 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +149 -0
- package/lib/tree/tree.css +53 -0
- package/lib/tree/tree.d.ts +182 -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 +22 -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 +13 -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-form.d.ts +3 -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 +107 -78
- package/dist/bkui-vue.cjs.js +0 -4978
- package/dist/bkui-vue.esm.js +0 -4974
- package/dist/bkui-vue.umd.js +0 -4981
- 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,223 @@
|
|
1
|
+
import Col from './col';
|
2
|
+
import Row from './row';
|
3
|
+
declare const BkContainer: {
|
4
|
+
new (...args: any[]): {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: Partial<{
|
8
|
+
col: number;
|
9
|
+
extCls: string;
|
10
|
+
flex: boolean;
|
11
|
+
margin: number;
|
12
|
+
gutter: number;
|
13
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
14
|
+
col: import("vue-types").VueTypeValidableDef<number> & {
|
15
|
+
default: number;
|
16
|
+
} & {
|
17
|
+
default: number;
|
18
|
+
};
|
19
|
+
gutter: import("vue-types").VueTypeValidableDef<number> & {
|
20
|
+
default: number;
|
21
|
+
} & {
|
22
|
+
default: number;
|
23
|
+
};
|
24
|
+
margin: import("vue-types").VueTypeValidableDef<number> & {
|
25
|
+
default: number;
|
26
|
+
} & {
|
27
|
+
default: number;
|
28
|
+
};
|
29
|
+
flex: import("vue-types").VueTypeValidableDef<boolean> & {
|
30
|
+
default: boolean;
|
31
|
+
} & {
|
32
|
+
default: boolean;
|
33
|
+
};
|
34
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
35
|
+
default: string;
|
36
|
+
};
|
37
|
+
}>> & {
|
38
|
+
[x: string & `on${any}`]: (...args: any[]) => any;
|
39
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "col" | "extCls" | "flex" | "margin" | "gutter">;
|
40
|
+
$attrs: {
|
41
|
+
[x: string]: unknown;
|
42
|
+
};
|
43
|
+
$refs: {
|
44
|
+
[x: string]: unknown;
|
45
|
+
};
|
46
|
+
$slots: Readonly<{
|
47
|
+
[name: string]: import("vue").Slot;
|
48
|
+
}>;
|
49
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
50
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
51
|
+
$emit: (event: any, ...args: any[]) => void;
|
52
|
+
$el: any;
|
53
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
|
+
col: import("vue-types").VueTypeValidableDef<number> & {
|
55
|
+
default: number;
|
56
|
+
} & {
|
57
|
+
default: number;
|
58
|
+
};
|
59
|
+
gutter: import("vue-types").VueTypeValidableDef<number> & {
|
60
|
+
default: number;
|
61
|
+
} & {
|
62
|
+
default: number;
|
63
|
+
};
|
64
|
+
margin: import("vue-types").VueTypeValidableDef<number> & {
|
65
|
+
default: number;
|
66
|
+
} & {
|
67
|
+
default: number;
|
68
|
+
};
|
69
|
+
flex: import("vue-types").VueTypeValidableDef<boolean> & {
|
70
|
+
default: boolean;
|
71
|
+
} & {
|
72
|
+
default: boolean;
|
73
|
+
};
|
74
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
75
|
+
default: string;
|
76
|
+
};
|
77
|
+
}>> & {
|
78
|
+
[x: string & `on${any}`]: (...args: any[]) => any;
|
79
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], string, {
|
80
|
+
col: number;
|
81
|
+
extCls: string;
|
82
|
+
flex: boolean;
|
83
|
+
margin: number;
|
84
|
+
gutter: number;
|
85
|
+
}> & {
|
86
|
+
beforeCreate?: (() => void) | (() => void)[];
|
87
|
+
created?: (() => void) | (() => void)[];
|
88
|
+
beforeMount?: (() => void) | (() => void)[];
|
89
|
+
mounted?: (() => void) | (() => void)[];
|
90
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
91
|
+
updated?: (() => void) | (() => void)[];
|
92
|
+
activated?: (() => void) | (() => void)[];
|
93
|
+
deactivated?: (() => void) | (() => void)[];
|
94
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
95
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
96
|
+
destroyed?: (() => void) | (() => void)[];
|
97
|
+
unmounted?: (() => void) | (() => void)[];
|
98
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
99
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
100
|
+
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)[];
|
101
|
+
};
|
102
|
+
$forceUpdate: () => void;
|
103
|
+
$nextTick: typeof import("vue").nextTick;
|
104
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
105
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
106
|
+
col: import("vue-types").VueTypeValidableDef<number> & {
|
107
|
+
default: number;
|
108
|
+
} & {
|
109
|
+
default: number;
|
110
|
+
};
|
111
|
+
gutter: import("vue-types").VueTypeValidableDef<number> & {
|
112
|
+
default: number;
|
113
|
+
} & {
|
114
|
+
default: number;
|
115
|
+
};
|
116
|
+
margin: import("vue-types").VueTypeValidableDef<number> & {
|
117
|
+
default: number;
|
118
|
+
} & {
|
119
|
+
default: number;
|
120
|
+
};
|
121
|
+
flex: import("vue-types").VueTypeValidableDef<boolean> & {
|
122
|
+
default: boolean;
|
123
|
+
} & {
|
124
|
+
default: boolean;
|
125
|
+
};
|
126
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
127
|
+
default: string;
|
128
|
+
};
|
129
|
+
}>> & {
|
130
|
+
[x: string & `on${any}`]: (...args: any[]) => any;
|
131
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
|
132
|
+
__isFragment?: never;
|
133
|
+
__isTeleport?: never;
|
134
|
+
__isSuspense?: never;
|
135
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
136
|
+
col: import("vue-types").VueTypeValidableDef<number> & {
|
137
|
+
default: number;
|
138
|
+
} & {
|
139
|
+
default: number;
|
140
|
+
};
|
141
|
+
gutter: import("vue-types").VueTypeValidableDef<number> & {
|
142
|
+
default: number;
|
143
|
+
} & {
|
144
|
+
default: number;
|
145
|
+
};
|
146
|
+
margin: import("vue-types").VueTypeValidableDef<number> & {
|
147
|
+
default: number;
|
148
|
+
} & {
|
149
|
+
default: number;
|
150
|
+
};
|
151
|
+
flex: import("vue-types").VueTypeValidableDef<boolean> & {
|
152
|
+
default: boolean;
|
153
|
+
} & {
|
154
|
+
default: boolean;
|
155
|
+
};
|
156
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
157
|
+
default: string;
|
158
|
+
};
|
159
|
+
}>> & {
|
160
|
+
[x: string & `on${any}`]: (...args: any[]) => any;
|
161
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, {
|
162
|
+
col: number;
|
163
|
+
extCls: string;
|
164
|
+
flex: boolean;
|
165
|
+
margin: number;
|
166
|
+
gutter: number;
|
167
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin & Readonly<{
|
168
|
+
Row: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
169
|
+
[x: string & `on${any}`]: (...args: any[]) => any;
|
170
|
+
}, {}>;
|
171
|
+
Col: import("vue").DefineComponent<{
|
172
|
+
span: import("vue-types").VueTypeValidableDef<number> & {
|
173
|
+
default: number;
|
174
|
+
} & {
|
175
|
+
default: number;
|
176
|
+
};
|
177
|
+
offset: import("vue-types").VueTypeValidableDef<number> & {
|
178
|
+
default: number;
|
179
|
+
} & {
|
180
|
+
default: number;
|
181
|
+
};
|
182
|
+
pull: import("vue-types").VueTypeValidableDef<number> & {
|
183
|
+
default: number;
|
184
|
+
} & {
|
185
|
+
default: number;
|
186
|
+
};
|
187
|
+
push: import("vue-types").VueTypeValidableDef<number> & {
|
188
|
+
default: number;
|
189
|
+
} & {
|
190
|
+
default: number;
|
191
|
+
};
|
192
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
193
|
+
span: import("vue-types").VueTypeValidableDef<number> & {
|
194
|
+
default: number;
|
195
|
+
} & {
|
196
|
+
default: number;
|
197
|
+
};
|
198
|
+
offset: import("vue-types").VueTypeValidableDef<number> & {
|
199
|
+
default: number;
|
200
|
+
} & {
|
201
|
+
default: number;
|
202
|
+
};
|
203
|
+
pull: import("vue-types").VueTypeValidableDef<number> & {
|
204
|
+
default: number;
|
205
|
+
} & {
|
206
|
+
default: number;
|
207
|
+
};
|
208
|
+
push: import("vue-types").VueTypeValidableDef<number> & {
|
209
|
+
default: number;
|
210
|
+
} & {
|
211
|
+
default: number;
|
212
|
+
};
|
213
|
+
}>> & {
|
214
|
+
[x: string & `on${any}`]: (...args: any[]) => any;
|
215
|
+
}, {
|
216
|
+
span: number;
|
217
|
+
offset: number;
|
218
|
+
push: number;
|
219
|
+
pull: number;
|
220
|
+
}>;
|
221
|
+
}>;
|
222
|
+
export default BkContainer;
|
223
|
+
export { BkContainer, Row as BkRow, Col as BkCol, };
|
@@ -0,0 +1 @@
|
|
1
|
+
!function(e,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r(require("../shared"),require("vue"));else if("function"==typeof define&&define.amd)define(["../shared","vue"],r);else{var t="object"==typeof exports?r(require("../shared"),require("vue")):r(e["../shared"],e.vue);for(var o in t)("object"==typeof exports?exports:e)[o]=t[o]}}(self,((e,r)=>(()=>{"use strict";var t={4212:r=>{r.exports=e},748:e=>{e.exports=r}},o={};function n(e){var r=o[e];if(void 0!==r)return r.exports;var u=o[e]={exports:{}};return t[e](u,u.exports,n),u.exports}n.d=(e,r)=>{for(var t in r)n.o(r,t)&&!n.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},n.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var u={};return(()=>{n.r(u),n.d(u,{BkCol:()=>o,BkContainer:()=>p,BkRow:()=>l,default:()=>s});var e=n(4212),r=n(748),t={span:e.PropTypes.number.def(1),offset:e.PropTypes.number.def(0),pull:e.PropTypes.number.def(0),push:e.PropTypes.number.def(0)};const o=(0,r.defineComponent)({name:"Col",props:t,emits:[],setup:function(e,t){var o=(0,r.inject)("containerProps"),n=o.col,u=o.gutter,i=o.flex,a=e.span,l=e.offset,p=e.pull,s=e.push,c=(0,r.computed)((function(){return a||n}));(0,r.provide)("containerProps",{col:c.value,gutter:u,flex:i});var d=function(e){return"".concat(Number((100*e).toFixed(3)),"%")},f=(0,r.computed)((function(){return{width:d(c.value/n),"padding-right":"".concat(u/2,"px"),"padding-left":"".concat(u/2,"px"),"margin-left":l?d(l/n):null,right:p?d(p/n):null,left:s?d(s/n):null}}));return function(){var e,o;return(0,r.createVNode)("div",{class:"bk-grid-col",style:f.value},[null===(o=(e=t.slots).default)||void 0===o?void 0:o.call(e)])}}});var i={col:e.PropTypes.number.def(24),gutter:e.PropTypes.number.def(20),margin:e.PropTypes.number.def(20),flex:e.PropTypes.bool.def(!1),extCls:e.PropTypes.string};const a=(0,r.defineComponent)({name:"Container",props:i,emits:[],setup:function(e,t){var o=e.col,n=e.gutter,u=e.flex,i=e.extCls;(0,r.provide)("containerProps",{col:o,gutter:n,flex:u});var a=(0,r.computed)((function(){return i?"bk-grid-container ".concat(i):"bk-grid-container"})),l=(0,r.computed)((function(){var r=e.margin;return{"padding-right":"".concat(r,"px"),"padding-left":"".concat(r,"px")}}));return function(){var e,o;return(0,r.createVNode)("div",{class:a.value,style:l.value},[null===(o=(e=t.slots).default)||void 0===o?void 0:o.call(e)])}}}),l=(0,r.defineComponent)({name:"Row",emits:[],setup:function(e,t){var o=(0,r.inject)("containerProps"),n=o.col,u=o.gutter,i=o.flex;(0,r.provide)("containerProps",{col:n,gutter:u,flex:i});var a=(0,r.computed)((function(){var e=i?{display:["-webkit-box","-ms-flexbox","flex"]}:{};return Object.assign(Object.assign({},e),{"margin-right":"-".concat(u/2,"px"),"margin-left":"-".concat(u/2,"px")})}));return function(){var e,o;return(0,r.createVNode)("div",{class:"bk-grid-row",style:a.value},[null===(o=(e=t.slots).default)||void 0===o?void 0:o.call(e)])}}});var p=(0,e.withInstallProps)(a,{Row:l,Col:o});const s=p})(),u})()));
|
@@ -0,0 +1,4 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
2
|
+
[x: string & `on${any}`]: (...args: any[]) => any;
|
3
|
+
}, {}>;
|
4
|
+
export default _default;
|
@@ -0,0 +1,408 @@
|
|
1
|
+
.bk-date-picker {
|
2
|
+
display: inline-block;
|
3
|
+
width: 261px;
|
4
|
+
line-height: normal;
|
5
|
+
}
|
6
|
+
.bk-date-picker.long {
|
7
|
+
width: 342px;
|
8
|
+
}
|
9
|
+
.bk-date-picker.medium-width {
|
10
|
+
width: 362px;
|
11
|
+
}
|
12
|
+
.bk-date-picker.large-width {
|
13
|
+
width: 402px;
|
14
|
+
}
|
15
|
+
.bk-date-picker-rel {
|
16
|
+
position: relative;
|
17
|
+
}
|
18
|
+
.bk-date-picker-rel .bk-date-picker-editor {
|
19
|
+
display: block;
|
20
|
+
width: 100%;
|
21
|
+
height: 32px;
|
22
|
+
padding: 0 10px 0 30px;
|
23
|
+
font-size: 12px;
|
24
|
+
line-height: 32px;
|
25
|
+
color: #63656e;
|
26
|
+
cursor: pointer;
|
27
|
+
border: 1px solid #c4c6cc;
|
28
|
+
border-radius: 2px;
|
29
|
+
outline: none;
|
30
|
+
box-sizing: border-box;
|
31
|
+
}
|
32
|
+
.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border {
|
33
|
+
border-color: transparent transparent #c4c6cc transparent;
|
34
|
+
}
|
35
|
+
.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border:focus {
|
36
|
+
border-color: transparent transparent #3a84ff transparent;
|
37
|
+
box-shadow: none;
|
38
|
+
}
|
39
|
+
.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border[disabled],
|
40
|
+
.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border.readonly {
|
41
|
+
border-color: transparent transparent #dcdee5 transparent;
|
42
|
+
}
|
43
|
+
.bk-date-picker-rel .bk-date-picker-editor:focus {
|
44
|
+
border: 1px solid #3a84ff;
|
45
|
+
}
|
46
|
+
.bk-date-picker-rel .bk-date-picker-editor::placeholder {
|
47
|
+
color: #c4c6cc;
|
48
|
+
}
|
49
|
+
.bk-date-picker-rel .bk-date-picker-editor[disabled] {
|
50
|
+
color: #c4c6cc;
|
51
|
+
cursor: not-allowed;
|
52
|
+
background-color: #fafbfd;
|
53
|
+
border-color: #c4c6cc;
|
54
|
+
}
|
55
|
+
.bk-date-picker-rel .bk-date-picker-editor.readonly {
|
56
|
+
background-color: #fafbfd;
|
57
|
+
border-color: #c4c6cc;
|
58
|
+
}
|
59
|
+
.bk-date-picker-rel .bk-date-picker-editor.medium-font {
|
60
|
+
font-size: 14px;
|
61
|
+
}
|
62
|
+
.bk-date-picker-rel .bk-date-picker-editor.large-font {
|
63
|
+
font-size: 16px;
|
64
|
+
}
|
65
|
+
.bk-date-picker-rel .clear-action {
|
66
|
+
position: absolute;
|
67
|
+
top: 50%;
|
68
|
+
right: 10px;
|
69
|
+
font-size: 14px;
|
70
|
+
color: #c4c6cc;
|
71
|
+
cursor: pointer;
|
72
|
+
transform: translateY(-50%);
|
73
|
+
}
|
74
|
+
.bk-date-picker-rel .clear-action:hover {
|
75
|
+
color: #979ba5;
|
76
|
+
}
|
77
|
+
.bk-date-picker-rel .icon-wrapper {
|
78
|
+
position: absolute;
|
79
|
+
top: 0;
|
80
|
+
left: 0;
|
81
|
+
display: inline-block;
|
82
|
+
width: 32px;
|
83
|
+
height: 32px;
|
84
|
+
color: #c4c6cc;
|
85
|
+
cursor: pointer;
|
86
|
+
background-color: transparent;
|
87
|
+
}
|
88
|
+
.bk-date-picker-rel .icon-wrapper.disabled {
|
89
|
+
cursor: not-allowed;
|
90
|
+
}
|
91
|
+
.bk-date-picker-rel .icon-wrapper i.icon-clock {
|
92
|
+
position: absolute;
|
93
|
+
top: 50%;
|
94
|
+
left: 50%;
|
95
|
+
transform: translate(-50%, -50%);
|
96
|
+
}
|
97
|
+
.bk-date-picker-rel .icon-wrapper .picker-icon {
|
98
|
+
position: absolute;
|
99
|
+
top: 50%;
|
100
|
+
left: 50%;
|
101
|
+
width: 18px;
|
102
|
+
height: 18px;
|
103
|
+
transform: translate(-50%, -50%);
|
104
|
+
}
|
105
|
+
.bk-date-picker-dropdown {
|
106
|
+
position: absolute;
|
107
|
+
z-index: 900;
|
108
|
+
padding: 5px 0 0 0;
|
109
|
+
overflow: auto;
|
110
|
+
background-color: #fff;
|
111
|
+
border: 1px solid #dcdee5;
|
112
|
+
border-radius: 2px;
|
113
|
+
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
|
114
|
+
box-sizing: border-box;
|
115
|
+
}
|
116
|
+
.bk-date-picker .bk-select-dropdown {
|
117
|
+
max-height: none;
|
118
|
+
padding: 0;
|
119
|
+
overflow: visible;
|
120
|
+
}
|
121
|
+
.bk-date-picker-footer-wrapper {
|
122
|
+
clear: both;
|
123
|
+
font-size: 14px;
|
124
|
+
color: #979ba5;
|
125
|
+
background-color: #fafbfd;
|
126
|
+
border-top: 1px solid #dcdee5;
|
127
|
+
}
|
128
|
+
.bk-date-picker-top-wrapper {
|
129
|
+
margin-top: -5px;
|
130
|
+
clear: both;
|
131
|
+
font-size: 14px;
|
132
|
+
color: #979ba5;
|
133
|
+
}
|
134
|
+
.bk-picker-panel-body-wrapper.bk-picker-panel-with-sidebar {
|
135
|
+
padding-right: 140px;
|
136
|
+
}
|
137
|
+
.bk-picker-panel-sidebar {
|
138
|
+
position: absolute;
|
139
|
+
top: 0;
|
140
|
+
right: 0;
|
141
|
+
bottom: 0;
|
142
|
+
width: 140px;
|
143
|
+
padding: 12px 0;
|
144
|
+
overflow: auto;
|
145
|
+
font-size: 14px;
|
146
|
+
color: #3a84ff;
|
147
|
+
background-color: #fafbfd;
|
148
|
+
border-left: 1px solid #dcdee5;
|
149
|
+
}
|
150
|
+
.bk-picker-panel-sidebar .bk-picker-panel-shortcut {
|
151
|
+
/* &:nth-of-type(1) {
|
152
|
+
padding-top: 18px;
|
153
|
+
}
|
154
|
+
&:last-child {
|
155
|
+
padding-bottom: 18px;
|
156
|
+
} */
|
157
|
+
padding: 6px 21px;
|
158
|
+
overflow: hidden;
|
159
|
+
text-overflow: ellipsis;
|
160
|
+
white-space: nowrap;
|
161
|
+
cursor: pointer;
|
162
|
+
}
|
163
|
+
.bk-picker-panel-sidebar .bk-picker-panel-shortcut:hover {
|
164
|
+
background-color: #e1ecff;
|
165
|
+
}
|
166
|
+
.bk-picker-panel-body {
|
167
|
+
float: left;
|
168
|
+
}
|
169
|
+
.bk-picker-confirm {
|
170
|
+
height: 42px;
|
171
|
+
padding: 0 20px;
|
172
|
+
clear: both;
|
173
|
+
font-size: 14px;
|
174
|
+
line-height: 41px;
|
175
|
+
text-align: right;
|
176
|
+
background-color: #fafbfd;
|
177
|
+
border-top: 1px solid #dcdee5;
|
178
|
+
}
|
179
|
+
.bk-picker-confirm a {
|
180
|
+
color: #979ba5;
|
181
|
+
}
|
182
|
+
.bk-picker-confirm a.confirm {
|
183
|
+
margin-left: 10px;
|
184
|
+
color: #3a84ff;
|
185
|
+
}
|
186
|
+
.bk-picker-confirm a[disabled] {
|
187
|
+
color: #c4c6cc;
|
188
|
+
cursor: not-allowed;
|
189
|
+
}
|
190
|
+
.bk-picker-confirm .bk-picker-confirm-time {
|
191
|
+
float: left;
|
192
|
+
}
|
193
|
+
.bk-date-picker-header {
|
194
|
+
height: 46px;
|
195
|
+
font-size: 14px;
|
196
|
+
font-weight: 700;
|
197
|
+
line-height: 46px;
|
198
|
+
color: #63656e;
|
199
|
+
text-align: center;
|
200
|
+
border-bottom: 1px solid #dcdee5;
|
201
|
+
}
|
202
|
+
.bk-date-picker-header .bk-date-picker-header-label {
|
203
|
+
cursor: pointer;
|
204
|
+
}
|
205
|
+
.bk-date-picker-header .bk-date-picker-header-label:hover {
|
206
|
+
color: #3a84ff;
|
207
|
+
}
|
208
|
+
.bk-date-picker-header .up-to-now {
|
209
|
+
margin-left: 3px;
|
210
|
+
font-weight: 400;
|
211
|
+
cursor: pointer;
|
212
|
+
}
|
213
|
+
.bk-date-picker-header .up-to-now.disabled {
|
214
|
+
color: #c4c6cc;
|
215
|
+
cursor: not-allowed;
|
216
|
+
}
|
217
|
+
.bk-date-picker-cells {
|
218
|
+
margin: 9px;
|
219
|
+
font-size: 12px;
|
220
|
+
color: #63656e;
|
221
|
+
white-space: normal;
|
222
|
+
}
|
223
|
+
.bk-date-picker-cells span {
|
224
|
+
display: inline-block;
|
225
|
+
width: 34px;
|
226
|
+
height: 32px;
|
227
|
+
line-height: 32px;
|
228
|
+
text-align: center;
|
229
|
+
}
|
230
|
+
.bk-date-picker-cells span em {
|
231
|
+
display: inline-block;
|
232
|
+
width: 34px;
|
233
|
+
height: 32px;
|
234
|
+
font-style: normal;
|
235
|
+
line-height: 32px;
|
236
|
+
cursor: pointer;
|
237
|
+
}
|
238
|
+
.bk-date-picker-cells .bk-date-picker-cells-header {
|
239
|
+
text-align: center;
|
240
|
+
}
|
241
|
+
.bk-date-picker-cells .bk-date-picker-cells-header span {
|
242
|
+
width: 28px;
|
243
|
+
height: 26px;
|
244
|
+
margin: 3px;
|
245
|
+
line-height: 26px;
|
246
|
+
color: #63656e;
|
247
|
+
text-align: center;
|
248
|
+
cursor: default;
|
249
|
+
}
|
250
|
+
.bk-date-picker-cells-cell:hover em {
|
251
|
+
/* background-color: #e1ecff; */
|
252
|
+
background-color: #f0f1f5;
|
253
|
+
}
|
254
|
+
.bk-date-picker-cells-focused em {
|
255
|
+
color: #3a84ff;
|
256
|
+
box-shadow: 0 0 0 1px #a3c5fd inset;
|
257
|
+
}
|
258
|
+
.bk-date-picker-cells-cell-prev-month em,
|
259
|
+
.bk-date-picker-cells-cell-next-month em {
|
260
|
+
color: #c4c6cc;
|
261
|
+
}
|
262
|
+
.bk-date-picker-cells-cell-prev-month:hover em,
|
263
|
+
.bk-date-picker-cells-cell-next-month:hover em {
|
264
|
+
background: transparent;
|
265
|
+
}
|
266
|
+
span.bk-date-picker-cells-cell-week-label,
|
267
|
+
span.bk-date-picker-cells-cell-week-label:hover,
|
268
|
+
span.bk-date-picker-cells-cell-disabled,
|
269
|
+
span.bk-date-picker-cells-cell-disabled:hover {
|
270
|
+
color: #c4c6cc;
|
271
|
+
cursor: not-allowed;
|
272
|
+
}
|
273
|
+
span.bk-date-picker-cells-cell-week-label em,
|
274
|
+
span.bk-date-picker-cells-cell-week-label:hover em,
|
275
|
+
span.bk-date-picker-cells-cell-disabled em,
|
276
|
+
span.bk-date-picker-cells-cell-disabled:hover em {
|
277
|
+
color: inherit;
|
278
|
+
cursor: not-allowed;
|
279
|
+
background: inherit;
|
280
|
+
}
|
281
|
+
span.bk-date-picker-cells-cell-disabled,
|
282
|
+
span.bk-date-picker-cells-cell-disabled:hover {
|
283
|
+
background-color: #f0f1f5;
|
284
|
+
}
|
285
|
+
.bk-date-picker-cells-cell-today em {
|
286
|
+
position: relative;
|
287
|
+
color: #3a84ff;
|
288
|
+
box-shadow: 0 0 0 1px #a3c5fd inset;
|
289
|
+
}
|
290
|
+
.bk-date-picker-cells-cell-range {
|
291
|
+
position: relative;
|
292
|
+
}
|
293
|
+
.bk-date-picker-cells-cell-range:before {
|
294
|
+
position: absolute;
|
295
|
+
top: 0;
|
296
|
+
right: 0;
|
297
|
+
bottom: 0;
|
298
|
+
left: 0;
|
299
|
+
display: block;
|
300
|
+
background: #e1ecff;
|
301
|
+
border: 0;
|
302
|
+
border-radius: 0;
|
303
|
+
content: '';
|
304
|
+
}
|
305
|
+
.bk-date-picker-cells-cell-range em {
|
306
|
+
position: relative;
|
307
|
+
z-index: 1;
|
308
|
+
}
|
309
|
+
.bk-date-picker-cells-cell-selected em,
|
310
|
+
.bk-date-picker-cells-cell-selected:hover em {
|
311
|
+
color: #fff;
|
312
|
+
background-color: #3a84ff;
|
313
|
+
box-shadow: 0 0 0 1px #3a84ff inset;
|
314
|
+
}
|
315
|
+
span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em {
|
316
|
+
color: #f7f7f7;
|
317
|
+
background: #c4c6cc;
|
318
|
+
}
|
319
|
+
.bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:after {
|
320
|
+
background: #fff;
|
321
|
+
}
|
322
|
+
.bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em,
|
323
|
+
.bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:hover {
|
324
|
+
box-shadow: 0 0 0 1px #3a84ff inset;
|
325
|
+
}
|
326
|
+
.bk-date-picker-cells-year,
|
327
|
+
.bk-date-picker-cells-month {
|
328
|
+
margin-top: 7px;
|
329
|
+
}
|
330
|
+
.bk-date-picker-cells-year span,
|
331
|
+
.bk-date-picker-cells-month span {
|
332
|
+
width: 36px;
|
333
|
+
height: 32px;
|
334
|
+
margin: 10px 12px;
|
335
|
+
line-height: 32px;
|
336
|
+
text-align: center;
|
337
|
+
border-radius: 3px;
|
338
|
+
}
|
339
|
+
.bk-date-picker-cells-year span em,
|
340
|
+
.bk-date-picker-cells-month span em {
|
341
|
+
width: 36px;
|
342
|
+
height: 32px;
|
343
|
+
line-height: 32px;
|
344
|
+
text-align: center;
|
345
|
+
}
|
346
|
+
.bk-picker-panel-icon-btn {
|
347
|
+
display: inline-block;
|
348
|
+
width: 20px;
|
349
|
+
height: 46px;
|
350
|
+
line-height: 44px;
|
351
|
+
color: #979ba5;
|
352
|
+
text-align: center;
|
353
|
+
cursor: pointer;
|
354
|
+
transition: color 0.2s ease-in-out;
|
355
|
+
}
|
356
|
+
.bk-picker-panel-icon-btn:hover {
|
357
|
+
color: #2d8cf0;
|
358
|
+
}
|
359
|
+
.bk-picker-panel-icon-btn i {
|
360
|
+
font-size: 20px;
|
361
|
+
}
|
362
|
+
.bk-date-picker-prev-btn {
|
363
|
+
float: left;
|
364
|
+
}
|
365
|
+
.bk-date-picker-prev-btn-arrow-double {
|
366
|
+
margin-left: 10px;
|
367
|
+
}
|
368
|
+
.bk-date-picker-prev-btn-arrow-double i:after {
|
369
|
+
margin-left: -8px;
|
370
|
+
}
|
371
|
+
.bk-date-picker-next-btn {
|
372
|
+
float: right;
|
373
|
+
}
|
374
|
+
.bk-date-picker-next-btn-arrow-double {
|
375
|
+
margin-right: 10px;
|
376
|
+
}
|
377
|
+
.bk-date-picker-next-btn-arrow-double i:after {
|
378
|
+
margin-left: -8px;
|
379
|
+
}
|
380
|
+
.bk-date-picker-with-range .bk-picker-panel-body {
|
381
|
+
min-width: 532px;
|
382
|
+
}
|
383
|
+
.bk-date-picker-with-range .bk-picker-panel-content {
|
384
|
+
float: left;
|
385
|
+
}
|
386
|
+
.bk-date-picker-with-range .bk-picker-cells-show-week-numbers {
|
387
|
+
min-width: 492px;
|
388
|
+
}
|
389
|
+
.bk-date-picker-transfer {
|
390
|
+
z-index: 1060;
|
391
|
+
max-height: none;
|
392
|
+
}
|
393
|
+
.bk-fade-down-transition-enter-from,
|
394
|
+
.bk-fade-down-transition-leave-to {
|
395
|
+
opacity: 0;
|
396
|
+
transform: translateY(-20px);
|
397
|
+
}
|
398
|
+
.bk-fade-down-transition-enter-to,
|
399
|
+
.bk-fade-down-transition-leave-from {
|
400
|
+
opacity: 1;
|
401
|
+
transform: translateY(0);
|
402
|
+
}
|
403
|
+
.bk-fade-down-transition-enter-active {
|
404
|
+
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
405
|
+
}
|
406
|
+
.bk-fade-down-transition-leave-active {
|
407
|
+
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
408
|
+
}
|