bkui-vue 0.0.1-beta.8 → 0.0.1-beta.80
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 +24346 -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 +72 -48
- package/lib/button/button.d.ts +76 -30
- package/lib/button/button.less +61 -55
- package/lib/button/button.variable.css +101 -48
- package/lib/button/index.d.ts +252 -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 +121 -75
- package/lib/loading/loading.d.ts +67 -20
- package/lib/loading/loading.less +78 -60
- package/lib/loading/loading.variable.css +150 -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 +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 +274 -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 +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 +189 -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 +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 +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,533 @@
|
|
1
|
+
declare const BkSideslider: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{
|
6
|
+
title: string;
|
7
|
+
multiInstance: boolean;
|
8
|
+
showMask: boolean;
|
9
|
+
width: string | number;
|
10
|
+
height: string | number;
|
11
|
+
draggable: boolean;
|
12
|
+
size: string;
|
13
|
+
extCls: string;
|
14
|
+
direction: string;
|
15
|
+
maxHeight: string;
|
16
|
+
isShow: boolean;
|
17
|
+
transfer: boolean;
|
18
|
+
renderDirective: string;
|
19
|
+
dialogType: string;
|
20
|
+
customClass: string | unknown[];
|
21
|
+
scrollable: boolean;
|
22
|
+
closeIcon: boolean;
|
23
|
+
escClose: boolean;
|
24
|
+
maskClose: boolean;
|
25
|
+
fullscreen: boolean;
|
26
|
+
quickClose: boolean;
|
27
|
+
animateType: string;
|
28
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
29
|
+
title: {
|
30
|
+
type: StringConstructor;
|
31
|
+
default: string;
|
32
|
+
};
|
33
|
+
direction: {
|
34
|
+
type: StringConstructor;
|
35
|
+
default: string;
|
36
|
+
validator: (value: string) => boolean;
|
37
|
+
};
|
38
|
+
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
39
|
+
default: boolean;
|
40
|
+
} & {
|
41
|
+
default: boolean;
|
42
|
+
};
|
43
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
44
|
+
default: string | number;
|
45
|
+
};
|
46
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
47
|
+
default: string | number;
|
48
|
+
};
|
49
|
+
customClass: (import("vue-types").VueTypeValidableDef<string> & {
|
50
|
+
default: string;
|
51
|
+
}) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
|
52
|
+
default: () => unknown[];
|
53
|
+
});
|
54
|
+
scrollable: import("vue-types").VueTypeValidableDef<boolean> & {
|
55
|
+
default: boolean;
|
56
|
+
} & {
|
57
|
+
default: boolean;
|
58
|
+
};
|
59
|
+
showMask: import("vue-types").VueTypeValidableDef<boolean> & {
|
60
|
+
default: boolean;
|
61
|
+
} & {
|
62
|
+
default: boolean;
|
63
|
+
};
|
64
|
+
closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
65
|
+
default: boolean;
|
66
|
+
} & {
|
67
|
+
default: boolean;
|
68
|
+
};
|
69
|
+
escClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
70
|
+
default: boolean;
|
71
|
+
} & {
|
72
|
+
default: boolean;
|
73
|
+
};
|
74
|
+
maskClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
75
|
+
default: boolean;
|
76
|
+
} & {
|
77
|
+
default: boolean;
|
78
|
+
};
|
79
|
+
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
80
|
+
default: boolean;
|
81
|
+
} & {
|
82
|
+
default: boolean;
|
83
|
+
};
|
84
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
85
|
+
default: string;
|
86
|
+
} & {
|
87
|
+
default: string;
|
88
|
+
};
|
89
|
+
size: import("vue-types").VueTypeDef<string> & {
|
90
|
+
default: string;
|
91
|
+
};
|
92
|
+
draggable: import("vue-types").VueTypeValidableDef<boolean> & {
|
93
|
+
default: boolean;
|
94
|
+
} & {
|
95
|
+
default: boolean;
|
96
|
+
};
|
97
|
+
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
98
|
+
default: boolean;
|
99
|
+
} & {
|
100
|
+
default: boolean;
|
101
|
+
};
|
102
|
+
transfer: import("vue-types").VueTypeValidableDef<boolean> & {
|
103
|
+
default: boolean;
|
104
|
+
} & {
|
105
|
+
default: boolean;
|
106
|
+
};
|
107
|
+
maxHeight: import("vue-types").VueTypeValidableDef<string> & {
|
108
|
+
default: string;
|
109
|
+
};
|
110
|
+
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
111
|
+
default: string;
|
112
|
+
} & {
|
113
|
+
default: string;
|
114
|
+
};
|
115
|
+
renderDirective: import("vue-types").VueTypeDef<string> & {
|
116
|
+
default: string;
|
117
|
+
};
|
118
|
+
beforeClose: import("vue-types").VueTypeDef<unknown>;
|
119
|
+
dialogType: import("vue-types").VueTypeDef<string> & {
|
120
|
+
default: string;
|
121
|
+
};
|
122
|
+
multiInstance: import("vue-types").VueTypeValidableDef<boolean> & {
|
123
|
+
default: boolean;
|
124
|
+
} & {
|
125
|
+
default: boolean;
|
126
|
+
};
|
127
|
+
}>> & {
|
128
|
+
"onUpdate:isShow"?: (...args: any[]) => any;
|
129
|
+
onClosed?: (...args: any[]) => any;
|
130
|
+
onHidden?: (...args: any[]) => any;
|
131
|
+
onShown?: (...args: any[]) => any;
|
132
|
+
"onAnimation-end"?: (...args: any[]) => any;
|
133
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "title" | "multiInstance" | "showMask" | "width" | "height" | "draggable" | "size" | "extCls" | "direction" | "maxHeight" | "isShow" | "transfer" | "renderDirective" | "dialogType" | "customClass" | "scrollable" | "closeIcon" | "escClose" | "maskClose" | "fullscreen" | "quickClose" | "animateType">;
|
134
|
+
$attrs: {
|
135
|
+
[x: string]: unknown;
|
136
|
+
};
|
137
|
+
$refs: {
|
138
|
+
[x: string]: unknown;
|
139
|
+
};
|
140
|
+
$slots: Readonly<{
|
141
|
+
[name: string]: import("vue").Slot;
|
142
|
+
}>;
|
143
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
144
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
145
|
+
$emit: (event: "hidden" | "update:isShow" | "shown" | "closed" | "animation-end", ...args: any[]) => void;
|
146
|
+
$el: any;
|
147
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
148
|
+
title: {
|
149
|
+
type: StringConstructor;
|
150
|
+
default: string;
|
151
|
+
};
|
152
|
+
direction: {
|
153
|
+
type: StringConstructor;
|
154
|
+
default: string;
|
155
|
+
validator: (value: string) => boolean;
|
156
|
+
};
|
157
|
+
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
158
|
+
default: boolean;
|
159
|
+
} & {
|
160
|
+
default: boolean;
|
161
|
+
};
|
162
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
163
|
+
default: string | number;
|
164
|
+
};
|
165
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
166
|
+
default: string | number;
|
167
|
+
};
|
168
|
+
customClass: (import("vue-types").VueTypeValidableDef<string> & {
|
169
|
+
default: string;
|
170
|
+
}) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
|
171
|
+
default: () => unknown[];
|
172
|
+
});
|
173
|
+
scrollable: import("vue-types").VueTypeValidableDef<boolean> & {
|
174
|
+
default: boolean;
|
175
|
+
} & {
|
176
|
+
default: boolean;
|
177
|
+
};
|
178
|
+
showMask: import("vue-types").VueTypeValidableDef<boolean> & {
|
179
|
+
default: boolean;
|
180
|
+
} & {
|
181
|
+
default: boolean;
|
182
|
+
};
|
183
|
+
closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
184
|
+
default: boolean;
|
185
|
+
} & {
|
186
|
+
default: boolean;
|
187
|
+
};
|
188
|
+
escClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
189
|
+
default: boolean;
|
190
|
+
} & {
|
191
|
+
default: boolean;
|
192
|
+
};
|
193
|
+
maskClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
194
|
+
default: boolean;
|
195
|
+
} & {
|
196
|
+
default: boolean;
|
197
|
+
};
|
198
|
+
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
199
|
+
default: boolean;
|
200
|
+
} & {
|
201
|
+
default: boolean;
|
202
|
+
};
|
203
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
204
|
+
default: string;
|
205
|
+
} & {
|
206
|
+
default: string;
|
207
|
+
};
|
208
|
+
size: import("vue-types").VueTypeDef<string> & {
|
209
|
+
default: string;
|
210
|
+
};
|
211
|
+
draggable: import("vue-types").VueTypeValidableDef<boolean> & {
|
212
|
+
default: boolean;
|
213
|
+
} & {
|
214
|
+
default: boolean;
|
215
|
+
};
|
216
|
+
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
217
|
+
default: boolean;
|
218
|
+
} & {
|
219
|
+
default: boolean;
|
220
|
+
};
|
221
|
+
transfer: import("vue-types").VueTypeValidableDef<boolean> & {
|
222
|
+
default: boolean;
|
223
|
+
} & {
|
224
|
+
default: boolean;
|
225
|
+
};
|
226
|
+
maxHeight: import("vue-types").VueTypeValidableDef<string> & {
|
227
|
+
default: string;
|
228
|
+
};
|
229
|
+
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
230
|
+
default: string;
|
231
|
+
} & {
|
232
|
+
default: string;
|
233
|
+
};
|
234
|
+
renderDirective: import("vue-types").VueTypeDef<string> & {
|
235
|
+
default: string;
|
236
|
+
};
|
237
|
+
beforeClose: import("vue-types").VueTypeDef<unknown>;
|
238
|
+
dialogType: import("vue-types").VueTypeDef<string> & {
|
239
|
+
default: string;
|
240
|
+
};
|
241
|
+
multiInstance: import("vue-types").VueTypeValidableDef<boolean> & {
|
242
|
+
default: boolean;
|
243
|
+
} & {
|
244
|
+
default: boolean;
|
245
|
+
};
|
246
|
+
}>> & {
|
247
|
+
"onUpdate:isShow"?: (...args: any[]) => any;
|
248
|
+
onClosed?: (...args: any[]) => any;
|
249
|
+
onHidden?: (...args: any[]) => any;
|
250
|
+
onShown?: (...args: any[]) => any;
|
251
|
+
"onAnimation-end"?: (...args: any[]) => any;
|
252
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hidden" | "update:isShow" | "shown" | "closed" | "animation-end")[], string, {
|
253
|
+
title: string;
|
254
|
+
multiInstance: boolean;
|
255
|
+
showMask: boolean;
|
256
|
+
width: string | number;
|
257
|
+
height: string | number;
|
258
|
+
draggable: boolean;
|
259
|
+
size: string;
|
260
|
+
extCls: string;
|
261
|
+
direction: string;
|
262
|
+
maxHeight: string;
|
263
|
+
isShow: boolean;
|
264
|
+
transfer: boolean;
|
265
|
+
renderDirective: string;
|
266
|
+
dialogType: string;
|
267
|
+
customClass: string | unknown[];
|
268
|
+
scrollable: boolean;
|
269
|
+
closeIcon: boolean;
|
270
|
+
escClose: boolean;
|
271
|
+
maskClose: boolean;
|
272
|
+
fullscreen: boolean;
|
273
|
+
quickClose: boolean;
|
274
|
+
animateType: string;
|
275
|
+
}> & {
|
276
|
+
beforeCreate?: (() => void) | (() => void)[];
|
277
|
+
created?: (() => void) | (() => void)[];
|
278
|
+
beforeMount?: (() => void) | (() => void)[];
|
279
|
+
mounted?: (() => void) | (() => void)[];
|
280
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
281
|
+
updated?: (() => void) | (() => void)[];
|
282
|
+
activated?: (() => void) | (() => void)[];
|
283
|
+
deactivated?: (() => void) | (() => void)[];
|
284
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
285
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
286
|
+
destroyed?: (() => void) | (() => void)[];
|
287
|
+
unmounted?: (() => void) | (() => void)[];
|
288
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
289
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
290
|
+
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)[];
|
291
|
+
};
|
292
|
+
$forceUpdate: () => void;
|
293
|
+
$nextTick: typeof import("vue").nextTick;
|
294
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
295
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
296
|
+
title: {
|
297
|
+
type: StringConstructor;
|
298
|
+
default: string;
|
299
|
+
};
|
300
|
+
direction: {
|
301
|
+
type: StringConstructor;
|
302
|
+
default: string;
|
303
|
+
validator: (value: string) => boolean;
|
304
|
+
};
|
305
|
+
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
306
|
+
default: boolean;
|
307
|
+
} & {
|
308
|
+
default: boolean;
|
309
|
+
};
|
310
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
311
|
+
default: string | number;
|
312
|
+
};
|
313
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
314
|
+
default: string | number;
|
315
|
+
};
|
316
|
+
customClass: (import("vue-types").VueTypeValidableDef<string> & {
|
317
|
+
default: string;
|
318
|
+
}) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
|
319
|
+
default: () => unknown[];
|
320
|
+
});
|
321
|
+
scrollable: import("vue-types").VueTypeValidableDef<boolean> & {
|
322
|
+
default: boolean;
|
323
|
+
} & {
|
324
|
+
default: boolean;
|
325
|
+
};
|
326
|
+
showMask: import("vue-types").VueTypeValidableDef<boolean> & {
|
327
|
+
default: boolean;
|
328
|
+
} & {
|
329
|
+
default: boolean;
|
330
|
+
};
|
331
|
+
closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
332
|
+
default: boolean;
|
333
|
+
} & {
|
334
|
+
default: boolean;
|
335
|
+
};
|
336
|
+
escClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
337
|
+
default: boolean;
|
338
|
+
} & {
|
339
|
+
default: boolean;
|
340
|
+
};
|
341
|
+
maskClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
342
|
+
default: boolean;
|
343
|
+
} & {
|
344
|
+
default: boolean;
|
345
|
+
};
|
346
|
+
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
347
|
+
default: boolean;
|
348
|
+
} & {
|
349
|
+
default: boolean;
|
350
|
+
};
|
351
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
352
|
+
default: string;
|
353
|
+
} & {
|
354
|
+
default: string;
|
355
|
+
};
|
356
|
+
size: import("vue-types").VueTypeDef<string> & {
|
357
|
+
default: string;
|
358
|
+
};
|
359
|
+
draggable: import("vue-types").VueTypeValidableDef<boolean> & {
|
360
|
+
default: boolean;
|
361
|
+
} & {
|
362
|
+
default: boolean;
|
363
|
+
};
|
364
|
+
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
365
|
+
default: boolean;
|
366
|
+
} & {
|
367
|
+
default: boolean;
|
368
|
+
};
|
369
|
+
transfer: import("vue-types").VueTypeValidableDef<boolean> & {
|
370
|
+
default: boolean;
|
371
|
+
} & {
|
372
|
+
default: boolean;
|
373
|
+
};
|
374
|
+
maxHeight: import("vue-types").VueTypeValidableDef<string> & {
|
375
|
+
default: string;
|
376
|
+
};
|
377
|
+
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
378
|
+
default: string;
|
379
|
+
} & {
|
380
|
+
default: string;
|
381
|
+
};
|
382
|
+
renderDirective: import("vue-types").VueTypeDef<string> & {
|
383
|
+
default: string;
|
384
|
+
};
|
385
|
+
beforeClose: import("vue-types").VueTypeDef<unknown>;
|
386
|
+
dialogType: import("vue-types").VueTypeDef<string> & {
|
387
|
+
default: string;
|
388
|
+
};
|
389
|
+
multiInstance: import("vue-types").VueTypeValidableDef<boolean> & {
|
390
|
+
default: boolean;
|
391
|
+
} & {
|
392
|
+
default: boolean;
|
393
|
+
};
|
394
|
+
}>> & {
|
395
|
+
"onUpdate:isShow"?: (...args: any[]) => any;
|
396
|
+
onClosed?: (...args: any[]) => any;
|
397
|
+
onHidden?: (...args: any[]) => any;
|
398
|
+
onShown?: (...args: any[]) => any;
|
399
|
+
"onAnimation-end"?: (...args: any[]) => any;
|
400
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
|
401
|
+
__isFragment?: never;
|
402
|
+
__isTeleport?: never;
|
403
|
+
__isSuspense?: never;
|
404
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
405
|
+
title: {
|
406
|
+
type: StringConstructor;
|
407
|
+
default: string;
|
408
|
+
};
|
409
|
+
direction: {
|
410
|
+
type: StringConstructor;
|
411
|
+
default: string;
|
412
|
+
validator: (value: string) => boolean;
|
413
|
+
};
|
414
|
+
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
415
|
+
default: boolean;
|
416
|
+
} & {
|
417
|
+
default: boolean;
|
418
|
+
};
|
419
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
420
|
+
default: string | number;
|
421
|
+
};
|
422
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
423
|
+
default: string | number;
|
424
|
+
};
|
425
|
+
customClass: (import("vue-types").VueTypeValidableDef<string> & {
|
426
|
+
default: string;
|
427
|
+
}) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
|
428
|
+
default: () => unknown[];
|
429
|
+
});
|
430
|
+
scrollable: import("vue-types").VueTypeValidableDef<boolean> & {
|
431
|
+
default: boolean;
|
432
|
+
} & {
|
433
|
+
default: boolean;
|
434
|
+
};
|
435
|
+
showMask: import("vue-types").VueTypeValidableDef<boolean> & {
|
436
|
+
default: boolean;
|
437
|
+
} & {
|
438
|
+
default: boolean;
|
439
|
+
};
|
440
|
+
closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
441
|
+
default: boolean;
|
442
|
+
} & {
|
443
|
+
default: boolean;
|
444
|
+
};
|
445
|
+
escClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
446
|
+
default: boolean;
|
447
|
+
} & {
|
448
|
+
default: boolean;
|
449
|
+
};
|
450
|
+
maskClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
451
|
+
default: boolean;
|
452
|
+
} & {
|
453
|
+
default: boolean;
|
454
|
+
};
|
455
|
+
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
456
|
+
default: boolean;
|
457
|
+
} & {
|
458
|
+
default: boolean;
|
459
|
+
};
|
460
|
+
extCls: import("vue-types").VueTypeValidableDef<string> & {
|
461
|
+
default: string;
|
462
|
+
} & {
|
463
|
+
default: string;
|
464
|
+
};
|
465
|
+
size: import("vue-types").VueTypeDef<string> & {
|
466
|
+
default: string;
|
467
|
+
};
|
468
|
+
draggable: import("vue-types").VueTypeValidableDef<boolean> & {
|
469
|
+
default: boolean;
|
470
|
+
} & {
|
471
|
+
default: boolean;
|
472
|
+
};
|
473
|
+
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
474
|
+
default: boolean;
|
475
|
+
} & {
|
476
|
+
default: boolean;
|
477
|
+
};
|
478
|
+
transfer: import("vue-types").VueTypeValidableDef<boolean> & {
|
479
|
+
default: boolean;
|
480
|
+
} & {
|
481
|
+
default: boolean;
|
482
|
+
};
|
483
|
+
maxHeight: import("vue-types").VueTypeValidableDef<string> & {
|
484
|
+
default: string;
|
485
|
+
};
|
486
|
+
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
487
|
+
default: string;
|
488
|
+
} & {
|
489
|
+
default: string;
|
490
|
+
};
|
491
|
+
renderDirective: import("vue-types").VueTypeDef<string> & {
|
492
|
+
default: string;
|
493
|
+
};
|
494
|
+
beforeClose: import("vue-types").VueTypeDef<unknown>;
|
495
|
+
dialogType: import("vue-types").VueTypeDef<string> & {
|
496
|
+
default: string;
|
497
|
+
};
|
498
|
+
multiInstance: import("vue-types").VueTypeValidableDef<boolean> & {
|
499
|
+
default: boolean;
|
500
|
+
} & {
|
501
|
+
default: boolean;
|
502
|
+
};
|
503
|
+
}>> & {
|
504
|
+
"onUpdate:isShow"?: (...args: any[]) => any;
|
505
|
+
onClosed?: (...args: any[]) => any;
|
506
|
+
onHidden?: (...args: any[]) => any;
|
507
|
+
onShown?: (...args: any[]) => any;
|
508
|
+
"onAnimation-end"?: (...args: any[]) => any;
|
509
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hidden" | "update:isShow" | "shown" | "closed" | "animation-end")[], "hidden" | "update:isShow" | "shown" | "closed" | "animation-end", {
|
510
|
+
title: string;
|
511
|
+
multiInstance: boolean;
|
512
|
+
showMask: boolean;
|
513
|
+
width: string | number;
|
514
|
+
height: string | number;
|
515
|
+
draggable: boolean;
|
516
|
+
size: string;
|
517
|
+
extCls: string;
|
518
|
+
direction: string;
|
519
|
+
maxHeight: string;
|
520
|
+
isShow: boolean;
|
521
|
+
transfer: boolean;
|
522
|
+
renderDirective: string;
|
523
|
+
dialogType: string;
|
524
|
+
customClass: string | unknown[];
|
525
|
+
scrollable: boolean;
|
526
|
+
closeIcon: boolean;
|
527
|
+
escClose: boolean;
|
528
|
+
maskClose: boolean;
|
529
|
+
fullscreen: boolean;
|
530
|
+
quickClose: boolean;
|
531
|
+
animateType: string;
|
532
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
533
|
+
export default BkSideslider;
|
package/lib/sideslider/index.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../modal"),require("../button"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../modal","../button","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Modal,e.Button,e.Shared)}(this,(function(e,t,o,i,n){"use strict";function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var d=r(o),l=r(i);var a=d.default.propsMixin,s=Object.assign({},a);s.width.default="400",s.height.default="100%";var c=t.defineComponent({name:"BkSideslider",components:{BkModal:d.default,BkButton:l.default},props:Object.assign(Object.assign({},s),{direction:{type:String,default:"right",validator:function(e){var t=["left","right"];return!(t.indexOf(e)<0)||(console.error("direction property is not valid: '".concat(e,"',【").concat(t.join(" | "),"】")),!1)}}}),emits:["closed","update:isShow"],methods:{handleClose:function(){this.$emit("update:isShow",!1),this.$emit("closed")}},render:function(){var e,o=this,i={header:function(){var e,i,n;return t.createVNode(t.Fragment,null,[t.createVNode("div",{class:"bk-sideslider-header"},[t.createVNode("span",{class:"bk-sideslider-close ".concat(o.direction),onClick:o.handleClose},null),t.createVNode("span",{class:"bk-sideslider-title ".concat(o.direction)},[null!==(n=null===(i=(e=o.$slots).header)||void 0===i?void 0:i.call(e))&&void 0!==n?n:"Header"])])])},default:function(){var e,t,i;return null!==(i=null===(t=(e=o.$slots).default)||void 0===t?void 0:t.call(e))&&void 0!==i?i:"Content"},footer:function(){return t.createVNode("div",{class:"bk-sideslider-footer"},null)}},n="bk-sideslider-wrapper ".concat(this.scrollable?"scroll-able":"");return t.createVNode(d.default,t.mergeProps(this.$props,{class:n,style:"".concat(this.direction,": 0")}),"function"==typeof(e=i)||"[object Object]"===Object.prototype.toString.call(e)&&!t.isVNode(e)?i:{default:function(){return[i]}})}}),u=n.withInstall(c);e.default=u,Object.defineProperty(e,"__esModule",{value:!0})}));
|
1
|
+
!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e(require("../shared"),require("vue"),require("../button"),require("../modal"));else if("function"==typeof define&&define.amd)define(["../shared","vue","../button","../modal"],e);else{var r="object"==typeof exports?e(require("../shared"),require("vue"),require("../button"),require("../modal")):e(t["../shared"],t.vue,t["../button"],t["../modal"]);for(var n in r)("object"==typeof exports?exports:t)[n]=r[n]}}(self,((t,e,r,n)=>(()=>{var o={7162:(t,e,r)=>{t.exports=r(5047)},5047:t=>{var e=function(t){"use strict";var e,r=Object.prototype,n=r.hasOwnProperty,o="function"==typeof Symbol?Symbol:{},i=o.iterator||"@@iterator",a=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag";function u(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function(t,e,r){return t[e]=r}}function s(t,e,r,n){var o=e&&e.prototype instanceof y?e:y,i=Object.create(o.prototype),a=new S(n||[]);return i._invoke=function(t,e,r){var n=f;return function(o,i){if(n===d)throw new Error("Generator is already running");if(n===p){if("throw"===o)throw i;return P()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var c=E(a,r);if(c){if(c===v)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===f)throw n=p,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=d;var u=l(t,e,r);if("normal"===u.type){if(n=r.done?p:h,u.arg===v)continue;return{value:u.arg,done:r.done}}"throw"===u.type&&(n=p,r.method="throw",r.arg=u.arg)}}}(t,r,a),i}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}t.wrap=s;var f="suspendedStart",h="suspendedYield",d="executing",p="completed",v={};function y(){}function g(){}function m(){}var b={};u(b,i,(function(){return this}));var w=Object.getPrototypeOf,x=w&&w(w(N([])));x&&x!==r&&n.call(x,i)&&(b=x);var j=m.prototype=y.prototype=Object.create(b);function L(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function r(o,i,a,c){var u=l(t[o],t,i);if("throw"!==u.type){var s=u.arg,f=s.value;return f&&"object"==typeof f&&n.call(f,"__await")?e.resolve(f.__await).then((function(t){r("next",t,a,c)}),(function(t){r("throw",t,a,c)})):e.resolve(f).then((function(t){s.value=t,a(s)}),(function(t){return r("throw",t,a,c)}))}c(u.arg)}var o;this._invoke=function(t,n){function i(){return new e((function(e,o){r(t,n,e,o)}))}return o=o?o.then(i,i):i()}}function E(t,r){var n=t.iterator[r.method];if(n===e){if(r.delegate=null,"throw"===r.method){if(t.iterator.return&&(r.method="return",r.arg=e,E(t,r),"throw"===r.method))return v;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var o=l(n,t.iterator,r.arg);if("throw"===o.type)return r.method="throw",r.arg=o.arg,r.delegate=null,v;var i=o.arg;return i?i.done?(r[t.resultName]=i.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,v):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,v)}function _(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function k(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function S(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(_,this),this.reset(!0)}function N(t){if(t){var r=t[i];if(r)return r.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var o=-1,a=function r(){for(;++o<t.length;)if(n.call(t,o))return r.value=t[o],r.done=!1,r;return r.value=e,r.done=!0,r};return a.next=a}}return{next:P}}function P(){return{value:e,done:!0}}return g.prototype=m,u(j,"constructor",m),u(m,"constructor",g),g.displayName=u(m,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,u(t,c,"GeneratorFunction")),t.prototype=Object.create(j),t},t.awrap=function(t){return{__await:t}},L(O.prototype),u(O.prototype,a,(function(){return this})),t.AsyncIterator=O,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new O(s(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},L(j),u(j,c,"Generator"),u(j,i,(function(){return this})),u(j,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function r(){for(;e.length;){var n=e.pop();if(n in t)return r.value=n,r.done=!1,r}return r.done=!0,r}},t.values=N,S.prototype={constructor:S,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(k),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function o(n,o){return c.type="throw",c.arg=t,r.next=n,o&&(r.method="next",r.arg=e),!!o}for(var i=this.tryEntries.length-1;i>=0;--i){var a=this.tryEntries[i],c=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),s=n.call(a,"finallyLoc");if(u&&s){if(this.prev<a.catchLoc)return o(a.catchLoc,!0);if(this.prev<a.finallyLoc)return o(a.finallyLoc)}else if(u){if(this.prev<a.catchLoc)return o(a.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return o(a.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,v):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),k(r),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;k(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:N(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),v}},t}(t.exports);try{regeneratorRuntime=e}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=e:Function("r","regeneratorRuntime = r")(e)}},4976:t=>{"use strict";t.exports=r},8014:t=>{"use strict";t.exports=n},4212:e=>{"use strict";e.exports=t},748:t=>{"use strict";t.exports=e}},i={};function a(t){var e=i[t];if(void 0!==e)return e.exports;var r=i[t]={exports:{}};return o[t](r,r.exports,a),r.exports}a.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return a.d(e,{a:e}),e},a.d=(t,e)=>{for(var r in e)a.o(e,r)&&!a.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var c={};return(()=>{"use strict";a.r(c),a.d(c,{default:()=>d});var t=a(4212),e=a(748),r=a(7162),n=a.n(r);Object.create,Object.create;var o=a(4976),i=a.n(o),u=a(8014),s=a.n(u),l=s().propsMixin,f=Object.assign({},l);f.width.default="400",f.height.default="100%";const h=(0,e.defineComponent)({name:"Sideslider",components:{BkModal:s(),BkButton:i()},props:Object.assign(Object.assign({},f),{title:{type:String,default:""},direction:{type:String,default:"right",validator:function(t){var e=["left","right"];return!(e.indexOf(t)<0&&(console.error("direction property is not valid: '".concat(t,"',【").concat(e.join(" | "),"】")),1))}}}),emits:["closed","update:isShow","shown","hidden","animation-end"],setup:function(t,r){var o=this,i=r.slots,a=r.emit,c=function(){return e=o,r=void 0,i=void 0,c=n().mark((function e(){var r;return n().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(r=!0,"function"!=typeof t.beforeClose){e.next=5;break}return e.next=4,t.beforeClose();case 4:r=e.sent;case 5:r&&(a("update:isShow",!1),a("closed"),setTimeout((function(){a("animation-end")}),250));case 6:case"end":return e.stop()}}),e)})),new(i||(i=Promise))((function(t,n){function o(t){try{u(c.next(t))}catch(t){n(t)}}function a(t){try{u(c.throw(t))}catch(t){n(t)}}function u(e){var r;e.done?t(e.value):(r=e.value,r instanceof i?r:new i((function(t){t(r)}))).then(o,a)}u((c=c.apply(e,r||[])).next())}));var e,r,i,c},u=function(){setTimeout((function(){a("shown")}),200)},l=function(){setTimeout((function(){a("hidden")}),200)};return function(){var r,n={header:function(){var r,n;return(0,e.createVNode)(e.Fragment,null,[(0,e.createVNode)("div",{class:"bk-sideslider-header"},[(0,e.createVNode)("div",{class:"bk-sideslider-close ".concat(t.direction),onClick:function(){c()}},null),(0,e.createVNode)("div",{class:"bk-sideslider-title ".concat(t.direction)},[null!==(n=null===(r=i.header)||void 0===r?void 0:r.call(i))&&void 0!==n?n:t.title])])])},default:function(){var t,e;return null!==(e=null===(t=i.default)||void 0===t?void 0:t.call(i))&&void 0!==e?e:"Content"},footer:function(){var t,r;return(0,e.createVNode)("div",{class:"bk-sideslider-footer"},[null!==(r=null===(t=i.footer)||void 0===t?void 0:t.call(i))&&void 0!==r?r:""])}},o="bk-sideslider-wrapper ".concat(t.scrollable?"scroll-able":""," ").concat(t.extCls),a=i.footer?"calc(100vh - 114px)":"calc(100vh - 60px)";return(0,e.createVNode)(s(),(0,e.mergeProps)(t,{maxHeight:a,class:o,style:"".concat(t.direction,": 0;"),onHidden:l,onShown:u,onClose:c}),"function"==typeof(r=n)||"[object Object]"===Object.prototype.toString.call(r)&&!(0,e.isVNode)(r)?n:{default:function(){return[n]}})}}}),d=(0,t.withInstall)(h)})(),c})()));
|
@@ -1,11 +1,48 @@
|
|
1
|
-
.bk-
|
1
|
+
.bk-sideslider {
|
2
2
|
position: fixed;
|
3
3
|
top: 0;
|
4
|
+
right: 0;
|
5
|
+
bottom: 0;
|
6
|
+
left: 0;
|
7
|
+
}
|
8
|
+
/* fade-center */
|
9
|
+
/* slide过渡动画 */
|
10
|
+
.slide-enter-active,
|
11
|
+
.slide-leave-active,
|
12
|
+
.bk-modal-body {
|
13
|
+
transform: translateX(0);
|
14
|
+
transition: transform 0.25s;
|
15
|
+
}
|
16
|
+
.slide-enter-active {
|
17
|
+
animation: slider-fade-in 0.25s;
|
18
|
+
}
|
19
|
+
.slide-leave-active {
|
20
|
+
animation: slider-fade-in 0.25s reverse;
|
21
|
+
}
|
22
|
+
.slide-enter-from.left,
|
23
|
+
.slide-leave-to.left {
|
24
|
+
transform: translateX(-100%);
|
25
|
+
transition: transform 0.25s;
|
26
|
+
}
|
27
|
+
.slide-enter-from.right,
|
28
|
+
.slide-leave-to.right {
|
29
|
+
transform: translateX(100%);
|
30
|
+
transition: transform 0.25s;
|
31
|
+
}
|
32
|
+
@keyframes slider-fade-in {
|
33
|
+
0% {
|
34
|
+
opacity: 0;
|
35
|
+
}
|
36
|
+
100% {
|
37
|
+
opacity: 1;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
.bk-modal-wrapper.bk-sideslider-wrapper {
|
41
|
+
position: absolute;
|
42
|
+
top: 0;
|
4
43
|
bottom: 0;
|
5
44
|
left: auto;
|
6
|
-
background: #fff;
|
7
45
|
transform: initial;
|
8
|
-
box-shadow: -5px 0 8px -5px rgba(0, 0, 0, 0.2);
|
9
46
|
}
|
10
47
|
.bk-modal-wrapper.bk-sideslider-wrapper.scroll-able .bk-modal-content {
|
11
48
|
overflow: auto;
|
@@ -67,3 +104,11 @@
|
|
67
104
|
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title.right {
|
68
105
|
padding: 0px 0px 0px 50px;
|
69
106
|
}
|
107
|
+
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-footer {
|
108
|
+
display: flex;
|
109
|
+
width: 100%;
|
110
|
+
height: 54px;
|
111
|
+
background: #fff;
|
112
|
+
border-top: 1px solid transparent;
|
113
|
+
align-items: center;
|
114
|
+
}
|