bkui-vue 0.0.1-beta.4 → 0.0.1-beta.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -19
- package/dist/index.cjs.js +57 -0
- package/dist/index.esm.js +20298 -0
- package/dist/index.umd.js +57 -0
- package/dist/style.css +1 -2009
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.js +1 -0
- package/lib/alert/alert.variable.css +32 -0
- package/lib/alert/index.d.ts +180 -0
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/animate-number.js +1 -0
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/backtop/backtop.d.ts +27 -13
- package/lib/backtop/backtop.js +1 -0
- package/lib/backtop/backtop.variable.css +32 -0
- package/lib/backtop/index.d.ts +166 -0
- package/lib/badge/badge.d.ts +40 -19
- package/lib/badge/badge.js +1 -0
- package/lib/badge/badge.variable.css +32 -0
- package/lib/badge/index.d.ts +217 -0
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.css +10 -1
- package/lib/breadcrumb/breadcrumb.d.ts +37 -9
- package/lib/breadcrumb/breadcrumb.js +1 -0
- package/lib/breadcrumb/breadcrumb.less +13 -2
- package/lib/breadcrumb/breadcrumb.variable.css +42 -1
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.css +12 -0
- package/lib/button/button.d.ts +57 -28
- package/lib/button/button.js +1 -0
- package/lib/button/button.less +26 -15
- package/lib/button/button.variable.css +44 -0
- package/lib/button/index.d.ts +226 -0
- package/lib/card/card.d.ts +30 -15
- package/lib/card/card.js +1 -0
- package/lib/card/card.variable.css +32 -0
- package/lib/card/index.d.ts +187 -0
- package/lib/checkbox/checkbox-group.d.ts +13 -9
- package/lib/checkbox/checkbox.d.ts +31 -22
- package/lib/checkbox/checkbox.js +1 -0
- package/lib/checkbox/checkbox.variable.css +32 -0
- package/lib/checkbox/common.d.ts +1 -1
- package/lib/checkbox/index.d.ts +261 -0
- package/lib/checkbox/type.d.ts +7 -6
- package/lib/code-diff/code-diff.css +186 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.js +1 -0
- package/lib/code-diff/code-diff.less +238 -0
- package/lib/code-diff/code-diff.variable.css +279 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/collapse/collapse.css +8 -0
- package/lib/collapse/collapse.d.ts +50 -18
- package/lib/collapse/collapse.js +1 -0
- package/lib/collapse/collapse.less +10 -0
- package/lib/collapse/collapse.variable.css +8 -0
- package/lib/collapse/index.d.ts +166 -0
- package/lib/components.d.ts +41 -0
- package/lib/date-picker/date-picker.css +407 -0
- package/lib/date-picker/date-picker.d.ts +294 -0
- package/lib/date-picker/date-picker.js +1 -0
- package/lib/date-picker/date-picker.less +526 -0
- package/lib/date-picker/date-picker.variable.css +500 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +713 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/props.d.ts +111 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/dialog.d.ts +57 -27
- package/lib/dialog/dialog.js +1 -0
- package/lib/dialog/index.d.ts +286 -0
- package/lib/directives/clickoutside.d.ts +3 -0
- package/lib/directives/directives.js +2 -0
- package/lib/directives/directives.js.LICENSE.txt +14 -0
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/tooltips.d.ts +17 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.js +1 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +131 -0
- package/lib/divider/index.d.ts +142 -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 +43 -0
- package/lib/dropdown/dropdown.d.ts +61 -0
- package/lib/dropdown/dropdown.js +1 -0
- package/lib/dropdown/dropdown.less +54 -0
- package/lib/dropdown/dropdown.variable.css +136 -0
- package/lib/dropdown/index.d.ts +192 -0
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.js +1 -0
- package/lib/exception/exception.variable.css +32 -0
- package/lib/exception/index.d.ts +96 -0
- package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
- package/lib/fixed-navbar/fixed-navbar.js +1 -0
- package/lib/fixed-navbar/fixed-navbar.variable.css +32 -0
- package/lib/fixed-navbar/index.d.ts +112 -0
- package/lib/form/common.d.ts +3 -0
- package/lib/form/form-item.d.ts +145 -0
- package/lib/form/form.css +49 -0
- package/lib/form/form.d.ts +64 -0
- package/lib/form/form.js +1 -0
- package/lib/form/form.less +64 -0
- package/lib/form/form.variable.css +49 -0
- package/lib/form/index.d.ts +246 -0
- package/lib/form/type.d.ts +21 -0
- package/lib/form/validator.d.ts +8 -0
- package/lib/icon/angle-double-down-line.d.ts +4 -0
- package/lib/icon/angle-double-down-line.js +1 -0
- package/lib/icon/angle-double-left-line.d.ts +4 -0
- package/lib/icon/angle-double-left-line.js +1 -0
- package/lib/icon/angle-double-left.d.ts +4 -0
- package/lib/icon/angle-double-left.js +1 -0
- package/lib/icon/angle-double-right-line.d.ts +4 -0
- package/lib/icon/angle-double-right-line.js +1 -0
- package/lib/icon/angle-double-right.d.ts +4 -0
- package/lib/icon/angle-double-right.js +1 -0
- package/lib/icon/angle-double-up-line.d.ts +4 -0
- package/lib/icon/angle-double-up-line.js +1 -0
- package/lib/icon/angle-down-fill.d.ts +4 -0
- package/lib/icon/angle-down-fill.js +1 -0
- package/lib/icon/angle-down-line.d.ts +4 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.d.ts +4 -0
- package/lib/icon/angle-right.js +1 -0
- package/lib/icon/angle-up-fill.d.ts +4 -0
- package/lib/icon/angle-up-fill.js +1 -0
- package/lib/icon/angle-up.d.ts +4 -0
- package/lib/icon/angle-up.js +1 -0
- package/lib/icon/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/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.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/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/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/eye.d.ts +4 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/folder-open.d.ts +4 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/folder.d.ts +4 -0
- package/lib/icon/folder.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/icon.js +1 -0
- package/lib/icon/index.d.ts +53 -0
- 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/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/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.d.ts +4 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/search.d.ts +4 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.d.ts +4 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/tree-application-shape.d.ts +4 -0
- package/lib/icon/tree-application-shape.js +1 -0
- package/lib/icon/unvisible.d.ts +4 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/warn.d.ts +4 -0
- package/lib/icon/warn.js +1 -0
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/index.d.ts +4 -0
- package/lib/input/index.d.ts +443 -0
- package/lib/input/input.css +61 -3
- package/lib/input/input.d.ts +116 -47
- package/lib/input/input.js +1 -0
- package/lib/input/input.less +79 -7
- package/lib/input/input.variable.css +94 -3
- package/lib/link/index.d.ts +164 -0
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.js +1 -0
- package/lib/link/link.variable.css +32 -0
- package/lib/loading/index.d.ts +164 -0
- package/lib/loading/loading.css +109 -73
- package/lib/loading/loading.d.ts +61 -20
- package/lib/loading/loading.js +1 -0
- package/lib/loading/loading.less +74 -58
- package/lib/loading/loading.variable.css +141 -73
- package/lib/menu/index.d.ts +188 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +182 -0
- package/lib/menu/menu.d.ts +64 -0
- package/lib/menu/menu.js +1 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +275 -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 +96 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +2 -0
- package/lib/message/message.css +62 -0
- package/lib/message/message.js +1 -0
- package/lib/message/message.less +72 -0
- package/lib/message/message.variable.css +155 -0
- package/lib/message/messageConstructor.d.ts +106 -0
- package/lib/modal/index.d.ts +214 -0
- package/lib/modal/modal.d.ts +33 -15
- package/lib/modal/modal.js +1 -0
- package/lib/modal/props.mixin.d.ts +5 -1
- package/lib/navigation/index.d.ts +2 -0
- package/lib/navigation/navigation-title.d.ts +25 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +111 -0
- package/lib/navigation/navigation.js +1 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +277 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/notify.css +49 -0
- package/lib/notify/notify.js +1 -0
- package/lib/notify/notify.less +58 -0
- package/lib/notify/notify.variable.css +142 -0
- package/lib/notify/notifyConstructor.d.ts +91 -0
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.js +1 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +272 -0
- package/lib/pagination/type.d.ts +6 -0
- package/lib/pagination/use-limit.d.ts +8 -0
- package/lib/pagination/use-list.d.ts +8 -0
- package/lib/pagination/use-small-list.d.ts +5 -0
- package/lib/pagination/use-total.d.ts +5 -0
- package/lib/popover/index.d.ts +287 -0
- package/lib/popover/popover.css +23 -14
- package/lib/popover/popover.d.ts +75 -46
- package/lib/popover/popover.js +1 -0
- package/lib/popover/popover.less +57 -46
- package/lib/popover/popover.variable.css +55 -14
- package/lib/popover/props.d.ts +77 -0
- package/lib/preset.d.ts +7 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/process.css +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.js +1 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +231 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/progress.css +0 -3
- package/lib/progress/progress.d.ts +88 -35
- package/lib/progress/progress.js +1 -0
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +32 -3
- package/lib/radio/common.d.ts +1 -1
- package/lib/radio/index.d.ts +277 -0
- package/lib/radio/radio-button.d.ts +24 -16
- package/lib/radio/radio-group.d.ts +11 -10
- package/lib/radio/radio.css +8 -2
- package/lib/radio/radio.d.ts +23 -13
- package/lib/radio/radio.js +1 -0
- package/lib/radio/radio.less +9 -2
- package/lib/radio/radio.variable.css +40 -2
- package/lib/radio/type.d.ts +1 -1
- package/lib/rate/index.d.ts +113 -0
- package/lib/rate/rate.d.ts +13 -10
- package/lib/rate/rate.js +1 -0
- package/lib/rate/star.d.ts +33 -16
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.js +1 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +282 -0
- package/lib/select/common.d.ts +23 -17
- package/lib/select/index.d.ts +1347 -0
- package/lib/select/option.d.ts +12 -19
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +243 -17
- package/lib/select/select.d.ts +268 -155
- package/lib/select/select.js +1 -0
- package/lib/select/select.less +245 -46
- package/lib/select/select.variable.css +275 -17
- package/lib/select/type.d.ts +31 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
- package/lib/shared/index.d.ts +52 -0
- package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +32 -3
- package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +8 -1
- package/lib/shared/{bk-popover.d.ts → popover.d.ts} +57 -6
- package/lib/shared/shared.js +1 -0
- package/lib/shared/utils.d.ts +6 -0
- package/lib/shared/vue-types.d.ts +8 -7
- package/lib/shared/z-index-manager.d.ts +6 -1
- package/lib/sideslider/index.d.ts +206 -0
- package/lib/sideslider/sideslider.d.ts +39 -18
- package/lib/sideslider/sideslider.js +1 -0
- package/lib/sideslider/sideslider.variable.css +32 -0
- package/{changelog.config.js → lib/slider/index.d.ts} +2 -8
- package/lib/slider/slider-button.d.ts +80 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +201 -0
- package/lib/slider/slider.js +1 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +242 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/steps.css +288 -0
- package/lib/steps/steps.d.ts +161 -0
- package/lib/steps/steps.js +1 -0
- package/lib/steps/steps.less +324 -0
- package/lib/steps/steps.variable.css +381 -0
- package/lib/styles/index.d.ts +47 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +52 -0
- package/lib/styles/mixins/popper.variable.css +43 -0
- package/lib/styles/mixins/size.less +9 -0
- package/lib/styles/reset.css +273 -0
- package/lib/styles/reset.less +313 -0
- package/lib/styles/reset.variable.css +273 -0
- package/lib/styles/themes/themes.less +52 -2
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.js +1 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +286 -0
- package/lib/switcher/switcher.css +149 -135
- package/lib/switcher/switcher.d.ts +48 -32
- package/lib/switcher/switcher.js +1 -0
- package/lib/switcher/switcher.less +210 -154
- package/lib/switcher/switcher.variable.css +181 -135
- package/lib/tab/index.d.ts +443 -0
- package/lib/tab/props.d.ts +191 -0
- package/lib/tab/tab-nav.d.ts +165 -0
- package/lib/tab/tab-panel.d.ts +73 -0
- package/lib/tab/tab.css +148 -0
- package/lib/tab/tab.d.ts +140 -0
- package/lib/tab/tab.js +1 -0
- package/lib/tab/tab.less +222 -0
- package/lib/tab/tab.variable.css +241 -0
- package/lib/table/const.d.ts +4 -0
- package/lib/table/index.d.ts +302 -0
- package/lib/table/props.d.ts +117 -0
- package/lib/table/render.d.ts +83 -0
- package/lib/table/table.css +91 -0
- package/lib/table/table.d.ts +88 -36
- package/lib/table/table.js +1 -0
- package/lib/table/table.less +111 -1
- package/lib/table/table.variable.css +123 -0
- package/lib/table/utils.d.ts +69 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/tag.css +97 -0
- package/lib/tag/tag.d.ts +83 -53
- package/lib/tag/tag.js +1 -0
- package/lib/tag/tag.less +110 -2
- package/lib/tag/tag.variable.css +129 -0
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +2 -0
- package/lib/tag-input/list-tag-render.d.ts +47 -0
- package/lib/tag-input/tag-input.css +208 -0
- package/lib/tag-input/tag-input.d.ts +374 -0
- package/lib/tag-input/tag-input.js +1 -0
- package/lib/tag-input/tag-input.less +250 -0
- package/lib/tag-input/tag-input.variable.css +301 -0
- package/lib/tag-input/tag-props.d.ts +131 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.js +1 -0
- package/lib/timeline/timeline.less +239 -0
- package/lib/timeline/timeline.variable.css +328 -0
- package/lib/transfer/index.d.ts +351 -0
- package/lib/transfer/transfer.css +158 -0
- package/lib/transfer/transfer.d.ts +185 -0
- package/lib/transfer/transfer.js +1 -0
- package/lib/transfer/transfer.less +171 -0
- package/lib/transfer/transfer.variable.css +251 -0
- package/lib/tree/index.d.ts +287 -0
- package/lib/tree/props.d.ts +89 -0
- package/lib/tree/tree.css +50 -0
- package/lib/tree/tree.d.ts +111 -0
- package/lib/tree/tree.js +1 -0
- package/lib/tree/tree.less +63 -0
- package/lib/tree/tree.variable.css +143 -0
- package/lib/tree/util.d.ts +70 -0
- package/lib/use-form.d.ts +3 -0
- package/lib/use-message.d.ts +2 -0
- package/lib/virtual-render/index.d.ts +556 -0
- package/lib/virtual-render/props.d.ts +157 -0
- package/lib/virtual-render/v-virtual-render.d.ts +7 -0
- package/lib/virtual-render/virtual-render.css +33 -0
- package/lib/virtual-render/virtual-render.d.ts +244 -0
- package/lib/virtual-render/virtual-render.js +1 -0
- package/lib/virtual-render/virtual-render.less +43 -0
- package/lib/virtual-render/virtual-render.variable.css +33 -0
- package/package.json +74 -74
- 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/alert/index.js +0 -1
- package/lib/animate-number/index.js +0 -1
- package/lib/backtop/index.js +0 -1
- package/lib/badge/index.js +0 -1
- package/lib/breadcrumb/index.js +0 -1
- package/lib/button/index.js +0 -1
- package/lib/card/index.js +0 -1
- package/lib/checkbox/index.js +0 -1
- package/lib/checkbox-group/index.js +0 -1
- package/lib/collapse/index.js +0 -1
- package/lib/dialog/index.js +0 -1
- package/lib/directives/index.js +0 -15
- package/lib/exception/index.js +0 -1
- package/lib/fixed-navbar/index.js +0 -1
- package/lib/icon/index.js +0 -15
- package/lib/input/index.js +0 -15
- package/lib/link/index.js +0 -1
- package/lib/loading/index.js +0 -1
- package/lib/modal/index.js +0 -1
- package/lib/popover/index.js +0 -1
- package/lib/progress/index.js +0 -1
- package/lib/radio/index.js +0 -1
- package/lib/radio-button/index.js +0 -1
- package/lib/radio-group/index.js +0 -1
- package/lib/rate/index.js +0 -1
- package/lib/select/index.js +0 -1
- package/lib/shared/index.js +0 -1
- package/lib/sideslider/index.js +0 -1
- package/lib/styles/index.js +0 -1
- package/lib/switcher/index.js +0 -1
- package/lib/table/common.d.ts +0 -3
- package/lib/table/index.js +0 -1
- package/lib/table/table-layout.d.ts +0 -14
- package/lib/table/type.d.ts +0 -12
- package/lib/tag/index.js +0 -1
package/lib/alert/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared"),require("@bkui-vue/icon")):"function"==typeof define&&define.amd?define(["exports","vue","../shared","@bkui-vue/icon"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared,e["@bkui-vue/icon/icons"])}(this,(function(e,t,o,s){"use strict";function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var i={exports:{}};!function(e){e.exports=function(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e},e.exports.default=e.exports,e.exports.__esModule=!0}(i);var n=r(i.exports),l=t.defineComponent({name:"BkAlert",props:{theme:o.PropTypes.theme(["info","success","warning","error"]).def("info"),size:o.PropTypes.string,title:o.PropTypes.string,closable:o.PropTypes.bool.def(!1),closeText:o.PropTypes.string,showIcon:o.PropTypes.bool.def(!0)},emits:["close"],setup:function(e,o){var s=t.reactive({visible:!0});return{state:s,handleClose:function(){s.visible=!1,o.emit("close")}}},render:function(){if(!this.state.visible)return null;var e=Boolean(this.closeText),r=o.classes({"bk-alert-close":!0,"close-text":e,"icon-close":!e}),i=o.classes(n({"bk-alert":!0},"bk-alert-".concat(this.theme),!0));return t.createVNode("div",{class:i},[t.createVNode("div",{class:"bk-alert-wraper"},[this.showIcon&&t.createVNode(s.Help,{class:"bk-alert-icon-info"},null),t.createVNode("div",{class:"bk-alert-content"},[t.createVNode("div",{class:"bk-alert-title"},[this.title]),t.createVNode("div",{class:"bk-alert-description"},null)]),t.createVNode("span",{class:r,onClick:this.handleClose},[this.closeText])])])}});l.install=function(e){e.component(l.name,l)},e.Alert=l,e.default=l,Object.defineProperty(e,"__esModule",{value:!0})}));
|
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,n,t){"use strict";var u=n.defineComponent({name:"BkAnimateNumber",props:{value:t.PropTypes.number.def(0),digits:t.PropTypes.number.def(0)},setup:function(e){var t=-1,u=n.ref(0),i=n.computed((function(){return Number(u.value).toFixed(e.digits)})),o=function(n,i){if(Number.isNaN(+i))return 0;var o=Math.abs(i-n),r=i-n>0?1:-1,a=Math.ceil(o/30*Math.pow(10,e.digits))/Math.pow(10,e.digits),f=25/Math.ceil(o/a),d=1;!function e(){if(d<f)return t=requestAnimationFrame(e),void(d+=1);u.value+=a*r,(1===r?u.value<i:u.value>i)?(t=requestAnimationFrame(e),d=1):u.value=i}()};return n.watch((function(){return e.value}),(function(e,n){o(n,e)})),n.onMounted((function(){o(0,e.value)})),n.onBeforeUnmount((function(){cancelAnimationFrame(t)})),function(){return n.createVNode("span",null,[i.value])}}});u.install=function(e){e.component(u.name,u)},e.default=u,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/backtop/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("@bkui-vue/icon"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","@bkui-vue/icon","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e["@bkui-vue/icon/icons"],e.Shared)}(this,(function(e,t,n,o){"use strict";var r=t.defineComponent({name:"BkBacktop",props:{visibilityHeight:o.PropTypes.number.def(200),target:o.PropTypes.string.def(""),right:o.PropTypes.number.def(40),bottom:o.PropTypes.number.def(40),extCls:o.PropTypes.string.def("")},setup:function(e,r){var u=r.slots,i=t.ref(null),l=t.ref(null),a=t.ref(!1),d=t.ref(o.bkZIndexManager.getModalNextIndex()),c="".concat(e.bottom,"px"),s="".concat(e.right,"px"),f=o.throttle((function(){a.value=l.value.scrollTop>=e.visibilityHeight}),30),v=function(){l.value.scrollTo({top:0,behavior:"smooth"})};return t.watch((function(){return a}),(function(){d.value=o.bkZIndexManager.getModalNextIndex()})),t.onMounted((function(){if(i.value=document,l.value=document.documentElement,e.target){if(l.value=document.querySelector(e.target),!l.value)throw new Error("target does not exist");i.value=l.value}i.value.addEventListener("scroll",f)})),t.onBeforeUnmount((function(){i.value.removeEventListener("scroll",f)})),function(){var o,r;return t.createVNode(t.Transition,{name:"bk-fade"},{default:function(){return[a.value?t.createVNode("div",{class:"bk-backtop ".concat(e.extCls),style:{right:s,bottom:c,zIndex:d.value},onClick:v},[null!==(r=null===(o=u.default)||void 0===o?void 0:o.call(u))&&void 0!==r?r:t.createVNode(n.AngleUp,{style:{fontSize:"14px"}},null)]):""]}})}}});r.install=function(e){e.component(r.name,r)},e.default=r,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/badge/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],o):o((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,o,t){"use strict";function n(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var r={exports:{}};!function(e){e.exports=function(e,o,t){return o in e?Object.defineProperty(e,o,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[o]=t,e},e.exports.default=e.exports,e.exports.__esModule=!0}(r);var s=n(r.exports),i=o.defineComponent({name:"BkBadge",props:{theme:t.PropTypes.string.def("primary"),count:t.PropTypes.number,position:t.PropTypes.string.def("top-right"),radius:t.PropTypes.string,valLength:t.PropTypes.number,overflowCount:t.PropTypes.number.def(99),dot:t.PropTypes.bool.def(!1),visible:t.PropTypes.bool.def(!1)},setup:function(e){return{numberCount:o.computed((function(){return e.count>e.overflowCount?"".concat(e.overflowCount,"+"):e.count}))}},render:function(){var e,n,r,i,p,u,l,d=t.classes((s(e={},"bk-badge pinned bk-".concat(this.$props.theme),!!this.$props.theme),s(e,"dot",this.$props.dot),s(e,"".concat(this.$props.position),this.$props.position),s(e,"bk-badge-icon is-icon",this.$slots.icon),e),""),a=this.$props.dot?"":o.createVNode("span",null,[this.numberCount]);return o.createVNode("div",{class:"bk-badge-main"},[o.createVNode("div",null,[null!==(i=null===(r=(n=this.$slots).default)||void 0===r?void 0:r.call(n))&&void 0!==i?i:""]),this.$props.visible?"":o.createVNode("span",{class:d},[null!==(l=null===(u=(p=this.$slots).icon)||void 0===u?void 0:u.call(p))&&void 0!==l?l:a])])}});i.install=function(e){e.component(i.name,i)},e.default=i,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/breadcrumb/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,r,t){"use strict";var n=r.defineComponent({name:"BkBreadcrumb",props:{extCls:t.PropTypes.string,separator:t.PropTypes.string.def("/"),separatorClass:t.PropTypes.string},setup:function(e,n){var a=n.slots,o=r.getCurrentInstance().proxy;r.provide("breadcrumb",e),r.onMounted((function(){var e=o.$el.querySelectorAll(".bk-breadcrumb-item");e.length&&e[e.length-1].setAttribute("aria-current","page")}));var s=t.classes({"bk-breadcrumb":!0},"".concat(e.extCls||""));return function(){var e;return r.createVNode("div",{class:s,"aria-label":"Breadcrumb",role:"navigation"},[null===(e=a.default)||void 0===e?void 0:e.call(a)])}}}),a=r.defineComponent({name:"BkBreadcrumbItem",props:{extCls:t.PropTypes.string,to:t.PropTypes.oneOfType([t.PropTypes.string,t.PropTypes.object]).def(""),replace:t.PropTypes.bool},setup:function(e,n){var a=n.slots,o=r.getCurrentInstance().appContext,s=r.inject("breadcrumb"),l=o.config.globalProperties.$router,c=e.to,i=e.replace,u=function(){c&&l&&(i?l.replace(c):l.push(c))},p=t.classes({"bk-breadcrumb-item":!0},"".concat(e.extCls||""));return function(){var e;return r.createVNode("span",{class:p},[r.createVNode("span",{ref:"link",class:"bk-breadcrumb-item-inner ".concat(c?"is-link":""),role:"link",onClick:u},[null===(e=null==a?void 0:a.default)||void 0===e?void 0:e.call(a)]),(null==s?void 0:s.separatorClass)?r.createVNode("i",{class:"bk-breadcrumb-separator ".concat(s.separatorClass)},null):r.createVNode("span",{class:"bk-breadcrumb-separator",role:"presentation"},[null==s?void 0:s.separator])])}}});n.install=function(e){return e.component(n.name,n),e.component(a.name,a),e},e.BkBreadcrumbItem=a,e.default=n,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/button/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared"),require("../loading")):"function"==typeof define&&define.amd?define(["exports","vue","../shared","../loading"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared,e.Loading)}(this,(function(e,t,o,n){"use strict";function r(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=r(n);function l(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var u={exports:{}};!function(e){e.exports=function(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e},e.exports.default=e.exports,e.exports.__esModule=!0}(u);var a=l(u.exports),s={theme:o.PropTypes.theme().def(""),hoverTheme:o.PropTypes.theme(["primary","warning","success","danger"]).def(""),size:o.PropTypes.size(),title:o.PropTypes.string,extCls:o.PropTypes.string,disabled:o.PropTypes.bool,loading:o.PropTypes.bool,outline:o.PropTypes.bool,text:o.PropTypes.bool},c=t.defineComponent({name:"BkButton",emits:["click"],props:s,setup:function(e,r){var l,u=r.slots,s=r.attrs,c=r.emit,d=null!==(l=u.default)&&void 0!==l&&l,p="bk-button",f=t.computed((function(){var t,n=e.hoverTheme?"".concat(p,"-hover-").concat(e.hoverTheme):"",r=e.theme?"".concat(p,"-").concat(e.theme):"",i=e.hoverTheme?"":r;return o.classes((t={"is-disabled":e.disabled,"is-outline":e.outline,"is-text":e.text&&!e.hoverTheme},a(t,"".concat(p,"-").concat(e.size),""!==e.size),a(t,"no-slot",!d),t),"".concat(i," ").concat(p," ").concat(n))})),b="".concat(p,"-loading"),v=["","default"].includes(e.theme)?"default":"white",m=function(){c("click")};return function(){var o,r;return t.createVNode("button",t.mergeProps({title:e.title,disabled:e.disabled,class:f.value},s,{onClick:m}),[e.loading?t.createVNode("div",{class:b},[t.createVNode(i.default,{theme:v,size:n.BkLoadingSize.Small},null)]):t.createVNode("div",{class:"bk-button-content-wrapper"},[t.createVNode("span",null,[null!==(r=null===(o=u.default)||void 0===o?void 0:o.call(u))&&void 0!==r?r:"default"])])])}}}),d=t.defineComponent({name:"BkButtonGroup",props:{size:o.PropTypes.size()},setup:function(e,n){var r=t.computed((function(){return o.classes(a({},"bk-button-group-".concat(e.size),!!e.size),"bk-button-group")}));return function(){var e,o;return t.createVNode("div",{class:r.value},[null===(o=(e=n.slots).default)||void 0===o?void 0:o.call(e)])}}});c.install=function(e){e.component(c.name,c)},e.BkButtonGroup=d,e.default=c,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/card/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],o):o((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,o,t){"use strict";function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var s={exports:{}};!function(e){e.exports=function(e,o,t){return o in e?Object.defineProperty(e,o,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[o]=t,e},e.exports.default=e.exports,e.exports.__esModule=!0}(s);var l=r(s.exports),d=o.defineComponent({name:"BkCard",props:{title:t.PropTypes.string,showHeader:t.PropTypes.bool.def(!0),showFooter:t.PropTypes.bool.def(!1),collapseStatus:t.PropTypes.bool.def(!0),border:t.PropTypes.bool.def(!0),headBorder:t.PropTypes.bool.def(!0)},setup:function(e){return{isCollapse:o.computed((function(){return e.collapseStatus}))}},render:function(){var e,r,s,d,n,a,i,p,u,c=t.classes(l({},"bk-card-border-none",!this.$props.border),"bk-card"),f=t.classes(l({},"bk-card-border-none",!this.$props.headBorder),"bk-card-head"),b=o.createVNode("div",null,[o.createVNode("div",{class:"title",title:this.$props.title},[this.$props.title])]);return o.createVNode("div",{class:c},[this.$props.showHeader?o.createVNode("div",{class:f},[o.createVNode("span",null,[null!==(s=null===(r=(e=this.$slots).header)||void 0===r?void 0:r.call(e))&&void 0!==s?s:b])]):"",this.$props.collapseStatus?o.createVNode("div",null,[o.createVNode("div",{class:"bk-card-body"},[null!==(a=null===(n=(d=this.$slots).default)||void 0===n?void 0:n.call(d))&&void 0!==a?a:"Content"]),this.$props.showFooter?o.createVNode("div",{class:"bk-card-footer"},[null!==(u=null===(p=(i=this.$slots).footer)||void 0===p?void 0:p.call(i))&&void 0!==u?u:"Footer"]):""]):""])}});d.install=function(e){e.component(d.name,d)},e.default=d,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/checkbox/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,o){"use strict";function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n={exports:{}},a={exports:{}};!function(e){e.exports=function(e){if(Array.isArray(e))return e},e.exports.default=e.exports,e.exports.__esModule=!0}(a);var l={exports:{}};!function(e){e.exports=function(e,t){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var r,n,a=[],l=!0,s=!1;try{for(o=o.call(e);!(l=(r=o.next()).done)&&(a.push(r.value),!t||a.length!==t);l=!0);}catch(e){s=!0,n=e}finally{try{l||null==o.return||o.return()}finally{if(s)throw n}}return a}},e.exports.default=e.exports,e.exports.__esModule=!0}(l);var s={exports:{}},u={exports:{}};!function(e){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,r=new Array(t);o<t;o++)r[o]=e[o];return r},e.exports.default=e.exports,e.exports.__esModule=!0}(u),function(e){var t=u.exports;e.exports=function(e,o){if(e){if("string"==typeof e)return t(e,o);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,o):void 0}},e.exports.default=e.exports,e.exports.__esModule=!0}(s);var i={exports:{}};!function(e){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.default=e.exports,e.exports.__esModule=!0}(i),function(e){var t=a.exports,o=l.exports,r=s.exports,n=i.exports;e.exports=function(e,a){return t(e)||o(e,a)||r(e,a)||n()},e.exports.default=e.exports,e.exports.__esModule=!0}(n);var c=r(n.exports),d=Symbol("CheckboxGroup");var p={modelValue:o.PropTypes.oneOfType([String,Number,Boolean]).def(void 0),label:o.PropTypes.oneOfType([String,Number,Boolean]).isRequired,trueLabel:o.PropTypes.oneOfType([String,Number,Boolean]).def(""),falseLabel:o.PropTypes.oneOfType([String,Number,Boolean]).def(""),disabled:o.PropTypes.bool.def(!1),checked:o.PropTypes.bool.def(!1),indeterminate:o.PropTypes.bool,beforeChange:o.PropTypes.func,size:o.PropTypes.size()},f=t.defineComponent({name:"BkCheckbox",props:p,emits:["update:modelValue","change"],setup:function(){var e=function(){var e=t.ref(!1);return[e,{blur:function(){e.value=!0},focus:function(){e.value=!1}}]}(),r=c(e,2),n=r[0],a=r[1],l=a.blur,s=a.focus,u=function(){var e=t.getCurrentInstance(),r=e.props,n=e.emit,a=t.inject(d,o.EMPTY_OBJ),l=!o.isEmptyObj(a),s=t.reactive({isLocalChecked:r.checked}),u=t.computed((function(){return l?a.state.localValue.includes(r.label):void 0!==r.modelValue&&(r.modelValue===r.label||r.modelValue===r.trueLabel)||s.isLocalChecked}));s.isLocalChecked=u.value;var i=t.computed((function(){return l?u.value?r.label:"":u.value?""!==r.trueLabel?r.trueLabel:r.label:""!==r.falseLabel?r.falseLabel:""})),c=t.computed((function(){return!(!l||!a.props.disabled)||r.disabled}));return t.onMounted((function(){l&&a.register(e.ctx)})),t.onBeforeUnmount((function(){l&&a.unregister(e.ctx)})),{value:i,isChecked:u,isDisabled:c,handleChange:function(e){if(!c.value){var o=e.target;s.isLocalChecked=o.checked,n("change",i.value),n("update:modelValue",i.value),l&&a.handleChange(s.isLocalChecked,r.label),t.nextTick((function(){o.checked!==u.value&&(s.isLocalChecked=u.value,o.checked=u.value)}))}}}}();return{currentValue:u.value,isFocus:n,isChecked:u.isChecked,isDisabled:u.isDisabled,handleBlur:l,handleFocus:s,handleChange:u.handleChange}},render:function(){var e=o.classes({"bk-checkbox":!0,"is-focus":this.isFocus,"is-checked":this.isChecked,"is-disabled":this.isDisabled});return t.createVNode("label",{class:e},[t.createVNode("span",{class:"bk-checkbox-input"},[t.createVNode("input",{role:"checkbox",type:"checkbox",class:"bk-checkbox-original",value:this.currentValue,disabled:this.isDisabled,checked:this.isChecked,onChange:this.handleChange},null)]),t.createVNode("span",{class:"bk-checkbox-label"},[this.label])])}});f.install=function(e){e.component(f.name,f)},e.default=f,Object.defineProperty(e,"__esModule",{value:!0})}));
|
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,o){"use strict";function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n={exports:{}},u={exports:{}},a={exports:{}};!function(e){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,r=new Array(t);o<t;o++)r[o]=e[o];return r},e.exports.default=e.exports,e.exports.__esModule=!0}(a),function(e){var t=a.exports;e.exports=function(e){if(Array.isArray(e))return t(e)},e.exports.default=e.exports,e.exports.__esModule=!0}(u);var l={exports:{}};!function(e){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.default=e.exports,e.exports.__esModule=!0}(l);var s={exports:{}};!function(e){var t=a.exports;e.exports=function(e,o){if(e){if("string"==typeof e)return t(e,o);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,o):void 0}},e.exports.default=e.exports,e.exports.__esModule=!0}(s);var p={exports:{}};!function(e){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.default=e.exports,e.exports.__esModule=!0}(p),function(e){var t=u.exports,o=l.exports,r=s.exports,n=p.exports;e.exports=function(e){return t(e)||o(e)||r(e)||n()},e.exports.default=e.exports,e.exports.__esModule=!0}(n);var i=r(n.exports),c=Symbol("CheckboxGroup"),d={name:o.PropTypes.string.def(""),modelValue:o.PropTypes.array,disabled:o.PropTypes.bool},f=t.defineComponent({name:"BkCheckboxGroup",props:d,emits:["change","update:modelValue"],setup:function(e,o){var r=t.reactive({localValue:e.modelValue?i(e.modelValue):[]});t.watch((function(){return e.modelValue}),(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];r.localValue=i(e)}));var n=[];return t.provide(c,{name:"BkCheckboxGroup",props:e,state:r,register:function(e){n.push(e)},unregister:function(e){var t=n.indexOf(e);t>-1&&n.splice(t,1)},handleChange:function(t,n){var u=i(r.localValue);u=t?[].concat(i(r.localValue),[n]):r.localValue.reduce((function(e,t){return t!==n&&e.push(t),e}),[]),e.modelValue||(r.localValue=u),o.emit("update:modelValue",u),o.emit("change",u)}}),t.onMounted((function(){n.forEach((function(e){(e.isChecked||e.checked)&&r.localValue.push(e.label)}))})),{}},render:function(){return t.createVNode("div",{class:"bk-checkbox-group"},[this.$slots.default()])}});f.install=function(e){e.component(f.name,f)},e.default=f,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/collapse/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,n,t){"use strict";var o=n.defineComponent({name:"BkCollapse",props:{list:t.PropTypes.arrayOf(t.PropTypes.any).def([]),idFiled:t.PropTypes.string.def("$index"),titleField:t.PropTypes.string.def("name"),contentField:t.PropTypes.string.def("content"),activeIndex:t.PropTypes.oneOfType([t.PropTypes.arrayOf(t.PropTypes.number).def([]),t.PropTypes.number.def(-1)]),activeName:t.PropTypes.oneOfType([t.PropTypes.arrayOf(t.PropTypes.string).def([]),t.PropTypes.string.def("")]),accordion:t.PropTypes.bool.def(!0)},setup:function(e,t){var o=t.slots,r=n.ref(null);n.watch((function(){return[e.activeName,e.activeIndex]}),(function(){r.value=null}));var i=n.computed((function(){return(e.list||[]).map((function(e,n){return"string"==typeof e||"number"==typeof e||"boolean"==typeof e?{$index:n,name:e}:Object.assign({$index:n},e)}))})),a=n.computed((function(){var n;return null!==r.value?r.value.map((function(e){return e.$index})):null!==e.activeName&&void 0!==e.activeName&&""!==e.activeName?l(e.activeName).map((function(n){return i.value.findIndex((function(t){return t[e.idFiled]===n}))})):l(null!==(n=e.activeIndex)&&void 0!==n?n:0)})),l=function n(t){return Array.isArray(t)?e.accordion?n(t[0]):t:"string"==typeof t||"number"==typeof t?[t]:[]},u=function(e){return a.value.some((function(n){return n===e.$index}))},c=function(){return i.value.map((function(t){var i,a,l,c;return n.createVNode("div",{class:"bk-collapse-item"},[n.createVNode("div",{class:"bk-collapse-header",onClick:function(){return function(n){if(null===r.value)r.value=[n];else if(e.accordion)r.value=[n];else{var t=r.value.findIndex((function(e){return e.$index===n.$index}));t>=0?r.value.splice(t,1):r.value.push(n)}}(t)}},[n.createVNode("span",{class:"bk-collapse-title"},[null!==(a=null===(i=o.default)||void 0===i?void 0:i.call(o))&&void 0!==a?a:t[e.titleField]]),n.createVNode("span",null,[">"])]),n.createVNode("div",{class:"bk-collapse-content ".concat(u(t)?"active":"")},[null!==(c=null===(l=o.content)||void 0===l?void 0:l.call(o,t))&&void 0!==c?c:t[e.contentField]])])}))};return function(){return n.createVNode("div",{class:"bk-collapse-wrapper"},[c()])}}});o.install=function(e){e.component(o.name,o)},e.default=o,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/dialog/index.js
DELETED
@@ -1 +0,0 @@
|
|
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 l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=l(o),i=l(n);var r=t.defineComponent({name:"BkDialog",components:{BkModal:a.default,BkButton:i.default},emits:["closed","update:isShow"],props:Object.assign(Object.assign({},o.propsMixin),{confirmText:{type:String,default:"确定"},cancelText:{type:String,default:"取消"},Title:{type:String,default:"Title"},headerAlign:{type:String,default:"left",validator:function(e){var t=["left","center","right"];return!(t.indexOf(e)<0)||(console.error("headerAlign property is not valid: '".concat(e,"',【").concat(t.join(" | "),"】")),!1)}},footerAlign:{type:String,default:"right",validator:function(e){var t=["left","center","right"];return!(t.indexOf(e)<0)||(console.error("footerAlign property is not valid: '".concat(e,"',【").concat(t.join(" | "),"】")),!1)}}}),methods:{handleClose:function(){this.$emit("update:isShow",!1),this.$emit("closed")}},render:function(){var e,o=this,n={header:function(){var e,n,l;return t.createVNode(t.Fragment,null,[t.createVNode("div",{class:"bk-dialog-tool"},[t.createVNode("span",{class:"bk-dialog-close",onClick:o.handleClose},[t.createTextVNode("+")])]),t.createVNode("div",{class:"bk-dialog-header"},[t.createVNode("span",{class:"bk-dialog-title",style:"text-align: ".concat(o.headerAlign)},[null!==(l=null===(n=(e=o.$slots).header)||void 0===n?void 0:n.call(e))&&void 0!==l?l:o.Title])])])},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:"default"},footer:function(){var e,n,l;return t.createVNode("div",{class:"bk-dialog-footer",style:"text-align: ".concat(o.footerAlign)},[null!==(l=null===(n=(e=o.$slots).footer)||void 0===n?void 0:n.call(e))&&void 0!==l?l:t.createVNode(t.Fragment,null,[t.createVNode(i.default,{onClick:o.handleClose,theme:"primary"},{default:function(){return[o.confirmText]}}),t.createVNode(i.default,{onClick:o.handleClose},{default:function(){return[o.cancelText]}})])])}},l="bk-dialog-wrapper ".concat(this.scrollable?"scroll-able":"");return t.createVNode(a.default,t.mergeProps(this.$props,{class:l}),"function"==typeof(e=n)||"[object Object]"===Object.prototype.toString.call(e)&&!t.isVNode(e)?n:{default:function(){return[n]}})}});r.install=function(e){e.component(r.name,r)},e.default=r,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/directives/index.js
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={})}(this,(function(e){"use strict";var n,t,i,o,r,a,d,u,c,l,s,f,p,w,m,v=!1;function x(){if(!v){v=!0;var e=navigator.userAgent,x=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),h=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(f=/\b(iPhone|iP[ao]d)/.exec(e),p=/\b(iP[ao]d)/.exec(e),l=/Android/i.exec(e),w=/FBAN\/\w+;/i.exec(e),m=/Mobile/i.exec(e),s=!!/Win64/.exec(e),x){(n=x[1]?parseFloat(x[1]):x[5]?parseFloat(x[5]):NaN)&&document&&document.documentMode&&(n=document.documentMode);var M=/(?:Trident\/(\d+.\d+))/.exec(e);a=M?parseFloat(M[1])+4:n,t=x[2]?parseFloat(x[2]):NaN,i=x[3]?parseFloat(x[3]):NaN,(o=x[4]?parseFloat(x[4]):NaN)?(x=/(?:Chrome\/(\d+\.\d+))/.exec(e),r=x&&x[1]?parseFloat(x[1]):NaN):r=NaN}else n=t=i=r=o=NaN;if(h){if(h[1]){var N=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);d=!N||parseFloat(N[1].replace("_","."))}else d=!1;u=!!h[2],c=!!h[3]}else d=u=c=!1}}var h,M={ie:function(){return x()||n},ieCompatibilityMode:function(){return x()||a>n},ie64:function(){return M.ie()&&s},firefox:function(){return x()||t},opera:function(){return x()||i},webkit:function(){return x()||o},safari:function(){return M.webkit()},chrome:function(){return x()||r},windows:function(){return x()||u},osx:function(){return x()||d},linux:function(){return x()||c},iphone:function(){return x()||f},mobile:function(){return x()||f||p||l||m},nativeApp:function(){return x()||w},android:function(){return x()||l},ipad:function(){return x()||p}},N=M,b=!("undefined"==typeof window||!window.document||!window.document.createElement),F={canUseDOM:b,canUseWorkers:"undefined"!=typeof Worker,canUseEventListeners:b&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:b&&!!window.screen,isInWorker:!b};F.canUseDOM&&(h=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("",""))
|
2
|
-
/**
|
3
|
-
* Checks if an event is supported in the current execution environment.
|
4
|
-
*
|
5
|
-
* NOTE: This will not work correctly for non-generic events such as `change`,
|
6
|
-
* `reset`, `load`, `error`, and `select`.
|
7
|
-
*
|
8
|
-
* Borrows from Modernizr.
|
9
|
-
*
|
10
|
-
* @param {string} eventNameSuffix Event name, e.g. "click".
|
11
|
-
* @param {?boolean} capture Check if the capture phase is supported.
|
12
|
-
* @return {boolean} True if the event is supported.
|
13
|
-
* @internal
|
14
|
-
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
15
|
-
*/;var y=N,O=function(e,n){if(!F.canUseDOM||n&&!("addEventListener"in document))return!1;var t="on"+e,i=t in document;if(!i){var o=document.createElement("div");o.setAttribute(t,"return;"),i="function"==typeof o[t]}return!i&&h&&"wheel"===e&&(i=document.implementation.hasFeature("Events.wheel","3.0")),i};function D(e){var n=0,t=0,i=0,o=0;return"detail"in e&&(t=e.detail),"wheelDelta"in e&&(t=-e.wheelDelta/120),"wheelDeltaY"in e&&(t=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(n=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(n=t,t=0),i=10*n,o=10*t,"deltaY"in e&&(o=e.deltaY),"deltaX"in e&&(i=e.deltaX),(i||o)&&e.deltaMode&&(1==e.deltaMode?(i*=40,o*=40):(i*=800,o*=800)),i&&!n&&(n=i<1?-1:1),o&&!t&&(t=o<1?-1:1),{spinX:n,spinY:t,pixelX:i,pixelY:o}}D.getEventType=function(){return y.firefox()?"DOMMouseScroll":O("wheel")?"wheel":"mousewheel"};var E=D,A="undefined"!=typeof navigator&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1,X={beforeMount:function(e,n){var t,i;console.error(e,n),t=e,i=n.value,(null==t?void 0:t.addEventListener)&&t.addEventListener(A?"DOMMouseScroll":"mousewheel",(function(e){var n=E(e);null==i||i.apply(this,[e,n])}))}};e.mousewheel=X,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/exception/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(t,s){"object"==typeof exports&&"undefined"!=typeof module?s(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],s):s((t="undefined"!=typeof globalThis?globalThis:t||self).bkuiVue={},t.Vue,t.Shared)}(this,(function(t,s,n){"use strict";var e=s.defineComponent({name:"BkException",props:{type:n.PropTypes.commonType(["404","403","500","building","empty","search-empty","login"],"type").def("404"),scene:n.PropTypes.commonType(["page","part"],"scene").def("page"),extCls:n.PropTypes.string},setup:function(t,n){var e=n.slots,l={403:"无业务权限",404:"页面不存在",500:"服务维护中",building:"功能建设中",empty:"没有数据","search-empty":"搜索为空",login:"请登入蓝鲸"},r={403:'<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 480 240" style="enable-background:new 0 0 480 240;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:none;}\n\t.st1{fill:#C4C6CC;}\n\t.st2{fill:url(#Fill-1_1_);}\n\t.st3{fill:url(#矩形_4_);}\n\t.st4{fill:#979BA5;}\n\t.st5{fill:url(#SVGID_1_);}\n\t.st6{fill:#F8F9FA;}\n\t.st7{fill:url(#形状结合_1_);}\n\t.st8{fill:url(#形状结合_6_);}\n\t.st9{fill:#DCDEE0;}\n</style>\n<g id="页面-1">\n\t<g id="Exception_x2F_异常提示" transform="translate(-870.000000, -2381.000000)">\n\t\t<g id="无权限类" transform="translate(357.000000, 2287.000000)">\n\t\t\t<g id="编组-12" transform="translate(0.000000, 73.000000)">\n\t\t\t\t<g id="无权限类-插图" transform="translate(513.000000, 21.000000)">\n\t\t\t\t\t<g id="没有权限" transform="translate(128.000000, 42.000000)">\n\t\t\t\t\t\t<rect id="矩形_1_" class="st0" width="224" height="183"/>\n\t\t\t\t\t\t<circle id="椭圆形" class="st1" cx="132" cy="11" r="1"/>\n\t\t\t\t\t\t<circle id="椭圆形_1_" class="st1" cx="173" cy="94" r="2"/>\n\t\t\t\t\t\t<circle id="椭圆形_2_" class="st1" cx="59" cy="66" r="2"/>\n\t\t\t\t\t\t<linearGradient id="Fill-1_1_" gradientUnits="userSpaceOnUse" x1="116.3587" y1="129.4075" x2="119.3314" y2="157.6906">\n\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#FBFCFD"/>\n\t\t\t\t\t\t\t<stop offset="0.9988" style="stop-color:#F2F4F7"/>\n\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t<path id="Fill-1" class="st2" d="M60.5,136.1c16.2-3.5,40.6-4.7,56.5-3.9c15.8,0.8,33.1,3.1,33.1,3.1s4.5-1.9,4.1-1.2\n\t\t\t\t\t\t\tc-0.3,0.8-2.4,1.9-1,2.3c1.4,0.4,15.5,1.9,21.4,3.1s8.6,2.3,8.6,2.3s3.8-6.6,12.3-5.8c0,0.6-3.1,1.4-4.2,3.1S188,142,188,142\n\t\t\t\t\t\t\ts1.8-1,4.9,0.5s6.1,2,6.1,2.2s-1.4,3.5-12.7,1.2c-4.6-1.2-6.9,5.1-29.3,6.6s-60.3,2.7-60.3,2.7s1.7,2.3,5.2,3.1\n\t\t\t\t\t\t\tc0,0-2.4,2.3-7.2,1.6c-4.8-0.8-10-4.7-10-4.7s-12.7-0.8-17.6-1.6s-10.3-2.7-14.1-3.1c-3.8-0.4-21-2.3-14.5-6.6\n\t\t\t\t\t\t\tC38.5,143.9,44.3,139.6,60.5,136.1z"/>\n\n\t\t\t\t\t\t\t<linearGradient id="矩形_4_" gradientUnits="userSpaceOnUse" x1="156.1667" y1="-2.5143" x2="156.1667" y2="-1.5143" gradientTransform="matrix(96 0 0 70 -14879 252)">\n\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#F2F3F5"/>\n\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#E5E8EB"/>\n\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t<path id="矩形_2_" class="st3" d="M70,76h86c2.8,0,5,2.2,5,5v60c0,2.8-2.2,5-5,5H70c-2.8,0-5-2.2-5-5V81\n\t\t\t\t\t\t\tC65,78.2,67.2,76,70,76z"/>\n\t\t\t\t\t\t<path id="形状结合" class="st1" d="M59.3,138v11.7H71v2.3H59.3l0,0H57v-14H59.3z"/>\n\t\t\t\t\t\t<path id="形状结合备份-4" class="st1" d="M166.7,138v11.7H155v2.3h11.7l0,0h2.3v-14H166.7z"/>\n\t\t\t\t\t\t<g>\n\t\t\t\t\t\t\t<path id="形状结合_5_" class="st4" d="M116.5,116.8l1.6,7.9c0.2,0.8-0.4,1.6-1.2,1.8c-0.1,0-0.2,0-0.3,0h-7.2\n\t\t\t\t\t\t\t\tc-0.8,0-1.5-0.7-1.5-1.5c0-0.1,0-0.2,0-0.3l1.6-7.9c-3-1.3-5-4.1-5-7.3c0-4.4,3.8-8,8.5-8s8.5,3.6,8.5,8\n\t\t\t\t\t\t\t\tC121.5,112.7,119.5,115.5,116.5,116.8z"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="136.0294" y1="-6.8011" x2="136.0294" y2="-6.2789" gradientTransform="matrix(17 0 0 25 -2199.5 277.5)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#E1E2E6"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#EEF0F2"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<path class="st5" d="M117,127.5h-7.6c-1.4,0-2.5-1.1-2.5-2.5l0-0.5l1.4-7.1c-3-1.6-4.9-4.6-4.9-7.9c0-5,4.3-9,9.5-9\n\t\t\t\t\t\t\t\ts9.5,4,9.5,9c0,3.3-1.9,6.3-4.9,7.9l1.4,7.1c0.3,1.2-0.6,2.6-1.9,3L117,127.5z M108.9,124.8v0.2c0,0.2,0.3,0.5,0.5,0.5h7.3\n\t\t\t\t\t\t\t\tc0.2-0.1,0.4-0.4,0.4-0.6l-1.8-8.7l0.7-0.3c2.7-1.2,4.4-3.6,4.4-6.4c0-3.9-3.4-7-7.5-7s-7.5,3.1-7.5,7c0,2.8,1.7,5.2,4.4,6.4\n\t\t\t\t\t\t\t\tl0.7,0.3L108.9,124.8z"/>\n\t\t\t\t\t\t</g>\n\t\t\t\t\t\t<path id="矩形_3_" class="st6" d="M70,76h86c2.8,0,5,2.2,5,5l0,0c0,2.8-2.2,5-5,5H70c-2.8,0-5-2.2-5-5l0,0\n\t\t\t\t\t\t\tC65,78.2,67.2,76,70,76z"/>\n\n\t\t\t\t\t\t\t<linearGradient id="形状结合_1_" gradientUnits="userSpaceOnUse" x1="155.0263" y1="-2.6667" x2="155.0263" y2="-1.6727" gradientTransform="matrix(76 0 0 66 -11669 192)">\n\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#F3F4F5"/>\n\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#E6E8EB"/>\n\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t<path id="形状结合_2_" class="st7" d="M141.5,54.6c0-16-12.8-29-28.5-29s-28.5,13-28.5,29l0,0v25.8c0,0.9-2.1,1.6-4.8,1.6\n\t\t\t\t\t\t\tc-2.5,0-4.6-0.7-4.7-1.5v-0.1V54.6C75,33.3,92,16,113,16s38,17.3,38,38.6l0,0v25.8c0,0.9-2.1,1.6-4.8,1.6s-4.8-0.7-4.8-1.6\n\t\t\t\t\t\t\tl0,0V54.6H141.5z"/>\n\n\t\t\t\t\t\t\t<linearGradient id="形状结合_6_" gradientUnits="userSpaceOnUse" x1="153.7903" y1="-3.2385" x2="153.7903" y2="-2.2592" gradientTransform="matrix(62 0 0 54 -9422 201)">\n\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#E7E9EB"/>\n\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#E7E9EB"/>\n\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t<path id="形状结合_3_" class="st8" d="M82,54.5C82.3,38.2,96,25,113,25c17.1,0,31,13.4,31,30h-3.1c0-14.9-12.5-27-27.9-27\n\t\t\t\t\t\t\tS85.1,40.1,85.1,55v24H82V55V54.5z M144,55v24h-3.1V55H144z"/>\n\t\t\t\t\t\t<path id="形状结合_4_" class="st9" d="M80,78c2.7,0,4.9-0.8,5-1.9V76v4c0,1.1-2.2,2-5,2c-2.7,0-4.9-0.8-5-1.9V80v-4\n\t\t\t\t\t\t\tC75,77.1,77.2,78,80,78z"/>\n\t\t\t\t\t\t<path id="形状结合备份-3" class="st9" d="M146,78c2.7,0,4.9-0.8,5-1.9V76v4c0,1.1-2.2,2-5,2c-2.7,0-4.9-0.8-5-1.9V80v-4\n\t\t\t\t\t\t\tC141,77.1,143.2,78,146,78z"/>\n\t\t\t\t\t</g>\n\t\t\t\t</g>\n\t\t\t</g>\n\t\t</g>\n\t</g>\n</g>\n</svg>',404:'<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 480 240" style="enable-background:new 0 0 480 240;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:url(#Fill-1_1_);}\n\t.st1{fill:url(#矩形_9_);}\n\t.st2{fill:url(#矩形_10_);}\n\t.st3{fill:#F0F2F5;stroke:url(#矩形_11_);}\n\t.st4{fill:#979BA5;stroke:url(#矩形_12_);}\n\t.st5{fill:#979BA5;stroke:url(#矩形备份-9_1_);}\n\t.st6{fill:#979BA5;stroke:url(#形状结合_6_);}\n\t.st7{fill:url(#形状结合_8_);}\n\t.st8{fill:url(#形状结合备份-3_1_);}\n\t.st9{fill:url(#形状结合_9_);}\n\t.st10{fill:#E1E3E6;}\n\t.st11{fill:#F0F2F5;}\n\t.st12{fill:#F4F4F4;}\n\t.st13{fill:url(#路径-5_1_);}\n\t.st14{fill:url(#形状结合_10_);}\n\t.st15{fill:url(#形状结合备份-4_1_);}\n\t.st16{fill:#C7C9CC;}\n\t.st17{fill:#E5E7E9;}\n\t.st18{fill:#ECEEF0;}\n\t.st19{fill:#C4C6CC;}\n\t.st20{fill:#EDEEF3;}\n\t.st21{fill:#343434;fill-opacity:3.000000e-02;}\n</style>\n<g id="Exception_x2F_异常提示" transform="translate(-870.000000, -1335.000000)">\n\t<g id="_x34_04" transform="translate(357.000000, 1216.000000)">\n\t\t<g id="_x34_04-插图" transform="translate(513.000000, 119.000000)">\n\t\t\t<g id="编组-13" transform="translate(10.000000, 11.036648)">\n\t\t\t\t<g id="_x34_04主体" transform="translate(94.324022, 42.538771)">\n\t\t\t\t\t<linearGradient id="Fill-1_1_" gradientUnits="userSpaceOnUse" x1="141.3912" y1="55.6869" x2="152.3307" y2="117.7277">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#F8FCFD"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#F2F4F7"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="Fill-1" class="st0" d="M45.3,72.9c29.3-6.6,71.5-9.6,100.2-8.1s52.4,6.5,54.1,5.3c5.7-3.8,17.9-5.5,17.3-4\n\t\t\t\t\t\ts-8.5,6.1-6,6.8c2.5,0.7,28,3.7,38.6,5.9c10.6,2.2,17.4,4.4,19.7,4.4c2.3,0,5.9-3.1,21.3-1.6c0.3,0.6-3.4,0.8-6.8,2.5\n\t\t\t\t\t\ts-5.9,1.6-5.9,2s1.9-0.6,5.9,2c4,2.5,11,3.4,11,4s-8.9,3.6-23.8-1.1c-3.8-1.2-12.6,9.2-53.1,12.1s-109.1,5.2-109.1,5.2\n\t\t\t\t\t\ts4.1,5.3,10.1,6.8c0.3,0.5-2.4,2.5-14,0.3s-17.9-7.1-17.9-7.1s-23.1-1.5-31.8-2.9s-18.7-5.2-25.6-5.9S-8.5,95,3.3,86.9\n\t\t\t\t\t\tC3.3,86.9,16,79.5,45.3,72.9z"/>\n\n\t\t\t\t\t\t<linearGradient id="矩形_9_" gradientUnits="userSpaceOnUse" x1="304.8467" y1="101.2492" x2="304.8467" y2="100.2546" gradientTransform="matrix(93.3907 0 0 -93.4627 -28335.9453 9463.0273)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#ECEEF0"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#D7D9DB"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="矩形_1_" class="st1" d="M89.2,0h89.4c1.1,0,2,0.9,2,2v89.5c0,1.1-0.9,2-2,2H89.2c-1.1,0-2-0.9-2-2V2\n\t\t\t\t\t\tC87.2,0.9,88.1,0,89.2,0z"/>\n\n\t\t\t\t\t\t<linearGradient id="矩形_10_" gradientUnits="userSpaceOnUse" x1="303.8915" y1="101.6532" x2="303.8915" y2="100.653" gradientTransform="matrix(81.7169 0 0 -81.7799 -24699.2246 8318.9902)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#F5F7FA"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#EBEDF0"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="矩形_2_" class="st2" d="M94,5.8h79.7c0.6,0,1,0.4,1,1v79.8c0,0.6-0.4,1-1,1H94c-0.6,0-1-0.4-1-1V6.8\n\t\t\t\t\t\tC93,6.3,93.5,5.8,94,5.8z"/>\n\n\t\t\t\t\t\t<linearGradient id="矩形_11_" gradientUnits="userSpaceOnUse" x1="299.4186" y1="103.5052" x2="299.4186" y2="102.5599" gradientTransform="matrix(51.5323 0 0 -51.5728 -15295.877 5360.9736)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#E1E2E6"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#F7F9FC"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="矩形_3_" class="st3" d="M109.1,20.9h49.5c0.6,0,1,0.4,1,1v49.6c0,0.6-0.4,1-1,1h-49.5c-0.6,0-1-0.4-1-1V21.9\n\t\t\t\t\t\tC108.1,21.4,108.6,20.9,109.1,20.9z"/>\n\n\t\t\t\t\t\t<linearGradient id="矩形_12_" gradientUnits="userSpaceOnUse" x1="195.4879" y1="119.2237" x2="195.4879" y2="118.2566" gradientTransform="matrix(5.3777 0 0 -12.6828 -928.3755 1546.8516)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#E1E2E6"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#F0F2F5"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<rect id="矩形_4_" x="120.2" y="34.5" class="st4" width="5.4" height="12.7"/>\n\n\t\t\t\t\t\t<linearGradient id="矩形备份-9_1_" gradientUnits="userSpaceOnUse" x1="195.4901" y1="119.2237" x2="195.4901" y2="118.2566" gradientTransform="matrix(5.3777 0 0 -12.6828 -906.4871 1546.8516)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#E1E2E6"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#F0F2F5"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<rect id="矩形备份-9" x="142.1" y="34.5" class="st5" width="5.4" height="12.7"/>\n\n\t\t\t\t\t\t<linearGradient id="形状结合_6_" gradientUnits="userSpaceOnUse" x1="247.566" y1="125.4514" x2="247.566" y2="124.4844" gradientTransform="matrix(9.7554 0 0 -9.7621 -2281.2051 1276.906)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#E1E2E6"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#F0F2F5"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="形状结合" class="st6" d="M129,56.7L129,56.7c0.1-2.6,2.3-4.7,4.9-4.7c2.6,0,4.7,2,4.9,4.7v0.2v4.9H129v-0.5v-4.4\n\t\t\t\t\t\tV56.7z"/>\n\n\t\t\t\t\t\t<linearGradient id="形状结合_8_" gradientUnits="userSpaceOnUse" x1="302.9761" y1="101.2375" x2="302.9761" y2="100.3016" gradientTransform="matrix(72.9615 0 0 -93.4627 -21879.7441 9463.0273)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#EBEDF0;stop-opacity:0.9917"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#E1E3E6"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="形状结合_1_" class="st7" d="M244.8,0h2.9v58.4h14.6v17.5h-14.6v17.5h-20.4V75.9h-37.9V58.4L227.3,0H244.8z\n\t\t\t\t\t\t M227.3,28.2l-18.8,30.3h18.8V28.2z"/>\n\n\t\t\t\t\t\t<linearGradient id="形状结合备份-3_1_" gradientUnits="userSpaceOnUse" x1="302.9756" y1="101.2375" x2="302.9756" y2="100.3016" gradientTransform="matrix(72.9615 0 0 -93.4627 -22063.6074 9463.0273)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#EBEDF0;stop-opacity:0.9917"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#E1E3E6"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="形状结合备份-3" class="st8" d="M60.9,0h2.9v58.4h14.6v17.5H63.8v17.5H43.4V75.9H5.5V58.4L43.4,0H60.9z\n\t\t\t\t\t\t M43.4,28.2L24.6,58.4h18.8V28.2z"/>\n\n\t\t\t\t\t\t<linearGradient id="形状结合_9_" gradientUnits="userSpaceOnUse" x1="299.0466" y1="107.2827" x2="299.0535" y2="107.011" gradientTransform="matrix(50.0035 0 0 -28.6053 -14857.7529 3216.7395)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#FBFCFD"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#F0F2F5"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="形状结合_2_" class="st9" d="M99.6,137.3c11.7,0,21.2,5.6,21.2,12.4c0,6.9-9.5,12.4-21.2,12.4\n\t\t\t\t\t\tc-4.4,0-8.5-0.8-11.9-2.1l-7,5.9l-1.9-2.2l6-5.1c-3.9-2.3-6.4-5.4-6.4-8.9c0-0.2,0-0.5,0-0.7l-5.8,5.1l-1.9-2.2l15.4-13.4\n\t\t\t\t\t\tl1.1,1.2C90.7,138.1,95,137.3,99.6,137.3z"/>\n\t\t\t\t\t<rect id="矩形_5_" x="225.8" y="87.6" class="st10" width="23.3" height="5.8"/>\n\t\t\t\t\t<rect id="矩形_6_" x="227.3" y="86.2" class="st11" width="20.4" height="1.5"/>\n\t\t\t\t\t<rect id="矩形_7_" x="41.9" y="87.6" class="st10" width="23.3" height="5.8"/>\n\t\t\t\t\t<rect id="矩形_8_" x="43.4" y="86.2" class="st11" width="20.4" height="1.5"/>\n\t\t\t\t\t<path id="路径-4" class="st11" d="M0,0"/>\n\t\t\t\t\t<path id="路径-8" class="st12" d="M115.6,134.9c2.4-2.2,9.7-3.4,21.9-3.4c6.4,0,11,0.7,39.9,5.7c2.9,0.5,5.3,0.9,7.7,1.3\n\t\t\t\t\t\tc25.8,4.3,40.8,5.7,48.6,3.3l-0.4-1.4c-7.5,2.2-22.5,0.9-48-3.4c-2.3-0.4-4.8-0.8-7.6-1.3c-29.1-5.1-33.6-5.8-40.2-5.8\n\t\t\t\t\t\tc-12.6,0-20.1,1.2-22.9,3.8L115.6,134.9z"/>\n\n\t\t\t\t\t\t<linearGradient id="路径-5_1_" gradientUnits="userSpaceOnUse" x1="307.1105" y1="103.481" x2="307.1105" y2="102.4922" gradientTransform="matrix(141.25 0 0 -52.0962 -43201.7227 5481.3613)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#DCDEE5"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#979BA5"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="路径-5" class="st13" d="M225.8,89.8h-20c-6.9,0-10.7,3.1-8,7.5c2.7,4.6,11.9,9.7,27.1,14.4\n\t\t\t\t\t\tc15.5,4.8,24.9,15.5,21,22.5c-4.5,8.1-24.4,8.9-56.3-0.8c-48.4-14.6-75.8-16.1-82.6-4.1l1.3,0.7c6.2-11.1,33.2-9.7,80.9,4.7\n\t\t\t\t\t\tc32.5,9.8,53,9.1,58,0.1c4.5-8-5.6-19.5-21.9-24.6c-14.8-4.6-23.8-9.6-26.2-13.7c-1.8-3.1,0.8-5.3,6.8-5.3h20v-1.4H225.8z"/>\n\n\t\t\t\t\t\t<linearGradient id="形状结合_10_" gradientUnits="userSpaceOnUse" x1="294.1835" y1="101.4578" x2="294.7074" y2="101.4022" gradientTransform="matrix(37.7993 7.3474 7.6337 -39.272 -11803.8252 1959.452)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#E7E9EB;stop-opacity:0.9365"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#CDCFD1"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="形状结合_3_" class="st14" d="M111.7,125.2c4,4.9,4.7,11.3,2.4,13.5l-0.1,0.1l-5.5,5.6c0.6,2.9,0.5,5.3-1.1,6.7\n\t\t\t\t\t\tl0,0l0,0l-8.2,8.7l-21.8-30.6l8.3-4.8v0.1c1.7-0.9,4.1-0.6,6.7,0.4l6.8-4.2l0.1-0.1C102,118.7,107.8,120.3,111.7,125.2z"/>\n\n\t\t\t\t\t\t<linearGradient id="形状结合备份-4_1_" gradientUnits="userSpaceOnUse" x1="295.4054" y1="82.3197" x2="296.1287" y2="82.2994" gradientTransform="matrix(23.8243 29.4206 15.8614 -12.8443 -8255.8438 -7504.8457)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#EBEDEF"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#D8DADC"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="形状结合备份-4" class="st15" d="M103.3,132.4c5.9,7.2,7.2,15.4,4,18.9l0,0l-8.1,8.5L76,129.9l9.4-5.5l0,0\n\t\t\t\t\t\tC89.5,122.1,97.5,125.2,103.3,132.4z"/>\n\n\t\t\t\t\t\t<ellipse id="椭圆形备份-2" transform="matrix(0.7771 -0.6293 0.6293 0.7771 -71.7573 87.3809)" class="st16" cx="87.5" cy="145" rx="9.5" ry="19"/>\n\n\t\t\t\t\t\t<g id="编组-5" transform="translate(85.288705, 155.695465) rotate(6.000000) translate(-85.288705, -155.695465) translate(79.143453, 146.756917)">\n\t\t\t\t\t\t<polygon id="路径-9" class="st17" points="12.2,1.1 12.2,6.1 1.2,17.5 1.2,12.5 \t\t\t\t\t\t"/>\n\t\t\t\t\t\t<polygon id="路径-10" class="st11" points="12.2,1.1 11.3,0 0.3,11.1 1.2,12.5 \t\t\t\t\t\t"/>\n\t\t\t\t\t\t<polygon id="路径-11" class="st18" points="0.3,11.1 1.2,12.5 1.2,17.5 0.3,16.1 \t\t\t\t\t\t"/>\n\t\t\t\t\t</g>\n\n\t\t\t\t\t\t<g id="编组-5备份" transform="translate(76.826277, 143.885105) rotate(6.000000) translate(-76.826277, -143.885105) translate(70.681025, 134.946558)">\n\t\t\t\t\t\t<polygon id="路径-9_1_" class="st17" points="12.2,1.1 12.2,6.1 1.2,17.5 1.2,12.5 \t\t\t\t\t\t"/>\n\t\t\t\t\t\t<polygon id="路径-10_1_" class="st11" points="12.2,1.1 11.3,0 0.3,11.1 1.2,12.5 \t\t\t\t\t\t"/>\n\t\t\t\t\t\t<polygon id="路径-11_1_" class="st18" points="0.3,11.1 1.2,12.5 1.2,17.5 0.3,16.1 \t\t\t\t\t\t"/>\n\t\t\t\t\t</g>\n\n\t\t\t\t\t\t<g id="编组-5_1_" transform="translate(84.643349, 156.203183) rotate(6.000000) translate(-84.643349, -156.203183) translate(78.136612, 146.629796)">\n\t\t\t\t\t</g>\n\n\t\t\t\t\t\t<g id="编组-5备份_1_" transform="translate(76.257985, 144.291942) rotate(6.000000) translate(-76.257985, -144.291942) translate(69.751248, 134.718555)">\n\t\t\t\t\t</g>\n\t\t\t\t</g>\n\t\t\t\t<circle id="椭圆形" class="st19" cx="1.7" cy="80" r="1.7"/>\n\t\t\t\t<path id="形状结合_4_" class="st20" d="M123.7,62.9l-1.2,1.8c-58.4,14.6-97.3,34.8-95.2,51.8c1.2,10,16.5,17.6,41,22.2\n\t\t\t\t\tc7.9-8.6,18.3-17.9,30.7-27.5v1.9C87.4,122.2,77.6,131,70,139c9.2,1.6,19.7,2.9,31.2,3.7c1.5,0.7,3.4,1.3,5.5,1.8\n\t\t\t\t\tc-14.1-0.8-26.9-2.2-37.8-4.2C55,155.1,49,167.5,53,175.4c8.6,16.9,61.2,8.8,126.8-17.6c0.5,0.3,1,0.6,1.6,1\n\t\t\t\t\tc-66.8,27-120.5,35.2-129.6,17.3c-4.2-8.3,1.7-21.1,15.4-36.2c-24.7-4.8-40-12.7-41.3-23.2C23.6,98.5,63.7,77.7,123.7,62.9z\n\t\t\t\t\t M313.3,118.4h5.1c-6.8,2.1-13.9,4.1-21.4,6c-1.4-0.2-2.8-0.4-3.9-0.5C300.2,122.1,306.9,120.3,313.3,118.4z M283.1,105.8v1.7\n\t\t\t\t\tc-2.9,1.8-5.8,3.5-8.8,5.3v-1.7C277.3,109.3,280.2,107.6,283.1,105.8z M378.5,9.6c4.7,9.2-3.1,24-20.2,41.3\n\t\t\t\t\tc18.9,4.9,30.4,12,31.6,21c1.3,10.4-11.4,21.6-33.7,32.2v-1.6c21.4-10.1,33.4-20.8,32.3-30.4c-1.1-8.6-12.5-15.4-31.3-20.1\n\t\t\t\t\tl-0.3,0.3c-4.5,4.5-9.6,9.1-15.3,13.9v-1.9c5-4.3,9.6-8.4,13.7-12.4l0.3-0.3c-4.3-1-9-1.9-14-2.7v-1.5c5.4,0.9,10.5,1.9,15.1,3\n\t\t\t\t\tc17.1-17.1,25-31.5,20.6-40.3c-10-19.7-79.9-5.4-160.4,32.2h-3.4C295.9,3.4,367.8-11.5,378.5,9.6z M136.9,84.5v1.8\n\t\t\t\t\tc-5.8,3.7-11.4,7.4-16.7,11.1l2-3.1C127,90.9,131.9,87.7,136.9,84.5z M321.1,80.4v1.8c-4.2,3-8.5,6.1-13,9.2l2-3.1\n\t\t\t\t\tC313.9,85.6,317.5,83,321.1,80.4z M180.8,58.9v1.7c-8.1,4.3-15.9,8.7-23.4,13.1V72C164.9,67.6,172.7,63.2,180.8,58.9z\n\t\t\t\t\t M180.8,51.6v1.5c-8,1.2-15.8,2.6-23.4,4v-1.5C165,54.1,172.8,52.8,180.8,51.6z M319.5,44.9l-0.9,1.4\n\t\t\t\t\tc-13.4-1.1-28.3-1.5-44.3-1.3v-0.5c0-0.3-0.1-0.7-0.2-0.9C290.5,43.3,305.8,43.7,319.5,44.9z"/>\n\t\t\t\t<path id="形状结合_5_" class="st21" d="M378.5,9.6c4.7,9.2-3.1,24-20.2,41.3c18.9,4.9,30.4,12,31.6,21\n\t\t\t\t\tc2.9,24-68.6,52.8-162.4,66.1c-86.9,42.9-164.6,59.9-175.8,38c-4.2-8.3,1.7-21.1,15.4-36.2c-24.7-4.8-40-12.7-41.3-23.2\n\t\t\t\t\tc-1.7-13.8,21.1-29.1,58.5-42.2l0.3,1.4c-36.6,12.8-59,27.6-57.4,40.6c1.2,10,16.5,17.6,41,22.2c6.8-7.3,15.4-15.2,25.5-23.4\n\t\t\t\t\tl0.3,1.2l0.8-0.2c-9.8,7.9-18.2,15.5-24.9,22.6c34.4,6.1,86.2,6.6,143.3-0.4c4.7-0.6,9.3-1.2,13.8-1.8c2.7-1.4,5.5-2.7,8.3-4.1\n\t\t\t\t\tc51.8-26.4,95-56.1,119.9-80.6l0.3-0.3c-2.7-0.6-5.5-1.2-8.4-1.8l-0.4-1.5c3.5,0.6,6.8,1.4,10,2.1c17.1-17.1,25-31.5,20.6-40.3\n\t\t\t\t\tc-4.2-8.3-19.2-10.6-41.1-7.6l-0.3-1.4C358.5-1.8,374,0.7,378.5,9.6z M222.9,138.7l-0.4,0.1c-3,0.4-6,0.8-9,1.2\n\t\t\t\t\tc-57.7,7.1-110,6.7-144.7,0.2C55,155.1,49,167.5,53,175.4C63.4,195.9,138.4,179.7,222.9,138.7z M357.1,52l-0.3,0.3\n\t\t\t\t\tc-25,24.8-68.5,54.8-120.8,81.4c-1.4,0.7-2.9,1.5-4.3,2.2c90.6-13.5,159.5-41.5,156.7-63.9C387.4,63.5,375.9,56.7,357.1,52z"/>\n\t\t\t\t<circle id="椭圆形_1_" class="st19" cx="135.2" cy="144.2" r="2.2"/>\n\t\t\t\t<circle id="椭圆形备份-4" class="st19" cx="357" cy="50.9" r="3.9"/>\n\t\t\t\t<circle id="椭圆形备份" class="st19" cx="43.6" cy="93.9" r="2.2"/>\n\t\t\t\t<circle id="椭圆形_2_" class="st19" cx="372.1" cy="3.4" r="2.2"/>\n\t\t\t\t<circle id="椭圆形_3_" class="st19" cx="73.2" cy="50.9" r="1.7"/>\n\t\t\t\t<circle id="椭圆形_4_" class="st19" cx="293.3" cy="169.4" r="1.7"/>\n\t\t\t\t<circle id="椭圆形_5_" class="st19" cx="398.3" cy="15.2" r="1.7"/>\n\t\t\t</g>\n\t\t</g>\n\t</g>\n</g>\n</svg>',500:'<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 480 240" style="enable-background:new 0 0 480 240;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:url(#Fill-1_1_);}\n\t.st1{fill:#C4C6CC;}\n\t.st2{fill:url(#矩形-2_1_);}\n\t.st3{fill:url(#矩形_6_);}\n\t.st4{fill:#DCDEE0;}\n\t.st5{fill:#D1D3D6;}\n\t.st6{fill:url(#矩形-3_1_);}\n\t.st7{fill:#E5E7EC;}\n\t.st8{fill:url(#三角形_1_);}\n\t.st9{fill:#979BA5;}\n</style>\n<g id="页面-1">\n\t<g id="Exception_x2F_异常提示" transform="translate(-869.000000, -2918.000000)">\n\t\t<g id="异常失败类" transform="translate(357.000000, 2823.000000)">\n\t\t\t<g id="异常失败类-插图" transform="translate(512.000000, 95.000000)">\n\t\t\t\t<g id="编组-2" transform="translate(123.000000, 33.000000)">\n\t\t\t\t\t<linearGradient id="Fill-1_1_" gradientUnits="userSpaceOnUse" x1="126.5699" y1="134.9889" x2="130.1638" y2="169.1827">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#FBFCFD"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#F2F4F7"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="Fill-1" class="st0" d="M60,143c19.3-4.2,48.4-5.7,67.3-4.7s39.4,3.8,39.4,3.8s5.3-2.4,4.9-1.4\n\t\t\t\t\t\tc-0.4,0.9-2.9,2.4-1.2,2.8c1.6,0.5,18.5,2.4,25.4,3.8c7,1.4,10.3,2.8,10.3,2.8s4.6-8,14.7-7.1c0,0.8-3.7,1.7-5,3.8\n\t\t\t\t\t\tc-1.2,2.1-4,3.3-4,3.3s2.2-1.2,5.9,0.6s7.3,2.4,7.3,2.7s-1.6,4.2-15.2,1.4c-5.5-1.4-8.2,6.1-34.9,8s-71.8,3.3-71.8,3.3\n\t\t\t\t\t\ts2.1,2.8,6.2,3.8c0,0-2.9,2.8-8.6,1.9c-5.7-0.9-11.9-5.7-11.9-5.7s-15.2-0.9-20.9-1.9s-12.3-3.3-16.8-3.8s-25-2.8-17.2-8\n\t\t\t\t\t\tC33.8,152.4,40.7,147.3,60,143z"/>\n\t\t\t\t\t<path id="形状结合" class="st1" d="M60.8,147v9.2H70v1.8H59v-11H60.8z"/>\n\t\t\t\t\t<path id="形状结合备份" class="st1" d="M66,31.8h-9.2V41H55v-9.2l0,0V30h11V31.8z"/>\n\t\t\t\t\t<path id="形状结合备份-2" class="st1" d="M157.2,41v-9.2H148V30h9.2l0,0h1.8v11H157.2z"/>\n\n\t\t\t\t\t\t<linearGradient id="矩形-2_1_" gradientUnits="userSpaceOnUse" x1="165.7727" y1="-1.5597" x2="165.7727" y2="-0.6238" gradientTransform="matrix(88 0 0 112 -14480 214)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#EBEDF0;stop-opacity:0.9917"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#E1E3E6"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="矩形-2" class="st2" d="M65,38h86c0.6,0,1,0.4,1,1v110c0,0.6-0.4,1-1,1H65c-0.6,0-1-0.4-1-1V39\n\t\t\t\t\t\tC64,38.4,64.4,38,65,38z"/>\n\n\t\t\t\t\t\t<linearGradient id="矩形_6_" gradientUnits="userSpaceOnUse" x1="164.8014" y1="-1.8144" x2="164.8014" y2="-0.8259" gradientTransform="matrix(73 0 0 97 -11923 221)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#FFFFFF"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#F2F4F7"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<rect id="矩形_1_" x="71" y="45" class="st3" width="73" height="97"/>\n\t\t\t\t\t<rect id="矩形_2_" x="86" y="49" class="st4" width="43" height="2"/>\n\t\t\t\t\t<rect id="矩形_3_" x="71" y="140" class="st5" width="73" height="2"/>\n\n\t\t\t\t\t\t<linearGradient id="矩形-3_1_" gradientUnits="userSpaceOnUse" x1="160.8256" y1="-11.7333" x2="160.8256" y2="-10.7412" gradientTransform="matrix(43 0 0 15 -6808 210)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#EDEFF2"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#E8EAED"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<rect id="矩形-3" x="86" y="34" class="st6" width="43" height="15"/>\n\t\t\t\t\t<path id="形状结合_1_" class="st5" d="M152,105v44c0,0.6-0.4,1-1,1h-24.6L152,105z"/>\n\t\t\t\t\t<path id="形状结合_2_" class="st7" d="M144,119.2V140h-12L144,119.2z"/>\n\n\t\t\t\t\t\t<linearGradient id="三角形_1_" gradientUnits="userSpaceOnUse" x1="163.9143" y1="-3.0812" x2="163.9143" y2="-2.1453" gradientTransform="matrix(63.1799 0 0 56.9033 -10198.1719 277.0945)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#E6E8EB;stop-opacity:0.9917"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#D4D6D9"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="三角形" class="st8" d="M159.7,102.1l1.5,2.6l0,0l28.1,50.3c0.5,1,0.2,2.2-0.8,2.7c-0.3,0.2-0.6,0.3-1,0.3h-59.2\n\t\t\t\t\t\tc-1.1,0-2-0.9-2-2c0-0.3,0.1-0.7,0.3-1l29.6-52.9c0.5-1,1.8-1.3,2.7-0.8C159.3,101.5,159.6,101.8,159.7,102.1z"/>\n\t\t\t\t\t<path id="_x21_" class="st9" d="M160.7,124l-0.6,16.4h-4.2l-0.6-16.4C155.3,124,160.7,124,160.7,124z M155,145.8\n\t\t\t\t\t\tc0-0.9,0.3-1.6,0.9-2.2s1.3-0.8,2.1-0.8c0.9,0,1.6,0.3,2.1,0.8c0.6,0.6,0.8,1.3,0.8,2.1s-0.3,1.6-0.8,2.1\n\t\t\t\t\t\tc-0.6,0.6-1.2,0.9-2,0.9c-1,0-1.7-0.3-2.3-0.9C155.3,147.3,155,146.6,155,145.8z"/>\n\t\t\t\t\t<g id="编组-3" transform="translate(101.000000, 74.000000)">\n\t\t\t\t\t\t<rect id="矩形_4_" class="st1" width="3.8" height="1"/>\n\t\t\t\t\t\t<rect id="矩形备份" x="7.6" class="st1" width="3.8" height="1"/>\n\t\t\t\t\t\t<rect id="矩形备份-2" x="15.1" class="st1" width="3.8" height="1"/>\n\t\t\t\t\t\t<rect id="矩形备份-3" x="22.7" class="st1" width="3.8" height="1"/>\n\t\t\t\t\t\t<rect id="矩形备份-4" x="30.2" class="st1" width="3.8" height="1"/>\n\t\t\t\t\t</g>\n\t\t\t\t\t<g id="编组-3_1_" transform="translate(124.000000, 91.000000)">\n\t\t\t\t\t\t<rect id="矩形_5_" x="7.8" class="st1" width="3.9" height="1"/>\n\t\t\t\t\t\t<rect id="矩形备份-5" class="st1" width="3.9" height="1"/>\n\t\t\t\t\t\t<rect id="矩形备份_1_" x="15.6" class="st1" width="3.9" height="1"/>\n\t\t\t\t\t\t<rect id="矩形备份-2_1_" x="23.5" class="st1" width="3.9" height="1"/>\n\t\t\t\t\t\t<rect id="矩形备份-3_1_" x="31.3" class="st1" width="3.9" height="1"/>\n\t\t\t\t\t\t<rect id="矩形备份-4_1_" x="39.1" class="st1" width="3.9" height="1"/>\n\t\t\t\t\t</g>\n\t\t\t\t</g>\n\t\t\t</g>\n\t\t</g>\n\t</g>\n</g>\n</svg>',building:'<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 480 240" style="enable-background:new 0 0 480 240;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:url(#Fill-1_1_);}\n\t.st1{fill:url(#椭圆形备份-5_2_);}\n\t.st2{fill:url(#矩形_19_);}\n\t.st3{fill:url(#矩形备份-21_1_);}\n\t.st4{fill:url(#形状结合_6_);}\n\t.st5{fill:#EAECEF;}\n\t.st6{fill:url(#矩形_20_);}\n\t.st7{fill:#F4F4F5;}\n\t.st8{fill:#F9F9FA;}\n\t.st9{fill:#979797;}\n\t.st10{fill:#E8EAEC;}\n\t.st11{fill:#F7F8FA;}\n\t.st12{fill:url(#矩形_21_);}\n\t.st13{fill:url(#矩形备份-22_1_);}\n\t.st14{fill:url(#路径-23_1_);}\n\t.st15{fill:url(#矩形_22_);}\n\t.st16{fill:#DCDDE0;}\n\t.st17{fill:url(#路径-19_1_);}\n\t.st18{fill:url(#形状结合_9_);}\n\t.st19{fill:#CDCED1;}\n\t.st20{fill:none;stroke:url(#路径-21_1_);}\n\t.st21{fill:#C6C7CB;}\n\t.st22{fill:#D1D2D6;stroke:#EAEDF0;stroke-width:2;}\n\t.st23{fill:#F9FAFC;}\n\t.st24{fill:url(#矩形_23_);}\n\t.st25{fill:#F1F3F5;}\n\t.st26{fill:#E6E8EB;}\n\t.st27{fill:#D1D2D6;}\n\t.st28{fill:url(#椭圆形备份-8_1_);}\n\t.st29{fill:#EEEFF3;}\n\t.st30{fill:#D4D6DA;}\n\t.st31{fill:#E8EAED;stroke:#D9DBDE;}\n\t.st32{fill:#D8D8D8;stroke:#CFD0D3;}\n\t.st33{fill:#DDDEE0;}\n\t.st34{fill:#EEF0F2;}\n\t.st35{fill:none;stroke:url(#矩形_24_);stroke-width:2;}\n\t.st36{fill:none;stroke:url(#矩形_25_);stroke-width:0.7;}\n\t.st37{fill:url(#矩形_26_);}\n\t.st38{fill:url(#矩形_27_);}\n\t.st39{fill:url(#矩形_28_);}\n\t.st40{fill:#959699;fill-opacity:0.12;}\n\t.st41{fill:#C4C6CC;}\n</style>\n<g id="页面-1">\n\t<g id="Exception_x2F_异常提示" transform="translate(-870.000000, -1882.000000)">\n\t\t<g id="功能建设类" transform="translate(357.000000, 1751.000000)">\n\t\t\t<g id="编组-11" transform="translate(0.000000, 73.000000)">\n\t\t\t\t<g id="功能建设类-插图" transform="translate(513.000000, 58.000000)">\n\t\t\t\t\t<g id="图案" transform="translate(58.000000, 17.000000)">\n\t\t\t\t\t\t<linearGradient id="Fill-1_1_" gradientUnits="userSpaceOnUse" x1="206.3927" y1="158.529" x2="209.889" y2="191.7948">\n\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#FBFCFD"/>\n\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#F2F4F7"/>\n\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t<path id="Fill-1" class="st0" d="M143.4,166.4c18.6-4.2,45.5-6.1,63.7-5.1c18.2,0.9,33.3,4.1,34.4,3.4\n\t\t\t\t\t\t\tc3.6-2.4,11.4-3.5,11-2.6s-5.4,3.9-3.8,4.3s17.8,2.3,24.6,3.7c6.7,1.4,11.1,2.8,12.5,2.8c1.5,0,3.8-2,13.5-1\n\t\t\t\t\t\t\tc0.2,0.4-2.2,0.5-4.3,1.6c-2.2,1.1-3.7,1-3.7,1.3s1.2-0.4,3.7,1.3c2.5,1.6,7,2.1,7,2.6c0,0.4-5.7,2.3-15.1-0.7\n\t\t\t\t\t\t\tc-2.4-0.8-8,5.8-33.8,7.7s-69.4,3.3-69.4,3.3s2.6,3.4,6.4,4.3c0.2,0.3-1.5,1.6-8.9,0.2c-7.4-1.4-11.4-4.5-11.4-4.5\n\t\t\t\t\t\t\ts-14.7-0.9-20.2-1.9c-5.6-0.9-11.9-3.3-16.3-3.7s-24.2-2.8-16.7-8C116.7,175.3,124.7,170.6,143.4,166.4z"/>\n\t\t\t\t\t\t<g id="编组-4" transform="translate(37.000000, 0.000000)">\n\n\t\t\t\t\t\t\t\t<linearGradient id="椭圆形备份-5_2_" gradientUnits="userSpaceOnUse" x1="197.4328" y1="-9.9726" x2="197.4328" y2="-8.9726" gradientTransform="matrix(14.3114 0 0 17.6485 -2812.2903 258.7591)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#EAECEE"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#CDCFD1"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<path id="椭圆形备份-5" class="st1" d="M13.2,100.4c3.1,0,7.2-6.5,7.2-10.5s-3.2-7.2-7.2-7.2S6.1,86,6.1,89.9\n\t\t\t\t\t\t\t\tC6.1,93.9,10.1,100.4,13.2,100.4z"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="矩形_19_" gradientUnits="userSpaceOnUse" x1="-151.3664" y1="-2.2156" x2="-151.3664" y2="-1.2158" gradientTransform="matrix(1.1009 0 0 79.4182 177.6893 185.9593)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#DCDEE5"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#B2B5BE"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<rect id="矩形_1_" x="10.5" y="10" class="st2" width="1.1" height="79.4"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="矩形备份-21_1_" gradientUnits="userSpaceOnUse" x1="-151.3689" y1="-2.2156" x2="-151.3689" y2="-1.2158" gradientTransform="matrix(1.1009 0 0 79.4182 180.992 185.9593)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#DCDEE5"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#B2B5BE"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<rect id="矩形备份-21" x="13.8" y="10" class="st3" width="1.1" height="79.4"/>\n\n\t\t\t\t\t\t\t\t<g id="编组-3" transform="translate(62.941725, 73.841793) rotate(-39.000000) translate(-62.941725, -73.841793) translate(50.441725, -10.658207)">\n\t\t\t\t\t\t\t\t<g id="编组-2" transform="translate(0.000000, 38.513548)">\n\n\t\t\t\t\t\t\t\t\t\t<linearGradient id="形状结合_6_" gradientUnits="userSpaceOnUse" x1="93.6991" y1="33.1133" x2="93.6991" y2="34.0924" gradientTransform="matrix(24.5163 -7.574732e-05 7.264147e-05 129.5456 -2278.9958 -4263.5239)">\n\t\t\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#E4E6E9"/>\n\t\t\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#CBCED6"/>\n\t\t\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t\t\t<path id="形状结合" class="st4" d="M24.5,0l0,102.7l0,14l0,12.8H0L0,0L24.5,0z M12.3,123.1l-10,5.3h20.1L12.3,123.1z\n\t\t\t\t\t\t\t\t\t\t M23.3,117.3l-9.8,5.1l9.8,5.1L23.3,117.3z M1.2,117.3l0,10.3l9.8-5.1L1.2,117.3z M22,116.7H2.5l9.7,5.1L22,116.7z\n\t\t\t\t\t\t\t\t\t\t M12.3,110.4l-9.7,5.1H22L12.3,110.4z M1.2,104.6l0,10.3l9.8-5.1L1.2,104.6z M23.3,104.6l-9.8,5.1l9.8,5.1L23.3,104.6z\n\t\t\t\t\t\t\t\t\t\t M22.3,103.9l-20.1,0l10,5.3L22.3,103.9z M12.3,97.5l-10,5.3l20.1,0L12.3,97.5z M1.2,91.6l0,10.3l9.8-5.1L1.2,91.6z\n\t\t\t\t\t\t\t\t\t\t M23.3,91.6l-9.8,5.1l9.8,5.1L23.3,91.6z M22,91L2.5,91l9.7,5.1L22,91z M12.3,84.8l-9.7,5.1l19.5,0L12.3,84.8z M1.2,79\n\t\t\t\t\t\t\t\t\t\tl0,10.3l9.8-5.1L1.2,79z M23.3,79l-9.8,5.1l9.8,5.1L23.3,79z M22.3,78.2H2.2l10,5.3L22.3,78.2z M12.3,71.8L2.2,77l20.1,0\n\t\t\t\t\t\t\t\t\t\tL12.3,71.8z M1.2,66l0,10.3l9.8-5.1L1.2,66z M23.3,66l-9.8,5.1l9.8,5.1L23.3,66z M22,65.4l-19.5,0l9.7,5.1L22,65.4z\n\t\t\t\t\t\t\t\t\t\t M12.3,59.1l-9.7,5.1l19.5,0L12.3,59.1z M1.2,53.3l0,10.3l9.8-5.1L1.2,53.3z M23.3,53.3l-9.8,5.1l9.8,5.1L23.3,53.3z\n\t\t\t\t\t\t\t\t\t\t M22.3,52.5l-20.1,0l10,5.3L22.3,52.5z M12.3,46.1l-10,5.3l20.1,0L12.3,46.1z M23.3,40.3l-9.8,5.1l9.8,5.1L23.3,40.3z\n\t\t\t\t\t\t\t\t\t\t M1.2,40.3l0,10.3l9.8-5.1L1.2,40.3z M22,39.7l-19.5,0l9.7,5.1L22,39.7z M12.3,33.4l-9.7,5.1l19.5,0L12.3,33.4z M1.2,27.6\n\t\t\t\t\t\t\t\t\t\tl0,10.3l9.8-5.1L1.2,27.6z M23.3,27.6l-9.8,5.1l9.8,5.1L23.3,27.6z M22.3,26.8l-20.1,0l10,5.3L22.3,26.8z M12.3,20.4\n\t\t\t\t\t\t\t\t\t\tl-10,5.3l20.1,0L12.3,20.4z M1.2,14.6l0,10.3l9.8-5.1L1.2,14.6z M23.3,14.6l-9.8,5.1l9.8,5.1L23.3,14.6z M22,14L2.5,14\n\t\t\t\t\t\t\t\t\t\tl9.7,5.1L22,14z M12.3,7.7l-9.7,5.1l19.5,0L12.3,7.7z M1.2,1.9l0,10.3L11,7.1L1.2,1.9z M23.3,1.9L13.5,7l9.8,5.1L23.3,1.9z\n\t\t\t\t\t\t\t\t\t\t M22.3,1.2l-20.1,0l10,5.3L22.3,1.2z"/>\n\t\t\t\t\t\t\t\t</g>\n\n\t\t\t\t\t\t\t\t\t<ellipse id="椭圆形" transform="matrix(-0.7771 -0.6293 0.6293 -0.7771 19.1491 14.9201)" class="st5" cx="12.2" cy="4.1" rx="4.1" ry="4.1"/>\n\n\t\t\t\t\t\t\t\t\t<linearGradient id="矩形_20_" gradientUnits="userSpaceOnUse" x1="115.9711" y1="32.1774" x2="115.9711" y2="33.1774" gradientTransform="matrix(19.8465 3.667631e-05 -8.645036e-06 31.5111 -2283.1047 -1000.0709)">\n\t\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#EBEDF0"/>\n\t\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#E4E6E9"/>\n\t\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t\t<polygon id="矩形_2_" class="st6" points="7,5.8 17.5,5.8 22.2,37.3 2.3,37.3 \t\t\t\t\t\t\t\t"/>\n\t\t\t\t\t\t\t\t<polygon id="路径-17" class="st7" points="0,38.5 2.3,37.3 22.2,37.3 24.5,38.5 \t\t\t\t\t\t\t\t"/>\n\t\t\t\t\t\t\t\t<polygon id="路径-18" class="st8" points="8.2,5.8 8.2,4.6 16.3,4.6 16.3,5.8 \t\t\t\t\t\t\t\t"/>\n\t\t\t\t\t\t\t</g>\n\t\t\t\t\t\t\t<path id="形状结合_1_" class="st9" d="M12.7,99.3v7.2v0.1c-0.2,0-0.4-0.1-0.6-0.1c-1.5,0-2.8,1.3-2.8,3s1.2,3,2.8,3\n\t\t\t\t\t\t\t\tc1.3,0,2.5-1,2.7-2.4h1.1c-0.3,2-1.9,3.6-3.8,3.6c-2.1,0-3.9-1.9-3.9-4.2c0-2.1,1.4-3.8,3.3-4.1v-6L12.7,99.3L12.7,99.3z"/>\n\t\t\t\t\t\t\t<path id="椭圆形_1_" class="st10" d="M12.1,100.4c3.1,0,7.2-6.5,7.2-10.5s-3.2-7.2-7.2-7.2S5,86,5,89.9\n\t\t\t\t\t\t\t\tC5,93.9,9,100.4,12.1,100.4z"/>\n\t\t\t\t\t\t\t<rect id="矩形_3_" x="122.8" y="121.4" class="st11" width="102.4" height="2.2"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="矩形_21_" gradientUnits="userSpaceOnUse" x1="100.0187" y1="-1.1966" x2="100.0187" y2="-0.2166" gradientTransform="matrix(3.4301 0.7291 -14.6403 68.8774 -167.9161 65.3722)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#EAEDF0"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#E7E7EB"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<path id="矩形_4_" class="st12" d="M191.3,54.1l3.4,0.7l-14.6,68.5c-0.7,0.1-1.3,0.1-1.9,0c-0.5-0.1-1.1-0.4-1.5-0.7\n\t\t\t\t\t\t\t\tL191.3,54.1z"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="矩形备份-22_1_" gradientUnits="userSpaceOnUse" x1="126.5297" y1="5.966" x2="126.5297" y2="6.9462" gradientTransform="matrix(1.6467 3.0971 -42.2724 22.4766 281.2271 -423.6879)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#EFF2F5"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#E7E7EB"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<path id="矩形备份-22" class="st13" d="M237.4,100.3l1.6,3.1l-39.5,20.7c-0.4,0-1.2-0.1-2.4-0.3c-1.2-0.2-1.9-0.6-2-1\n\t\t\t\t\t\t\t\tL237.4,100.3z"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="路径-23_1_" gradientUnits="userSpaceOnUse" x1="100.5191" y1="-53.1867" x2="100.5191" y2="-52.1867" gradientTransform="matrix(3.3026 0 0 3.3091 -98.6243 278.6146)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#E7E8EB"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#CACDD1"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<path id="路径-23" class="st14" d="M233.4,102.6l-1.7,0.7c0,0.4,0.2,0.9,0.6,1.5c0.4,0.5,0.8,0.9,1.3,1.1l1.4-0.6\n\t\t\t\t\t\t\t\tL233.4,102.6z"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="矩形_22_" gradientUnits="userSpaceOnUse" x1="221.5281" y1="-8.8653" x2="221.5281" y2="-7.8653" gradientTransform="matrix(83.6667 0 0 19.8545 -18351.1758 312.8161)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#E3E5E8"/>\n\t\t\t\t\t\t\t\t<stop offset="0.9713" style="stop-color:#CDCED1"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<rect id="矩形_5_" x="141.5" y="136.8" class="st15" width="83.7" height="19.9"/>\n\t\t\t\t\t\t\t<path id="路径-20" class="st16" d="M140.4,156.7h10.2c-0.1-3.1,2-5.2,6.4-6.3s27.1-3.7,68.2-7.9v-3.1v-9.2h-84.8\n\t\t\t\t\t\t\t\tL140.4,156.7L140.4,156.7z"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="路径-19_1_" gradientUnits="userSpaceOnUse" x1="223.0654" y1="-5.3179" x2="223.0654" y2="-4.3264" gradientTransform="matrix(121.0965 0 0 33.0909 -26847.7422 299.5751)">\n\t\t\t\t\t\t\t\t<stop offset="1.187711e-02" style="stop-color:#F3F3F5"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#E1E3E6"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<path id="路径-19" class="st17" d="M225.2,123.6H104.1v33.1H144c1-4.1,2.8-6.6,5.4-7.5c2.6-0.9,27.9-3.2,75.9-6.9\n\t\t\t\t\t\t\t\tL225.2,123.6L225.2,123.6z"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="形状结合_9_" gradientUnits="userSpaceOnUse" x1="216.2874" y1="-5.3052" x2="216.2874" y2="-4.3255" gradientTransform="matrix(40.7316 0 0 33.0909 -8685.2812 299.5751)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#E4E7EB"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#D8DADC"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<path id="形状结合_2_" class="st18" d="M144.8,123.6v25.6c0,1-0.7,1.8-1.6,2l-30.5,5.5h-8.6v-33.1H144.8z"/>\n\t\t\t\t\t\t\t<rect id="矩形_6_" x="129.4" y="156.7" class="st19" width="37.4" height="2.2"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="路径-21_1_" gradientUnits="userSpaceOnUse" x1="224.2886" y1="-1.6419" x2="225.0738" y2="-1.4702" gradientTransform="matrix(219.0746 0 0 89.3455 -49076.6602 188.1616)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#D5D8DF"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#B5B8C1"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<polyline id="路径-21" class="st20" points="18.2,12.2 192.9,53.7 237.3,101.5 \t\t\t\t\t\t\t"/>\n\t\t\t\t\t\t\t<path id="路径-22" class="st21" d="M189.9,59.9c0.4,0.3,0.9,0.5,1.4,0.7s1,0.2,1.6,0.1l0.3-1.4l-3-0.8L189.9,59.9z"/>\n\t\t\t\t\t\t\t<ellipse id="椭圆形_2_" class="st22" cx="193.2" cy="54.1" rx="4.5" ry="4.5"/>\n\t\t\t\t\t\t\t<rect id="矩形-4" x="122.8" y="123.6" class="st23" width="102.4" height="1.1"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="矩形_23_" gradientUnits="userSpaceOnUse" x1="210.4035" y1="-3.6982" x2="211.1111" y2="-3.6982" gradientTransform="matrix(26.4211 0 0 41.9151 -5331.103 292.962)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#EFF0F2"/>\n\t\t\t\t\t\t\t\t<stop offset="0.4724" style="stop-color:#F4F5F7"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#EEF0F2"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<rect id="矩形_7_" x="224.1" y="117" class="st24" width="26.4" height="41.9"/>\n\t\t\t\t\t\t\t<rect id="矩形_8_" x="223" y="121.4" class="st25" width="1.1" height="3.3"/>\n\t\t\t\t\t\t\t<rect id="矩形备份-23" x="223" y="124.7" class="st26" width="1.1" height="17.6"/>\n\t\t\t\t\t\t\t<rect id="矩形_9_" x="223" y="142.3" class="st27" width="1.1" height="14.3"/>\n\t\t\t\t\t\t\t<ellipse id="椭圆形_3_" class="st23" cx="237.3" cy="117" rx="13.2" ry="2.2"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="椭圆形备份-8_1_" gradientUnits="userSpaceOnUse" x1="210.4035" y1="-39.3843" x2="211.1111" y2="-39.3843" gradientTransform="matrix(26.4211 0 0 4.4121 -5331.103 332.6674)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#EFF0F2"/>\n\t\t\t\t\t\t\t\t<stop offset="0.4724" style="stop-color:#F4F5F7"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#EEF0F2"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<ellipse id="椭圆形备份-8" class="st28" cx="237.3" cy="158.9" rx="13.2" ry="2.2"/>\n\t\t\t\t\t\t\t<path id="矩形_10_" class="st29" d="M236.2,105.9h3.3v10.5c-0.6,0.3-1.1,0.5-1.7,0.5s-1.1-0.2-1.7-0.5L236.2,105.9\n\t\t\t\t\t\t\t\tL236.2,105.9z"/>\n\t\t\t\t\t\t\t<path id="路径-24" class="st30" d="M236.2,106v1.7c0.4,0.3,1,0.4,1.7,0.4s1.2-0.1,1.7-0.4v-1.8L236.2,106z"/>\n\t\t\t\t\t\t\t<ellipse id="椭圆形备份-9" class="st22" cx="237.3" cy="102.6" rx="4.5" ry="4.5"/>\n\t\t\t\t\t\t\t<g id="编组-6" transform="translate(69.937516, 158.870594)">\n\t\t\t\t\t\t\t\t<ellipse id="椭圆形_4_" class="st31" cx="11.1" cy="11" rx="8.8" ry="8.7"/>\n\t\t\t\t\t\t\t\t<ellipse id="椭圆形备份-10" class="st31" cx="141.9" cy="11" rx="8.8" ry="8.7"/>\n\t\t\t\t\t\t\t\t<path id="矩形_11_" class="st32" d="M11.1,10.9h7c0.7,0,1.2,0.6,1.2,1.2l0,0c0,0.7-0.6,1.2-1.2,1.2h-7\n\t\t\t\t\t\t\t\t\tc-0.7,0-1.2-0.6-1.2-1.2l0,0C9.8,11.5,10.4,10.9,11.1,10.9z"/>\n\t\t\t\t\t\t\t\t<path id="矩形_12_" class="st32" d="M134.9,10.9h7c0.7,0,1.2,0.6,1.2,1.2l0,0c0,0.7-0.6,1.2-1.2,1.2h-7\n\t\t\t\t\t\t\t\t\tc-0.7,0-1.2-0.6-1.2-1.2l0,0C133.7,11.5,134.3,10.9,134.9,10.9z"/>\n\t\t\t\t\t\t\t\t<path id="矩形_13_" class="st33" d="M10.9,9.8h131.3c0.8,0,1.5,0.7,1.5,1.5v0.5c0,0.8-0.7,1.5-1.5,1.5H10.9\n\t\t\t\t\t\t\t\t\tc-0.8,0-1.5-0.7-1.5-1.5v-0.5C9.4,10.5,10.1,9.8,10.9,9.8z"/>\n\t\t\t\t\t\t\t\t<path id="形状结合_3_" class="st34" d="M142.2,9.8c0.7,0,1.3,0.5,1.5,1.2H9.4c0.2-0.7,0.7-1.2,1.5-1.2H142.2z"/>\n\n\t\t\t\t\t\t\t\t\t<linearGradient id="矩形_24_" gradientUnits="userSpaceOnUse" x1="83.8703" y1="-8.7587" x2="83.8703" y2="-7.7734" gradientTransform="matrix(151.0219 0 0 20.0606 -12589.7578 176.9999)">\n\t\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#D7D8DB"/>\n\t\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#D0D3D6"/>\n\t\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t\t<path id="矩形_14_" class="st35" d="M10.5,1h132c5.2,0,9.5,4.3,9.5,9.5v1.1c0,5.2-4.3,9.5-9.5,9.5h-132\n\t\t\t\t\t\t\t\t\tc-5.2,0-9.5-4.3-9.5-9.5v-1.1C1,5.3,5.3,1,10.5,1z"/>\n\n\t\t\t\t\t\t\t\t\t<linearGradient id="矩形_25_" gradientUnits="userSpaceOnUse" x1="83.8129" y1="-10.3844" x2="83.8129" y2="-9.4242" gradientTransform="matrix(147.9184 0 0 16.9485 -12320.917 178.5564)">\n\t\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#CDCED1"/>\n\t\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#EEEFF1"/>\n\t\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t\t<path id="矩形_15_" class="st36" d="M10.1,2.6H143c4.1,0,7.5,3.4,7.5,7.5V12c0,4.1-3.4,7.5-7.5,7.5H10.1\n\t\t\t\t\t\t\t\t\tc-4.1,0-7.5-3.4-7.5-7.5v-1.9C2.6,5.9,5.9,2.6,10.1,2.6z"/>\n\t\t\t\t\t\t\t</g>\n\n\t\t\t\t\t\t\t\t<linearGradient id="矩形_26_" gradientUnits="userSpaceOnUse" x1="216.5575" y1="-4.354" x2="216.5575" y2="-3.354" gradientTransform="matrix(41.8333 0 0 40.4227 -8936.4668 291.8492)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#F0F1F2"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#E6E8EB"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<path id="矩形_16_" class="st37" d="M115.9,115.9h25.8c1.1,0,2,0.9,2,2v29.7c0,1-0.7,1.8-1.6,2l-37.8,6.8\n\t\t\t\t\t\t\t\tc-1.1,0.2-2.1-0.5-2.3-1.6c0-0.1,0-0.2,0-0.4V130C101.9,122.1,108.1,115.9,115.9,115.9z"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="矩形_27_" gradientUnits="userSpaceOnUse" x1="204.2732" y1="-7.978" x2="204.2732" y2="-6.978" gradientTransform="matrix(18.7149 0 0 22.0606 -3708.4031 295.1615)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#E6E8EB"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#D7D9DC"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<path id="矩形_17_" class="st38" d="M115.2,119.2h8.7l0,0v20.9l-18.7,1.2v-12.1C105.2,123.6,109.6,119.2,115.2,119.2z"/>\n\n\t\t\t\t\t\t\t\t<linearGradient id="矩形_28_" gradientUnits="userSpaceOnUse" x1="197.4332" y1="-8.398" x2="197.4332" y2="-7.398" gradientTransform="matrix(14.3114 0 0 20.9576 -2692.2952 295.1579)">\n\t\t\t\t\t\t\t\t<stop offset="0" style="stop-color:#E6E8EB"/>\n\t\t\t\t\t\t\t\t<stop offset="1" style="stop-color:#D7D9DC"/>\n\t\t\t\t\t\t\t</linearGradient>\n\t\t\t\t\t\t\t<path id="矩形_18_" class="st39" d="M126.1,119.2h13.3c0.6,0,1,0.4,1,1V139l0,0l-14.3,1.2\n\t\t\t\t\t\t\t\tC126.1,140.2,126.1,119.2,126.1,119.2z"/>\n\t\t\t\t\t\t</g>\n\t\t\t\t\t\t<path id="形状结合_4_" class="st40" d="M192.2,169.8c87.5-7.7,156.8-33,154.7-56.7c-2.1-23.6-74.7-36.6-162.2-29\n\t\t\t\t\t\t\tS28,117.2,30,140.9S104.7,177.5,192.2,169.8z M192.2,168.8c-86.9,7.6-159.1-5.3-161.1-28s66.9-48,153.8-55.6\n\t\t\t\t\t\t\ts159.1,5.3,161.1,28C347.9,136,279,161.2,192.2,168.8z"/>\n\t\t\t\t\t\t<path id="形状结合_5_" class="st40" d="M235.3,51.9c45.1-17.3,79.9-21.2,88-7.3c12,20.8-40.2,73.4-116.5,117.5\n\t\t\t\t\t\t\ts-148,63-160,42.1S87,130.8,163.3,86.7C184.6,74.5,205.6,64.1,225,56c0.1,0.3,0.3,0.6,0.4,0.9C206,65,185,75.3,163.7,87.6\n\t\t\t\t\t\t\tC87.9,131.5,36,183.8,47.6,203.8s82.8,1.3,158.7-42.5S334,65.2,322.4,45.2c-7.7-13.4-42.2-9.4-86.8,7.8\n\t\t\t\t\t\t\tC235.5,52.6,235.4,52.3,235.3,51.9L235.3,51.9z"/>\n\t\t\t\t\t\t<g id="编组-9" transform="translate(0.000000, 38.000000)">\n\t\t\t\t\t\t\t<ellipse id="椭圆形_5_" class="st41" cx="303.1" cy="50.2" rx="2.8" ry="2.8"/>\n\t\t\t\t\t\t\t<ellipse id="椭圆形_6_" class="st41" cx="316.3" cy="1.7" rx="1.7" ry="1.7"/>\n\t\t\t\t\t\t\t<ellipse id="椭圆形_7_" class="st41" cx="121.6" cy="136.2" rx="2.8" ry="2.8"/>\n\t\t\t\t\t\t\t<ellipse id="椭圆形_8_" class="st41" cx="33" cy="90.4" rx="1.1" ry="1.1"/>\n\t\t\t\t\t\t\t<ellipse id="椭圆形_9_" class="st41" cx="290.5" cy="114.7" rx="1.1" ry="1.1"/>\n\t\t\t\t\t\t\t<ellipse id="椭圆形_10_" class="st41" cx="70.4" cy="35.3" rx="2.2" ry="2.2"/>\n\t\t\t\t\t\t\t<ellipse id="椭圆形备份-6" class="st41" cx="1.7" cy="68.9" rx="1.7" ry="1.7"/>\n\t\t\t\t\t\t\t<ellipse id="椭圆形备份-5_1_" class="st41" cx="233.8" cy="159.3" rx="1.7" ry="1.7"/>\n\t\t\t\t\t\t</g>\n\t\t\t\t\t</g>\n\t\t\t\t</g>\n\t\t\t</g>\n\t\t</g>\n\t</g>\n</g>\n</svg>',empty:'<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 480 240" style="enable-background:new 0 0 480 240;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:url(#Fill-1_1_);}\n\t.st1{fill:url(#路径-3_1_);}\n\t.st2{fill:url(#形状结合_2_);}\n\t.st3{fill:#C4C6CC;}\n</style>\n<linearGradient id="Fill-1_1_" gradientUnits="userSpaceOnUse" x1="241.4427" y1="84.9601" x2="247.5184" y2="50.5028" gradientTransform="matrix(1 0 0 -1 0 240)">\n\t<stop offset="0" style="stop-color:#FBFCFD"/>\n\t<stop offset="1" style="stop-color:#F0F2F5"/>\n</linearGradient>\n<path id="Fill-1" class="st0" d="M188,164.7c16.3-3.7,39.7-5.3,55.6-4.5s29.1,3.6,30,2.9c3.2-2.1,10-3,9.6-2.2\n\tc-0.3,0.8-4.7,3.4-3.3,3.8c1.4,0.4,15.6,2,21.5,3.3c5.9,1.2,9.7,2.4,11,2.4s3.3-1.7,11.8-0.9c0.2,0.3-1.9,0.4-3.8,1.4\n\ts-3.3,0.9-3.3,1.1s1.1-0.3,3.3,1.1c2.2,1.4,6.1,1.9,6.1,2.2s-4.9,2-13.2-0.6c-2.1-0.7-7,5.1-29.5,6.7s-60.5,2.9-60.5,2.9\n\ts2.3,2.9,5.6,3.8c0.2,0.3-1.3,1.4-7.8,0.2s-9.9-3.9-9.9-3.9s-12.8-0.8-17.6-1.6s-10.4-2.9-14.2-3.3c-3.8-0.4-21.1-2.4-14.5-6.9\n\tC164.7,172.5,171.7,168.4,188,164.7z"/>\n<linearGradient id="路径-3_1_" gradientUnits="userSpaceOnUse" x1="412.5606" y1="-3.1133" x2="412.5606" y2="-2.1773" gradientTransform="matrix(105.6 0 0 56.32 -43326.4023 278.4001)">\n\t<stop offset="0" style="stop-color:#E6E8EB;stop-opacity:0.9917"/>\n\t<stop offset="1" style="stop-color:#D4D6D9"/>\n</linearGradient>\n<polygon id="路径-3" class="st1" points="187.2,137.6 210.7,102.4 269.3,102.4 292.8,137.6 292.8,158.7 187.2,158.7 "/>\n<linearGradient id="形状结合_2_" gradientUnits="userSpaceOnUse" x1="412.5606" y1="-5" x2="412.5606" y2="-4.0079" gradientTransform="matrix(105.6 0 0 35.2 -43326.4023 313.6004)">\n\t<stop offset="0" style="stop-color:#EDEFF2"/>\n\t<stop offset="1" style="stop-color:#E8EAED"/>\n</linearGradient>\n<path id="形状结合" class="st2" d="M212.6,172.8h-23.4c-1.1,0-2-0.9-2-2v-33.2h23.4c1.1,0,2,0.9,2,2v7.4c0,1.1,0.8,1.9,1.9,2\n\th0.1h50.8c1.1,0,1.9-0.8,2-1.9V147v-7.4c0-1.1,0.9-2,2-2h23.4v33.2c0,1.1-0.9,2-2,2h-23.4H212.6z"/>\n<path id="形状结合_1_" class="st3" d="M182.4,169.6v8h8v1.6h-9.6v-9.6H182.4z"/>\n<path id="形状结合备份" class="st3" d="M289.6,177.6h8v-8h1.6v9.6h-9.6V177.6z"/>\n<g id="编组-4" transform="translate(91.688890, 11.874936) rotate(21.000000) translate(-91.688890, -11.874936) translate(90.888890, 0.674936)">\n\n\t\t<rect id="矩形_1_" x="183.1" y="24.5" transform="matrix(5.449899e-06 1 -1 5.449899e-06 209.9379 -159.3938)" class="st3" width="3.2" height="1.6"/>\n\n\t\t<rect id="矩形备份-6" x="183.1" y="30.9" transform="matrix(5.449898e-06 1 -1 5.449898e-06 216.3378 -152.9939)" class="st3" width="3.2" height="1.6"/>\n\n\t\t<rect id="矩形备份-7" x="183.1" y="37.3" transform="matrix(5.449898e-06 1 -1 5.449898e-06 222.7379 -146.5939)" class="st3" width="3.2" height="1.6"/>\n\n\t\t<rect id="矩形备份-8" x="183.1" y="43.7" transform="matrix(5.449899e-06 1 -1 5.449899e-06 229.1379 -140.1939)" class="st3" width="3.2" height="1.6"/>\n</g>\n<g id="编组-3" transform="translate(36.000000, 27.200000) rotate(-32.000000) translate(-36.000000, -27.200000) translate(35.200000, 12.800000)">\n\n\t\t<rect id="矩形_2_" x="91.7" y="161.1" transform="matrix(-1 5.426337e-06 -5.426337e-06 -1 185.0753 325.4438)" class="st3" width="1.6" height="3.2"/>\n\n\t\t<rect id="矩形备份-2" x="91.7" y="167.5" transform="matrix(-1 5.426336e-06 -5.426336e-06 -1 185.0755 338.2438)" class="st3" width="1.6" height="3.2"/>\n\n\t\t<rect id="矩形备份-3" x="91.7" y="173.9" transform="matrix(-1 5.426336e-06 -5.426336e-06 -1 185.0755 351.0439)" class="st3" width="1.6" height="3.2"/>\n\n\t\t<rect id="矩形备份-4" x="91.7" y="180.3" transform="matrix(-1 5.426336e-06 -5.426336e-06 -1 185.0755 363.8438)" class="st3" width="1.6" height="3.2"/>\n\n\t\t<rect id="矩形备份-5" x="91.7" y="186.7" transform="matrix(-1 5.426337e-06 -5.426337e-06 -1 185.0755 376.6438)" class="st3" width="1.6" height="3.2"/>\n</g>\n<circle id="椭圆形" class="st3" cx="268.8" cy="94.4" r="1.6"/>\n<circle id="椭圆形备份" class="st3" cx="227.2" cy="120" r="1.6"/>\n</svg>',"search-empty":'<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\n\t viewBox="0 0 480 240" style="enable-background:new 0 0 480 240;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:url(#Fill-1_1_);}\n\t.st1{fill:#C4C6CC;}\n\t.st2{fill:url(#矩形-2_1_);}\n\t.st3{fill:url(#矩形_6_);}\n\t.st4{fill:#DCDEE0;}\n\t.st5{fill:#D1D3D6;}\n\t.st6{fill:url(#矩形-3_1_);}\n\t.st7{fill:#E5E7EC;}\n\t.st8{fill:#DCDDE0;}\n\t.st9{fill:url(#路径-13_1_);}\n\t.st10{fill:url(#椭圆形_3_);stroke:url(#椭圆形_4_);}\n\t.st11{fill:url(#椭圆形_5_);stroke:url(#椭圆形_6_);}\n\t.st12{fill:#FFFFFF;}\n</style>\n<g id="页面-1">\n\t<g id="Exception_x2F_异常提示" transform="translate(-869.000000, -2918.000000)">\n\t\t<g id="搜索为空" transform="translate(869.000000, 2918.000000)">\n\t\t\t<linearGradient id="Fill-1_1_" gradientUnits="userSpaceOnUse" x1="243.0464" y1="167.9793" x2="245.8071" y2="194.2456">\n\t\t\t\t<stop offset="0" style="stop-color:#FBFCFD"/>\n\t\t\t\t<stop offset="1" style="stop-color:#F2F4F7"/>\n\t\t\t</linearGradient>\n\t\t\t<path id="Fill-1" class="st0" d="M193.1,174.2c14.8-3.3,36-4.8,50.5-4.1c14.4,0.7,26.4,3.3,27.3,2.7c2.9-1.9,9-2.8,8.7-2\n\t\t\t\tc-0.3,0.7-4.3,3.1-3,3.4c1.3,0.4,14.1,1.9,19.5,3c5.3,1.1,8.8,2.2,9.9,2.2c1.2,0,3-1.6,10.7-0.8c0.1,0.3-1.7,0.4-3.4,1.3\n\t\t\t\tc-1.7,0.9-3,0.8-3,1s1-0.3,3,1s5.5,1.7,5.5,2s-4.5,1.8-12-0.6c-1.9-0.6-6.3,4.6-26.8,6.1s-55,2.6-55,2.6s2.1,2.7,5.1,3.4\n\t\t\t\tc0.2,0.3-1.2,1.3-7.1,0.2c-5.9-1.1-9-3.6-9-3.6s-11.6-0.7-16-1.5c-4.4-0.7-9.4-2.6-12.9-3s-19.2-2.2-13.2-6.3\n\t\t\t\tC172,181.2,178.3,177.5,193.1,174.2z"/>\n\t\t\t<path id="形状结合" class="st1" d="M193.1,177.4v9.4h9.4v1.9h-11.2v-11.2L193.1,177.4L193.1,177.4z"/>\n\t\t\t<path id="形状结合备份" class="st1" d="M200.6,64.9h-9.4v9.4h-1.9v-9.4l0,0V63h11.2L200.6,64.9L200.6,64.9z"/>\n\t\t\t<path id="形状结合备份-2" class="st1" d="M288.8,74.2v-9.4h-9.4V63h9.4l0,0h1.9v11.2H288.8z"/>\n\n\t\t\t\t<linearGradient id="矩形-2_1_" gradientUnits="userSpaceOnUse" x1="411.6768" y1="-1.6066" x2="411.6768" y2="-0.6707" gradientTransform="matrix(86.25 0 0 108.75 -35267.125 246.5)">\n\t\t\t\t<stop offset="0" style="stop-color:#EBEDF0;stop-opacity:0.9917"/>\n\t\t\t\t<stop offset="1" style="stop-color:#E1E3E6"/>\n\t\t\t</linearGradient>\n\t\t\t<path id="矩形-2" class="st2" d="M197.9,70.5h84.2c0.6,0,1,0.4,1,1v106.8c0,0.6-0.4,1-1,1h-84.2c-0.6,0-1-0.4-1-1V71.5\n\t\t\t\tC196.9,70.9,197.3,70.5,197.9,70.5z"/>\n\n\t\t\t\t<linearGradient id="矩形_6_" gradientUnits="userSpaceOnUse" x1="410.6614" y1="-1.8773" x2="410.6614" y2="-0.8888" gradientTransform="matrix(71.25 0 0 93.75 -29019.625 254)">\n\t\t\t\t<stop offset="0" style="stop-color:#FFFFFF"/>\n\t\t\t\t<stop offset="1" style="stop-color:#F2F4F7"/>\n\t\t\t</linearGradient>\n\t\t\t<rect id="矩形_1_" x="204.4" y="78" class="st3" width="71.2" height="93.8"/>\n\t\t\t<rect id="矩形_2_" x="219.4" y="81.8" class="st4" width="41.2" height="1.9"/>\n\t\t\t<rect id="矩形_3_" x="204.4" y="171.8" class="st5" width="71.2" height="1.9"/>\n\n\t\t\t\t<linearGradient id="矩形-3_1_" gradientUnits="userSpaceOnUse" x1="406.4152" y1="-11.7334" x2="406.4152" y2="-10.7413" gradientTransform="matrix(41.25 0 0 15 -16524.625 242.75)">\n\t\t\t\t<stop offset="0" style="stop-color:#EDEFF2"/>\n\t\t\t\t<stop offset="1" style="stop-color:#E8EAED"/>\n\t\t\t</linearGradient>\n\t\t\t<rect id="矩形-3" x="219.4" y="66.8" class="st6" width="41.2" height="15"/>\n\t\t\t<g id="编组-3" transform="translate(223.125000, 98.625000)">\n\t\t\t\t<rect id="矩形_4_" class="st1" width="3.8" height="1.9"/>\n\t\t\t\t<rect id="矩形备份" x="7.5" class="st1" width="3.8" height="1.9"/>\n\t\t\t\t<rect id="矩形备份-2" x="15" class="st1" width="3.8" height="1.9"/>\n\t\t\t\t<rect id="矩形备份-3" x="22.5" class="st1" width="3.8" height="1.9"/>\n\t\t\t\t<rect id="矩形备份-4" x="30" class="st1" width="3.8" height="1.9"/>\n\t\t\t</g>\n\t\t\t<g id="编组-6" transform="translate(228.750000, 113.625000)">\n\t\t\t\t<circle id="椭圆形" class="st7" cx="24.4" cy="26.2" r="24.4"/>\n\t\t\t\t<path id="路径-12" class="st7" d="M39,45l3.1,3.2c-0.6,0.8-0.6,1.5,0,2.2s2.2,2.5,4.7,5.3v-7.5l-6.1-5L39,45z"/>\n\n\t\t\t\t\t<g id="编组-4" transform="translate(50.226317, 51.709077) rotate(-45.000000) translate(-50.226317, -51.709077) translate(44.601317, 36.709077)">\n\n\t\t\t\t\t\t<rect id="矩形_5_" x="3.8" y="0" transform="matrix(-1 5.070363e-06 -5.070363e-06 -1 11.4 9.35)" class="st8" width="3.7" height="9.4"/>\n\n\t\t\t\t\t\t<linearGradient id="路径-13_1_" gradientUnits="userSpaceOnUse" x1="-109.3915" y1="-55.9383" x2="-109.5578" y2="-55.8905" gradientTransform="matrix(9.2129 0 0 22.5 1013.9285 1277.281)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#D7D8DB"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#BEBFC2"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<path id="路径-13" class="st9" d="M3.7,5.7h4c0.5,0,1,0.4,1,0.9l1.5,20.5c0,0.6-0.4,1-0.9,1.1c0,0,0,0-0.1,0H2\n\t\t\t\t\t\tc-0.6,0-1-0.4-1-1v-0.1L2.7,6.6C2.7,6.1,3.2,5.7,3.7,5.7z"/>\n\t\t\t\t</g>\n\t\t\t\t<g id="编组-5">\n\n\t\t\t\t\t\t<linearGradient id="椭圆形_3_" gradientUnits="userSpaceOnUse" x1="-49.7115" y1="-3.6859" x2="-49.7115" y2="-2.6859" gradientTransform="matrix(47.75 0 0 47.75 2398.125 176.5)">\n\t\t\t\t\t\t<stop offset="1.530828e-03" style="stop-color:#DDDEE0"/>\n\t\t\t\t\t\t<stop offset="0.998" style="stop-color:#C3C5C7"/>\n\t\t\t\t\t</linearGradient>\n\n\t\t\t\t\t\t<linearGradient id="椭圆形_4_" gradientUnits="userSpaceOnUse" x1="-49.7115" y1="-3.6858" x2="-49.7115" y2="-2.7054" gradientTransform="matrix(47.75 0 0 47.75 2398.125 176.5)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#DDDEE0"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#BEC0C2"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<circle id="椭圆形_1_" class="st10" cx="24.4" cy="24.4" r="23.9"/>\n\n\t\t\t\t\t\t<linearGradient id="椭圆形_5_" gradientUnits="userSpaceOnUse" x1="-52.3966" y1="-4.822" x2="-52.3966" y2="-3.838" gradientTransform="matrix(36.5 0 0 36.5 1936.875 182.125)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#FEFEFE"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#F2F4F7"/>\n\t\t\t\t\t</linearGradient>\n\n\t\t\t\t\t\t<linearGradient id="椭圆形_6_" gradientUnits="userSpaceOnUse" x1="-52.3966" y1="-4.822" x2="-52.3966" y2="-3.8398" gradientTransform="matrix(36.5 0 0 36.5 1936.875 182.125)">\n\t\t\t\t\t\t<stop offset="0" style="stop-color:#F3F4F5"/>\n\t\t\t\t\t\t<stop offset="1" style="stop-color:#F3F5F7"/>\n\t\t\t\t\t</linearGradient>\n\t\t\t\t\t<circle id="椭圆形_2_" class="st11" cx="24.4" cy="24.4" r="18.2"/>\n\t\t\t\t\t<path id="形状结合_1_" class="st12" d="M23.5,12.3c5.8,0,10.9,3.3,13.4,8.2c-2.5-1.6-5.5-2.6-8.7-2.6c-4,0-7.7,1.5-10.5,4\n\t\t\t\t\t\tL14,15.7C16.6,13.6,19.9,12.3,23.5,12.3z"/>\n\t\t\t\t</g>\n\t\t\t\t<polygon id="路径-14" class="st5" points="46.9,53.4 46.9,55.6 54.4,64.4 54.4,62.3 \t\t\t\t"/>\n\t\t\t</g>\n\t\t</g>\n\t</g>\n</g>\n</svg>',login:'<?xml version="1.0" encoding="utf-8"?>\n\x3c!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --\x3e\n<svg version="1.1" id="图层_2_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"\n\t y="0px" viewBox="0 0 480 240" style="enable-background:new 0 0 480 240;" xml:space="preserve">\n<style type="text/css">\n\t.st0{fill:url(#形状结合_3_);}\n\t.st1{fill:url(#形状结合_7_);}\n\t.st2{fill:#C4C6CC;}\n\t.st3{fill:url(#形状结合_9_);}\n\t.st4{fill:url(#形状结合_10_);fill-opacity:0.6;}\n\t.st5{fill:url(#形状结合_11_);}\n\t.st6{fill:url(#路径-3_1_);}\n\t.st7{fill:url(#形状结合_12_);}\n\t.st8{fill:url(#路径-3_4_);}\n\t.st9{fill:url(#形状结合_13_);}\n\t.st10{fill:url(#形状结合_15_);}\n\t.st11{fill:#979BA5;}\n\t.st12{fill:url(#SVGID_1_);}\n\t.st13{fill:url(#SVGID_2_);}\n\t.st14{fill:url(#形状结合_16_);}\n\t.st15{fill:url(#形状结合备份-2_2_);}\n\t.st16{fill:#343434;fill-opacity:0.1;}\n</style>\n<g id="页面-1">\n\t<g id="Exception_x2F_异常提示_x2F_灰白对比" transform="translate(-924.000000, -707.000000)">\n\t\t<g id="需要登录" transform="translate(924.000000, 707.000000)">\n\n\t\t\t\t<linearGradient id="形状结合_3_" gradientUnits="userSpaceOnUse" x1="1019.9006" y1="-8.3354" x2="1019.9006" y2="-7.3367" gradientTransform="matrix(200.0257 0 0 58.3047 -203759.5469 663.9944)">\n\t\t\t\t<stop offset="0" style="stop-color:#F5F6F7"/>\n\t\t\t\t<stop offset="1" style="stop-color:#F7F9FC"/>\n\t\t\t</linearGradient>\n\t\t\t<path id="形状结合_30_" class="st0" d="M249.6,178v8.7c0,2.5,2.1,4.6,4.6,4.6s4.5,1.9,4.6,4.4v0.2v0.9\n\t\t\t\tc1.1-0.5,2.3-0.8,3.5-0.8c4.3,0,7.8,3.2,8.4,7.3c1-0.8,2.2-1.3,3.6-1.3c1.2,0,2.3,0.4,3.2,1c2.3-4.2,6.7-7,11.8-7\n\t\t\t\tc7.2,0,13,5.6,13.5,12.7c4.9,0.7,10.1,1.5,13.3,2.1c7.2,1.5,11.8,3,13.4,3s4-2.1,14.5-1.1c0.2,0.4-2.3,0.5-4.7,1.7s-4,1.1-4,1.4\n\t\t\t\ts1.3-0.4,4,1.3s7.5,2.3,7.5,2.8s-6.1,2.4-16.2-0.8c-2.6-0.8-8.6,6.2-36.1,8.2c-27.6,2-74.2,3.5-74.2,3.5s2.8,3.6,6.9,4.6\n\t\t\t\tc0.2,0.4-1.6,1.7-9.6,0.2c-7.9-1.5-12.2-4.8-12.2-4.8s-15.7-1-21.6-2c-5.9-1-12.7-3.5-17.4-4s-25.9-3-17.8-8.5\n\t\t\t\tc0,0,7.2-4.2,23.6-8.3c2-3.5,5.7-5.9,10.1-5.9c2.7,0,5.2,0.9,7.1,2.5c1.4-0.2,2.9-0.4,4.4-0.6c1.2-1.1,2.8-1.8,4.5-1.8\n\t\t\t\tc1.2,0,2.3,0.3,3.2,0.9l0.5-0.1c1-3.9,4.5-6.8,8.7-6.8c2.8,0,5.4,1.3,7,3.3v-2.8c0-2.9,2.4-5.3,5.3-5.3c2.8,0,5.2-2.2,5.3-5.1\n\t\t\t\tv-0.2v-8L249.6,178L249.6,178z"/>\n\n\t\t\t\t<linearGradient id="形状结合_7_" gradientUnits="userSpaceOnUse" x1="1003.2384" y1="-43.6818" x2="1003.9461" y2="-43.6818" gradientTransform="matrix(44 0 0 11 -43919.1992 655.5)">\n\t\t\t\t<stop offset="0" style="stop-color:#E2E3E6"/>\n\t\t\t\t<stop offset="0.4543" style="stop-color:#ECEEF0"/>\n\t\t\t\t<stop offset="1" style="stop-color:#E2E4E6"/>\n\t\t\t</linearGradient>\n\t\t\t<path id="形状结合_29_" class="st1" d="M216.8,169.5h44v6c0,2.8-9.8,5-22,5s-22-2.2-22-5l0,0L216.8,169.5L216.8,169.5z"/>\n\t\t\t<path id="形状结合备份_1_" class="st2" d="M216.8,165h44v6c0,2.8-9.8,5-22,5s-22-2.2-22-5l0,0L216.8,165L216.8,165z"/>\n\n\t\t\t\t<linearGradient id="形状结合_9_" gradientUnits="userSpaceOnUse" x1="947.4888" y1="-8.3848" x2="948.1863" y2="-8.3848" gradientTransform="matrix(12 0 0 54.7 -11177.2002 581.2991)">\n\t\t\t\t<stop offset="0" style="stop-color:#F1F3F5"/>\n\t\t\t\t<stop offset="0.4576" style="stop-color:#F4F5F7"/>\n\t\t\t\t<stop offset="1" style="stop-color:#ECEEF0"/>\n\t\t\t</linearGradient>\n\t\t\t<path id="形状结合_28_" class="st3" d="M196.8,95.3c1.8,0,6,8.3,6,11.7l0,0v43h-12v-43v-0.2C190.9,103.4,195,95.3,196.8,95.3\n\t\t\t\tz"/>\n\n\t\t\t\t<linearGradient id="形状结合_10_" gradientUnits="userSpaceOnUse" x1="947.8464" y1="-19.8282" x2="947.827" y2="-19.6418" gradientTransform="matrix(12 0 0 24.2 -11093.2002 602.9993)">\n\t\t\t\t<stop offset="0" style="stop-color:#CDD0D2;stop-opacity:0"/>\n\t\t\t\t<stop offset="1" style="stop-color:#CDD0D2"/>\n\t\t\t</linearGradient>\n\t\t\t<polygon id="形状结合_26_" class="st4" points="274.8,117 274.8,132.6 279.7,141.2 286.8,135.4 286.8,126 \t\t\t"/>\n\n\t\t\t\t<linearGradient id="形状结合_11_" gradientUnits="userSpaceOnUse" x1="948.1716" y1="-8.3848" x2="947.4741" y2="-8.3848" gradientTransform="matrix(12 0 0 54.7 -11093.2002 581.2991)">\n\t\t\t\t<stop offset="0" style="stop-color:#F1F3F5"/>\n\t\t\t\t<stop offset="0.4576" style="stop-color:#F4F5F7"/>\n\t\t\t\t<stop offset="1" style="stop-color:#ECEEF0"/>\n\t\t\t</linearGradient>\n\t\t\t<path id="形状结合_25_" class="st5" d="M280.8,95.3c-1.8,0-6,8.3-6,11.7l0,0v43h12v-43v-0.2\n\t\t\t\tC286.6,103.4,282.5,95.3,280.8,95.3z"/>\n\t\t\t<g id="编组_3_" transform="translate(80.760499, 77.000000)">\n\n\t\t\t\t\t<linearGradient id="路径-3_1_" gradientUnits="userSpaceOnUse" x1="514.3141" y1="-6.8905" x2="514.3943" y2="-6.5204" gradientTransform="matrix(36 0 0 66 -18395.7324 506)">\n\t\t\t\t\t<stop offset="0" style="stop-color:#E8E9EB"/>\n\t\t\t\t\t<stop offset="1" style="stop-color:#D7D8DB"/>\n\t\t\t\t</linearGradient>\n\t\t\t\t<path id="路径-3_3_" class="st6" d="M135,20c-1.4,7-4.5,13.3-9.4,19.1c-7.3,8.7-15.2,13.6-18.4,23.8\n\t\t\t\t\tc-2.1,6.8-3.2,12.9-3.2,18.3l32.1,4.8l3.9-4.8L135,20z"/>\n\n\t\t\t\t\t<linearGradient id="形状结合_12_" gradientUnits="userSpaceOnUse" x1="469.125" y1="-6.98" x2="469.1263" y2="-6.9681" gradientTransform="matrix(13 0 0 64.5 -5965.6816 507.5)">\n\t\t\t\t\t<stop offset="0" style="stop-color:#EBEDEF;stop-opacity:0"/>\n\t\t\t\t\t<stop offset="1" style="stop-color:#C8CACC"/>\n\t\t\t\t</linearGradient>\n\t\t\t\t<path id="形状结合_24_" class="st7" d="M135.2,21.5l4.8,59.7l-3.9,4.8l-9.1-1.4l3.3-52.2c2-3.5,3.4-7.1,4.4-10.9\n\t\t\t\t\tC134.7,21.5,135.2,21.5,135.2,21.5z"/>\n\t\t\t</g>\n\n\t\t\t\t<g id="编组_2_" transform="translate(171.000000, 110.000000) scale(-1, 1) translate(-171.000000, -110.000000) translate(153.000000, 77.000000)">\n\n\t\t\t\t\t<linearGradient id="路径-3_4_" gradientUnits="userSpaceOnUse" x1="26.1195" y1="-6.7506" x2="26.1998" y2="-6.3805" gradientTransform="matrix(36 0 0 66 -1024 506)">\n\t\t\t\t\t<stop offset="0" style="stop-color:#E8E9EB"/>\n\t\t\t\t\t<stop offset="1" style="stop-color:#D7D8DB"/>\n\t\t\t\t</linearGradient>\n\t\t\t\t<path id="路径-3_2_" class="st8" d="M-73,20c-1.4,7-4.5,13.3-9.4,19.1c-7.3,8.7-15.2,13.6-18.4,23.8\n\t\t\t\t\tc-2.1,6.8-3.2,12.9-3.2,18.3l32.1,4.8l3.9-4.8L-73,20z"/>\n\t\t\t</g>\n\n\t\t\t\t<linearGradient id="形状结合_13_" gradientUnits="userSpaceOnUse" x1="659.6453" y1="-6.98" x2="659.6465" y2="-6.968" gradientTransform="matrix(-13 0 0 64.5 8839.2148 584.5)">\n\t\t\t\t<stop offset="0" style="stop-color:#EBEDEF;stop-opacity:0"/>\n\t\t\t\t<stop offset="1" style="stop-color:#C8CACC"/>\n\t\t\t</linearGradient>\n\t\t\t<path id="形状结合_2_" class="st9" d="M261.6,98.5l-4.8,59.7l3.9,4.8l9.1-1.4l-3.3-52.2c-2-3.5-3.4-7.1-4.4-10.9\n\t\t\t\tC262.1,98.5,261.6,98.5,261.6,98.5z"/>\n\n\t\t\t\t<linearGradient id="形状结合_15_" gradientUnits="userSpaceOnUse" x1="1004.9811" y1="-2.6558" x2="1005.6887" y2="-2.6558" gradientTransform="matrix(48 0 0 154 -48017.1992 506)">\n\t\t\t\t<stop offset="0" style="stop-color:#EAEBED"/>\n\t\t\t\t<stop offset="0.4543" style="stop-color:#F4F5F7"/>\n\t\t\t\t<stop offset="1" style="stop-color:#EEF0F2"/>\n\t\t\t</linearGradient>\n\t\t\t<path id="形状结合_18_" class="st10" d="M238.8,20c7,0,24,27.7,24,41l0,0v106c0,0.1,0,0.2,0,0.3s0,0.2,0,0.2\n\t\t\t\tc0,3.6-10.7,6.5-24,6.5s-24-2.9-24-6.5c0-0.1,0-0.2,0-0.2c0-0.1,0-0.2,0-0.3V61v-0.4C215.1,47.2,231.8,20,238.8,20z"/>\n\t\t\t<g>\n\t\t\t\t<circle id="椭圆形_7_" class="st11" cx="238.8" cy="71" r="9.5"/>\n\n\t\t\t\t\t<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="976.079" y1="-25.3334" x2="976.079" y2="-24.8244" gradientTransform="matrix(19 0 0 19 -18306.6992 547.5)">\n\t\t\t\t\t<stop offset="0" style="stop-color:#E1E2E6"/>\n\t\t\t\t\t<stop offset="1" style="stop-color:#F0F2F5"/>\n\t\t\t\t</linearGradient>\n\t\t\t\t<path class="st12" d="M238.8,81c-5.5,0-10-4.5-10-10s4.5-10,10-10s10,4.5,10,10S244.3,81,238.8,81z M238.8,62c-5,0-9,4-9,9\n\t\t\t\t\ts4,9,9,9s9-4,9-9S243.8,62,238.8,62z"/>\n\t\t\t</g>\n\t\t\t<g>\n\t\t\t\t<circle id="椭圆形备份-11_1_" class="st11" cx="238.8" cy="89" r="3.5"/>\n\n\t\t\t\t\t<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="893.0715" y1="-69.2048" x2="893.0715" y2="-68.6522" gradientTransform="matrix(7 0 0 7 -6012.7002 571.5)">\n\t\t\t\t\t<stop offset="0" style="stop-color:#E1E2E6"/>\n\t\t\t\t\t<stop offset="1" style="stop-color:#F0F2F5"/>\n\t\t\t\t</linearGradient>\n\t\t\t\t<path class="st13" d="M238.8,93c-2.2,0-4-1.8-4-4s1.8-4,4-4s4,1.8,4,4S241,93,238.8,93z M238.8,86c-1.7,0-3,1.3-3,3s1.3,3,3,3\n\t\t\t\t\ts3-1.3,3-3S240.5,86,238.8,86z"/>\n\t\t\t</g>\n\n\t\t\t\t<linearGradient id="形状结合_16_" gradientUnits="userSpaceOnUse" x1="1004.9811" y1="-70.9706" x2="1005.6854" y2="-70.9706" gradientTransform="matrix(48 0 0 6.8 -48017.1992 624.0004)">\n\t\t\t\t<stop offset="0" style="stop-color:#E2E3E6"/>\n\t\t\t\t<stop offset="0.4766" style="stop-color:#FBFDFF"/>\n\t\t\t\t<stop offset="1" style="stop-color:#E2E4E6"/>\n\t\t\t</linearGradient>\n\t\t\t<path id="形状结合_14_" class="st14" d="M262.8,138v2.5c-3.9,2.5-13.2,4.3-24,4.3s-20.1-1.8-24-4.3V138l0,0\n\t\t\t\tc0.6,2.8,11.1,5.5,24,5.5S262.2,140.8,262.8,138L262.8,138z"/>\n\n\t\t\t\t<linearGradient id="形状结合备份-2_2_" gradientUnits="userSpaceOnUse" x1="1004.9811" y1="-70.9706" x2="1005.6854" y2="-70.9706" gradientTransform="matrix(48 0 0 6.8 -48017.1992 629.0004)">\n\t\t\t\t<stop offset="0" style="stop-color:#E2E3E6"/>\n\t\t\t\t<stop offset="0.4766" style="stop-color:#FBFDFF"/>\n\t\t\t\t<stop offset="1" style="stop-color:#E2E4E6"/>\n\t\t\t</linearGradient>\n\t\t\t<path id="形状结合备份-2_1_" class="st15" d="M262.8,143v2.5c-3.9,2.5-13.2,4.3-24,4.3s-20.1-1.8-24-4.3V143l0,0\n\t\t\t\tc0.6,2.8,11.1,5.5,24,5.5S262.2,145.8,262.8,143L262.8,143z"/>\n\t\t\t<path id="形状结合_8_" class="st16" d="M262.8,73c43.2-8.6,77.1-6.3,80.9,6.7c4.6,15.9-37.4,41.9-93.6,58.1\n\t\t\t\ts-105.6,16.3-110.2,0.4c-4-14.1,28.4-36.1,74.9-52.1v1.1c-45.8,15.9-77.7,37.5-73.9,50.8c4.3,15.1,53.2,14.9,108.9-1.1\n\t\t\t\ts97.3-41.7,92.9-56.8c-3.5-12.4-37.2-14.5-79.9-6V73L262.8,73z"/>\n\t\t\t<path id="形状结合_1_" class="st16" d="M105.2,76c3.8-14,50.7-14,109.5-1.1v1c-58.3-12.8-105-12.9-108.6,0.3\n\t\t\t\tc-4,15.1,49.1,43.2,118.5,61.8s129.5,20.9,133.6,5.8c3.6-13.4-37.7-37-95.6-55.1v-1.1c58.6,18.3,100.3,42.2,96.5,56.4\n\t\t\t\tc-4.3,16-64.6,13.7-134.8-5.1S101,92,105.2,76z"/>\n\t\t\t<circle id="椭圆形_6_" class="st2" cx="317.8" cy="109" r="2"/>\n\t\t\t<circle id="椭圆形_5_" class="st2" cx="117.3" cy="121.5" r="1.5"/>\n\t\t\t<circle id="椭圆形_4_" class="st2" cx="281.8" cy="58" r="1"/>\n\t\t\t<circle id="椭圆形_3_" class="st2" cx="191.8" cy="164" r="1"/>\n\t\t\t<circle id="椭圆形_1_" class="st2" cx="351.8" cy="150" r="2"/>\n\t\t</g>\n\t</g>\n</g>\n</svg>'};return function(){var n,i;return s.createVNode("div",{class:["bk-exception-wrapper",t.extCls]},[s.createVNode("div",{class:["bk-exception-img","".concat(t.scene,"-img")]},[s.createVNode("img",{class:"exception-image",src:r[t.type],alt:"type"},null)]),s.createVNode("div",{class:["bk-exception-text","".concat(t.scene,"-text")]},[null!==(i=null===(n=e.default)||void 0===n?void 0:n.call(e))&&void 0!==i?i:l[t.type]])])}}});e.install=function(t){t.component(e.name,e)},t.default=e,Object.defineProperty(t,"__esModule",{value:!0})}));
|
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,n){"use strict";var o=t.defineComponent({name:"BkFixedNavbar",props:{navItems:n.PropTypes.array.def([]),extCls:n.PropTypes.string.def(""),position:n.PropTypes.oneOf(["middle","top","bottom"]).def("middle")},setup:function(e,o){var i=this,a=o.emit,d=e.navItems.map((function(e){return Object.assign({tooltip:{disabled:!0},action:function(){},icon:"",text:""},e)})),s=n.bkZIndexManager.getModalNextIndex(),c=function(e){a("click",e),e.action()};return function(){return t.createVNode("div",{class:"bk-fixed-navbar ".concat(e.extCls," ").concat(e.position),style:{zIndex:s}},[d.map((function(e){return t.createVNode("div",{class:"fixed-navbar-item",onClick:c.bind(i,e)},[e.icon?t.createVNode("i",{class:"".concat(e.icon," icon")},null):"",e.text?t.createVNode("span",{class:"text"},[e.text]):""])}))])}}});o.install=function(e){e.component(o.name,o)},e.default=o,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/icon/index.js
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue")):"function"==typeof define&&define.amd?define(["exports","vue"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue)}(this,(function(e,t){"use strict";
|
2
|
-
/*! *****************************************************************************
|
3
|
-
Copyright (c) Microsoft Corporation.
|
4
|
-
|
5
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
6
|
-
purpose with or without fee is hereby granted.
|
7
|
-
|
8
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
9
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
10
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
11
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
12
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
13
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
14
|
-
PERFORMANCE OF THIS SOFTWARE.
|
15
|
-
***************************************************************************** */function a(e,n,i){return t.h(e.name,Object.assign(Object.assign({key:n},e.attributes),{style:"".concat(e.attributes.style," ").concat(i)}),(e.elements||[]).map((function(t,i){return a(t,"".concat(n,"-").concat(e.name,"-").concat(i))})))}var n=function(e,n){var i=Object.assign(Object.assign({},n.attrs),e),s=i.data,r=i.name,l=i.width,m=i.height,o=i.fill,u=function(e,t){var a={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(a[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(n=Object.getOwnPropertySymbols(e);i<n.length;i++)t.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(e,n[i])&&(a[n[i]]=e[n[i]])}return a}(i,["data","name","width","height","fill"]),p="width: ".concat(l,"; height: ").concat(m,"; fill: ").concat(o);return t.createVNode("span",u,[a(s,r,p)])};n.inheritAttrs=!1,n.displayName="bkIcon";var i=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 368L736 592 688 640 512 464 336 640 288 592 512 368z"}}]}'),s=function(e,a){var s=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(s,{data:i,name:"angleUp"}),null)};s.displayName="angleUp",s.inheritAttrs=!1;var r=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zM670.4 625.1l-45.3 45.3L512 557.3 398.9 670.4l-45.3-45.3L466.7 512 353.6 398.9l45.3-45.3L512 466.7l113.1-113.1 45.3 45.3L557.3 512 670.4 625.1z"}}]}'),l=function(e,a){var i=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(i,{data:r,name:"close"}),null)};l.displayName="close",l.inheritAttrs=!1;var m=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}'),o=function(e,a){var i=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(i,{data:m,name:"downSmall"}),null)};o.displayName="downSmall",o.inheritAttrs=!1;var u=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 384a128 128 0 1 0 128 128A128 128 0 0 0 512 384Zm0 192a64 64 0 1 1 64-64A64 64 0 0 1 512 576Z"}},{"type":"element","name":"path","attributes":{"d":"M512 240C264.64 240 64 512 64 512S264.64 784 512 784 960 512 960 512 759.36 240 512 240Zm0 480C352 720 208 580.96 147.04 512 208 442.88 352 304 512 304s304 139.04 364.96 208C816 581.12 672 720 512 720Z"}}]}'),p=function(e,a){var i=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(i,{data:u,name:"eye"}),null)};p.displayName="eye",p.inheritAttrs=!1;var d=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264 64 64 264 64 512c0 57.6 11.2 113.6 32 166.4V896c0 17.6 14.4 32 32 32h217.6C576 1019.2 836.8 908.8 928 678.4S908.8 187.2 678.4 96C625.6 75.2 569.6 64 512 64zM500.8 721.6c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S528 721.6 500.8 721.6zM587.2 507.2c-36.8 20.8-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48 0 1.6 0 1.6 0 3.2h-76.8c1.6-70.4 49.6-118.4 136-118.4 80 0 132.8 44.8 132.8 110.4C648 454.4 627.2 484.8 587.2 507.2z"}}]}'),c=function(e,a){var i=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(i,{data:d,name:"helpDocumentFill"}),null)};c.displayName="helpDocumentFill",c.inheritAttrs=!1;var y=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM500.8 721.6c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S528 721.6 500.8 721.6zM587.2 507.2c-36.8 20.8-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48 0 1.6 0 1.6 0 3.2h-76.8c1.6-70.4 49.6-118.4 136-118.4 80 0 132.8 44.8 132.8 110.4C648 454.4 627.2 484.8 587.2 507.2z"}}]}'),b=function(e,a){var i=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(i,{data:y,name:"helpFill"}),null)};b.displayName="helpFill",b.inheritAttrs=!1;var f=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 128c212.8 0 384 171.2 384 384S724.8 896 512 896 128 724.8 128 512 299.2 128 512 128M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64z"}},{"type":"element","name":"path","attributes":{"d":"M548.8 673.6A48 48 0 0 1 500.8 721.6 48 48 0 0 1 452.8 673.6 48 48 0 0 1 548.8 673.6z"}},{"type":"element","name":"path","attributes":{"d":"M513.6 302.4c80 0 132.8 44.8 132.8 110.4 0 41.6-20.8 72-60.8 96-40 24-48 35.2-48 62.4v14.4H464v-16c-3.2-44.8 11.2-70.4 51.2-92.8 36.8-22.4 48-35.2 48-60.8s-20.8-44.8-52.8-44.8c-28.8-1.6-52.8 19.2-56 48 0 1.6 0 1.6 0 3.2h-76.8C377.6 352 427.2 302.4 513.6 302.4z"}}]}'),h=function(e,a){var i=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(i,{data:f,name:"help"}),null)};h.displayName="help",h.inheritAttrs=!1;var g=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;","overflow":"hidden","viewBox":"0 0 1024 1024"},"elements":[{"type":"element","name":"path","attributes":{"d":"M512 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM512 896C299.2 896 128 724.8 128 512S299.2 128 512 128s384 171.2 384 384S724.8 896 512 896z"}},{"type":"element","name":"path","attributes":{"d":"M494.4 403.2c-28.8 6.4-56 20.8-76.8 41.6-24 22.4 1.6 44.8 16 27.2 9.6-12.8 24-22.4 40-28.8 11.2-1.6 17.6 1.6 19.2 9.6 1.6 14.4 0 27.2-4.8 41.6-4.8 19.2-14.4 51.2-25.6 94.4-22.4 76.8-33.6 124.8-30.4 140.8 3.2 17.6 12.8 32 28.8 41.6 17.6 8 38.4 9.6 57.6 4.8 30.4-6.4 57.6-22.4 80-44.8 25.6-25.6-3.2-43.2-17.6-28.8-9.6 12.8-24 22.4-40 25.6-14.4 3.2-22.4-3.2-25.6-16-1.6-14.4 1.6-28.8 6.4-41.6 40-136 57.6-212.8 52.8-232-3.2-14.4-12.8-27.2-25.6-33.6C532.8 398.4 512 398.4 494.4 403.2z"}},{"type":"element","name":"path","attributes":{"d":"M608 304A48 48 0 0 1 560 352 48 48 0 0 1 512 304 48 48 0 0 1 608 304z"}}]}'),v=function(e,a){var i=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(i,{data:g,name:"infoLine"}),null)};v.displayName="infoLine",v.inheritAttrs=!1;var w=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M842.56 797.28l-151.52-151.52a336 336 0 1 0-45.28 45.28l151.52 151.52a32 32 0 0 0 45.28-45.28ZM432 704A272 272 0 1 1 704 432 272 272 0 0 1 432 704Z"}}]}'),N=function(e,a){var i=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(i,{data:w,name:"search"}),null)};N.displayName="search",N.inheritAttrs=!1;var C=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"lds-spin","preserveAspectRatio":"xMidYMid","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M874.3255040000001 512A55.125504 55.125504 0 0 1 819.2 567.125504 55.125504 55.125504 0 0 1 764.074496 512 55.125504 55.125504 0 0 1 874.3255040000001 512z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.9166666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.9166666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".917","d":"M826.5220089266763 693.5878203150381A55.978496 55.978496 0 0 1 750.0539613250309 714.0773719166838 55.978496 55.978496 0 0 1 729.5644097233852 637.6093243150382 55.978496 55.978496 0 0 1 826.5220089266763 693.5878203150381z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.8333333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.8333333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".833","d":"M694.0170969047495 827.2583983352753A56.83200000000001 56.83200000000001 0 0 1 616.3831411568723 806.4564425873981 56.83200000000001 56.83200000000001 0 0 1 637.1850969047495 728.8224868395207 56.83200000000001 56.83200000000001 0 0 1 694.0170969047495 827.2583983352753z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.75s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.75s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".75","d":"M512 876.8855040000001A57.685504 57.685504 0 0 1 454.314496 819.2 57.685504 57.685504 0 0 1 512 761.5144959999999 57.685504 57.685504 0 0 1 512 876.8855040000001z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.6666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.6666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".667","d":"M329.1269198807941 828.7408206328269A58.538495999999995 58.538495999999995 0 0 1 307.7003432454604 748.7757479974932 58.538495999999995 58.538495999999995 0 0 1 387.6654158807941 727.3491713621594 58.538495999999995 58.538495999999995 0 0 1 329.1269198807941 828.7408206328269z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.5833333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.5833333333333334s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".583","d":"M194.5170177632531 695.2980006130954A59.39199999999999 59.39199999999999 0 0 1 216.2559985448185 614.16701983153 59.39199999999999 59.39199999999999 0 0 1 297.3869793263839 635.9060006130953 59.39199999999999 59.39199999999999 0 0 1 194.5170177632531 695.2980006130954z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.5s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.5s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".5","d":"M144.55449600000003 512A60.245504000000004 60.245504000000004 0 0 1 204.80000000000004 451.754496 60.245504000000004 60.245504000000004 0 0 1 265.04550400000005 512 60.245504000000004 60.245504000000004 0 0 1 144.55449600000003 512z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.4166666666666667s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.4166666666666667s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".417","d":"M193.04947448121268 327.85151812453734A61.098496 61.098496 0 0 1 276.5115721502346 305.48791645551546 61.098496 61.098496 0 0 1 298.87517381925653 388.95001412453735 61.098496 61.098496 0 0 1 193.04947448121268 327.85151812453734z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.3333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.3333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".333","d":"M332.5476411431614 201.1754130120454A51.711999999999996 51.711999999999996 0 0 1 403.1875468236623 220.1033186925463 51.711999999999996 51.711999999999996 0 0 1 384.2596411431614 290.7432243730472 51.711999999999996 51.711999999999996 0 0 1 332.5476411431614 201.1754130120454z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.25s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.25s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".25","d":"M512 152.234496A52.565504000000004 52.565504000000004 0 0 1 564.565504 204.8 52.565504000000004 52.565504000000004 0 0 1 512 257.365504 52.565504000000004 52.565504000000004 0 0 1 512 152.234496z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.16666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.16666666666666666s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".167","d":"M692.3075781671167 199.69299071449373A53.418496000000005 53.418496000000005 0 0 1 711.8601047350743 272.66401328245115 53.418496000000005 53.418496000000005 0 0 1 638.8890821671168 292.21653985040854 53.418496000000005 53.418496000000005 0 0 1 692.3075781671167 199.69299071449373z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"-0.08333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"-0.08333333333333333s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]},{"type":"element","name":"path","attributes":{"fill-opacity":".083","d":"M825.0362880000001 331.264A54.27213621356492 54.27213621356492 0 0 1 805.1712000000001 405.401088 54.27213621356492 54.27213621356492 0 0 1 731.034112 385.536 54.27213621356492 54.27213621356492 0 0 1 825.0362880000001 331.264z"},"elements":[{"type":"element","name":"animateTransform","attributes":{"attributeName":"transform","begin":"0s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","type":"scale","values":"1.2 1.2;1 1"}},{"type":"element","name":"animate","attributes":{"attributeName":"fill-opacity","begin":"0s","dur":"1s","keyTimes":"0;1","repeatCount":"indefinite","values":"1;0"}}]}]}'),O=function(e,a){var i=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(i,{data:C,name:"switcherLoading"}),null)};O.displayName="switcherLoading",O.inheritAttrs=!1;var M=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M500.16 304a355.04 355.04 0 0 1 128 24.8l48-48.96a426.08 426.08 0 0 0-176-39.84v64Z"}},{"type":"element","name":"path","attributes":{"d":"M763.2 328.8l-46.08 46.08a822.24 822.24 0 0 1 160 138.88 807.52 807.52 0 0 1-86.88 85.12C723.84 654.24 620.48 720 502.56 720a331.52 331.52 0 0 1-111.04-19.52l-49.44 49.28a402.4 402.4 0 0 0 160 34.24C768 784 960 512 960 512A962.56 962.56 0 0 0 763.2 328.8Z"}},{"type":"element","name":"path","attributes":{"d":"M254.88 701.12l46.08-46.08a706.56 706.56 0 0 1-156.64-144C197.44 442.88 328.16 304 500.16 304V240h0C234.72 240 64 512 64 512A838.72 838.72 0 0 0 254.88 701.12Z"}},{"type":"element","name":"path","attributes":{"d":"M512 640a128 128 0 0 0 110.24-192.96L888 181.28A32 32 0 1 0 842.72 136L576.96 401.76a128 128 0 0 0-176 176L136 842.72a32 32 0 1 0 45.28 45.28L447.04 622.24A128 128 0 0 0 512 640Zm64-128a64 64 0 0 1-64 64 60.96 60.96 0 0 1-16-2.4L573.6 496A60.96 60.96 0 0 1 576 512Zm-64-64a60.96 60.96 0 0 1 16 2.4L450.4 528A60.96 60.96 0 0 1 448 512 64 64 0 0 1 512 448Z"}}]}'),T=function(e,a){var i=Object.assign(Object.assign({},e),a.attrs);return t.createVNode(n,t.mergeProps(i,{data:M,name:"unvisible"}),null)};T.displayName="unvisible",T.inheritAttrs=!1,e.AngleUp=s,e.Close=l,e.DownSmall=o,e.Eye=p,e.Help=h,e.HelpDocumentFill=c,e.HelpFill=b,e.InfoLine=v,e.Search=N,e.SwitcherLoading=O,e.Unvisible=T,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/input/index.js
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared"),require("@bkui-vue/icon")):"function"==typeof define&&define.amd?define(["exports","vue","../shared","@bkui-vue/icon"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared,e["@bkui-vue/icon/icons"])}(this,(function(e,t,o,n){"use strict";function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var l={exports:{}};!function(e){e.exports=function(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e},e.exports.default=e.exports,e.exports.__esModule=!0}(l);var a=r(l.exports);
|
2
|
-
/*! *****************************************************************************
|
3
|
-
Copyright (c) Microsoft Corporation.
|
4
|
-
|
5
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
6
|
-
purpose with or without fee is hereby granted.
|
7
|
-
|
8
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
9
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
10
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
11
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
12
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
13
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
14
|
-
PERFORMANCE OF THIS SOFTWARE.
|
15
|
-
***************************************************************************** */var i={type:o.PropTypes.string.def("text"),clearable:o.PropTypes.bool,disabled:o.PropTypes.bool,readonly:o.PropTypes.bool,placeholder:o.PropTypes.string,prefixIcon:o.PropTypes.string,suffixIcon:o.PropTypes.string,suffix:o.PropTypes.string,prefix:o.PropTypes.string,step:o.PropTypes.integer,max:o.PropTypes.integer,min:o.PropTypes.integer,maxlength:o.PropTypes.integer,showWordLimit:o.PropTypes.bool,showControl:o.PropTypes.bool.def(!0),precision:o.PropTypes.number.def(0).validate((function(e){return e>=0&&e<20})),modelValue:o.PropTypes.oneOfType([o.PropTypes.string,o.PropTypes.number]),size:o.PropTypes.size()},u=t.defineComponent({name:"BkInput",inheritAttrs:!1,emits:["update:modelValue","focus","blur","change","input"],props:i,setup:function(e,r){var l=t.ref(!1),i="bk-input",u=r.attrs,s=u.class,p=u.style,c=function(e,t){var o={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(o[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(e);r<n.length;r++)t.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(e,n[r])&&(o[n[r]]=e[n[r]])}return o}(u,["class","style"]),d=t.computed((function(){var t;return o.classes((a(t={},"".concat(i,"--").concat(e.size),!!e.size),a(t,"is-focused",l.value),a(t,"is-readonly",e.readonly),a(t,"is-disabled",e.disabled),a(t,"".concat(s),!!s),t),i)})),f={search:function(){return t.createVNode(n.Search,null,null)},password:function(){return t.createVNode(n.Eye,{onClick:I},null)}},m=k("suffix-icon"),v=t.computed((function(){var o=f[e.type];return x.value?t.createVNode(n.Unvisible,{onClick:I,class:m},null):o?t.createVNode(o,{class:m},null):null})),y=t.computed((function(){return"number"===e.type})),b=t.computed((function(){return Math.floor(e.maxlength)})),x=t.ref(!1);function g(){r.emit("update:modelValue",""),r.emit("change","")}function h(e){l.value=!0,r.emit("focus",e)}function V(e){l.value=!1,r.emit("blur",e)}function P(e){r.emit("update:modelValue",y.value?+e.target.value:e.target.value),r.emit("input",e.target.value)}function T(e){r.emit("change",e.target.value,e)}function N(t){var o=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=Number.isInteger(e.precision)?e.precision:0,r=parseFloat(e.modelValue.toString()),l=Number.isInteger(t)?t:1,a=r+(o?l:-1*l);return Number.isInteger(e.max)&&(a=Math.min(a,e.max)),Number.isInteger(e.min)&&(a=Math.max(a,e.min)),+a.toFixed(n)}function O(){var t=N(parseInt(String(e.step),10));r.emit("update:modelValue",t)}function w(){var t=N(parseInt(String(e.step),10),!1);r.emit("update:modelValue",t)}function k(e){return"".concat(i,"--").concat(e)}function I(){x.value=!x.value}return function(){var o,l,a,u,s,f;return t.createVNode("div",{class:d.value,style:p},[null!==(a=null===(l=null===(o=r.slots)||void 0===o?void 0:o.prefix)||void 0===l?void 0:l.call(o))&&void 0!==a?a:e.prefix&&t.createVNode("div",{class:k("prefix-area")},[t.createVNode("span",{class:k("prefix-area--text")},[e.prefix])]),t.createVNode("input",t.mergeProps(c,{class:"".concat(i,"--text"),value:e.modelValue,type:x.value&&"password"===e.type?"text":e.type,maxlength:e.maxlength,step:e.step,max:e.max,min:e.min,placeholder:e.placeholder,readonly:e.readonly,disabled:e.disabled,onInput:P,onFocus:h,onBlur:V,onChange:T}),null),e.clearable&&!!e.modelValue&&t.createVNode(n.Close,{onClick:g,class:m},null),v.value,"number"==typeof e.maxlength&&e.showWordLimit&&t.createVNode("p",{class:k("max-length")},[e.modelValue.toString().length,t.createTextVNode("/"),t.createVNode("span",null,[b.value])]),y.value&&e.showControl&&t.createVNode("div",{class:k("number-control")},[t.createVNode(n.DownSmall,{onClick:O},null),t.createVNode(n.DownSmall,{onClick:w},null)]),null!==(f=null===(s=null===(u=r.slots)||void 0===u?void 0:u.suffix)||void 0===s?void 0:s.call(u))&&void 0!==f?f:e.suffix&&t.createVNode("div",{class:k("suffix-area")},[t.createVNode("span",{class:k("suffix-area--text")},[e.suffix])])])}}});u.install=function(e){e.component(u.name,u)},e.default=u,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/link/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,n){"use strict";var i=t.defineComponent({name:"BkLink",props:{theme:n.PropTypes.theme(["danger","success","primary","warning","default"]).def("default"),href:n.PropTypes.string.def(""),disabled:n.PropTypes.bool.def(!1),underline:n.PropTypes.bool.def(!1),target:n.PropTypes.string.def("_self")},setup:function(e,t){var n=t.emit;return{handleClick:function(t){if(e.disabled)return t.preventDefault(),!1;n("click",t)}}},render:function(){var e,i,r=n.classes({"is-disabled":this.disabled,"has-underline":this.underline},"".concat(this.theme," bk-link"));return t.createVNode("a",{href:this.href,target:this.target,class:r,onClick:this.handleClick},[t.createVNode("span",null,[null===(i=(e=this.$slots).default)||void 0===i?void 0:i.call(e)])])}});i.install=function(e){e.component(i.name,i)},e.default=i,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/loading/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,n,t){"use strict";function o(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var a={exports:{}};!function(e){e.exports=function(e,n,t){return n in e?Object.defineProperty(e,n,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[n]=t,e},e.exports.default=e.exports,e.exports.__esModule=!0}(a);var i,d,r,l=o(a.exports);e.BkLoadingMode=void 0,(i=e.BkLoadingMode||(e.BkLoadingMode={})).Spin="spin",i.Default="default",e.BkLoadingSize=void 0,(d=e.BkLoadingSize||(e.BkLoadingSize={})).Small="small",d.Large="large";var u={indicator:{type:Function},theme:t.PropTypes.theme(["white","primary","warning","success","danger"]),title:t.PropTypes.string.def(""),size:t.PropTypes.size(),mode:t.PropTypes.oneOf(Object.values(e.BkLoadingMode))},s=n.defineComponent({name:"BkLoading",props:u,setup:function(e,o){var a=[1,2,3,4].map((function(e){return n.createVNode("span",{class:"dot dot-".concat(e)},null)})),i=n.createVNode("div",{class:"bk-spin-indicator"},[[1,2,3,4,5,6,7,8].map((function(e){return n.createVNode("span",{class:"oval oval-".concat(e)},null)}))]),d=n.computed((function(){return t.classes({"bk-nested-loading":!!o.slots.default},"bk-loading-wrapper")})),u=n.computed((function(){var n;return t.classes((l(n={},"bk-loading-size-".concat(e.size),!e.size),l(n,"bk-loading-".concat(e.theme),!e.theme),n),"bk-loading-indicator")})),s=n.computed((function(){return!!e.title})),c=n.computed((function(){var t="spin"===e.mode;return"function"==typeof e.indicator?n.createVNode(e.indicator,null,null):"function"==typeof r?n.createVNode(r,null,null):t?i:a}));return function(){return n.createVNode("div",{class:d.value},[n.createVNode("div",{class:u.value},[c.value,s.value&&n.createVNode("div",{class:"bk-loading-title"},[e.title])]),o.slots.default&&n.createVNode("div",{class:"bk-loading-mask"},[o.slots.default()])])}}});s.install=function(e){e.component(s.name,s)},s.setDefaultIndicator=function(e){r="function"==typeof e?e:function(){return n.createVNode(e,null,null)}},s.BkLoadingMode=e.BkLoadingMode,s.BkLoadingSize=e.BkLoadingSize,e.default=s,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/modal/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,o){"use strict";function r(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n={exports:{}},i={exports:{}},s={exports:{}};!function(e){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,r=new Array(t);o<t;o++)r[o]=e[o];return r},e.exports.default=e.exports,e.exports.__esModule=!0}(s),function(e){var t=s.exports;e.exports=function(e){if(Array.isArray(e))return t(e)},e.exports.default=e.exports,e.exports.__esModule=!0}(i);var a={exports:{}};!function(e){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.default=e.exports,e.exports.__esModule=!0}(a);var l={exports:{}};!function(e){var t=s.exports;e.exports=function(e,o){if(e){if("string"==typeof e)return t(e,o);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,o):void 0}},e.exports.default=e.exports,e.exports.__esModule=!0}(l);var d={exports:{}};!function(e){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.default=e.exports,e.exports.__esModule=!0}(d),function(e){var t=i.exports,o=a.exports,r=l.exports,n=d.exports;e.exports=function(e){return t(e)||o(e)||r(e)||n()},e.exports.default=e.exports,e.exports.__esModule=!0}(n);var u=r(n.exports),p={isShow:{type:Boolean,default:!1},width:{type:[Number,String],default:"50%"},height:{type:[Number,String],default:"50%"},customClass:{type:[Object,String],default:""},scrollable:{type:Boolean,default:!0}},c=t.defineComponent({name:"BkModal",props:Object.assign({},p),data:function(){return{visible:!1}},watch:{isShow:{handler:function(e){this.visible=e}},visible:function(e){var t=this;e?this.$nextTick((function(){o.bkPopIndexManager.show(t.$el)})):o.bkPopIndexManager.hide(this.$el)}},computed:{dialogWidth:function(){return/^\d+$/.test("".concat(this.width))?"".concat(this.width,"px"):this.width},dialogHeight:function(){return/^\d+$/.test("".concat(this.height))?"".concat(this.height,"px"):this.height},compStyle:function(){return{width:this.dialogWidth,height:this.dialogHeight,display:this.visible?"inherit":"none"}}},beforeUnmount:function(){o.bkPopIndexManager.hide(this.$el)},render:function(){var e,o,r,n,i,s,a,l,d;return t.createVNode("div",{class:["bk-modal-wrapper"].concat(u(this.customClass)),style:this.compStyle},[this.isShow?t.createVNode("div",{class:"bk-modal-body"},[t.createVNode("div",{class:"bk-modal-header"},[null!==(r=null===(o=(e=this.$slots).header)||void 0===o?void 0:o.call(e))&&void 0!==r?r:""]),t.createVNode("div",{class:"bk-modal-content"},[null!==(s=null===(i=(n=this.$slots).default)||void 0===i?void 0:i.call(n))&&void 0!==s?s:""]),t.createVNode("div",{class:"bk-modal-footer"},[null!==(d=null===(l=(a=this.$slots).footer)||void 0===l?void 0:l.call(a))&&void 0!==d?d:""])]):""])}});c.install=function(e){e.component(c.name,c)},e.default=c,e.propsMixin=p,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/popover/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,o){"use strict";var n=t.defineComponent({name:"BkPopover",props:{isShow:o.PropTypes.bool,width:o.PropTypes.oneOfType([o.PropTypes.string,o.PropTypes.number]).def("auto"),height:o.PropTypes.oneOfType([o.PropTypes.string,o.PropTypes.number]).def("auto"),content:o.PropTypes.oneOfType([o.PropTypes.string,o.PropTypes.number]).def(""),placement:o.PropTypes.placement().def("top"),theme:o.PropTypes.theme(["dark","light"]).def("light"),trigger:o.PropTypes.string.def("hover"),arrow:o.PropTypes.bool.def(!0),modifiers:o.PropTypes.array.def([]),onFirstUpdate:o.PropTypes.func},data:function(){return{popoverInstance:Object.create(null),isPopInstance:!1}},watch:{isShow:{immediate:!0,handler:function(e){var t=this;this.$nextTick((function(){"manual"===t.trigger&&t.isPopInstance&&(e?t.popoverInstance.show():t.popoverInstance.hide())}))}}},mounted:function(){var e=this;this.$nextTick((function(){e.popoverInstance=new o.BKPopover(e.$refs.reference,e.$refs.refContent,{theme:e.theme,placement:e.placement,trigger:e.trigger,modifiers:e.modifiers,onFirstUpdate:e.onFirstUpdate}),e.isPopInstance=!0}))},beforeUnmount:function(){var e=this.popoverInstance;e.isShow&&e.hide(),e.destroy(),this.popoverInstance=Object.create(null)},methods:{handleClose:function(){this.$emit("update:isShow",!1)}},setup:function(e){var o=t.toRefs(e),n=o.width,r=o.height;return{compStyle:t.computed((function(){return{width:/^\d+$/.test(n.value)?"".concat(n.value,"px"):n.value,height:/^\d+$/.test(r.value)?"".concat(r.value,"px"):r.value}}))}},render:function(){var e,o,n,r,s,i;return t.createVNode("div",{class:"bk-popover"},[t.createVNode("div",{ref:"reference",class:"bk-popover-reference"},[null===(o=(e=this.$slots).default)||void 0===o?void 0:o.call(e)]),t.createVNode("div",{ref:"refContent",class:"bk-popover-content",style:this.compStyle},[null!==(s=null===(r=(n=this.$slots).content)||void 0===r?void 0:r.call(n))&&void 0!==s?s:this.content,null!==(i=this.arrow)&&void 0!==i?i:t.createVNode("div",{class:"arrow","data-popper-arrow":!0},null)])])}});n.install=function(e){e.component(n.name,n)},e.default=n,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/progress/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,r){"use strict";function o(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var s={exports:{}};!function(e){e.exports=function(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.default=e.exports,e.exports.__esModule=!0}(s);var n=o(s.exports),c=function(e,r){var o=r.attrs,s=r.slots,c=o.percent,a=o.strokeWidth,i=o.size,l=o.color,p=o.titleStyle,d=o.showText,u=o.textInside,f=o.theme,h={height:"".concat(a,"px"),lineHeight:"".concat(a,"px")},y={width:"".concat(c,"%"),background:l,animationDuration:"3s"},b=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return(d||s.default)&&(e&&u||!e&&!u)?null==s?void 0:s.default():null};return t.createVNode("div",{class:"progress-outer"},[t.createVNode("div",{class:"bk-progress-".concat(i||"normal"," progress-bar"),style:h},[t.createVNode("div",{style:y,class:n({"progress-inner":!0},"bk-".concat(f),!0)},[t.createVNode("div",{class:"inner-text",style:p},[b()])])]),b(!1)])},a=function(e,r){var o=r.attrs,s=r.slots,n=o.width,c=o.percent,a=o.strokeWidth,i=o.color,l=o.strokeLinecap,p=o.theme,d=o.type,u=o.titleStyle,f=a||6,h=n||126,y={width:"number"==typeof h?"".concat(h,"px"):h,height:"number"==typeof h?"".concat(h,"px"):h,fontSize:"".concat(.15*h+6,"px")},b=50-f/2,x="dashboard"===d,v=2*Math.PI*b,g=x?.75:1,k="".concat(-1*v*(1-g)/2,"px"),m={strokeDasharray:"".concat(v*g,"px, ").concat(v,"px"),strokeDashoffset:k},P={strokeDasharray:"".concat(v*g*(c/100),"px, ").concat(v,"px"),strokeDashoffset:k,transition:"stroke-dasharray 0.6s ease 0s, stroke 0.6s ease"},T="\n M 50 50\n m 0 ".concat(x?"":"-").concat(b,"\n a ").concat(b," ").concat(b," 0 1 1 0 ").concat(x?"-":"").concat(2*b,"\n a ").concat(b," ").concat(b," 0 1 1 0 ").concat(x?"":"-").concat(2*b,"\n "),V={d:T,stroke:"","stroke-linecap":l,"stroke-width":f,"fill-opacity":"0",class:"process-circle-trail",style:m},N={d:T,stroke:i||"#13ce66","stroke-linecap":l,"stroke-width":c>0&&f||0,"fill-opacity":"0",class:"process-circle-path bk-".concat(p,"-circle-trail"),style:P};return t.createVNode("div",{class:"progress-outer-circle",style:y},[t.createVNode("svg",{viewBox:"0 0 100 100"},[t.createVNode("path",V,null),t.createVNode("path",N,null)]),t.createVNode("span",{class:"progress-circle-text",style:u},[null==s?void 0:s.default()])])};function i(e){return"function"==typeof e||"[object Object]"===Object.prototype.toString.call(e)&&!t.isVNode(e)}var l=t.defineComponent({name:"BkProgress",props:{extCls:r.PropTypes.string,type:r.PropTypes.string.validate((function(e){return["line","circle","dashboard"].includes(e)})).def("line"),percent:r.PropTypes.number.def(0),theme:r.PropTypes.theme().def("primary"),size:r.PropTypes.size(),width:r.PropTypes.number.def(126),strokeWidth:r.PropTypes.number,strokeLinecap:r.PropTypes.string.def("round"),textInside:r.PropTypes.bool.def(!1),showText:r.PropTypes.bool.def(!0),color:r.PropTypes.string,format:r.PropTypes.func.def((function(e){return"".concat(e,"%")})),titleStyle:r.PropTypes.object.def({fontSize:"16px",verticalAlign:"middle"})},setup:function(){return{}},methods:{validPercent:function(e){return!e||e<0?0:e>100?100:e},renderProcessInfo:function(){var e=this.$props,r=e.showText,o=e.format,s=e.percent,n=e.textInside,c=e.titleStyle,a=o(this.validPercent(s));return(r||this.$slots.default)&&n?this.$slots.default?this.$slots.default():t.createVNode("span",null,[a]):!r||n?null:t.createVNode("span",{class:"progress-text",title:"string"==typeof a?a:void 0,style:"string"==typeof a?c:void 0},[this.$slots.default?this.$slots.default():a])}},render:function(){var e=this.renderProcessInfo(),o=Object.assign(Object.assign({},this.$props),{percent:this.validPercent(this.percent)}),s=t.createVNode(c,o,i(e)?e:{default:function(){return[e]}});"circle"!==this.type&&"dashboard"!==this.type||(s=t.createVNode(a,o,i(e)?e:{default:function(){return[e]}}));var n={class:r.classes({extCls:!!this.extCls},"bk-progress bk-progress-".concat(this.type))};return t.createVNode("div",n,[s])}});l.install=function(e){e.component(l.name,l)},e.default=l,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/radio/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,r){"use strict";function o(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n={exports:{}},a={exports:{}};!function(e){e.exports=function(e){if(Array.isArray(e))return e},e.exports.default=e.exports,e.exports.__esModule=!0}(a);var s={exports:{}};!function(e){e.exports=function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var o,n,a=[],s=!0,l=!1;try{for(r=r.call(e);!(s=(o=r.next()).done)&&(a.push(o.value),!t||a.length!==t);s=!0);}catch(e){l=!0,n=e}finally{try{s||null==r.return||r.return()}finally{if(l)throw n}}return a}},e.exports.default=e.exports,e.exports.__esModule=!0}(s);var l={exports:{}},u={exports:{}};!function(e){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o},e.exports.default=e.exports,e.exports.__esModule=!0}(u),function(e){var t=u.exports;e.exports=function(e,r){if(e){if("string"==typeof e)return t(e,r);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?t(e,r):void 0}},e.exports.default=e.exports,e.exports.__esModule=!0}(l);var i={exports:{}};!function(e){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.default=e.exports,e.exports.__esModule=!0}(i),function(e){var t=a.exports,r=s.exports,o=l.exports,n=i.exports;e.exports=function(e,a){return t(e)||r(e,a)||o(e,a)||n()},e.exports.default=e.exports,e.exports.__esModule=!0}(n);var d=o(n.exports),p=Symbol("RadioGroup");var c={name:r.PropTypes.string.def(""),label:r.PropTypes.oneOfType([String,Number,Boolean]).isRequired,modelValue:r.PropTypes.oneOfType([String,Number,Boolean]).def(""),checked:r.PropTypes.bool.def(!1),disabled:r.PropTypes.bool.def(!1)},f=t.defineComponent({name:"BkRadio",props:c,emits:["change","update:modelValue"],setup:function(){var e=function(){var e=t.ref(!1);return[e,{blur:function(){e.value=!1},focus:function(){e.value=!0}}]}(),o=d(e,2),n=o[0],a=o[1],s=a.blur,l=a.focus,u=function(){var e=t.getCurrentInstance(),o=e.props,n=e.emit,a=t.inject(p,r.EMPTY_OBJ),s=!r.isEmptyObj(a),l=t.reactive({isLocalChecked:o.checked}),u=t.computed((function(){return s?a.state.localValue===o.label:""!==o.modelValue?o.modelValue===o.label:l.isLocalChecked}));l.isLocalChecked=u.value;var i=t.computed((function(){return!(!s||!a.props.disabled)||o.disabled}));return{name:t.computed((function(){return s&&a.props.name?a.props.name:o.name})),isCheck:u,isDisabled:i,handlerChange:function(){i.value||(n("change",o.label),n("update:modelValue",o.label),s&&a.handleChange(o.label))}}}();return{isFocus:n,realName:u.name,isCheck:u.isCheck,isDisabled:u.isDisabled,handleBlur:s,handleFocus:l,handlerChange:u.handlerChange}},render:function(){var e=r.classes({"bk-radio":!0,"is-focus":this.isFocus,"is-disabled":this.isDisabled,"is-checked":this.isCheck});return t.createVNode("label",{class:e,tabindex:"0"},[t.createVNode("input",{class:"bk-radio-input",type:"radio",tabindex:"0",name:this.realName,value:this.label,checked:this.isCheck,disabled:this.isDisabled,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handlerChange},null),t.createVNode("span",{class:"bk-radio-text"},[this.$slots.default?this.$slots.default():this.label])])}});f.install=function(e){e.component(f.name,f)},e.default=f,Object.defineProperty(e,"__esModule",{value:!0})}));
|
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,r){"use strict";function o(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n={exports:{}},s={exports:{}};!function(e){e.exports=function(e){if(Array.isArray(e))return e},e.exports.default=e.exports,e.exports.__esModule=!0}(s);var a={exports:{}};!function(e){e.exports=function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var o,n,s=[],a=!0,l=!1;try{for(r=r.call(e);!(a=(o=r.next()).done)&&(s.push(o.value),!t||s.length!==t);a=!0);}catch(e){l=!0,n=e}finally{try{a||null==r.return||r.return()}finally{if(l)throw n}}return s}},e.exports.default=e.exports,e.exports.__esModule=!0}(a);var l={exports:{}},u={exports:{}};!function(e){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,o=new Array(t);r<t;r++)o[r]=e[r];return o},e.exports.default=e.exports,e.exports.__esModule=!0}(u),function(e){var t=u.exports;e.exports=function(e,r){if(e){if("string"==typeof e)return t(e,r);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?t(e,r):void 0}},e.exports.default=e.exports,e.exports.__esModule=!0}(l);var i={exports:{}};!function(e){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.default=e.exports,e.exports.__esModule=!0}(i),function(e){var t=s.exports,r=a.exports,o=l.exports,n=i.exports;e.exports=function(e,s){return t(e)||r(e,s)||o(e,s)||n()},e.exports.default=e.exports,e.exports.__esModule=!0}(n);var d=o(n.exports),p=Symbol("RadioGroup");var c={name:r.PropTypes.string.def(""),label:r.PropTypes.oneOfType([String,Number,Boolean]).isRequired,modelValue:r.PropTypes.oneOfType([String,Number,Boolean]).def(""),checked:r.PropTypes.bool.def(!1),disabled:r.PropTypes.bool.def(!1),size:r.PropTypes.size},f=t.defineComponent({name:"BkRadioButton",props:c,emits:["change","update:modelValue"],setup:function(){var e=function(){var e=t.ref(!1);return[e,{blur:function(){e.value=!1},focus:function(){e.value=!0}}]}(),o=d(e,2),n=o[0],s=o[1],a=s.blur,l=s.focus,u=function(){var e=t.getCurrentInstance(),o=e.props,n=e.emit,s=t.inject(p,r.EMPTY_OBJ),a=!r.isEmptyObj(s),l=t.reactive({isLocalChecked:o.checked}),u=t.computed((function(){return a?s.state.localValue===o.label:""!==o.modelValue?o.modelValue===o.label:l.isLocalChecked}));l.isLocalChecked=u.value;var i=t.computed((function(){return!(!a||!s.props.disabled)||o.disabled}));return{name:t.computed((function(){return a&&s.props.name?s.props.name:o.name})),isCheck:u,isDisabled:i,handlerChange:function(){i.value||(n("change",o.label),n("update:modelValue",o.label),a&&s.handleChange(o.label))}}}();return{isFocus:n,realName:u.name,isCheck:u.isCheck,isDisabled:u.isDisabled,handleBlur:a,handleFocus:l,handlerChange:u.handlerChange}},render:function(){var e=r.classes({"bk-radio-button":!0,"is-focus":this.isFocus,"is-disabled":this.isDisabled,"is-checked":this.isCheck});return t.createVNode("label",{class:e,tabindex:"0"},[t.createVNode("input",{class:"bk-radio-button-input",type:"radio",tabindex:"0",name:this.realName,value:this.label,checked:this.isCheck,disabled:this.isDisabled,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handlerChange},null),t.createVNode("div",{class:"bk-radio-button-text"},[this.$slots.default?this.$slots.default():this.label])])}});f.install=function(e){e.component(f.name,f)},e.default=f,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/radio-group/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],o):o((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,o,n){"use strict";var t=Symbol("RadioGroup"),u={name:n.PropTypes.string.def(""),modelValue:n.PropTypes.oneOfType([String,Number,Boolean]),disabled:n.PropTypes.bool},a=o.defineComponent({name:"BkRadioGroup",props:u,emits:["change","update:modelValue"],setup:function(e,n){var u=o.reactive({localValue:e.modelValue});o.watch((function(){return e.modelValue}),(function(){u.localValue=e.modelValue}));return o.provide(t,{props:e,state:u,handleChange:function(e){n.emit("update:modelValue",e),n.emit("change",e)}}),{}},render:function(){return o.createVNode("div",{class:"bk-radio-group"},[this.$slots.default()])}});a.install=function(e){e.component(a.name,a)},e.default=a,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/rate/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("../shared")):"function"==typeof define&&define.amd?define(["exports","vue","../shared"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared)}(this,(function(e,t,r){"use strict";var o=t.defineComponent({name:"BkStar",props:{rate:r.PropTypes.number.def(0),width:r.PropTypes.number.def(15),height:r.PropTypes.number.def(16),editable:r.PropTypes.bool.def(!0),hoverRate:r.PropTypes.number.def(0),max:r.PropTypes.number.def(5)},emits:["chooseRate","changeHover"],setup:function(e,o){var n=o.emit,a=function(t){return r.classes({"bk-is-select":t<Math.floor(i.value),"bk-is-edit":e.editable,"bk-rate-star":!0})},i=t.computed((function(){return e.hoverRate||e.rate})),s={width:"".concat(e.width,"px"),height:"".concat(e.height,"px"),minWidth:"".concat(e.width,"px")};return function(){return t.createVNode("p",{class:"bk-rate-stars"},[Array(e.max).fill(1).map((function(r,o){return t.createVNode("svg",{class:a(o),style:s,x:"0px",y:"0px",viewBox:"0 0 64 64",onClick:function(){return function(t){e.editable&&n("chooseRate",t+1)}(o)},onMouseenter:function(){return function(t){e.editable&&n("changeHover",t+1)}(o)}},[t.createVNode("g",{transform:"translate(-143.000000, -635.000000)"},[t.createVNode("g",{transform:"translate(83.000000, 114.000000)"},[t.createVNode("g",{transform:"translate(15.000000, 384.000000)"},[t.createVNode("g",{transform:"translate(29.000000, 137.000000)"},[t.createVNode("polygon",{class:"st1",points:"48,53 28.2,63.9 32,40.8 16,24.4 38.1,21 48,-0.1 57.8,21 79.9,24.4 63.9,40.8 67.7,63.9"},null)])])])])])}))])}}}),n=t.defineComponent({name:"BkRate",components:{star:o},props:{modelValue:r.PropTypes.number.def(0),size:r.PropTypes.size(),editable:r.PropTypes.bool.def(!0)},emits:["change","update:modelValue"],setup:function(e,n){var a=n.emit,i=t.ref(0),s=function(t){e.editable&&(a("update:modelValue",t),a("change",t))},l=function(e){i.value=e},u=r.classes({"bk-rate":!0}),d={small:{width:12,height:12},large:{width:18,height:18}}[e.size]||{width:15,height:16},c=t.computed((function(){var t=Math.floor(e.modelValue),r=(d.width+3)*t,o=d.width*(e.modelValue-t);return{width:"".concat(r+o,"px")}})),p={width:d.width,height:d.height};return function(){return t.createVNode("p",{class:u},[e.editable?t.createVNode(o,t.mergeProps({rate:e.modelValue,"hover-rate":i.value,onChooseRate:s,onChangeHover:l,onMouseleave:function(){return l(0)}},p),null):t.createVNode(t.Fragment,null,[t.createVNode(o,t.mergeProps({rate:5,style:c.value,class:"bk-score-real",editable:!1},p),null),t.createVNode(o,t.mergeProps({rate:0,editable:!1},p),null)])])}}});n.install=function(e){e.component(n.name,n)},e.default=n,Object.defineProperty(e,"__esModule",{value:!0})}));
|
package/lib/select/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
!function(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("vue"),require("../shared"),require("../popover"),require("@bkui-vue/icon")):"function"==typeof define&&define.amd?define(["exports","vue","../shared","../popover","@bkui-vue/icon"],o):o((e="undefined"!=typeof globalThis?globalThis:e||self).bkuiVue={},e.Vue,e.Shared,e.Popover,e["@bkui-vue/icon/icons"])}(this,(function(e,o,t,r,n){"use strict";function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var a=l(r);function u(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var s={exports:{}},i={exports:{}},p={exports:{}};!function(e){e.exports=function(e,o){(null==o||o>e.length)&&(o=e.length);for(var t=0,r=new Array(o);t<o;t++)r[t]=e[t];return r},e.exports.default=e.exports,e.exports.__esModule=!0}(p),function(e){var o=p.exports;e.exports=function(e){if(Array.isArray(e))return o(e)},e.exports.default=e.exports,e.exports.__esModule=!0}(i);var c={exports:{}};!function(e){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.default=e.exports,e.exports.__esModule=!0}(c);var f={exports:{}};!function(e){var o=p.exports;e.exports=function(e,t){if(e){if("string"==typeof e)return o(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(e,t):void 0}},e.exports.default=e.exports,e.exports.__esModule=!0}(f);var d={exports:{}};!function(e){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.default=e.exports,e.exports.__esModule=!0}(d),function(e){var o=i.exports,t=c.exports,r=f.exports,n=d.exports;e.exports=function(e){return o(e)||t(e)||r(e)||n()},e.exports.default=e.exports,e.exports.__esModule=!0}(s);var v=u(s.exports),h={exports:{}};!function(e){e.exports=function(e,o,t){return o in e?Object.defineProperty(e,o,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[o]=t,e},e.exports.default=e.exports,e.exports.__esModule=!0}(h);var b=u(h.exports),x=Symbol("BkSelect");var m=o.defineComponent({name:"BkSelect",props:{modelValue:t.PropTypes.oneOfType([String,Number,Boolean,Array]),multiple:t.PropTypes.bool.def(!1),placeholder:t.PropTypes.string.def("请选择"),disabled:t.PropTypes.bool.def(!1),size:t.PropTypes.size().def("small"),clearable:t.PropTypes.bool.def(!0),loading:t.PropTypes.bool.def(!1),filterable:t.PropTypes.bool.def(!0)},emits:["update:modelValue","change","toggle"],setup:function(e,t){var r=t.emit,n=o.toRefs(e),l=n.modelValue,a=n.disabled,u=n.size,s=n.filterable,i=n.placeholder,p=n.multiple,c=n.clearable,f=o.ref(),d=o.ref(new Map),h=function(){var e=o.ref(!1);return{isHover:e,setHover:function(){e.value=!0},cancelHover:function(){e.value=!1}}}(),m=h.isHover,y=h.setHover,g=h.cancelHover,P=function(){var e=o.ref(!1);return{isFocus:e,handleFocus:function(){e.value=!0},handleBlur:function(){e.value=!1}}}(),_=P.isFocus,M=P.handleFocus,S=P.handleBlur,T=o.computed((function(){return b({"bk-select":!0,"popover-show":A.value,"is-disabled":a.value,"is-focus":_.value},u.value,!0)})),w=o.computed((function(){return v(d.value.values()).filter((function(e){return e.selected}))})),H=o.computed((function(){return w.value.map((function(e){return e.label})).join(",")})),V=o.ref([{name:"offset",options:{offset:[0,5]}}]),k=o.ref("auto"),A=o.ref(!1),F=function(){A.value=!1},O=function(e){e!==l.value&&(r("change",e),r("update:modelValue",e))};return o.provide(x,o.reactive({props:e,register:function(e){if(e)return d.value.set(e.value,e)},unregister:function(e){return d.value.delete(e)},handleOptionSelected:function(e){if(!a.value)if(p.value){var o=Array.isArray(l.value)?l.value:[l.value],t=o.indexOf(e.value);t>-1?o.splice(t,1):o.push(e.value),O(o)}else O(e.value),F()}})),{optionsMap:d,selectedOptions:w,selectedLabel:H,selectClass:T,isPopoverShow:A,placeholder:i,filterable:s,clearable:c,isHover:m,modifiers:V,popperWidth:k,selectTriggerRef:f,setHover:y,cancelHover:g,handleFocus:M,handleBlur:S,toggleMenu:function(){a.value||(A.value=!A.value,r("toggle",A.value))},handleClear:function(e){e.stopPropagation(),O(p.value?[]:""),F()},onPopoverFirstUpdate:function(e){var o=e.elements.reference;k.value=o.offsetWidth},hidePopover:F,showPopover:function(){A.value=!0}}},render:function(){var e=this;return o.createVNode("div",{class:this.selectClass,onClick:this.toggleMenu},[o.createVNode(a.default,{theme:"light",trigger:"manual",width:this.popperWidth,arrow:!1,placement:"bottom",isShow:this.isPopoverShow,modifiers:this.modifiers,onFirstUpdate:this.onPopoverFirstUpdate},{default:function(){return o.createVNode("div",{class:"bk-select-trigger",ref:"selectTriggerRef",onMouseenter:e.setHover,onMouseleave:e.cancelHover},[o.createVNode("input",{type:"text",class:"bk-select-input",value:e.selectedLabel,placeholder:e.placeholder,readonly:e.filterable,onFocus:e.handleFocus,onBlur:e.handleBlur},null),e.clearable&&e.isHover?o.createVNode(n.Close,{class:"clear-icon",onClick:e.handleClear},null):o.createVNode(n.AngleUp,{class:"angle-up"},null)])},content:this.$slots.default})])}});m.install=function(e){e.component(m.name,m)},e.default=m,Object.defineProperty(e,"__esModule",{value:!0})}));
|