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
@@ -1,13 +1,16 @@
|
|
1
1
|
@bk-prefix: bk;
|
2
2
|
|
3
|
+
@popover-max-height: 216px;
|
3
4
|
|
4
5
|
@primary-color: #3a84ff;
|
5
6
|
@success-color: #2dcb56;
|
6
7
|
@warning-color: #ff9c01;
|
7
8
|
@danger-color: #ea3636;
|
8
9
|
@default-color: #63656e;
|
10
|
+
@gray-color: #979ba5;
|
9
11
|
@light-gray: #c4c6cc;
|
10
12
|
@white-color: white;
|
13
|
+
@whitesmoke-color: #fafbfd;
|
11
14
|
@disable-color: #dcdee5;
|
12
15
|
|
13
16
|
@font-size-base: 12px;
|
@@ -21,11 +24,12 @@
|
|
21
24
|
|
22
25
|
@component-size-small: 26px;
|
23
26
|
@component-size-base: 32px;
|
24
|
-
@component-size-large:
|
27
|
+
@component-size-large: 40px;
|
25
28
|
|
26
29
|
@border-width-base: 1px;
|
27
30
|
@border-style-base: solid;
|
28
31
|
@border-radius-base: 2px;
|
32
|
+
@border-style-color: @light-gray;
|
29
33
|
|
30
34
|
|
31
35
|
// input theme
|
@@ -38,8 +42,10 @@
|
|
38
42
|
@input-broder-radius: 3px;
|
39
43
|
@input-shadow-color: #a3c5fd;
|
40
44
|
@input-horizontal-padding: 10px;
|
41
|
-
@input-block-color: #
|
42
|
-
@input-
|
45
|
+
@input-block-color: #f5f7fa;
|
46
|
+
@input-block-hover-color: #eaebf0;
|
47
|
+
|
48
|
+
@input-icon-size: @font-size-medium;
|
43
49
|
@input-maxlength-color: #979ba5;
|
44
50
|
|
45
51
|
//button theme
|
@@ -52,18 +58,33 @@
|
|
52
58
|
@button-danger-active-color: #db2626;
|
53
59
|
@button-success-active-color: #1ab943;
|
54
60
|
@button-warning-active-color: #eb9000;
|
61
|
+
@button-selected-bg-color: #e1ecff;
|
62
|
+
@button-disabled-selected-bg-color: #f0f1f5;
|
63
|
+
|
64
|
+
// radio theme
|
65
|
+
@radio-font-color: #63656e;
|
66
|
+
@radio-active-color: #5594fa;
|
67
|
+
@radio-hover-border-color: #979ba5;
|
68
|
+
@radio-disabled-border: #dcdee5;
|
69
|
+
@radio-disabled-font-color: #c4c6cc;
|
70
|
+
@radio-distable-checked-bg: #fafbfd;
|
71
|
+
@radio-button-checked-bg: #e1ecff;
|
72
|
+
|
55
73
|
|
56
74
|
// fixed-navbar theme
|
57
75
|
@fixed-navbar-background: #fff;
|
58
|
-
@fixed-navbar-boxshadow-color: rgba(0,0,0
|
76
|
+
@fixed-navbar-boxshadow-color: rgba(0,0,0,.1);
|
77
|
+
|
59
78
|
// switch theme
|
60
79
|
@switch-default-color: #fff;
|
61
80
|
@switch-grey-color: #c4c6cc;
|
81
|
+
|
62
82
|
// breadcrumb theme
|
63
83
|
@breadcrumb-black-color: #979ba5;
|
64
84
|
@breadcrumb-primary-hover-color: #0082ff;
|
65
85
|
@breadcrumb-fn-main-color: #63656e;
|
66
|
-
|
86
|
+
|
87
|
+
// link theme
|
67
88
|
@link-default-hover-color: #979ba5;
|
68
89
|
@link-primary-hover-color: #699df4;
|
69
90
|
@link-success-hover-color: #45e35f;
|
@@ -74,3 +95,68 @@
|
|
74
95
|
@link-success-disabled-color: #94f5a4;
|
75
96
|
@link-warning-disabled-color: #ffd695;
|
76
97
|
@link-danger-disabled-color: #fd9c9c;
|
98
|
+
|
99
|
+
// message theme
|
100
|
+
@message-color: @default-color;
|
101
|
+
@message-primary-bg-color: #f0f8ff;
|
102
|
+
@message-primary-border-color: #e1ecff;
|
103
|
+
@message-primary-shadow-color: #e1e8f4;
|
104
|
+
@message-warning-bg-color: #fff4e2;
|
105
|
+
@message-warning-border-color: #ffe8c3;
|
106
|
+
@message-warning-shadow-color: #ede6db;
|
107
|
+
@message-success-bg-color: #f2fff4;
|
108
|
+
@message-success-border-color: #dcffe2;
|
109
|
+
@message-success-shadow-color: #cef0d7;
|
110
|
+
@message-danger-bg-color: #ffeded;
|
111
|
+
@message-danger-border-color: #ffdddd;
|
112
|
+
@message-danger-shadow-color: #f6dada;
|
113
|
+
|
114
|
+
// slider theme
|
115
|
+
@slider-default-bg: #dcdee5;
|
116
|
+
@slider-disable-bar-bg: #979ba5;
|
117
|
+
|
118
|
+
|
119
|
+
// menu theme
|
120
|
+
@menu-bg-color: #182132;
|
121
|
+
@submenu-bg-color: #151d2c;
|
122
|
+
@menu-active-bg-color: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
123
|
+
@menu-color: #96a2b9;
|
124
|
+
@menu-group-color: @default-color;
|
125
|
+
@menu-width: 260px;
|
126
|
+
@menu-collapse-width: 60px;
|
127
|
+
@menu-active-color: white;
|
128
|
+
|
129
|
+
// navigation theme
|
130
|
+
@nav-header-bg-color: #182132;
|
131
|
+
@nav-bg-color: #182132;
|
132
|
+
|
133
|
+
// date-picker theme
|
134
|
+
@date-picker-disabled-bg: #fafbfd;
|
135
|
+
@date-picker-dropdown-mb: 4px;
|
136
|
+
@date-picker-dropdown-bg: #fff;
|
137
|
+
|
138
|
+
// table theme
|
139
|
+
@table-bg-color: @white-color;
|
140
|
+
@table-border-color: #dcdee5;
|
141
|
+
|
142
|
+
@table-head-bg-color: #fafbfd;
|
143
|
+
@table-head-font-color: #313238;
|
144
|
+
|
145
|
+
@table-body-font-color: #575961;
|
146
|
+
@table-row-hover-bg-color: #f5f7fa;
|
147
|
+
@table-row-active-bg-color: #f0f1f5;
|
148
|
+
|
149
|
+
// cascader theme
|
150
|
+
@cascader-panel-border-color: #dcdee5;
|
151
|
+
@cascader-panel-hover: #f5f7fa;
|
152
|
+
@cascader-panel-active: #e1ecff;
|
153
|
+
@cascader-panel-disabled-bg: #fff;
|
154
|
+
|
155
|
+
|
156
|
+
// search-select theme
|
157
|
+
@search-select-focus-border-color: @primary-color;
|
158
|
+
@search-select-focus-color: #3c96ff;
|
159
|
+
@search-select-font-color: @default-color;
|
160
|
+
@search-select-placeholder-color: @light-gray;
|
161
|
+
@search-select-message-color: @danger-color;
|
162
|
+
@search-select-menu-border-color: @disable-color;
|
@@ -0,0 +1,181 @@
|
|
1
|
+
declare const BkSwiper: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{
|
6
|
+
width: number;
|
7
|
+
height: number;
|
8
|
+
list: unknown[];
|
9
|
+
isLoop: boolean;
|
10
|
+
loopTime: number;
|
11
|
+
pics: unknown[];
|
12
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
13
|
+
isLoop: import("vue-types").VueTypeValidableDef<boolean> & {
|
14
|
+
default: boolean;
|
15
|
+
} & {
|
16
|
+
default: boolean;
|
17
|
+
};
|
18
|
+
loopTime: import("vue-types").VueTypeValidableDef<number> & {
|
19
|
+
default: number;
|
20
|
+
} & {
|
21
|
+
default: number;
|
22
|
+
};
|
23
|
+
pics: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
24
|
+
default: () => unknown[];
|
25
|
+
} & {
|
26
|
+
default: () => unknown[];
|
27
|
+
};
|
28
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
29
|
+
default: () => unknown[];
|
30
|
+
} & {
|
31
|
+
default: () => unknown[];
|
32
|
+
};
|
33
|
+
height: import("vue-types").VueTypeValidableDef<number> & {
|
34
|
+
default: number;
|
35
|
+
};
|
36
|
+
width: import("vue-types").VueTypeValidableDef<number> & {
|
37
|
+
default: number;
|
38
|
+
};
|
39
|
+
}>> & {
|
40
|
+
"onIndex-change"?: (...args: any[]) => any;
|
41
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "width" | "height" | "list" | "isLoop" | "loopTime" | "pics">;
|
42
|
+
$attrs: {
|
43
|
+
[x: string]: unknown;
|
44
|
+
};
|
45
|
+
$refs: {
|
46
|
+
[x: string]: unknown;
|
47
|
+
};
|
48
|
+
$slots: Readonly<{
|
49
|
+
[name: string]: import("vue").Slot;
|
50
|
+
}>;
|
51
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
52
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
|
53
|
+
$emit: (event: "index-change", ...args: any[]) => void;
|
54
|
+
$el: any;
|
55
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
56
|
+
isLoop: import("vue-types").VueTypeValidableDef<boolean> & {
|
57
|
+
default: boolean;
|
58
|
+
} & {
|
59
|
+
default: boolean;
|
60
|
+
};
|
61
|
+
loopTime: import("vue-types").VueTypeValidableDef<number> & {
|
62
|
+
default: number;
|
63
|
+
} & {
|
64
|
+
default: number;
|
65
|
+
};
|
66
|
+
pics: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
67
|
+
default: () => unknown[];
|
68
|
+
} & {
|
69
|
+
default: () => unknown[];
|
70
|
+
};
|
71
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
72
|
+
default: () => unknown[];
|
73
|
+
} & {
|
74
|
+
default: () => unknown[];
|
75
|
+
};
|
76
|
+
height: import("vue-types").VueTypeValidableDef<number> & {
|
77
|
+
default: number;
|
78
|
+
};
|
79
|
+
width: import("vue-types").VueTypeValidableDef<number> & {
|
80
|
+
default: number;
|
81
|
+
};
|
82
|
+
}>> & {
|
83
|
+
"onIndex-change"?: (...args: any[]) => any;
|
84
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "index-change"[], string, {
|
85
|
+
width: number;
|
86
|
+
height: number;
|
87
|
+
list: unknown[];
|
88
|
+
isLoop: boolean;
|
89
|
+
loopTime: number;
|
90
|
+
pics: unknown[];
|
91
|
+
}> & {
|
92
|
+
beforeCreate?: (() => void) | (() => void)[];
|
93
|
+
created?: (() => void) | (() => void)[];
|
94
|
+
beforeMount?: (() => void) | (() => void)[];
|
95
|
+
mounted?: (() => void) | (() => void)[];
|
96
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
97
|
+
updated?: (() => void) | (() => void)[];
|
98
|
+
activated?: (() => void) | (() => void)[];
|
99
|
+
deactivated?: (() => void) | (() => void)[];
|
100
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
101
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
102
|
+
destroyed?: (() => void) | (() => void)[];
|
103
|
+
unmounted?: (() => void) | (() => void)[];
|
104
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
105
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
106
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>, info: string) => boolean | void)[];
|
107
|
+
};
|
108
|
+
$forceUpdate: () => void;
|
109
|
+
$nextTick: typeof import("vue").nextTick;
|
110
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
111
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
112
|
+
isLoop: import("vue-types").VueTypeValidableDef<boolean> & {
|
113
|
+
default: boolean;
|
114
|
+
} & {
|
115
|
+
default: boolean;
|
116
|
+
};
|
117
|
+
loopTime: import("vue-types").VueTypeValidableDef<number> & {
|
118
|
+
default: number;
|
119
|
+
} & {
|
120
|
+
default: number;
|
121
|
+
};
|
122
|
+
pics: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
123
|
+
default: () => unknown[];
|
124
|
+
} & {
|
125
|
+
default: () => unknown[];
|
126
|
+
};
|
127
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
128
|
+
default: () => unknown[];
|
129
|
+
} & {
|
130
|
+
default: () => unknown[];
|
131
|
+
};
|
132
|
+
height: import("vue-types").VueTypeValidableDef<number> & {
|
133
|
+
default: number;
|
134
|
+
};
|
135
|
+
width: import("vue-types").VueTypeValidableDef<number> & {
|
136
|
+
default: number;
|
137
|
+
};
|
138
|
+
}>> & {
|
139
|
+
"onIndex-change"?: (...args: any[]) => any;
|
140
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & {} & import("vue").ComponentCustomProperties;
|
141
|
+
__isFragment?: never;
|
142
|
+
__isTeleport?: never;
|
143
|
+
__isSuspense?: never;
|
144
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
145
|
+
isLoop: import("vue-types").VueTypeValidableDef<boolean> & {
|
146
|
+
default: boolean;
|
147
|
+
} & {
|
148
|
+
default: boolean;
|
149
|
+
};
|
150
|
+
loopTime: import("vue-types").VueTypeValidableDef<number> & {
|
151
|
+
default: number;
|
152
|
+
} & {
|
153
|
+
default: number;
|
154
|
+
};
|
155
|
+
pics: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
156
|
+
default: () => unknown[];
|
157
|
+
} & {
|
158
|
+
default: () => unknown[];
|
159
|
+
};
|
160
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
161
|
+
default: () => unknown[];
|
162
|
+
} & {
|
163
|
+
default: () => unknown[];
|
164
|
+
};
|
165
|
+
height: import("vue-types").VueTypeValidableDef<number> & {
|
166
|
+
default: number;
|
167
|
+
};
|
168
|
+
width: import("vue-types").VueTypeValidableDef<number> & {
|
169
|
+
default: number;
|
170
|
+
};
|
171
|
+
}>> & {
|
172
|
+
"onIndex-change"?: (...args: any[]) => any;
|
173
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "index-change"[], "index-change", {
|
174
|
+
width: number;
|
175
|
+
height: number;
|
176
|
+
list: unknown[];
|
177
|
+
isLoop: boolean;
|
178
|
+
loopTime: number;
|
179
|
+
pics: unknown[];
|
180
|
+
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
|
181
|
+
export default BkSwiper;
|
@@ -0,0 +1 @@
|
|
1
|
+
!function(e,n){if("object"==typeof exports&&"object"==typeof module)module.exports=n(require("../shared"),require("vue"));else if("function"==typeof define&&define.amd)define(["../shared","vue"],n);else{var t="object"==typeof exports?n(require("../shared"),require("vue")):n(e["../shared"],e.vue);for(var r in t)("object"==typeof exports?exports:e)[r]=t[r]}}(self,((e,n)=>(()=>{"use strict";var t={4212:n=>{n.exports=e},748:e=>{e.exports=n}},r={};function o(e){var n=r[e];if(void 0!==n)return n.exports;var a=r[e]={exports:{}};return t[e](a,a.exports,o),a.exports}o.d=(e,n)=>{for(var t in n)o.o(n,t)&&!o.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},o.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var a={};return(()=>{o.r(a),o.d(a,{default:()=>r});var e=o(4212),n=o(748);const t=(0,n.defineComponent)({name:"Swiper",props:{isLoop:e.PropTypes.bool.def(!0),loopTime:e.PropTypes.number.def(8e3),pics:e.PropTypes.array.def([]),list:e.PropTypes.array.def([]),height:e.PropTypes.number,width:e.PropTypes.number},emits:["index-change"],setup:function(e,t){var r,o=t.emit,a=t.slots,i=(0,n.toRefs)(e),l=i.isLoop,u=i.loopTime,s=i.pics,c=i.list,p=i.height,d=i.width,v=(0,n.ref)(),f=(0,n.ref)(0),h=(0,n.ref)(0),b=(0,n.ref)(0),m=(0,n.ref)(0),w=(0,n.computed)((function(){var e;return(null===(e=c.value)||void 0===e?void 0:e.length)>0?c.value:s.value})),g=(0,n.computed)((function(){return{width:"".concat(h.value*w.value.length,"px"),transform:"translateX(-".concat(h.value*f.value,"px)")}})),y=(0,n.computed)((function(){return{width:"".concat(h.value,"px"),height:"".concat(b.value,"px")}})),k=function(e){var n=e;e>=w.value.length&&(n=0),e<0&&(n=w.value.length-1),f.value=n,o("index-change",n)},x=function(e){return["bk-swiper-img",{"bk-swiper-link":e.link},e.class]},T=function(e){return{"background-image":"url(".concat(e.url,")"),"background-color":e.color}},N=function(e){return{"bk-current-index":f.value===e}},P=function e(){l.value&&(m.value=window.setTimeout((function(){k(f.value+1),e()}),u.value))},V=function(){var e,n=function(e){if(void 0===e)return{height:0,width:0};var n=getComputedStyle(e),t=e.clientWidth-parseFloat(n.paddingTop)-parseFloat(n.paddingBottom);return{height:e.clientHeight-parseFloat(n.paddingLeft)-parseFloat(n.paddingRight),width:t}}(null===(e=v.value)||void 0===e?void 0:e.parentElement);h.value=+d.value>0?d.value:n.width,b.value=+p.value>0?p.value:n.height};return(0,n.watch)([p,d],V),(0,n.onMounted)((function(){var e,n;V(),P(),(n=null===(e=v.value)||void 0===e?void 0:e.parentElement)&&window.ResizeObserver&&(r=new ResizeObserver((function(){V()}))).observe(n)})),(0,n.onBeforeUnmount)((function(){var e;window.clearTimeout(m.value),null===(e=r.disconnect)||void 0===e||e.call(r)})),function(){return(0,n.createVNode)("section",{class:"bk-swiper-home",ref:v,style:y.value},[(0,n.createVNode)("hgroup",{style:g.value,class:"bk-transition bk-swiper-main"},[w.value.map((function(e){var t,r;return(0,n.createVNode)("h3",{class:"bk-swiper-card",style:y.value},[null!==(r=null===(t=a.default)||void 0===t?void 0:t.call(a,e))&&void 0!==r?r:(0,n.createVNode)("span",{class:x(e),style:T(e),onClick:function(){var n;(n=e.link)&&window.open(n,"_blank")}},null)])}))]),(0,n.createVNode)("ul",{class:"bk-swiper-index"},[w.value.map((function(e,t){return(0,n.createVNode)("li",{class:N(t),onMouseover:function(){return k(t)}},null)}))]),(0,n.createVNode)("span",{class:"bk-swiper-nav bk-nav-prev",onClick:function(){return k(f.value-1)}},[(0,n.createVNode)("i",{class:"bk-swiper-nav-icon"},null)]),(0,n.createVNode)("span",{class:"bk-swiper-nav bk-nav-next",onClick:function(){return k(f.value+1)}},[(0,n.createVNode)("i",{class:"bk-swiper-nav-icon"},null)])])}}}),r=(0,e.withInstall)(t)})(),a})()));
|
@@ -0,0 +1,91 @@
|
|
1
|
+
.bk-swiper-home {
|
2
|
+
position: relative;
|
3
|
+
overflow: hidden;
|
4
|
+
}
|
5
|
+
.bk-swiper-home:hover .bk-swiper-nav {
|
6
|
+
display: block;
|
7
|
+
}
|
8
|
+
.bk-swiper-main {
|
9
|
+
display: flex;
|
10
|
+
height: 100%;
|
11
|
+
overflow: hidden;
|
12
|
+
}
|
13
|
+
.bk-swiper-main.bk-transition {
|
14
|
+
transition: 0.5s cubic-bezier(0.42, 0, 0.58, 1);
|
15
|
+
}
|
16
|
+
.bk-swiper-main .bk-swiper-card {
|
17
|
+
height: 100%;
|
18
|
+
padding: 0;
|
19
|
+
margin: 0;
|
20
|
+
}
|
21
|
+
.bk-swiper-main .bk-swiper-img {
|
22
|
+
display: inline-block;
|
23
|
+
width: 100%;
|
24
|
+
height: 100%;
|
25
|
+
margin: 0;
|
26
|
+
background-position: center;
|
27
|
+
background-repeat: no-repeat;
|
28
|
+
background-size: cover;
|
29
|
+
}
|
30
|
+
.bk-swiper-main .bk-swiper-link {
|
31
|
+
cursor: pointer;
|
32
|
+
}
|
33
|
+
.bk-swiper-index {
|
34
|
+
position: absolute;
|
35
|
+
right: 0;
|
36
|
+
bottom: 10px;
|
37
|
+
left: 0;
|
38
|
+
display: flex;
|
39
|
+
padding: 0;
|
40
|
+
margin: 0;
|
41
|
+
justify-content: center;
|
42
|
+
}
|
43
|
+
.bk-swiper-index li {
|
44
|
+
width: 11px;
|
45
|
+
height: 4px;
|
46
|
+
margin: 0 3px;
|
47
|
+
list-style-type: none;
|
48
|
+
background: #63656e;
|
49
|
+
border-radius: 2px;
|
50
|
+
transition: width 0.525s;
|
51
|
+
}
|
52
|
+
.bk-swiper-index li.bk-current-index {
|
53
|
+
width: 17px;
|
54
|
+
background: #c5c7d1;
|
55
|
+
}
|
56
|
+
.bk-swiper-nav {
|
57
|
+
position: absolute;
|
58
|
+
top: calc(50% - 15px);
|
59
|
+
display: none;
|
60
|
+
width: 30px;
|
61
|
+
height: 30px;
|
62
|
+
cursor: pointer;
|
63
|
+
background: rgba(31, 45, 61, 0.4);
|
64
|
+
border-radius: 50%;
|
65
|
+
}
|
66
|
+
.bk-swiper-nav .bk-swiper-nav-icon {
|
67
|
+
position: absolute;
|
68
|
+
top: 9px;
|
69
|
+
left: 11px;
|
70
|
+
width: 10px;
|
71
|
+
height: 10px;
|
72
|
+
border-bottom: 2px solid #fff;
|
73
|
+
border-left: 2px solid #fff;
|
74
|
+
}
|
75
|
+
.bk-swiper-nav.bk-nav-prev {
|
76
|
+
left: 14px;
|
77
|
+
transform: rotate(45deg);
|
78
|
+
}
|
79
|
+
.bk-swiper-nav.bk-nav-prev:hover {
|
80
|
+
transform: rotate(45deg);
|
81
|
+
}
|
82
|
+
.bk-swiper-nav.bk-nav-next {
|
83
|
+
right: 14px;
|
84
|
+
transform: rotate(225deg);
|
85
|
+
}
|
86
|
+
.bk-swiper-nav.bk-nav-next:hover {
|
87
|
+
transform: rotate(225deg);
|
88
|
+
}
|
89
|
+
.bk-swiper-nav:hover {
|
90
|
+
background: rgba(31, 45, 61, 0.6);
|
91
|
+
}
|
@@ -0,0 +1,65 @@
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
2
|
+
isLoop: import("vue-types").VueTypeValidableDef<boolean> & {
|
3
|
+
default: boolean;
|
4
|
+
} & {
|
5
|
+
default: boolean;
|
6
|
+
};
|
7
|
+
loopTime: import("vue-types").VueTypeValidableDef<number> & {
|
8
|
+
default: number;
|
9
|
+
} & {
|
10
|
+
default: number;
|
11
|
+
};
|
12
|
+
pics: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
13
|
+
default: () => unknown[];
|
14
|
+
} & {
|
15
|
+
default: () => unknown[];
|
16
|
+
};
|
17
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
18
|
+
default: () => unknown[];
|
19
|
+
} & {
|
20
|
+
default: () => unknown[];
|
21
|
+
};
|
22
|
+
height: import("vue-types").VueTypeValidableDef<number> & {
|
23
|
+
default: number;
|
24
|
+
};
|
25
|
+
width: import("vue-types").VueTypeValidableDef<number> & {
|
26
|
+
default: number;
|
27
|
+
};
|
28
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "index-change"[], "index-change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
29
|
+
isLoop: import("vue-types").VueTypeValidableDef<boolean> & {
|
30
|
+
default: boolean;
|
31
|
+
} & {
|
32
|
+
default: boolean;
|
33
|
+
};
|
34
|
+
loopTime: import("vue-types").VueTypeValidableDef<number> & {
|
35
|
+
default: number;
|
36
|
+
} & {
|
37
|
+
default: number;
|
38
|
+
};
|
39
|
+
pics: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
40
|
+
default: () => unknown[];
|
41
|
+
} & {
|
42
|
+
default: () => unknown[];
|
43
|
+
};
|
44
|
+
list: import("vue-types").VueTypeValidableDef<unknown[]> & {
|
45
|
+
default: () => unknown[];
|
46
|
+
} & {
|
47
|
+
default: () => unknown[];
|
48
|
+
};
|
49
|
+
height: import("vue-types").VueTypeValidableDef<number> & {
|
50
|
+
default: number;
|
51
|
+
};
|
52
|
+
width: import("vue-types").VueTypeValidableDef<number> & {
|
53
|
+
default: number;
|
54
|
+
};
|
55
|
+
}>> & {
|
56
|
+
"onIndex-change"?: (...args: any[]) => any;
|
57
|
+
}, {
|
58
|
+
width: number;
|
59
|
+
height: number;
|
60
|
+
list: unknown[];
|
61
|
+
isLoop: boolean;
|
62
|
+
loopTime: number;
|
63
|
+
pics: unknown[];
|
64
|
+
}>;
|
65
|
+
export default _default;
|
@@ -0,0 +1,107 @@
|
|
1
|
+
.bk-swiper-home {
|
2
|
+
position: relative;
|
3
|
+
overflow: hidden;
|
4
|
+
|
5
|
+
&:hover .bk-swiper-nav {
|
6
|
+
display: block;
|
7
|
+
}
|
8
|
+
}
|
9
|
+
|
10
|
+
.bk-swiper-main {
|
11
|
+
display: flex;
|
12
|
+
height: 100%;
|
13
|
+
overflow: hidden;
|
14
|
+
|
15
|
+
&.bk-transition {
|
16
|
+
transition: .5s cubic-bezier(.42, 0, .58, 1);
|
17
|
+
}
|
18
|
+
|
19
|
+
.bk-swiper-card {
|
20
|
+
height: 100%;
|
21
|
+
padding: 0;
|
22
|
+
margin: 0;
|
23
|
+
}
|
24
|
+
|
25
|
+
.bk-swiper-img {
|
26
|
+
display: inline-block;
|
27
|
+
width: 100%;
|
28
|
+
height: 100%;
|
29
|
+
margin: 0;
|
30
|
+
background-position: center;
|
31
|
+
background-repeat: no-repeat;
|
32
|
+
background-size: cover;
|
33
|
+
}
|
34
|
+
|
35
|
+
.bk-swiper-link {
|
36
|
+
cursor: pointer;
|
37
|
+
}
|
38
|
+
}
|
39
|
+
|
40
|
+
.bk-swiper-index {
|
41
|
+
position: absolute;
|
42
|
+
right: 0;
|
43
|
+
bottom: 10px;
|
44
|
+
left: 0;
|
45
|
+
display: flex;
|
46
|
+
padding: 0;
|
47
|
+
margin: 0;
|
48
|
+
justify-content: center;
|
49
|
+
|
50
|
+
li {
|
51
|
+
width: 11px;
|
52
|
+
height: 4px;
|
53
|
+
margin: 0 3px;
|
54
|
+
list-style-type: none;
|
55
|
+
background: #63656e;
|
56
|
+
border-radius: 2px;
|
57
|
+
transition: width .525s;
|
58
|
+
|
59
|
+
&.bk-current-index {
|
60
|
+
width: 17px;
|
61
|
+
background: #c5c7d1;
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
|
66
|
+
.bk-swiper-nav {
|
67
|
+
position: absolute;
|
68
|
+
top: calc(50% - 15px);
|
69
|
+
display: none;
|
70
|
+
width: 30px;
|
71
|
+
height: 30px;
|
72
|
+
cursor: pointer;
|
73
|
+
background: rgba(31,45,61,.4);
|
74
|
+
border-radius: 50%;
|
75
|
+
|
76
|
+
.bk-swiper-nav-icon {
|
77
|
+
position: absolute;
|
78
|
+
top: 9px;
|
79
|
+
left: 11px;
|
80
|
+
width: 10px;
|
81
|
+
height: 10px;
|
82
|
+
border-bottom: 2px solid #fff;
|
83
|
+
border-left: 2px solid #fff;
|
84
|
+
}
|
85
|
+
|
86
|
+
&.bk-nav-prev {
|
87
|
+
left: 14px;
|
88
|
+
transform: rotate(45deg);
|
89
|
+
|
90
|
+
&:hover {
|
91
|
+
transform: rotate(45deg);
|
92
|
+
}
|
93
|
+
}
|
94
|
+
|
95
|
+
&.bk-nav-next {
|
96
|
+
right: 14px;
|
97
|
+
transform: rotate(225deg);
|
98
|
+
|
99
|
+
&:hover {
|
100
|
+
transform: rotate(225deg);
|
101
|
+
}
|
102
|
+
}
|
103
|
+
|
104
|
+
&:hover {
|
105
|
+
background: rgba(31,45,61,.6);
|
106
|
+
}
|
107
|
+
}
|
@@ -0,0 +1,91 @@
|
|
1
|
+
.bk-swiper-home {
|
2
|
+
position: relative;
|
3
|
+
overflow: hidden;
|
4
|
+
}
|
5
|
+
.bk-swiper-home:hover .bk-swiper-nav {
|
6
|
+
display: block;
|
7
|
+
}
|
8
|
+
.bk-swiper-main {
|
9
|
+
display: flex;
|
10
|
+
height: 100%;
|
11
|
+
overflow: hidden;
|
12
|
+
}
|
13
|
+
.bk-swiper-main.bk-transition {
|
14
|
+
transition: 0.5s cubic-bezier(0.42, 0, 0.58, 1);
|
15
|
+
}
|
16
|
+
.bk-swiper-main .bk-swiper-card {
|
17
|
+
height: 100%;
|
18
|
+
padding: 0;
|
19
|
+
margin: 0;
|
20
|
+
}
|
21
|
+
.bk-swiper-main .bk-swiper-img {
|
22
|
+
display: inline-block;
|
23
|
+
width: 100%;
|
24
|
+
height: 100%;
|
25
|
+
margin: 0;
|
26
|
+
background-position: center;
|
27
|
+
background-repeat: no-repeat;
|
28
|
+
background-size: cover;
|
29
|
+
}
|
30
|
+
.bk-swiper-main .bk-swiper-link {
|
31
|
+
cursor: pointer;
|
32
|
+
}
|
33
|
+
.bk-swiper-index {
|
34
|
+
position: absolute;
|
35
|
+
right: 0;
|
36
|
+
bottom: 10px;
|
37
|
+
left: 0;
|
38
|
+
display: flex;
|
39
|
+
padding: 0;
|
40
|
+
margin: 0;
|
41
|
+
justify-content: center;
|
42
|
+
}
|
43
|
+
.bk-swiper-index li {
|
44
|
+
width: 11px;
|
45
|
+
height: 4px;
|
46
|
+
margin: 0 3px;
|
47
|
+
list-style-type: none;
|
48
|
+
background: #63656e;
|
49
|
+
border-radius: 2px;
|
50
|
+
transition: width 0.525s;
|
51
|
+
}
|
52
|
+
.bk-swiper-index li.bk-current-index {
|
53
|
+
width: 17px;
|
54
|
+
background: #c5c7d1;
|
55
|
+
}
|
56
|
+
.bk-swiper-nav {
|
57
|
+
position: absolute;
|
58
|
+
top: calc(50% - 15px);
|
59
|
+
display: none;
|
60
|
+
width: 30px;
|
61
|
+
height: 30px;
|
62
|
+
cursor: pointer;
|
63
|
+
background: rgba(31, 45, 61, 0.4);
|
64
|
+
border-radius: 50%;
|
65
|
+
}
|
66
|
+
.bk-swiper-nav .bk-swiper-nav-icon {
|
67
|
+
position: absolute;
|
68
|
+
top: 9px;
|
69
|
+
left: 11px;
|
70
|
+
width: 10px;
|
71
|
+
height: 10px;
|
72
|
+
border-bottom: 2px solid #fff;
|
73
|
+
border-left: 2px solid #fff;
|
74
|
+
}
|
75
|
+
.bk-swiper-nav.bk-nav-prev {
|
76
|
+
left: 14px;
|
77
|
+
transform: rotate(45deg);
|
78
|
+
}
|
79
|
+
.bk-swiper-nav.bk-nav-prev:hover {
|
80
|
+
transform: rotate(45deg);
|
81
|
+
}
|
82
|
+
.bk-swiper-nav.bk-nav-next {
|
83
|
+
right: 14px;
|
84
|
+
transform: rotate(225deg);
|
85
|
+
}
|
86
|
+
.bk-swiper-nav.bk-nav-next:hover {
|
87
|
+
transform: rotate(225deg);
|
88
|
+
}
|
89
|
+
.bk-swiper-nav:hover {
|
90
|
+
background: rgba(31, 45, 61, 0.6);
|
91
|
+
}
|