bkui-vue 0.0.1-beta.4 → 0.0.1-beta.400
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/License.txt +14 -0
- package/README.md +31 -19
- package/dist/index.cjs.js +182 -0
- package/dist/index.esm.js +39613 -0
- package/dist/index.umd.js +182 -0
- package/dist/style.css +1 -2009
- package/dist/style.variable.css +1 -0
- package/lib/affix/affix.css +3 -0
- package/lib/affix/affix.d.ts +47 -0
- package/lib/affix/affix.less +5 -0
- package/lib/affix/affix.variable.css +123 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.css +9 -3
- package/lib/alert/alert.d.ts +27 -18
- package/lib/alert/alert.less +29 -20
- package/lib/alert/alert.variable.css +71 -6
- 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.css +8 -0
- package/lib/backtop/backtop.d.ts +27 -13
- package/lib/backtop/backtop.less +8 -0
- package/lib/backtop/backtop.variable.css +70 -3
- package/lib/backtop/index.d.ts +166 -0
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.css +7 -10
- package/lib/badge/badge.d.ts +64 -22
- package/lib/badge/badge.less +9 -11
- package/lib/badge/badge.variable.css +69 -13
- package/lib/badge/index.d.ts +267 -0
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +16 -10
- package/lib/breadcrumb/breadcrumb.css +61 -1
- package/lib/breadcrumb/breadcrumb.d.ts +37 -9
- package/lib/breadcrumb/breadcrumb.less +13 -2
- package/lib/breadcrumb/breadcrumb.variable.css +125 -6
- package/lib/breadcrumb/index.d.ts +196 -0
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +4 -6
- package/lib/button/button.css +92 -45
- package/lib/button/button.d.ts +86 -37
- package/lib/button/button.less +91 -50
- package/lib/button/button.variable.css +154 -48
- package/lib/button/index.d.ts +256 -0
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +96 -1
- package/lib/card/card.d.ts +74 -18
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +162 -8
- package/lib/card/index.d.ts +283 -0
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +100 -0
- package/lib/cascader/cascader.css +173 -0
- package/lib/cascader/cascader.d.ts +303 -0
- package/lib/cascader/cascader.less +196 -0
- package/lib/cascader/cascader.variable.css +293 -0
- package/lib/cascader/index.d.ts +868 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +51 -0
- package/lib/cascader/node.d.ts +31 -0
- package/lib/cascader/store.d.ts +23 -0
- package/lib/checkbox/checkbox-group.d.ts +29 -9
- package/lib/checkbox/checkbox.css +46 -10
- package/lib/checkbox/checkbox.d.ts +60 -39
- package/lib/checkbox/checkbox.less +79 -31
- package/lib/checkbox/checkbox.variable.css +108 -13
- package/lib/checkbox/common.d.ts +4 -3
- package/lib/checkbox/index.d.ts +293 -0
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +9 -12
- package/lib/code-diff/code-diff.css +206 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.less +273 -0
- package/lib/code-diff/code-diff.variable.css +326 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse-panel.d.ts +78 -0
- package/lib/collapse/collapse.css +29 -5
- package/lib/collapse/collapse.d.ts +34 -43
- package/lib/collapse/collapse.less +55 -20
- package/lib/collapse/collapse.variable.css +149 -5
- package/lib/collapse/index.d.ts +273 -0
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/props.d.ts +84 -0
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/color-picker/color-picker.css +275 -0
- package/lib/color-picker/color-picker.d.ts +144 -0
- package/lib/color-picker/color-picker.less +325 -0
- package/lib/color-picker/color-picker.variable.css +395 -0
- package/lib/color-picker/components/color-input.d.ts +42 -0
- package/lib/color-picker/components/hue-slider.d.ts +41 -0
- package/lib/color-picker/components/input-container.d.ts +42 -0
- package/lib/color-picker/components/recommend-colors.d.ts +51 -0
- package/lib/color-picker/components/saturation-panel.d.ts +41 -0
- package/lib/color-picker/index.d.ts +254 -0
- package/lib/color-picker/index.js +1 -0
- package/lib/color-picker/utils.d.ts +37 -0
- package/lib/components.d.ts +61 -0
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +91 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +211 -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/base/confirm.d.ts +74 -0
- package/lib/date-picker/base/date-table.d.ts +96 -0
- package/lib/date-picker/base/picker-dropdown.d.ts +74 -0
- package/lib/date-picker/base/time-spinner.d.ts +151 -0
- package/lib/date-picker/date-picker.css +434 -0
- package/lib/date-picker/date-picker.d.ts +323 -0
- package/lib/date-picker/date-picker.less +558 -0
- package/lib/date-picker/date-picker.variable.css +554 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +780 -0
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/interface.d.ts +32 -0
- package/lib/date-picker/panel/date-range.d.ts +309 -0
- package/lib/date-picker/panel/date.d.ts +206 -0
- package/lib/date-picker/panel/time-range.d.ts +489 -0
- package/lib/date-picker/panel/time.d.ts +448 -0
- package/lib/date-picker/props.d.ts +161 -0
- package/lib/date-picker/time-picker.d.ts +381 -0
- package/lib/date-picker/utils.d.ts +117 -0
- package/lib/dialog/dialog.css +144 -22
- package/lib/dialog/dialog.d.ts +279 -51
- package/lib/dialog/dialog.less +105 -32
- package/lib/dialog/dialog.variable.css +264 -22
- package/lib/dialog/index.d.ts +722 -0
- package/lib/dialog/index.js +1 -1
- package/lib/dialog/props.d.ts +130 -0
- package/lib/directives/clickoutside.d.ts +3 -0
- package/lib/directives/ellipsis.d.ts +7 -0
- package/lib/directives/index.d.ts +5 -0
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +18 -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 +158 -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 +49 -0
- package/lib/dropdown/dropdown.d.ts +93 -0
- package/lib/dropdown/dropdown.less +67 -0
- package/lib/dropdown/dropdown.variable.css +169 -0
- package/lib/dropdown/index.d.ts +256 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.css +40 -14
- package/lib/exception/exception.d.ts +37 -15
- package/lib/exception/exception.less +59 -22
- package/lib/exception/exception.variable.css +102 -17
- package/lib/exception/index.d.ts +113 -0
- package/lib/exception/index.js +1 -1
- package/lib/exception/typings/index.d.ts +4 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +62 -3
- package/lib/fixed-navbar/index.d.ts +147 -0
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +160 -0
- package/lib/form/form.css +137 -0
- package/lib/form/form.d.ts +88 -0
- package/lib/form/form.less +170 -0
- package/lib/form/form.variable.css +257 -0
- package/lib/form/index.d.ts +319 -0
- package/lib/form/index.js +1 -0
- package/lib/form/type.d.ts +22 -0
- package/lib/form/utils.d.ts +2 -0
- package/lib/form/validator.d.ts +9 -0
- package/lib/icon/angle-double-down-line.d.ts +4 -0
- package/lib/icon/angle-double-down-line.js +1 -0
- package/lib/icon/angle-double-left-line.d.ts +4 -0
- package/lib/icon/angle-double-left-line.js +1 -0
- package/lib/icon/angle-double-left.d.ts +4 -0
- package/lib/icon/angle-double-left.js +1 -0
- package/lib/icon/angle-double-right-line.d.ts +4 -0
- package/lib/icon/angle-double-right-line.js +1 -0
- package/lib/icon/angle-double-right.d.ts +4 -0
- package/lib/icon/angle-double-right.js +1 -0
- package/lib/icon/angle-double-up-line.d.ts +4 -0
- package/lib/icon/angle-double-up-line.js +1 -0
- package/lib/icon/angle-down-fill.d.ts +4 -0
- package/lib/icon/angle-down-fill.js +1 -0
- package/lib/icon/angle-down-line.d.ts +4 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.d.ts +4 -0
- package/lib/icon/angle-right.js +1 -0
- package/lib/icon/angle-up-fill.d.ts +4 -0
- package/lib/icon/angle-up-fill.js +1 -0
- package/lib/icon/angle-up.d.ts +4 -0
- package/lib/icon/angle-up.js +1 -0
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.js +1 -0
- package/lib/icon/arrows-left.d.ts +4 -0
- package/lib/icon/arrows-left.js +1 -0
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/audio-fill.d.ts +4 -0
- package/lib/icon/audio-fill.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.d.ts +4 -0
- package/lib/icon/circle.js +1 -0
- package/lib/icon/close-line.d.ts +4 -0
- package/lib/icon/close-line.js +1 -0
- package/lib/icon/close.d.ts +4 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.js +1 -0
- package/lib/icon/del.d.ts +4 -0
- package/lib/icon/del.js +1 -0
- package/lib/icon/doc-fill.d.ts +4 -0
- package/lib/icon/doc-fill.js +1 -0
- package/lib/icon/done.d.ts +4 -0
- package/lib/icon/done.js +1 -0
- package/lib/icon/down-shape.d.ts +4 -0
- package/lib/icon/down-shape.js +1 -0
- package/lib/icon/down-small.d.ts +4 -0
- package/lib/icon/down-small.js +1 -0
- package/lib/icon/edit-line.d.ts +4 -0
- package/lib/icon/edit-line.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/enlarge-line.d.ts +4 -0
- package/lib/icon/enlarge-line.js +1 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/excel-fill.d.ts +4 -0
- package/lib/icon/excel-fill.js +1 -0
- package/lib/icon/exclamation-circle-shape.d.ts +4 -0
- package/lib/icon/exclamation-circle-shape.js +1 -0
- package/lib/icon/eye.d.ts +4 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/filliscreen-line.d.ts +4 -0
- package/lib/icon/filliscreen-line.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/folder.js +1 -0
- package/lib/icon/funnel.d.ts +4 -0
- package/lib/icon/funnel.js +1 -0
- package/lib/icon/help-document-fill.d.ts +4 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.d.ts +4 -0
- package/lib/icon/help-fill.js +1 -0
- package/lib/icon/help.d.ts +4 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/icon.d.ts +12 -0
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/img-error.d.ts +4 -0
- package/lib/icon/img-placehoulder.d.ts +4 -0
- package/lib/icon/img-placehoulder.js +1 -0
- package/lib/icon/index.d.ts +79 -0
- package/lib/icon/index.js +1 -15
- package/lib/icon/info-line.d.ts +4 -0
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.d.ts +4 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/left-turn-line.d.ts +4 -0
- package/lib/icon/left-turn-line.js +1 -0
- package/lib/icon/narrow-line.d.ts +4 -0
- package/lib/icon/narrow-line.js +1 -0
- package/lib/icon/original.d.ts +4 -0
- package/lib/icon/original.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/right-turn-line.d.ts +4 -0
- package/lib/icon/right-turn-line.js +1 -0
- package/lib/icon/search.d.ts +4 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.d.ts +4 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.js +1 -0
- package/lib/icon/transfer.d.ts +4 -0
- package/lib/icon/transfer.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/unfull-screen.d.ts +4 -0
- package/lib/icon/unfull-screen.js +1 -0
- package/lib/icon/unvisible.d.ts +4 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/upload.d.ts +4 -0
- package/lib/icon/upload.js +1 -0
- package/lib/icon/video-fill.d.ts +4 -0
- package/lib/icon/video-fill.js +1 -0
- package/lib/icon/warn.d.ts +4 -0
- package/lib/icon/warn.js +1 -0
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/image/image-viewer.css +142 -0
- package/lib/image/image-viewer.d.ts +73 -0
- package/lib/image/image-viewer.less +168 -0
- package/lib/image/image-viewer.variable.css +142 -0
- package/lib/image/image.css +37 -0
- package/lib/image/image.d.ts +93 -0
- package/lib/image/image.less +44 -0
- package/lib/image/image.variable.css +37 -0
- package/lib/image/index.d.ts +246 -0
- package/lib/image/index.js +1 -0
- package/lib/image/props.d.ts +71 -0
- package/lib/index.d.ts +4 -0
- package/lib/index.js +1 -0
- package/lib/info-box/index.d.ts +6 -0
- package/lib/info-box/index.js +1 -0
- package/lib/info-box/info-box.css +37 -0
- package/lib/info-box/info-box.d.ts +26 -0
- package/lib/info-box/info-box.less +51 -0
- package/lib/info-box/info-box.variable.css +157 -0
- package/lib/input/index.d.ts +528 -0
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +235 -16
- package/lib/input/input.d.ts +203 -51
- package/lib/input/input.less +183 -19
- package/lib/input/input.variable.css +319 -41
- package/lib/link/index.d.ts +172 -0
- package/lib/link/index.js +1 -1
- package/lib/link/link.css +12 -12
- package/lib/link/link.d.ts +30 -16
- package/lib/link/link.less +16 -14
- package/lib/link/link.variable.css +74 -15
- package/lib/loading/index.d.ts +257 -0
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +178 -98
- package/lib/loading/loading.d.ts +130 -23
- package/lib/loading/loading.less +85 -73
- package/lib/loading/loading.variable.css +248 -109
- package/lib/menu/index.d.ts +180 -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 +233 -0
- package/lib/menu/menu.d.ts +55 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +353 -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 +123 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +2 -0
- package/lib/message/index.js +1 -0
- package/lib/message/message.css +74 -0
- package/lib/message/message.less +87 -0
- package/lib/message/message.variable.css +194 -0
- package/lib/message/messageConstructor.d.ts +109 -0
- package/lib/modal/index.d.ts +592 -0
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +63 -1
- package/lib/modal/modal.d.ts +186 -24
- package/lib/modal/modal.less +39 -3
- package/lib/modal/modal.variable.css +183 -1
- package/lib/modal/props.mixin.d.ts +75 -10
- package/lib/navigation/index.d.ts +311 -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 +120 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +304 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +69 -0
- package/lib/notify/notify.less +81 -0
- package/lib/notify/notify.variable.css +189 -0
- package/lib/notify/notifyConstructor.d.ts +132 -0
- package/lib/overflow-title/components/OverflowTitle.d.ts +38 -0
- package/lib/overflow-title/directive/overflowTitle.d.ts +3 -0
- package/lib/overflow-title/index.d.ts +129 -0
- package/lib/overflow-title/index.js +1 -0
- package/lib/overflow-title/overflow.css +11 -0
- package/lib/overflow-title/overflow.less +13 -0
- package/lib/overflow-title/overflow.variable.css +11 -0
- package/lib/overflow-title/props.d.ts +16 -0
- package/lib/overflow-title/utils/getActualWidthByCanvas.d.ts +3 -0
- package/lib/overflow-title/utils/getActualWidthByDom.d.ts +3 -0
- package/lib/pagination/index.d.ts +410 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +205 -0
- package/lib/pagination/pagination.d.ts +230 -0
- package/lib/pagination/pagination.less +230 -0
- package/lib/pagination/pagination.variable.css +325 -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/{changelog.config.js → lib/plugin-popover/index.d.ts} +2 -8
- package/lib/plugin-popover/index.js +1 -0
- package/lib/plugins/index.d.ts +1 -0
- package/lib/plugins/index.js +1 -0
- package/lib/popover/arrow.d.ts +2 -0
- package/lib/popover/const.d.ts +16 -0
- package/lib/popover/content.d.ts +32 -0
- package/lib/popover/index.d.ts +653 -0
- package/lib/popover/index.js +1 -1
- package/lib/popover/plugin-popover.d.ts +12 -0
- package/lib/popover/popover.css +12 -43
- package/lib/popover/popover.d.ts +234 -45
- package/lib/popover/popover.less +17 -53
- package/lib/popover/popover.variable.css +74 -46
- package/lib/popover/props.d.ts +146 -0
- package/lib/popover/reference.d.ts +2 -0
- package/lib/popover/root.d.ts +16 -0
- package/lib/popover/use-floating.d.ts +31 -0
- package/lib/popover/use-platform.d.ts +30 -0
- package/lib/popover/use-popover-init.d.ts +23 -0
- package/lib/popover/use-popper-id.d.ts +6 -0
- package/lib/popover/utils.d.ts +2 -0
- package/lib/popover2/index.d.ts +44 -0
- package/lib/popover2/index.js +1 -0
- package/lib/popover2/popover.d.ts +2 -0
- package/lib/preset.d.ts +7 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/index.js +1 -0
- package/lib/process/process.css +151 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.less +195 -0
- package/lib/process/process.variable.css +271 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +51 -3
- package/lib/progress/progress.d.ts +92 -39
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +117 -10
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +288 -0
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +30 -23
- package/lib/radio/radio-group.d.ts +27 -10
- package/lib/radio/radio.css +48 -41
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +177 -166
- package/lib/radio/radio.variable.css +114 -48
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +136 -0
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +25 -11
- 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 +177 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.less +217 -0
- package/lib/resize-layout/resize-layout.variable.css +297 -0
- package/lib/search-select/index.d.ts +823 -0
- package/lib/search-select/index.js +1 -0
- package/lib/search-select/input.d.ts +89 -0
- package/lib/search-select/menu.d.ts +83 -0
- package/lib/search-select/search-select.css +424 -0
- package/lib/search-select/search-select.d.ts +342 -0
- package/lib/search-select/search-select.less +380 -0
- package/lib/search-select/search-select.variable.css +544 -0
- package/lib/search-select/selected.d.ts +143 -0
- package/lib/search-select/utils.d.ts +88 -0
- package/lib/select/common.d.ts +20 -21
- package/lib/select/index.d.ts +2035 -0
- package/lib/select/index.js +1 -1
- package/lib/select/option.d.ts +22 -21
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +333 -34
- package/lib/select/select.d.ts +660 -189
- package/lib/select/select.less +398 -81
- package/lib/select/select.variable.css +395 -37
- package/lib/select/selectTagInput.d.ts +93 -0
- package/lib/select/type.d.ts +39 -0
- package/lib/shared/dom.d.ts +3 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +15 -1
- package/lib/shared/hooks/use-form-item.d.ts +2 -0
- package/lib/shared/hooks/use-form.d.ts +2 -0
- package/lib/shared/index.d.ts +74 -0
- package/lib/shared/index.js +1 -1
- package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +36 -3
- package/lib/shared/pop-manager.d.ts +38 -0
- package/lib/shared/popover.d.ts +131 -0
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +25 -0
- package/lib/shared/vue-types.d.ts +113 -14
- package/lib/shared/z-index-manager.d.ts +6 -1
- package/lib/sideslider/index.d.ts +477 -0
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +55 -10
- package/lib/sideslider/sideslider.d.ts +178 -29
- package/lib/sideslider/sideslider.less +72 -13
- package/lib/sideslider/sideslider.variable.css +117 -13
- package/lib/slider/index.d.ts +440 -0
- package/lib/slider/index.js +1 -0
- package/lib/slider/slider-button.d.ts +81 -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 +269 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/index.js +1 -0
- package/lib/steps/steps.css +300 -0
- package/lib/steps/steps.d.ts +161 -0
- package/lib/steps/steps.less +345 -0
- package/lib/steps/steps.variable.css +420 -0
- package/lib/styles/index.d.ts +53 -0
- package/lib/styles/mixins/clearfix.css +8 -0
- package/lib/styles/mixins/clearfix.less +10 -0
- package/lib/styles/mixins/clearfix.variable.css +8 -0
- package/lib/styles/mixins/mixins.css +51 -0
- package/lib/styles/mixins/mixins.less +2 -0
- package/lib/styles/mixins/mixins.variable.css +51 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +53 -0
- package/lib/styles/mixins/popper.variable.css +163 -0
- package/lib/styles/mixins/scroll.css +17 -0
- package/lib/styles/mixins/scroll.less +22 -0
- package/lib/styles/mixins/scroll.variable.css +137 -0
- package/lib/styles/mixins/size.less +9 -0
- package/lib/styles/reset.css +309 -0
- package/lib/styles/reset.less +337 -0
- package/lib/styles/reset.variable.css +309 -0
- package/lib/styles/themes/themes.less +91 -5
- 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 +298 -0
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +200 -135
- package/lib/switcher/switcher.d.ts +60 -38
- package/lib/switcher/switcher.less +190 -155
- package/lib/switcher/switcher.variable.css +273 -149
- package/lib/tab/index.d.ts +439 -0
- package/lib/tab/index.js +1 -0
- package/lib/tab/props.d.ts +213 -0
- package/lib/tab/tab-nav.d.ts +169 -0
- package/lib/tab/tab-panel.d.ts +68 -0
- package/lib/tab/tab.css +223 -0
- package/lib/tab/tab.d.ts +139 -0
- package/lib/tab/tab.less +285 -0
- package/lib/tab/tab.variable.css +343 -0
- package/lib/table/components/index.d.ts +3 -0
- package/lib/table/components/table-cell.d.ts +38 -0
- package/lib/table/components/table-column.d.ts +137 -0
- package/lib/table/components/table-row.d.ts +2 -0
- package/lib/table/const.d.ts +122 -0
- package/lib/table/index.d.ts +1141 -0
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/body-empty.d.ts +40 -0
- package/lib/table/plugins/col-group.d.ts +38 -0
- package/lib/table/plugins/common.d.ts +6 -0
- package/lib/table/plugins/head-filter.css +84 -0
- package/lib/table/plugins/head-filter.d.ts +26 -0
- package/lib/table/plugins/head-filter.less +110 -0
- package/lib/table/plugins/head-filter.variable.css +204 -0
- package/lib/table/plugins/head-sort.css +25 -0
- package/lib/table/plugins/head-sort.d.ts +22 -0
- package/lib/table/plugins/head-sort.less +31 -0
- package/lib/table/plugins/head-sort.variable.css +145 -0
- package/lib/table/plugins/index.d.ts +5 -0
- package/lib/table/plugins/settings.css +145 -0
- package/lib/table/plugins/settings.d.ts +37 -0
- package/lib/table/plugins/settings.less +179 -0
- package/lib/table/plugins/settings.variable.css +265 -0
- package/lib/table/plugins/use-active-columns.d.ts +16 -0
- package/lib/table/plugins/use-column-resize.d.ts +15 -0
- package/lib/table/plugins/use-fixed-column.d.ts +12 -0
- package/lib/table/plugins/use-pagination.d.ts +16 -0
- package/lib/table/plugins/use-scroll-loading.d.ts +5 -0
- package/lib/table/props.d.ts +434 -0
- package/lib/table/render.d.ts +125 -0
- package/lib/table/table.css +1272 -0
- package/lib/table/table.d.ts +315 -32
- package/lib/table/table.less +361 -1
- package/lib/table/table.variable.css +1334 -3
- package/lib/table/use-column.d.ts +11 -0
- package/lib/table/use-common.d.ts +98 -0
- package/lib/table/utils.d.ts +129 -0
- package/lib/table-column/index.d.ts +325 -0
- package/lib/table-column/index.js +1 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.css +130 -0
- package/lib/tag/tag.d.ts +83 -53
- package/lib/tag/tag.less +146 -2
- package/lib/tag/tag.variable.css +192 -3
- package/lib/tag-input/common.d.ts +36 -0
- package/lib/tag-input/index.d.ts +1349 -0
- package/lib/tag-input/index.js +1 -0
- package/lib/tag-input/list-tag-render.d.ts +44 -0
- package/lib/tag-input/tag-input.css +205 -0
- package/lib/tag-input/tag-input.d.ts +619 -0
- package/lib/tag-input/tag-input.less +248 -0
- package/lib/tag-input/tag-input.variable.css +325 -0
- package/lib/tag-input/tag-props.d.ts +252 -0
- package/lib/tag-input/tag-render.d.ts +64 -0
- package/lib/time-picker/index.d.ts +904 -0
- package/lib/time-picker/index.js +1 -0
- package/lib/time-picker/time-picker.css +215 -0
- package/lib/time-picker/time-picker.less +260 -0
- package/lib/time-picker/time-picker.variable.css +335 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +242 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +252 -0
- package/lib/timeline/timeline.variable.css +362 -0
- package/lib/transfer/const.d.ts +5 -0
- package/lib/transfer/index.d.ts +365 -0
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/props.d.ts +54 -0
- package/lib/transfer/transfer.css +161 -0
- package/lib/transfer/transfer.d.ts +160 -0
- package/lib/transfer/transfer.less +151 -0
- package/lib/transfer/transfer.variable.css +281 -0
- package/lib/tree/constant.d.ts +62 -0
- package/lib/tree/index.d.ts +647 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +213 -0
- package/lib/tree/tree.css +218 -0
- package/lib/tree/tree.d.ts +283 -0
- package/lib/tree/tree.less +114 -0
- package/lib/tree/tree.variable.css +338 -0
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-action.d.ts +12 -0
- package/lib/tree/use-node-async.d.ts +5 -0
- package/lib/tree/use-node-attribute.d.ts +33 -0
- package/lib/tree/use-node-drag.d.ts +3 -0
- package/lib/tree/use-search.d.ts +11 -0
- package/lib/tree/use-tree-init.d.ts +15 -0
- package/lib/tree/util.d.ts +68 -0
- package/lib/upload/index.d.ts +566 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +111 -0
- package/lib/upload/upload-list.d.ts +47 -0
- package/lib/upload/upload-trigger.d.ts +51 -0
- package/lib/upload/upload.css +427 -0
- package/lib/upload/upload.d.ts +246 -0
- package/lib/upload/upload.less +466 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +547 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/use-message.d.ts +2 -0
- package/lib/virtual-render/index.d.ts +602 -0
- package/lib/virtual-render/index.js +1 -0
- package/lib/virtual-render/props.d.ts +172 -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 +266 -0
- package/lib/virtual-render/virtual-render.less +22 -0
- package/lib/virtual-render/virtual-render.variable.css +153 -0
- package/lib/volar.components.d.ts +101 -0
- package/package.json +113 -83
- package/LICENSE.txt +0 -22
- package/dist/bkui-vue.cjs.js +0 -4887
- package/dist/bkui-vue.esm.js +0 -4883
- package/dist/bkui-vue.umd.js +0 -4890
- package/lib/checkbox-group/index.js +0 -1
- package/lib/radio-button/index.js +0 -1
- package/lib/radio-group/index.js +0 -1
- package/lib/shared/bk-pop-manager.d.ts +0 -19
- package/lib/shared/bk-popover.d.ts +0 -76
- 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
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")):"function"==typeof define&&define.amd?define(["exports","vue","../modal","../button"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Modal,e.Button)}(this,(function(e,t,o,n){"use strict";function i(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=i(o),l=i(n);var d=Object.assign({},o.propsMixin);d.width.default="400",d.height.default="100%";var s=t.defineComponent({name:"BkSideslider",components:{BkModal:r.default,BkButton:l.default},props:Object.assign(Object.assign({},o.propsMixin),{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,n={header:function(){var e,n,i;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!==(i=null===(n=(e=o.$slots).header)||void 0===n?void 0:n.call(e))&&void 0!==i?i:"Header"])])])},default:function(){var e,t,n;return null!==(n=null===(t=(e=o.$slots).default)||void 0===t?void 0:t.call(e))&&void 0!==n?n:"Content"},footer:function(){return t.createVNode("div",{class:"bk-sideslider-footer"},null)}},i="bk-sideslider-wrapper ".concat(this.scrollable?"scroll-able":"");return t.createVNode(r.default,t.mergeProps(this.$props,{class:i,style:"".concat(this.direction,": 0")}),"function"==typeof(e=n)||"[object Object]"===Object.prototype.toString.call(e)&&!t.isVNode(e)?n:{default:function(){return[n]}})}});s.install=function(e){e.component(s.name,s)},e.default=s,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),{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(){return i.footer?(0,e.createVNode)("div",{class:"bk-sideslider-footer"},[i.footer()]):null}},o="bk-sideslider-wrapper ".concat(t.scrollable?"scroll-able":""," ").concat(t.extCls),a=i.footer?"calc(100vh - 106px)":"calc(100vh - 52px)";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,18 +1,55 @@
|
|
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;
|
12
49
|
}
|
13
50
|
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header {
|
14
51
|
width: 100%;
|
15
|
-
height:
|
52
|
+
height: 52px;
|
16
53
|
background: #fff;
|
17
54
|
border-bottom: 1px solid #dcdee5;
|
18
55
|
}
|
@@ -20,9 +57,9 @@
|
|
20
57
|
position: absolute;
|
21
58
|
top: 0;
|
22
59
|
width: 30px;
|
23
|
-
height:
|
60
|
+
height: 52px;
|
24
61
|
font-size: 24px;
|
25
|
-
line-height:
|
62
|
+
line-height: 52px;
|
26
63
|
color: #fff;
|
27
64
|
text-align: center;
|
28
65
|
cursor: pointer;
|
@@ -57,13 +94,21 @@
|
|
57
94
|
transform: translate(50%, -50%) rotate(-45deg);
|
58
95
|
}
|
59
96
|
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title {
|
60
|
-
height:
|
97
|
+
height: 52px;
|
61
98
|
padding-left: 30px;
|
62
99
|
font-size: 16px;
|
63
|
-
|
64
|
-
|
65
|
-
color: #666;
|
100
|
+
line-height: 52px;
|
101
|
+
color: #313238;
|
66
102
|
}
|
67
103
|
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title.right {
|
68
104
|
padding: 0px 0px 0px 50px;
|
69
105
|
}
|
106
|
+
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-footer {
|
107
|
+
display: flex;
|
108
|
+
width: 100%;
|
109
|
+
height: 54px;
|
110
|
+
background: #fff;
|
111
|
+
border-top: 1px solid transparent;
|
112
|
+
align-items: center;
|
113
|
+
box-shadow: rgba(0, 0, 0, 0.06) 0px -2px 4px 0px;
|
114
|
+
}
|
@@ -4,51 +4,200 @@ declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
default: string;
|
5
5
|
validator: (value: string) => boolean;
|
6
6
|
};
|
7
|
-
isShow: {
|
8
|
-
type: BooleanConstructor;
|
7
|
+
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
9
8
|
default: boolean;
|
9
|
+
} & {
|
10
|
+
default: boolean;
|
11
|
+
};
|
12
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
13
|
+
default: string | number;
|
14
|
+
};
|
15
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
16
|
+
default: string | number;
|
10
17
|
};
|
11
|
-
|
12
|
-
type: (NumberConstructor | StringConstructor)[];
|
18
|
+
extCls: (import("vue-types").VueTypeValidableDef<string> & {
|
13
19
|
default: string;
|
20
|
+
}) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
|
21
|
+
default: () => unknown[];
|
22
|
+
});
|
23
|
+
scrollable: import("vue-types").VueTypeValidableDef<boolean> & {
|
24
|
+
default: boolean;
|
25
|
+
} & {
|
26
|
+
default: boolean;
|
27
|
+
};
|
28
|
+
showMask: import("vue-types").VueTypeValidableDef<boolean> & {
|
29
|
+
default: boolean;
|
30
|
+
} & {
|
31
|
+
default: boolean;
|
32
|
+
};
|
33
|
+
closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
34
|
+
default: boolean;
|
35
|
+
} & {
|
36
|
+
default: boolean;
|
14
37
|
};
|
15
|
-
|
16
|
-
|
38
|
+
escClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
39
|
+
default: boolean;
|
40
|
+
} & {
|
41
|
+
default: boolean;
|
42
|
+
};
|
43
|
+
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
44
|
+
default: boolean;
|
45
|
+
} & {
|
46
|
+
default: boolean;
|
47
|
+
};
|
48
|
+
size: import("vue-types").VueTypeDef<"small" | "normal" | "large" | "medium">;
|
49
|
+
draggable: import("vue-types").VueTypeValidableDef<boolean> & {
|
50
|
+
default: boolean;
|
51
|
+
} & {
|
52
|
+
default: boolean;
|
53
|
+
};
|
54
|
+
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
55
|
+
default: boolean;
|
56
|
+
} & {
|
57
|
+
default: boolean;
|
58
|
+
};
|
59
|
+
transfer: import("vue-types").VueTypeValidableDef<boolean> & {
|
60
|
+
default: boolean;
|
61
|
+
} & {
|
62
|
+
default: boolean;
|
63
|
+
};
|
64
|
+
zIndex: import("vue-types").VueTypeDef<string | number> & {
|
65
|
+
default: string | number;
|
66
|
+
};
|
67
|
+
maxHeight: import("vue-types").VueTypeValidableDef<string> & {
|
17
68
|
default: string;
|
18
69
|
};
|
19
|
-
|
20
|
-
|
70
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
71
|
+
default: string;
|
72
|
+
} & {
|
21
73
|
default: string;
|
22
74
|
};
|
23
|
-
|
24
|
-
|
75
|
+
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
76
|
+
default: string;
|
77
|
+
} & {
|
78
|
+
default: string;
|
79
|
+
};
|
80
|
+
renderDirective: import("vue-types").VueTypeDef<"if" | "show">;
|
81
|
+
beforeClose: import("vue-types").VueTypeDef<unknown>;
|
82
|
+
dialogType: import("vue-types").VueTypeDef<"show" | "operation" | "confirm" | "process">;
|
83
|
+
multiInstance: import("vue-types").VueTypeValidableDef<boolean> & {
|
84
|
+
default: boolean;
|
85
|
+
} & {
|
25
86
|
default: boolean;
|
26
87
|
};
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
} & {
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
88
|
+
infoType: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary">;
|
89
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hidden" | "shown" | "closed" | "update:isShow" | "animation-end")[], "shown" | "hidden" | "closed" | "update:isShow" | "animation-end", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
90
|
+
direction: {
|
91
|
+
type: StringConstructor;
|
92
|
+
default: string;
|
93
|
+
validator: (value: string) => boolean;
|
94
|
+
};
|
95
|
+
isShow: import("vue-types").VueTypeValidableDef<boolean> & {
|
96
|
+
default: boolean;
|
97
|
+
} & {
|
98
|
+
default: boolean;
|
99
|
+
};
|
100
|
+
width: import("vue-types").VueTypeDef<string | number> & {
|
101
|
+
default: string | number;
|
102
|
+
};
|
103
|
+
height: import("vue-types").VueTypeDef<string | number> & {
|
104
|
+
default: string | number;
|
105
|
+
};
|
106
|
+
extCls: (import("vue-types").VueTypeValidableDef<string> & {
|
107
|
+
default: string;
|
108
|
+
}) | (import("vue-types").VueTypeValidableDef<unknown[]> & {
|
109
|
+
default: () => unknown[];
|
110
|
+
});
|
111
|
+
scrollable: import("vue-types").VueTypeValidableDef<boolean> & {
|
112
|
+
default: boolean;
|
113
|
+
} & {
|
114
|
+
default: boolean;
|
115
|
+
};
|
116
|
+
showMask: import("vue-types").VueTypeValidableDef<boolean> & {
|
117
|
+
default: boolean;
|
118
|
+
} & {
|
119
|
+
default: boolean;
|
120
|
+
};
|
121
|
+
closeIcon: import("vue-types").VueTypeValidableDef<boolean> & {
|
122
|
+
default: boolean;
|
123
|
+
} & {
|
124
|
+
default: boolean;
|
125
|
+
};
|
126
|
+
escClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
127
|
+
default: boolean;
|
128
|
+
} & {
|
129
|
+
default: boolean;
|
130
|
+
};
|
131
|
+
fullscreen: import("vue-types").VueTypeValidableDef<boolean> & {
|
132
|
+
default: boolean;
|
133
|
+
} & {
|
134
|
+
default: boolean;
|
135
|
+
};
|
136
|
+
size: import("vue-types").VueTypeDef<"small" | "normal" | "large" | "medium">;
|
137
|
+
draggable: import("vue-types").VueTypeValidableDef<boolean> & {
|
138
|
+
default: boolean;
|
139
|
+
} & {
|
140
|
+
default: boolean;
|
141
|
+
};
|
142
|
+
quickClose: import("vue-types").VueTypeValidableDef<boolean> & {
|
143
|
+
default: boolean;
|
144
|
+
} & {
|
145
|
+
default: boolean;
|
146
|
+
};
|
147
|
+
transfer: import("vue-types").VueTypeValidableDef<boolean> & {
|
148
|
+
default: boolean;
|
149
|
+
} & {
|
150
|
+
default: boolean;
|
151
|
+
};
|
152
|
+
zIndex: import("vue-types").VueTypeDef<string | number> & {
|
153
|
+
default: string | number;
|
154
|
+
};
|
155
|
+
maxHeight: import("vue-types").VueTypeValidableDef<string> & {
|
156
|
+
default: string;
|
157
|
+
};
|
158
|
+
title: import("vue-types").VueTypeValidableDef<string> & {
|
159
|
+
default: string;
|
160
|
+
} & {
|
161
|
+
default: string;
|
162
|
+
};
|
163
|
+
animateType: import("vue-types").VueTypeValidableDef<string> & {
|
164
|
+
default: string;
|
165
|
+
} & {
|
166
|
+
default: string;
|
167
|
+
};
|
168
|
+
renderDirective: import("vue-types").VueTypeDef<"if" | "show">;
|
169
|
+
beforeClose: import("vue-types").VueTypeDef<unknown>;
|
170
|
+
dialogType: import("vue-types").VueTypeDef<"show" | "operation" | "confirm" | "process">;
|
171
|
+
multiInstance: import("vue-types").VueTypeValidableDef<boolean> & {
|
172
|
+
default: boolean;
|
173
|
+
} & {
|
174
|
+
default: boolean;
|
175
|
+
};
|
176
|
+
infoType: import("vue-types").VueTypeDef<"success" | "warning" | "danger" | "primary">;
|
177
|
+
}>> & {
|
178
|
+
onHidden?: (...args: any[]) => any;
|
179
|
+
onShown?: (...args: any[]) => any;
|
44
180
|
onClosed?: (...args: any[]) => any;
|
45
181
|
"onUpdate:isShow"?: (...args: any[]) => any;
|
182
|
+
"onAnimation-end"?: (...args: any[]) => any;
|
46
183
|
}, {
|
184
|
+
title: string;
|
185
|
+
multiInstance: boolean;
|
186
|
+
zIndex: string | number;
|
187
|
+
showMask: boolean;
|
188
|
+
direction: string;
|
47
189
|
width: string | number;
|
48
190
|
height: string | number;
|
191
|
+
maxHeight: string;
|
49
192
|
isShow: boolean;
|
50
|
-
|
193
|
+
extCls: string | unknown[];
|
194
|
+
draggable: boolean;
|
195
|
+
transfer: boolean;
|
196
|
+
quickClose: boolean;
|
51
197
|
scrollable: boolean;
|
52
|
-
|
198
|
+
closeIcon: boolean;
|
199
|
+
escClose: boolean;
|
200
|
+
fullscreen: boolean;
|
201
|
+
animateType: string;
|
53
202
|
}>;
|
54
203
|
export default _default;
|
@@ -1,14 +1,63 @@
|
|
1
1
|
@import '../styles/themes/themes.less';
|
2
2
|
|
3
|
+
.bk-sideslider {
|
4
|
+
position: fixed;
|
5
|
+
top: 0;
|
6
|
+
right: 0;
|
7
|
+
bottom: 0;
|
8
|
+
left: 0;
|
9
|
+
}
|
10
|
+
|
11
|
+
/* fade-center */
|
12
|
+
|
13
|
+
/* slide过渡动画 */
|
14
|
+
.slide-enter-active,
|
15
|
+
.slide-leave-active,
|
16
|
+
.bk-modal-body {
|
17
|
+
transform: translateX(0);
|
18
|
+
transition: transform .25s;
|
19
|
+
}
|
20
|
+
|
21
|
+
.slide-enter-active {
|
22
|
+
animation: slider-fade-in .25s;
|
23
|
+
}
|
24
|
+
|
25
|
+
.slide-leave-active {
|
26
|
+
animation: slider-fade-in .25s reverse;
|
27
|
+
}
|
28
|
+
|
29
|
+
.slide-enter-from,
|
30
|
+
.slide-leave-to {
|
31
|
+
&.left {
|
32
|
+
transform: translateX(-100%);
|
33
|
+
transition: transform .25s;
|
34
|
+
}
|
35
|
+
|
36
|
+
&.right {
|
37
|
+
transform: translateX(100%);
|
38
|
+
transition: transform .25s;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
@keyframes slider-fade-in {
|
43
|
+
0% {
|
44
|
+
opacity: 0;
|
45
|
+
}
|
46
|
+
|
47
|
+
100% {
|
48
|
+
opacity: 1;
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
3
52
|
.bk-modal-wrapper {
|
4
53
|
&.bk-sideslider-wrapper {
|
5
|
-
position:
|
54
|
+
position: absolute;
|
6
55
|
top: 0;
|
7
56
|
bottom: 0;
|
8
57
|
left: auto;
|
9
|
-
background: #fff;
|
58
|
+
//background: #fff;
|
10
59
|
transform: initial;
|
11
|
-
box-shadow: -5px 0 8px -5px rgb(0 0 0 / 20%);
|
60
|
+
//box-shadow: -5px 0 8px -5px rgb(0 0 0 / 20%);
|
12
61
|
|
13
62
|
&.scroll-able {
|
14
63
|
.bk-modal-content {
|
@@ -18,17 +67,17 @@
|
|
18
67
|
|
19
68
|
.bk-sideslider-header {
|
20
69
|
width: 100%;
|
21
|
-
height:
|
70
|
+
height: 52px;
|
22
71
|
background: #fff;
|
23
72
|
border-bottom: 1px solid #dcdee5;
|
24
73
|
|
25
74
|
.bk-sideslider-close {
|
26
|
-
position: absolute;
|
75
|
+
position: absolute;
|
27
76
|
top: 0;
|
28
77
|
width: 30px;
|
29
|
-
height:
|
78
|
+
height: 52px;
|
30
79
|
font-size: 24px;
|
31
|
-
line-height:
|
80
|
+
line-height: 52px;
|
32
81
|
color: #fff;
|
33
82
|
text-align: center;
|
34
83
|
cursor: pointer;
|
@@ -66,21 +115,31 @@
|
|
66
115
|
}
|
67
116
|
}
|
68
117
|
|
69
|
-
|
118
|
+
|
70
119
|
}
|
71
120
|
|
72
121
|
.bk-sideslider-title {
|
73
|
-
height:
|
122
|
+
height: 52px;
|
74
123
|
padding-left: 30px;
|
75
124
|
font-size: 16px;
|
76
|
-
|
77
|
-
|
78
|
-
color: #666;
|
125
|
+
line-height: 52px;
|
126
|
+
color: #313238;
|
79
127
|
|
80
128
|
&.right {
|
81
129
|
padding: 0px 0px 0px 50px;
|
82
130
|
}
|
83
131
|
}
|
84
132
|
}
|
133
|
+
|
134
|
+
.bk-sideslider-footer {
|
135
|
+
display: flex;
|
136
|
+
width: 100%;
|
137
|
+
height: 54px;
|
138
|
+
background: #fff;
|
139
|
+
border-top: 1px solid transparent;
|
140
|
+
align-items: center;
|
141
|
+
box-shadow: rgb(0 0 0 / 6%) 0px -2px 4px 0px;
|
142
|
+
}
|
85
143
|
}
|
86
|
-
}
|
144
|
+
}
|
145
|
+
|
@@ -1,12 +1,15 @@
|
|
1
1
|
:root {
|
2
2
|
--bk-prefix: bk;
|
3
|
+
--popover-max-height: 216px;
|
3
4
|
--primary-color: #3a84ff;
|
4
5
|
--success-color: #2dcb56;
|
5
6
|
--warning-color: #ff9c01;
|
6
7
|
--danger-color: #ea3636;
|
7
8
|
--default-color: #63656e;
|
9
|
+
--gray-color: #979ba5;
|
8
10
|
--light-gray: #c4c6cc;
|
9
11
|
--white-color: white;
|
12
|
+
--whitesmoke-color: #fafbfd;
|
10
13
|
--disable-color: #dcdee5;
|
11
14
|
--font-size-base: 12px;
|
12
15
|
--font-size-medium: 14px;
|
@@ -16,10 +19,11 @@
|
|
16
19
|
--line-height-large: 18px;
|
17
20
|
--component-size-small: 26px;
|
18
21
|
--component-size-base: 32px;
|
19
|
-
--component-size-large:
|
22
|
+
--component-size-large: 40px;
|
20
23
|
--border-width-base: 1px;
|
21
24
|
--border-style-base: solid;
|
22
25
|
--border-radius-base: 2px;
|
26
|
+
--border-style-color: var(--light-gray);
|
23
27
|
--input-disabled-bg: #fafbfd;
|
24
28
|
--input-disabled-border: var(--disable-color);
|
25
29
|
--input-height-base: var(--component-size-base);
|
@@ -29,8 +33,9 @@
|
|
29
33
|
--input-broder-radius: 3px;
|
30
34
|
--input-shadow-color: #a3c5fd;
|
31
35
|
--input-horizontal-padding: 10px;
|
32
|
-
--input-block-color: #
|
33
|
-
--input-
|
36
|
+
--input-block-color: #f5f7fa;
|
37
|
+
--input-block-hover-color: #eaebf0;
|
38
|
+
--input-icon-size: var(--font-size-medium);
|
34
39
|
--input-maxlength-color: #979ba5;
|
35
40
|
--button-primary-hover-color: #5594fa;
|
36
41
|
--button-danger-hover-color: #ff5656;
|
@@ -41,6 +46,15 @@
|
|
41
46
|
--button-danger-active-color: #db2626;
|
42
47
|
--button-success-active-color: #1ab943;
|
43
48
|
--button-warning-active-color: #eb9000;
|
49
|
+
--button-selected-bg-color: #e1ecff;
|
50
|
+
--button-disabled-selected-bg-color: #f0f1f5;
|
51
|
+
--radio-font-color: #63656e;
|
52
|
+
--radio-active-color: #5594fa;
|
53
|
+
--radio-hover-border-color: #979ba5;
|
54
|
+
--radio-disabled-border: #dcdee5;
|
55
|
+
--radio-disabled-font-color: #c4c6cc;
|
56
|
+
--radio-distable-checked-bg: #fafbfd;
|
57
|
+
--radio-button-checked-bg: #e1ecff;
|
44
58
|
--fixed-navbar-background: #fff;
|
45
59
|
--fixed-navbar-boxshadow-color: rgba(0, 0, 0, 0.1);
|
46
60
|
--switch-default-color: #fff;
|
@@ -58,22 +72,104 @@
|
|
58
72
|
--link-success-disabled-color: #94f5a4;
|
59
73
|
--link-warning-disabled-color: #ffd695;
|
60
74
|
--link-danger-disabled-color: #fd9c9c;
|
75
|
+
--message-color: var(--default-color);
|
76
|
+
--message-primary-bg-color: #f0f8ff;
|
77
|
+
--message-primary-border-color: #e1ecff;
|
78
|
+
--message-primary-shadow-color: #e1e8f4;
|
79
|
+
--message-warning-bg-color: #fff4e2;
|
80
|
+
--message-warning-border-color: #ffe8c3;
|
81
|
+
--message-warning-shadow-color: #ede6db;
|
82
|
+
--message-success-bg-color: #f2fff4;
|
83
|
+
--message-success-border-color: #dcffe2;
|
84
|
+
--message-success-shadow-color: #cef0d7;
|
85
|
+
--message-danger-bg-color: #ffeded;
|
86
|
+
--message-danger-border-color: #ffdddd;
|
87
|
+
--message-danger-shadow-color: #f6dada;
|
88
|
+
--slider-default-bg: #dcdee5;
|
89
|
+
--slider-disable-bar-bg: #979ba5;
|
90
|
+
--menu-bg-color: #182132;
|
91
|
+
--submenu-bg-color: #151d2c;
|
92
|
+
--menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
93
|
+
--menu-color: #96a2b9;
|
94
|
+
--menu-group-color: var(--default-color);
|
95
|
+
--menu-width: 260px;
|
96
|
+
--menu-collapse-width: 60px;
|
97
|
+
--menu-active-color: white;
|
98
|
+
--nav-header-bg-color: #182132;
|
99
|
+
--nav-bg-color: #182132;
|
100
|
+
--date-picker-disabled-bg: #fafbfd;
|
101
|
+
--date-picker-dropdown-mb: 4px;
|
102
|
+
--date-picker-dropdown-bg: #fff;
|
103
|
+
--table-bg-color: var(--white-color);
|
104
|
+
--table-border-color: #dcdee5;
|
105
|
+
--table-head-bg-color: #fafbfd;
|
106
|
+
--table-head-font-color: #313238;
|
107
|
+
--table-body-font-color: #575961;
|
108
|
+
--table-row-hover-bg-color: #f5f7fa;
|
109
|
+
--table-row-active-bg-color: #f0f1f5;
|
110
|
+
--cascader-panel-border-color: #dcdee5;
|
111
|
+
--cascader-panel-hover: #f5f7fa;
|
112
|
+
--cascader-panel-active: #e1ecff;
|
113
|
+
--cascader-panel-disabled-bg: #fff;
|
114
|
+
--search-select-focus-border-color: var(--primary-color);
|
115
|
+
--search-select-focus-color: #3c96ff;
|
116
|
+
--search-select-font-color: var(--default-color);
|
117
|
+
--search-select-placeholder-color: var(--light-gray);
|
118
|
+
--search-select-message-color: var(--danger-color);
|
119
|
+
--search-select-menu-border-color: var(--disable-color);
|
61
120
|
}
|
62
|
-
.bk-
|
121
|
+
.bk-sideslider {
|
63
122
|
position: fixed;
|
64
123
|
top: 0;
|
124
|
+
right: 0;
|
125
|
+
bottom: 0;
|
126
|
+
left: 0;
|
127
|
+
}
|
128
|
+
/* fade-center */
|
129
|
+
/* slide过渡动画 */
|
130
|
+
.slide-enter-active,
|
131
|
+
.slide-leave-active,
|
132
|
+
.bk-modal-body {
|
133
|
+
transform: translateX(0);
|
134
|
+
transition: transform 0.25s;
|
135
|
+
}
|
136
|
+
.slide-enter-active {
|
137
|
+
animation: slider-fade-in 0.25s;
|
138
|
+
}
|
139
|
+
.slide-leave-active {
|
140
|
+
animation: slider-fade-in 0.25s reverse;
|
141
|
+
}
|
142
|
+
.slide-enter-from.left,
|
143
|
+
.slide-leave-to.left {
|
144
|
+
transform: translateX(-100%);
|
145
|
+
transition: transform 0.25s;
|
146
|
+
}
|
147
|
+
.slide-enter-from.right,
|
148
|
+
.slide-leave-to.right {
|
149
|
+
transform: translateX(100%);
|
150
|
+
transition: transform 0.25s;
|
151
|
+
}
|
152
|
+
@keyframes slider-fade-in {
|
153
|
+
0% {
|
154
|
+
opacity: 0;
|
155
|
+
}
|
156
|
+
100% {
|
157
|
+
opacity: 1;
|
158
|
+
}
|
159
|
+
}
|
160
|
+
.bk-modal-wrapper.bk-sideslider-wrapper {
|
161
|
+
position: absolute;
|
162
|
+
top: 0;
|
65
163
|
bottom: 0;
|
66
164
|
left: auto;
|
67
|
-
background: #fff;
|
68
165
|
transform: initial;
|
69
|
-
box-shadow: -5px 0 8px -5px rgba(0, 0, 0, 0.2);
|
70
166
|
}
|
71
167
|
.bk-modal-wrapper.bk-sideslider-wrapper.scroll-able .bk-modal-content {
|
72
168
|
overflow: auto;
|
73
169
|
}
|
74
170
|
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header {
|
75
171
|
width: 100%;
|
76
|
-
height:
|
172
|
+
height: 52px;
|
77
173
|
background: #fff;
|
78
174
|
border-bottom: 1px solid #dcdee5;
|
79
175
|
}
|
@@ -81,9 +177,9 @@
|
|
81
177
|
position: absolute;
|
82
178
|
top: 0;
|
83
179
|
width: 30px;
|
84
|
-
height:
|
180
|
+
height: 52px;
|
85
181
|
font-size: 24px;
|
86
|
-
line-height:
|
182
|
+
line-height: 52px;
|
87
183
|
color: #fff;
|
88
184
|
text-align: center;
|
89
185
|
cursor: pointer;
|
@@ -118,13 +214,21 @@
|
|
118
214
|
transform: translate(50%, -50%) rotate(-45deg);
|
119
215
|
}
|
120
216
|
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title {
|
121
|
-
height:
|
217
|
+
height: 52px;
|
122
218
|
padding-left: 30px;
|
123
219
|
font-size: 16px;
|
124
|
-
|
125
|
-
|
126
|
-
color: #666;
|
220
|
+
line-height: 52px;
|
221
|
+
color: #313238;
|
127
222
|
}
|
128
223
|
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title.right {
|
129
224
|
padding: 0px 0px 0px 50px;
|
130
225
|
}
|
226
|
+
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-footer {
|
227
|
+
display: flex;
|
228
|
+
width: 100%;
|
229
|
+
height: 54px;
|
230
|
+
background: #fff;
|
231
|
+
border-top: 1px solid transparent;
|
232
|
+
align-items: center;
|
233
|
+
box-shadow: rgba(0, 0, 0, 0.06) 0px -2px 4px 0px;
|
234
|
+
}
|