bkui-vue 0.0.1-beta.8 → 0.0.1-beta.82
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 +24606 -0
- package/dist/index.umd.js +57 -0
- package/dist/style.css +1 -2348
- package/lib/affix/affix.css +3 -0
- package/lib/affix/affix.d.ts +47 -0
- package/lib/affix/affix.less +5 -0
- package/lib/affix/affix.variable.css +102 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.css +2 -0
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.less +2 -0
- package/lib/alert/alert.variable.css +31 -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 +29 -0
- package/lib/backtop/index.d.ts +166 -0
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.css +5 -5
- package/lib/badge/badge.d.ts +64 -22
- package/lib/badge/badge.less +5 -6
- package/lib/badge/badge.variable.css +34 -5
- package/lib/badge/index.d.ts +267 -0
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.css +18 -1
- package/lib/breadcrumb/breadcrumb.d.ts +37 -9
- package/lib/breadcrumb/breadcrumb.less +13 -2
- package/lib/breadcrumb/breadcrumb.variable.css +47 -1
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.css +73 -44
- package/lib/button/button.d.ts +66 -30
- package/lib/button/button.less +68 -47
- package/lib/button/button.variable.css +102 -44
- package/lib/button/index.d.ts +237 -0
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +53 -1
- package/lib/card/card.d.ts +74 -18
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +82 -1
- package/lib/card/index.d.ts +283 -0
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +48 -0
- package/lib/cascader/cascader.css +130 -0
- package/lib/cascader/cascader.d.ts +271 -0
- package/lib/cascader/cascader.less +146 -0
- package/lib/cascader/cascader.variable.css +229 -0
- package/lib/cascader/index.d.ts +721 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +44 -0
- package/lib/cascader/node.d.ts +24 -0
- package/lib/cascader/store.d.ts +15 -0
- package/lib/checkbox/checkbox-group.d.ts +13 -9
- package/lib/checkbox/checkbox.css +15 -2
- package/lib/checkbox/checkbox.d.ts +33 -30
- package/lib/checkbox/checkbox.less +20 -2
- package/lib/checkbox/checkbox.variable.css +44 -2
- package/lib/checkbox/common.d.ts +3 -3
- package/lib/checkbox/index.d.ts +253 -0
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +4 -8
- package/lib/code-diff/code-diff.css +186 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.less +238 -0
- package/lib/code-diff/code-diff.variable.css +285 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse.css +25 -1
- package/lib/collapse/collapse.d.ts +51 -22
- package/lib/collapse/collapse.less +34 -2
- package/lib/collapse/collapse.variable.css +124 -1
- package/lib/collapse/index.d.ts +182 -0
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/components.d.ts +25 -4
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +48 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +147 -0
- package/lib/container/index.d.ts +223 -0
- package/lib/container/index.js +1 -0
- package/lib/container/row.d.ts +4 -0
- package/lib/date-picker/date-picker.css +408 -0
- package/lib/date-picker/date-picker.d.ts +312 -0
- package/lib/date-picker/date-picker.less +527 -0
- package/lib/date-picker/date-picker.variable.css +507 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +753 -0
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/props.d.ts +118 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/dialog.css +52 -0
- package/lib/dialog/dialog.d.ts +305 -52
- package/lib/dialog/dialog.less +20 -0
- package/lib/dialog/dialog.variable.css +52 -0
- package/lib/dialog/index.d.ts +772 -0
- package/lib/dialog/index.js +1 -1
- package/lib/directives/clickoutside.d.ts +3 -23
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +17 -0
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +137 -0
- package/lib/divider/index.d.ts +142 -0
- package/lib/divider/index.js +1 -0
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/dropdown-item.d.ts +19 -0
- package/lib/dropdown/dropdown-menu.d.ts +16 -0
- package/lib/dropdown/dropdown.css +47 -0
- package/lib/dropdown/dropdown.d.ts +63 -0
- package/lib/dropdown/dropdown.less +59 -0
- package/lib/dropdown/dropdown.variable.css +146 -0
- package/lib/dropdown/index.d.ts +200 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.variable.css +29 -0
- package/lib/exception/index.d.ts +96 -0
- package/lib/exception/index.js +1 -1
- package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +29 -0
- package/lib/fixed-navbar/index.d.ts +147 -0
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/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.js +1 -0
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.js +1 -0
- package/lib/icon/arrows-left.d.ts +4 -0
- package/lib/icon/arrows-left.js +1 -0
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/audio-fill.d.ts +4 -0
- package/lib/icon/audio-fill.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.d.ts +4 -0
- package/lib/icon/circle.js +1 -0
- package/lib/icon/close-line.d.ts +4 -0
- package/lib/icon/close-line.js +1 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.js +1 -0
- package/lib/icon/del.d.ts +4 -0
- package/lib/icon/del.js +1 -0
- package/lib/icon/doc-fill.d.ts +4 -0
- package/lib/icon/doc-fill.js +1 -0
- package/lib/icon/done.d.ts +4 -0
- package/lib/icon/done.js +1 -0
- package/lib/icon/down-shape.d.ts +4 -0
- package/lib/icon/down-shape.js +1 -0
- package/lib/icon/down-small.js +1 -0
- package/lib/icon/edit-line.d.ts +4 -0
- package/lib/icon/edit-line.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/excel-fill.d.ts +4 -0
- package/lib/icon/excel-fill.js +1 -0
- package/lib/icon/exclamation-circle-shape.d.ts +4 -0
- package/lib/icon/exclamation-circle-shape.js +1 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/folder-open.d.ts +4 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/folder.d.ts +4 -0
- package/lib/icon/funnel.d.ts +4 -0
- package/lib/icon/funnel.js +1 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.js +1 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/index.d.ts +69 -0
- package/lib/icon/index.js +1 -15
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.d.ts +4 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/pdf-fill.d.ts +4 -0
- package/lib/icon/pdf-fill.js +1 -0
- package/lib/icon/play-shape.d.ts +4 -0
- package/lib/icon/play-shape.js +1 -0
- package/lib/icon/plus.d.ts +4 -0
- package/lib/icon/plus.js +1 -0
- package/lib/icon/ppt-fill.d.ts +4 -0
- package/lib/icon/ppt-fill.js +1 -0
- package/lib/icon/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.d.ts +4 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.js +1 -0
- package/lib/icon/tree-application-shape.d.ts +4 -0
- package/lib/icon/tree-application-shape.js +1 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/upload.d.ts +4 -0
- package/lib/icon/upload.js +1 -0
- package/lib/icon/video-fill.d.ts +4 -0
- package/lib/icon/video-fill.js +1 -0
- package/lib/icon/warn.d.ts +4 -0
- package/lib/icon/warn.js +1 -0
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/index.d.ts +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 +108 -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 +29 -0
- package/lib/loading/index.d.ts +172 -0
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +122 -75
- package/lib/loading/loading.d.ts +67 -20
- package/lib/loading/loading.less +79 -60
- package/lib/loading/loading.variable.css +151 -75
- package/lib/menu/index.d.ts +176 -0
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +190 -0
- package/lib/menu/menu.d.ts +55 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +289 -0
- package/lib/menu/submenu.css +3 -0
- package/lib/menu/submenu.d.ts +22 -0
- package/lib/menu/submenu.less +5 -0
- package/lib/menu/submenu.variable.css +102 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/{message.d.ts → index.d.ts} +0 -0
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +27 -1
- package/lib/message/message.less +30 -1
- package/lib/message/message.variable.css +56 -1
- package/lib/message/messageConstructor.d.ts +71 -20
- package/lib/modal/index.d.ts +605 -0
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +30 -1
- package/lib/modal/modal.d.ts +195 -24
- package/lib/modal/modal.less +39 -1
- package/lib/modal/modal.variable.css +30 -1
- package/lib/modal/props.mixin.d.ts +82 -10
- package/lib/navigation/index.d.ts +292 -0
- package/lib/navigation/index.js +1 -0
- package/lib/navigation/navigation-title.d.ts +25 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +111 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +283 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +65 -0
- package/lib/notify/notify.less +76 -0
- package/lib/notify/notify.variable.css +164 -0
- package/lib/notify/notifyConstructor.d.ts +135 -0
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +278 -0
- package/lib/pagination/type.d.ts +6 -0
- package/lib/pagination/use-limit.d.ts +8 -0
- package/lib/pagination/use-list.d.ts +8 -0
- package/lib/pagination/use-small-list.d.ts +5 -0
- package/lib/pagination/use-total.d.ts +5 -0
- package/lib/popover/index.d.ts +364 -0
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +28 -16
- package/lib/popover/popover.d.ts +111 -45
- package/lib/popover/popover.less +59 -46
- package/lib/popover/popover.variable.css +57 -16
- package/lib/popover/props.d.ts +99 -0
- package/lib/preset.d.ts +2 -3
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/index.js +1 -0
- package/lib/process/process.css +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +237 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +8 -3
- package/lib/progress/progress.d.ts +88 -35
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +37 -3
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +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 +44 -9
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +113 -0
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +13 -10
- package/lib/rate/star.d.ts +33 -16
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/index.js +1 -0
- package/lib/resize-layout/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +288 -0
- package/lib/select/common.d.ts +23 -17
- package/lib/select/index.d.ts +1728 -0
- package/lib/select/index.js +1 -1
- package/lib/select/option.d.ts +21 -21
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +229 -41
- package/lib/select/select.d.ts +388 -156
- package/lib/select/select.less +242 -53
- package/lib/select/select.variable.css +258 -41
- package/lib/select/selectTagInput.d.ts +71 -0
- package/lib/select/type.d.ts +35 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
- package/lib/shared/index.d.ts +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 +533 -0
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +48 -3
- package/lib/sideslider/sideslider.d.ts +205 -30
- package/lib/sideslider/sideslider.less +65 -6
- package/lib/sideslider/sideslider.variable.css +77 -3
- package/lib/slider/index.d.ts +440 -0
- package/lib/slider/index.js +1 -0
- package/lib/slider/slider-button.d.ts +80 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +201 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +248 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/index.js +1 -15
- package/lib/steps/steps.css +4 -1
- package/lib/steps/steps.d.ts +42 -29
- package/lib/steps/steps.less +5 -1
- package/lib/steps/steps.variable.css +33 -1
- package/lib/styles/index.d.ts +51 -0
- package/lib/styles/mixins/clearfix.css +8 -0
- package/lib/styles/mixins/clearfix.less +10 -0
- package/lib/styles/mixins/clearfix.variable.css +8 -0
- package/lib/styles/mixins/mixins.css +8 -0
- package/lib/styles/mixins/mixins.less +1 -0
- package/lib/styles/mixins/mixins.variable.css +8 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +52 -0
- package/lib/styles/mixins/popper.variable.css +43 -0
- package/lib/styles/mixins/size.less +9 -0
- package/lib/styles/reset.css +273 -0
- package/lib/styles/reset.less +313 -0
- package/lib/styles/reset.variable.css +273 -0
- package/lib/styles/themes/themes.less +45 -1
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/index.js +1 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +286 -0
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +157 -135
- package/lib/switcher/switcher.d.ts +48 -32
- package/lib/switcher/switcher.less +211 -153
- package/lib/switcher/switcher.variable.css +186 -135
- package/lib/tab/index.d.ts +440 -0
- package/lib/tab/index.js +1 -0
- package/lib/tab/props.d.ts +194 -0
- package/lib/tab/tab-nav.d.ts +169 -0
- package/lib/tab/tab-panel.d.ts +73 -0
- package/lib/tab/tab.css +167 -0
- package/lib/tab/tab.d.ts +139 -0
- package/lib/tab/tab.less +228 -0
- package/lib/tab/tab.variable.css +266 -0
- package/lib/table/const.d.ts +30 -0
- package/lib/table/index.d.ts +389 -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 +190 -0
- package/lib/table/render.d.ts +115 -0
- package/lib/table/table.css +387 -0
- package/lib/table/table.d.ts +126 -36
- package/lib/table/table.less +229 -1
- package/lib/table/table.variable.css +416 -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 +126 -0
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +894 -0
- package/lib/tag-input/index.js +1 -0
- package/lib/tag-input/list-tag-render.d.ts +47 -0
- package/lib/tag-input/tag-input.css +209 -0
- package/lib/tag-input/tag-input.d.ts +374 -0
- package/lib/tag-input/tag-input.less +251 -0
- package/lib/tag-input/tag-input.variable.css +308 -0
- package/lib/tag-input/tag-props.d.ts +131 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +239 -0
- package/lib/timeline/timeline.variable.css +334 -0
- package/lib/transfer/index.d.ts +351 -0
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/transfer.css +139 -0
- package/lib/transfer/transfer.d.ts +185 -0
- package/lib/transfer/transfer.less +144 -0
- package/lib/transfer/transfer.variable.css +238 -0
- package/lib/tree/constant.d.ts +43 -0
- package/lib/tree/index.d.ts +449 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +159 -0
- package/lib/tree/tree.css +53 -0
- package/lib/tree/tree.d.ts +193 -0
- package/lib/tree/tree.less +66 -0
- package/lib/tree/tree.variable.css +152 -0
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-action.d.ts +11 -0
- package/lib/tree/use-node-async.d.ts +5 -0
- package/lib/tree/use-node-attribute.d.ts +31 -0
- package/lib/tree/use-node-drag.d.ts +3 -0
- package/lib/tree/use-search.d.ts +11 -0
- package/lib/tree/use-tree-init.d.ts +15 -0
- package/lib/tree/util.d.ts +66 -0
- package/lib/upload/index.d.ts +2 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +113 -0
- package/lib/upload/upload-list.d.ts +46 -0
- package/lib/upload/upload-trigger.d.ts +54 -0
- package/lib/upload/upload.css +374 -0
- package/lib/upload/upload.d.ts +252 -0
- package/lib/upload/upload.less +455 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +473 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/use-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 +108 -81
- package/dist/bkui-vue.cjs.js +0 -5171
- package/dist/bkui-vue.esm.js +0 -5137
- package/dist/bkui-vue.umd.js +0 -5174
- package/lib/styles/index.js +0 -1
- package/lib/table/common.d.ts +0 -3
- package/lib/table/table-layout.d.ts +0 -14
- package/lib/table/type.d.ts +0 -12
@@ -0,0 +1,182 @@
|
|
1
|
+
declare const BkCollapse: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{
|
6
|
+
list: any[];
|
7
|
+
idFiled: string;
|
8
|
+
titleField: string;
|
9
|
+
contentField: string;
|
10
|
+
accordion: boolean;
|
11
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
12
|
+
list: import("vue-types").VueTypeDef<any[]> & {
|
13
|
+
default: () => any[];
|
14
|
+
};
|
15
|
+
idFiled: import("vue-types").VueTypeValidableDef<string> & {
|
16
|
+
default: string;
|
17
|
+
} & {
|
18
|
+
default: string;
|
19
|
+
};
|
20
|
+
titleField: import("vue-types").VueTypeValidableDef<string> & {
|
21
|
+
default: string;
|
22
|
+
} & {
|
23
|
+
default: string;
|
24
|
+
};
|
25
|
+
contentField: import("vue-types").VueTypeValidableDef<string> & {
|
26
|
+
default: string;
|
27
|
+
} & {
|
28
|
+
default: string;
|
29
|
+
};
|
30
|
+
modelValue: import("vue-types").VueTypeDef<number | string[] | number[]>;
|
31
|
+
accordion: import("vue-types").VueTypeValidableDef<boolean> & {
|
32
|
+
default: boolean;
|
33
|
+
} & {
|
34
|
+
default: boolean;
|
35
|
+
};
|
36
|
+
}>> & {
|
37
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
38
|
+
"onAfter-leave"?: (...args: any[]) => any;
|
39
|
+
"onBefore-enter"?: (...args: any[]) => any;
|
40
|
+
"onItem-click"?: (...args: any[]) => any;
|
41
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "list" | "idFiled" | "titleField" | "contentField" | "accordion">;
|
42
|
+
$attrs: {
|
43
|
+
[x: string]: unknown;
|
44
|
+
};
|
45
|
+
$refs: {
|
46
|
+
[x: string]: unknown;
|
47
|
+
};
|
48
|
+
$slots: Readonly<{
|
49
|
+
[name: string]: import("vue").Slot;
|
50
|
+
}>;
|
51
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
52
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
53
|
+
$emit: (event: "update:modelValue" | "after-leave" | "before-enter" | "item-click", ...args: any[]) => void;
|
54
|
+
$el: any;
|
55
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
56
|
+
list: import("vue-types").VueTypeDef<any[]> & {
|
57
|
+
default: () => any[];
|
58
|
+
};
|
59
|
+
idFiled: import("vue-types").VueTypeValidableDef<string> & {
|
60
|
+
default: string;
|
61
|
+
} & {
|
62
|
+
default: string;
|
63
|
+
};
|
64
|
+
titleField: import("vue-types").VueTypeValidableDef<string> & {
|
65
|
+
default: string;
|
66
|
+
} & {
|
67
|
+
default: string;
|
68
|
+
};
|
69
|
+
contentField: import("vue-types").VueTypeValidableDef<string> & {
|
70
|
+
default: string;
|
71
|
+
} & {
|
72
|
+
default: string;
|
73
|
+
};
|
74
|
+
modelValue: import("vue-types").VueTypeDef<number | string[] | number[]>;
|
75
|
+
accordion: import("vue-types").VueTypeValidableDef<boolean> & {
|
76
|
+
default: boolean;
|
77
|
+
} & {
|
78
|
+
default: boolean;
|
79
|
+
};
|
80
|
+
}>> & {
|
81
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
82
|
+
"onAfter-leave"?: (...args: any[]) => any;
|
83
|
+
"onBefore-enter"?: (...args: any[]) => any;
|
84
|
+
"onItem-click"?: (...args: any[]) => any;
|
85
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "after-leave" | "before-enter" | "item-click")[], string, {
|
86
|
+
list: any[];
|
87
|
+
idFiled: string;
|
88
|
+
titleField: string;
|
89
|
+
contentField: string;
|
90
|
+
accordion: boolean;
|
91
|
+
}> & {
|
92
|
+
beforeCreate?: (() => void) | (() => void)[];
|
93
|
+
created?: (() => void) | (() => void)[];
|
94
|
+
beforeMount?: (() => void) | (() => void)[];
|
95
|
+
mounted?: (() => void) | (() => void)[];
|
96
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
97
|
+
updated?: (() => void) | (() => void)[];
|
98
|
+
activated?: (() => void) | (() => void)[];
|
99
|
+
deactivated?: (() => void) | (() => void)[];
|
100
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
101
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
102
|
+
destroyed?: (() => void) | (() => void)[];
|
103
|
+
unmounted?: (() => void) | (() => void)[];
|
104
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
105
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
106
|
+
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)[];
|
107
|
+
};
|
108
|
+
$forceUpdate: () => void;
|
109
|
+
$nextTick: typeof import("vue").nextTick;
|
110
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
111
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
112
|
+
list: import("vue-types").VueTypeDef<any[]> & {
|
113
|
+
default: () => any[];
|
114
|
+
};
|
115
|
+
idFiled: import("vue-types").VueTypeValidableDef<string> & {
|
116
|
+
default: string;
|
117
|
+
} & {
|
118
|
+
default: string;
|
119
|
+
};
|
120
|
+
titleField: import("vue-types").VueTypeValidableDef<string> & {
|
121
|
+
default: string;
|
122
|
+
} & {
|
123
|
+
default: string;
|
124
|
+
};
|
125
|
+
contentField: import("vue-types").VueTypeValidableDef<string> & {
|
126
|
+
default: string;
|
127
|
+
} & {
|
128
|
+
default: string;
|
129
|
+
};
|
130
|
+
modelValue: import("vue-types").VueTypeDef<number | string[] | number[]>;
|
131
|
+
accordion: import("vue-types").VueTypeValidableDef<boolean> & {
|
132
|
+
default: boolean;
|
133
|
+
} & {
|
134
|
+
default: boolean;
|
135
|
+
};
|
136
|
+
}>> & {
|
137
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
138
|
+
"onAfter-leave"?: (...args: any[]) => any;
|
139
|
+
"onBefore-enter"?: (...args: any[]) => any;
|
140
|
+
"onItem-click"?: (...args: any[]) => any;
|
141
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
|
142
|
+
__isFragment?: never;
|
143
|
+
__isTeleport?: never;
|
144
|
+
__isSuspense?: never;
|
145
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
146
|
+
list: import("vue-types").VueTypeDef<any[]> & {
|
147
|
+
default: () => any[];
|
148
|
+
};
|
149
|
+
idFiled: import("vue-types").VueTypeValidableDef<string> & {
|
150
|
+
default: string;
|
151
|
+
} & {
|
152
|
+
default: string;
|
153
|
+
};
|
154
|
+
titleField: import("vue-types").VueTypeValidableDef<string> & {
|
155
|
+
default: string;
|
156
|
+
} & {
|
157
|
+
default: string;
|
158
|
+
};
|
159
|
+
contentField: import("vue-types").VueTypeValidableDef<string> & {
|
160
|
+
default: string;
|
161
|
+
} & {
|
162
|
+
default: string;
|
163
|
+
};
|
164
|
+
modelValue: import("vue-types").VueTypeDef<number | string[] | number[]>;
|
165
|
+
accordion: import("vue-types").VueTypeValidableDef<boolean> & {
|
166
|
+
default: boolean;
|
167
|
+
} & {
|
168
|
+
default: boolean;
|
169
|
+
};
|
170
|
+
}>> & {
|
171
|
+
"onUpdate:modelValue"?: (...args: any[]) => any;
|
172
|
+
"onAfter-leave"?: (...args: any[]) => any;
|
173
|
+
"onBefore-enter"?: (...args: any[]) => any;
|
174
|
+
"onItem-click"?: (...args: any[]) => any;
|
175
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "after-leave" | "before-enter" | "item-click")[], "update:modelValue" | "after-leave" | "before-enter" | "item-click", {
|
176
|
+
list: any[];
|
177
|
+
idFiled: string;
|
178
|
+
titleField: string;
|
179
|
+
contentField: string;
|
180
|
+
accordion: boolean;
|
181
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
182
|
+
export default BkCollapse;
|
package/lib/collapse/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(e,
|
1
|
+
!function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("../shared"),require("vue"),require("../icon/"));else if("function"==typeof define&&define.amd)define(["../shared","vue","../icon/"],t);else{var r="object"==typeof exports?t(require("../shared"),require("vue"),require("../icon/")):t(e["../shared"],e.vue,e["../icon/"]);for(var o in r)("object"==typeof exports?exports:e)[o]=r[o]}}(self,((e,t,r)=>(()=>{"use strict";var o={7685:e=>{e.exports=r},4212:t=>{t.exports=e},748:e=>{e.exports=t}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var r=n[e]={exports:{}};return o[e](r,r.exports,i),r.exports}i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var l={};return(()=>{i.r(l),i.d(l,{default:()=>d});var e=i(4212);function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o}function r(e){return function(e){if(Array.isArray(e))return t(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,r){if(e){if("string"==typeof e)return t(e,r);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?t(e,r):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var o=i(748),n=i(7685),a=function(e){return(e||"").split(" ").filter((function(e){return!!e.trim()}))};function s(e,t){if(e&&t){var o=a(t),n=e.getAttribute("class")||"";if(e.classList){var i;(i=e.classList).remove.apply(i,r(o))}else{o.forEach((function(e){n=n.replace(" ".concat(e," ")," ")}));var l=a(n).join(" ");e.setAttribute("class",l)}}}function c(e,t){if(e){var o,n=e.getAttribute("class")||"",i=a(n),l=(t||"").split(" ").filter((function(e){return!i.includes(e)&&!!e.trim()}));e.classList?(o=e.classList).add.apply(o,r(l)):(n+=" ".concat(l.join(" ")),e.setAttribute("class",n))}}const u=(0,o.defineComponent)({name:"Collapse",props:{list:e.PropTypes.arrayOf(e.PropTypes.any).def([]),idFiled:e.PropTypes.string.def("$index"),titleField:e.PropTypes.string.def("name"),contentField:e.PropTypes.string.def("content"),modelValue:e.PropTypes.oneOfType([e.PropTypes.arrayOf(e.PropTypes.number).def([]),e.PropTypes.arrayOf(e.PropTypes.string).def([]),e.PropTypes.number.def(-1)]),accordion:e.PropTypes.bool.def(!1)},emits:["item-click","update:modelValue","after-leave","before-enter"],setup:function(e,t){var i=t.emit,l=t.slots,a=(0,o.ref)([]),u=(0,o.ref)(function(e){return{css:!0,onBeforeEnter:function(e){c(e,"collapse-transition"),e.dataset||(e.dataset={}),e.style.height="0px"},onEnter:function(e){e.dataset.oldOverflow=e.style.overflow,0!==e.scrollHeight?(e.style.height="".concat(e.scrollHeight,"px"),e.style.maxHeight="".concat(e.scrollHeight,"px")):e.style.height="0px",e.style.overflow="hidden"},onAfterEnter:function(t){t.style.height="",t.style.maxHeight="",t.style.overflow=t.dataset.oldOverflow,s(t,"collapse-transition"),e("before-enter")},onBeforeLeave:function(e){e.dataset||(e.dataset={}),e.dataset.oldOverflow=e.style.overflow,e.style.height="".concat(e.scrollHeight,"px"),e.style.maxHeight="".concat(e.scrollHeight,"px"),e.style.overflow="hidden"},onLeave:function(e){0!==e.scrollHeight&&(c(e,"collapse-transition"),e.style.transitionProperty="height",e.style.height="0px")},onAfterLeave:function(t){s(t,"collapse-transition"),t.style.height="",t.style.maxHeight="",t.style.overflow=t.dataset.oldOverflow,e("after-leave")}}}(i));(0,o.watch)((function(){return[e.modelValue]}),(function(){var t=e.modelValue;Array.isArray(t)?a.value=r(t):a.value=void 0!==t?[t]:[]}),{immediate:!0});var d=(0,o.computed)((function(){return(e.list||[]).map((function(e,t){return"string"==typeof e||"number"==typeof e||"boolean"==typeof e?{$index:t,name:e}:Object.assign({$index:t},e)}))})),f=function(t){return a.value.includes(t[e.idFiled])};return function(){return(0,o.createVNode)("div",{class:"bk-collapse-wrapper"},[d.value.map((function(t){var r,s,c,d;return(0,o.createVNode)("div",{class:"bk-collapse-item ".concat(t.disabled?"is-disabled":""," ").concat(f(t)?"bk-collapse-item-active":"")},[(0,o.createVNode)("div",{class:"bk-collapse-header",onClick:function(){return function(t){if(!t.disabled){if(e.accordion){var r=a.value.findIndex((function(r){return r===t[e.idFiled]}));r>=0?a.value.splice(r,1):a.value=[t[e.idFiled]]}else{var o=a.value.findIndex((function(r){return r===t[e.idFiled]}));o>=0?a.value.splice(o,1):a.value.push(t[e.idFiled])}i("item-click",t),i("update:modelValue",a.value)}}(t)}},[(0,o.createVNode)("span",{class:"bk-collapse-title"},[null!==(s=null===(r=l.default)||void 0===r?void 0:r.call(l,t))&&void 0!==s?s:t[e.titleField]]),(0,o.createVNode)(n.AngleRight,{class:"bk-collapse-icon ".concat(f(t)?"rotate-icon":"")},null)]),(0,o.createVNode)(o.Transition,u.value,{default:function(){return[(0,o.withDirectives)((0,o.createVNode)("div",{class:"bk-collapse-content ".concat(f(t)?"active":"")},[null!==(d=null===(c=l.content)||void 0===c?void 0:c.call(l,t))&&void 0!==d?d:t[e.contentField]]),[[o.vShow,f(t)]])]}})])}))])}}}),d=(0,e.withInstall)(u)})(),l})()));
|
@@ -0,0 +1,11 @@
|
|
1
|
+
export declare function removeClass(el: HTMLElement | Element, cls: string): void;
|
2
|
+
export declare function addClass(el: HTMLElement | Element, cls: string): void;
|
3
|
+
export declare const collapseMotion: (emit: any) => {
|
4
|
+
css: boolean;
|
5
|
+
onBeforeEnter: (el: any) => void;
|
6
|
+
onEnter: (el: any) => void;
|
7
|
+
onAfterEnter: (el: any) => void;
|
8
|
+
onBeforeLeave: (el: any) => void;
|
9
|
+
onLeave: (el: any) => void;
|
10
|
+
onAfterLeave: (el: any) => void;
|
11
|
+
};
|
package/lib/components.d.ts
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
export { default as Alert } from './alert';
|
2
2
|
export { default as AnimateNumber } from './animate-number';
|
3
|
+
export { default as Affix } from './affix';
|
3
4
|
export { default as Backtop } from './backtop';
|
4
5
|
export { default as Badge } from './badge';
|
5
|
-
export { default as Breadcrumb
|
6
|
-
export { default as Button
|
6
|
+
export { default as Breadcrumb } from './breadcrumb';
|
7
|
+
export { default as Button } from './button';
|
7
8
|
export { default as Card } from './card';
|
8
|
-
export { default as Checkbox
|
9
|
+
export { default as Checkbox } from './checkbox';
|
9
10
|
export { default as Collapse } from './collapse';
|
10
11
|
export { default as Dialog } from './dialog';
|
11
12
|
export { default as Exception } from './exception';
|
@@ -16,11 +17,31 @@ export { default as Loading } from './loading';
|
|
16
17
|
export { default as Modal } from './modal';
|
17
18
|
export { default as Popover } from './popover';
|
18
19
|
export { default as Progress } from './progress';
|
19
|
-
export { default as Radio
|
20
|
+
export { default as Radio } from './radio';
|
20
21
|
export { default as Rate } from './rate';
|
22
|
+
export { default as Swiper } from './swiper';
|
21
23
|
export { default as Select } from './select';
|
22
24
|
export { default as Sideslider } from './sideslider';
|
23
25
|
export { default as Steps } from './steps';
|
24
26
|
export { default as Switcher } from './switcher';
|
25
27
|
export { default as Table } from './table';
|
26
28
|
export { default as Tag } from './tag';
|
29
|
+
export { default as TagInput } from './tag-input';
|
30
|
+
export { default as Divider } from './divider';
|
31
|
+
export { default as Tab } from './tab';
|
32
|
+
export { default as Message } from './message';
|
33
|
+
export { default as Notify } from './notify';
|
34
|
+
export { default as Menu } from './menu';
|
35
|
+
export { default as Navigation } from './navigation';
|
36
|
+
export { default as DatePicker } from './date-picker';
|
37
|
+
export { default as Transfer } from './transfer';
|
38
|
+
export { default as Tree } from './tree';
|
39
|
+
export { default as VirtualRender } from './virtual-render';
|
40
|
+
export { default as Form } from './form';
|
41
|
+
export { default as Pagination } from './pagination';
|
42
|
+
export { default as Container } from './container';
|
43
|
+
export { default as containerProps } from './container';
|
44
|
+
export { default as Dropdown } from './dropdown';
|
45
|
+
export { default as Cascader } from './cascader';
|
46
|
+
export { default as Slider } from './slider';
|
47
|
+
export { default as ResizeLayout } from './resize-layout';
|
@@ -0,0 +1 @@
|
|
1
|
+
!function(e,r){if("object"==typeof exports&&"object"==typeof module)module.exports=r(require("./alert"),require("./animate-number"),require("./affix"),require("./backtop"),require("./badge"),require("./breadcrumb"),require("./button"),require("./card"),require("./checkbox"),require("./collapse"),require("./dialog"),require("./exception"),require("./fixed-navbar"),require("./input"),require("./link"),require("./loading"),require("./modal"),require("./popover"),require("./progress"),require("./radio"),require("./rate"),require("./swiper"),require("./select"),require("./sideslider"),require("./steps"),require("./switcher"),require("./table"),require("./tag"),require("./tag-input"),require("./divider"),require("./tab"),require("./message"),require("./notify"),require("./menu"),require("./navigation"),require("./date-picker"),require("./transfer"),require("./tree"),require("./virtual-render"),require("./form"),require("./pagination"),require("./container"),require("./dropdown"),require("./cascader"),require("./slider"),require("./resize-layout"));else if("function"==typeof define&&define.amd)define(["./alert","./animate-number","./affix","./backtop","./badge","./breadcrumb","./button","./card","./checkbox","./collapse","./dialog","./exception","./fixed-navbar","./input","./link","./loading","./modal","./popover","./progress","./radio","./rate","./swiper","./select","./sideslider","./steps","./switcher","./table","./tag","./tag-input","./divider","./tab","./message","./notify","./menu","./navigation","./date-picker","./transfer","./tree","./virtual-render","./form","./pagination","./container","./dropdown","./cascader","./slider","./resize-layout"],r);else{var i="object"==typeof exports?r(require("./alert"),require("./animate-number"),require("./affix"),require("./backtop"),require("./badge"),require("./breadcrumb"),require("./button"),require("./card"),require("./checkbox"),require("./collapse"),require("./dialog"),require("./exception"),require("./fixed-navbar"),require("./input"),require("./link"),require("./loading"),require("./modal"),require("./popover"),require("./progress"),require("./radio"),require("./rate"),require("./swiper"),require("./select"),require("./sideslider"),require("./steps"),require("./switcher"),require("./table"),require("./tag"),require("./tag-input"),require("./divider"),require("./tab"),require("./message"),require("./notify"),require("./menu"),require("./navigation"),require("./date-picker"),require("./transfer"),require("./tree"),require("./virtual-render"),require("./form"),require("./pagination"),require("./container"),require("./dropdown"),require("./cascader"),require("./slider"),require("./resize-layout")):r(e["./alert"],e["./animate-number"],e["./affix"],e["./backtop"],e["./badge"],e["./breadcrumb"],e["./button"],e["./card"],e["./checkbox"],e["./collapse"],e["./dialog"],e["./exception"],e["./fixed-navbar"],e["./input"],e["./link"],e["./loading"],e["./modal"],e["./popover"],e["./progress"],e["./radio"],e["./rate"],e["./swiper"],e["./select"],e["./sideslider"],e["./steps"],e["./switcher"],e["./table"],e["./tag"],e["./tag-input"],e["./divider"],e["./tab"],e["./message"],e["./notify"],e["./menu"],e["./navigation"],e["./date-picker"],e["./transfer"],e["./tree"],e["./virtual-render"],e["./form"],e["./pagination"],e["./container"],e["./dropdown"],e["./cascader"],e["./slider"],e["./resize-layout"]);for(var a in i)("object"==typeof exports?exports:e)[a]=i[a]}}(self,((e,r,i,a,t,o,n,u,s,p,d,q,l,x,c,b,f,g,m,v,y,k,w,h,S,P,j,T,M,z,C,O,B,D,N,R,_,A,L,F,I,E,V,G,H,J)=>(()=>{"use strict";var K={9649:e=>{e.exports=i},431:r=>{r.exports=e},4408:e=>{e.exports=r},5963:e=>{e.exports=a},7416:e=>{e.exports=t},8393:e=>{e.exports=o},2477:e=>{e.exports=n},1919:e=>{e.exports=u},2074:e=>{e.exports=G},8432:e=>{e.exports=s},8477:e=>{e.exports=p},2299:e=>{e.exports=E},5936:e=>{e.exports=R},9837:e=>{e.exports=d},6743:e=>{e.exports=z},6750:e=>{e.exports=V},1520:e=>{e.exports=q},5389:e=>{e.exports=l},9602:e=>{e.exports=F},2009:e=>{e.exports=x},5717:e=>{e.exports=c},8668:e=>{e.exports=b},3158:e=>{e.exports=D},3227:e=>{e.exports=O},3110:e=>{e.exports=f},6972:e=>{e.exports=N},2426:e=>{e.exports=B},6496:e=>{e.exports=I},5657:e=>{e.exports=g},1633:e=>{e.exports=m},6154:e=>{e.exports=v},9495:e=>{e.exports=y},4218:e=>{e.exports=J},6414:e=>{e.exports=w},4819:e=>{e.exports=h},685:e=>{e.exports=H},1810:e=>{e.exports=S},4706:e=>{e.exports=k},946:e=>{e.exports=P},3612:e=>{e.exports=C},3294:e=>{e.exports=j},5899:e=>{e.exports=T},2144:e=>{e.exports=M},9933:e=>{e.exports=_},4727:e=>{e.exports=A},1285:e=>{e.exports=L}},Q={};function U(e){var r=Q[e];if(void 0!==r)return r.exports;var i=Q[e]={exports:{}};return K[e](i,i.exports,U),i.exports}U.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return U.d(r,{a:r}),r},U.d=(e,r)=>{for(var i in r)U.o(r,i)&&!U.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:r[i]})},U.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),U.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var W={};return(()=>{U.r(W),U.d(W,{Affix:()=>o.a,Alert:()=>r.a,AnimateNumber:()=>a.a,Backtop:()=>u.a,Badge:()=>p.a,Breadcrumb:()=>q.a,Button:()=>x.a,Card:()=>b.a,Cascader:()=>Re.a,Checkbox:()=>g.a,Collapse:()=>v.a,Container:()=>Oe.a,DatePicker:()=>ve.a,Dialog:()=>k.a,Divider:()=>ue.a,Dropdown:()=>De.a,Exception:()=>h.a,FixedNavbar:()=>P.a,Form:()=>Te.a,Input:()=>T.a,Link:()=>z.a,Loading:()=>O.a,Menu:()=>be.a,Message:()=>qe.a,Modal:()=>D.a,Navigation:()=>ge.a,Notify:()=>xe.a,Pagination:()=>ze.a,Popover:()=>R.a,Progress:()=>A.a,Radio:()=>F.a,Rate:()=>E.a,ResizeLayout:()=>Fe.a,Select:()=>J.a,Sideslider:()=>Q.a,Slider:()=>Ae.a,Steps:()=>Y.a,Swiper:()=>G.a,Switcher:()=>$.a,Tab:()=>pe.a,Table:()=>re.a,Tag:()=>ae.a,TagInput:()=>oe.a,Transfer:()=>ke.a,Tree:()=>he.a,VirtualRender:()=>Pe.a,containerProps:()=>Oe.a});var e=U(431),r=U.n(e),i=U(4408),a=U.n(i),t=U(9649),o=U.n(t),n=U(5963),u=U.n(n),s=U(7416),p=U.n(s),d=U(8393),q=U.n(d),l=U(2477),x=U.n(l),c=U(1919),b=U.n(c),f=U(8432),g=U.n(f),m=U(8477),v=U.n(m),y=U(9837),k=U.n(y),w=U(1520),h=U.n(w),S=U(5389),P=U.n(S),j=U(2009),T=U.n(j),M=U(5717),z=U.n(M),C=U(8668),O=U.n(C),B=U(3110),D=U.n(B),N=U(5657),R=U.n(N),_=U(1633),A=U.n(_),L=U(6154),F=U.n(L),I=U(9495),E=U.n(I),V=U(4706),G=U.n(V),H=U(6414),J=U.n(H),K=U(4819),Q=U.n(K),X=U(1810),Y=U.n(X),Z=U(946),$=U.n(Z),ee=U(3294),re=U.n(ee),ie=U(5899),ae=U.n(ie),te=U(2144),oe=U.n(te),ne=U(6743),ue=U.n(ne),se=U(3612),pe=U.n(se),de=U(3227),qe=U.n(de),le=U(2426),xe=U.n(le),ce=U(3158),be=U.n(ce),fe=U(6972),ge=U.n(fe),me=U(5936),ve=U.n(me),ye=U(9933),ke=U.n(ye),we=U(4727),he=U.n(we),Se=U(1285),Pe=U.n(Se),je=U(9602),Te=U.n(je),Me=U(6496),ze=U.n(Me),Ce=U(2299),Oe=U.n(Ce),Be=U(6750),De=U.n(Be),Ne=U(2074),Re=U.n(Ne),_e=U(685),Ae=U.n(_e),Le=U(4218),Fe=U.n(Le)})(),W})()));
|
@@ -0,0 +1,51 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
span: import("vue-types").VueTypeValidableDef<number> & {
|
3
|
+
default: number;
|
4
|
+
} & {
|
5
|
+
default: number;
|
6
|
+
};
|
7
|
+
offset: import("vue-types").VueTypeValidableDef<number> & {
|
8
|
+
default: number;
|
9
|
+
} & {
|
10
|
+
default: number;
|
11
|
+
};
|
12
|
+
pull: import("vue-types").VueTypeValidableDef<number> & {
|
13
|
+
default: number;
|
14
|
+
} & {
|
15
|
+
default: number;
|
16
|
+
};
|
17
|
+
push: import("vue-types").VueTypeValidableDef<number> & {
|
18
|
+
default: number;
|
19
|
+
} & {
|
20
|
+
default: number;
|
21
|
+
};
|
22
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
23
|
+
span: import("vue-types").VueTypeValidableDef<number> & {
|
24
|
+
default: number;
|
25
|
+
} & {
|
26
|
+
default: number;
|
27
|
+
};
|
28
|
+
offset: import("vue-types").VueTypeValidableDef<number> & {
|
29
|
+
default: number;
|
30
|
+
} & {
|
31
|
+
default: number;
|
32
|
+
};
|
33
|
+
pull: import("vue-types").VueTypeValidableDef<number> & {
|
34
|
+
default: number;
|
35
|
+
} & {
|
36
|
+
default: number;
|
37
|
+
};
|
38
|
+
push: import("vue-types").VueTypeValidableDef<number> & {
|
39
|
+
default: number;
|
40
|
+
} & {
|
41
|
+
default: number;
|
42
|
+
};
|
43
|
+
}>> & {
|
44
|
+
[x: string & `on${any}`]: (...args: any[]) => any;
|
45
|
+
}, {
|
46
|
+
span: number;
|
47
|
+
offset: number;
|
48
|
+
push: number;
|
49
|
+
pull: number;
|
50
|
+
}>;
|
51
|
+
export default _default;
|
@@ -0,0 +1,48 @@
|
|
1
|
+
@keyframes loading-scale-animate {
|
2
|
+
0% {
|
3
|
+
transform: scale(1);
|
4
|
+
}
|
5
|
+
100% {
|
6
|
+
transform: scale(0.6);
|
7
|
+
}
|
8
|
+
}
|
9
|
+
@keyframes fade {
|
10
|
+
100% {
|
11
|
+
background-color: transparent;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
.bk-fade-transtion .bk-fade-enter-active,
|
15
|
+
.bk-fade-transtion .bk-fade-leave-active {
|
16
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
17
|
+
}
|
18
|
+
.bk-fade-transtion .bk-fade-enter,
|
19
|
+
.bk-fade-transtion .bk-fade-leave-to {
|
20
|
+
opacity: 0;
|
21
|
+
}
|
22
|
+
.clearfix-style::after {
|
23
|
+
display: block;
|
24
|
+
height: 0;
|
25
|
+
clear: both;
|
26
|
+
font-size: 0;
|
27
|
+
content: '';
|
28
|
+
visibility: hidden;
|
29
|
+
}
|
30
|
+
.bk-grid-container {
|
31
|
+
margin-right: auto;
|
32
|
+
margin-left: auto;
|
33
|
+
}
|
34
|
+
.bk-grid-row::after {
|
35
|
+
display: block;
|
36
|
+
height: 0;
|
37
|
+
clear: both;
|
38
|
+
font-size: 0;
|
39
|
+
content: '';
|
40
|
+
visibility: hidden;
|
41
|
+
}
|
42
|
+
.bk-grid-row .bk-grid-col > .bk-grid-row {
|
43
|
+
margin: 0 auto;
|
44
|
+
}
|
45
|
+
.bk-grid-col {
|
46
|
+
position: relative;
|
47
|
+
float: left;
|
48
|
+
}
|
@@ -0,0 +1,83 @@
|
|
1
|
+
export declare const containerProps: {
|
2
|
+
col: import("vue-types").VueTypeValidableDef<number> & {
|
3
|
+
default: number;
|
4
|
+
} & {
|
5
|
+
default: number;
|
6
|
+
};
|
7
|
+
gutter: import("vue-types").VueTypeValidableDef<number> & {
|
8
|
+
default: number;
|
9
|
+
} & {
|
10
|
+
default: number;
|
11
|
+
};
|
12
|
+
margin: import("vue-types").VueTypeValidableDef<number> & {
|
13
|
+
default: number;
|
14
|
+
} & {
|
15
|
+
default: number;
|
16
|
+
};
|
17
|
+
flex: import("vue-types").VueTypeValidableDef<boolean> & {
|
18
|
+
default: boolean;
|
19
|
+
} & {
|
20
|
+
default: boolean;
|
21
|
+
};
|
22
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
23
|
+
default: string;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
declare const _default: import("vue").DefineComponent<{
|
27
|
+
col: import("vue-types").VueTypeValidableDef<number> & {
|
28
|
+
default: number;
|
29
|
+
} & {
|
30
|
+
default: number;
|
31
|
+
};
|
32
|
+
gutter: import("vue-types").VueTypeValidableDef<number> & {
|
33
|
+
default: number;
|
34
|
+
} & {
|
35
|
+
default: number;
|
36
|
+
};
|
37
|
+
margin: import("vue-types").VueTypeValidableDef<number> & {
|
38
|
+
default: number;
|
39
|
+
} & {
|
40
|
+
default: number;
|
41
|
+
};
|
42
|
+
flex: import("vue-types").VueTypeValidableDef<boolean> & {
|
43
|
+
default: boolean;
|
44
|
+
} & {
|
45
|
+
default: boolean;
|
46
|
+
};
|
47
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
48
|
+
default: string;
|
49
|
+
};
|
50
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any[], any, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
51
|
+
col: import("vue-types").VueTypeValidableDef<number> & {
|
52
|
+
default: number;
|
53
|
+
} & {
|
54
|
+
default: number;
|
55
|
+
};
|
56
|
+
gutter: import("vue-types").VueTypeValidableDef<number> & {
|
57
|
+
default: number;
|
58
|
+
} & {
|
59
|
+
default: number;
|
60
|
+
};
|
61
|
+
margin: import("vue-types").VueTypeValidableDef<number> & {
|
62
|
+
default: number;
|
63
|
+
} & {
|
64
|
+
default: number;
|
65
|
+
};
|
66
|
+
flex: import("vue-types").VueTypeValidableDef<boolean> & {
|
67
|
+
default: boolean;
|
68
|
+
} & {
|
69
|
+
default: boolean;
|
70
|
+
};
|
71
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
72
|
+
default: string;
|
73
|
+
};
|
74
|
+
}>> & {
|
75
|
+
[x: string & `on${any}`]: (...args: any[]) => any;
|
76
|
+
}, {
|
77
|
+
col: number;
|
78
|
+
extCls: string;
|
79
|
+
flex: boolean;
|
80
|
+
margin: number;
|
81
|
+
gutter: number;
|
82
|
+
}>;
|
83
|
+
export default _default;
|
@@ -0,0 +1,20 @@
|
|
1
|
+
@import '../styles/themes/themes.less';
|
2
|
+
@import '../styles/mixins/mixins.less';
|
3
|
+
|
4
|
+
.bk-grid-container {
|
5
|
+
margin-right: auto;
|
6
|
+
margin-left: auto;
|
7
|
+
}
|
8
|
+
|
9
|
+
.bk-grid-row {
|
10
|
+
.clearfix-style();
|
11
|
+
|
12
|
+
.bk-grid-col > .bk-grid-row {
|
13
|
+
margin: 0 auto;
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
.bk-grid-col {
|
18
|
+
position: relative;
|
19
|
+
float: left;
|
20
|
+
}
|
@@ -0,0 +1,147 @@
|
|
1
|
+
:root {
|
2
|
+
--bk-prefix: bk;
|
3
|
+
--popover-max-height: 216px;
|
4
|
+
--primary-color: #3a84ff;
|
5
|
+
--success-color: #2dcb56;
|
6
|
+
--warning-color: #ff9c01;
|
7
|
+
--danger-color: #ea3636;
|
8
|
+
--default-color: #63656e;
|
9
|
+
--gray-color: #979ba5;
|
10
|
+
--light-gray: #c4c6cc;
|
11
|
+
--white-color: white;
|
12
|
+
--whitesmoke-color: #fafbfd;
|
13
|
+
--disable-color: #dcdee5;
|
14
|
+
--font-size-base: 12px;
|
15
|
+
--font-size-medium: 14px;
|
16
|
+
--font-size-large: 16px;
|
17
|
+
--line-height-base: 16px;
|
18
|
+
--line-height-medium: 16px;
|
19
|
+
--line-height-large: 18px;
|
20
|
+
--component-size-small: 26px;
|
21
|
+
--component-size-base: 32px;
|
22
|
+
--component-size-large: 38px;
|
23
|
+
--border-width-base: 1px;
|
24
|
+
--border-style-base: solid;
|
25
|
+
--border-radius-base: 2px;
|
26
|
+
--input-disabled-bg: #fafbfd;
|
27
|
+
--input-disabled-border: var(--disable-color);
|
28
|
+
--input-height-base: var(--component-size-base);
|
29
|
+
--input-color: var(--default-color);
|
30
|
+
--input-bg: white;
|
31
|
+
--input-border-color: var(--light-gray);
|
32
|
+
--input-broder-radius: 3px;
|
33
|
+
--input-shadow-color: #a3c5fd;
|
34
|
+
--input-horizontal-padding: 10px;
|
35
|
+
--input-block-color: #f4f6fa;
|
36
|
+
--input-icon-size: var(--font-size-large);
|
37
|
+
--input-maxlength-color: #979ba5;
|
38
|
+
--button-primary-hover-color: #5594fa;
|
39
|
+
--button-danger-hover-color: #ff5656;
|
40
|
+
--button-success-hover-color: #45e35f;
|
41
|
+
--button-warning-hover-color: #ffb848;
|
42
|
+
--button-default-hover-border-color: #979ba5;
|
43
|
+
--button-primary-active-color: #2c77f4;
|
44
|
+
--button-danger-active-color: #db2626;
|
45
|
+
--button-success-active-color: #1ab943;
|
46
|
+
--button-warning-active-color: #eb9000;
|
47
|
+
--fixed-navbar-background: #fff;
|
48
|
+
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
49
|
+
--switch-default-color: #fff;
|
50
|
+
--switch-grey-color: #c4c6cc;
|
51
|
+
--breadcrumb-black-color: #979ba5;
|
52
|
+
--breadcrumb-primary-hover-color: #0082ff;
|
53
|
+
--breadcrumb-fn-main-color: #63656e;
|
54
|
+
--link-default-hover-color: #979ba5;
|
55
|
+
--link-primary-hover-color: #699df4;
|
56
|
+
--link-success-hover-color: #45e35f;
|
57
|
+
--link-warning-hover-color: #ffb848;
|
58
|
+
--link-danger-hover-color: #ff5656;
|
59
|
+
--link-default-disabled-color: #dcdee5;
|
60
|
+
--link-primary-disabled-color: #a3c5fd;
|
61
|
+
--link-success-disabled-color: #94f5a4;
|
62
|
+
--link-warning-disabled-color: #ffd695;
|
63
|
+
--link-danger-disabled-color: #fd9c9c;
|
64
|
+
--message-color: var(--default-color);
|
65
|
+
--message-primary-bg-color: #f0f8ff;
|
66
|
+
--message-primary-border-color: #e1ecff;
|
67
|
+
--message-warning-bg-color: #fff4e2;
|
68
|
+
--message-warning-border-color: #ffe8c3;
|
69
|
+
--message-success-bg-color: #f2fff4;
|
70
|
+
--message-success-border-color: #dcffe2;
|
71
|
+
--message-danger-bg-color: #ffeded;
|
72
|
+
--message-danger-border-color: #ffdddd;
|
73
|
+
--slider-default-bg: #dcdee5;
|
74
|
+
--slider-disable-bar-bg: #979ba5;
|
75
|
+
--menu-bg-color: #182132;
|
76
|
+
--submenu-bg-color: #151d2c;
|
77
|
+
--menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
78
|
+
--menu-color: #96a2b9;
|
79
|
+
--menu-group-color: var(--default-color);
|
80
|
+
--menu-width: 260px;
|
81
|
+
--menu-collapse-width: 60px;
|
82
|
+
--menu-active-color: white;
|
83
|
+
--nav-header-bg-color: #182132;
|
84
|
+
--nav-bg-color: #182132;
|
85
|
+
--date-picker-disabled-bg: #fafbfd;
|
86
|
+
--date-picker-dropdown-mb: 4px;
|
87
|
+
--date-picker-dropdown-bg: #fff;
|
88
|
+
--table-bg-color: var(--white-color);
|
89
|
+
--table-border-color: #dcdee5;
|
90
|
+
--table-head-bg-color: #fafbfd;
|
91
|
+
--table-head-font-color: #313238;
|
92
|
+
--table-body-font-color: #575961;
|
93
|
+
--table-row-hover-bg-color: #f5f7fa;
|
94
|
+
--table-row-active-bg-color: #f0f1f5;
|
95
|
+
--cascader-panel-border-color: #dcdee5;
|
96
|
+
--cascader-panel-hover: #eaf3ff;
|
97
|
+
--cascader-panel-active: #f4f6fa;
|
98
|
+
--cascader-panel-disabled-bg: #fff;
|
99
|
+
}
|
100
|
+
@keyframes loading-scale-animate {
|
101
|
+
0% {
|
102
|
+
transform: scale(1);
|
103
|
+
}
|
104
|
+
100% {
|
105
|
+
transform: scale(0.6);
|
106
|
+
}
|
107
|
+
}
|
108
|
+
@keyframes fade {
|
109
|
+
100% {
|
110
|
+
background-color: transparent;
|
111
|
+
}
|
112
|
+
}
|
113
|
+
.bk-fade-transtion .bk-fade-enter-active,
|
114
|
+
.bk-fade-transtion .bk-fade-leave-active {
|
115
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
116
|
+
}
|
117
|
+
.bk-fade-transtion .bk-fade-enter,
|
118
|
+
.bk-fade-transtion .bk-fade-leave-to {
|
119
|
+
opacity: 0;
|
120
|
+
}
|
121
|
+
.clearfix-style::after {
|
122
|
+
display: block;
|
123
|
+
height: 0;
|
124
|
+
clear: both;
|
125
|
+
font-size: 0;
|
126
|
+
content: '';
|
127
|
+
visibility: hidden;
|
128
|
+
}
|
129
|
+
.bk-grid-container {
|
130
|
+
margin-right: auto;
|
131
|
+
margin-left: auto;
|
132
|
+
}
|
133
|
+
.bk-grid-row::after {
|
134
|
+
display: block;
|
135
|
+
height: 0;
|
136
|
+
clear: both;
|
137
|
+
font-size: 0;
|
138
|
+
content: '';
|
139
|
+
visibility: hidden;
|
140
|
+
}
|
141
|
+
.bk-grid-row .bk-grid-col > .bk-grid-row {
|
142
|
+
margin: 0 auto;
|
143
|
+
}
|
144
|
+
.bk-grid-col {
|
145
|
+
position: relative;
|
146
|
+
float: left;
|
147
|
+
}
|