bkui-vue 0.0.2-beta.9 → 0.0.2-beta.90
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/dist/index.cjs.js +143 -161
- package/dist/index.esm.js +20658 -22774
- package/dist/index.umd.js +143 -161
- package/dist/locale/en.esm.js +1 -1
- package/dist/locale/en.esm.js.map +1 -1
- package/dist/locale/en.umd.js +1 -1
- package/dist/locale/en.umd.js.map +1 -1
- package/dist/locale/zh-cn.esm.js +1 -1
- package/dist/locale/zh-cn.esm.js.map +1 -1
- package/dist/locale/zh-cn.umd.js +1 -1
- package/dist/locale/zh-cn.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/affix/affix.d.ts +1 -1
- package/lib/affix/index.d.ts +4 -4
- package/lib/affix/index.js +321 -1
- package/lib/alert/alert.css +7 -0
- package/lib/alert/alert.d.ts +5 -5
- package/lib/alert/alert.less +16 -6
- package/lib/alert/alert.variable.css +7 -0
- package/lib/alert/index.d.ts +10 -10
- package/lib/alert/index.js +214 -1
- package/lib/animate-number/index.d.ts +1 -1
- package/lib/animate-number/index.js +155 -1
- package/lib/backtop/backtop.css +8 -8
- package/lib/backtop/backtop.less +3 -1
- package/lib/backtop/backtop.variable.css +11 -11
- package/lib/backtop/index.d.ts +1 -1
- package/lib/backtop/index.js +188 -1
- package/lib/badge/badge.d.ts +2 -2
- package/lib/badge/index.d.ts +7 -7
- package/lib/badge/index.js +235 -1
- package/lib/breadcrumb/breadcrumb.css +4 -4
- package/lib/breadcrumb/breadcrumb.variable.css +4 -4
- package/lib/breadcrumb/index.d.ts +2 -2
- package/lib/breadcrumb/index.js +309 -1
- package/lib/button/button.css +20 -0
- package/lib/button/button.less +105 -94
- package/lib/button/button.variable.css +20 -0
- package/lib/button/index.d.ts +2 -2
- package/lib/button/index.js +321 -1
- package/lib/card/card.css +4 -4
- package/lib/card/card.d.ts +1 -1
- package/lib/card/card.variable.css +4 -4
- package/lib/card/index.d.ts +4 -4
- package/lib/card/index.js +285 -1
- package/lib/cascader/cascader.css +4 -4
- package/lib/cascader/cascader.d.ts +1 -0
- package/lib/cascader/cascader.variable.css +4 -4
- package/lib/cascader/index.d.ts +5 -2
- package/lib/cascader/index.js +2036 -2
- package/lib/cascader/interface.d.ts +1 -1
- package/lib/checkbox/checkbox-group.d.ts +6 -3
- package/lib/checkbox/checkbox.d.ts +4 -4
- package/lib/checkbox/index.d.ts +22 -19
- package/lib/checkbox/index.js +542 -1
- package/lib/code-diff/index.d.ts +1 -1
- package/lib/code-diff/index.js +5501 -1
- package/lib/collapse/index.d.ts +2 -2
- package/lib/collapse/index.js +570 -1
- package/lib/collapse-transition/index.d.ts +128 -2
- package/lib/collapse-transition/index.js +177 -1
- package/lib/color-picker/color-picker.d.ts +16 -0
- package/lib/color-picker/components/recommend-colors.d.ts +16 -0
- package/lib/color-picker/index.d.ts +19 -1
- package/lib/color-picker/index.js +2665 -1
- package/lib/components.js +530 -1
- package/lib/config-provider/config-provider.d.ts +3 -0
- package/lib/config-provider/index.d.ts +5 -1
- package/lib/config-provider/index.js +365 -1
- package/lib/config-provider/token.d.ts +1 -0
- package/lib/config-provider/use-global-config.d.ts +2 -0
- package/lib/config-provider/use-prefix.d.ts +2 -0
- package/lib/container/container.css +4 -4
- package/lib/container/container.variable.css +4 -4
- package/lib/container/index.d.ts +2 -2
- package/lib/container/index.js +391 -1
- package/lib/date-picker/date-picker.d.ts +4 -2
- package/lib/date-picker/index.d.ts +15 -8
- package/lib/date-picker/index.js +5555 -1
- package/lib/date-picker/panel/date-range.d.ts +2 -1
- package/lib/date-picker/time-picker.d.ts +1 -1
- package/lib/dialog/dialog.css +2 -0
- package/lib/dialog/dialog.variable.css +2 -0
- package/lib/dialog/index.d.ts +1 -1
- package/lib/dialog/index.js +975 -2
- package/lib/directives/index.js +1376 -2
- package/lib/directives/tooltips.d.ts +3 -2
- package/lib/dist.index.js +87 -1
- package/lib/divider/index.d.ts +1 -1
- package/lib/divider/index.js +169 -1
- package/lib/dropdown/dropdown.css +1 -0
- package/lib/dropdown/dropdown.variable.css +1 -0
- package/lib/dropdown/index.d.ts +2 -2
- package/lib/dropdown/index.js +369 -1
- package/lib/exception/index.d.ts +2 -2
- package/lib/exception/index.js +385 -1
- package/lib/fixed-navbar/index.d.ts +1 -1
- package/lib/fixed-navbar/index.js +154 -1
- package/lib/form/index.d.ts +3 -3
- package/lib/form/index.js +952 -1
- package/lib/hooks.d.ts +1 -1
- package/lib/hooks.js +73 -1
- package/lib/icon/angle-double-down-line.js +191 -1
- package/lib/icon/angle-double-left-line.js +191 -1
- package/lib/icon/angle-double-left.js +191 -1
- package/lib/icon/angle-double-right-line.js +191 -1
- package/lib/icon/angle-double-right.js +191 -1
- package/lib/icon/angle-double-up-line.js +191 -1
- package/lib/icon/angle-down-fill.js +191 -1
- package/lib/icon/angle-down-line.js +191 -1
- package/lib/icon/angle-down.js +191 -1
- package/lib/icon/angle-left.js +191 -1
- package/lib/icon/angle-right.js +191 -1
- package/lib/icon/angle-up-fill.js +191 -1
- package/lib/icon/angle-up.js +191 -1
- package/lib/icon/archive-fill.js +191 -1
- package/lib/icon/arrows-left.js +191 -1
- package/lib/icon/arrows-right.js +191 -1
- package/lib/icon/assistant.d.ts +4 -0
- package/lib/icon/assistant.js +191 -0
- package/lib/icon/audio-fill.js +191 -1
- package/lib/icon/bk.js +191 -1
- package/lib/icon/circle.js +191 -1
- package/lib/icon/close-line.js +191 -1
- package/lib/icon/close.js +191 -1
- package/lib/icon/code.js +191 -1
- package/lib/icon/cog-shape.js +191 -1
- package/lib/icon/collapse-left.js +191 -1
- package/lib/icon/copy-shape.js +191 -1
- package/lib/icon/copy.js +191 -1
- package/lib/icon/data-shape.js +191 -1
- package/lib/icon/del.js +191 -1
- package/lib/icon/doc-fill.js +191 -1
- package/lib/icon/done.js +191 -1
- package/lib/icon/down-shape.js +191 -1
- package/lib/icon/down-small.js +191 -1
- package/lib/icon/edit-line.js +191 -1
- package/lib/icon/ellipsis.js +191 -1
- package/lib/icon/enlarge-line.js +191 -1
- package/lib/icon/error.js +191 -1
- package/lib/icon/excel-fill.js +191 -1
- package/lib/icon/exclamation-circle-shape.js +191 -1
- package/lib/icon/eye.js +191 -1
- package/lib/icon/filliscreen-line.js +191 -1
- package/lib/icon/fix-line.js +191 -1
- package/lib/icon/fix-shape.js +191 -1
- package/lib/icon/folder-open.js +191 -1
- package/lib/icon/folder-shape-open.js +191 -1
- package/lib/icon/folder-shape.js +191 -1
- package/lib/icon/folder.js +191 -1
- package/lib/icon/funnel.js +191 -1
- package/lib/icon/help-document-fill.js +191 -1
- package/lib/icon/help-fill.js +191 -1
- package/lib/icon/help.js +191 -1
- package/lib/icon/image-fill.js +276 -1
- package/lib/icon/img-error.js +276 -1
- package/lib/icon/img-placehoulder.js +276 -1
- package/lib/icon/index.d.ts +1 -0
- package/lib/icon/index.js +2399 -1
- package/lib/icon/info-line.js +276 -1
- package/lib/icon/info.js +276 -1
- package/lib/icon/left-shape.js +276 -1
- package/lib/icon/left-turn-line.js +276 -1
- package/lib/icon/narrow-line.js +276 -1
- package/lib/icon/original.js +276 -1
- package/lib/icon/pdf-fill.js +276 -1
- package/lib/icon/play-shape.js +276 -1
- package/lib/icon/plus.js +276 -1
- package/lib/icon/ppt-fill.js +276 -1
- package/lib/icon/qq.js +276 -1
- package/lib/icon/right-shape.js +276 -1
- package/lib/icon/right-turn-line.js +276 -1
- package/lib/icon/search.js +276 -1
- package/lib/icon/share.js +276 -1
- package/lib/icon/spinner.js +276 -1
- package/lib/icon/success.js +276 -1
- package/lib/icon/switcher-loading.js +276 -1
- package/lib/icon/text-file.js +276 -1
- package/lib/icon/text-fill.js +276 -1
- package/lib/icon/transfer.js +276 -1
- package/lib/icon/tree-application-shape.js +276 -1
- package/lib/icon/unfull-screen.js +276 -1
- package/lib/icon/unvisible.js +276 -1
- package/lib/icon/up-shape.js +276 -1
- package/lib/icon/upload.js +276 -1
- package/lib/icon/video-fill.js +276 -1
- package/lib/icon/warn.js +276 -1
- package/lib/icon/weixin-pro.js +276 -1
- package/lib/icon/weixin.js +276 -1
- package/lib/image/index.d.ts +1 -1
- package/lib/image/index.js +641 -1
- package/lib/index.js +97 -1
- package/lib/info-box/index.js +1165 -2
- package/lib/info-box/info-box.css +2 -0
- package/lib/info-box/info-box.less +2 -1
- package/lib/info-box/info-box.variable.css +2 -0
- package/lib/input/index.d.ts +146 -50
- package/lib/input/index.js +1218 -1
- package/lib/input/input.css +38 -10
- package/lib/input/input.d.ts +100 -11
- package/lib/input/input.less +53 -14
- package/lib/input/input.variable.css +38 -10
- package/lib/input/util.d.ts +6 -0
- package/lib/link/index.d.ts +4 -4
- package/lib/link/index.js +160 -1
- package/lib/link/link.d.ts +1 -1
- package/lib/loading/index.d.ts +2 -2
- package/lib/loading/index.js +381 -1
- package/lib/loading/loading.css +4 -4
- package/lib/loading/loading.variable.css +4 -4
- package/lib/locale/index.js +465 -1
- package/lib/locale/lang/en.d.ts +1 -0
- package/lib/menu/index.d.ts +2 -2
- package/lib/menu/index.js +724 -1
- package/lib/menu/menu.css +4 -4
- package/lib/menu/menu.variable.css +4 -4
- package/lib/message/index.js +1795 -2
- package/lib/message/message.css +33 -9
- package/lib/message/message.less +78 -54
- package/lib/message/message.variable.css +33 -9
- package/lib/message/messageConstructor.d.ts +25 -4
- package/lib/modal/index.d.ts +2 -2
- package/lib/modal/index.js +396 -1
- package/lib/modal/modal.css +2 -0
- package/lib/modal/modal.variable.css +2 -0
- package/lib/navigation/index.d.ts +4 -1
- package/lib/navigation/index.js +367 -1
- package/lib/navigation/navigation.d.ts +1 -0
- package/lib/notify/index.js +397 -1
- package/lib/notify/notifyConstructor.d.ts +1 -1
- package/lib/overflow-title/components/overflow-title.d.ts +257 -1
- package/lib/overflow-title/index.d.ts +387 -2
- package/lib/overflow-title/index.js +461 -1
- package/lib/overflow-title/props.d.ts +129 -0
- package/lib/pagination/index.d.ts +2 -2
- package/lib/pagination/index.js +880 -1
- package/lib/plugin-popover/index.js +3905 -1
- package/lib/plugins/index.js +63 -1
- package/lib/pop-confirm/index.d.ts +1 -1
- package/lib/pop-confirm/index.js +273 -1
- package/lib/popover/content.d.ts +33 -0
- package/lib/popover/index.d.ts +74 -16
- package/lib/popover/index.js +3913 -1
- package/lib/popover/popover.css +1 -0
- package/lib/popover/popover.d.ts +40 -7
- package/lib/popover/popover.less +3 -2
- package/lib/popover/popover.variable.css +1 -0
- package/lib/popover/props.d.ts +25 -2
- package/lib/popover/use-floating.d.ts +1 -1
- package/lib/popover/use-popover-init.d.ts +2 -1
- package/lib/popover2/index.d.ts +1 -1
- package/lib/popover2/index.js +107 -1
- package/lib/preset.d.ts +2 -0
- package/lib/preset.js +93 -1
- package/lib/process/index.d.ts +1 -1
- package/lib/process/index.js +759 -2
- package/lib/progress/index.d.ts +1 -1
- package/lib/progress/index.js +431 -1
- package/lib/progress/progress.css +4 -4
- package/lib/progress/progress.variable.css +4 -4
- package/lib/radio/index.d.ts +23 -23
- package/lib/radio/index.js +627 -1
- package/lib/radio/radio-button.d.ts +4 -4
- package/lib/radio/radio-group.d.ts +4 -4
- package/lib/radio/radio.d.ts +4 -4
- package/lib/rate/index.d.ts +8 -4
- package/lib/rate/index.js +338 -1
- package/lib/rate/rate.d.ts +2 -1
- package/lib/resize-layout/index.d.ts +4 -4
- package/lib/resize-layout/index.js +429 -1
- package/lib/resize-layout/resize-layout.css +12 -0
- package/lib/resize-layout/resize-layout.d.ts +1 -1
- package/lib/resize-layout/resize-layout.less +12 -0
- package/lib/resize-layout/resize-layout.variable.css +12 -0
- package/lib/search-select/index.d.ts +62 -29
- package/lib/search-select/index.js +2729 -2
- package/lib/search-select/input.d.ts +5 -1
- package/lib/search-select/menu.d.ts +33 -2
- package/lib/search-select/search-select.css +38 -20
- package/lib/search-select/search-select.d.ts +23 -20
- package/lib/search-select/search-select.less +35 -14
- package/lib/search-select/search-select.variable.css +38 -20
- package/lib/search-select/selected.d.ts +5 -1
- package/lib/search-select/utils.d.ts +13 -5
- package/lib/select/common.d.ts +1 -0
- package/lib/select/index.d.ts +198 -72
- package/lib/select/index.js +2254 -2
- package/lib/select/option.d.ts +11 -0
- package/lib/select/select.css +13 -5
- package/lib/select/select.d.ts +83 -31
- package/lib/select/select.less +11 -1
- package/lib/select/select.variable.css +37 -29
- package/lib/select/selectTagInput.d.ts +8 -5
- package/lib/shared/helper.d.ts +1 -1
- package/lib/shared/index.js +2689 -1
- package/lib/shared/mask-manager.d.ts +3 -4
- package/lib/shared/pop-manager.d.ts +6 -2
- package/lib/shared/popover.d.ts +2 -2
- package/lib/shared/vue-types.d.ts +3 -2
- package/lib/sideslider/index.d.ts +1 -1
- package/lib/sideslider/index.js +714 -2
- package/lib/slider/index.d.ts +1 -1
- package/lib/slider/index.js +1291 -2
- package/lib/steps/index.d.ts +1 -1
- package/lib/steps/index.js +825 -2
- package/lib/styles/mixins/animate.css +4 -4
- package/lib/styles/mixins/animate.less +10 -6
- package/lib/styles/mixins/animate.variable.css +126 -4
- package/lib/styles/mixins/clearfix.css +8 -0
- package/lib/styles/mixins/clearfix.less +10 -0
- package/lib/styles/mixins/clearfix.variable.css +8 -0
- package/lib/styles/mixins/mixins.css +72 -0
- package/lib/styles/mixins/mixins.less +5 -0
- package/lib/styles/mixins/mixins.variable.css +72 -0
- package/lib/styles/mixins/popper.less +6 -5
- package/lib/swiper/index.d.ts +1 -1
- package/lib/swiper/index.js +336 -1
- package/lib/swiper/swiper.css +0 -6
- package/lib/swiper/swiper.less +0 -8
- package/lib/swiper/swiper.variable.css +0 -6
- package/lib/switcher/index.d.ts +30 -16
- package/lib/switcher/index.js +277 -1
- package/lib/switcher/switcher.css +4 -4
- package/lib/switcher/switcher.d.ts +74 -5
- package/lib/switcher/switcher.variable.css +4 -4
- package/lib/tab/index.d.ts +3 -3
- package/lib/tab/index.js +914 -1
- package/lib/tab/tab-nav.d.ts +12 -2
- package/lib/tab/tab-panel.d.ts +1 -1
- package/lib/table/components/table-cell.d.ts +22 -24
- package/lib/table/components/table-column.d.ts +125 -82
- package/lib/table/const.d.ts +24 -2
- package/lib/table/events.d.ts +26 -26
- package/lib/table/index.d.ts +281 -295
- package/lib/table/index.js +6243 -1
- package/lib/table/plugins/head-filter.css +3 -0
- package/lib/table/plugins/head-filter.less +3 -0
- package/lib/table/plugins/head-filter.variable.css +3 -0
- package/lib/table/plugins/settings.d.ts +7 -17
- package/lib/table/plugins/use-column-resize.d.ts +30 -10
- package/lib/table/plugins/use-fixed-column.d.ts +9 -9
- package/lib/table/plugins/use-pagination.d.ts +7 -4
- package/lib/table/props.d.ts +118 -58
- package/lib/table/render.d.ts +7 -17
- package/lib/table/table.css +83 -11
- package/lib/table/table.d.ts +95 -72
- package/lib/table/table.less +59 -21
- package/lib/table/table.variable.css +83 -11
- package/lib/table/use-attributes.d.ts +55 -0
- package/lib/table/use-column.d.ts +264 -49
- package/lib/table/use-common.d.ts +1608 -88
- package/lib/table/use-render.d.ts +11 -0
- package/lib/table/utils.d.ts +30 -29
- package/lib/table-column/index.d.ts +241 -408
- package/lib/table-column/index.js +766 -1
- package/lib/tag/index.d.ts +10 -10
- package/lib/tag/index.js +233 -1
- package/lib/tag/tag.d.ts +5 -5
- package/lib/tag-input/index.d.ts +49 -7
- package/lib/tag-input/index.js +1660 -1
- package/lib/tag-input/tag-input.css +9 -1
- package/lib/tag-input/tag-input.d.ts +32 -4
- package/lib/tag-input/tag-input.less +13 -4
- package/lib/tag-input/tag-input.variable.css +9 -1
- package/lib/tag-input/tag-props.d.ts +16 -2
- package/lib/time-picker/index.d.ts +4 -4
- package/lib/time-picker/index.js +71 -1
- package/lib/timeline/index.d.ts +1 -1
- package/lib/timeline/index.js +241 -1
- package/lib/transfer/index.d.ts +1 -1
- package/lib/transfer/index.js +673 -1
- package/lib/tree/constant.d.ts +2 -2
- package/lib/tree/index.d.ts +58 -22
- package/lib/tree/index.js +2503 -1
- package/lib/tree/props.d.ts +18 -6
- package/lib/tree/tree.d.ts +32 -11
- package/lib/tree/use-node-action.d.ts +5 -3
- package/lib/tree/use-node-attribute.d.ts +17 -8
- package/lib/tree/use-search.d.ts +2 -2
- package/lib/tree/use-tree-init.d.ts +1 -2
- package/lib/tree/util.d.ts +8 -3
- package/lib/upload/index.d.ts +1 -1
- package/lib/upload/index.js +2874 -2
- package/lib/upload/upload.css +4 -4
- package/lib/upload/upload.type.d.ts +1 -1
- package/lib/upload/upload.variable.css +4 -4
- package/lib/upload/use-file-handler.d.ts +2 -2
- package/lib/virtual-render/index.d.ts +43 -1
- package/lib/virtual-render/index.js +865 -1
- package/lib/virtual-render/props.d.ts +15 -0
- package/lib/virtual-render/v-virtual-render.d.ts +19 -1
- package/lib/virtual-render/virtual-render.d.ts +25 -0
- package/lib/volar.components.d.ts +24 -24
- package/package.json +29 -17
- package/lib/cascader/index.js.LICENSE.txt +0 -1
- package/lib/dialog/index.js.LICENSE.txt +0 -1
- package/lib/directives/index.js.LICENSE.txt +0 -14
- package/lib/info-box/index.js.LICENSE.txt +0 -1
- package/lib/message/index.js.LICENSE.txt +0 -6
- package/lib/process/index.js.LICENSE.txt +0 -1
- package/lib/search-select/index.js.LICENSE.txt +0 -1
- package/lib/select/index.js.LICENSE.txt +0 -1
- package/lib/sideslider/index.js.LICENSE.txt +0 -1
- package/lib/slider/index.js.LICENSE.txt +0 -1
- package/lib/steps/index.js.LICENSE.txt +0 -1
- package/lib/upload/index.js.LICENSE.txt +0 -1
package/lib/steps/index.js
CHANGED
@@ -1,2 +1,825 @@
|
|
1
|
-
|
2
|
-
!function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e(require("../shared"),require("vue"),require("vue-types"),require("../config-provider"),require("../icon"));else if("function"==typeof define&&define.amd)define(["../shared","vue","vue-types","../config-provider","../icon"],e);else{var r="object"==typeof exports?e(require("../shared"),require("vue"),require("vue-types"),require("../config-provider"),require("../icon")):e(t["../shared"],t.vue,t["vue-types"],t["../config-provider"],t["../icon"]);for(var n in r)("object"==typeof exports?exports:t)[n]=r[n]}}(self,((t,e,r,n,o)=>(()=>{var i={2717:t=>{"use strict";t.exports=n},6870:t=>{"use strict";t.exports=o},4212:e=>{"use strict";e.exports=t},748:t=>{"use strict";t.exports=e},210:t=>{"use strict";t.exports=r},7609:(t,e,r)=>{var n=r(7425).default;function o(){"use strict";t.exports=o=function(){return e},t.exports.__esModule=!0,t.exports.default=t.exports;var e={},r=Object.prototype,i=r.hasOwnProperty,a=Object.defineProperty||function(t,e,r){t[e]=r.value},c="function"==typeof Symbol?Symbol:{},s=c.iterator||"@@iterator",u=c.asyncIterator||"@@asyncIterator",l=c.toStringTag||"@@toStringTag";function p(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{p({},"")}catch(t){p=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var o=e&&e.prototype instanceof d?e:d,i=Object.create(o.prototype),c=new O(n||[]);return a(i,"_invoke",{value:j(t,r,c)}),i}function h(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=f;var v={};function d(){}function y(){}function m(){}var g={};p(g,s,(function(){return this}));var b=Object.getPrototypeOf,x=b&&b(b(T([])));x&&x!==r&&i.call(x,s)&&(g=x);var w=m.prototype=d.prototype=Object.create(g);function N(t){["next","throw","return"].forEach((function(e){p(t,e,(function(t){return this._invoke(e,t)}))}))}function S(t,e){function r(o,a,c,s){var u=h(t[o],t,a);if("throw"!==u.type){var l=u.arg,p=l.value;return p&&"object"==n(p)&&i.call(p,"__await")?e.resolve(p.__await).then((function(t){r("next",t,c,s)}),(function(t){r("throw",t,c,s)})):e.resolve(p).then((function(t){l.value=t,c(l)}),(function(t){return r("throw",t,c,s)}))}s(u.arg)}var o;a(this,"_invoke",{value:function(t,n){function i(){return new e((function(e,o){r(t,n,e,o)}))}return o=o?o.then(i,i):i()}})}function j(t,e,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return{value:void 0,done:!0}}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var c=L(a,r);if(c){if(c===v)continue;return c}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var s=h(t,e,r);if("normal"===s.type){if(n=r.done?"completed":"suspendedYield",s.arg===v)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n="completed",r.method="throw",r.arg=s.arg)}}}function L(t,e){var r=e.method,n=t.iterator[r];if(void 0===n)return e.delegate=null,"throw"===r&&t.iterator.return&&(e.method="return",e.arg=void 0,L(t,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+r+"' method")),v;var o=h(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,v;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,v):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,v)}function E(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function C(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function O(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(E,this),this.reset(!0)}function T(t){if(t){var e=t[s];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,n=function e(){for(;++r<t.length;)if(i.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return n.next=n}}return{next:_}}function _(){return{value:void 0,done:!0}}return y.prototype=m,a(w,"constructor",{value:m,configurable:!0}),a(m,"constructor",{value:y,configurable:!0}),y.displayName=p(m,l,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===y||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,p(t,l,"GeneratorFunction")),t.prototype=Object.create(w),t},e.awrap=function(t){return{__await:t}},N(S.prototype),p(S.prototype,u,(function(){return this})),e.AsyncIterator=S,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise);var a=new S(f(t,r,n,o),i);return e.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},N(w),p(w,l,"Generator"),p(w,s,(function(){return this})),p(w,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=T,O.prototype={constructor:O,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(C),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n],a=o.completion;if("root"===o.tryLoc)return r("end");if(o.tryLoc<=this.prev){var c=i.call(o,"catchLoc"),s=i.call(o,"finallyLoc");if(c&&s){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var o=n;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,v):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),C(r),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;C(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:T(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),v}},e}t.exports=o,t.exports.__esModule=!0,t.exports.default=t.exports},7425:t=>{function e(r){return t.exports=e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,e(r)}t.exports=e,t.exports.__esModule=!0,t.exports.default=t.exports},2841:(t,e,r)=>{var n=r(7609)();t.exports=n;try{regeneratorRuntime=n}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=n:Function("r","regeneratorRuntime = r")(n)}}},a={};function c(t){var e=a[t];if(void 0!==e)return e.exports;var r=a[t]={exports:{}};return i[t](r,r.exports,c),r.exports}c.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return c.d(e,{a:e}),e},c.d=(t,e)=>{for(var r in e)c.o(e,r)&&!c.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},c.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),c.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var s={};return(()=>{"use strict";c.r(s),c.d(s,{default:()=>d});var t=c(4212);function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},e(t)}function r(t,r,n){return(r=function(t){var r=function(t,r){if("object"!==e(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var o=n.call(t,"string");if("object"!==e(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"===e(r)?r:String(r)}(r))in t?Object.defineProperty(t,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[r]=n,t}var n=c(748),o=c(2841),i=c.n(o);function a(t,e,r,n){return new(r||(r=Promise))((function(o,i){function a(t){try{s(n.next(t))}catch(t){i(t)}}function c(t){try{s(n.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(a,c)}s((n=n.apply(t,e||[])).next())}))}Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError;var u,l=c(210),p=c(2717),f=c(6870);!function(t){t.UNKNOWN="",t.ERROR="error",t.LOADING="loading"}(u||(u={}));var h={theme:t.PropTypes.theme().def(t.ThemeEnum.PRIMARY),size:t.PropTypes.size(),curStep:t.PropTypes.number.def(1),controllable:t.PropTypes.bool.def(!1),direction:(0,t.directionType)(),status:(0,l.toType)("status",{}).def(u.UNKNOWN),lineType:(0,t.lineStyleType)(),text:t.PropTypes.bool,extCls:t.PropTypes.string,steps:t.PropTypes.array.def([]),beforeChange:t.PropTypes.func};const v=(0,n.defineComponent)({name:"Steps",props:h,emits:["update:curStep","click"],setup:function(t,e){var r=this,o=e.emit,c=(0,p.useLocale)("steps"),s=(0,p.useLocale)("lang"),u=(0,n.ref)([]),l=function(t){var e,r=[];t.forEach((function(t){var e;"string"==typeof t?r.push(t):r.push({title:t.title,icon:t.icon,description:t.description,status:t.status,border:null===(e=t.border)||void 0===e||e})})),(e=u.value).splice.apply(e,[0,u.value.length].concat(r))},f=function(){var e,r;(e=u.value).splice.apply(e,[0,u.value.length].concat([{title:c.value.step1,icon:1},{title:c.value.step2,icon:2},{title:c.value.step3,icon:3}])),(null===(r=t.steps)||void 0===r?void 0:r.length)&&l(t.steps)};(0,n.watch)((function(){return s.value}),(function(){f()})),(0,n.onMounted)(f),(0,n.watch)((function(){return t.steps}),(function(){l(t.steps)}),{deep:!0}),(0,n.watch)((function(){return t.curStep}),(function(){var e;e=t.curStep,h.curStep=e}),{deep:!0});var v=(0,p.usePrefix)().resolveClassName;return{defaultSteps:u,jumpTo:function(e){return a(r,void 0,void 0,i().mark((function r(){var n=this;return i().wrap((function(r){for(;;)switch(r.prev=r.next){case 0:if(r.prev=0,!t.controllable||e===t.curStep){r.next=7;break}if("function"!=typeof t.beforeChange){r.next=5;break}return r.next=5,new Promise((function(r,o){return a(n,void 0,void 0,i().mark((function n(){var a;return i().wrap((function(n){for(;;)switch(n.prev=n.next){case 0:return n.next=2,t.beforeChange(e);case 2:(a=n.sent)?r(a):o(a);case 4:case"end":return n.stop()}}),n)})))}));case 5:o("update:curStep",e),o("click",e);case 7:r.next=12;break;case 9:r.prev=9,r.t0=r.catch(0),console.warn(r.t0);case 12:case"end":return r.stop()}}),r,null,[[0,9]])})))},resolveClassName:v}},render:function(){var e,o=this,i=this.resolveClassName("steps"),a=this.theme?"".concat(i,"-").concat(this.theme):"",c=this.size?"".concat(i,"-").concat(this.size):"",s=(0,t.classes)((r(e={},"".concat(this.extCls),!!this.extCls),r(e,"".concat(this.resolveClassName("steps-".concat(this.direction))),this.direction),r(e,"".concat(this.resolveClassName("steps-".concat(this.lineType))),this.lineType),e),"".concat(a," ").concat(i," ").concat(c)),u=function(t){return o.curStep>t+1||"done"===o.defaultSteps[t].status},l=function(t){return o.curStep===t+1},p=function(t){var e=t.icon;return e?"[object Object]"===Object.prototype.toString.call(e):"string"==typeof t},h=function(t,e){return e.icon||(e.icon=t),!isNaN(e.icon)},v=function(t,e){return l(t)&&"loading"===o.status||function(t){return"loading"===t.status}(e)?(0,n.createVNode)(f.Circle,{class:"".concat(o.resolveClassName("icon")," ").concat(o.resolveClassName("steps-icon")," icon-loading")},null):l(t)&&"error"===o.status||function(t){return"error"===t.status}(e)?(0,n.createVNode)(f.Error,{class:"".concat(o.resolveClassName("steps-icon"))},null):u(t)?(0,n.createVNode)(f.Done,{class:"".concat(o.resolveClassName("steps-icon"))},null):(0,n.createVNode)("span",null,[h(t,e)?t+1:(0,n.createVNode)(e.icon,null,null)])};return(0,n.createVNode)("div",{class:s},[this.defaultSteps.map((function(t,e){var r,i,a;return(0,n.createVNode)("div",{class:[o.resolveClassName("steps"),t.title?"":o.resolveClassName("step-no-content"),u(e)?"done":"",l(e)?"current":"",l(e)&&"error"===o.status?"isError":"",t.status&&l(e)?["".concat(o.resolveClassName("step-".concat(t.status)))]:""]},[(0,n.createVNode)("span",{class:["".concat(o.resolveClassName("step-indicator")),"".concat(o.resolveClassName("step-".concat(p(t)?"icon":"number"))),"".concat(o.resolveClassName("step-icon".concat(t.status)))],style:{cursor:o.controllable?"pointer":""},onClick:function(){o.jumpTo(e+1)}},[null!==(a=null===(i=(r=o.$slots)[e+1])||void 0===i?void 0:i.call(r))&&void 0!==a?a:v(e,t)]),t.title?(0,n.createVNode)("div",{class:"".concat(o.resolveClassName("step-content"))},[(0,n.createVNode)("div",{class:"".concat(o.resolveClassName("step-title")),style:{cursor:o.controllable?"pointer":""},onClick:function(){o.jumpTo(e+1)}},[t.title]),t.description&&(0,n.createVNode)("div",{class:"".concat(o.resolveClassName("step-description")),title:t.description},[t.description])]):""])}))])}}),d=(0,t.withInstall)(v)})(),s})()));
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__ from "../shared";
|
2
|
+
import * as __WEBPACK_EXTERNAL_MODULE_vue__ from "vue";
|
3
|
+
import * as __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__ from "vue-types";
|
4
|
+
import * as __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__ from "../config-provider";
|
5
|
+
import * as __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__ from "../icon";
|
6
|
+
/******/ var __webpack_modules__ = ({
|
7
|
+
|
8
|
+
/***/ 7609:
|
9
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
10
|
+
|
11
|
+
var _typeof = (__webpack_require__(7425)["default"]);
|
12
|
+
function _regeneratorRuntime() {
|
13
|
+
"use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
14
|
+
module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
|
15
|
+
return exports;
|
16
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
17
|
+
var exports = {},
|
18
|
+
Op = Object.prototype,
|
19
|
+
hasOwn = Op.hasOwnProperty,
|
20
|
+
defineProperty = Object.defineProperty || function (obj, key, desc) {
|
21
|
+
obj[key] = desc.value;
|
22
|
+
},
|
23
|
+
$Symbol = "function" == typeof Symbol ? Symbol : {},
|
24
|
+
iteratorSymbol = $Symbol.iterator || "@@iterator",
|
25
|
+
asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator",
|
26
|
+
toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag";
|
27
|
+
function define(obj, key, value) {
|
28
|
+
return Object.defineProperty(obj, key, {
|
29
|
+
value: value,
|
30
|
+
enumerable: !0,
|
31
|
+
configurable: !0,
|
32
|
+
writable: !0
|
33
|
+
}), obj[key];
|
34
|
+
}
|
35
|
+
try {
|
36
|
+
define({}, "");
|
37
|
+
} catch (err) {
|
38
|
+
define = function define(obj, key, value) {
|
39
|
+
return obj[key] = value;
|
40
|
+
};
|
41
|
+
}
|
42
|
+
function wrap(innerFn, outerFn, self, tryLocsList) {
|
43
|
+
var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator,
|
44
|
+
generator = Object.create(protoGenerator.prototype),
|
45
|
+
context = new Context(tryLocsList || []);
|
46
|
+
return defineProperty(generator, "_invoke", {
|
47
|
+
value: makeInvokeMethod(innerFn, self, context)
|
48
|
+
}), generator;
|
49
|
+
}
|
50
|
+
function tryCatch(fn, obj, arg) {
|
51
|
+
try {
|
52
|
+
return {
|
53
|
+
type: "normal",
|
54
|
+
arg: fn.call(obj, arg)
|
55
|
+
};
|
56
|
+
} catch (err) {
|
57
|
+
return {
|
58
|
+
type: "throw",
|
59
|
+
arg: err
|
60
|
+
};
|
61
|
+
}
|
62
|
+
}
|
63
|
+
exports.wrap = wrap;
|
64
|
+
var ContinueSentinel = {};
|
65
|
+
function Generator() {}
|
66
|
+
function GeneratorFunction() {}
|
67
|
+
function GeneratorFunctionPrototype() {}
|
68
|
+
var IteratorPrototype = {};
|
69
|
+
define(IteratorPrototype, iteratorSymbol, function () {
|
70
|
+
return this;
|
71
|
+
});
|
72
|
+
var getProto = Object.getPrototypeOf,
|
73
|
+
NativeIteratorPrototype = getProto && getProto(getProto(values([])));
|
74
|
+
NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype);
|
75
|
+
var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype);
|
76
|
+
function defineIteratorMethods(prototype) {
|
77
|
+
["next", "throw", "return"].forEach(function (method) {
|
78
|
+
define(prototype, method, function (arg) {
|
79
|
+
return this._invoke(method, arg);
|
80
|
+
});
|
81
|
+
});
|
82
|
+
}
|
83
|
+
function AsyncIterator(generator, PromiseImpl) {
|
84
|
+
function invoke(method, arg, resolve, reject) {
|
85
|
+
var record = tryCatch(generator[method], generator, arg);
|
86
|
+
if ("throw" !== record.type) {
|
87
|
+
var result = record.arg,
|
88
|
+
value = result.value;
|
89
|
+
return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) {
|
90
|
+
invoke("next", value, resolve, reject);
|
91
|
+
}, function (err) {
|
92
|
+
invoke("throw", err, resolve, reject);
|
93
|
+
}) : PromiseImpl.resolve(value).then(function (unwrapped) {
|
94
|
+
result.value = unwrapped, resolve(result);
|
95
|
+
}, function (error) {
|
96
|
+
return invoke("throw", error, resolve, reject);
|
97
|
+
});
|
98
|
+
}
|
99
|
+
reject(record.arg);
|
100
|
+
}
|
101
|
+
var previousPromise;
|
102
|
+
defineProperty(this, "_invoke", {
|
103
|
+
value: function value(method, arg) {
|
104
|
+
function callInvokeWithMethodAndArg() {
|
105
|
+
return new PromiseImpl(function (resolve, reject) {
|
106
|
+
invoke(method, arg, resolve, reject);
|
107
|
+
});
|
108
|
+
}
|
109
|
+
return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
110
|
+
}
|
111
|
+
});
|
112
|
+
}
|
113
|
+
function makeInvokeMethod(innerFn, self, context) {
|
114
|
+
var state = "suspendedStart";
|
115
|
+
return function (method, arg) {
|
116
|
+
if ("executing" === state) throw new Error("Generator is already running");
|
117
|
+
if ("completed" === state) {
|
118
|
+
if ("throw" === method) throw arg;
|
119
|
+
return doneResult();
|
120
|
+
}
|
121
|
+
for (context.method = method, context.arg = arg;;) {
|
122
|
+
var delegate = context.delegate;
|
123
|
+
if (delegate) {
|
124
|
+
var delegateResult = maybeInvokeDelegate(delegate, context);
|
125
|
+
if (delegateResult) {
|
126
|
+
if (delegateResult === ContinueSentinel) continue;
|
127
|
+
return delegateResult;
|
128
|
+
}
|
129
|
+
}
|
130
|
+
if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) {
|
131
|
+
if ("suspendedStart" === state) throw state = "completed", context.arg;
|
132
|
+
context.dispatchException(context.arg);
|
133
|
+
} else "return" === context.method && context.abrupt("return", context.arg);
|
134
|
+
state = "executing";
|
135
|
+
var record = tryCatch(innerFn, self, context);
|
136
|
+
if ("normal" === record.type) {
|
137
|
+
if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue;
|
138
|
+
return {
|
139
|
+
value: record.arg,
|
140
|
+
done: context.done
|
141
|
+
};
|
142
|
+
}
|
143
|
+
"throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg);
|
144
|
+
}
|
145
|
+
};
|
146
|
+
}
|
147
|
+
function maybeInvokeDelegate(delegate, context) {
|
148
|
+
var methodName = context.method,
|
149
|
+
method = delegate.iterator[methodName];
|
150
|
+
if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator["return"] && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel;
|
151
|
+
var record = tryCatch(method, delegate.iterator, context.arg);
|
152
|
+
if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel;
|
153
|
+
var info = record.arg;
|
154
|
+
return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel);
|
155
|
+
}
|
156
|
+
function pushTryEntry(locs) {
|
157
|
+
var entry = {
|
158
|
+
tryLoc: locs[0]
|
159
|
+
};
|
160
|
+
1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry);
|
161
|
+
}
|
162
|
+
function resetTryEntry(entry) {
|
163
|
+
var record = entry.completion || {};
|
164
|
+
record.type = "normal", delete record.arg, entry.completion = record;
|
165
|
+
}
|
166
|
+
function Context(tryLocsList) {
|
167
|
+
this.tryEntries = [{
|
168
|
+
tryLoc: "root"
|
169
|
+
}], tryLocsList.forEach(pushTryEntry, this), this.reset(!0);
|
170
|
+
}
|
171
|
+
function values(iterable) {
|
172
|
+
if (iterable) {
|
173
|
+
var iteratorMethod = iterable[iteratorSymbol];
|
174
|
+
if (iteratorMethod) return iteratorMethod.call(iterable);
|
175
|
+
if ("function" == typeof iterable.next) return iterable;
|
176
|
+
if (!isNaN(iterable.length)) {
|
177
|
+
var i = -1,
|
178
|
+
next = function next() {
|
179
|
+
for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next;
|
180
|
+
return next.value = undefined, next.done = !0, next;
|
181
|
+
};
|
182
|
+
return next.next = next;
|
183
|
+
}
|
184
|
+
}
|
185
|
+
return {
|
186
|
+
next: doneResult
|
187
|
+
};
|
188
|
+
}
|
189
|
+
function doneResult() {
|
190
|
+
return {
|
191
|
+
value: undefined,
|
192
|
+
done: !0
|
193
|
+
};
|
194
|
+
}
|
195
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", {
|
196
|
+
value: GeneratorFunctionPrototype,
|
197
|
+
configurable: !0
|
198
|
+
}), defineProperty(GeneratorFunctionPrototype, "constructor", {
|
199
|
+
value: GeneratorFunction,
|
200
|
+
configurable: !0
|
201
|
+
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) {
|
202
|
+
var ctor = "function" == typeof genFun && genFun.constructor;
|
203
|
+
return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name));
|
204
|
+
}, exports.mark = function (genFun) {
|
205
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun;
|
206
|
+
}, exports.awrap = function (arg) {
|
207
|
+
return {
|
208
|
+
__await: arg
|
209
|
+
};
|
210
|
+
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () {
|
211
|
+
return this;
|
212
|
+
}), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) {
|
213
|
+
void 0 === PromiseImpl && (PromiseImpl = Promise);
|
214
|
+
var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl);
|
215
|
+
return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) {
|
216
|
+
return result.done ? result.value : iter.next();
|
217
|
+
});
|
218
|
+
}, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () {
|
219
|
+
return this;
|
220
|
+
}), define(Gp, "toString", function () {
|
221
|
+
return "[object Generator]";
|
222
|
+
}), exports.keys = function (val) {
|
223
|
+
var object = Object(val),
|
224
|
+
keys = [];
|
225
|
+
for (var key in object) keys.push(key);
|
226
|
+
return keys.reverse(), function next() {
|
227
|
+
for (; keys.length;) {
|
228
|
+
var key = keys.pop();
|
229
|
+
if (key in object) return next.value = key, next.done = !1, next;
|
230
|
+
}
|
231
|
+
return next.done = !0, next;
|
232
|
+
};
|
233
|
+
}, exports.values = values, Context.prototype = {
|
234
|
+
constructor: Context,
|
235
|
+
reset: function reset(skipTempReset) {
|
236
|
+
if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined);
|
237
|
+
},
|
238
|
+
stop: function stop() {
|
239
|
+
this.done = !0;
|
240
|
+
var rootRecord = this.tryEntries[0].completion;
|
241
|
+
if ("throw" === rootRecord.type) throw rootRecord.arg;
|
242
|
+
return this.rval;
|
243
|
+
},
|
244
|
+
dispatchException: function dispatchException(exception) {
|
245
|
+
if (this.done) throw exception;
|
246
|
+
var context = this;
|
247
|
+
function handle(loc, caught) {
|
248
|
+
return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught;
|
249
|
+
}
|
250
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
251
|
+
var entry = this.tryEntries[i],
|
252
|
+
record = entry.completion;
|
253
|
+
if ("root" === entry.tryLoc) return handle("end");
|
254
|
+
if (entry.tryLoc <= this.prev) {
|
255
|
+
var hasCatch = hasOwn.call(entry, "catchLoc"),
|
256
|
+
hasFinally = hasOwn.call(entry, "finallyLoc");
|
257
|
+
if (hasCatch && hasFinally) {
|
258
|
+
if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
|
259
|
+
if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
|
260
|
+
} else if (hasCatch) {
|
261
|
+
if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0);
|
262
|
+
} else {
|
263
|
+
if (!hasFinally) throw new Error("try statement without catch or finally");
|
264
|
+
if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc);
|
265
|
+
}
|
266
|
+
}
|
267
|
+
}
|
268
|
+
},
|
269
|
+
abrupt: function abrupt(type, arg) {
|
270
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
271
|
+
var entry = this.tryEntries[i];
|
272
|
+
if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) {
|
273
|
+
var finallyEntry = entry;
|
274
|
+
break;
|
275
|
+
}
|
276
|
+
}
|
277
|
+
finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null);
|
278
|
+
var record = finallyEntry ? finallyEntry.completion : {};
|
279
|
+
return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record);
|
280
|
+
},
|
281
|
+
complete: function complete(record, afterLoc) {
|
282
|
+
if ("throw" === record.type) throw record.arg;
|
283
|
+
return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel;
|
284
|
+
},
|
285
|
+
finish: function finish(finallyLoc) {
|
286
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
287
|
+
var entry = this.tryEntries[i];
|
288
|
+
if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel;
|
289
|
+
}
|
290
|
+
},
|
291
|
+
"catch": function _catch(tryLoc) {
|
292
|
+
for (var i = this.tryEntries.length - 1; i >= 0; --i) {
|
293
|
+
var entry = this.tryEntries[i];
|
294
|
+
if (entry.tryLoc === tryLoc) {
|
295
|
+
var record = entry.completion;
|
296
|
+
if ("throw" === record.type) {
|
297
|
+
var thrown = record.arg;
|
298
|
+
resetTryEntry(entry);
|
299
|
+
}
|
300
|
+
return thrown;
|
301
|
+
}
|
302
|
+
}
|
303
|
+
throw new Error("illegal catch attempt");
|
304
|
+
},
|
305
|
+
delegateYield: function delegateYield(iterable, resultName, nextLoc) {
|
306
|
+
return this.delegate = {
|
307
|
+
iterator: values(iterable),
|
308
|
+
resultName: resultName,
|
309
|
+
nextLoc: nextLoc
|
310
|
+
}, "next" === this.method && (this.arg = undefined), ContinueSentinel;
|
311
|
+
}
|
312
|
+
}, exports;
|
313
|
+
}
|
314
|
+
module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
315
|
+
|
316
|
+
/***/ }),
|
317
|
+
|
318
|
+
/***/ 7425:
|
319
|
+
/***/ ((module) => {
|
320
|
+
|
321
|
+
function _typeof(obj) {
|
322
|
+
"@babel/helpers - typeof";
|
323
|
+
|
324
|
+
return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
325
|
+
return typeof obj;
|
326
|
+
} : function (obj) {
|
327
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
328
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(obj);
|
329
|
+
}
|
330
|
+
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
331
|
+
|
332
|
+
/***/ }),
|
333
|
+
|
334
|
+
/***/ 2841:
|
335
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
336
|
+
|
337
|
+
// TODO(Babel 8): Remove this file.
|
338
|
+
|
339
|
+
var runtime = __webpack_require__(7609)();
|
340
|
+
module.exports = runtime;
|
341
|
+
|
342
|
+
// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
|
343
|
+
try {
|
344
|
+
regeneratorRuntime = runtime;
|
345
|
+
} catch (accidentalStrictMode) {
|
346
|
+
if (typeof globalThis === "object") {
|
347
|
+
globalThis.regeneratorRuntime = runtime;
|
348
|
+
} else {
|
349
|
+
Function("r", "regeneratorRuntime = r")(runtime);
|
350
|
+
}
|
351
|
+
}
|
352
|
+
|
353
|
+
|
354
|
+
/***/ })
|
355
|
+
|
356
|
+
/******/ });
|
357
|
+
/************************************************************************/
|
358
|
+
/******/ // The module cache
|
359
|
+
/******/ var __webpack_module_cache__ = {};
|
360
|
+
/******/
|
361
|
+
/******/ // The require function
|
362
|
+
/******/ function __webpack_require__(moduleId) {
|
363
|
+
/******/ // Check if module is in cache
|
364
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
365
|
+
/******/ if (cachedModule !== undefined) {
|
366
|
+
/******/ return cachedModule.exports;
|
367
|
+
/******/ }
|
368
|
+
/******/ // Create a new module (and put it into the cache)
|
369
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
370
|
+
/******/ // no module.id needed
|
371
|
+
/******/ // no module.loaded needed
|
372
|
+
/******/ exports: {}
|
373
|
+
/******/ };
|
374
|
+
/******/
|
375
|
+
/******/ // Execute the module function
|
376
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
377
|
+
/******/
|
378
|
+
/******/ // Return the exports of the module
|
379
|
+
/******/ return module.exports;
|
380
|
+
/******/ }
|
381
|
+
/******/
|
382
|
+
/************************************************************************/
|
383
|
+
/******/ /* webpack/runtime/compat get default export */
|
384
|
+
/******/ (() => {
|
385
|
+
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
386
|
+
/******/ __webpack_require__.n = (module) => {
|
387
|
+
/******/ var getter = module && module.__esModule ?
|
388
|
+
/******/ () => (module['default']) :
|
389
|
+
/******/ () => (module);
|
390
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
391
|
+
/******/ return getter;
|
392
|
+
/******/ };
|
393
|
+
/******/ })();
|
394
|
+
/******/
|
395
|
+
/******/ /* webpack/runtime/define property getters */
|
396
|
+
/******/ (() => {
|
397
|
+
/******/ // define getter functions for harmony exports
|
398
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
399
|
+
/******/ for(var key in definition) {
|
400
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
401
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
402
|
+
/******/ }
|
403
|
+
/******/ }
|
404
|
+
/******/ };
|
405
|
+
/******/ })();
|
406
|
+
/******/
|
407
|
+
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
408
|
+
/******/ (() => {
|
409
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
410
|
+
/******/ })();
|
411
|
+
/******/
|
412
|
+
/************************************************************************/
|
413
|
+
var __webpack_exports__ = {};
|
414
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
415
|
+
(() => {
|
416
|
+
|
417
|
+
// EXPORTS
|
418
|
+
__webpack_require__.d(__webpack_exports__, {
|
419
|
+
Z: () => (/* binding */ src)
|
420
|
+
});
|
421
|
+
|
422
|
+
;// CONCATENATED MODULE: external "../shared"
|
423
|
+
var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
424
|
+
var y = x => () => x
|
425
|
+
const external_shared_namespaceObject = x({ ["PropTypes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.PropTypes, ["ThemeEnum"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.ThemeEnum, ["classes"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.classes, ["directionType"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.directionType, ["lineStyleType"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.lineStyleType, ["withInstall"]: () => __WEBPACK_EXTERNAL_MODULE__shared_65459f0a__.withInstall });
|
426
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/typeof.js
|
427
|
+
function _typeof(obj) {
|
428
|
+
"@babel/helpers - typeof";
|
429
|
+
|
430
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
431
|
+
return typeof obj;
|
432
|
+
} : function (obj) {
|
433
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
434
|
+
}, _typeof(obj);
|
435
|
+
}
|
436
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPrimitive.js
|
437
|
+
|
438
|
+
function _toPrimitive(input, hint) {
|
439
|
+
if (_typeof(input) !== "object" || input === null) return input;
|
440
|
+
var prim = input[Symbol.toPrimitive];
|
441
|
+
if (prim !== undefined) {
|
442
|
+
var res = prim.call(input, hint || "default");
|
443
|
+
if (_typeof(res) !== "object") return res;
|
444
|
+
throw new TypeError("@@toPrimitive must return a primitive value.");
|
445
|
+
}
|
446
|
+
return (hint === "string" ? String : Number)(input);
|
447
|
+
}
|
448
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
|
449
|
+
|
450
|
+
|
451
|
+
function _toPropertyKey(arg) {
|
452
|
+
var key = _toPrimitive(arg, "string");
|
453
|
+
return _typeof(key) === "symbol" ? key : String(key);
|
454
|
+
}
|
455
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
456
|
+
|
457
|
+
function _defineProperty(obj, key, value) {
|
458
|
+
key = _toPropertyKey(key);
|
459
|
+
if (key in obj) {
|
460
|
+
Object.defineProperty(obj, key, {
|
461
|
+
value: value,
|
462
|
+
enumerable: true,
|
463
|
+
configurable: true,
|
464
|
+
writable: true
|
465
|
+
});
|
466
|
+
} else {
|
467
|
+
obj[key] = value;
|
468
|
+
}
|
469
|
+
return obj;
|
470
|
+
}
|
471
|
+
;// CONCATENATED MODULE: ../../node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
|
472
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
473
|
+
try {
|
474
|
+
var info = gen[key](arg);
|
475
|
+
var value = info.value;
|
476
|
+
} catch (error) {
|
477
|
+
reject(error);
|
478
|
+
return;
|
479
|
+
}
|
480
|
+
if (info.done) {
|
481
|
+
resolve(value);
|
482
|
+
} else {
|
483
|
+
Promise.resolve(value).then(_next, _throw);
|
484
|
+
}
|
485
|
+
}
|
486
|
+
function _asyncToGenerator(fn) {
|
487
|
+
return function () {
|
488
|
+
var self = this,
|
489
|
+
args = arguments;
|
490
|
+
return new Promise(function (resolve, reject) {
|
491
|
+
var gen = fn.apply(self, args);
|
492
|
+
function _next(value) {
|
493
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);
|
494
|
+
}
|
495
|
+
function _throw(err) {
|
496
|
+
asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);
|
497
|
+
}
|
498
|
+
_next(undefined);
|
499
|
+
});
|
500
|
+
};
|
501
|
+
}
|
502
|
+
;// CONCATENATED MODULE: external "vue"
|
503
|
+
var external_vue_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
504
|
+
var external_vue_y = x => () => x
|
505
|
+
const external_vue_namespaceObject = external_vue_x({ ["createVNode"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.createVNode, ["defineComponent"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.defineComponent, ["onMounted"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.onMounted, ["ref"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.ref, ["watch"]: () => __WEBPACK_EXTERNAL_MODULE_vue__.watch });
|
506
|
+
// EXTERNAL MODULE: ../../node_modules/@babel/runtime/regenerator/index.js
|
507
|
+
var regenerator = __webpack_require__(2841);
|
508
|
+
var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator);
|
509
|
+
;// CONCATENATED MODULE: external "vue-types"
|
510
|
+
var external_vue_types_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
511
|
+
var external_vue_types_y = x => () => x
|
512
|
+
const external_vue_types_namespaceObject = external_vue_types_x({ ["toType"]: () => __WEBPACK_EXTERNAL_MODULE_vue_types_22de060a__.toType });
|
513
|
+
;// CONCATENATED MODULE: external "../config-provider"
|
514
|
+
var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
515
|
+
var external_config_provider_y = x => () => x
|
516
|
+
const external_config_provider_namespaceObject = external_config_provider_x({ ["useLocale"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.useLocale, ["usePrefix"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_9d0186d9__.usePrefix });
|
517
|
+
;// CONCATENATED MODULE: external "../icon"
|
518
|
+
var external_icon_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
|
519
|
+
var external_icon_y = x => () => x
|
520
|
+
const external_icon_namespaceObject = external_icon_x({ ["Circle"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Circle, ["Done"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Done, ["Error"]: () => __WEBPACK_EXTERNAL_MODULE__icon_85385c3e__.Error });
|
521
|
+
;// CONCATENATED MODULE: ../../packages/steps/src/steps.tsx
|
522
|
+
|
523
|
+
|
524
|
+
|
525
|
+
|
526
|
+
/**
|
527
|
+
* Tencent is pleased to support the open source community by making
|
528
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
529
|
+
*
|
530
|
+
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
531
|
+
*
|
532
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
533
|
+
*
|
534
|
+
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
535
|
+
*
|
536
|
+
* ---------------------------------------------------
|
537
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
538
|
+
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
539
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
540
|
+
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
541
|
+
*
|
542
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
543
|
+
* the Software.
|
544
|
+
*
|
545
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
546
|
+
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
547
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
548
|
+
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
549
|
+
* IN THE SOFTWARE.
|
550
|
+
*/
|
551
|
+
|
552
|
+
|
553
|
+
|
554
|
+
|
555
|
+
|
556
|
+
var StatusEnum;
|
557
|
+
(function (StatusEnum) {
|
558
|
+
StatusEnum["UNKNOWN"] = "";
|
559
|
+
StatusEnum["ERROR"] = "error";
|
560
|
+
StatusEnum["LOADING"] = "loading";
|
561
|
+
})(StatusEnum || (StatusEnum = {}));
|
562
|
+
var stepsProps = {
|
563
|
+
theme: external_shared_namespaceObject.PropTypes.theme().def(external_shared_namespaceObject.ThemeEnum.PRIMARY),
|
564
|
+
size: external_shared_namespaceObject.PropTypes.size(),
|
565
|
+
curStep: external_shared_namespaceObject.PropTypes.number.def(1),
|
566
|
+
controllable: external_shared_namespaceObject.PropTypes.bool.def(false),
|
567
|
+
direction: (0,external_shared_namespaceObject.directionType)(),
|
568
|
+
status: (0,external_vue_types_namespaceObject.toType)('status', {}).def(StatusEnum.UNKNOWN),
|
569
|
+
lineType: (0,external_shared_namespaceObject.lineStyleType)(),
|
570
|
+
text: external_shared_namespaceObject.PropTypes.bool,
|
571
|
+
extCls: external_shared_namespaceObject.PropTypes.string,
|
572
|
+
steps: external_shared_namespaceObject.PropTypes.array.def([]),
|
573
|
+
beforeChange: external_shared_namespaceObject.PropTypes.func
|
574
|
+
};
|
575
|
+
/* harmony default export */ const steps = ((0,external_vue_namespaceObject.defineComponent)({
|
576
|
+
name: 'Steps',
|
577
|
+
props: stepsProps,
|
578
|
+
emits: ['update:curStep', 'click'],
|
579
|
+
setup: function setup(props, _ref) {
|
580
|
+
var emit = _ref.emit;
|
581
|
+
var t = (0,external_config_provider_namespaceObject.useLocale)('steps');
|
582
|
+
var lang = (0,external_config_provider_namespaceObject.useLocale)('lang');
|
583
|
+
var defaultSteps = (0,external_vue_namespaceObject.ref)([]);
|
584
|
+
var updateSteps = function updateSteps(steps) {
|
585
|
+
var _defaultSteps$value;
|
586
|
+
var defaults = [];
|
587
|
+
steps.forEach(function (step) {
|
588
|
+
if (typeof step === 'string') {
|
589
|
+
defaults.push(step);
|
590
|
+
} else {
|
591
|
+
var _step$border;
|
592
|
+
defaults.push({
|
593
|
+
title: step.title,
|
594
|
+
icon: step.icon,
|
595
|
+
description: step.description,
|
596
|
+
status: step.status,
|
597
|
+
border: (_step$border = step.border) !== null && _step$border !== void 0 ? _step$border : true
|
598
|
+
});
|
599
|
+
}
|
600
|
+
});
|
601
|
+
(_defaultSteps$value = defaultSteps.value).splice.apply(_defaultSteps$value, [0, defaultSteps.value.length].concat(defaults));
|
602
|
+
};
|
603
|
+
var updateCurStep = function updateCurStep(curStep) {
|
604
|
+
stepsProps.curStep = curStep;
|
605
|
+
};
|
606
|
+
var init = function init() {
|
607
|
+
var _defaultSteps$value2, _props$steps;
|
608
|
+
(_defaultSteps$value2 = defaultSteps.value).splice.apply(_defaultSteps$value2, [0, defaultSteps.value.length].concat([{
|
609
|
+
title: t.value.step1,
|
610
|
+
icon: 1
|
611
|
+
}, {
|
612
|
+
title: t.value.step2,
|
613
|
+
icon: 2
|
614
|
+
}, {
|
615
|
+
title: t.value.step3,
|
616
|
+
icon: 3
|
617
|
+
}]));
|
618
|
+
if ((_props$steps = props.steps) !== null && _props$steps !== void 0 && _props$steps.length) {
|
619
|
+
updateSteps(props.steps);
|
620
|
+
}
|
621
|
+
};
|
622
|
+
(0,external_vue_namespaceObject.watch)(function () {
|
623
|
+
return lang.value;
|
624
|
+
}, function () {
|
625
|
+
init();
|
626
|
+
});
|
627
|
+
// const globalConfigData = inject(rootProviderKey);
|
628
|
+
// watch(() => globalConfigData, () => {
|
629
|
+
// init();
|
630
|
+
// }, { deep: true });
|
631
|
+
var jumpTo = /*#__PURE__*/function () {
|
632
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee2(index) {
|
633
|
+
return regenerator_default().wrap(function _callee2$(_context2) {
|
634
|
+
while (1) switch (_context2.prev = _context2.next) {
|
635
|
+
case 0:
|
636
|
+
_context2.prev = 0;
|
637
|
+
if (!(props.controllable && index !== props.curStep)) {
|
638
|
+
_context2.next = 7;
|
639
|
+
break;
|
640
|
+
}
|
641
|
+
if (!(typeof props.beforeChange === 'function')) {
|
642
|
+
_context2.next = 5;
|
643
|
+
break;
|
644
|
+
}
|
645
|
+
_context2.next = 5;
|
646
|
+
return new Promise( /*#__PURE__*/function () {
|
647
|
+
var _ref3 = _asyncToGenerator( /*#__PURE__*/regenerator_default().mark(function _callee(resolve, reject) {
|
648
|
+
var confirmed;
|
649
|
+
return regenerator_default().wrap(function _callee$(_context) {
|
650
|
+
while (1) switch (_context.prev = _context.next) {
|
651
|
+
case 0:
|
652
|
+
_context.next = 2;
|
653
|
+
return props.beforeChange(index);
|
654
|
+
case 2:
|
655
|
+
confirmed = _context.sent;
|
656
|
+
confirmed ? resolve(confirmed) : reject(confirmed);
|
657
|
+
case 4:
|
658
|
+
case "end":
|
659
|
+
return _context.stop();
|
660
|
+
}
|
661
|
+
}, _callee);
|
662
|
+
}));
|
663
|
+
return function (_x2, _x3) {
|
664
|
+
return _ref3.apply(this, arguments);
|
665
|
+
};
|
666
|
+
}());
|
667
|
+
case 5:
|
668
|
+
emit('update:curStep', index);
|
669
|
+
emit('click', index);
|
670
|
+
case 7:
|
671
|
+
_context2.next = 12;
|
672
|
+
break;
|
673
|
+
case 9:
|
674
|
+
_context2.prev = 9;
|
675
|
+
_context2.t0 = _context2["catch"](0);
|
676
|
+
console.warn(_context2.t0);
|
677
|
+
case 12:
|
678
|
+
case "end":
|
679
|
+
return _context2.stop();
|
680
|
+
}
|
681
|
+
}, _callee2, null, [[0, 9]]);
|
682
|
+
}));
|
683
|
+
return function jumpTo(_x) {
|
684
|
+
return _ref2.apply(this, arguments);
|
685
|
+
};
|
686
|
+
}();
|
687
|
+
(0,external_vue_namespaceObject.onMounted)(init);
|
688
|
+
(0,external_vue_namespaceObject.watch)(function () {
|
689
|
+
return props.steps;
|
690
|
+
}, function () {
|
691
|
+
updateSteps(props.steps);
|
692
|
+
}, {
|
693
|
+
deep: true
|
694
|
+
});
|
695
|
+
(0,external_vue_namespaceObject.watch)(function () {
|
696
|
+
return props.curStep;
|
697
|
+
}, function () {
|
698
|
+
updateCurStep(props.curStep);
|
699
|
+
}, {
|
700
|
+
deep: true
|
701
|
+
});
|
702
|
+
var _usePrefix = (0,external_config_provider_namespaceObject.usePrefix)(),
|
703
|
+
resolveClassName = _usePrefix.resolveClassName;
|
704
|
+
return {
|
705
|
+
defaultSteps: defaultSteps,
|
706
|
+
jumpTo: jumpTo,
|
707
|
+
resolveClassName: resolveClassName
|
708
|
+
};
|
709
|
+
},
|
710
|
+
render: function render() {
|
711
|
+
var _classes,
|
712
|
+
_this = this;
|
713
|
+
var stepsClsPrefix = this.resolveClassName('steps');
|
714
|
+
var stepsThemeCls = this.theme ? "".concat(stepsClsPrefix, "-").concat(this.theme) : '';
|
715
|
+
var stepsSizeCls = this.size ? "".concat(stepsClsPrefix, "-").concat(this.size) : '';
|
716
|
+
var stepsCls = (0,external_shared_namespaceObject.classes)((_classes = {}, _defineProperty(_classes, "".concat(this.extCls), !!this.extCls), _defineProperty(_classes, "".concat(this.resolveClassName("steps-".concat(this.direction))), this.direction), _defineProperty(_classes, "".concat(this.resolveClassName("steps-".concat(this.lineType))), this.lineType), _classes), "".concat(stepsThemeCls, " ").concat(stepsClsPrefix, " ").concat(stepsSizeCls));
|
717
|
+
var isDone = function isDone(index) {
|
718
|
+
return _this.curStep > index + 1 || _this.defaultSteps[index].status === 'done';
|
719
|
+
};
|
720
|
+
var isCurrent = function isCurrent(index) {
|
721
|
+
return _this.curStep === index + 1;
|
722
|
+
};
|
723
|
+
var iconType = function iconType(step) {
|
724
|
+
var icon = step.icon;
|
725
|
+
if (icon) {
|
726
|
+
return Object.prototype.toString.call(icon) === '[object Object]';
|
727
|
+
}
|
728
|
+
return typeof step === 'string';
|
729
|
+
};
|
730
|
+
// const isIcon = (index, step) => (step.icon ? step.icon : index + 1);
|
731
|
+
var isNumberIcon = function isNumberIcon(index, step) {
|
732
|
+
if (!step.icon) {
|
733
|
+
step.icon = index;
|
734
|
+
}
|
735
|
+
return !isNaN(step.icon);
|
736
|
+
};
|
737
|
+
var isLoadingStatus = function isLoadingStatus(step) {
|
738
|
+
return step.status === 'loading';
|
739
|
+
};
|
740
|
+
var isErrorStatus = function isErrorStatus(step) {
|
741
|
+
return step.status === 'error';
|
742
|
+
};
|
743
|
+
var renderIcon = function renderIcon(index, step) {
|
744
|
+
if (isCurrent(index) && _this.status === 'loading' || isLoadingStatus(step)) {
|
745
|
+
return (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Circle, {
|
746
|
+
"class": "".concat(_this.resolveClassName('icon'), " ").concat(_this.resolveClassName('steps-icon'), " icon-loading")
|
747
|
+
}, null);
|
748
|
+
}
|
749
|
+
if (isCurrent(index) && _this.status === 'error' || isErrorStatus(step)) {
|
750
|
+
return (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Error, {
|
751
|
+
"class": "".concat(_this.resolveClassName('steps-icon'))
|
752
|
+
}, null);
|
753
|
+
}
|
754
|
+
if (isDone(index)) {
|
755
|
+
return (0,external_vue_namespaceObject.createVNode)(external_icon_namespaceObject.Done, {
|
756
|
+
"class": "".concat(_this.resolveClassName('steps-icon'))
|
757
|
+
}, null);
|
758
|
+
}
|
759
|
+
return (0,external_vue_namespaceObject.createVNode)("span", null, [isNumberIcon(index, step) ? index + 1 : (0,external_vue_namespaceObject.createVNode)(step.icon, null, null)]);
|
760
|
+
};
|
761
|
+
return (0,external_vue_namespaceObject.createVNode)("div", {
|
762
|
+
"class": stepsCls
|
763
|
+
}, [this.defaultSteps.map(function (step, index) {
|
764
|
+
var _this$$slots, _this$$slots2, _this$$slots3;
|
765
|
+
return (0,external_vue_namespaceObject.createVNode)("div", {
|
766
|
+
"class": [_this.resolveClassName('step'), !step.title ? _this.resolveClassName('step-no-content') : '', isDone(index) ? 'done' : '', isCurrent(index) ? 'current' : '', isCurrent(index) && _this.status === 'error' ? 'isError' : '', step.status && isCurrent(index) ? ["".concat(_this.resolveClassName("step-".concat(step.status)))] : '']
|
767
|
+
}, [(0,external_vue_namespaceObject.createVNode)("span", {
|
768
|
+
"class": ["".concat(_this.resolveClassName('step-indicator')), "".concat(_this.resolveClassName("step-".concat(iconType(step) ? 'icon' : 'number'))), "".concat(_this.resolveClassName("step-icon".concat(step.status)))],
|
769
|
+
"style": {
|
770
|
+
cursor: _this.controllable ? 'pointer' : ''
|
771
|
+
},
|
772
|
+
"onClick": function onClick() {
|
773
|
+
_this.jumpTo(index + 1);
|
774
|
+
}
|
775
|
+
}, [(_this$$slots = (_this$$slots2 = (_this$$slots3 = _this.$slots)[index + 1]) === null || _this$$slots2 === void 0 ? void 0 : _this$$slots2.call(_this$$slots3)) !== null && _this$$slots !== void 0 ? _this$$slots : renderIcon(index, step)]), step.title ? (0,external_vue_namespaceObject.createVNode)("div", {
|
776
|
+
"class": "".concat(_this.resolveClassName('step-content'))
|
777
|
+
}, [(0,external_vue_namespaceObject.createVNode)("div", {
|
778
|
+
"class": "".concat(_this.resolveClassName('step-title')),
|
779
|
+
"style": {
|
780
|
+
cursor: _this.controllable ? 'pointer' : ''
|
781
|
+
},
|
782
|
+
"onClick": function onClick() {
|
783
|
+
_this.jumpTo(index + 1);
|
784
|
+
}
|
785
|
+
}, [step.title]), step.description && (0,external_vue_namespaceObject.createVNode)("div", {
|
786
|
+
"class": "".concat(_this.resolveClassName('step-description')),
|
787
|
+
"title": step.description
|
788
|
+
}, [step.description])]) : '']);
|
789
|
+
})]);
|
790
|
+
}
|
791
|
+
}));
|
792
|
+
;// CONCATENATED MODULE: ../../packages/steps/src/index.ts
|
793
|
+
/*
|
794
|
+
* Tencent is pleased to support the open source community by making
|
795
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) available.
|
796
|
+
*
|
797
|
+
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
|
798
|
+
*
|
799
|
+
* 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition) is licensed under the MIT License.
|
800
|
+
*
|
801
|
+
* License for 蓝鲸智云PaaS平台社区版 (BlueKing PaaS Community Edition):
|
802
|
+
*
|
803
|
+
* ---------------------------------------------------
|
804
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
|
805
|
+
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation
|
806
|
+
* the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
|
807
|
+
* to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
808
|
+
*
|
809
|
+
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of
|
810
|
+
* the Software.
|
811
|
+
*
|
812
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
813
|
+
* THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
814
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
815
|
+
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
816
|
+
* IN THE SOFTWARE.
|
817
|
+
*/
|
818
|
+
|
819
|
+
|
820
|
+
var BkSteps = (0,external_shared_namespaceObject.withInstall)(steps);
|
821
|
+
/* harmony default export */ const src = (BkSteps);
|
822
|
+
})();
|
823
|
+
|
824
|
+
var __webpack_exports__default = __webpack_exports__.Z;
|
825
|
+
export { __webpack_exports__default as default };
|