bkui-vue 0.0.1-beta.7 → 0.0.1-beta.70
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 +23796 -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 +29 -0
- package/lib/tree/index.d.ts +404 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +145 -0
- package/lib/tree/tree.css +53 -0
- package/lib/tree/tree.d.ts +172 -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 +10 -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 +12 -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,149 @@
|
|
1
|
+
.bk-slider {
|
2
|
+
display: flex;
|
3
|
+
flex-direction: row;
|
4
|
+
align-items: center;
|
5
|
+
}
|
6
|
+
.bk-slider .bk-slider-runway {
|
7
|
+
position: relative;
|
8
|
+
width: 100%;
|
9
|
+
height: 4px;
|
10
|
+
vertical-align: middle;
|
11
|
+
cursor: pointer;
|
12
|
+
background: #dcdee5;
|
13
|
+
border-radius: 2px;
|
14
|
+
opacity: 1;
|
15
|
+
}
|
16
|
+
.bk-slider .bk-slider-runway .bk-slider-bar {
|
17
|
+
position: absolute;
|
18
|
+
height: 4px;
|
19
|
+
background: #3a84ff;
|
20
|
+
border-bottom-left-radius: 3px;
|
21
|
+
border-top-left-radius: 3px;
|
22
|
+
}
|
23
|
+
.bk-slider .bk-slider-runway .bk-slider-bar.vertical {
|
24
|
+
width: 4px;
|
25
|
+
}
|
26
|
+
.bk-slider .bk-slider-runway .bk-slider-bar.horizontal {
|
27
|
+
height: 4px;
|
28
|
+
}
|
29
|
+
.bk-slider .bk-slider-runway .disable {
|
30
|
+
background: #979ba5;
|
31
|
+
}
|
32
|
+
.bk-slider .bk-slider-runway .bk-slider-labels {
|
33
|
+
position: relative;
|
34
|
+
}
|
35
|
+
.bk-slider .bk-slider-runway .bk-slider-labels.vertical {
|
36
|
+
left: 18px;
|
37
|
+
display: flex;
|
38
|
+
width: 10px;
|
39
|
+
height: 100%;
|
40
|
+
flex-direction: column;
|
41
|
+
justify-content: space-between;
|
42
|
+
}
|
43
|
+
.bk-slider .bk-slider-runway .bk-slider-labels.horizontal {
|
44
|
+
top: 10px;
|
45
|
+
display: flex;
|
46
|
+
width: 100%;
|
47
|
+
height: 10px;
|
48
|
+
flex-direction: row;
|
49
|
+
justify-content: space-between;
|
50
|
+
}
|
51
|
+
.bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label {
|
52
|
+
position: absolute;
|
53
|
+
display: flex;
|
54
|
+
width: 10px;
|
55
|
+
height: 10px;
|
56
|
+
text-align: center;
|
57
|
+
white-space: nowrap;
|
58
|
+
align-items: center;
|
59
|
+
justify-content: center;
|
60
|
+
}
|
61
|
+
.bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label.vertical {
|
62
|
+
left: 10px;
|
63
|
+
transform: translateY(50%);
|
64
|
+
}
|
65
|
+
.bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label.horizontal {
|
66
|
+
top: 10px;
|
67
|
+
transform: translateX(-50%);
|
68
|
+
}
|
69
|
+
.bk-slider .bk-slider-interval {
|
70
|
+
position: absolute;
|
71
|
+
width: 4px;
|
72
|
+
height: 4px;
|
73
|
+
background-color: #fff;
|
74
|
+
border-radius: 100%;
|
75
|
+
transform: translateX(-50%);
|
76
|
+
}
|
77
|
+
.bk-slider .bk-slider-interval.vertical {
|
78
|
+
left: 2px;
|
79
|
+
}
|
80
|
+
.bk-slider-input {
|
81
|
+
display: flex;
|
82
|
+
margin: 0 0 0 28px;
|
83
|
+
flex-direction: row;
|
84
|
+
align-items: center;
|
85
|
+
}
|
86
|
+
.bk-slider-input .input-item {
|
87
|
+
width: 92px;
|
88
|
+
}
|
89
|
+
.bk-slider-input .input-center {
|
90
|
+
margin: 0 7px;
|
91
|
+
}
|
92
|
+
.bk-slider-button {
|
93
|
+
position: absolute;
|
94
|
+
z-index: 1001;
|
95
|
+
display: flex;
|
96
|
+
width: 24px;
|
97
|
+
height: 24px;
|
98
|
+
line-height: normal;
|
99
|
+
text-align: center;
|
100
|
+
background-color: transparent;
|
101
|
+
user-select: none;
|
102
|
+
justify-content: center;
|
103
|
+
align-items: center;
|
104
|
+
}
|
105
|
+
.bk-slider-button:hover {
|
106
|
+
cursor: grab;
|
107
|
+
}
|
108
|
+
.bk-slider-button.grabbing {
|
109
|
+
cursor: grabbing;
|
110
|
+
}
|
111
|
+
.bk-slider-button.vertical {
|
112
|
+
left: -10px;
|
113
|
+
transform: translateY(50%);
|
114
|
+
}
|
115
|
+
.bk-slider-button.horizontal {
|
116
|
+
top: -10px;
|
117
|
+
transform: translateX(-50%);
|
118
|
+
}
|
119
|
+
.bk-slider-button .slider-button {
|
120
|
+
width: 12px;
|
121
|
+
height: 12px;
|
122
|
+
background-color: #fff;
|
123
|
+
border: 2px solid #3a84ff;
|
124
|
+
border-radius: 50%;
|
125
|
+
transition: 0.2s;
|
126
|
+
user-select: none;
|
127
|
+
}
|
128
|
+
.bk-slider-button .slider-button-disable {
|
129
|
+
border: 2px solid #979ba5;
|
130
|
+
}
|
131
|
+
.bk-slider-button .slider-button:hover {
|
132
|
+
box-shadow: 0px 0px 0px 4px rgba(58, 132, 255, 0.3);
|
133
|
+
}
|
134
|
+
.bk-slider-button .slider-button:focus {
|
135
|
+
box-shadow: 0px 0px 10px 0px rgba(58, 132, 255, 0.9);
|
136
|
+
}
|
137
|
+
.bk-slider-button .slider-button-label {
|
138
|
+
position: absolute;
|
139
|
+
display: flex;
|
140
|
+
text-align: center;
|
141
|
+
align-items: center;
|
142
|
+
justify-content: center;
|
143
|
+
}
|
144
|
+
.bk-slider-button .slider-button-label.vertical {
|
145
|
+
left: 28px;
|
146
|
+
}
|
147
|
+
.bk-slider-button .slider-button-label.horizontal {
|
148
|
+
top: 20px;
|
149
|
+
}
|
@@ -0,0 +1,201 @@
|
|
1
|
+
/**
|
2
|
+
* Tencent is pleased to support the open source community by making
|
3
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
4
|
+
*
|
5
|
+
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
6
|
+
*
|
7
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
8
|
+
*
|
9
|
+
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
10
|
+
*
|
11
|
+
* ---------------------------------------------------
|
12
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
13
|
+
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
14
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
15
|
+
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
16
|
+
*
|
17
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
18
|
+
* the Software.
|
19
|
+
*
|
20
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
21
|
+
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
22
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
23
|
+
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
24
|
+
* IN THE SOFTWARE.
|
25
|
+
*/
|
26
|
+
export declare const on: (element: Element | Window, event: string, handler: any) => void;
|
27
|
+
export declare const off: (element: Element | Window, event: string, handler: any) => void;
|
28
|
+
declare const _default: import("vue").DefineComponent<{
|
29
|
+
modelValue: import("vue-types").VueTypeDef<number | unknown[]>;
|
30
|
+
extCls: {
|
31
|
+
type: StringConstructor;
|
32
|
+
default: string;
|
33
|
+
};
|
34
|
+
vertical: {
|
35
|
+
type: BooleanConstructor;
|
36
|
+
default: boolean;
|
37
|
+
};
|
38
|
+
height: {
|
39
|
+
type: StringConstructor;
|
40
|
+
default: string;
|
41
|
+
};
|
42
|
+
disable: {
|
43
|
+
type: BooleanConstructor;
|
44
|
+
default: boolean;
|
45
|
+
};
|
46
|
+
showTip: {
|
47
|
+
type: BooleanConstructor;
|
48
|
+
default: boolean;
|
49
|
+
};
|
50
|
+
maxValue: {
|
51
|
+
type: NumberConstructor[];
|
52
|
+
default: number;
|
53
|
+
};
|
54
|
+
minValue: {
|
55
|
+
type: NumberConstructor[];
|
56
|
+
default: number;
|
57
|
+
};
|
58
|
+
step: {
|
59
|
+
type: NumberConstructor[];
|
60
|
+
default: number;
|
61
|
+
};
|
62
|
+
range: {
|
63
|
+
type: BooleanConstructor;
|
64
|
+
default: boolean;
|
65
|
+
};
|
66
|
+
showInterval: {
|
67
|
+
type: BooleanConstructor;
|
68
|
+
default: boolean;
|
69
|
+
};
|
70
|
+
showIntervalLabel: {
|
71
|
+
type: BooleanConstructor;
|
72
|
+
default: boolean;
|
73
|
+
};
|
74
|
+
showButtonLabel: {
|
75
|
+
type: BooleanConstructor;
|
76
|
+
default: boolean;
|
77
|
+
};
|
78
|
+
showBetweenLabel: {
|
79
|
+
type: BooleanConstructor;
|
80
|
+
default: boolean;
|
81
|
+
};
|
82
|
+
showInput: {
|
83
|
+
type: BooleanConstructor;
|
84
|
+
default: boolean;
|
85
|
+
};
|
86
|
+
customContent: {
|
87
|
+
type: ObjectConstructor;
|
88
|
+
default: any;
|
89
|
+
};
|
90
|
+
formatterLabel: {
|
91
|
+
type: FunctionConstructor;
|
92
|
+
default: (value: number) => number;
|
93
|
+
};
|
94
|
+
formatterButtonLabel: {
|
95
|
+
type: FunctionConstructor;
|
96
|
+
default: (value: number) => number;
|
97
|
+
};
|
98
|
+
formatterTipLabel: {
|
99
|
+
type: FunctionConstructor;
|
100
|
+
default: (value: number) => number;
|
101
|
+
};
|
102
|
+
}, {
|
103
|
+
renderDom: () => JSX.Element;
|
104
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
105
|
+
modelValue: import("vue-types").VueTypeDef<number | unknown[]>;
|
106
|
+
extCls: {
|
107
|
+
type: StringConstructor;
|
108
|
+
default: string;
|
109
|
+
};
|
110
|
+
vertical: {
|
111
|
+
type: BooleanConstructor;
|
112
|
+
default: boolean;
|
113
|
+
};
|
114
|
+
height: {
|
115
|
+
type: StringConstructor;
|
116
|
+
default: string;
|
117
|
+
};
|
118
|
+
disable: {
|
119
|
+
type: BooleanConstructor;
|
120
|
+
default: boolean;
|
121
|
+
};
|
122
|
+
showTip: {
|
123
|
+
type: BooleanConstructor;
|
124
|
+
default: boolean;
|
125
|
+
};
|
126
|
+
maxValue: {
|
127
|
+
type: NumberConstructor[];
|
128
|
+
default: number;
|
129
|
+
};
|
130
|
+
minValue: {
|
131
|
+
type: NumberConstructor[];
|
132
|
+
default: number;
|
133
|
+
};
|
134
|
+
step: {
|
135
|
+
type: NumberConstructor[];
|
136
|
+
default: number;
|
137
|
+
};
|
138
|
+
range: {
|
139
|
+
type: BooleanConstructor;
|
140
|
+
default: boolean;
|
141
|
+
};
|
142
|
+
showInterval: {
|
143
|
+
type: BooleanConstructor;
|
144
|
+
default: boolean;
|
145
|
+
};
|
146
|
+
showIntervalLabel: {
|
147
|
+
type: BooleanConstructor;
|
148
|
+
default: boolean;
|
149
|
+
};
|
150
|
+
showButtonLabel: {
|
151
|
+
type: BooleanConstructor;
|
152
|
+
default: boolean;
|
153
|
+
};
|
154
|
+
showBetweenLabel: {
|
155
|
+
type: BooleanConstructor;
|
156
|
+
default: boolean;
|
157
|
+
};
|
158
|
+
showInput: {
|
159
|
+
type: BooleanConstructor;
|
160
|
+
default: boolean;
|
161
|
+
};
|
162
|
+
customContent: {
|
163
|
+
type: ObjectConstructor;
|
164
|
+
default: any;
|
165
|
+
};
|
166
|
+
formatterLabel: {
|
167
|
+
type: FunctionConstructor;
|
168
|
+
default: (value: number) => number;
|
169
|
+
};
|
170
|
+
formatterButtonLabel: {
|
171
|
+
type: FunctionConstructor;
|
172
|
+
default: (value: number) => number;
|
173
|
+
};
|
174
|
+
formatterTipLabel: {
|
175
|
+
type: FunctionConstructor;
|
176
|
+
default: (value: number) => number;
|
177
|
+
};
|
178
|
+
}>> & {
|
179
|
+
onChange?: (...args: any[]) => any;
|
180
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
181
|
+
}, {
|
182
|
+
height: string;
|
183
|
+
step: number;
|
184
|
+
vertical: boolean;
|
185
|
+
extCls: string;
|
186
|
+
range: boolean;
|
187
|
+
showInput: boolean;
|
188
|
+
disable: boolean;
|
189
|
+
showTip: boolean;
|
190
|
+
maxValue: number;
|
191
|
+
minValue: number;
|
192
|
+
showInterval: boolean;
|
193
|
+
showIntervalLabel: boolean;
|
194
|
+
showButtonLabel: boolean;
|
195
|
+
showBetweenLabel: boolean;
|
196
|
+
customContent: Record<string, any>;
|
197
|
+
formatterLabel: Function;
|
198
|
+
formatterButtonLabel: Function;
|
199
|
+
formatterTipLabel: Function;
|
200
|
+
}>;
|
201
|
+
export default _default;
|
@@ -0,0 +1,179 @@
|
|
1
|
+
@import '../styles/themes/themes.less';
|
2
|
+
|
3
|
+
.@{bk-prefix}-slider {
|
4
|
+
display: flex;
|
5
|
+
flex-direction: row;
|
6
|
+
align-items: center;
|
7
|
+
|
8
|
+
.bk-slider-runway {
|
9
|
+
position: relative;
|
10
|
+
width: 100%;
|
11
|
+
height: 4px;
|
12
|
+
vertical-align: middle;
|
13
|
+
cursor: pointer;
|
14
|
+
background: @slider-default-bg;
|
15
|
+
border-radius: 2px;
|
16
|
+
opacity: 1;
|
17
|
+
|
18
|
+
.bk-slider-bar {
|
19
|
+
position: absolute;
|
20
|
+
height: 4px;
|
21
|
+
background: @primary-color;
|
22
|
+
border-bottom-left-radius: 3px;
|
23
|
+
border-top-left-radius: 3px;
|
24
|
+
|
25
|
+
&.vertical {
|
26
|
+
width: 4px;
|
27
|
+
}
|
28
|
+
|
29
|
+
&.horizontal {
|
30
|
+
height: 4px;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
.disable {
|
35
|
+
background: @slider-disable-bar-bg;
|
36
|
+
}
|
37
|
+
|
38
|
+
.bk-slider-labels {
|
39
|
+
position: relative;
|
40
|
+
|
41
|
+
&.vertical {
|
42
|
+
left: 18px;
|
43
|
+
display: flex;
|
44
|
+
width: 10px;
|
45
|
+
height: 100%;
|
46
|
+
flex-direction: column;
|
47
|
+
justify-content: space-between;
|
48
|
+
}
|
49
|
+
|
50
|
+
&.horizontal {
|
51
|
+
top: 10px;
|
52
|
+
display: flex;
|
53
|
+
width: 100%;
|
54
|
+
height: 10px;
|
55
|
+
flex-direction: row;
|
56
|
+
justify-content: space-between;
|
57
|
+
}
|
58
|
+
|
59
|
+
.bk-slider-label {
|
60
|
+
position: absolute;
|
61
|
+
display: flex;
|
62
|
+
width: 10px;
|
63
|
+
height: 10px;
|
64
|
+
text-align: center;
|
65
|
+
white-space: nowrap;
|
66
|
+
align-items: center;
|
67
|
+
justify-content: center;
|
68
|
+
|
69
|
+
&.vertical {
|
70
|
+
left: 10px;
|
71
|
+
transform: translateY(50%);
|
72
|
+
}
|
73
|
+
|
74
|
+
&.horizontal {
|
75
|
+
top: 10px;
|
76
|
+
transform: translateX(-50%);
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
}
|
81
|
+
|
82
|
+
.bk-slider-interval {
|
83
|
+
position: absolute;
|
84
|
+
width: 4px;
|
85
|
+
height: 4px;
|
86
|
+
background-color: #fff;
|
87
|
+
border-radius: 100%;
|
88
|
+
transform: translateX(-50%);
|
89
|
+
|
90
|
+
&.vertical {
|
91
|
+
left: 2px;
|
92
|
+
}
|
93
|
+
}
|
94
|
+
|
95
|
+
&-input {
|
96
|
+
display: flex;
|
97
|
+
margin: 0 0 0 28px;
|
98
|
+
flex-direction: row;
|
99
|
+
align-items: center;
|
100
|
+
|
101
|
+
.input-item {
|
102
|
+
width: 92px;
|
103
|
+
}
|
104
|
+
|
105
|
+
.input-center {
|
106
|
+
margin: 0 7px;
|
107
|
+
}
|
108
|
+
}
|
109
|
+
}
|
110
|
+
|
111
|
+
.bk-slider-button {
|
112
|
+
position: absolute;
|
113
|
+
z-index: 1001;
|
114
|
+
display: flex;
|
115
|
+
width: 24px;
|
116
|
+
height: 24px;
|
117
|
+
line-height: normal;
|
118
|
+
text-align: center;
|
119
|
+
background-color: transparent;
|
120
|
+
user-select: none;
|
121
|
+
justify-content: center;
|
122
|
+
align-items: center;
|
123
|
+
|
124
|
+
&:hover {
|
125
|
+
cursor: grab;
|
126
|
+
}
|
127
|
+
|
128
|
+
&.grabbing {
|
129
|
+
cursor: grabbing;
|
130
|
+
}
|
131
|
+
|
132
|
+
&.vertical {
|
133
|
+
left: -10px;
|
134
|
+
transform: translateY(50%);
|
135
|
+
}
|
136
|
+
|
137
|
+
&.horizontal {
|
138
|
+
top: -10px;
|
139
|
+
transform: translateX(-50%);
|
140
|
+
}
|
141
|
+
|
142
|
+
.slider-button {
|
143
|
+
width: 12px;
|
144
|
+
height: 12px;
|
145
|
+
background-color: #fff;
|
146
|
+
border: 2px solid @primary-color;
|
147
|
+
border-radius: 50%;
|
148
|
+
transition: .2s;
|
149
|
+
user-select: none;
|
150
|
+
|
151
|
+
&-disable {
|
152
|
+
border: 2px solid #979ba5;
|
153
|
+
}
|
154
|
+
|
155
|
+
&:hover {
|
156
|
+
box-shadow: 0px 0px 0px 4px rgba(58, 132, 255, .30);
|
157
|
+
}
|
158
|
+
|
159
|
+
&:focus {
|
160
|
+
box-shadow: 0px 0px 10px 0px rgba(58, 132, 255, .9);
|
161
|
+
}
|
162
|
+
}
|
163
|
+
|
164
|
+
.slider-button-label {
|
165
|
+
position: absolute;
|
166
|
+
display: flex;
|
167
|
+
text-align: center;
|
168
|
+
align-items: center;
|
169
|
+
justify-content: center;
|
170
|
+
|
171
|
+
&.vertical {
|
172
|
+
left: 28px;
|
173
|
+
}
|
174
|
+
|
175
|
+
&.horizontal {
|
176
|
+
top: 20px;
|
177
|
+
}
|
178
|
+
}
|
179
|
+
}
|