bkui-vue 0.0.1-beta.16 → 0.0.1-beta.160
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 +7 -3
- package/dist/index.cjs.js +171 -0
- package/dist/index.esm.js +34902 -0
- package/dist/index.umd.js +171 -0
- package/dist/style.css +1 -4328
- package/dist/style.variable.css +1 -0
- package/lib/affix/affix.css +3 -0
- package/lib/affix/affix.d.ts +47 -0
- package/lib/affix/affix.less +5 -0
- package/lib/affix/affix.variable.css +116 -0
- package/lib/affix/index.d.ts +143 -0
- package/lib/affix/index.js +1 -0
- package/lib/alert/alert.css +5 -3
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.less +7 -3
- package/lib/alert/alert.variable.css +35 -6
- package/lib/alert/index.d.ts +96 -60
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +48 -28
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.css +8 -0
- package/lib/backtop/backtop.d.ts +28 -14
- package/lib/backtop/backtop.less +8 -0
- package/lib/backtop/backtop.variable.css +38 -3
- package/lib/backtop/index.d.ts +111 -55
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.css +5 -5
- package/lib/badge/badge.d.ts +64 -22
- package/lib/badge/badge.less +5 -6
- package/lib/badge/badge.variable.css +35 -8
- package/lib/badge/index.d.ts +202 -84
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.css +51 -0
- package/lib/breadcrumb/breadcrumb.d.ts +22 -14
- package/lib/breadcrumb/breadcrumb.variable.css +81 -3
- package/lib/breadcrumb/index.d.ts +100 -64
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.css +92 -45
- package/lib/button/button.d.ts +76 -26
- package/lib/button/button.less +88 -47
- package/lib/button/button.variable.css +122 -48
- package/lib/button/index.d.ts +191 -102
- package/lib/button/index.js +1 -1
- package/lib/card/card.css +96 -1
- package/lib/card/card.d.ts +74 -18
- package/lib/card/card.less +50 -2
- package/lib/card/card.variable.css +126 -4
- package/lib/card/index.d.ts +225 -69
- package/lib/card/index.js +1 -1
- package/lib/cascader/cascader-panel.d.ts +50 -0
- package/lib/cascader/cascader.css +147 -0
- package/lib/cascader/cascader.d.ts +275 -0
- package/lib/cascader/cascader.less +167 -0
- package/lib/cascader/cascader.variable.css +260 -0
- package/lib/cascader/index.d.ts +746 -0
- package/lib/cascader/index.js +1 -0
- package/lib/cascader/interface.d.ts +47 -0
- package/lib/cascader/node.d.ts +25 -0
- package/lib/cascader/store.d.ts +19 -0
- package/lib/checkbox/checkbox-group.d.ts +29 -9
- package/lib/checkbox/checkbox.css +33 -6
- package/lib/checkbox/checkbox.d.ts +43 -32
- package/lib/checkbox/checkbox.less +44 -6
- package/lib/checkbox/checkbox.variable.css +63 -9
- package/lib/checkbox/common.d.ts +3 -3
- package/lib/checkbox/index.d.ts +161 -104
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +3 -7
- package/lib/code-diff/code-diff.css +186 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.less +238 -0
- package/lib/code-diff/code-diff.variable.css +299 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse-panel.d.ts +75 -0
- package/lib/collapse/collapse.css +28 -12
- package/lib/collapse/collapse.d.ts +34 -43
- package/lib/collapse/collapse.less +54 -29
- package/lib/collapse/collapse.variable.css +141 -12
- package/lib/collapse/index.d.ts +212 -76
- package/lib/collapse/index.js +1 -1
- package/lib/collapse/props.d.ts +123 -0
- package/lib/collapse/utils.d.ts +11 -0
- package/lib/color-picker/color-picker.css +275 -0
- package/lib/color-picker/color-picker.d.ts +144 -0
- package/lib/color-picker/color-picker.less +325 -0
- package/lib/color-picker/color-picker.variable.css +388 -0
- package/lib/color-picker/index.d.ts +254 -0
- package/lib/color-picker/index.js +1 -0
- package/lib/color-picker/utils.d.ts +37 -0
- package/lib/components.d.ts +28 -6
- package/lib/components.js +1 -0
- package/lib/container/col.d.ts +51 -0
- package/lib/container/container.css +91 -0
- package/lib/container/container.d.ts +83 -0
- package/lib/container/container.less +20 -0
- package/lib/container/container.variable.css +204 -0
- package/lib/container/index.d.ts +223 -0
- package/lib/container/index.js +1 -0
- package/lib/container/row.d.ts +4 -0
- package/lib/date-picker/date-picker.css +3 -2
- package/lib/date-picker/date-picker.d.ts +101 -137
- package/lib/date-picker/date-picker.less +5 -2
- package/lib/date-picker/date-picker.variable.css +33 -5
- package/lib/date-picker/index.d.ts +528 -279
- package/lib/date-picker/index.js +1 -1
- package/lib/date-picker/interface.d.ts +10 -1
- package/lib/date-picker/props.d.ts +161 -0
- package/lib/date-picker/time-picker.d.ts +381 -0
- package/lib/date-picker/utils.d.ts +22 -1
- package/lib/dialog/dialog.css +78 -21
- package/lib/dialog/dialog.d.ts +285 -52
- package/lib/dialog/dialog.less +56 -22
- package/lib/dialog/dialog.variable.css +78 -21
- package/lib/dialog/index.d.ts +665 -115
- package/lib/dialog/index.js +1 -1
- package/lib/dialog/props.d.ts +132 -0
- package/lib/directives/clickoutside.d.ts +3 -23
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +1 -1
- package/lib/dist.index.js +1 -0
- package/lib/divider/divider.d.ts +21 -13
- package/lib/divider/divider.variable.css +30 -3
- package/lib/divider/index.d.ts +84 -52
- package/lib/divider/index.js +1 -1
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/const.d.ts +4 -0
- package/lib/dropdown/dropdown-item.d.ts +6 -5
- package/lib/dropdown/dropdown-menu.d.ts +6 -5
- package/lib/dropdown/dropdown.css +12 -5
- package/lib/dropdown/dropdown.d.ts +59 -16
- package/lib/dropdown/dropdown.less +48 -34
- package/lib/dropdown/dropdown.variable.css +42 -8
- package/lib/dropdown/index.d.ts +168 -75
- package/lib/dropdown/index.js +1 -1
- package/lib/exception/exception.css +40 -14
- package/lib/exception/exception.d.ts +20 -11
- package/lib/exception/exception.less +59 -22
- package/lib/exception/exception.variable.css +70 -17
- package/lib/exception/index.d.ts +62 -39
- package/lib/exception/index.js +1 -1
- package/lib/fixed-navbar/fixed-navbar.d.ts +29 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +30 -3
- package/lib/fixed-navbar/index.d.ts +96 -37
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +60 -44
- package/lib/form/form.css +102 -10
- package/lib/form/form.d.ts +45 -40
- package/lib/form/form.less +145 -34
- package/lib/form/form.variable.css +215 -10
- package/lib/form/index.d.ts +303 -3
- package/lib/form/index.js +1 -1
- package/lib/form/type.d.ts +8 -6
- package/lib/form/validator.d.ts +1 -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.js +1 -15
- 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.js +1 -15
- 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.js +1 -15
- package/lib/icon/angle-down-line.js +1 -15
- package/lib/icon/angle-down.js +1 -15
- package/lib/icon/angle-left.js +1 -15
- package/lib/icon/angle-right.js +1 -15
- package/lib/icon/angle-up-fill.js +1 -15
- package/lib/icon/angle-up.js +1 -15
- package/lib/icon/archive-fill.d.ts +4 -0
- package/lib/icon/archive-fill.js +1 -0
- package/lib/icon/arrows-left.js +1 -15
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/audio-fill.d.ts +4 -0
- package/lib/icon/audio-fill.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.js +1 -15
- package/lib/icon/close-line.d.ts +4 -0
- package/lib/icon/close-line.js +1 -0
- package/lib/icon/close.js +1 -15
- package/lib/icon/code.js +1 -15
- package/lib/icon/cog-shape.js +1 -15
- package/lib/icon/collapse-left.js +1 -15
- package/lib/icon/copy.js +1 -15
- package/lib/icon/data-shape.d.ts +4 -0
- package/lib/icon/data-shape.js +1 -0
- package/lib/icon/del.d.ts +4 -0
- package/lib/icon/del.js +1 -0
- package/lib/icon/doc-fill.d.ts +4 -0
- package/lib/icon/doc-fill.js +1 -0
- package/lib/icon/done.js +1 -15
- package/lib/icon/down-shape.js +1 -15
- package/lib/icon/down-small.js +1 -15
- package/lib/icon/edit-line.d.ts +4 -0
- package/lib/icon/edit-line.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/error.js +1 -15
- package/lib/icon/excel-fill.d.ts +4 -0
- package/lib/icon/excel-fill.js +1 -0
- package/lib/icon/exclamation-circle-shape.d.ts +4 -0
- package/lib/icon/exclamation-circle-shape.js +1 -0
- package/lib/icon/eye.js +1 -15
- package/lib/icon/folder-open.js +1 -15
- package/lib/icon/folder-shape-open.js +1 -15
- package/lib/icon/folder-shape.js +1 -15
- package/lib/icon/folder.js +1 -15
- package/lib/icon/funnel.d.ts +4 -0
- package/lib/icon/help-document-fill.js +1 -15
- package/lib/icon/help-fill.js +1 -15
- package/lib/icon/help.js +1 -15
- package/lib/icon/image-fill.d.ts +4 -0
- package/lib/icon/image-fill.js +1 -0
- package/lib/icon/index.d.ts +27 -0
- package/lib/icon/index.js +1 -15
- package/lib/icon/info-line.js +1 -15
- package/lib/icon/info.js +1 -15
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/pdf-fill.d.ts +4 -0
- package/lib/icon/pdf-fill.js +1 -0
- package/lib/icon/play-shape.js +1 -15
- package/lib/icon/plus.js +1 -15
- package/lib/icon/ppt-fill.d.ts +4 -0
- package/lib/icon/ppt-fill.js +1 -0
- package/lib/icon/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.js +1 -15
- package/lib/icon/search.js +1 -15
- package/lib/icon/share.js +1 -15
- package/lib/icon/spinner.js +1 -15
- package/lib/icon/success.js +1 -15
- package/lib/icon/switcher-loading.js +1 -15
- package/lib/icon/text-file.js +1 -15
- package/lib/icon/text-fill.d.ts +4 -0
- package/lib/icon/text-fill.js +1 -0
- package/lib/icon/tree-application-shape.js +1 -15
- package/lib/icon/unvisible.js +1 -15
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/upload.d.ts +4 -0
- package/lib/icon/upload.js +1 -0
- package/lib/icon/video-fill.d.ts +4 -0
- package/lib/icon/video-fill.js +1 -0
- package/lib/icon/warn.js +1 -15
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/index.d.ts +0 -1
- package/lib/index.js +1 -0
- package/lib/info-box/index.d.ts +23 -0
- package/lib/info-box/index.js +1 -0
- package/lib/input/index.d.ts +449 -204
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +232 -17
- package/lib/input/input.d.ts +202 -52
- package/lib/input/input.less +180 -18
- package/lib/input/input.variable.css +259 -16
- package/lib/link/index.d.ts +102 -54
- package/lib/link/index.js +1 -1
- package/lib/link/link.css +12 -12
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.less +16 -14
- package/lib/link/link.variable.css +42 -15
- package/lib/loading/index.d.ts +187 -71
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +177 -98
- package/lib/loading/loading.d.ts +109 -25
- package/lib/loading/loading.less +84 -73
- package/lib/loading/loading.variable.css +207 -101
- package/lib/menu/index.d.ts +82 -71
- package/lib/menu/index.js +1 -1
- package/lib/menu/menu-group.d.ts +6 -5
- package/lib/menu/menu-item.d.ts +6 -5
- package/lib/menu/menu.css +51 -0
- package/lib/menu/menu.d.ts +16 -21
- package/lib/menu/menu.variable.css +81 -3
- package/lib/menu/submenu.d.ts +6 -5
- package/lib/menu/submenu.variable.css +30 -3
- package/lib/menu/utils.d.ts +1 -1
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +24 -3
- package/lib/message/message.less +27 -2
- package/lib/message/message.variable.css +54 -6
- package/lib/message/messageConstructor.d.ts +69 -21
- package/lib/modal/index.d.ts +517 -68
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +25 -1
- package/lib/modal/modal.d.ts +191 -24
- package/lib/modal/modal.less +33 -1
- package/lib/modal/modal.variable.css +25 -1
- package/lib/modal/props.mixin.d.ts +77 -10
- package/lib/navigation/index.d.ts +310 -1
- package/lib/navigation/index.js +1 -1
- package/lib/navigation/navigation-title.d.ts +10 -7
- package/lib/navigation/navigation.css +1 -1
- package/lib/navigation/navigation.d.ts +50 -24
- package/lib/navigation/navigation.less +1 -1
- package/lib/navigation/navigation.variable.css +31 -4
- package/lib/notify/index.js +1 -1
- package/lib/notify/notify.css +24 -4
- package/lib/notify/notify.less +27 -4
- package/lib/notify/notify.variable.css +54 -7
- package/lib/notify/notifyConstructor.d.ts +84 -24
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +292 -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 +312 -182
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +4 -0
- package/lib/popover/popover.d.ts +102 -32
- package/lib/popover/popover.less +4 -0
- package/lib/popover/popover.variable.css +34 -3
- package/lib/popover/props.d.ts +28 -1
- package/lib/popover2/arrow.d.ts +2 -0
- package/lib/popover2/const.d.ts +10 -0
- package/lib/popover2/content.d.ts +24 -0
- package/lib/popover2/index.d.ts +482 -0
- package/lib/popover2/index.js +1 -0
- package/lib/popover2/popover2.css +25 -0
- package/lib/popover2/popover2.d.ts +202 -0
- package/lib/popover2/popover2.less +35 -0
- package/lib/popover2/popover2.variable.css +138 -0
- package/lib/popover2/props.d.ts +104 -0
- package/lib/popover2/reference.d.ts +2 -0
- package/lib/popover2/root.d.ts +16 -0
- package/lib/popover2/use-floating.d.ts +20 -0
- package/lib/popover2/use-platform.d.ts +30 -0
- package/lib/popover2/use-popper-id.d.ts +7 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +126 -66
- package/lib/process/index.js +1 -15
- package/lib/process/process.css +2 -3
- package/lib/process/process.d.ts +32 -17
- package/lib/process/process.less +2 -3
- package/lib/process/process.variable.css +32 -6
- package/lib/progress/index.d.ts +299 -151
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +51 -0
- package/lib/progress/progress.d.ts +76 -39
- package/lib/progress/progress.variable.css +81 -3
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +156 -96
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +30 -23
- package/lib/radio/radio-group.d.ts +27 -10
- package/lib/radio/radio.css +62 -57
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +181 -172
- package/lib/radio/radio.variable.css +94 -62
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +76 -41
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +24 -10
- package/lib/rate/star.d.ts +33 -16
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/index.js +1 -0
- package/lib/resize-layout/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +302 -0
- package/lib/select/common.d.ts +20 -31
- package/lib/select/index.d.ts +1202 -633
- package/lib/select/index.js +1 -15
- package/lib/select/option.d.ts +23 -12
- package/lib/select/optionGroup.d.ts +22 -90
- package/lib/select/select.css +230 -81
- package/lib/select/select.d.ts +447 -173
- package/lib/select/select.less +326 -187
- package/lib/select/select.variable.css +261 -85
- package/lib/select/selectTagInput.d.ts +70 -0
- package/lib/select/type.d.ts +39 -0
- package/lib/shared/dom.d.ts +3 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +0 -1
- package/lib/shared/index.d.ts +17 -4
- package/lib/shared/index.js +1 -1
- package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +33 -3
- package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +10 -2
- package/lib/shared/{bk-popover.d.ts → popover.d.ts} +7 -3
- package/lib/shared/token.d.ts +4 -0
- package/lib/shared/utils.d.ts +12 -0
- package/lib/shared/vue-types.d.ts +11 -7
- package/lib/sideslider/index.d.ts +432 -80
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.css +54 -10
- package/lib/sideslider/sideslider.d.ts +185 -30
- package/lib/sideslider/sideslider.less +71 -13
- package/lib/sideslider/sideslider.variable.css +84 -13
- package/lib/slider/index.d.ts +414 -1
- package/lib/slider/index.js +1 -15
- package/lib/slider/slider-button.d.ts +15 -7
- package/lib/slider/slider.d.ts +84 -42
- package/lib/slider/slider.variable.css +30 -3
- package/lib/steps/index.d.ts +162 -110
- package/lib/steps/index.js +1 -15
- package/lib/steps/steps.css +17 -3
- package/lib/steps/steps.d.ts +41 -28
- package/lib/steps/steps.less +27 -3
- package/lib/steps/steps.variable.css +47 -6
- package/lib/styles/index.d.ts +14 -0
- package/lib/styles/mixins/clearfix.css +8 -0
- package/lib/styles/mixins/clearfix.less +10 -0
- package/lib/styles/mixins/clearfix.variable.css +8 -0
- package/lib/styles/mixins/mixins.css +51 -0
- package/lib/styles/mixins/mixins.less +2 -0
- package/lib/styles/mixins/mixins.variable.css +51 -0
- package/lib/styles/mixins/scroll.css +17 -0
- package/lib/styles/mixins/scroll.less +22 -0
- package/lib/styles/mixins/scroll.variable.css +130 -0
- package/lib/styles/themes/themes.less +40 -3
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/index.js +1 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +224 -137
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +57 -6
- package/lib/switcher/switcher.d.ts +63 -36
- package/lib/switcher/switcher.less +5 -26
- package/lib/switcher/switcher.variable.css +87 -9
- package/lib/tab/index.d.ts +306 -282
- package/lib/tab/index.js +1 -1
- package/lib/tab/props.d.ts +194 -0
- package/lib/tab/tab-nav.d.ts +102 -87
- package/lib/tab/tab-panel.d.ts +53 -26
- package/lib/tab/tab.css +25 -1
- package/lib/tab/tab.d.ts +59 -51
- package/lib/tab/tab.less +31 -19
- package/lib/tab/tab.variable.css +55 -4
- package/lib/table/const.d.ts +67 -0
- package/lib/table/index.d.ts +484 -131
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.css +68 -0
- package/lib/table/plugins/head-filter.less +88 -0
- package/lib/table/plugins/head-filter.variable.css +181 -0
- package/lib/table/plugins/head-sort.css +22 -0
- package/lib/table/plugins/head-sort.less +28 -0
- package/lib/table/plugins/head-sort.variable.css +135 -0
- package/lib/table/plugins/settings.css +129 -0
- package/lib/table/plugins/settings.less +157 -0
- package/lib/table/plugins/settings.variable.css +242 -0
- package/lib/table/props.d.ts +174 -4
- package/lib/table/render.d.ts +76 -5
- package/lib/table/table.css +1125 -14
- package/lib/table/table.d.ts +197 -24
- package/lib/table/table.less +262 -25
- package/lib/table/table.variable.css +1156 -18
- package/lib/table/use-common.d.ts +72 -0
- package/lib/table/utils.d.ts +76 -2
- package/lib/tag/index.d.ts +165 -274
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.css +112 -0
- package/lib/tag/tag.d.ts +83 -53
- package/lib/tag/tag.less +127 -2
- package/lib/tag/tag.variable.css +142 -3
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +913 -0
- package/lib/tag-input/index.js +1 -0
- package/lib/tag-input/list-tag-render.d.ts +47 -0
- package/lib/tag-input/tag-input.css +209 -0
- package/lib/tag-input/tag-input.d.ts +383 -0
- package/lib/tag-input/tag-input.less +251 -0
- package/lib/tag-input/tag-input.variable.css +322 -0
- package/lib/tag-input/tag-props.d.ts +135 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/time-picker/index.d.ts +904 -0
- package/lib/time-picker/index.js +1 -0
- package/lib/time-picker/time-picker.css +215 -0
- package/lib/time-picker/time-picker.less +260 -0
- package/lib/time-picker/time-picker.variable.css +328 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +240 -0
- package/lib/timeline/timeline.variable.css +348 -0
- package/lib/transfer/const.d.ts +5 -0
- package/lib/transfer/index.d.ts +365 -0
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/props.d.ts +54 -0
- package/lib/transfer/transfer.css +139 -0
- package/lib/transfer/transfer.d.ts +160 -0
- package/lib/transfer/transfer.less +144 -0
- package/lib/transfer/transfer.variable.css +252 -0
- package/lib/tree/constant.d.ts +45 -0
- package/lib/tree/index.d.ts +467 -106
- package/lib/tree/index.js +1 -1
- package/lib/tree/props.d.ts +133 -1
- package/lib/tree/tree.css +170 -14
- package/lib/tree/tree.d.ts +193 -29
- package/lib/tree/tree.less +70 -26
- package/lib/tree/tree.variable.css +283 -14
- package/lib/tree/use-empty.d.ts +6 -0
- package/lib/tree/use-node-action.d.ts +12 -0
- package/lib/tree/use-node-async.d.ts +5 -0
- package/lib/tree/use-node-attribute.d.ts +33 -0
- package/lib/tree/use-node-drag.d.ts +3 -0
- package/lib/tree/use-search.d.ts +11 -0
- package/lib/tree/use-tree-init.d.ts +15 -0
- package/lib/tree/util.d.ts +31 -13
- package/lib/upload/index.d.ts +580 -0
- package/lib/upload/index.js +1 -0
- package/lib/upload/props.d.ts +113 -0
- package/lib/upload/upload-list.d.ts +46 -0
- package/lib/upload/upload-trigger.d.ts +54 -0
- package/lib/upload/upload.css +417 -0
- package/lib/upload/upload.d.ts +252 -0
- package/lib/upload/upload.less +455 -0
- package/lib/upload/upload.type.d.ts +78 -0
- package/lib/upload/upload.variable.css +530 -0
- package/lib/upload/use-ajax-upload.d.ts +3 -0
- package/lib/upload/use-file-handler.d.ts +44 -0
- package/lib/virtual-render/index.d.ts +435 -266
- package/lib/virtual-render/index.js +1 -1
- package/lib/virtual-render/props.d.ts +11 -0
- package/lib/virtual-render/use-tag-render.d.ts +7 -0
- package/lib/virtual-render/v-virtual-render.d.ts +0 -1
- package/lib/virtual-render/virtual-render.css +17 -24
- package/lib/virtual-render/virtual-render.d.ts +116 -44
- package/lib/virtual-render/virtual-render.less +2 -31
- package/lib/virtual-render/virtual-render.variable.css +130 -24
- package/lib/volar.components.d.ts +100 -0
- package/package.json +104 -84
- package/README_EN.md +0 -89
- package/dist/bkui-vue.cjs.js +0 -11401
- package/dist/bkui-vue.esm.js +0 -11354
- package/dist/bkui-vue.umd.js +0 -11404
- package/lib/form/common.d.ts +0 -3
- package/lib/icon/icon.js +0 -15
- package/lib/styles/index.js +0 -1
@@ -0,0 +1,171 @@
|
|
1
|
+
(function(we,r){typeof exports=="object"&&typeof module!="undefined"?r(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],r):(we=typeof globalThis!="undefined"?globalThis:we||self,r(we.bkuiVue={},we.Vue))})(this,function(we,r){"use strict";var SL=Object.defineProperty,DL=Object.defineProperties;var jL=Object.getOwnPropertyDescriptors;var Bl=Object.getOwnPropertySymbols;var A6=Object.prototype.hasOwnProperty,E6=Object.prototype.propertyIsEnumerable;var nd=(we,r,Ct)=>r in we?SL(we,r,{enumerable:!0,configurable:!0,writable:!0,value:Ct}):we[r]=Ct,Y=(we,r)=>{for(var Ct in r||(r={}))A6.call(r,Ct)&&nd(we,Ct,r[Ct]);if(Bl)for(var Ct of Bl(r))E6.call(r,Ct)&&nd(we,Ct,r[Ct]);return we},Se=(we,r)=>DL(we,jL(r));var hr=(we,r)=>{var Ct={};for(var xn in we)A6.call(we,xn)&&r.indexOf(xn)<0&&(Ct[xn]=we[xn]);if(we!=null&&Bl)for(var xn of Bl(we))r.indexOf(xn)<0&&E6.call(we,xn)&&(Ct[xn]=we[xn]);return Ct};var $r=(we,r,Ct)=>(nd(we,typeof r!="symbol"?r+"":r,Ct),Ct);var Ct="",xn="",zL="",PL="",OL="",AL="",EL="",VL="",JL="",QL="",RL="",WL="",HL="",BL="",GL="",ZL="",_L="",YL="",FL="",UL="",$L="",XL="",KL="",qL="",ek="",tk="",nk="",ik="",rk="",ak="",sk="",lk="",ok="",ck="",uk="",dk="",fk="",hk="",gk="",mk="",pk="",bk="",yk="",Ck="",Mk="",wk="",Ik="",vk="",Nk="",Lk="",kk="",xk="",Tk="",Sk="";const qa={bottom:0,content:1,navi:100,fullScreen:1e3,modal:3e3,plugins:8e3,message:1e4,popper:99999};class V6{constructor(){this.storageLayerIndexValue={},this.copyDefaultValue()}getNextIndex(t){return Object.prototype.hasOwnProperty.call(this.storageLayerIndexValue,t)?(this.storageLayerIndexValue[t]=this.storageLayerIndexValue[t]+1,this.storageLayerIndexValue[t]):(this.storageLayerIndexValue.modal=this.storageLayerIndexValue.modal+1,this.storageLayerIndexValue.modal)}getModalNextIndex(){return this.getNextIndex("modal")}getMessageNextIndex(){return this.getNextIndex("message")}getFullScreenNextIndex(){return this.getNextIndex("fullScreen")}getNaviNextIndex(){return this.getNextIndex("navi")}getPopperIndex(){return qa.popper}setDefaultZIndex(t){Object.keys(t||{}).forEach(n=>{Object.prototype.hasOwnProperty.call(this.storageLayerIndexValue.__proto__,n)&&Object.assign(this.storageLayerIndexValue.__proto__,{[n]:t[n]})}),this.copyDefaultValue()}resetZIndex(t){Object.keys(t||{}).forEach(n=>{Object.prototype.hasOwnProperty.call(this.storageLayerIndexValue,n)&&Object.assign(this.storageLayerIndexValue,{[n]:t[n]})})}copyDefaultValue(){const t=Object.keys(qa).reduce((n,i)=>Object.assign(n,{[i]:{value:qa[i],writable:!0,configurable:!0}}),{});this.storageLayerIndexValue=Object.create(qa,t)}}const bn=new V6;var Xr=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},es={exports:{}},id=typeof crypto!="undefined"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||typeof msCrypto!="undefined"&&typeof window.msCrypto.getRandomValues=="function"&&msCrypto.getRandomValues.bind(msCrypto);if(id){var rd=new Uint8Array(16);es.exports=function(){return id(rd),rd}}else{var ad=new Array(16);es.exports=function(){for(var t=0,n;t<16;t++)(t&3)===0&&(n=Math.random()*4294967296),ad[t]=n>>>((t&3)<<3)&255;return ad}}for(var sd=[],ts=0;ts<256;++ts)sd[ts]=(ts+256).toString(16).substr(1);function J6(e,t){var n=t||0,i=sd;return[i[e[n++]],i[e[n++]],i[e[n++]],i[e[n++]],"-",i[e[n++]],i[e[n++]],"-",i[e[n++]],i[e[n++]],"-",i[e[n++]],i[e[n++]],"-",i[e[n++]],i[e[n++]],i[e[n++]],i[e[n++]],i[e[n++]],i[e[n++]]].join("")}var ld=J6,Q6=es.exports,R6=ld,od,Gl,Zl=0,_l=0;function W6(e,t,n){var i=t&&n||0,l=t||[];e=e||{};var o=e.node||od,c=e.clockseq!==void 0?e.clockseq:Gl;if(o==null||c==null){var f=Q6();o==null&&(o=od=[f[0]|1,f[1],f[2],f[3],f[4],f[5]]),c==null&&(c=Gl=(f[6]<<8|f[7])&16383)}var u=e.msecs!==void 0?e.msecs:new Date().getTime(),h=e.nsecs!==void 0?e.nsecs:_l+1,m=u-Zl+(h-_l)/1e4;if(m<0&&e.clockseq===void 0&&(c=c+1&16383),(m<0||u>Zl)&&e.nsecs===void 0&&(h=0),h>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Zl=u,_l=h,Gl=c,u+=122192928e5;var p=((u&268435455)*1e4+h)%4294967296;l[i++]=p>>>24&255,l[i++]=p>>>16&255,l[i++]=p>>>8&255,l[i++]=p&255;var w=u/4294967296*1e4&268435455;l[i++]=w>>>8&255,l[i++]=w&255,l[i++]=w>>>24&15|16,l[i++]=w>>>16&255,l[i++]=c>>>8|128,l[i++]=c&255;for(var y=0;y<6;++y)l[i+y]=o[y];return t||R6(l)}var H6=W6,B6=es.exports,G6=ld;function Z6(e,t,n){var i=t&&n||0;typeof e=="string"&&(t=e==="binary"?new Array(16):null,e=null),e=e||{};var l=e.random||(e.rng||B6)();if(l[6]=l[6]&15|64,l[8]=l[8]&63|128,t)for(var o=0;o<16;++o)t[i+o]=l[o];return t||G6(l)}var _6=Z6,Y6=H6,cd=_6,Yl=cd;Yl.v1=Y6,Yl.v4=cd;var Vi=Yl,Jt="top",rn="bottom",an="right",Qt="left",Fl="auto",Kr=[Jt,rn,an,Qt],gr="start",qr="end",F6="clippingParents",ud="viewport",ea="popper",U6="reference",dd=Kr.reduce(function(e,t){return e.concat([t+"-"+gr,t+"-"+qr])},[]),fd=[].concat(Kr,[Fl]).reduce(function(e,t){return e.concat([t,t+"-"+gr,t+"-"+qr])},[]),$6="beforeRead",X6="read",K6="afterRead",q6="beforeMain",eg="main",tg="afterMain",ng="beforeWrite",ig="write",rg="afterWrite",ag=[$6,X6,K6,q6,eg,tg,ng,ig,rg];function Tn(e){return e?(e.nodeName||"").toLowerCase():null}function yn(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function mr(e){var t=yn(e).Element;return e instanceof t||e instanceof Element}function sn(e){var t=yn(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Ul(e){if(typeof ShadowRoot=="undefined")return!1;var t=yn(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function sg(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var i=t.styles[n]||{},l=t.attributes[n]||{},o=t.elements[n];!sn(o)||!Tn(o)||(Object.assign(o.style,i),Object.keys(l).forEach(function(c){var f=l[c];f===!1?o.removeAttribute(c):o.setAttribute(c,f===!0?"":f)}))})}function lg(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(i){var l=t.elements[i],o=t.attributes[i]||{},c=Object.keys(t.styles.hasOwnProperty(i)?t.styles[i]:n[i]),f=c.reduce(function(u,h){return u[h]="",u},{});!sn(l)||!Tn(l)||(Object.assign(l.style,f),Object.keys(o).forEach(function(u){l.removeAttribute(u)}))})}}var og={name:"applyStyles",enabled:!0,phase:"write",fn:sg,effect:lg,requires:["computeStyles"]};function Sn(e){return e.split("-")[0]}var Ji=Math.max,ns=Math.min,pr=Math.round;function br(e,t){t===void 0&&(t=!1);var n=e.getBoundingClientRect(),i=1,l=1;if(sn(e)&&t){var o=e.offsetHeight,c=e.offsetWidth;c>0&&(i=pr(n.width)/c||1),o>0&&(l=pr(n.height)/o||1)}return{width:n.width/i,height:n.height/l,top:n.top/l,right:n.right/i,bottom:n.bottom/l,left:n.left/i,x:n.left/i,y:n.top/l}}function $l(e){var t=br(e),n=e.offsetWidth,i=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-i)<=1&&(i=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:i}}function hd(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&Ul(n)){var i=t;do{if(i&&e.isSameNode(i))return!0;i=i.parentNode||i.host}while(i)}return!1}function Yn(e){return yn(e).getComputedStyle(e)}function cg(e){return["table","td","th"].indexOf(Tn(e))>=0}function gi(e){return((mr(e)?e.ownerDocument:e.document)||window.document).documentElement}function is(e){return Tn(e)==="html"?e:e.assignedSlot||e.parentNode||(Ul(e)?e.host:null)||gi(e)}function gd(e){return!sn(e)||Yn(e).position==="fixed"?null:e.offsetParent}function ug(e){var t=navigator.userAgent.toLowerCase().indexOf("firefox")!==-1,n=navigator.userAgent.indexOf("Trident")!==-1;if(n&&sn(e)){var i=Yn(e);if(i.position==="fixed")return null}var l=is(e);for(Ul(l)&&(l=l.host);sn(l)&&["html","body"].indexOf(Tn(l))<0;){var o=Yn(l);if(o.transform!=="none"||o.perspective!=="none"||o.contain==="paint"||["transform","perspective"].indexOf(o.willChange)!==-1||t&&o.willChange==="filter"||t&&o.filter&&o.filter!=="none")return l;l=l.parentNode}return null}function ta(e){for(var t=yn(e),n=gd(e);n&&cg(n)&&Yn(n).position==="static";)n=gd(n);return n&&(Tn(n)==="html"||Tn(n)==="body"&&Yn(n).position==="static")?t:n||ug(e)||t}function Xl(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function na(e,t,n){return Ji(e,ns(t,n))}function dg(e,t,n){var i=na(e,t,n);return i>n?n:i}function md(){return{top:0,right:0,bottom:0,left:0}}function pd(e){return Object.assign({},md(),e)}function bd(e,t){return t.reduce(function(n,i){return n[i]=e,n},{})}var fg=function(t,n){return t=typeof t=="function"?t(Object.assign({},n.rects,{placement:n.placement})):t,pd(typeof t!="number"?t:bd(t,Kr))};function hg(e){var t,n=e.state,i=e.name,l=e.options,o=n.elements.arrow,c=n.modifiersData.popperOffsets,f=Sn(n.placement),u=Xl(f),h=[Qt,an].indexOf(f)>=0,m=h?"height":"width";if(!(!o||!c)){var p=fg(l.padding,n),w=$l(o),y=u==="y"?Jt:Qt,M=u==="y"?rn:an,L=n.rects.reference[m]+n.rects.reference[u]-c[u]-n.rects.popper[m],T=c[u]-n.rects.reference[u],N=ta(o),v=N?u==="y"?N.clientHeight||0:N.clientWidth||0:0,b=L/2-T/2,I=p[y],x=v-w[m]-p[M],k=v/2-w[m]/2+b,J=na(I,k,x),O=u;n.modifiersData[i]=(t={},t[O]=J,t.centerOffset=J-k,t)}}function gg(e){var t=e.state,n=e.options,i=n.element,l=i===void 0?"[data-popper-arrow]":i;l!=null&&(typeof l=="string"&&(l=t.elements.popper.querySelector(l),!l)||!hd(t.elements.popper,l)||(t.elements.arrow=l))}var mg={name:"arrow",enabled:!0,phase:"main",fn:hg,effect:gg,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function yr(e){return e.split("-")[1]}var pg={top:"auto",right:"auto",bottom:"auto",left:"auto"};function bg(e){var t=e.x,n=e.y,i=window,l=i.devicePixelRatio||1;return{x:pr(t*l)/l||0,y:pr(n*l)/l||0}}function yd(e){var t,n=e.popper,i=e.popperRect,l=e.placement,o=e.variation,c=e.offsets,f=e.position,u=e.gpuAcceleration,h=e.adaptive,m=e.roundOffsets,p=e.isFixed,w=c.x,y=w===void 0?0:w,M=c.y,L=M===void 0?0:M,T=typeof m=="function"?m({x:y,y:L}):{x:y,y:L};y=T.x,L=T.y;var N=c.hasOwnProperty("x"),v=c.hasOwnProperty("y"),b=Qt,I=Jt,x=window;if(h){var k=ta(n),J="clientHeight",O="clientWidth";if(k===yn(n)&&(k=gi(n),Yn(k).position!=="static"&&f==="absolute"&&(J="scrollHeight",O="scrollWidth")),k=k,l===Jt||(l===Qt||l===an)&&o===qr){I=rn;var A=p&&k===x&&x.visualViewport?x.visualViewport.height:k[J];L-=A-i.height,L*=u?1:-1}if(l===Qt||(l===Jt||l===rn)&&o===qr){b=an;var E=p&&k===x&&x.visualViewport?x.visualViewport.width:k[O];y-=E-i.width,y*=u?1:-1}}var P=Object.assign({position:f},h&&pg),K=m===!0?bg({x:y,y:L}):{x:y,y:L};if(y=K.x,L=K.y,u){var G;return Object.assign({},P,(G={},G[I]=v?"0":"",G[b]=N?"0":"",G.transform=(x.devicePixelRatio||1)<=1?"translate("+y+"px, "+L+"px)":"translate3d("+y+"px, "+L+"px, 0)",G))}return Object.assign({},P,(t={},t[I]=v?L+"px":"",t[b]=N?y+"px":"",t.transform="",t))}function yg(e){var t=e.state,n=e.options,i=n.gpuAcceleration,l=i===void 0?!0:i,o=n.adaptive,c=o===void 0?!0:o,f=n.roundOffsets,u=f===void 0?!0:f,h={placement:Sn(t.placement),variation:yr(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:l,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,yd(Object.assign({},h,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:c,roundOffsets:u})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,yd(Object.assign({},h,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var Cg={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:yg,data:{}},rs={passive:!0};function Mg(e){var t=e.state,n=e.instance,i=e.options,l=i.scroll,o=l===void 0?!0:l,c=i.resize,f=c===void 0?!0:c,u=yn(t.elements.popper),h=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&h.forEach(function(m){m.addEventListener("scroll",n.update,rs)}),f&&u.addEventListener("resize",n.update,rs),function(){o&&h.forEach(function(m){m.removeEventListener("scroll",n.update,rs)}),f&&u.removeEventListener("resize",n.update,rs)}}var wg={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:Mg,data:{}},Ig={left:"right",right:"left",bottom:"top",top:"bottom"};function as(e){return e.replace(/left|right|bottom|top/g,function(t){return Ig[t]})}var vg={start:"end",end:"start"};function Cd(e){return e.replace(/start|end/g,function(t){return vg[t]})}function Kl(e){var t=yn(e),n=t.pageXOffset,i=t.pageYOffset;return{scrollLeft:n,scrollTop:i}}function ql(e){return br(gi(e)).left+Kl(e).scrollLeft}function Ng(e){var t=yn(e),n=gi(e),i=t.visualViewport,l=n.clientWidth,o=n.clientHeight,c=0,f=0;return i&&(l=i.width,o=i.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(c=i.offsetLeft,f=i.offsetTop)),{width:l,height:o,x:c+ql(e),y:f}}function Lg(e){var t,n=gi(e),i=Kl(e),l=(t=e.ownerDocument)==null?void 0:t.body,o=Ji(n.scrollWidth,n.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),c=Ji(n.scrollHeight,n.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),f=-i.scrollLeft+ql(e),u=-i.scrollTop;return Yn(l||n).direction==="rtl"&&(f+=Ji(n.clientWidth,l?l.clientWidth:0)-o),{width:o,height:c,x:f,y:u}}function eo(e){var t=Yn(e),n=t.overflow,i=t.overflowX,l=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+l+i)}function Md(e){return["html","body","#document"].indexOf(Tn(e))>=0?e.ownerDocument.body:sn(e)&&eo(e)?e:Md(is(e))}function ia(e,t){var n;t===void 0&&(t=[]);var i=Md(e),l=i===((n=e.ownerDocument)==null?void 0:n.body),o=yn(i),c=l?[o].concat(o.visualViewport||[],eo(i)?i:[]):i,f=t.concat(c);return l?f:f.concat(ia(is(c)))}function to(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function kg(e){var t=br(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}function wd(e,t){return t===ud?to(Ng(e)):mr(t)?kg(t):to(Lg(gi(e)))}function xg(e){var t=ia(is(e)),n=["absolute","fixed"].indexOf(Yn(e).position)>=0,i=n&&sn(e)?ta(e):e;return mr(i)?t.filter(function(l){return mr(l)&&hd(l,i)&&Tn(l)!=="body"}):[]}function Tg(e,t,n){var i=t==="clippingParents"?xg(e):[].concat(t),l=[].concat(i,[n]),o=l[0],c=l.reduce(function(f,u){var h=wd(e,u);return f.top=Ji(h.top,f.top),f.right=ns(h.right,f.right),f.bottom=ns(h.bottom,f.bottom),f.left=Ji(h.left,f.left),f},wd(e,o));return c.width=c.right-c.left,c.height=c.bottom-c.top,c.x=c.left,c.y=c.top,c}function Id(e){var t=e.reference,n=e.element,i=e.placement,l=i?Sn(i):null,o=i?yr(i):null,c=t.x+t.width/2-n.width/2,f=t.y+t.height/2-n.height/2,u;switch(l){case Jt:u={x:c,y:t.y-n.height};break;case rn:u={x:c,y:t.y+t.height};break;case an:u={x:t.x+t.width,y:f};break;case Qt:u={x:t.x-n.width,y:f};break;default:u={x:t.x,y:t.y}}var h=l?Xl(l):null;if(h!=null){var m=h==="y"?"height":"width";switch(o){case gr:u[h]=u[h]-(t[m]/2-n[m]/2);break;case qr:u[h]=u[h]+(t[m]/2-n[m]/2);break}}return u}function ra(e,t){t===void 0&&(t={});var n=t,i=n.placement,l=i===void 0?e.placement:i,o=n.boundary,c=o===void 0?F6:o,f=n.rootBoundary,u=f===void 0?ud:f,h=n.elementContext,m=h===void 0?ea:h,p=n.altBoundary,w=p===void 0?!1:p,y=n.padding,M=y===void 0?0:y,L=pd(typeof M!="number"?M:bd(M,Kr)),T=m===ea?U6:ea,N=e.rects.popper,v=e.elements[w?T:m],b=Tg(mr(v)?v:v.contextElement||gi(e.elements.popper),c,u),I=br(e.elements.reference),x=Id({reference:I,element:N,strategy:"absolute",placement:l}),k=to(Object.assign({},N,x)),J=m===ea?k:I,O={top:b.top-J.top+L.top,bottom:J.bottom-b.bottom+L.bottom,left:b.left-J.left+L.left,right:J.right-b.right+L.right},A=e.modifiersData.offset;if(m===ea&&A){var E=A[l];Object.keys(O).forEach(function(P){var K=[an,rn].indexOf(P)>=0?1:-1,G=[Jt,rn].indexOf(P)>=0?"y":"x";O[P]+=E[G]*K})}return O}function Sg(e,t){t===void 0&&(t={});var n=t,i=n.placement,l=n.boundary,o=n.rootBoundary,c=n.padding,f=n.flipVariations,u=n.allowedAutoPlacements,h=u===void 0?fd:u,m=yr(i),p=m?f?dd:dd.filter(function(M){return yr(M)===m}):Kr,w=p.filter(function(M){return h.indexOf(M)>=0});w.length===0&&(w=p);var y=w.reduce(function(M,L){return M[L]=ra(e,{placement:L,boundary:l,rootBoundary:o,padding:c})[Sn(L)],M},{});return Object.keys(y).sort(function(M,L){return y[M]-y[L]})}function Dg(e){if(Sn(e)===Fl)return[];var t=as(e);return[Cd(e),t,Cd(t)]}function jg(e){var t=e.state,n=e.options,i=e.name;if(!t.modifiersData[i]._skip){for(var l=n.mainAxis,o=l===void 0?!0:l,c=n.altAxis,f=c===void 0?!0:c,u=n.fallbackPlacements,h=n.padding,m=n.boundary,p=n.rootBoundary,w=n.altBoundary,y=n.flipVariations,M=y===void 0?!0:y,L=n.allowedAutoPlacements,T=t.options.placement,N=Sn(T),v=N===T,b=u||(v||!M?[as(T)]:Dg(T)),I=[T].concat(b).reduce(function(ge,ce){return ge.concat(Sn(ce)===Fl?Sg(t,{placement:ce,boundary:m,rootBoundary:p,padding:h,flipVariations:M,allowedAutoPlacements:L}):ce)},[]),x=t.rects.reference,k=t.rects.popper,J=new Map,O=!0,A=I[0],E=0;E<I.length;E++){var P=I[E],K=Sn(P),G=yr(P)===gr,oe=[Jt,rn].indexOf(K)>=0,de=oe?"width":"height",me=ra(t,{placement:P,boundary:m,rootBoundary:p,altBoundary:w,padding:h}),Ce=oe?G?an:Qt:G?rn:Jt;x[de]>k[de]&&(Ce=as(Ce));var re=as(Ce),q=[];if(o&&q.push(me[K]<=0),f&&q.push(me[Ce]<=0,me[re]<=0),q.every(function(ge){return ge})){A=P,O=!1;break}J.set(P,q)}if(O)for(var V=M?3:1,H=function(ce){var ye=I.find(function(ie){var be=J.get(ie);if(be)return be.slice(0,ce).every(function($){return $})});if(ye)return A=ye,"break"},te=V;te>0;te--){var ee=H(te);if(ee==="break")break}t.placement!==A&&(t.modifiersData[i]._skip=!0,t.placement=A,t.reset=!0)}}var zg={name:"flip",enabled:!0,phase:"main",fn:jg,requiresIfExists:["offset"],data:{_skip:!1}};function vd(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function Nd(e){return[Jt,an,rn,Qt].some(function(t){return e[t]>=0})}function Pg(e){var t=e.state,n=e.name,i=t.rects.reference,l=t.rects.popper,o=t.modifiersData.preventOverflow,c=ra(t,{elementContext:"reference"}),f=ra(t,{altBoundary:!0}),u=vd(c,i),h=vd(f,l,o),m=Nd(u),p=Nd(h);t.modifiersData[n]={referenceClippingOffsets:u,popperEscapeOffsets:h,isReferenceHidden:m,hasPopperEscaped:p},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":m,"data-popper-escaped":p})}var Og={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:Pg};function Ag(e,t,n){var i=Sn(e),l=[Qt,Jt].indexOf(i)>=0?-1:1,o=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,c=o[0],f=o[1];return c=c||0,f=(f||0)*l,[Qt,an].indexOf(i)>=0?{x:f,y:c}:{x:c,y:f}}function Eg(e){var t=e.state,n=e.options,i=e.name,l=n.offset,o=l===void 0?[0,0]:l,c=fd.reduce(function(m,p){return m[p]=Ag(p,t.rects,o),m},{}),f=c[t.placement],u=f.x,h=f.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=u,t.modifiersData.popperOffsets.y+=h),t.modifiersData[i]=c}var Vg={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:Eg};function Jg(e){var t=e.state,n=e.name;t.modifiersData[n]=Id({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var Qg={name:"popperOffsets",enabled:!0,phase:"read",fn:Jg,data:{}};function Rg(e){return e==="x"?"y":"x"}function Wg(e){var t=e.state,n=e.options,i=e.name,l=n.mainAxis,o=l===void 0?!0:l,c=n.altAxis,f=c===void 0?!1:c,u=n.boundary,h=n.rootBoundary,m=n.altBoundary,p=n.padding,w=n.tether,y=w===void 0?!0:w,M=n.tetherOffset,L=M===void 0?0:M,T=ra(t,{boundary:u,rootBoundary:h,padding:p,altBoundary:m}),N=Sn(t.placement),v=yr(t.placement),b=!v,I=Xl(N),x=Rg(I),k=t.modifiersData.popperOffsets,J=t.rects.reference,O=t.rects.popper,A=typeof L=="function"?L(Object.assign({},t.rects,{placement:t.placement})):L,E=typeof A=="number"?{mainAxis:A,altAxis:A}:Object.assign({mainAxis:0,altAxis:0},A),P=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,K={x:0,y:0};if(!!k){if(o){var G,oe=I==="y"?Jt:Qt,de=I==="y"?rn:an,me=I==="y"?"height":"width",Ce=k[I],re=Ce+T[oe],q=Ce-T[de],V=y?-O[me]/2:0,H=v===gr?J[me]:O[me],te=v===gr?-O[me]:-J[me],ee=t.elements.arrow,ge=y&&ee?$l(ee):{width:0,height:0},ce=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:md(),ye=ce[oe],ie=ce[de],be=na(0,J[me],ge[me]),$=b?J[me]/2-V-be-ye-E.mainAxis:H-be-ye-E.mainAxis,Z=b?-J[me]/2+V+be+ie+E.mainAxis:te+be+ie+E.mainAxis,ne=t.elements.arrow&&ta(t.elements.arrow),Ie=ne?I==="y"?ne.clientTop||0:ne.clientLeft||0:0,j=(G=P==null?void 0:P[I])!=null?G:0,W=Ce+$-j-Ie,Q=Ce+Z-j,B=na(y?ns(re,W):re,Ce,y?Ji(q,Q):q);k[I]=B,K[I]=B-Ce}if(f){var U,ae=I==="x"?Jt:Qt,Me=I==="x"?rn:an,ve=k[x],ke=x==="y"?"height":"width",je=ve+T[ae],it=ve-T[Me],tt=[Jt,Qt].indexOf(N)!==-1,at=(U=P==null?void 0:P[x])!=null?U:0,Ut=tt?je:ve-J[ke]-O[ke]-at+E.altAxis,Xe=tt?ve+J[ke]+O[ke]-at-E.altAxis:it,Ue=y&&tt?dg(Ut,ve,Xe):na(y?Ut:je,ve,y?Xe:it);k[x]=Ue,K[x]=Ue-ve}t.modifiersData[i]=K}}var Hg={name:"preventOverflow",enabled:!0,phase:"main",fn:Wg,requiresIfExists:["offset"]};function Bg(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function Gg(e){return e===yn(e)||!sn(e)?Kl(e):Bg(e)}function Zg(e){var t=e.getBoundingClientRect(),n=pr(t.width)/e.offsetWidth||1,i=pr(t.height)/e.offsetHeight||1;return n!==1||i!==1}function _g(e,t,n){n===void 0&&(n=!1);var i=sn(t),l=sn(t)&&Zg(t),o=gi(t),c=br(e,l),f={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(i||!i&&!n)&&((Tn(t)!=="body"||eo(o))&&(f=Gg(t)),sn(t)?(u=br(t,!0),u.x+=t.clientLeft,u.y+=t.clientTop):o&&(u.x=ql(o))),{x:c.left+f.scrollLeft-u.x,y:c.top+f.scrollTop-u.y,width:c.width,height:c.height}}function Yg(e){var t=new Map,n=new Set,i=[];e.forEach(function(o){t.set(o.name,o)});function l(o){n.add(o.name);var c=[].concat(o.requires||[],o.requiresIfExists||[]);c.forEach(function(f){if(!n.has(f)){var u=t.get(f);u&&l(u)}}),i.push(o)}return e.forEach(function(o){n.has(o.name)||l(o)}),i}function Fg(e){var t=Yg(e);return ag.reduce(function(n,i){return n.concat(t.filter(function(l){return l.phase===i}))},[])}function Ug(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}function $g(e){var t=e.reduce(function(n,i){var l=n[i.name];return n[i.name]=l?Object.assign({},l,i,{options:Object.assign({},l.options,i.options),data:Object.assign({},l.data,i.data)}):i,n},{});return Object.keys(t).map(function(n){return t[n]})}var Ld={placement:"bottom",modifiers:[],strategy:"absolute"};function kd(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(i){return!(i&&typeof i.getBoundingClientRect=="function")})}function Xg(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,i=n===void 0?[]:n,l=t.defaultOptions,o=l===void 0?Ld:l;return function(f,u,h){h===void 0&&(h=o);var m={placement:"bottom",orderedModifiers:[],options:Object.assign({},Ld,o),modifiersData:{},elements:{reference:f,popper:u},attributes:{},styles:{}},p=[],w=!1,y={state:m,setOptions:function(N){var v=typeof N=="function"?N(m.options):N;L(),m.options=Object.assign({},o,m.options,v),m.scrollParents={reference:mr(f)?ia(f):f.contextElement?ia(f.contextElement):[],popper:ia(u)};var b=Fg($g([].concat(i,m.options.modifiers)));return m.orderedModifiers=b.filter(function(I){return I.enabled}),M(),y.update()},forceUpdate:function(){if(!w){var N=m.elements,v=N.reference,b=N.popper;if(!!kd(v,b)){m.rects={reference:_g(v,ta(b),m.options.strategy==="fixed"),popper:$l(b)},m.reset=!1,m.placement=m.options.placement,m.orderedModifiers.forEach(function(E){return m.modifiersData[E.name]=Object.assign({},E.data)});for(var I=0;I<m.orderedModifiers.length;I++){if(m.reset===!0){m.reset=!1,I=-1;continue}var x=m.orderedModifiers[I],k=x.fn,J=x.options,O=J===void 0?{}:J,A=x.name;typeof k=="function"&&(m=k({state:m,options:O,name:A,instance:y})||m)}}}},update:Ug(function(){return new Promise(function(T){y.forceUpdate(),T(m)})}),destroy:function(){L(),w=!0}};if(!kd(f,u))return y;y.setOptions(h).then(function(T){!w&&h.onFirstUpdate&&h.onFirstUpdate(T)});function M(){m.orderedModifiers.forEach(function(T){var N=T.name,v=T.options,b=v===void 0?{}:v,I=T.effect;if(typeof I=="function"){var x=I({state:m,name:N,instance:y,options:b}),k=function(){};p.push(x||k)}})}function L(){p.forEach(function(T){return T()}),p=[]}return y}}var Kg=[wg,Qg,Cg,og,Vg,zg,Hg,mg,Og],xd=Xg({defaultModifiers:Kg});function Td(e){return e===null||typeof e=="undefined"}function Sd(e){if(Array.isArray(e))return!0;const t=Object.prototype.toString.call(e);return t.substr(0,7)==="[object"&&t.substr(-6)==="Array]"}function aa(e){return e!==null&&/^\[object (Object|Module)\]/.test(Object.prototype.toString.call(e))}function no(e){if(Sd(e))return e.map(no);if(aa(e)){const t=Object.create(null),n=Object.keys(e),i=n.length;let l=0;for(;l<i;++l)t[n[l]]=no(e[n[l]]);return t}return e}function qg(e){return["__proto__","prototype","constructor"].indexOf(e)===-1}function e1(e,t,n,i){if(!qg(e))return;const l=t[e],o=n[e];aa(l)&&aa(o)?Dd(l,o,i):t[e]=no(o)}function Dd(e,t,n){const i=Sd(t)?t:[t],l=i.length;if(!aa(e))return e;n=n||{};const o=n.merger||e1;for(let c=0;c<l;++c){if(t=i[c],!aa(t))continue;const f=Object.keys(t);for(let u=0,h=f.length;u<h;++u)o(f[u],e,t,n)}return e}function sa(e){try{return e instanceof HTMLElement}catch{return typeof e=="object"&&e.nodeType===1&&typeof e.style=="object"&&typeof e.ownerDocument=="object"}}class jd{constructor(t,n,i){var l,o;this.isShow=!1,this.trigger=void 0,this.instance=void 0,this.always=!1,this.reference=void 0,this.referenceTarget=void 0,this.popperRefer=void 0,this.delay=50,this.isInnerPopper=!1,this.disabled=!1,this.afterShow=null,this.afterHidden=null,this.appendTo="parent",this.container=null,this.fixOnBoundary=!1,this.instanceOptions=this.initDefaultOptions(i),this.reference=this.resolveInputSelectorToHtmlElement(t),this.popperRefer=this.resolveInputSelectorToHtmlElement(n),this.referenceTarget=this.getTargetReferenceElement(),this.container=(l=this.popperRefer)==null?void 0:l.parentElement,this.isShow=!!((o=this.instanceOptions)!=null&&o.isShow),this.always=this.instanceOptions.always,this.trigger=this.instanceOptions.trigger,this.disabled=this.instanceOptions.disabled,this.appendTo=this.instanceOptions.appendTo,this.afterHidden=typeof i.afterHidden=="function"?i.afterHidden:()=>{},this.afterShow=typeof i.afterShow=="function"?i.afterShow:()=>{},this.fixOnBoundary=this.instanceOptions.fixOnBoundary,this.initInstance(),this.registerEvents(),(this.isShow||this.always)&&this.show(null)}forceUpdate(){var t;(t=this.instance)==null||t.forceUpdate()}update(){var t;(t=this.instance)==null||t.update()}updateOptions(t){var n;this.instanceOptions=this.initDefaultOptions(t),this.isShow=!!((n=this.instanceOptions)!=null&&n.isShow),this.trigger=this.instanceOptions.trigger,this.disabled=this.instanceOptions.disabled,this.setOptions(this.instanceOptions)}setOptions(t){var n;(n=this.instance)==null||n.setOptions(t)}destroy(){var t;(t=this.instance)==null||t.destroy()}updateDisabled(t){this.disabled=t!=null?t:!this.disabled,this.disabled&&this.hide()}show(t){var n;this.disabled||((n=this.popperRefer)==null||n.setAttribute("data-show",""),this.setOptions({modifiers:[...this.instanceOptions.modifiers||[],{name:"eventListeners",enabled:!0}]}),this.update(),this.isShow=!0,this.afterShow(),this.fixOnBoundary||this.appendToTarget())}hide(){var t;this.always||((t=this.popperRefer)==null||t.removeAttribute("data-show"),this.setOptions({modifiers:[...this.instanceOptions.modifiers||[],{name:"eventListeners",enabled:!1}]}),this.isShow=!1,this.isInnerPopper=!1,this.afterHidden(),this.fixOnBoundary||this.restorePopContent())}restorePopContent(){const t=this.getAppendToTarget();sa(t)&&t.contains(this.popperRefer)&&this.container&&!this.container.contains(this.popperRefer)&&this.container.append(this.popperRefer)}appendToTarget(){const t=this.getAppendToTarget();sa(t)&&t.contains(this.popperRefer)&&t.append(this.popperRefer)}getAppendToTarget(){const{appendTo:t}=this;let n=t;return t!=="parent"&&typeof t=="string"&&(n=document.querySelector(t)),n}initDefaultOptions(t){const i=Dd({placement:"top",modifiers:[{name:"offset",options:{offset:[0,8]}}],strategy:"absolute",onFirstUpdate:void 0,isShow:!1,theme:"dark",trigger:"hover",disabled:!1},t||{}),l=i.onFirstUpdate;return i.onFirstUpdate=o=>{typeof l=="function"&&(l.call(this,o),this.handleFirstUpdate())},i}handleFirstUpdate(){this.fixOnBoundary&&this.appendToTarget()}getTargetReferenceElement(){return this.isElement(this.reference)?this.reference.childElementCount===1?this.reference.firstElementChild:this.reference:this.reference}initInstance(){var t,n;this.referenceTarget&&(this.referenceTarget&&this.popperRefer?(this.instance=xd(this.referenceTarget,this.popperRefer,this.instanceOptions),(n=this.popperRefer)==null||n.setAttribute("data-theme",(t=this.instanceOptions.theme)!=null?t:"dark")):console.error("reference or popperRefer is null, please check html element."))}resolveInputSelectorToHtmlElement(t){if(this.isElement(t))return t;if(typeof t=="string")return document.querySelector(t);if(typeof t=="object"){if(Object.prototype.hasOwnProperty.call(t,"getBoundingClientRect"))return t}else console.error("'getBoundingClientRect' is needed when use virtual elements");return null}isElement(t){return sa(t)}registerEvents(){if(this.isElement(this.referenceTarget)&&this.trigger==="hover"){const t=["mouseenter","focus"],n=["mouseleave","blur"],i=["mouseenter","mouseleave"];t.forEach(l=>{this.referenceTarget.addEventListener(l,o=>{l==="mouseenter"&&(this.isInnerPopper=!0),this.show(o)})}),n.forEach(l=>{this.referenceTarget.addEventListener(l,()=>{this.isInnerPopper=!1,setTimeout(()=>{!this.isInnerPopper&&this.hide()},this.delay)})}),this.isElement(this.popperRefer)&&i.forEach(l=>{this.popperRefer.addEventListener(l,()=>{l==="mouseenter"&&(this.isInnerPopper=!0),l==="mouseleave"&&this.hide()})})}this.trigger==="click"&&["click"].forEach(n=>{document.body.addEventListener(n,i=>{this.isSameElement(i.target,this.reference)||this.reference.contains(i.target)?this.show(i):this.isShow&&!this.isSameElement(i.target,this.popperRefer)&&!this.popperRefer.contains(i.target)&&this.hide()})})}isSameElement(t,n){return t&&(t===n||t===n.firstElementChild)}}var Dt={exports:{}};/**
|
2
|
+
* @license
|
3
|
+
* Lodash <https://lodash.com/>
|
4
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
5
|
+
* Released under MIT license <https://lodash.com/license>
|
6
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
7
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
8
|
+
*/(function(e,t){(function(){var n,i="4.17.21",l=200,o="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",c="Expected a function",f="Invalid `variable` option passed into `_.template`",u="__lodash_hash_undefined__",h=500,m="__lodash_placeholder__",p=1,w=2,y=4,M=1,L=2,T=1,N=2,v=4,b=8,I=16,x=32,k=64,J=128,O=256,A=512,E=30,P="...",K=800,G=16,oe=1,de=2,me=3,Ce=1/0,re=9007199254740991,q=17976931348623157e292,V=0/0,H=4294967295,te=H-1,ee=H>>>1,ge=[["ary",J],["bind",T],["bindKey",N],["curry",b],["curryRight",I],["flip",A],["partial",x],["partialRight",k],["rearg",O]],ce="[object Arguments]",ye="[object Array]",ie="[object AsyncFunction]",be="[object Boolean]",$="[object Date]",Z="[object DOMException]",ne="[object Error]",Ie="[object Function]",j="[object GeneratorFunction]",W="[object Map]",Q="[object Number]",B="[object Null]",U="[object Object]",ae="[object Promise]",Me="[object Proxy]",ve="[object RegExp]",ke="[object Set]",je="[object String]",it="[object Symbol]",tt="[object Undefined]",at="[object WeakMap]",Ut="[object WeakSet]",Xe="[object ArrayBuffer]",Ue="[object DataView]",$t="[object Float32Array]",vt="[object Float64Array]",Aa="[object Int8Array]",Ea="[object Int16Array]",Or="[object Int32Array]",Ar="[object Uint8Array]",ir="[object Uint8ClampedArray]",Va="[object Uint16Array]",Ne="[object Uint32Array]",Qe=/\b__p \+= '';/g,Ee=/\b(__p \+=) '' \+/g,Bn=/(__e\(.*?\)|\b__t\)) \+\n'';/g,ri=/&(?:amp|lt|gt|quot|#39);/g,Ot=/[&<>"']/g,qC=RegExp(ri.source),e8=RegExp(Ot.source),t8=/<%-([\s\S]+?)%>/g,n8=/<%([\s\S]+?)%>/g,oh=/<%=([\s\S]+?)%>/g,i8=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,r8=/^\w*$/,a8=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Gc=/[\\^$.*+?()[\]{}|]/g,s8=RegExp(Gc.source),Zc=/^\s+/,l8=/\s/,o8=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,c8=/\{\n\/\* \[wrapped with (.+)\] \*/,u8=/,? & /,d8=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,f8=/[()=,{}\[\]\/\s]/,h8=/\\(\\)?/g,g8=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,ch=/\w*$/,m8=/^[-+]0x[0-9a-f]+$/i,p8=/^0b[01]+$/i,b8=/^\[object .+?Constructor\]$/,y8=/^0o[0-7]+$/i,C8=/^(?:0|[1-9]\d*)$/,M8=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,tl=/($^)/,w8=/['\n\r\u2028\u2029\\]/g,nl="\\ud800-\\udfff",I8="\\u0300-\\u036f",v8="\\ufe20-\\ufe2f",N8="\\u20d0-\\u20ff",uh=I8+v8+N8,dh="\\u2700-\\u27bf",fh="a-z\\xdf-\\xf6\\xf8-\\xff",L8="\\xac\\xb1\\xd7\\xf7",k8="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",x8="\\u2000-\\u206f",T8=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",hh="A-Z\\xc0-\\xd6\\xd8-\\xde",gh="\\ufe0e\\ufe0f",mh=L8+k8+x8+T8,_c="['\u2019]",S8="["+nl+"]",ph="["+mh+"]",il="["+uh+"]",bh="\\d+",D8="["+dh+"]",yh="["+fh+"]",Ch="[^"+nl+mh+bh+dh+fh+hh+"]",Yc="\\ud83c[\\udffb-\\udfff]",j8="(?:"+il+"|"+Yc+")",Mh="[^"+nl+"]",Fc="(?:\\ud83c[\\udde6-\\uddff]){2}",Uc="[\\ud800-\\udbff][\\udc00-\\udfff]",Er="["+hh+"]",wh="\\u200d",Ih="(?:"+yh+"|"+Ch+")",z8="(?:"+Er+"|"+Ch+")",vh="(?:"+_c+"(?:d|ll|m|re|s|t|ve))?",Nh="(?:"+_c+"(?:D|LL|M|RE|S|T|VE))?",Lh=j8+"?",kh="["+gh+"]?",P8="(?:"+wh+"(?:"+[Mh,Fc,Uc].join("|")+")"+kh+Lh+")*",O8="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",A8="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",xh=kh+Lh+P8,E8="(?:"+[D8,Fc,Uc].join("|")+")"+xh,V8="(?:"+[Mh+il+"?",il,Fc,Uc,S8].join("|")+")",J8=RegExp(_c,"g"),Q8=RegExp(il,"g"),$c=RegExp(Yc+"(?="+Yc+")|"+V8+xh,"g"),R8=RegExp([Er+"?"+yh+"+"+vh+"(?="+[ph,Er,"$"].join("|")+")",z8+"+"+Nh+"(?="+[ph,Er+Ih,"$"].join("|")+")",Er+"?"+Ih+"+"+vh,Er+"+"+Nh,A8,O8,bh,E8].join("|"),"g"),W8=RegExp("["+wh+nl+uh+gh+"]"),H8=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,B8=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],G8=-1,st={};st[$t]=st[vt]=st[Aa]=st[Ea]=st[Or]=st[Ar]=st[ir]=st[Va]=st[Ne]=!0,st[ce]=st[ye]=st[Xe]=st[be]=st[Ue]=st[$]=st[ne]=st[Ie]=st[W]=st[Q]=st[U]=st[ve]=st[ke]=st[je]=st[at]=!1;var rt={};rt[ce]=rt[ye]=rt[Xe]=rt[Ue]=rt[be]=rt[$]=rt[$t]=rt[vt]=rt[Aa]=rt[Ea]=rt[Or]=rt[W]=rt[Q]=rt[U]=rt[ve]=rt[ke]=rt[je]=rt[it]=rt[Ar]=rt[ir]=rt[Va]=rt[Ne]=!0,rt[ne]=rt[Ie]=rt[at]=!1;var Z8={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00C7:"C",\u00E7:"c",\u00D0:"D",\u00F0:"d",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u00D1:"N",\u00F1:"n",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00F2:"o",\u00F3:"o",\u00F4:"o",\u00F5:"o",\u00F6:"o",\u00F8:"o",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00F9:"u",\u00FA:"u",\u00FB:"u",\u00FC:"u",\u00DD:"Y",\u00FD:"y",\u00FF:"y",\u00C6:"Ae",\u00E6:"ae",\u00DE:"Th",\u00FE:"th",\u00DF:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010A:"C",\u010C:"C",\u0107:"c",\u0109:"c",\u010B:"c",\u010D:"c",\u010E:"D",\u0110:"D",\u010F:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011A:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011B:"e",\u011C:"G",\u011E:"G",\u0120:"G",\u0122:"G",\u011D:"g",\u011F:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012A:"I",\u012C:"I",\u012E:"I",\u0130:"I",\u0129:"i",\u012B:"i",\u012D:"i",\u012F:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013B:"L",\u013D:"L",\u013F:"L",\u0141:"L",\u013A:"l",\u013C:"l",\u013E:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014A:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014B:"n",\u014C:"O",\u014E:"O",\u0150:"O",\u014D:"o",\u014F:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015A:"S",\u015C:"S",\u015E:"S",\u0160:"S",\u015B:"s",\u015D:"s",\u015F:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016A:"U",\u016C:"U",\u016E:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016B:"u",\u016D:"u",\u016F:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017B:"Z",\u017D:"Z",\u017A:"z",\u017C:"z",\u017E:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017F:"s"},_8={"&":"&","<":"<",">":">",'"':""","'":"'"},Y8={"&":"&","<":"<",">":">",""":'"',"'":"'"},F8={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},U8=parseFloat,$8=parseInt,Th=typeof Xr=="object"&&Xr&&Xr.Object===Object&&Xr,X8=typeof self=="object"&&self&&self.Object===Object&&self,Nt=Th||X8||Function("return this")(),Xc=t&&!t.nodeType&&t,rr=Xc&&!0&&e&&!e.nodeType&&e,Sh=rr&&rr.exports===Xc,Kc=Sh&&Th.process,cn=function(){try{var F=rr&&rr.require&&rr.require("util").types;return F||Kc&&Kc.binding&&Kc.binding("util")}catch{}}(),Dh=cn&&cn.isArrayBuffer,jh=cn&&cn.isDate,zh=cn&&cn.isMap,Ph=cn&&cn.isRegExp,Oh=cn&&cn.isSet,Ah=cn&&cn.isTypedArray;function Xt(F,ue,se){switch(se.length){case 0:return F.call(ue);case 1:return F.call(ue,se[0]);case 2:return F.call(ue,se[0],se[1]);case 3:return F.call(ue,se[0],se[1],se[2])}return F.apply(ue,se)}function K8(F,ue,se,xe){for(var Ve=-1,$e=F==null?0:F.length;++Ve<$e;){var bt=F[Ve];ue(xe,bt,se(bt),F)}return xe}function un(F,ue){for(var se=-1,xe=F==null?0:F.length;++se<xe&&ue(F[se],se,F)!==!1;);return F}function q8(F,ue){for(var se=F==null?0:F.length;se--&&ue(F[se],se,F)!==!1;);return F}function Eh(F,ue){for(var se=-1,xe=F==null?0:F.length;++se<xe;)if(!ue(F[se],se,F))return!1;return!0}function Ti(F,ue){for(var se=-1,xe=F==null?0:F.length,Ve=0,$e=[];++se<xe;){var bt=F[se];ue(bt,se,F)&&($e[Ve++]=bt)}return $e}function rl(F,ue){var se=F==null?0:F.length;return!!se&&Vr(F,ue,0)>-1}function qc(F,ue,se){for(var xe=-1,Ve=F==null?0:F.length;++xe<Ve;)if(se(ue,F[xe]))return!0;return!1}function lt(F,ue){for(var se=-1,xe=F==null?0:F.length,Ve=Array(xe);++se<xe;)Ve[se]=ue(F[se],se,F);return Ve}function Si(F,ue){for(var se=-1,xe=ue.length,Ve=F.length;++se<xe;)F[Ve+se]=ue[se];return F}function eu(F,ue,se,xe){var Ve=-1,$e=F==null?0:F.length;for(xe&&$e&&(se=F[++Ve]);++Ve<$e;)se=ue(se,F[Ve],Ve,F);return se}function eM(F,ue,se,xe){var Ve=F==null?0:F.length;for(xe&&Ve&&(se=F[--Ve]);Ve--;)se=ue(se,F[Ve],Ve,F);return se}function tu(F,ue){for(var se=-1,xe=F==null?0:F.length;++se<xe;)if(ue(F[se],se,F))return!0;return!1}var tM=nu("length");function nM(F){return F.split("")}function iM(F){return F.match(d8)||[]}function Vh(F,ue,se){var xe;return se(F,function(Ve,$e,bt){if(ue(Ve,$e,bt))return xe=$e,!1}),xe}function al(F,ue,se,xe){for(var Ve=F.length,$e=se+(xe?1:-1);xe?$e--:++$e<Ve;)if(ue(F[$e],$e,F))return $e;return-1}function Vr(F,ue,se){return ue===ue?mM(F,ue,se):al(F,Jh,se)}function rM(F,ue,se,xe){for(var Ve=se-1,$e=F.length;++Ve<$e;)if(xe(F[Ve],ue))return Ve;return-1}function Jh(F){return F!==F}function Qh(F,ue){var se=F==null?0:F.length;return se?ru(F,ue)/se:V}function nu(F){return function(ue){return ue==null?n:ue[F]}}function iu(F){return function(ue){return F==null?n:F[ue]}}function Rh(F,ue,se,xe,Ve){return Ve(F,function($e,bt,nt){se=xe?(xe=!1,$e):ue(se,$e,bt,nt)}),se}function aM(F,ue){var se=F.length;for(F.sort(ue);se--;)F[se]=F[se].value;return F}function ru(F,ue){for(var se,xe=-1,Ve=F.length;++xe<Ve;){var $e=ue(F[xe]);$e!==n&&(se=se===n?$e:se+$e)}return se}function au(F,ue){for(var se=-1,xe=Array(F);++se<F;)xe[se]=ue(se);return xe}function sM(F,ue){return lt(ue,function(se){return[se,F[se]]})}function Wh(F){return F&&F.slice(0,Zh(F)+1).replace(Zc,"")}function Kt(F){return function(ue){return F(ue)}}function su(F,ue){return lt(ue,function(se){return F[se]})}function Ja(F,ue){return F.has(ue)}function Hh(F,ue){for(var se=-1,xe=F.length;++se<xe&&Vr(ue,F[se],0)>-1;);return se}function Bh(F,ue){for(var se=F.length;se--&&Vr(ue,F[se],0)>-1;);return se}function lM(F,ue){for(var se=F.length,xe=0;se--;)F[se]===ue&&++xe;return xe}var oM=iu(Z8),cM=iu(_8);function uM(F){return"\\"+F8[F]}function dM(F,ue){return F==null?n:F[ue]}function Jr(F){return W8.test(F)}function fM(F){return H8.test(F)}function hM(F){for(var ue,se=[];!(ue=F.next()).done;)se.push(ue.value);return se}function lu(F){var ue=-1,se=Array(F.size);return F.forEach(function(xe,Ve){se[++ue]=[Ve,xe]}),se}function Gh(F,ue){return function(se){return F(ue(se))}}function Di(F,ue){for(var se=-1,xe=F.length,Ve=0,$e=[];++se<xe;){var bt=F[se];(bt===ue||bt===m)&&(F[se]=m,$e[Ve++]=se)}return $e}function sl(F){var ue=-1,se=Array(F.size);return F.forEach(function(xe){se[++ue]=xe}),se}function gM(F){var ue=-1,se=Array(F.size);return F.forEach(function(xe){se[++ue]=[xe,xe]}),se}function mM(F,ue,se){for(var xe=se-1,Ve=F.length;++xe<Ve;)if(F[xe]===ue)return xe;return-1}function pM(F,ue,se){for(var xe=se+1;xe--;)if(F[xe]===ue)return xe;return xe}function Qr(F){return Jr(F)?yM(F):tM(F)}function vn(F){return Jr(F)?CM(F):nM(F)}function Zh(F){for(var ue=F.length;ue--&&l8.test(F.charAt(ue)););return ue}var bM=iu(Y8);function yM(F){for(var ue=$c.lastIndex=0;$c.test(F);)++ue;return ue}function CM(F){return F.match($c)||[]}function MM(F){return F.match(R8)||[]}var wM=function F(ue){ue=ue==null?Nt:Rr.defaults(Nt.Object(),ue,Rr.pick(Nt,B8));var se=ue.Array,xe=ue.Date,Ve=ue.Error,$e=ue.Function,bt=ue.Math,nt=ue.Object,ou=ue.RegExp,IM=ue.String,dn=ue.TypeError,ll=se.prototype,vM=$e.prototype,Wr=nt.prototype,ol=ue["__core-js_shared__"],cl=vM.toString,et=Wr.hasOwnProperty,NM=0,_h=function(){var a=/[^.]+$/.exec(ol&&ol.keys&&ol.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}(),ul=Wr.toString,LM=cl.call(nt),kM=Nt._,xM=ou("^"+cl.call(et).replace(Gc,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),dl=Sh?ue.Buffer:n,ji=ue.Symbol,fl=ue.Uint8Array,Yh=dl?dl.allocUnsafe:n,hl=Gh(nt.getPrototypeOf,nt),Fh=nt.create,Uh=Wr.propertyIsEnumerable,gl=ll.splice,$h=ji?ji.isConcatSpreadable:n,Qa=ji?ji.iterator:n,ar=ji?ji.toStringTag:n,ml=function(){try{var a=ur(nt,"defineProperty");return a({},"",{}),a}catch{}}(),TM=ue.clearTimeout!==Nt.clearTimeout&&ue.clearTimeout,SM=xe&&xe.now!==Nt.Date.now&&xe.now,DM=ue.setTimeout!==Nt.setTimeout&&ue.setTimeout,pl=bt.ceil,bl=bt.floor,cu=nt.getOwnPropertySymbols,jM=dl?dl.isBuffer:n,Xh=ue.isFinite,zM=ll.join,PM=Gh(nt.keys,nt),yt=bt.max,Tt=bt.min,OM=xe.now,AM=ue.parseInt,Kh=bt.random,EM=ll.reverse,uu=ur(ue,"DataView"),Ra=ur(ue,"Map"),du=ur(ue,"Promise"),Hr=ur(ue,"Set"),Wa=ur(ue,"WeakMap"),Ha=ur(nt,"create"),yl=Wa&&new Wa,Br={},VM=dr(uu),JM=dr(Ra),QM=dr(du),RM=dr(Hr),WM=dr(Wa),Cl=ji?ji.prototype:n,Ba=Cl?Cl.valueOf:n,qh=Cl?Cl.toString:n;function D(a){if(ut(a)&&!Je(a)&&!(a instanceof Ye)){if(a instanceof fn)return a;if(et.call(a,"__wrapped__"))return e6(a)}return new fn(a)}var Gr=function(){function a(){}return function(s){if(!ot(s))return{};if(Fh)return Fh(s);a.prototype=s;var d=new a;return a.prototype=n,d}}();function Ml(){}function fn(a,s){this.__wrapped__=a,this.__actions__=[],this.__chain__=!!s,this.__index__=0,this.__values__=n}D.templateSettings={escape:t8,evaluate:n8,interpolate:oh,variable:"",imports:{_:D}},D.prototype=Ml.prototype,D.prototype.constructor=D,fn.prototype=Gr(Ml.prototype),fn.prototype.constructor=fn;function Ye(a){this.__wrapped__=a,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=H,this.__views__=[]}function HM(){var a=new Ye(this.__wrapped__);return a.__actions__=Zt(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=Zt(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=Zt(this.__views__),a}function BM(){if(this.__filtered__){var a=new Ye(this);a.__dir__=-1,a.__filtered__=!0}else a=this.clone(),a.__dir__*=-1;return a}function GM(){var a=this.__wrapped__.value(),s=this.__dir__,d=Je(a),C=s<0,S=d?a.length:0,z=nI(0,S,this.__views__),R=z.start,_=z.end,X=_-R,fe=C?_:R-1,he=this.__iteratees__,pe=he.length,Le=0,Te=Tt(X,this.__takeCount__);if(!d||!C&&S==X&&Te==X)return v3(a,this.__actions__);var Pe=[];e:for(;X--&&Le<Te;){fe+=s;for(var We=-1,Oe=a[fe];++We<pe;){var _e=he[We],Fe=_e.iteratee,tn=_e.type,Vt=Fe(Oe);if(tn==de)Oe=Vt;else if(!Vt){if(tn==oe)continue e;break e}}Pe[Le++]=Oe}return Pe}Ye.prototype=Gr(Ml.prototype),Ye.prototype.constructor=Ye;function sr(a){var s=-1,d=a==null?0:a.length;for(this.clear();++s<d;){var C=a[s];this.set(C[0],C[1])}}function ZM(){this.__data__=Ha?Ha(null):{},this.size=0}function _M(a){var s=this.has(a)&&delete this.__data__[a];return this.size-=s?1:0,s}function YM(a){var s=this.__data__;if(Ha){var d=s[a];return d===u?n:d}return et.call(s,a)?s[a]:n}function FM(a){var s=this.__data__;return Ha?s[a]!==n:et.call(s,a)}function UM(a,s){var d=this.__data__;return this.size+=this.has(a)?0:1,d[a]=Ha&&s===n?u:s,this}sr.prototype.clear=ZM,sr.prototype.delete=_M,sr.prototype.get=YM,sr.prototype.has=FM,sr.prototype.set=UM;function ai(a){var s=-1,d=a==null?0:a.length;for(this.clear();++s<d;){var C=a[s];this.set(C[0],C[1])}}function $M(){this.__data__=[],this.size=0}function XM(a){var s=this.__data__,d=wl(s,a);if(d<0)return!1;var C=s.length-1;return d==C?s.pop():gl.call(s,d,1),--this.size,!0}function KM(a){var s=this.__data__,d=wl(s,a);return d<0?n:s[d][1]}function qM(a){return wl(this.__data__,a)>-1}function ew(a,s){var d=this.__data__,C=wl(d,a);return C<0?(++this.size,d.push([a,s])):d[C][1]=s,this}ai.prototype.clear=$M,ai.prototype.delete=XM,ai.prototype.get=KM,ai.prototype.has=qM,ai.prototype.set=ew;function si(a){var s=-1,d=a==null?0:a.length;for(this.clear();++s<d;){var C=a[s];this.set(C[0],C[1])}}function tw(){this.size=0,this.__data__={hash:new sr,map:new(Ra||ai),string:new sr}}function nw(a){var s=Pl(this,a).delete(a);return this.size-=s?1:0,s}function iw(a){return Pl(this,a).get(a)}function rw(a){return Pl(this,a).has(a)}function aw(a,s){var d=Pl(this,a),C=d.size;return d.set(a,s),this.size+=d.size==C?0:1,this}si.prototype.clear=tw,si.prototype.delete=nw,si.prototype.get=iw,si.prototype.has=rw,si.prototype.set=aw;function lr(a){var s=-1,d=a==null?0:a.length;for(this.__data__=new si;++s<d;)this.add(a[s])}function sw(a){return this.__data__.set(a,u),this}function lw(a){return this.__data__.has(a)}lr.prototype.add=lr.prototype.push=sw,lr.prototype.has=lw;function Nn(a){var s=this.__data__=new ai(a);this.size=s.size}function ow(){this.__data__=new ai,this.size=0}function cw(a){var s=this.__data__,d=s.delete(a);return this.size=s.size,d}function uw(a){return this.__data__.get(a)}function dw(a){return this.__data__.has(a)}function fw(a,s){var d=this.__data__;if(d instanceof ai){var C=d.__data__;if(!Ra||C.length<l-1)return C.push([a,s]),this.size=++d.size,this;d=this.__data__=new si(C)}return d.set(a,s),this.size=d.size,this}Nn.prototype.clear=ow,Nn.prototype.delete=cw,Nn.prototype.get=uw,Nn.prototype.has=dw,Nn.prototype.set=fw;function e3(a,s){var d=Je(a),C=!d&&fr(a),S=!d&&!C&&Ei(a),z=!d&&!C&&!S&&Fr(a),R=d||C||S||z,_=R?au(a.length,IM):[],X=_.length;for(var fe in a)(s||et.call(a,fe))&&!(R&&(fe=="length"||S&&(fe=="offset"||fe=="parent")||z&&(fe=="buffer"||fe=="byteLength"||fe=="byteOffset")||ui(fe,X)))&&_.push(fe);return _}function t3(a){var s=a.length;return s?a[Iu(0,s-1)]:n}function hw(a,s){return Ol(Zt(a),or(s,0,a.length))}function gw(a){return Ol(Zt(a))}function fu(a,s,d){(d!==n&&!Ln(a[s],d)||d===n&&!(s in a))&&li(a,s,d)}function Ga(a,s,d){var C=a[s];(!(et.call(a,s)&&Ln(C,d))||d===n&&!(s in a))&&li(a,s,d)}function wl(a,s){for(var d=a.length;d--;)if(Ln(a[d][0],s))return d;return-1}function mw(a,s,d,C){return zi(a,function(S,z,R){s(C,S,d(S),R)}),C}function n3(a,s){return a&&Zn(s,wt(s),a)}function pw(a,s){return a&&Zn(s,Yt(s),a)}function li(a,s,d){s=="__proto__"&&ml?ml(a,s,{configurable:!0,enumerable:!0,value:d,writable:!0}):a[s]=d}function hu(a,s){for(var d=-1,C=s.length,S=se(C),z=a==null;++d<C;)S[d]=z?n:Yu(a,s[d]);return S}function or(a,s,d){return a===a&&(d!==n&&(a=a<=d?a:d),s!==n&&(a=a>=s?a:s)),a}function hn(a,s,d,C,S,z){var R,_=s&p,X=s&w,fe=s&y;if(d&&(R=S?d(a,C,S,z):d(a)),R!==n)return R;if(!ot(a))return a;var he=Je(a);if(he){if(R=rI(a),!_)return Zt(a,R)}else{var pe=St(a),Le=pe==Ie||pe==j;if(Ei(a))return k3(a,_);if(pe==U||pe==ce||Le&&!S){if(R=X||Le?{}:Z3(a),!_)return X?Yw(a,pw(R,a)):_w(a,n3(R,a))}else{if(!rt[pe])return S?a:{};R=aI(a,pe,_)}}z||(z=new Nn);var Te=z.get(a);if(Te)return Te;z.set(a,R),M6(a)?a.forEach(function(Oe){R.add(hn(Oe,s,d,Oe,a,z))}):y6(a)&&a.forEach(function(Oe,_e){R.set(_e,hn(Oe,s,d,_e,a,z))});var Pe=fe?X?Pu:zu:X?Yt:wt,We=he?n:Pe(a);return un(We||a,function(Oe,_e){We&&(_e=Oe,Oe=a[_e]),Ga(R,_e,hn(Oe,s,d,_e,a,z))}),R}function bw(a){var s=wt(a);return function(d){return i3(d,a,s)}}function i3(a,s,d){var C=d.length;if(a==null)return!C;for(a=nt(a);C--;){var S=d[C],z=s[S],R=a[S];if(R===n&&!(S in a)||!z(R))return!1}return!0}function r3(a,s,d){if(typeof a!="function")throw new dn(c);return Xa(function(){a.apply(n,d)},s)}function Za(a,s,d,C){var S=-1,z=rl,R=!0,_=a.length,X=[],fe=s.length;if(!_)return X;d&&(s=lt(s,Kt(d))),C?(z=qc,R=!1):s.length>=l&&(z=Ja,R=!1,s=new lr(s));e:for(;++S<_;){var he=a[S],pe=d==null?he:d(he);if(he=C||he!==0?he:0,R&&pe===pe){for(var Le=fe;Le--;)if(s[Le]===pe)continue e;X.push(he)}else z(s,pe,C)||X.push(he)}return X}var zi=j3(Gn),a3=j3(mu,!0);function yw(a,s){var d=!0;return zi(a,function(C,S,z){return d=!!s(C,S,z),d}),d}function Il(a,s,d){for(var C=-1,S=a.length;++C<S;){var z=a[C],R=s(z);if(R!=null&&(_===n?R===R&&!en(R):d(R,_)))var _=R,X=z}return X}function Cw(a,s,d,C){var S=a.length;for(d=Re(d),d<0&&(d=-d>S?0:S+d),C=C===n||C>S?S:Re(C),C<0&&(C+=S),C=d>C?0:I6(C);d<C;)a[d++]=s;return a}function s3(a,s){var d=[];return zi(a,function(C,S,z){s(C,S,z)&&d.push(C)}),d}function Lt(a,s,d,C,S){var z=-1,R=a.length;for(d||(d=lI),S||(S=[]);++z<R;){var _=a[z];s>0&&d(_)?s>1?Lt(_,s-1,d,C,S):Si(S,_):C||(S[S.length]=_)}return S}var gu=z3(),l3=z3(!0);function Gn(a,s){return a&&gu(a,s,wt)}function mu(a,s){return a&&l3(a,s,wt)}function vl(a,s){return Ti(s,function(d){return di(a[d])})}function cr(a,s){s=Oi(s,a);for(var d=0,C=s.length;a!=null&&d<C;)a=a[_n(s[d++])];return d&&d==C?a:n}function o3(a,s,d){var C=s(a);return Je(a)?C:Si(C,d(a))}function At(a){return a==null?a===n?tt:B:ar&&ar in nt(a)?tI(a):gI(a)}function pu(a,s){return a>s}function Mw(a,s){return a!=null&&et.call(a,s)}function ww(a,s){return a!=null&&s in nt(a)}function Iw(a,s,d){return a>=Tt(s,d)&&a<yt(s,d)}function bu(a,s,d){for(var C=d?qc:rl,S=a[0].length,z=a.length,R=z,_=se(z),X=1/0,fe=[];R--;){var he=a[R];R&&s&&(he=lt(he,Kt(s))),X=Tt(he.length,X),_[R]=!d&&(s||S>=120&&he.length>=120)?new lr(R&&he):n}he=a[0];var pe=-1,Le=_[0];e:for(;++pe<S&&fe.length<X;){var Te=he[pe],Pe=s?s(Te):Te;if(Te=d||Te!==0?Te:0,!(Le?Ja(Le,Pe):C(fe,Pe,d))){for(R=z;--R;){var We=_[R];if(!(We?Ja(We,Pe):C(a[R],Pe,d)))continue e}Le&&Le.push(Pe),fe.push(Te)}}return fe}function vw(a,s,d,C){return Gn(a,function(S,z,R){s(C,d(S),z,R)}),C}function _a(a,s,d){s=Oi(s,a),a=U3(a,s);var C=a==null?a:a[_n(mn(s))];return C==null?n:Xt(C,a,d)}function c3(a){return ut(a)&&At(a)==ce}function Nw(a){return ut(a)&&At(a)==Xe}function Lw(a){return ut(a)&&At(a)==$}function Ya(a,s,d,C,S){return a===s?!0:a==null||s==null||!ut(a)&&!ut(s)?a!==a&&s!==s:kw(a,s,d,C,Ya,S)}function kw(a,s,d,C,S,z){var R=Je(a),_=Je(s),X=R?ye:St(a),fe=_?ye:St(s);X=X==ce?U:X,fe=fe==ce?U:fe;var he=X==U,pe=fe==U,Le=X==fe;if(Le&&Ei(a)){if(!Ei(s))return!1;R=!0,he=!1}if(Le&&!he)return z||(z=new Nn),R||Fr(a)?H3(a,s,d,C,S,z):qw(a,s,X,d,C,S,z);if(!(d&M)){var Te=he&&et.call(a,"__wrapped__"),Pe=pe&&et.call(s,"__wrapped__");if(Te||Pe){var We=Te?a.value():a,Oe=Pe?s.value():s;return z||(z=new Nn),S(We,Oe,d,C,z)}}return Le?(z||(z=new Nn),eI(a,s,d,C,S,z)):!1}function xw(a){return ut(a)&&St(a)==W}function yu(a,s,d,C){var S=d.length,z=S,R=!C;if(a==null)return!z;for(a=nt(a);S--;){var _=d[S];if(R&&_[2]?_[1]!==a[_[0]]:!(_[0]in a))return!1}for(;++S<z;){_=d[S];var X=_[0],fe=a[X],he=_[1];if(R&&_[2]){if(fe===n&&!(X in a))return!1}else{var pe=new Nn;if(C)var Le=C(fe,he,X,a,s,pe);if(!(Le===n?Ya(he,fe,M|L,C,pe):Le))return!1}}return!0}function u3(a){if(!ot(a)||cI(a))return!1;var s=di(a)?xM:b8;return s.test(dr(a))}function Tw(a){return ut(a)&&At(a)==ve}function Sw(a){return ut(a)&&St(a)==ke}function Dw(a){return ut(a)&&Rl(a.length)&&!!st[At(a)]}function d3(a){return typeof a=="function"?a:a==null?Ft:typeof a=="object"?Je(a)?g3(a[0],a[1]):h3(a):P6(a)}function Cu(a){if(!$a(a))return PM(a);var s=[];for(var d in nt(a))et.call(a,d)&&d!="constructor"&&s.push(d);return s}function jw(a){if(!ot(a))return hI(a);var s=$a(a),d=[];for(var C in a)C=="constructor"&&(s||!et.call(a,C))||d.push(C);return d}function Mu(a,s){return a<s}function f3(a,s){var d=-1,C=_t(a)?se(a.length):[];return zi(a,function(S,z,R){C[++d]=s(S,z,R)}),C}function h3(a){var s=Au(a);return s.length==1&&s[0][2]?Y3(s[0][0],s[0][1]):function(d){return d===a||yu(d,a,s)}}function g3(a,s){return Vu(a)&&_3(s)?Y3(_n(a),s):function(d){var C=Yu(d,a);return C===n&&C===s?Fu(d,a):Ya(s,C,M|L)}}function Nl(a,s,d,C,S){a!==s&&gu(s,function(z,R){if(S||(S=new Nn),ot(z))zw(a,s,R,d,Nl,C,S);else{var _=C?C(Qu(a,R),z,R+"",a,s,S):n;_===n&&(_=z),fu(a,R,_)}},Yt)}function zw(a,s,d,C,S,z,R){var _=Qu(a,d),X=Qu(s,d),fe=R.get(X);if(fe){fu(a,d,fe);return}var he=z?z(_,X,d+"",a,s,R):n,pe=he===n;if(pe){var Le=Je(X),Te=!Le&&Ei(X),Pe=!Le&&!Te&&Fr(X);he=X,Le||Te||Pe?Je(_)?he=_:ft(_)?he=Zt(_):Te?(pe=!1,he=k3(X,!0)):Pe?(pe=!1,he=x3(X,!0)):he=[]:Ka(X)||fr(X)?(he=_,fr(_)?he=v6(_):(!ot(_)||di(_))&&(he=Z3(X))):pe=!1}pe&&(R.set(X,he),S(he,X,C,z,R),R.delete(X)),fu(a,d,he)}function m3(a,s){var d=a.length;if(!!d)return s+=s<0?d:0,ui(s,d)?a[s]:n}function p3(a,s,d){s.length?s=lt(s,function(z){return Je(z)?function(R){return cr(R,z.length===1?z[0]:z)}:z}):s=[Ft];var C=-1;s=lt(s,Kt(ze()));var S=f3(a,function(z,R,_){var X=lt(s,function(fe){return fe(z)});return{criteria:X,index:++C,value:z}});return aM(S,function(z,R){return Zw(z,R,d)})}function Pw(a,s){return b3(a,s,function(d,C){return Fu(a,C)})}function b3(a,s,d){for(var C=-1,S=s.length,z={};++C<S;){var R=s[C],_=cr(a,R);d(_,R)&&Fa(z,Oi(R,a),_)}return z}function Ow(a){return function(s){return cr(s,a)}}function wu(a,s,d,C){var S=C?rM:Vr,z=-1,R=s.length,_=a;for(a===s&&(s=Zt(s)),d&&(_=lt(a,Kt(d)));++z<R;)for(var X=0,fe=s[z],he=d?d(fe):fe;(X=S(_,he,X,C))>-1;)_!==a&&gl.call(_,X,1),gl.call(a,X,1);return a}function y3(a,s){for(var d=a?s.length:0,C=d-1;d--;){var S=s[d];if(d==C||S!==z){var z=S;ui(S)?gl.call(a,S,1):Lu(a,S)}}return a}function Iu(a,s){return a+bl(Kh()*(s-a+1))}function Aw(a,s,d,C){for(var S=-1,z=yt(pl((s-a)/(d||1)),0),R=se(z);z--;)R[C?z:++S]=a,a+=d;return R}function vu(a,s){var d="";if(!a||s<1||s>re)return d;do s%2&&(d+=a),s=bl(s/2),s&&(a+=a);while(s);return d}function He(a,s){return Ru(F3(a,s,Ft),a+"")}function Ew(a){return t3(Ur(a))}function Vw(a,s){var d=Ur(a);return Ol(d,or(s,0,d.length))}function Fa(a,s,d,C){if(!ot(a))return a;s=Oi(s,a);for(var S=-1,z=s.length,R=z-1,_=a;_!=null&&++S<z;){var X=_n(s[S]),fe=d;if(X==="__proto__"||X==="constructor"||X==="prototype")return a;if(S!=R){var he=_[X];fe=C?C(he,X,_):n,fe===n&&(fe=ot(he)?he:ui(s[S+1])?[]:{})}Ga(_,X,fe),_=_[X]}return a}var C3=yl?function(a,s){return yl.set(a,s),a}:Ft,Jw=ml?function(a,s){return ml(a,"toString",{configurable:!0,enumerable:!1,value:$u(s),writable:!0})}:Ft;function Qw(a){return Ol(Ur(a))}function gn(a,s,d){var C=-1,S=a.length;s<0&&(s=-s>S?0:S+s),d=d>S?S:d,d<0&&(d+=S),S=s>d?0:d-s>>>0,s>>>=0;for(var z=se(S);++C<S;)z[C]=a[C+s];return z}function Rw(a,s){var d;return zi(a,function(C,S,z){return d=s(C,S,z),!d}),!!d}function Ll(a,s,d){var C=0,S=a==null?C:a.length;if(typeof s=="number"&&s===s&&S<=ee){for(;C<S;){var z=C+S>>>1,R=a[z];R!==null&&!en(R)&&(d?R<=s:R<s)?C=z+1:S=z}return S}return Nu(a,s,Ft,d)}function Nu(a,s,d,C){var S=0,z=a==null?0:a.length;if(z===0)return 0;s=d(s);for(var R=s!==s,_=s===null,X=en(s),fe=s===n;S<z;){var he=bl((S+z)/2),pe=d(a[he]),Le=pe!==n,Te=pe===null,Pe=pe===pe,We=en(pe);if(R)var Oe=C||Pe;else fe?Oe=Pe&&(C||Le):_?Oe=Pe&&Le&&(C||!Te):X?Oe=Pe&&Le&&!Te&&(C||!We):Te||We?Oe=!1:Oe=C?pe<=s:pe<s;Oe?S=he+1:z=he}return Tt(z,te)}function M3(a,s){for(var d=-1,C=a.length,S=0,z=[];++d<C;){var R=a[d],_=s?s(R):R;if(!d||!Ln(_,X)){var X=_;z[S++]=R===0?0:R}}return z}function w3(a){return typeof a=="number"?a:en(a)?V:+a}function qt(a){if(typeof a=="string")return a;if(Je(a))return lt(a,qt)+"";if(en(a))return qh?qh.call(a):"";var s=a+"";return s=="0"&&1/a==-Ce?"-0":s}function Pi(a,s,d){var C=-1,S=rl,z=a.length,R=!0,_=[],X=_;if(d)R=!1,S=qc;else if(z>=l){var fe=s?null:Xw(a);if(fe)return sl(fe);R=!1,S=Ja,X=new lr}else X=s?[]:_;e:for(;++C<z;){var he=a[C],pe=s?s(he):he;if(he=d||he!==0?he:0,R&&pe===pe){for(var Le=X.length;Le--;)if(X[Le]===pe)continue e;s&&X.push(pe),_.push(he)}else S(X,pe,d)||(X!==_&&X.push(pe),_.push(he))}return _}function Lu(a,s){return s=Oi(s,a),a=U3(a,s),a==null||delete a[_n(mn(s))]}function I3(a,s,d,C){return Fa(a,s,d(cr(a,s)),C)}function kl(a,s,d,C){for(var S=a.length,z=C?S:-1;(C?z--:++z<S)&&s(a[z],z,a););return d?gn(a,C?0:z,C?z+1:S):gn(a,C?z+1:0,C?S:z)}function v3(a,s){var d=a;return d instanceof Ye&&(d=d.value()),eu(s,function(C,S){return S.func.apply(S.thisArg,Si([C],S.args))},d)}function ku(a,s,d){var C=a.length;if(C<2)return C?Pi(a[0]):[];for(var S=-1,z=se(C);++S<C;)for(var R=a[S],_=-1;++_<C;)_!=S&&(z[S]=Za(z[S]||R,a[_],s,d));return Pi(Lt(z,1),s,d)}function N3(a,s,d){for(var C=-1,S=a.length,z=s.length,R={};++C<S;){var _=C<z?s[C]:n;d(R,a[C],_)}return R}function xu(a){return ft(a)?a:[]}function Tu(a){return typeof a=="function"?a:Ft}function Oi(a,s){return Je(a)?a:Vu(a,s)?[a]:q3(Ke(a))}var Ww=He;function Ai(a,s,d){var C=a.length;return d=d===n?C:d,!s&&d>=C?a:gn(a,s,d)}var L3=TM||function(a){return Nt.clearTimeout(a)};function k3(a,s){if(s)return a.slice();var d=a.length,C=Yh?Yh(d):new a.constructor(d);return a.copy(C),C}function Su(a){var s=new a.constructor(a.byteLength);return new fl(s).set(new fl(a)),s}function Hw(a,s){var d=s?Su(a.buffer):a.buffer;return new a.constructor(d,a.byteOffset,a.byteLength)}function Bw(a){var s=new a.constructor(a.source,ch.exec(a));return s.lastIndex=a.lastIndex,s}function Gw(a){return Ba?nt(Ba.call(a)):{}}function x3(a,s){var d=s?Su(a.buffer):a.buffer;return new a.constructor(d,a.byteOffset,a.length)}function T3(a,s){if(a!==s){var d=a!==n,C=a===null,S=a===a,z=en(a),R=s!==n,_=s===null,X=s===s,fe=en(s);if(!_&&!fe&&!z&&a>s||z&&R&&X&&!_&&!fe||C&&R&&X||!d&&X||!S)return 1;if(!C&&!z&&!fe&&a<s||fe&&d&&S&&!C&&!z||_&&d&&S||!R&&S||!X)return-1}return 0}function Zw(a,s,d){for(var C=-1,S=a.criteria,z=s.criteria,R=S.length,_=d.length;++C<R;){var X=T3(S[C],z[C]);if(X){if(C>=_)return X;var fe=d[C];return X*(fe=="desc"?-1:1)}}return a.index-s.index}function S3(a,s,d,C){for(var S=-1,z=a.length,R=d.length,_=-1,X=s.length,fe=yt(z-R,0),he=se(X+fe),pe=!C;++_<X;)he[_]=s[_];for(;++S<R;)(pe||S<z)&&(he[d[S]]=a[S]);for(;fe--;)he[_++]=a[S++];return he}function D3(a,s,d,C){for(var S=-1,z=a.length,R=-1,_=d.length,X=-1,fe=s.length,he=yt(z-_,0),pe=se(he+fe),Le=!C;++S<he;)pe[S]=a[S];for(var Te=S;++X<fe;)pe[Te+X]=s[X];for(;++R<_;)(Le||S<z)&&(pe[Te+d[R]]=a[S++]);return pe}function Zt(a,s){var d=-1,C=a.length;for(s||(s=se(C));++d<C;)s[d]=a[d];return s}function Zn(a,s,d,C){var S=!d;d||(d={});for(var z=-1,R=s.length;++z<R;){var _=s[z],X=C?C(d[_],a[_],_,d,a):n;X===n&&(X=a[_]),S?li(d,_,X):Ga(d,_,X)}return d}function _w(a,s){return Zn(a,Eu(a),s)}function Yw(a,s){return Zn(a,B3(a),s)}function xl(a,s){return function(d,C){var S=Je(d)?K8:mw,z=s?s():{};return S(d,a,ze(C,2),z)}}function Zr(a){return He(function(s,d){var C=-1,S=d.length,z=S>1?d[S-1]:n,R=S>2?d[2]:n;for(z=a.length>3&&typeof z=="function"?(S--,z):n,R&&Et(d[0],d[1],R)&&(z=S<3?n:z,S=1),s=nt(s);++C<S;){var _=d[C];_&&a(s,_,C,z)}return s})}function j3(a,s){return function(d,C){if(d==null)return d;if(!_t(d))return a(d,C);for(var S=d.length,z=s?S:-1,R=nt(d);(s?z--:++z<S)&&C(R[z],z,R)!==!1;);return d}}function z3(a){return function(s,d,C){for(var S=-1,z=nt(s),R=C(s),_=R.length;_--;){var X=R[a?_:++S];if(d(z[X],X,z)===!1)break}return s}}function Fw(a,s,d){var C=s&T,S=Ua(a);function z(){var R=this&&this!==Nt&&this instanceof z?S:a;return R.apply(C?d:this,arguments)}return z}function P3(a){return function(s){s=Ke(s);var d=Jr(s)?vn(s):n,C=d?d[0]:s.charAt(0),S=d?Ai(d,1).join(""):s.slice(1);return C[a]()+S}}function _r(a){return function(s){return eu(j6(D6(s).replace(J8,"")),a,"")}}function Ua(a){return function(){var s=arguments;switch(s.length){case 0:return new a;case 1:return new a(s[0]);case 2:return new a(s[0],s[1]);case 3:return new a(s[0],s[1],s[2]);case 4:return new a(s[0],s[1],s[2],s[3]);case 5:return new a(s[0],s[1],s[2],s[3],s[4]);case 6:return new a(s[0],s[1],s[2],s[3],s[4],s[5]);case 7:return new a(s[0],s[1],s[2],s[3],s[4],s[5],s[6])}var d=Gr(a.prototype),C=a.apply(d,s);return ot(C)?C:d}}function Uw(a,s,d){var C=Ua(a);function S(){for(var z=arguments.length,R=se(z),_=z,X=Yr(S);_--;)R[_]=arguments[_];var fe=z<3&&R[0]!==X&&R[z-1]!==X?[]:Di(R,X);if(z-=fe.length,z<d)return J3(a,s,Tl,S.placeholder,n,R,fe,n,n,d-z);var he=this&&this!==Nt&&this instanceof S?C:a;return Xt(he,this,R)}return S}function O3(a){return function(s,d,C){var S=nt(s);if(!_t(s)){var z=ze(d,3);s=wt(s),d=function(_){return z(S[_],_,S)}}var R=a(s,d,C);return R>-1?S[z?s[R]:R]:n}}function A3(a){return ci(function(s){var d=s.length,C=d,S=fn.prototype.thru;for(a&&s.reverse();C--;){var z=s[C];if(typeof z!="function")throw new dn(c);if(S&&!R&&zl(z)=="wrapper")var R=new fn([],!0)}for(C=R?C:d;++C<d;){z=s[C];var _=zl(z),X=_=="wrapper"?Ou(z):n;X&&Ju(X[0])&&X[1]==(J|b|x|O)&&!X[4].length&&X[9]==1?R=R[zl(X[0])].apply(R,X[3]):R=z.length==1&&Ju(z)?R[_]():R.thru(z)}return function(){var fe=arguments,he=fe[0];if(R&&fe.length==1&&Je(he))return R.plant(he).value();for(var pe=0,Le=d?s[pe].apply(this,fe):he;++pe<d;)Le=s[pe].call(this,Le);return Le}})}function Tl(a,s,d,C,S,z,R,_,X,fe){var he=s&J,pe=s&T,Le=s&N,Te=s&(b|I),Pe=s&A,We=Le?n:Ua(a);function Oe(){for(var _e=arguments.length,Fe=se(_e),tn=_e;tn--;)Fe[tn]=arguments[tn];if(Te)var Vt=Yr(Oe),nn=lM(Fe,Vt);if(C&&(Fe=S3(Fe,C,S,Te)),z&&(Fe=D3(Fe,z,R,Te)),_e-=nn,Te&&_e<fe){var ht=Di(Fe,Vt);return J3(a,s,Tl,Oe.placeholder,d,Fe,ht,_,X,fe-_e)}var kn=pe?d:this,hi=Le?kn[a]:a;return _e=Fe.length,_?Fe=mI(Fe,_):Pe&&_e>1&&Fe.reverse(),he&&X<_e&&(Fe.length=X),this&&this!==Nt&&this instanceof Oe&&(hi=We||Ua(hi)),hi.apply(kn,Fe)}return Oe}function E3(a,s){return function(d,C){return vw(d,a,s(C),{})}}function Sl(a,s){return function(d,C){var S;if(d===n&&C===n)return s;if(d!==n&&(S=d),C!==n){if(S===n)return C;typeof d=="string"||typeof C=="string"?(d=qt(d),C=qt(C)):(d=w3(d),C=w3(C)),S=a(d,C)}return S}}function Du(a){return ci(function(s){return s=lt(s,Kt(ze())),He(function(d){var C=this;return a(s,function(S){return Xt(S,C,d)})})})}function Dl(a,s){s=s===n?" ":qt(s);var d=s.length;if(d<2)return d?vu(s,a):s;var C=vu(s,pl(a/Qr(s)));return Jr(s)?Ai(vn(C),0,a).join(""):C.slice(0,a)}function $w(a,s,d,C){var S=s&T,z=Ua(a);function R(){for(var _=-1,X=arguments.length,fe=-1,he=C.length,pe=se(he+X),Le=this&&this!==Nt&&this instanceof R?z:a;++fe<he;)pe[fe]=C[fe];for(;X--;)pe[fe++]=arguments[++_];return Xt(Le,S?d:this,pe)}return R}function V3(a){return function(s,d,C){return C&&typeof C!="number"&&Et(s,d,C)&&(d=C=n),s=fi(s),d===n?(d=s,s=0):d=fi(d),C=C===n?s<d?1:-1:fi(C),Aw(s,d,C,a)}}function jl(a){return function(s,d){return typeof s=="string"&&typeof d=="string"||(s=pn(s),d=pn(d)),a(s,d)}}function J3(a,s,d,C,S,z,R,_,X,fe){var he=s&b,pe=he?R:n,Le=he?n:R,Te=he?z:n,Pe=he?n:z;s|=he?x:k,s&=~(he?k:x),s&v||(s&=~(T|N));var We=[a,s,S,Te,pe,Pe,Le,_,X,fe],Oe=d.apply(n,We);return Ju(a)&&$3(Oe,We),Oe.placeholder=C,X3(Oe,a,s)}function ju(a){var s=bt[a];return function(d,C){if(d=pn(d),C=C==null?0:Tt(Re(C),292),C&&Xh(d)){var S=(Ke(d)+"e").split("e"),z=s(S[0]+"e"+(+S[1]+C));return S=(Ke(z)+"e").split("e"),+(S[0]+"e"+(+S[1]-C))}return s(d)}}var Xw=Hr&&1/sl(new Hr([,-0]))[1]==Ce?function(a){return new Hr(a)}:qu;function Q3(a){return function(s){var d=St(s);return d==W?lu(s):d==ke?gM(s):sM(s,a(s))}}function oi(a,s,d,C,S,z,R,_){var X=s&N;if(!X&&typeof a!="function")throw new dn(c);var fe=C?C.length:0;if(fe||(s&=~(x|k),C=S=n),R=R===n?R:yt(Re(R),0),_=_===n?_:Re(_),fe-=S?S.length:0,s&k){var he=C,pe=S;C=S=n}var Le=X?n:Ou(a),Te=[a,s,d,C,S,he,pe,z,R,_];if(Le&&fI(Te,Le),a=Te[0],s=Te[1],d=Te[2],C=Te[3],S=Te[4],_=Te[9]=Te[9]===n?X?0:a.length:yt(Te[9]-fe,0),!_&&s&(b|I)&&(s&=~(b|I)),!s||s==T)var Pe=Fw(a,s,d);else s==b||s==I?Pe=Uw(a,s,_):(s==x||s==(T|x))&&!S.length?Pe=$w(a,s,d,C):Pe=Tl.apply(n,Te);var We=Le?C3:$3;return X3(We(Pe,Te),a,s)}function R3(a,s,d,C){return a===n||Ln(a,Wr[d])&&!et.call(C,d)?s:a}function W3(a,s,d,C,S,z){return ot(a)&&ot(s)&&(z.set(s,a),Nl(a,s,n,W3,z),z.delete(s)),a}function Kw(a){return Ka(a)?n:a}function H3(a,s,d,C,S,z){var R=d&M,_=a.length,X=s.length;if(_!=X&&!(R&&X>_))return!1;var fe=z.get(a),he=z.get(s);if(fe&&he)return fe==s&&he==a;var pe=-1,Le=!0,Te=d&L?new lr:n;for(z.set(a,s),z.set(s,a);++pe<_;){var Pe=a[pe],We=s[pe];if(C)var Oe=R?C(We,Pe,pe,s,a,z):C(Pe,We,pe,a,s,z);if(Oe!==n){if(Oe)continue;Le=!1;break}if(Te){if(!tu(s,function(_e,Fe){if(!Ja(Te,Fe)&&(Pe===_e||S(Pe,_e,d,C,z)))return Te.push(Fe)})){Le=!1;break}}else if(!(Pe===We||S(Pe,We,d,C,z))){Le=!1;break}}return z.delete(a),z.delete(s),Le}function qw(a,s,d,C,S,z,R){switch(d){case Ue:if(a.byteLength!=s.byteLength||a.byteOffset!=s.byteOffset)return!1;a=a.buffer,s=s.buffer;case Xe:return!(a.byteLength!=s.byteLength||!z(new fl(a),new fl(s)));case be:case $:case Q:return Ln(+a,+s);case ne:return a.name==s.name&&a.message==s.message;case ve:case je:return a==s+"";case W:var _=lu;case ke:var X=C&M;if(_||(_=sl),a.size!=s.size&&!X)return!1;var fe=R.get(a);if(fe)return fe==s;C|=L,R.set(a,s);var he=H3(_(a),_(s),C,S,z,R);return R.delete(a),he;case it:if(Ba)return Ba.call(a)==Ba.call(s)}return!1}function eI(a,s,d,C,S,z){var R=d&M,_=zu(a),X=_.length,fe=zu(s),he=fe.length;if(X!=he&&!R)return!1;for(var pe=X;pe--;){var Le=_[pe];if(!(R?Le in s:et.call(s,Le)))return!1}var Te=z.get(a),Pe=z.get(s);if(Te&&Pe)return Te==s&&Pe==a;var We=!0;z.set(a,s),z.set(s,a);for(var Oe=R;++pe<X;){Le=_[pe];var _e=a[Le],Fe=s[Le];if(C)var tn=R?C(Fe,_e,Le,s,a,z):C(_e,Fe,Le,a,s,z);if(!(tn===n?_e===Fe||S(_e,Fe,d,C,z):tn)){We=!1;break}Oe||(Oe=Le=="constructor")}if(We&&!Oe){var Vt=a.constructor,nn=s.constructor;Vt!=nn&&"constructor"in a&&"constructor"in s&&!(typeof Vt=="function"&&Vt instanceof Vt&&typeof nn=="function"&&nn instanceof nn)&&(We=!1)}return z.delete(a),z.delete(s),We}function ci(a){return Ru(F3(a,n,i6),a+"")}function zu(a){return o3(a,wt,Eu)}function Pu(a){return o3(a,Yt,B3)}var Ou=yl?function(a){return yl.get(a)}:qu;function zl(a){for(var s=a.name+"",d=Br[s],C=et.call(Br,s)?d.length:0;C--;){var S=d[C],z=S.func;if(z==null||z==a)return S.name}return s}function Yr(a){var s=et.call(D,"placeholder")?D:a;return s.placeholder}function ze(){var a=D.iteratee||Xu;return a=a===Xu?d3:a,arguments.length?a(arguments[0],arguments[1]):a}function Pl(a,s){var d=a.__data__;return oI(s)?d[typeof s=="string"?"string":"hash"]:d.map}function Au(a){for(var s=wt(a),d=s.length;d--;){var C=s[d],S=a[C];s[d]=[C,S,_3(S)]}return s}function ur(a,s){var d=dM(a,s);return u3(d)?d:n}function tI(a){var s=et.call(a,ar),d=a[ar];try{a[ar]=n;var C=!0}catch{}var S=ul.call(a);return C&&(s?a[ar]=d:delete a[ar]),S}var Eu=cu?function(a){return a==null?[]:(a=nt(a),Ti(cu(a),function(s){return Uh.call(a,s)}))}:ed,B3=cu?function(a){for(var s=[];a;)Si(s,Eu(a)),a=hl(a);return s}:ed,St=At;(uu&&St(new uu(new ArrayBuffer(1)))!=Ue||Ra&&St(new Ra)!=W||du&&St(du.resolve())!=ae||Hr&&St(new Hr)!=ke||Wa&&St(new Wa)!=at)&&(St=function(a){var s=At(a),d=s==U?a.constructor:n,C=d?dr(d):"";if(C)switch(C){case VM:return Ue;case JM:return W;case QM:return ae;case RM:return ke;case WM:return at}return s});function nI(a,s,d){for(var C=-1,S=d.length;++C<S;){var z=d[C],R=z.size;switch(z.type){case"drop":a+=R;break;case"dropRight":s-=R;break;case"take":s=Tt(s,a+R);break;case"takeRight":a=yt(a,s-R);break}}return{start:a,end:s}}function iI(a){var s=a.match(c8);return s?s[1].split(u8):[]}function G3(a,s,d){s=Oi(s,a);for(var C=-1,S=s.length,z=!1;++C<S;){var R=_n(s[C]);if(!(z=a!=null&&d(a,R)))break;a=a[R]}return z||++C!=S?z:(S=a==null?0:a.length,!!S&&Rl(S)&&ui(R,S)&&(Je(a)||fr(a)))}function rI(a){var s=a.length,d=new a.constructor(s);return s&&typeof a[0]=="string"&&et.call(a,"index")&&(d.index=a.index,d.input=a.input),d}function Z3(a){return typeof a.constructor=="function"&&!$a(a)?Gr(hl(a)):{}}function aI(a,s,d){var C=a.constructor;switch(s){case Xe:return Su(a);case be:case $:return new C(+a);case Ue:return Hw(a,d);case $t:case vt:case Aa:case Ea:case Or:case Ar:case ir:case Va:case Ne:return x3(a,d);case W:return new C;case Q:case je:return new C(a);case ve:return Bw(a);case ke:return new C;case it:return Gw(a)}}function sI(a,s){var d=s.length;if(!d)return a;var C=d-1;return s[C]=(d>1?"& ":"")+s[C],s=s.join(d>2?", ":" "),a.replace(o8,`{
|
9
|
+
/* [wrapped with `+s+`] */
|
10
|
+
`)}function lI(a){return Je(a)||fr(a)||!!($h&&a&&a[$h])}function ui(a,s){var d=typeof a;return s=s==null?re:s,!!s&&(d=="number"||d!="symbol"&&C8.test(a))&&a>-1&&a%1==0&&a<s}function Et(a,s,d){if(!ot(d))return!1;var C=typeof s;return(C=="number"?_t(d)&&ui(s,d.length):C=="string"&&s in d)?Ln(d[s],a):!1}function Vu(a,s){if(Je(a))return!1;var d=typeof a;return d=="number"||d=="symbol"||d=="boolean"||a==null||en(a)?!0:r8.test(a)||!i8.test(a)||s!=null&&a in nt(s)}function oI(a){var s=typeof a;return s=="string"||s=="number"||s=="symbol"||s=="boolean"?a!=="__proto__":a===null}function Ju(a){var s=zl(a),d=D[s];if(typeof d!="function"||!(s in Ye.prototype))return!1;if(a===d)return!0;var C=Ou(d);return!!C&&a===C[0]}function cI(a){return!!_h&&_h in a}var uI=ol?di:td;function $a(a){var s=a&&a.constructor,d=typeof s=="function"&&s.prototype||Wr;return a===d}function _3(a){return a===a&&!ot(a)}function Y3(a,s){return function(d){return d==null?!1:d[a]===s&&(s!==n||a in nt(d))}}function dI(a){var s=Jl(a,function(C){return d.size===h&&d.clear(),C}),d=s.cache;return s}function fI(a,s){var d=a[1],C=s[1],S=d|C,z=S<(T|N|J),R=C==J&&d==b||C==J&&d==O&&a[7].length<=s[8]||C==(J|O)&&s[7].length<=s[8]&&d==b;if(!(z||R))return a;C&T&&(a[2]=s[2],S|=d&T?0:v);var _=s[3];if(_){var X=a[3];a[3]=X?S3(X,_,s[4]):_,a[4]=X?Di(a[3],m):s[4]}return _=s[5],_&&(X=a[5],a[5]=X?D3(X,_,s[6]):_,a[6]=X?Di(a[5],m):s[6]),_=s[7],_&&(a[7]=_),C&J&&(a[8]=a[8]==null?s[8]:Tt(a[8],s[8])),a[9]==null&&(a[9]=s[9]),a[0]=s[0],a[1]=S,a}function hI(a){var s=[];if(a!=null)for(var d in nt(a))s.push(d);return s}function gI(a){return ul.call(a)}function F3(a,s,d){return s=yt(s===n?a.length-1:s,0),function(){for(var C=arguments,S=-1,z=yt(C.length-s,0),R=se(z);++S<z;)R[S]=C[s+S];S=-1;for(var _=se(s+1);++S<s;)_[S]=C[S];return _[s]=d(R),Xt(a,this,_)}}function U3(a,s){return s.length<2?a:cr(a,gn(s,0,-1))}function mI(a,s){for(var d=a.length,C=Tt(s.length,d),S=Zt(a);C--;){var z=s[C];a[C]=ui(z,d)?S[z]:n}return a}function Qu(a,s){if(!(s==="constructor"&&typeof a[s]=="function")&&s!="__proto__")return a[s]}var $3=K3(C3),Xa=DM||function(a,s){return Nt.setTimeout(a,s)},Ru=K3(Jw);function X3(a,s,d){var C=s+"";return Ru(a,sI(C,pI(iI(C),d)))}function K3(a){var s=0,d=0;return function(){var C=OM(),S=G-(C-d);if(d=C,S>0){if(++s>=K)return arguments[0]}else s=0;return a.apply(n,arguments)}}function Ol(a,s){var d=-1,C=a.length,S=C-1;for(s=s===n?C:s;++d<s;){var z=Iu(d,S),R=a[z];a[z]=a[d],a[d]=R}return a.length=s,a}var q3=dI(function(a){var s=[];return a.charCodeAt(0)===46&&s.push(""),a.replace(a8,function(d,C,S,z){s.push(S?z.replace(h8,"$1"):C||d)}),s});function _n(a){if(typeof a=="string"||en(a))return a;var s=a+"";return s=="0"&&1/a==-Ce?"-0":s}function dr(a){if(a!=null){try{return cl.call(a)}catch{}try{return a+""}catch{}}return""}function pI(a,s){return un(ge,function(d){var C="_."+d[0];s&d[1]&&!rl(a,C)&&a.push(C)}),a.sort()}function e6(a){if(a instanceof Ye)return a.clone();var s=new fn(a.__wrapped__,a.__chain__);return s.__actions__=Zt(a.__actions__),s.__index__=a.__index__,s.__values__=a.__values__,s}function bI(a,s,d){(d?Et(a,s,d):s===n)?s=1:s=yt(Re(s),0);var C=a==null?0:a.length;if(!C||s<1)return[];for(var S=0,z=0,R=se(pl(C/s));S<C;)R[z++]=gn(a,S,S+=s);return R}function yI(a){for(var s=-1,d=a==null?0:a.length,C=0,S=[];++s<d;){var z=a[s];z&&(S[C++]=z)}return S}function CI(){var a=arguments.length;if(!a)return[];for(var s=se(a-1),d=arguments[0],C=a;C--;)s[C-1]=arguments[C];return Si(Je(d)?Zt(d):[d],Lt(s,1))}var MI=He(function(a,s){return ft(a)?Za(a,Lt(s,1,ft,!0)):[]}),wI=He(function(a,s){var d=mn(s);return ft(d)&&(d=n),ft(a)?Za(a,Lt(s,1,ft,!0),ze(d,2)):[]}),II=He(function(a,s){var d=mn(s);return ft(d)&&(d=n),ft(a)?Za(a,Lt(s,1,ft,!0),n,d):[]});function vI(a,s,d){var C=a==null?0:a.length;return C?(s=d||s===n?1:Re(s),gn(a,s<0?0:s,C)):[]}function NI(a,s,d){var C=a==null?0:a.length;return C?(s=d||s===n?1:Re(s),s=C-s,gn(a,0,s<0?0:s)):[]}function LI(a,s){return a&&a.length?kl(a,ze(s,3),!0,!0):[]}function kI(a,s){return a&&a.length?kl(a,ze(s,3),!0):[]}function xI(a,s,d,C){var S=a==null?0:a.length;return S?(d&&typeof d!="number"&&Et(a,s,d)&&(d=0,C=S),Cw(a,s,d,C)):[]}function t6(a,s,d){var C=a==null?0:a.length;if(!C)return-1;var S=d==null?0:Re(d);return S<0&&(S=yt(C+S,0)),al(a,ze(s,3),S)}function n6(a,s,d){var C=a==null?0:a.length;if(!C)return-1;var S=C-1;return d!==n&&(S=Re(d),S=d<0?yt(C+S,0):Tt(S,C-1)),al(a,ze(s,3),S,!0)}function i6(a){var s=a==null?0:a.length;return s?Lt(a,1):[]}function TI(a){var s=a==null?0:a.length;return s?Lt(a,Ce):[]}function SI(a,s){var d=a==null?0:a.length;return d?(s=s===n?1:Re(s),Lt(a,s)):[]}function DI(a){for(var s=-1,d=a==null?0:a.length,C={};++s<d;){var S=a[s];C[S[0]]=S[1]}return C}function r6(a){return a&&a.length?a[0]:n}function jI(a,s,d){var C=a==null?0:a.length;if(!C)return-1;var S=d==null?0:Re(d);return S<0&&(S=yt(C+S,0)),Vr(a,s,S)}function zI(a){var s=a==null?0:a.length;return s?gn(a,0,-1):[]}var PI=He(function(a){var s=lt(a,xu);return s.length&&s[0]===a[0]?bu(s):[]}),OI=He(function(a){var s=mn(a),d=lt(a,xu);return s===mn(d)?s=n:d.pop(),d.length&&d[0]===a[0]?bu(d,ze(s,2)):[]}),AI=He(function(a){var s=mn(a),d=lt(a,xu);return s=typeof s=="function"?s:n,s&&d.pop(),d.length&&d[0]===a[0]?bu(d,n,s):[]});function EI(a,s){return a==null?"":zM.call(a,s)}function mn(a){var s=a==null?0:a.length;return s?a[s-1]:n}function VI(a,s,d){var C=a==null?0:a.length;if(!C)return-1;var S=C;return d!==n&&(S=Re(d),S=S<0?yt(C+S,0):Tt(S,C-1)),s===s?pM(a,s,S):al(a,Jh,S,!0)}function JI(a,s){return a&&a.length?m3(a,Re(s)):n}var QI=He(a6);function a6(a,s){return a&&a.length&&s&&s.length?wu(a,s):a}function RI(a,s,d){return a&&a.length&&s&&s.length?wu(a,s,ze(d,2)):a}function WI(a,s,d){return a&&a.length&&s&&s.length?wu(a,s,n,d):a}var HI=ci(function(a,s){var d=a==null?0:a.length,C=hu(a,s);return y3(a,lt(s,function(S){return ui(S,d)?+S:S}).sort(T3)),C});function BI(a,s){var d=[];if(!(a&&a.length))return d;var C=-1,S=[],z=a.length;for(s=ze(s,3);++C<z;){var R=a[C];s(R,C,a)&&(d.push(R),S.push(C))}return y3(a,S),d}function Wu(a){return a==null?a:EM.call(a)}function GI(a,s,d){var C=a==null?0:a.length;return C?(d&&typeof d!="number"&&Et(a,s,d)?(s=0,d=C):(s=s==null?0:Re(s),d=d===n?C:Re(d)),gn(a,s,d)):[]}function ZI(a,s){return Ll(a,s)}function _I(a,s,d){return Nu(a,s,ze(d,2))}function YI(a,s){var d=a==null?0:a.length;if(d){var C=Ll(a,s);if(C<d&&Ln(a[C],s))return C}return-1}function FI(a,s){return Ll(a,s,!0)}function UI(a,s,d){return Nu(a,s,ze(d,2),!0)}function $I(a,s){var d=a==null?0:a.length;if(d){var C=Ll(a,s,!0)-1;if(Ln(a[C],s))return C}return-1}function XI(a){return a&&a.length?M3(a):[]}function KI(a,s){return a&&a.length?M3(a,ze(s,2)):[]}function qI(a){var s=a==null?0:a.length;return s?gn(a,1,s):[]}function ev(a,s,d){return a&&a.length?(s=d||s===n?1:Re(s),gn(a,0,s<0?0:s)):[]}function tv(a,s,d){var C=a==null?0:a.length;return C?(s=d||s===n?1:Re(s),s=C-s,gn(a,s<0?0:s,C)):[]}function nv(a,s){return a&&a.length?kl(a,ze(s,3),!1,!0):[]}function iv(a,s){return a&&a.length?kl(a,ze(s,3)):[]}var rv=He(function(a){return Pi(Lt(a,1,ft,!0))}),av=He(function(a){var s=mn(a);return ft(s)&&(s=n),Pi(Lt(a,1,ft,!0),ze(s,2))}),sv=He(function(a){var s=mn(a);return s=typeof s=="function"?s:n,Pi(Lt(a,1,ft,!0),n,s)});function lv(a){return a&&a.length?Pi(a):[]}function ov(a,s){return a&&a.length?Pi(a,ze(s,2)):[]}function cv(a,s){return s=typeof s=="function"?s:n,a&&a.length?Pi(a,n,s):[]}function Hu(a){if(!(a&&a.length))return[];var s=0;return a=Ti(a,function(d){if(ft(d))return s=yt(d.length,s),!0}),au(s,function(d){return lt(a,nu(d))})}function s6(a,s){if(!(a&&a.length))return[];var d=Hu(a);return s==null?d:lt(d,function(C){return Xt(s,n,C)})}var uv=He(function(a,s){return ft(a)?Za(a,s):[]}),dv=He(function(a){return ku(Ti(a,ft))}),fv=He(function(a){var s=mn(a);return ft(s)&&(s=n),ku(Ti(a,ft),ze(s,2))}),hv=He(function(a){var s=mn(a);return s=typeof s=="function"?s:n,ku(Ti(a,ft),n,s)}),gv=He(Hu);function mv(a,s){return N3(a||[],s||[],Ga)}function pv(a,s){return N3(a||[],s||[],Fa)}var bv=He(function(a){var s=a.length,d=s>1?a[s-1]:n;return d=typeof d=="function"?(a.pop(),d):n,s6(a,d)});function l6(a){var s=D(a);return s.__chain__=!0,s}function yv(a,s){return s(a),a}function Al(a,s){return s(a)}var Cv=ci(function(a){var s=a.length,d=s?a[0]:0,C=this.__wrapped__,S=function(z){return hu(z,a)};return s>1||this.__actions__.length||!(C instanceof Ye)||!ui(d)?this.thru(S):(C=C.slice(d,+d+(s?1:0)),C.__actions__.push({func:Al,args:[S],thisArg:n}),new fn(C,this.__chain__).thru(function(z){return s&&!z.length&&z.push(n),z}))});function Mv(){return l6(this)}function wv(){return new fn(this.value(),this.__chain__)}function Iv(){this.__values__===n&&(this.__values__=w6(this.value()));var a=this.__index__>=this.__values__.length,s=a?n:this.__values__[this.__index__++];return{done:a,value:s}}function vv(){return this}function Nv(a){for(var s,d=this;d instanceof Ml;){var C=e6(d);C.__index__=0,C.__values__=n,s?S.__wrapped__=C:s=C;var S=C;d=d.__wrapped__}return S.__wrapped__=a,s}function Lv(){var a=this.__wrapped__;if(a instanceof Ye){var s=a;return this.__actions__.length&&(s=new Ye(this)),s=s.reverse(),s.__actions__.push({func:Al,args:[Wu],thisArg:n}),new fn(s,this.__chain__)}return this.thru(Wu)}function kv(){return v3(this.__wrapped__,this.__actions__)}var xv=xl(function(a,s,d){et.call(a,d)?++a[d]:li(a,d,1)});function Tv(a,s,d){var C=Je(a)?Eh:yw;return d&&Et(a,s,d)&&(s=n),C(a,ze(s,3))}function Sv(a,s){var d=Je(a)?Ti:s3;return d(a,ze(s,3))}var Dv=O3(t6),jv=O3(n6);function zv(a,s){return Lt(El(a,s),1)}function Pv(a,s){return Lt(El(a,s),Ce)}function Ov(a,s,d){return d=d===n?1:Re(d),Lt(El(a,s),d)}function o6(a,s){var d=Je(a)?un:zi;return d(a,ze(s,3))}function c6(a,s){var d=Je(a)?q8:a3;return d(a,ze(s,3))}var Av=xl(function(a,s,d){et.call(a,d)?a[d].push(s):li(a,d,[s])});function Ev(a,s,d,C){a=_t(a)?a:Ur(a),d=d&&!C?Re(d):0;var S=a.length;return d<0&&(d=yt(S+d,0)),Wl(a)?d<=S&&a.indexOf(s,d)>-1:!!S&&Vr(a,s,d)>-1}var Vv=He(function(a,s,d){var C=-1,S=typeof s=="function",z=_t(a)?se(a.length):[];return zi(a,function(R){z[++C]=S?Xt(s,R,d):_a(R,s,d)}),z}),Jv=xl(function(a,s,d){li(a,d,s)});function El(a,s){var d=Je(a)?lt:f3;return d(a,ze(s,3))}function Qv(a,s,d,C){return a==null?[]:(Je(s)||(s=s==null?[]:[s]),d=C?n:d,Je(d)||(d=d==null?[]:[d]),p3(a,s,d))}var Rv=xl(function(a,s,d){a[d?0:1].push(s)},function(){return[[],[]]});function Wv(a,s,d){var C=Je(a)?eu:Rh,S=arguments.length<3;return C(a,ze(s,4),d,S,zi)}function Hv(a,s,d){var C=Je(a)?eM:Rh,S=arguments.length<3;return C(a,ze(s,4),d,S,a3)}function Bv(a,s){var d=Je(a)?Ti:s3;return d(a,Ql(ze(s,3)))}function Gv(a){var s=Je(a)?t3:Ew;return s(a)}function Zv(a,s,d){(d?Et(a,s,d):s===n)?s=1:s=Re(s);var C=Je(a)?hw:Vw;return C(a,s)}function _v(a){var s=Je(a)?gw:Qw;return s(a)}function Yv(a){if(a==null)return 0;if(_t(a))return Wl(a)?Qr(a):a.length;var s=St(a);return s==W||s==ke?a.size:Cu(a).length}function Fv(a,s,d){var C=Je(a)?tu:Rw;return d&&Et(a,s,d)&&(s=n),C(a,ze(s,3))}var Uv=He(function(a,s){if(a==null)return[];var d=s.length;return d>1&&Et(a,s[0],s[1])?s=[]:d>2&&Et(s[0],s[1],s[2])&&(s=[s[0]]),p3(a,Lt(s,1),[])}),Vl=SM||function(){return Nt.Date.now()};function $v(a,s){if(typeof s!="function")throw new dn(c);return a=Re(a),function(){if(--a<1)return s.apply(this,arguments)}}function u6(a,s,d){return s=d?n:s,s=a&&s==null?a.length:s,oi(a,J,n,n,n,n,s)}function d6(a,s){var d;if(typeof s!="function")throw new dn(c);return a=Re(a),function(){return--a>0&&(d=s.apply(this,arguments)),a<=1&&(s=n),d}}var Bu=He(function(a,s,d){var C=T;if(d.length){var S=Di(d,Yr(Bu));C|=x}return oi(a,C,s,d,S)}),f6=He(function(a,s,d){var C=T|N;if(d.length){var S=Di(d,Yr(f6));C|=x}return oi(s,C,a,d,S)});function h6(a,s,d){s=d?n:s;var C=oi(a,b,n,n,n,n,n,s);return C.placeholder=h6.placeholder,C}function g6(a,s,d){s=d?n:s;var C=oi(a,I,n,n,n,n,n,s);return C.placeholder=g6.placeholder,C}function m6(a,s,d){var C,S,z,R,_,X,fe=0,he=!1,pe=!1,Le=!0;if(typeof a!="function")throw new dn(c);s=pn(s)||0,ot(d)&&(he=!!d.leading,pe="maxWait"in d,z=pe?yt(pn(d.maxWait)||0,s):z,Le="trailing"in d?!!d.trailing:Le);function Te(ht){var kn=C,hi=S;return C=S=n,fe=ht,R=a.apply(hi,kn),R}function Pe(ht){return fe=ht,_=Xa(_e,s),he?Te(ht):R}function We(ht){var kn=ht-X,hi=ht-fe,O6=s-kn;return pe?Tt(O6,z-hi):O6}function Oe(ht){var kn=ht-X,hi=ht-fe;return X===n||kn>=s||kn<0||pe&&hi>=z}function _e(){var ht=Vl();if(Oe(ht))return Fe(ht);_=Xa(_e,We(ht))}function Fe(ht){return _=n,Le&&C?Te(ht):(C=S=n,R)}function tn(){_!==n&&L3(_),fe=0,C=X=S=_=n}function Vt(){return _===n?R:Fe(Vl())}function nn(){var ht=Vl(),kn=Oe(ht);if(C=arguments,S=this,X=ht,kn){if(_===n)return Pe(X);if(pe)return L3(_),_=Xa(_e,s),Te(X)}return _===n&&(_=Xa(_e,s)),R}return nn.cancel=tn,nn.flush=Vt,nn}var Xv=He(function(a,s){return r3(a,1,s)}),Kv=He(function(a,s,d){return r3(a,pn(s)||0,d)});function qv(a){return oi(a,A)}function Jl(a,s){if(typeof a!="function"||s!=null&&typeof s!="function")throw new dn(c);var d=function(){var C=arguments,S=s?s.apply(this,C):C[0],z=d.cache;if(z.has(S))return z.get(S);var R=a.apply(this,C);return d.cache=z.set(S,R)||z,R};return d.cache=new(Jl.Cache||si),d}Jl.Cache=si;function Ql(a){if(typeof a!="function")throw new dn(c);return function(){var s=arguments;switch(s.length){case 0:return!a.call(this);case 1:return!a.call(this,s[0]);case 2:return!a.call(this,s[0],s[1]);case 3:return!a.call(this,s[0],s[1],s[2])}return!a.apply(this,s)}}function eN(a){return d6(2,a)}var tN=Ww(function(a,s){s=s.length==1&&Je(s[0])?lt(s[0],Kt(ze())):lt(Lt(s,1),Kt(ze()));var d=s.length;return He(function(C){for(var S=-1,z=Tt(C.length,d);++S<z;)C[S]=s[S].call(this,C[S]);return Xt(a,this,C)})}),Gu=He(function(a,s){var d=Di(s,Yr(Gu));return oi(a,x,n,s,d)}),p6=He(function(a,s){var d=Di(s,Yr(p6));return oi(a,k,n,s,d)}),nN=ci(function(a,s){return oi(a,O,n,n,n,s)});function iN(a,s){if(typeof a!="function")throw new dn(c);return s=s===n?s:Re(s),He(a,s)}function rN(a,s){if(typeof a!="function")throw new dn(c);return s=s==null?0:yt(Re(s),0),He(function(d){var C=d[s],S=Ai(d,0,s);return C&&Si(S,C),Xt(a,this,S)})}function aN(a,s,d){var C=!0,S=!0;if(typeof a!="function")throw new dn(c);return ot(d)&&(C="leading"in d?!!d.leading:C,S="trailing"in d?!!d.trailing:S),m6(a,s,{leading:C,maxWait:s,trailing:S})}function sN(a){return u6(a,1)}function lN(a,s){return Gu(Tu(s),a)}function oN(){if(!arguments.length)return[];var a=arguments[0];return Je(a)?a:[a]}function cN(a){return hn(a,y)}function uN(a,s){return s=typeof s=="function"?s:n,hn(a,y,s)}function dN(a){return hn(a,p|y)}function fN(a,s){return s=typeof s=="function"?s:n,hn(a,p|y,s)}function hN(a,s){return s==null||i3(a,s,wt(s))}function Ln(a,s){return a===s||a!==a&&s!==s}var gN=jl(pu),mN=jl(function(a,s){return a>=s}),fr=c3(function(){return arguments}())?c3:function(a){return ut(a)&&et.call(a,"callee")&&!Uh.call(a,"callee")},Je=se.isArray,pN=Dh?Kt(Dh):Nw;function _t(a){return a!=null&&Rl(a.length)&&!di(a)}function ft(a){return ut(a)&&_t(a)}function bN(a){return a===!0||a===!1||ut(a)&&At(a)==be}var Ei=jM||td,yN=jh?Kt(jh):Lw;function CN(a){return ut(a)&&a.nodeType===1&&!Ka(a)}function MN(a){if(a==null)return!0;if(_t(a)&&(Je(a)||typeof a=="string"||typeof a.splice=="function"||Ei(a)||Fr(a)||fr(a)))return!a.length;var s=St(a);if(s==W||s==ke)return!a.size;if($a(a))return!Cu(a).length;for(var d in a)if(et.call(a,d))return!1;return!0}function wN(a,s){return Ya(a,s)}function IN(a,s,d){d=typeof d=="function"?d:n;var C=d?d(a,s):n;return C===n?Ya(a,s,n,d):!!C}function Zu(a){if(!ut(a))return!1;var s=At(a);return s==ne||s==Z||typeof a.message=="string"&&typeof a.name=="string"&&!Ka(a)}function vN(a){return typeof a=="number"&&Xh(a)}function di(a){if(!ot(a))return!1;var s=At(a);return s==Ie||s==j||s==ie||s==Me}function b6(a){return typeof a=="number"&&a==Re(a)}function Rl(a){return typeof a=="number"&&a>-1&&a%1==0&&a<=re}function ot(a){var s=typeof a;return a!=null&&(s=="object"||s=="function")}function ut(a){return a!=null&&typeof a=="object"}var y6=zh?Kt(zh):xw;function NN(a,s){return a===s||yu(a,s,Au(s))}function LN(a,s,d){return d=typeof d=="function"?d:n,yu(a,s,Au(s),d)}function kN(a){return C6(a)&&a!=+a}function xN(a){if(uI(a))throw new Ve(o);return u3(a)}function TN(a){return a===null}function SN(a){return a==null}function C6(a){return typeof a=="number"||ut(a)&&At(a)==Q}function Ka(a){if(!ut(a)||At(a)!=U)return!1;var s=hl(a);if(s===null)return!0;var d=et.call(s,"constructor")&&s.constructor;return typeof d=="function"&&d instanceof d&&cl.call(d)==LM}var _u=Ph?Kt(Ph):Tw;function DN(a){return b6(a)&&a>=-re&&a<=re}var M6=Oh?Kt(Oh):Sw;function Wl(a){return typeof a=="string"||!Je(a)&&ut(a)&&At(a)==je}function en(a){return typeof a=="symbol"||ut(a)&&At(a)==it}var Fr=Ah?Kt(Ah):Dw;function jN(a){return a===n}function zN(a){return ut(a)&&St(a)==at}function PN(a){return ut(a)&&At(a)==Ut}var ON=jl(Mu),AN=jl(function(a,s){return a<=s});function w6(a){if(!a)return[];if(_t(a))return Wl(a)?vn(a):Zt(a);if(Qa&&a[Qa])return hM(a[Qa]());var s=St(a),d=s==W?lu:s==ke?sl:Ur;return d(a)}function fi(a){if(!a)return a===0?a:0;if(a=pn(a),a===Ce||a===-Ce){var s=a<0?-1:1;return s*q}return a===a?a:0}function Re(a){var s=fi(a),d=s%1;return s===s?d?s-d:s:0}function I6(a){return a?or(Re(a),0,H):0}function pn(a){if(typeof a=="number")return a;if(en(a))return V;if(ot(a)){var s=typeof a.valueOf=="function"?a.valueOf():a;a=ot(s)?s+"":s}if(typeof a!="string")return a===0?a:+a;a=Wh(a);var d=p8.test(a);return d||y8.test(a)?$8(a.slice(2),d?2:8):m8.test(a)?V:+a}function v6(a){return Zn(a,Yt(a))}function EN(a){return a?or(Re(a),-re,re):a===0?a:0}function Ke(a){return a==null?"":qt(a)}var VN=Zr(function(a,s){if($a(s)||_t(s)){Zn(s,wt(s),a);return}for(var d in s)et.call(s,d)&&Ga(a,d,s[d])}),N6=Zr(function(a,s){Zn(s,Yt(s),a)}),Hl=Zr(function(a,s,d,C){Zn(s,Yt(s),a,C)}),JN=Zr(function(a,s,d,C){Zn(s,wt(s),a,C)}),QN=ci(hu);function RN(a,s){var d=Gr(a);return s==null?d:n3(d,s)}var WN=He(function(a,s){a=nt(a);var d=-1,C=s.length,S=C>2?s[2]:n;for(S&&Et(s[0],s[1],S)&&(C=1);++d<C;)for(var z=s[d],R=Yt(z),_=-1,X=R.length;++_<X;){var fe=R[_],he=a[fe];(he===n||Ln(he,Wr[fe])&&!et.call(a,fe))&&(a[fe]=z[fe])}return a}),HN=He(function(a){return a.push(n,W3),Xt(L6,n,a)});function BN(a,s){return Vh(a,ze(s,3),Gn)}function GN(a,s){return Vh(a,ze(s,3),mu)}function ZN(a,s){return a==null?a:gu(a,ze(s,3),Yt)}function _N(a,s){return a==null?a:l3(a,ze(s,3),Yt)}function YN(a,s){return a&&Gn(a,ze(s,3))}function FN(a,s){return a&&mu(a,ze(s,3))}function UN(a){return a==null?[]:vl(a,wt(a))}function $N(a){return a==null?[]:vl(a,Yt(a))}function Yu(a,s,d){var C=a==null?n:cr(a,s);return C===n?d:C}function XN(a,s){return a!=null&&G3(a,s,Mw)}function Fu(a,s){return a!=null&&G3(a,s,ww)}var KN=E3(function(a,s,d){s!=null&&typeof s.toString!="function"&&(s=ul.call(s)),a[s]=d},$u(Ft)),qN=E3(function(a,s,d){s!=null&&typeof s.toString!="function"&&(s=ul.call(s)),et.call(a,s)?a[s].push(d):a[s]=[d]},ze),e7=He(_a);function wt(a){return _t(a)?e3(a):Cu(a)}function Yt(a){return _t(a)?e3(a,!0):jw(a)}function t7(a,s){var d={};return s=ze(s,3),Gn(a,function(C,S,z){li(d,s(C,S,z),C)}),d}function n7(a,s){var d={};return s=ze(s,3),Gn(a,function(C,S,z){li(d,S,s(C,S,z))}),d}var i7=Zr(function(a,s,d){Nl(a,s,d)}),L6=Zr(function(a,s,d,C){Nl(a,s,d,C)}),r7=ci(function(a,s){var d={};if(a==null)return d;var C=!1;s=lt(s,function(z){return z=Oi(z,a),C||(C=z.length>1),z}),Zn(a,Pu(a),d),C&&(d=hn(d,p|w|y,Kw));for(var S=s.length;S--;)Lu(d,s[S]);return d});function a7(a,s){return k6(a,Ql(ze(s)))}var s7=ci(function(a,s){return a==null?{}:Pw(a,s)});function k6(a,s){if(a==null)return{};var d=lt(Pu(a),function(C){return[C]});return s=ze(s),b3(a,d,function(C,S){return s(C,S[0])})}function l7(a,s,d){s=Oi(s,a);var C=-1,S=s.length;for(S||(S=1,a=n);++C<S;){var z=a==null?n:a[_n(s[C])];z===n&&(C=S,z=d),a=di(z)?z.call(a):z}return a}function o7(a,s,d){return a==null?a:Fa(a,s,d)}function c7(a,s,d,C){return C=typeof C=="function"?C:n,a==null?a:Fa(a,s,d,C)}var x6=Q3(wt),T6=Q3(Yt);function u7(a,s,d){var C=Je(a),S=C||Ei(a)||Fr(a);if(s=ze(s,4),d==null){var z=a&&a.constructor;S?d=C?new z:[]:ot(a)?d=di(z)?Gr(hl(a)):{}:d={}}return(S?un:Gn)(a,function(R,_,X){return s(d,R,_,X)}),d}function d7(a,s){return a==null?!0:Lu(a,s)}function f7(a,s,d){return a==null?a:I3(a,s,Tu(d))}function h7(a,s,d,C){return C=typeof C=="function"?C:n,a==null?a:I3(a,s,Tu(d),C)}function Ur(a){return a==null?[]:su(a,wt(a))}function g7(a){return a==null?[]:su(a,Yt(a))}function m7(a,s,d){return d===n&&(d=s,s=n),d!==n&&(d=pn(d),d=d===d?d:0),s!==n&&(s=pn(s),s=s===s?s:0),or(pn(a),s,d)}function p7(a,s,d){return s=fi(s),d===n?(d=s,s=0):d=fi(d),a=pn(a),Iw(a,s,d)}function b7(a,s,d){if(d&&typeof d!="boolean"&&Et(a,s,d)&&(s=d=n),d===n&&(typeof s=="boolean"?(d=s,s=n):typeof a=="boolean"&&(d=a,a=n)),a===n&&s===n?(a=0,s=1):(a=fi(a),s===n?(s=a,a=0):s=fi(s)),a>s){var C=a;a=s,s=C}if(d||a%1||s%1){var S=Kh();return Tt(a+S*(s-a+U8("1e-"+((S+"").length-1))),s)}return Iu(a,s)}var y7=_r(function(a,s,d){return s=s.toLowerCase(),a+(d?S6(s):s)});function S6(a){return Uu(Ke(a).toLowerCase())}function D6(a){return a=Ke(a),a&&a.replace(M8,oM).replace(Q8,"")}function C7(a,s,d){a=Ke(a),s=qt(s);var C=a.length;d=d===n?C:or(Re(d),0,C);var S=d;return d-=s.length,d>=0&&a.slice(d,S)==s}function M7(a){return a=Ke(a),a&&e8.test(a)?a.replace(Ot,cM):a}function w7(a){return a=Ke(a),a&&s8.test(a)?a.replace(Gc,"\\$&"):a}var I7=_r(function(a,s,d){return a+(d?"-":"")+s.toLowerCase()}),v7=_r(function(a,s,d){return a+(d?" ":"")+s.toLowerCase()}),N7=P3("toLowerCase");function L7(a,s,d){a=Ke(a),s=Re(s);var C=s?Qr(a):0;if(!s||C>=s)return a;var S=(s-C)/2;return Dl(bl(S),d)+a+Dl(pl(S),d)}function k7(a,s,d){a=Ke(a),s=Re(s);var C=s?Qr(a):0;return s&&C<s?a+Dl(s-C,d):a}function x7(a,s,d){a=Ke(a),s=Re(s);var C=s?Qr(a):0;return s&&C<s?Dl(s-C,d)+a:a}function T7(a,s,d){return d||s==null?s=0:s&&(s=+s),AM(Ke(a).replace(Zc,""),s||0)}function S7(a,s,d){return(d?Et(a,s,d):s===n)?s=1:s=Re(s),vu(Ke(a),s)}function D7(){var a=arguments,s=Ke(a[0]);return a.length<3?s:s.replace(a[1],a[2])}var j7=_r(function(a,s,d){return a+(d?"_":"")+s.toLowerCase()});function z7(a,s,d){return d&&typeof d!="number"&&Et(a,s,d)&&(s=d=n),d=d===n?H:d>>>0,d?(a=Ke(a),a&&(typeof s=="string"||s!=null&&!_u(s))&&(s=qt(s),!s&&Jr(a))?Ai(vn(a),0,d):a.split(s,d)):[]}var P7=_r(function(a,s,d){return a+(d?" ":"")+Uu(s)});function O7(a,s,d){return a=Ke(a),d=d==null?0:or(Re(d),0,a.length),s=qt(s),a.slice(d,d+s.length)==s}function A7(a,s,d){var C=D.templateSettings;d&&Et(a,s,d)&&(s=n),a=Ke(a),s=Hl({},s,C,R3);var S=Hl({},s.imports,C.imports,R3),z=wt(S),R=su(S,z),_,X,fe=0,he=s.interpolate||tl,pe="__p += '",Le=ou((s.escape||tl).source+"|"+he.source+"|"+(he===oh?g8:tl).source+"|"+(s.evaluate||tl).source+"|$","g"),Te="//# sourceURL="+(et.call(s,"sourceURL")?(s.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++G8+"]")+`
|
11
|
+
`;a.replace(Le,function(Oe,_e,Fe,tn,Vt,nn){return Fe||(Fe=tn),pe+=a.slice(fe,nn).replace(w8,uM),_e&&(_=!0,pe+=`' +
|
12
|
+
__e(`+_e+`) +
|
13
|
+
'`),Vt&&(X=!0,pe+=`';
|
14
|
+
`+Vt+`;
|
15
|
+
__p += '`),Fe&&(pe+=`' +
|
16
|
+
((__t = (`+Fe+`)) == null ? '' : __t) +
|
17
|
+
'`),fe=nn+Oe.length,Oe}),pe+=`';
|
18
|
+
`;var Pe=et.call(s,"variable")&&s.variable;if(!Pe)pe=`with (obj) {
|
19
|
+
`+pe+`
|
20
|
+
}
|
21
|
+
`;else if(f8.test(Pe))throw new Ve(f);pe=(X?pe.replace(Qe,""):pe).replace(Ee,"$1").replace(Bn,"$1;"),pe="function("+(Pe||"obj")+`) {
|
22
|
+
`+(Pe?"":`obj || (obj = {});
|
23
|
+
`)+"var __t, __p = ''"+(_?", __e = _.escape":"")+(X?`, __j = Array.prototype.join;
|
24
|
+
function print() { __p += __j.call(arguments, '') }
|
25
|
+
`:`;
|
26
|
+
`)+pe+`return __p
|
27
|
+
}`;var We=z6(function(){return $e(z,Te+"return "+pe).apply(n,R)});if(We.source=pe,Zu(We))throw We;return We}function E7(a){return Ke(a).toLowerCase()}function V7(a){return Ke(a).toUpperCase()}function J7(a,s,d){if(a=Ke(a),a&&(d||s===n))return Wh(a);if(!a||!(s=qt(s)))return a;var C=vn(a),S=vn(s),z=Hh(C,S),R=Bh(C,S)+1;return Ai(C,z,R).join("")}function Q7(a,s,d){if(a=Ke(a),a&&(d||s===n))return a.slice(0,Zh(a)+1);if(!a||!(s=qt(s)))return a;var C=vn(a),S=Bh(C,vn(s))+1;return Ai(C,0,S).join("")}function R7(a,s,d){if(a=Ke(a),a&&(d||s===n))return a.replace(Zc,"");if(!a||!(s=qt(s)))return a;var C=vn(a),S=Hh(C,vn(s));return Ai(C,S).join("")}function W7(a,s){var d=E,C=P;if(ot(s)){var S="separator"in s?s.separator:S;d="length"in s?Re(s.length):d,C="omission"in s?qt(s.omission):C}a=Ke(a);var z=a.length;if(Jr(a)){var R=vn(a);z=R.length}if(d>=z)return a;var _=d-Qr(C);if(_<1)return C;var X=R?Ai(R,0,_).join(""):a.slice(0,_);if(S===n)return X+C;if(R&&(_+=X.length-_),_u(S)){if(a.slice(_).search(S)){var fe,he=X;for(S.global||(S=ou(S.source,Ke(ch.exec(S))+"g")),S.lastIndex=0;fe=S.exec(he);)var pe=fe.index;X=X.slice(0,pe===n?_:pe)}}else if(a.indexOf(qt(S),_)!=_){var Le=X.lastIndexOf(S);Le>-1&&(X=X.slice(0,Le))}return X+C}function H7(a){return a=Ke(a),a&&qC.test(a)?a.replace(ri,bM):a}var B7=_r(function(a,s,d){return a+(d?" ":"")+s.toUpperCase()}),Uu=P3("toUpperCase");function j6(a,s,d){return a=Ke(a),s=d?n:s,s===n?fM(a)?MM(a):iM(a):a.match(s)||[]}var z6=He(function(a,s){try{return Xt(a,n,s)}catch(d){return Zu(d)?d:new Ve(d)}}),G7=ci(function(a,s){return un(s,function(d){d=_n(d),li(a,d,Bu(a[d],a))}),a});function Z7(a){var s=a==null?0:a.length,d=ze();return a=s?lt(a,function(C){if(typeof C[1]!="function")throw new dn(c);return[d(C[0]),C[1]]}):[],He(function(C){for(var S=-1;++S<s;){var z=a[S];if(Xt(z[0],this,C))return Xt(z[1],this,C)}})}function _7(a){return bw(hn(a,p))}function $u(a){return function(){return a}}function Y7(a,s){return a==null||a!==a?s:a}var F7=A3(),U7=A3(!0);function Ft(a){return a}function Xu(a){return d3(typeof a=="function"?a:hn(a,p))}function $7(a){return h3(hn(a,p))}function X7(a,s){return g3(a,hn(s,p))}var K7=He(function(a,s){return function(d){return _a(d,a,s)}}),q7=He(function(a,s){return function(d){return _a(a,d,s)}});function Ku(a,s,d){var C=wt(s),S=vl(s,C);d==null&&!(ot(s)&&(S.length||!C.length))&&(d=s,s=a,a=this,S=vl(s,wt(s)));var z=!(ot(d)&&"chain"in d)||!!d.chain,R=di(a);return un(S,function(_){var X=s[_];a[_]=X,R&&(a.prototype[_]=function(){var fe=this.__chain__;if(z||fe){var he=a(this.__wrapped__),pe=he.__actions__=Zt(this.__actions__);return pe.push({func:X,args:arguments,thisArg:a}),he.__chain__=fe,he}return X.apply(a,Si([this.value()],arguments))})}),a}function eL(){return Nt._===this&&(Nt._=kM),this}function qu(){}function tL(a){return a=Re(a),He(function(s){return m3(s,a)})}var nL=Du(lt),iL=Du(Eh),rL=Du(tu);function P6(a){return Vu(a)?nu(_n(a)):Ow(a)}function aL(a){return function(s){return a==null?n:cr(a,s)}}var sL=V3(),lL=V3(!0);function ed(){return[]}function td(){return!1}function oL(){return{}}function cL(){return""}function uL(){return!0}function dL(a,s){if(a=Re(a),a<1||a>re)return[];var d=H,C=Tt(a,H);s=ze(s),a-=H;for(var S=au(C,s);++d<a;)s(d);return S}function fL(a){return Je(a)?lt(a,_n):en(a)?[a]:Zt(q3(Ke(a)))}function hL(a){var s=++NM;return Ke(a)+s}var gL=Sl(function(a,s){return a+s},0),mL=ju("ceil"),pL=Sl(function(a,s){return a/s},1),bL=ju("floor");function yL(a){return a&&a.length?Il(a,Ft,pu):n}function CL(a,s){return a&&a.length?Il(a,ze(s,2),pu):n}function ML(a){return Qh(a,Ft)}function wL(a,s){return Qh(a,ze(s,2))}function IL(a){return a&&a.length?Il(a,Ft,Mu):n}function vL(a,s){return a&&a.length?Il(a,ze(s,2),Mu):n}var NL=Sl(function(a,s){return a*s},1),LL=ju("round"),kL=Sl(function(a,s){return a-s},0);function xL(a){return a&&a.length?ru(a,Ft):0}function TL(a,s){return a&&a.length?ru(a,ze(s,2)):0}return D.after=$v,D.ary=u6,D.assign=VN,D.assignIn=N6,D.assignInWith=Hl,D.assignWith=JN,D.at=QN,D.before=d6,D.bind=Bu,D.bindAll=G7,D.bindKey=f6,D.castArray=oN,D.chain=l6,D.chunk=bI,D.compact=yI,D.concat=CI,D.cond=Z7,D.conforms=_7,D.constant=$u,D.countBy=xv,D.create=RN,D.curry=h6,D.curryRight=g6,D.debounce=m6,D.defaults=WN,D.defaultsDeep=HN,D.defer=Xv,D.delay=Kv,D.difference=MI,D.differenceBy=wI,D.differenceWith=II,D.drop=vI,D.dropRight=NI,D.dropRightWhile=LI,D.dropWhile=kI,D.fill=xI,D.filter=Sv,D.flatMap=zv,D.flatMapDeep=Pv,D.flatMapDepth=Ov,D.flatten=i6,D.flattenDeep=TI,D.flattenDepth=SI,D.flip=qv,D.flow=F7,D.flowRight=U7,D.fromPairs=DI,D.functions=UN,D.functionsIn=$N,D.groupBy=Av,D.initial=zI,D.intersection=PI,D.intersectionBy=OI,D.intersectionWith=AI,D.invert=KN,D.invertBy=qN,D.invokeMap=Vv,D.iteratee=Xu,D.keyBy=Jv,D.keys=wt,D.keysIn=Yt,D.map=El,D.mapKeys=t7,D.mapValues=n7,D.matches=$7,D.matchesProperty=X7,D.memoize=Jl,D.merge=i7,D.mergeWith=L6,D.method=K7,D.methodOf=q7,D.mixin=Ku,D.negate=Ql,D.nthArg=tL,D.omit=r7,D.omitBy=a7,D.once=eN,D.orderBy=Qv,D.over=nL,D.overArgs=tN,D.overEvery=iL,D.overSome=rL,D.partial=Gu,D.partialRight=p6,D.partition=Rv,D.pick=s7,D.pickBy=k6,D.property=P6,D.propertyOf=aL,D.pull=QI,D.pullAll=a6,D.pullAllBy=RI,D.pullAllWith=WI,D.pullAt=HI,D.range=sL,D.rangeRight=lL,D.rearg=nN,D.reject=Bv,D.remove=BI,D.rest=iN,D.reverse=Wu,D.sampleSize=Zv,D.set=o7,D.setWith=c7,D.shuffle=_v,D.slice=GI,D.sortBy=Uv,D.sortedUniq=XI,D.sortedUniqBy=KI,D.split=z7,D.spread=rN,D.tail=qI,D.take=ev,D.takeRight=tv,D.takeRightWhile=nv,D.takeWhile=iv,D.tap=yv,D.throttle=aN,D.thru=Al,D.toArray=w6,D.toPairs=x6,D.toPairsIn=T6,D.toPath=fL,D.toPlainObject=v6,D.transform=u7,D.unary=sN,D.union=rv,D.unionBy=av,D.unionWith=sv,D.uniq=lv,D.uniqBy=ov,D.uniqWith=cv,D.unset=d7,D.unzip=Hu,D.unzipWith=s6,D.update=f7,D.updateWith=h7,D.values=Ur,D.valuesIn=g7,D.without=uv,D.words=j6,D.wrap=lN,D.xor=dv,D.xorBy=fv,D.xorWith=hv,D.zip=gv,D.zipObject=mv,D.zipObjectDeep=pv,D.zipWith=bv,D.entries=x6,D.entriesIn=T6,D.extend=N6,D.extendWith=Hl,Ku(D,D),D.add=gL,D.attempt=z6,D.camelCase=y7,D.capitalize=S6,D.ceil=mL,D.clamp=m7,D.clone=cN,D.cloneDeep=dN,D.cloneDeepWith=fN,D.cloneWith=uN,D.conformsTo=hN,D.deburr=D6,D.defaultTo=Y7,D.divide=pL,D.endsWith=C7,D.eq=Ln,D.escape=M7,D.escapeRegExp=w7,D.every=Tv,D.find=Dv,D.findIndex=t6,D.findKey=BN,D.findLast=jv,D.findLastIndex=n6,D.findLastKey=GN,D.floor=bL,D.forEach=o6,D.forEachRight=c6,D.forIn=ZN,D.forInRight=_N,D.forOwn=YN,D.forOwnRight=FN,D.get=Yu,D.gt=gN,D.gte=mN,D.has=XN,D.hasIn=Fu,D.head=r6,D.identity=Ft,D.includes=Ev,D.indexOf=jI,D.inRange=p7,D.invoke=e7,D.isArguments=fr,D.isArray=Je,D.isArrayBuffer=pN,D.isArrayLike=_t,D.isArrayLikeObject=ft,D.isBoolean=bN,D.isBuffer=Ei,D.isDate=yN,D.isElement=CN,D.isEmpty=MN,D.isEqual=wN,D.isEqualWith=IN,D.isError=Zu,D.isFinite=vN,D.isFunction=di,D.isInteger=b6,D.isLength=Rl,D.isMap=y6,D.isMatch=NN,D.isMatchWith=LN,D.isNaN=kN,D.isNative=xN,D.isNil=SN,D.isNull=TN,D.isNumber=C6,D.isObject=ot,D.isObjectLike=ut,D.isPlainObject=Ka,D.isRegExp=_u,D.isSafeInteger=DN,D.isSet=M6,D.isString=Wl,D.isSymbol=en,D.isTypedArray=Fr,D.isUndefined=jN,D.isWeakMap=zN,D.isWeakSet=PN,D.join=EI,D.kebabCase=I7,D.last=mn,D.lastIndexOf=VI,D.lowerCase=v7,D.lowerFirst=N7,D.lt=ON,D.lte=AN,D.max=yL,D.maxBy=CL,D.mean=ML,D.meanBy=wL,D.min=IL,D.minBy=vL,D.stubArray=ed,D.stubFalse=td,D.stubObject=oL,D.stubString=cL,D.stubTrue=uL,D.multiply=NL,D.nth=JI,D.noConflict=eL,D.noop=qu,D.now=Vl,D.pad=L7,D.padEnd=k7,D.padStart=x7,D.parseInt=T7,D.random=b7,D.reduce=Wv,D.reduceRight=Hv,D.repeat=S7,D.replace=D7,D.result=l7,D.round=LL,D.runInContext=F,D.sample=Gv,D.size=Yv,D.snakeCase=j7,D.some=Fv,D.sortedIndex=ZI,D.sortedIndexBy=_I,D.sortedIndexOf=YI,D.sortedLastIndex=FI,D.sortedLastIndexBy=UI,D.sortedLastIndexOf=$I,D.startCase=P7,D.startsWith=O7,D.subtract=kL,D.sum=xL,D.sumBy=TL,D.template=A7,D.times=dL,D.toFinite=fi,D.toInteger=Re,D.toLength=I6,D.toLower=E7,D.toNumber=pn,D.toSafeInteger=EN,D.toString=Ke,D.toUpper=V7,D.trim=J7,D.trimEnd=Q7,D.trimStart=R7,D.truncate=W7,D.unescape=H7,D.uniqueId=hL,D.upperCase=B7,D.upperFirst=Uu,D.each=o6,D.eachRight=c6,D.first=r6,Ku(D,function(){var a={};return Gn(D,function(s,d){et.call(D.prototype,d)||(a[d]=s)}),a}(),{chain:!1}),D.VERSION=i,un(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){D[a].placeholder=D}),un(["drop","take"],function(a,s){Ye.prototype[a]=function(d){d=d===n?1:yt(Re(d),0);var C=this.__filtered__&&!s?new Ye(this):this.clone();return C.__filtered__?C.__takeCount__=Tt(d,C.__takeCount__):C.__views__.push({size:Tt(d,H),type:a+(C.__dir__<0?"Right":"")}),C},Ye.prototype[a+"Right"]=function(d){return this.reverse()[a](d).reverse()}}),un(["filter","map","takeWhile"],function(a,s){var d=s+1,C=d==oe||d==me;Ye.prototype[a]=function(S){var z=this.clone();return z.__iteratees__.push({iteratee:ze(S,3),type:d}),z.__filtered__=z.__filtered__||C,z}}),un(["head","last"],function(a,s){var d="take"+(s?"Right":"");Ye.prototype[a]=function(){return this[d](1).value()[0]}}),un(["initial","tail"],function(a,s){var d="drop"+(s?"":"Right");Ye.prototype[a]=function(){return this.__filtered__?new Ye(this):this[d](1)}}),Ye.prototype.compact=function(){return this.filter(Ft)},Ye.prototype.find=function(a){return this.filter(a).head()},Ye.prototype.findLast=function(a){return this.reverse().find(a)},Ye.prototype.invokeMap=He(function(a,s){return typeof a=="function"?new Ye(this):this.map(function(d){return _a(d,a,s)})}),Ye.prototype.reject=function(a){return this.filter(Ql(ze(a)))},Ye.prototype.slice=function(a,s){a=Re(a);var d=this;return d.__filtered__&&(a>0||s<0)?new Ye(d):(a<0?d=d.takeRight(-a):a&&(d=d.drop(a)),s!==n&&(s=Re(s),d=s<0?d.dropRight(-s):d.take(s-a)),d)},Ye.prototype.takeRightWhile=function(a){return this.reverse().takeWhile(a).reverse()},Ye.prototype.toArray=function(){return this.take(H)},Gn(Ye.prototype,function(a,s){var d=/^(?:filter|find|map|reject)|While$/.test(s),C=/^(?:head|last)$/.test(s),S=D[C?"take"+(s=="last"?"Right":""):s],z=C||/^find/.test(s);!S||(D.prototype[s]=function(){var R=this.__wrapped__,_=C?[1]:arguments,X=R instanceof Ye,fe=_[0],he=X||Je(R),pe=function(_e){var Fe=S.apply(D,Si([_e],_));return C&&Le?Fe[0]:Fe};he&&d&&typeof fe=="function"&&fe.length!=1&&(X=he=!1);var Le=this.__chain__,Te=!!this.__actions__.length,Pe=z&&!Le,We=X&&!Te;if(!z&&he){R=We?R:new Ye(this);var Oe=a.apply(R,_);return Oe.__actions__.push({func:Al,args:[pe],thisArg:n}),new fn(Oe,Le)}return Pe&&We?a.apply(this,_):(Oe=this.thru(pe),Pe?C?Oe.value()[0]:Oe.value():Oe)})}),un(["pop","push","shift","sort","splice","unshift"],function(a){var s=ll[a],d=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",C=/^(?:pop|shift)$/.test(a);D.prototype[a]=function(){var S=arguments;if(C&&!this.__chain__){var z=this.value();return s.apply(Je(z)?z:[],S)}return this[d](function(R){return s.apply(Je(R)?R:[],S)})}}),Gn(Ye.prototype,function(a,s){var d=D[s];if(d){var C=d.name+"";et.call(Br,C)||(Br[C]=[]),Br[C].push({name:s,func:d})}}),Br[Tl(n,N).name]=[{name:"wrapper",func:n}],Ye.prototype.clone=HM,Ye.prototype.reverse=BM,Ye.prototype.value=GM,D.prototype.at=Cv,D.prototype.chain=Mv,D.prototype.commit=wv,D.prototype.next=Iv,D.prototype.plant=Nv,D.prototype.reverse=Lv,D.prototype.toJSON=D.prototype.valueOf=D.prototype.value=kv,D.prototype.first=D.prototype.head,Qa&&(D.prototype[Qa]=vv),D},Rr=wM();rr?((rr.exports=Rr)._=Rr,Xc._=Rr):Nt._=Rr}).call(Xr)})(Dt,Dt.exports);var io=Dt.exports;const t1="abcdefghijklmnopqrstuvwxyz0123456789",ro=(e,t=t1)=>{let n="";for(let i=0;i<e;i++)n+=t[parseInt((Math.random()*t.length).toString(),10)];return n},n1=(e,t,n=60,i=!1)=>{const l=Dt.exports.throttle(()=>{typeof t=="function"&&t()},n),o=new ResizeObserver(()=>{l()});return i&&typeof t=="function"&&t(),{start:()=>{o.observe(e)},stop:()=>{o.disconnect(),o.unobserve(e)}}};class i1{constructor(t){this.multiInstance=!1,this.uniqueMaskAttrTag="",this.parentNode=document.body,this.activeInstance=void 0,this.zIndexStore=new Map,this.lastUUID=null,this.maskStyle={position:"absolute",left:0,top:0,bottom:0,right:0,display:"none","background-color":"rgba(0,0,0,.6)"};const{multiInstance:n=!1,maskAttrTag:i="auto",parentNode:l=document.body,maskStyle:o={}}=t||{};this.activeInstance=void 0,this.multiInstance=n,this.uniqueMaskAttrTag=this.getMaskAttrTag(i),this.parentNode=l||document,this.mask=this.getMask(),this.backupMask=this.createMask("data-bk-backup-uid"),this.setMaskStyle(Object.assign({},this.maskStyle,o))}show(t,n,i=!0,l={},o=null,c=!1){const f=o!=null?o:ro(16),u=/-?\d+/.test(`${n}`)?n:bn.getModalNextIndex();let h=Object.assign({},this.maskStyle,l||{});i||this.lastUUID&&(h=this.zIndexStore.get(this.lastUUID).style),this.storeMaskInsCfg({zIndex:u,style:Y({},h),uuid:f,preUID:this.lastUUID}),this.setMaskStyle(h),this.mask.style.setProperty("display","block"),this.mask.style.setProperty("z-index",`${u}`),this.backupMask.style.setProperty("z-index",`${u-1}`),t&&(c&&t.style.setProperty("z-index",`${u+1}`),this.activeInstance=t,c||this.appendContentToMask(t))}hide(t=!1,n,i){var o;const l=i!=null?i:this.lastUUID;this.mask.style.setProperty("display","none"),t||(n==null||n.remove(),(o=this.activeInstance)==null||o.remove()),this.activeInstance=void 0,this.popIndexStore(l)}storeMaskInsCfg(t){return this.zIndexStore.set(t.uuid,t),this.lastUUID=t.uuid,this.zIndexStore.get(t.uuid)}popIndexStore(t){if(this.zIndexStore.has(t)){const n=this.zIndexStore.get(t);return this.lastUUID=n.preUID,this.zIndexStore.delete(t)}return this.lastUUID=null,!1}backupActiveInstance(){this.activeInstance&&this.backupMask.append(this.activeInstance)}backupContentElement(t){t&&this.backupMask.append(t)}getActiveContentInstance(){return this.activeInstance}getMask(){if(this.multiInstance)return this.createMask();let t=this.parentNode.querySelector(`[data-bkmask-uid='${this.uniqueMaskAttrTag}']`);return t||(t=this.createMask()),t}createMask(t="data-bk-mask-uid"){const n=document.createElement("div");return n.setAttribute(t,this.uniqueMaskAttrTag),this.parentNode.append(n),n}setMaskStyle(t={}){this.mask&&Object.entries(t).forEach(n=>this.mask.style.setProperty(n[0],n[1]))}getMaskAttrTag(t){return/^(auto|\s+)$/i.test(t)||t===null||t===void 0||t===""?`__bk_mask_${ro(16)}`:t}appendContentToMask(t){this.mask.append(t)}}const Qi=new i1({});class r1{constructor(){this.popInstanceList=[],this.uuidAttrName="data-bk-pop-uuid"}show(t,n=!0,i={},l=!1,o=void 0){if(!t){console.warn("pop show error: content is null or undefined");return}const c=typeof o=="number"?o:bn.getModalNextIndex(),f=ro(16);t.setAttribute(this.uuidAttrName,f),this.popInstanceList.push({uuid:f,zIndex:c,content:t,showMask:n,appendStyle:i}),n&&Qi.backupActiveInstance(),Qi.show(t,c,n,i,f,l)}popHide(t=!0){if(this.popInstanceList.length){if(t){const n=this.popInstanceList.pop();Qi.popIndexStore(n.uuid),n.remove()}if(this.popInstanceList.length){const n=this.popInstanceList.slice(-1)[0],{zIndex:i,content:l,showMask:o,appendStyle:c,uuid:f}=n;Qi.show(l,i,o,c,f)}else Qi.hide()}}hide(t,n=!1){const i=t==null?void 0:t.getAttribute(this.uuidAttrName);if(i){const l=this.popInstanceList.findIndex(o=>o.uuid===i);l>=0&&(n||this.popInstanceList[l].content.remove(),this.popInstanceList.splice(l,1),Qi.popIndexStore(i),this.popInstanceList.length?this.popHide(!1):Qi.hide(n))}else t==null||t.remove()}}const ao=new r1;/*!
|
28
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
29
|
+
*
|
30
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
31
|
+
* Released under the MIT License.
|
32
|
+
*/function zd(e){return Object.prototype.toString.call(e)==="[object Object]"}function a1(e){var t,n;return zd(e)===!1?!1:(t=e.constructor,t===void 0?!0:(n=t.prototype,!(zd(n)===!1||n.hasOwnProperty("isPrototypeOf")===!1)))}function la(){return la=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},la.apply(this,arguments)}function Pd(e,t){if(e==null)return{};var n,i,l={},o=Object.keys(e);for(i=0;i<o.length;i++)t.indexOf(n=o[i])>=0||(l[n]=e[n]);return l}const s1={silent:!1,logLevel:"warn"},l1=["validator"],Od=Object.prototype,Ad=Od.toString,o1=Od.hasOwnProperty,Ed=/^\s*function (\w+)/;function Vd(e){var t;const n=(t=e==null?void 0:e.type)!==null&&t!==void 0?t:e;if(n){const i=n.toString().match(Ed);return i?i[1]:""}return""}const Ri=a1;let kt=e=>e;const Cr=(e,t)=>o1.call(e,t),c1=Number.isInteger||function(e){return typeof e=="number"&&isFinite(e)&&Math.floor(e)===e},Mr=Array.isArray||function(e){return Ad.call(e)==="[object Array]"},wr=e=>Ad.call(e)==="[object Function]",ss=e=>Ri(e)&&Cr(e,"_vueTypes_name"),Jd=e=>Ri(e)&&(Cr(e,"type")||["_vueTypes_name","validator","default","required"].some(t=>Cr(e,t)));function so(e,t){return Object.defineProperty(e.bind(t),"__original",{value:e})}function Wi(e,t,n=!1){let i,l=!0,o="";i=Ri(e)?e:{type:e};const c=ss(i)?i._vueTypes_name+" - ":"";if(Jd(i)&&i.type!==null){if(i.type===void 0||i.type===!0||!i.required&&t===void 0)return l;Mr(i.type)?(l=i.type.some(f=>Wi(f,t,!0)===!0),o=i.type.map(f=>Vd(f)).join(" or ")):(o=Vd(i),l=o==="Array"?Mr(t):o==="Object"?Ri(t):o==="String"||o==="Number"||o==="Boolean"||o==="Function"?function(f){if(f==null)return"";const u=f.constructor.toString().match(Ed);return u?u[1]:""}(t)===o:t instanceof i.type)}if(!l){const f=`${c}value "${t}" should be of type "${o}"`;return n===!1?(kt(f),!1):f}if(Cr(i,"validator")&&wr(i.validator)){const f=kt,u=[];if(kt=h=>{u.push(h)},l=i.validator(t),kt=f,!l){const h=(u.length>1?"* ":"")+u.join(`
|
33
|
+
* `);return u.length=0,n===!1?(kt(h),l):h}}return l}function pt(e,t){const n=Object.defineProperties(t,{_vueTypes_name:{value:e,writable:!0},isRequired:{get(){return this.required=!0,this}},def:{value(l){return l===void 0?(Cr(this,"default")&&delete this.default,this):wr(l)||Wi(this,l,!0)===!0?(this.default=Mr(l)?()=>[...l]:Ri(l)?()=>Object.assign({},l):l,this):(kt(`${this._vueTypes_name} - invalid default value: "${l}"`),this)}}}),{validator:i}=n;return wr(i)&&(n.validator=so(i,n)),n}function Dn(e,t){const n=pt(e,t);return Object.defineProperty(n,"validate",{value(i){return wr(this.validator)&&kt(`${this._vueTypes_name} - calling .validate() will overwrite the current custom validator function. Validator info:
|
34
|
+
${JSON.stringify(this)}`),this.validator=so(i,this),this}})}function Qd(e,t,n){const i=function(u){const h={};return Object.getOwnPropertyNames(u).forEach(m=>{h[m]=Object.getOwnPropertyDescriptor(u,m)}),Object.defineProperties({},h)}(t);if(i._vueTypes_name=e,!Ri(n))return i;const{validator:l}=n,o=Pd(n,l1);if(wr(l)){let{validator:u}=i;u&&(u=(f=(c=u).__original)!==null&&f!==void 0?f:c),i.validator=so(u?function(h){return u.call(this,h)&&l.call(this,h)}:l,i)}var c,f;return Object.assign(i,o)}function ls(e){return e.replace(/^(?!\s*$)/gm," ")}const u1=()=>Dn("any",{}),d1=()=>Dn("function",{type:Function}),f1=()=>Dn("boolean",{type:Boolean}),Ir=()=>Dn("string",{type:String}),Rd=()=>Dn("number",{type:Number}),h1=()=>Dn("array",{type:Array}),g1=()=>Dn("object",{type:Object}),m1=()=>pt("integer",{type:Number,validator:e=>c1(e)}),p1=()=>pt("symbol",{validator:e=>typeof e=="symbol"});function b1(e,t="custom validation failed"){if(typeof e!="function")throw new TypeError("[VueTypes error]: You must provide a function as argument");return pt(e.name||"<<anonymous function>>",{type:null,validator(n){const i=e(n);return i||kt(`${this._vueTypes_name} - ${t}`),i}})}function y1(e){if(!Mr(e))throw new TypeError("[VueTypes error]: You must provide an array as argument.");const t=`oneOf - value should be one of "${e.join('", "')}".`,n=e.reduce((i,l)=>{if(l!=null){const o=l.constructor;i.indexOf(o)===-1&&i.push(o)}return i},[]);return pt("oneOf",{type:n.length>0?n:void 0,validator(i){const l=e.indexOf(i)!==-1;return l||kt(t),l}})}function C1(e){if(!Mr(e))throw new TypeError("[VueTypes error]: You must provide an array as argument");let t=!1,n=[];for(let l=0;l<e.length;l+=1){const o=e[l];if(Jd(o)){if(ss(o)&&o._vueTypes_name==="oneOf"&&o.type){n=n.concat(o.type);continue}if(wr(o.validator)&&(t=!0),o.type===!0||!o.type){kt('oneOfType - invalid usage of "true" or "null" as types.');continue}n=n.concat(o.type)}else n.push(o)}n=n.filter((l,o)=>n.indexOf(l)===o);const i=n.length>0?n:null;return pt("oneOfType",t?{type:i,validator(l){const o=[],c=e.some(f=>{const u=Wi(ss(f)&&f._vueTypes_name==="oneOf"?f.type||null:f,l,!0);return typeof u=="string"&&o.push(u),u===!0});return c||kt(`oneOfType - provided value does not match any of the ${o.length} passed-in validators:
|
35
|
+
${ls(o.join(`
|
36
|
+
`))}`),c}}:{type:i})}function M1(e){return pt("arrayOf",{type:Array,validator(t){let n="";const i=t.every(l=>(n=Wi(e,l,!0),n===!0));return i||kt(`arrayOf - value validation error:
|
37
|
+
${ls(n)}`),i}})}function w1(e){return pt("instanceOf",{type:e})}function I1(e){return pt("objectOf",{type:Object,validator(t){let n="";const i=Object.keys(t).every(l=>(n=Wi(e,t[l],!0),n===!0));return i||kt(`objectOf - value validation error:
|
38
|
+
${ls(n)}`),i}})}function v1(e){const t=Object.keys(e),n=t.filter(l=>{var o;return!((o=e[l])===null||o===void 0||!o.required)}),i=pt("shape",{type:Object,validator(l){if(!Ri(l))return!1;const o=Object.keys(l);if(n.length>0&&n.some(c=>o.indexOf(c)===-1)){const c=n.filter(f=>o.indexOf(f)===-1);return kt(c.length===1?`shape - required property "${c[0]}" is not defined.`:`shape - required properties "${c.join('", "')}" are not defined.`),!1}return o.every(c=>{if(t.indexOf(c)===-1)return this._vueTypes_isLoose===!0||(kt(`shape - shape definition does not include a "${c}" property. Allowed keys: "${t.join('", "')}".`),!1);const f=Wi(e[c],l[c],!0);return typeof f=="string"&&kt(`shape - "${c}" property validation error:
|
39
|
+
${ls(f)}`),f===!0})}});return Object.defineProperty(i,"_vueTypes_isLoose",{writable:!0,value:!1}),Object.defineProperty(i,"loose",{get(){return this._vueTypes_isLoose=!0,this}}),i}const N1=["name","validate","getter"],L1=(()=>{var e,t;return t=e=class{static get any(){return u1()}static get func(){return d1().def(this.defaults.func)}static get bool(){return f1().def(this.defaults.bool)}static get string(){return Ir().def(this.defaults.string)}static get number(){return Rd().def(this.defaults.number)}static get array(){return h1().def(this.defaults.array)}static get object(){return g1().def(this.defaults.object)}static get integer(){return m1().def(this.defaults.integer)}static get symbol(){return p1()}static extend(n){if(Mr(n))return n.forEach(h=>this.extend(h)),this;const{name:i,validate:l=!1,getter:o=!1}=n,c=Pd(n,N1);if(Cr(this,i))throw new TypeError(`[VueTypes error]: Type "${i}" already defined`);const{type:f}=c;if(ss(f))return delete c.type,Object.defineProperty(this,i,o?{get:()=>Qd(i,f,c)}:{value(...h){const m=Qd(i,f,c);return m.validator&&(m.validator=m.validator.bind(m,...h)),m}});let u;return u=o?{get(){const h=Object.assign({},c);return l?Dn(i,h):pt(i,h)},enumerable:!0}:{value(...h){const m=Object.assign({},c);let p;return p=l?Dn(i,m):pt(i,m),m.validator&&(p.validator=m.validator.bind(p,...h)),p},enumerable:!0},Object.defineProperty(this,i,u)}},e.defaults={},e.sensibleDefaults=void 0,e.config=s1,e.custom=b1,e.oneOf=y1,e.instanceOf=w1,e.oneOfType=C1,e.arrayOf=M1,e.objectOf=I1,e.shape=v1,e.utils={validate:(n,i)=>Wi(i,n,!0)===!0,toType:(n,i,l=!1)=>l?Dn(n,i):pt(n,i)},t})();function Wd(e={func:()=>{},bool:!0,string:"",number:0,array:()=>[],object:()=>({}),integer:0}){var t,n;return n=t=class extends L1{static get sensibleDefaults(){return la({},this.defaults)}static set sensibleDefaults(i){this.defaults=i!==!1?la({},i!==!0?i:e):{}}},t.defaults=la({},e),n}class jk extends Wd(){}const k1=Wd({});function Hd(e){return e.reduce((t,n)=>(t[n]=n,t),Object.create(null))}class g extends k1{static size(t=["small","default","large"]){return pt("Size",{type:String,validator:n=>!n||t.includes(n)?!0:(console.error(`invalid size, ${n}, the size must be one of \u3010${t.join(" | ")}\u3011`),!1),default:"default"})}static theme(t=["primary","warning","success","danger"]){return pt("Theme",{type:String,validator:n=>!n||t.includes(n)?!0:(console.error(`invalid theme, ${n}, the theme must be one of \u3010${t.join(" | ")}\u3011`),!1)})}static placement(t=["top","left","right","bottom"]){return pt("Placements",{type:String,validator:n=>!n||t.includes(n)?!0:(console.error(`invalid placements, ${n}, the placement must be one of \u3010${t.join(" | ")}\u3011`),!1),default:"top"})}static commonType(t=[],n="commonType"){return pt(n.replace(/^\S/,i=>i.toUpperCase()),{type:String,validator:i=>{const l=t.includes(i);return l||console.error(`invalid ${n}, ${i}, the ${n} must be one of \u3010${t.join(" | ")}\u3011`),l},default:t[0]})}static style(){return pt("Style",{type:[String,Object]})}static position(t=["top-left","top-right","bottom-left","bottom-right"]){return pt("positions",{type:String,validator:n=>!n||t.includes(n)?!0:(console.error(`invalid positions, ${n}, the position must be one of \u3010${t.join(" | ")}\u3011`),!1),default:"top-center"})}}const Bd=Symbol("form"),Gd=Symbol("formItem"),x1=()=>r.inject(Bd),jn=()=>r.inject(Gd,lo),T1=(()=>document.addEventListener?(e,t,n)=>{e&&t&&n&&e.addEventListener(t,n,!0)}:(e,t,n)=>{e&&t&&n&&e.attachEvent(`on${t}`,n)})(),S1=(()=>document.removeEventListener?(e,t,n)=>{e&&t&&e.removeEventListener(t,n,!0)}:(e,t,n)=>{e&&t&&e.detachEvent(`on${t}`,n)})();function D1(e,t=0,n,i=500,l){const o=Math.abs(t-n),c=Math.ceil(o/i*50);function f(u,h,m){if(u===h){l==null||l();return}let p=u+m>h?h:u+m;u>h&&(p=u-m<h?h:u-m),e===window?window.scrollTo(p,p):e.scrollTop=p,window.requestAnimationFrame(()=>f(p,h,m))}f(t,n,c)}function De(e,t=""){return Object.entries(e).filter(n=>n[1]).map(n=>n[0]).join(" ").concat(t?` ${t}`:"")}const lo=Object.create({}),Zd=e=>Object.keys(e).length<1,Ge=e=>(e.install=function(t,{prefix:n}={}){const i=t.config.globalProperties.bkUIPrefix||n||"Bk";t.component(i+e.name,e)},e),Rt=(e,t,n=!1)=>(e.install=function(i,{prefix:l}={}){const o=i.config.globalProperties.bkUIPrefix||l||"Bk";i.component(o+e.name,e),!n&&Object.values(t).forEach(c=>{i.component(o+c.name,c)})},Object.keys(t).forEach(i=>{e[i]=t[i]}),e);function Be(e,t="bk"){return`${t}-${e}`}function j1(e=300,t,n=!1){let i,l;const o=function(){const c=this,f=arguments;if(i&&clearTimeout(i),n){const u=!i;i=setTimeout(()=>{i=null},e),u&&(l=t.apply(c,f))}else i=setTimeout(()=>{t.apply(c,f)},e);return l};return o.cancel=function(){clearTimeout(i),i=null},o}function _d(e=[],t=[]){if(e.length!==t.length)return!1;for(let n=0;n<e.length;n++)if(e[n]!==t[n])return!1;return!0}function Yd(e,t,n){return r.h(e.name,Se(Y({key:t},e.attributes),{style:`${e.attributes.style} ${n||""}`}),(e.elements||[]).map((i,l)=>Yd(i,`${t}-${e.name}-${l}`)))}const Ae=(e,t)=>{const h=Y(Y({},t.attrs),e),{data:n,name:i,width:l,height:o,fill:c}=h,f=hr(h,["data","name","width","height","fill"]),u=`width: ${l}; height: ${o}; fill: ${c}`;return r.createVNode("span",f,[Yd(n,i,u)])};Ae.inheritAttrs=!1,Ae.displayName="bkIcon",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 744.64L789.6 462.72 880 554.56 512 928 144 554.56 234.4 462.72 512 744.64z"}},{"type":"element","name":"path","attributes":{"d":"M144 187.68L234.4 96 512 377.76 789.6 96 880 187.68 512 561.28 144 187.68z"}}]}'),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":"M279.36 512L561.28 789.6 469.44 880 96 512 469.44 144 561.28 234.4 279.36 512z"}},{"type":"element","name":"path","attributes":{"d":"M836.32 144L928 234.4 646.08 512 928 789.6 836.32 880 462.72 512 836.32 144z"}}]}');const z1=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":"M697.6 281.6l48 48-176 176 176 176-48 48-224-224L697.6 281.6z"}},{"type":"element","name":"path","attributes":{"d":"M505.6 281.6l48 48-176 176 176 176-48 48-224-224L505.6 281.6z"}}]}'),oa=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:z1,name:"angleDoubleLeft"}),null)};oa.displayName="angleDoubleLeft",oa.inheritAttrs=!1,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":"M744.64 512L462.72 789.6 554.56 880 928 512 554.56 144 462.72 234.4 744.64 512z"}},{"type":"element","name":"path","attributes":{"d":"M187.68 144L96 234.4 377.76 512 96 789.6 187.68 880 561.28 512 187.68 144z"}}]}');const P1=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":"M358.4 729.6l-48-48 176-176-176-176 48-48 224 224L358.4 729.6z"}},{"type":"element","name":"path","attributes":{"d":"M550.4 729.6l-48-48 176-176-176-176 48-48 224 224L550.4 729.6z"}}]}'),ca=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:P1,name:"angleDoubleRight"}),null)};ca.displayName="angleDoubleRight",ca.inheritAttrs=!1,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 279.36L789.6 561.28 880 469.44 512 96 144 469.44 234.4 561.28 512 279.36z"}},{"type":"element","name":"path","attributes":{"d":"M144 836.32L234.4 928 512 646.08 789.6 928 880 836.32 512 462.72 144 836.32z"}}]}');const O1=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 256L96 704 187.04 704 512 704 836.96 704 928 704 512 256z"}}]}'),oo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:O1,name:"angleDownFill"}),null)};oo.displayName="angleDownFill",oo.inheritAttrs=!1;const A1=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 762.56L98.72 349.28 189.28 258.72 512 581.44 834.72 258.72 925.28 349.28 512 762.56z"}}]}'),co=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:A1,name:"angleDownLine"}),null)};co.displayName="angleDownLine",co.inheritAttrs=!1;const E1=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":"M288 448L336 400 512 576 688 400 736 448 512 672z"}}]}'),os=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:E1,name:"angleDown"}),null)};os.displayName="angleDown",os.inheritAttrs=!1;const V1=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":"M376 504L600 280 648 328 472 504 648 680 600 728 376 504z"}}]}'),Hi=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:V1,name:"angleLeft"}),null)};Hi.displayName="angleLeft",Hi.inheritAttrs=!1;const J1=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":"M424 728L376 680 552 504 376 328 424 280 648 504 424 728z"}}]}'),zn=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:J1,name:"angleRight"}),null)};zn.displayName="angleRight",zn.inheritAttrs=!1;const Q1=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 704L96 256 187.04 256 512 256 836.96 256 928 256 512 704z"}}]}'),cs=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:Q1,name:"angleUpFill"}),null)};cs.displayName="angleUpFill",cs.inheritAttrs=!1;const R1=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"}}]}'),vr=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:R1,name:"angleUp"}),null)};vr.displayName="angleUp",vr.inheritAttrs=!1;const W1=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1194.667","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M661.331584 0C696.6651477333332 0 745.9971968 20.667040213333333 770.6658858666666 45.333077333333335L978.6642816 253.3329224533333C1003.3316394666667 278.00029312 1024 327.33370112 1024 362.66728575999997L1024 1130.6680490666665C1024 1166.0002986666666 995.3336490666667 1194.6666666666665 959.9974143999999 1194.6666666666665L64 1194.6666666666665C28.666351530666663 1194.6666666666665 0 1166.0002986666666 0 1130.6680490666665L0 64C0 28.666367530666665 28.667684991999998 0 64 0L661.331584 0ZM224 522.6666666666666L138.66666666666666 522.6666666666666 138.66666666666666 818.6666666666666 309.3333333333333 818.6666666666666 309.3333333333333 605.3333333333333 224 605.3333333333333 224 522.6666666666666ZM245.33333333333331 669.3333333333333L245.33333333333331 754.6666666666666 202.66666666666666 754.6666666666666 202.66666666666666 669.3333333333333 245.33333333333331 669.3333333333333ZM309.3333333333333 437.3333333333333L224 437.3333333333333 224 522.6666666666666 309.3333333333333 522.6666666666666 309.3333333333333 437.3333333333333ZM224 352L138.66666666666666 352 138.66666666666666 437.3333333333333 224 437.3333333333333 224 352ZM309.3333333333333 266.66666666666663L224 266.66666666666663 224 352 309.3333333333333 352 309.3333333333333 266.66666666666663ZM682.6666666666666 90.66615466666667L682.6666666666666 341.33352362666665 933.3325610666667 341.33352362666665C929.3322325333334 329.9992546133333 923.3317418666667 318.66631850666664 918.6646911999999 313.9992661333333L709.9995776000001 105.33269930666667C705.3325269333333 100.66564736 693.9982634666667 94.66648490666667 682.6666666666666 90.66615466666667ZM224 181.33333333333331L138.66666666666666 181.33333333333331 138.66666666666666 266.66666666666663 224 266.66666666666663 224 181.33333333333331ZM309.3333333333333 96L224 96 224 181.33333333333331 309.3333333333333 181.33333333333331 309.3333333333333 96Z"}}]}'),uo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:W1,name:"archiveFill"}),null)};uo.displayName="archiveFill",uo.inheritAttrs=!1;const H1=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"bk-icon","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M416 480h320v64H416l96 96-48 48L288 512l176-176L512 384 416 480z"}}]}'),fo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:H1,name:"arrowsLeft"}),null)};fo.displayName="arrowsLeft",fo.inheritAttrs=!1;const B1=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":"M608 480H288v64H608l-96 96 48 48L736 512l-176-176L512 384Z"}}]}'),ho=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:B1,name:"arrowsRight"}),null)};ho.displayName="arrowsRight",ho.inheritAttrs=!1;const G1=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M664.4363636363637 0C676.8000000000001 0 688.5818181818182 4.945454545454545 697.3090909090909 13.672727272727274L697.3090909090909 13.672727272727274 1010.3272727272728 326.6909090909091C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.8 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.8 20.8 0 46.54545454545455 0L46.54545454545455 0ZM655.2545466181818 560.2713367272728L460.52727249454546 619.8349730909091C436.9818181818182 626.5804288 417.7636361309091 651.1440616727273 417.7636361309091 674.6895173818182L417.7636361309091 880.1077015272728C417.7636361309091 880.1077015272728 403.6363636363636 870.5622434909092 372.19999976727274 875.0167924363637 326 881.6349742545455 288.5818181818182 917.016790109091 288.5818181818182 954.1804264727273 288.5818181818182 991.3440628363637 326 1014.1258798545455 372.19999976727274 1007.5076980363638 418.4 1001.016790109091 452.2545454545455 966.6531560727274 452.2545454545455 929.4895197090908L452.2545454545455 754.1076992000001C452.2545454545455 737.5622469818182 472.10908858181824 730.562243490909 472.10908858181824 730.562243490909L644.3090897454546 676.5986071272727C644.3090897454546 676.5986071272727 663.4000011636364 670.2349730909091 663.4000011636364 687.7986071272728L663.4000011636364 828.689519709091C663.4000011636364 828.689519709091 645.8363624727273 818.6349707636364 614.4 822.4531549090909 568.2000011636363 828.053154909091 530.7818170181819 862.6713367272728 530.7818170181819 899.8349730909091 530.7818170181819 936.9986094545455 568.2000011636363 960.5440651636363 614.4 954.9440651636363 660.5999988363636 949.3440651636365 698.0181829818182 914.7258833454546 698.0181829818182 877.5622469818182L698.0181829818182 590.8167912727273C698.0181829818182 567.1440616727273 678.9272715636364 553.5258810181818 655.2545466181818 560.2713367272728ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}'),go=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:G1,name:"audioFill"}),null)};go.displayName="audioFill",go.inheritAttrs=!1,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":"M384 289.28c103.50933333333333 18.986666666666665 183.89333333333332 99.37066666666666 202.62399999999997 201.344l5.3759999999999994 37.376c1.664 83.62666666666667 32.59733333333333 159.7013333333333 82.94399999999999 218.70933333333335 32.72533333333333 37.84533333333333 81.024 62.29333333333333 135.08266666666665 63.53066666666667 2.9013333333333335 0.128 6.0586666666666655 0.21333333333333332 9.216 0.21333333333333332 49.834666666666664 0 95.488-17.962666666666664 130.81599999999997-47.78666666666667 47.40266666666666-42.367999999999995 77.312-104.10666666666665 77.312-172.79999999999998 0-13.952-1.2373333333333334-27.562666666666665-3.584-40.831999999999994-15.786666666666665-115.62666666666667-96.29866666666666-210.43200000000002-203.73333333333335-246.91199999999998-5.8453333333333335-59.98933333333333-33.49333333333333-112.21333333333332-75.47733333333332-148.224-37.33333333333333-34.432-87.03999999999999-55.42399999999999-141.61066666666665-55.42399999999999-15.445333333333332 0-30.506666666666664 1.664-45.01333333333333 4.864-50.986666666666665 13.141333333333332-95.01866666666666 42.83733333333333-126.208 83.072-5.333333333333333 6.143999999999999-8.362666666666666 13.568-8.362666666666666 21.674666666666667 0 9.685333333333332 4.309333333333333 18.389333333333333 11.136 24.27733333333333l3.8826666666666663 0.042666666666666665c-16.21333333333333-4.053333333333333-34.901333333333326-6.613333333333333-54.10133333333333-7.04-6.101333333333333-0.38399999999999995-12.927999999999999-0.6399999999999999-19.797333333333334-0.6399999999999999s-13.696 0.21333333333333332-20.43733333333333 0.6826666666666666l0.9386666666666665-10.922666666666666c2.1333333333333333-25.813333333333333 17.194666666666667-47.70133333333334 38.656-59.30666666666666 9.173333333333332-6.015999999999999 14.933333333333332-15.872 14.933333333333332-27.093333333333334 0-17.749333333333333-14.378666666666668-32.128-32.128-32.128-6.528 0-12.629333333333332 1.9626666666666666-17.706666666666663 5.333333333333333-21.290666666666667 13.653333333333332-38.18666666666667 32.81066666666666-48.81066666666666 55.42399999999999-15.274666666666665-6.442666666666666-32.85333333333333-10.709333333333333-51.413333333333334-10.709333333333333-8.661333333333333 0-17.109333333333332 0.9386666666666665-25.258666666666663 2.6879999999999997-14.037333333333333 3.1999999999999997-24.959999999999997 16.256-24.959999999999997 31.872 0 18.090666666666664 14.677333333333332 32.768 32.768 32.768 2.474666666666667 0 4.906666666666666-0.29866666666666664 7.253333333333334-0.8106666666666666 2.1333333333333333-0.29866666666666664 4.8213333333333335-0.512 7.552-0.512 18.048 0 34.176 8.405333333333333 44.629333333333335 21.546666666666667l0.08533333333333333 0.128c-122.24000000000001 28.16-197.12 139.51999999999998-240 236.79999999999998-33.28 74.88-80.63999999999999 215.67999999999998-24.319999999999997 316.79999999999995 29.610666666666663 61.056 88.96 103.55199999999999 158.72 108.75733333333332l704.64 0.042666666666666665c17.663999999999998 0 32-14.336 32-32s-14.336-32-32-32h-704c-46.848-4.906666666666666-85.80266666666667-34.474666666666664-103.97866666666665-75.34933333333333-44.50133333333333-80.17066666666666 3.498666666666667-208.81066666666666 26.538666666666664-260.65066666666667 65.91999999999999-147.2 156.79999999999998-217.59999999999997 275.84-206.71999999999997zM480 229.12c22.826666666666668-30.976 55.296-53.63199999999999 92.88533333333334-63.744 10.069333333333333-2.1759999999999997 20.266666666666666-3.2426666666666666 30.72-3.2426666666666666 37.888 0 72.448 14.250666666666667 98.60266666666666 37.67466666666667 31.786666666666665 28.8 51.754666666666665 70.39999999999999 51.754666666666665 116.69333333333333 0 1.2373333333333334 0 2.474666666666667-0.042666666666666665 3.7119999999999997l0 32.46933333333333 24.959999999999997 3.84c95.27466666666666 23.296 167.25333333333333 101.50399999999999 180.992 198.4 1.92 10.495999999999999 2.944 21.119999999999997 2.944 32 0 52.522666666666666-23.59466666666667 99.49866666666665-60.75733333333333 130.98666666666665-21.503999999999998 16.554666666666666-48.512 26.368-77.824 26.368-4.224 0-8.448-0.21333333333333332-12.586666666666666-0.5973333333333333 0.512 0.042666666666666665 0.512 0.042666666666666665 0.512 0.042666666666666665-35.583999999999996 0-67.54133333333333-15.530666666666665-89.472-40.19199999999999-39.38133333333333-48.768-63.40266666666666-111.18933333333332-64.08533333333332-179.15733333333333l-5.76-42.410666666666664c-22.954666666666668-111.744-100.30933333333333-201.38666666666666-202.58133333333333-241.152-1.1093333333333333-0.6399999999999999 0.21333333333333332-0.5546666666666666 1.5359999999999998-0.5546666666666666 10.239999999999998 0 19.413333333333334-4.522666666666666 25.599999999999998-11.690666666666667z"}}]}');const Z1=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 0c-17.919999999999998 0-32 14.08-32 32s14.08 32 32 32c247.04 0 448 200.95999999999998 448 448 0 17.919999999999998 14.08 32 32 32s32-14.08 32-32c0-282.24-229.76-512-512-512z"}}]}'),us=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:Z1,name:"circle"}),null)};us.displayName="circle",us.inheritAttrs=!1;const _1=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":"M902.56 166.56L857.44 121.44 512 466.72 166.56 121.44 121.44 166.56 466.72 512 121.44 857.44 166.56 902.56 512 557.28 857.44 902.56 902.56 857.44 557.28 512 902.56 166.56z"}}]}'),ds=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:_1,name:"closeLine"}),null)};ds.displayName="closeLine",ds.inheritAttrs=!1;const Y1=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"}}]}'),Cn=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:Y1,name:"close"}),null)};Cn.displayName="close",Cn.inheritAttrs=!1,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":"M1011.1999999999999 489.59999999999997l-224-224c-12.799999999999999-12.799999999999999-32.64-12.799999999999999-45.44 0s-12.799999999999999 32.64 0 45.44l201.59999999999997 200.95999999999998-201.59999999999997 201.59999999999997c-12.799999999999999 12.799999999999999-12.799999999999999 32.64 0 45.44 6.3999999999999995 6.3999999999999995 14.719999999999999 9.6 22.4 9.6s16.64-3.1999999999999997 22.4-9.6l224-224c12.799999999999999-12.799999999999999 12.799999999999999-33.28 0.6399999999999999-45.44z"}},{"type":"element","name":"path","attributes":{"d":"M282.24 265.59999999999997c-12.799999999999999-12.799999999999999-32.64-12.799999999999999-45.44 0l-224 224c-12.799999999999999 12.799999999999999-12.799999999999999 32.64 0 45.44l224 224c6.3999999999999995 5.76 14.719999999999999 8.959999999999999 23.04 8.959999999999999s16.64-3.1999999999999997 22.4-9.6c12.799999999999999-12.799999999999999 12.799999999999999-32.64 0-45.44l-201.59999999999997-200.95999999999998 201.59999999999997-201.59999999999997c12.159999999999998-12.159999999999998 12.159999999999998-32.64 0-44.8z"}},{"type":"element","name":"path","attributes":{"d":"M616.3199999999999 129.27999999999997c-16.64-5.119999999999999-34.56 5.119999999999999-39.04 22.4l-192 704c-4.4799999999999995 17.28 5.119999999999999 34.56 22.4 39.04 2.5599999999999996 0.6399999999999999 5.76 1.2799999999999998 8.32 1.2799999999999998 14.08 0 26.88-9.6 30.72-23.68l192-704c4.4799999999999995-16.64-5.119999999999999-34.56-22.4-39.04z"}}]}');const F1=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":"M608 512A96 96 0 0 1 512 608 96 96 0 0 1 416 512 96 96 0 0 1 608 512z"}},{"type":"element","name":"path","attributes":{"d":"M860.8 558.4c4.8-30.4 4.8-62.4 0-92.8l67.2-57.6c9.6-8 14.4-22.4 9.6-35.2-19.2-59.2-51.2-115.2-92.8-161.6-6.4-6.4-14.4-11.2-24-11.2-3.2 0-8 0-11.2 1.6l-83.2 30.4c-24-19.2-52.8-35.2-81.6-46.4l-16-86.4c-1.6-12.8-12.8-22.4-25.6-25.6-60.8-12.8-124.8-12.8-185.6 0-12.8 3.2-22.4 12.8-24 25.6l-16 86.4c-28.8 11.2-56 27.2-81.6 46.4l-83.2-30.4c-3.2-1.6-6.4-1.6-11.2-1.6-9.6 0-17.6 3.2-24 11.2-41.6 46.4-73.6 100.8-92.8 161.6-4.8 12.8 0 27.2 9.6 35.2l67.2 57.6C160 496 160 528 163.2 558.4L96 616c-9.6 8-14.4 22.4-9.6 35.2 19.2 59.2 51.2 115.2 92.8 161.6 6.4 6.4 14.4 11.2 24 11.2 3.2 0 8 0 11.2-1.6l83.2-30.4c24 19.2 52.8 35.2 81.6 46.4l16 86.4c1.6 12.8 12.8 22.4 25.6 25.6 60.8 12.8 124.8 12.8 185.6 0 12.8-3.2 22.4-12.8 25.6-25.6l16-86.4c28.8-11.2 56-27.2 81.6-46.4l83.2 30.4c3.2 1.6 6.4 1.6 11.2 1.6 9.6 0 17.6-3.2 24-11.2 41.6-46.4 73.6-100.8 92.8-161.6 3.2-12.8 0-27.2-11.2-35.2L860.8 558.4zM512 672c-88 0-160-72-160-160s72-160 160-160 160 72 160 160S600 672 512 672z"}}]}'),mo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:F1,name:"cogShape"}),null)};mo.displayName="cogShape",mo.inheritAttrs=!1;const U1=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":"M496 216l-76.32 76.32 152.64 152.8H64v101.76H572.16l-152.48 152.8L496 776 775.52 496Zm362.4 0v560H960v-560Z"}}]}'),po=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:U1,name:"collapseLeft"}),null)};po.displayName="collapseLeft",po.inheritAttrs=!1,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":"M864 128H288c-17.6 0-32 14.4-32 32v96h-96c-17.6 0-32 14.4-32 32v576c0 17.6 14.4 32 32 32h576c17.6 0 32-14.4 32-32v-96h96c17.6 0 32-14.4 32-32V160C896 142.4 881.6 128 864 128zM704 704v64 64H192V320h64 64 384V704zM832 704h-64V288c0-17.6-14.4-32-32-32H320v-64h512V704z"}},{"type":"element","name":"path","attributes":{"d":"M275.2 419.2H611.2V483.2H275.2z"}},{"type":"element","name":"path","attributes":{"d":"M272 544H608V608H272z"}},{"type":"element","name":"path","attributes":{"d":"M272 672H608V736H272z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1170.2857142857142","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M176.27428571428572 248.68571428571425c100.74209523809523 24.673523809523807 216.40533333333332 38.863238095238096 335.335619047619 38.863238095238096s234.5935238095238-14.14095238095238 345.38057142857144-40.86247619047619c106.30095238095238-27.209142857142858 167.00952380952378-74.02057142857143 167.00952380952378-100.35199999999999 0-49.00571428571428-180.66285714285715-146.28571428571428-512-146.28571428571428s-512 95.81714285714285-512 146.28571428571428c0 26.33142857142857 60.70857142857143 73.14285714285714 176.27428571428572 102.4z"}},{"type":"element","name":"path","attributes":{"d":"M856.5028571428571 923.7942857142857c-99.2304761904762 25.6-213.13828571428573 40.27733333333333-330.45942857142853 40.27733333333333-4.924952380952381 0-9.849904761904762-0.04876190476190476-14.774857142857142-0.09752380952380953-3.4620952380952374 0.04876190476190476-8.387047619047618 0.09752380952380953-13.360761904761905 0.09752380952380953-117.32114285714286 0-231.18019047619046-14.677333333333332-339.87047619047615-42.37409523809524-113.37142857142858 37.156571428571425-157.98857142857142 81.77371428571428-157.98857142857142 102.25371428571428 0 49.00571428571428 180.66285714285715 146.28571428571428 512 146.28571428571428s512-95.08571428571427 512-146.28571428571428c0-20.479999999999997-44.61714285714286-65.09714285714286-167.49714285714285-100.2057142857143z"}},{"type":"element","name":"path","attributes":{"d":"M856.5028571428571 626.8342857142857c-103.37523809523809 25.063619047619046-222.0617142857143 39.44838095238095-344.16152380952377 39.44838095238095s-240.73752380952382-14.384761904761904-354.4990476190476-41.54514285714286c-113.27390476190476 37.20533333333333-157.8910476190476 82.55390476190476-157.8910476190476 106.69104761904762 0 49.00571428571428 180.66285714285715 146.28571428571428 512 146.28571428571428s512-95.08571428571427 512-146.28571428571428c0-24.137142857142855-44.61714285714286-69.48571428571428-167.49714285714285-104.5942857142857z"}},{"type":"element","name":"path","attributes":{"d":"M856.5028571428571 332.0685714285714h-13.165714285714285c-99.42552380952381 25.40495238095238-213.62590476190476 40.03352380952381-331.23961904761904 40.22857142857142-3.072 0-6.534095238095238 0.04876190476190476-10.04495238095238 0.04876190476190476-114.00533333333333 0-224.88990476190475-13.604571428571429-330.9958095238095-39.30209523809524l-2.8769523809523805 1.9504761904761905c-123.61142857142858 30.72-168.22857142857143 77.53142857142858-168.22857142857143 99.47428571428571 0 49.00571428571428 180.66285714285715 146.28571428571428 512 146.28571428571428s512-95.81714285714285 512-146.28571428571428c0-21.942857142857143-44.61714285714286-68.7542857142857-167.49714285714285-102.4z"}}]}');const $1=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":"M928 224H672v-64c0-35.2-28.8-64-64-64H416c-35.2 0-64 28.8-64 64v64H96v64h112v576c0 35.2 28.8 64 64 64h480c35.2 0 64-28.8 64-64V288h112V224zM432 160h160c9.6 0 16 6.4 16 16v48H416v-48C416 166.4 422.4 160 432 160zM736 864H288c-9.6 0-16-6.4-16-16V288h480v560C752 857.6 745.6 864 736 864z"}},{"type":"element","name":"path","attributes":{"d":"M576 400H640V752H576V400z"}},{"type":"element","name":"path","attributes":{"d":"M384 400H448V752H384V400z"}}]}'),ua=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:$1,name:"del"}),null)};ua.displayName="del",ua.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1097.143","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M698.6979072 34.411393901714284C704.0406784 39.04304329142857 707.1085714285714 45.76605271771429 707.1085714285714 52.83693527771428L707.1085714285714 1069.3276013714285C707.1085714285714 1076.3886738285712 704.0452278857143 1083.1024822857141 698.7138852571428 1087.7323337142855 693.3825389714286 1092.362185142857 686.3058176 1094.453295542857 679.3142857142858 1093.4647442285714L66.27961892571427 1005.9371263999999C42.24804234971429 1002.5144795428571 24.393142857142855 981.9369252571428 24.393142857142855 957.6628406857142L24.393142857142855 164.50169709714285C24.393142857142855 140.22761252571428 42.24804234971429 119.65005750857142 66.27961892571427 116.22741138285714L66.32838107428572 116.22741138285714 679.2655250285715 28.699792423131427C686.2647552000001 27.695727027199997 693.355136 29.77974452662857 698.6979072 34.411393901714284ZM950.9180964571428 122.22512566857142C977.8485504 122.22512566857142 999.68 144.05657417142857 999.68 170.9870306742857L999.68 951.1775049142856C999.68 978.1079625142856 977.8485504 999.9394121142856 950.9180964571428 999.9394121142856L755.8704749714285 999.9394121142856 755.8704749714285 902.4156013714285 902.1561892571428 902.4156013714285 902.1561892571428 219.7489353142857 755.8704749714285 219.7489353142857 755.8704749714285 122.22512566857142 950.9180964571428 122.22512566857142ZM268.25142857142856 366.03464959999997L170.72761892571427 366.03464959999997 170.72761892571427 756.1298870857141 268.25142857142856 756.1298870857141 365.7752382171428 658.606076342857 463.2990464 756.1298870857141 560.8228571428571 756.1298870857141 560.8228571428571 366.03464959999997 463.2990464 366.03464959999997 463.2990464 609.3077906285713 365.7752382171428 512.3203620571429 268.73904749714285 609.8441727999999 268.25142857142856 366.03464959999997Z"}}]}');const X1=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":"M704 352l48 48-304 304-176-176 48-48 128 128z"}}]}'),Nr=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:X1,name:"done"}),null)};Nr.displayName="done",Nr.inheritAttrs=!1;const K1=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 768c-6.3999999999999995 0-13.44-2.5599999999999996-18.56-8.32l-356.48-384c-8.32-8.959999999999999-10.879999999999999-23.04-7.04-35.199999999999996s14.08-20.479999999999997 25.599999999999998-20.479999999999997h712.96c11.52 0 21.119999999999997 8.32 25.599999999999998 20.479999999999997s1.2799999999999998 26.24-7.04 35.199999999999996l-356.48 384c-5.119999999999999 5.76-12.159999999999998 8.32-18.56 8.32z"}}]}'),fs=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:K1,name:"downShape"}),null)};fs.displayName="downShape",fs.inheritAttrs=!1;const q1=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"}}]}'),hs=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:q1,name:"downSmall"}),null)};hs.displayName="downSmall",hs.inheritAttrs=!1;const e4=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":"M609.6 201.6L203.2 609.6 203.2 710.4 304 710.4 712 304z"}},{"type":"element","name":"path","attributes":{"d":"M128 800H896V896H128z"}},{"type":"element","name":"path","attributes":{"d":"M683.6717566325265 128.04165515828316L785.4933559547056 229.86680878681256 740.2377321198037 275.1208529300033 638.4161327976245 173.2956993014738z"}}]}'),bo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:e4,name:"editLine"}),null)};bo.displayName="editLine",bo.inheritAttrs=!1;const t4=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":"M320 512c0 35.199999999999996-28.8 64-64 64s-64-28.8-64-64c0-35.199999999999996 28.8-64 64-64s64 28.8 64 64zM512 448c-35.199999999999996 0-64 28.8-64 64s28.8 64 64 64 64-28.8 64-64c0-35.199999999999996-28.8-64-64-64zM768 448c-35.199999999999996 0-64 28.8-64 64s28.8 64 64 64 64-28.8 64-64c0-35.199999999999996-28.8-64-64-64z"}}]}'),gs=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:t4,name:"ellipsis"}),null)};gs.displayName="ellipsis",gs.inheritAttrs=!1;const n4=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":{"fill-rule":"evenodd","d":"M452.7573333333333 510.91200000000003L225.83338666666668 737.8346666666666 286.1730133333333 798.1738666666666 513.0965333333334 571.2511999999999 739.8399999999999 797.9946666666666 797.9946666666666 739.8399999999999 571.2511999999999 513.0965333333334 798.1738666666666 286.1730133333333 737.8346666666666 225.83338666666668 510.91200000000003 452.7573333333333 283.9867733333333 225.83338666666668 225.83338666666668 283.9867733333333 452.7573333333333 510.91200000000003Z","clip-rule":"evenodd"}}]}'),Pn=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:n4,name:"error"}),null)};Pn.displayName="error",Pn.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1097.143","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M698.6369535999999 21.90055387428571C703.9797248 26.53220315428571 707.0476178285713 33.25521261714285 707.0476178285713 40.326095360000004L707.0476178285713 1056.8167606857141C707.0476178285713 1063.8778368 703.9842779428571 1070.5916416 698.6529316571427 1075.2214930285713 693.3215890285713 1079.8513481142857 686.2448676571429 1081.9424548571428 679.2533321142857 1080.953903542857L66.21866678857141 993.4262857142858C42.18708992 990.0036388571428 24.332190354285718 969.4260845714285 24.332190354285718 945.152L24.332190354285718 151.99085714285712C24.332190354285718 127.71677257142855 42.18708992 107.13921718857142 66.21866678857141 103.71657142857141L66.26742857142857 103.71657142857141 679.2045714285714 16.188952502857138C686.2038015999999 15.18488685714286 693.2941824 17.26890459428571 698.6369535999999 21.90055387428571ZM950.8571428571428 109.71428571428571C977.7876004571428 109.71428571428571 999.6190463999999 131.54573421714286 999.6190463999999 158.4761903542857L999.6190463999999 938.6666678857142C999.6190463999999 965.5971218285714 977.7876004571428 987.4285714285713 950.8571428571428 987.4285714285713L755.8095250285714 987.4285714285713 755.8095250285714 889.9047606857142 902.0952393142857 889.9047606857142 902.0952393142857 207.23809536 755.8095250285714 207.23809536 755.8095250285714 109.71428571428571 950.8571428571428 109.71428571428571ZM287.69523821714284 353.52381074285717L170.6666667885714 353.52381074285717 307.2 548.5714285714286 170.6666667885714 743.6190463999999 287.69523821714284 743.6190463999999 365.71428571428567 632.1493321142857 443.7333321142857 743.6190463999999 560.7619035428571 743.6190463999999 424.2285714285714 548.5714285714286 560.7619035428571 353.52381074285717 443.7333321142857 353.52381074285717 365.71428571428567 464.9935250285714 287.69523821714284 353.52381074285717Z"}}]}');const i4=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 64C264 64 64 264 64 512s200 448 448 448 448-200 448-448S760 64 512 64zM512 768c-27.2 0-48-20.8-48-48s20.8-48 48-48c27.2 0 48 20.8 48 48S539.2 768 512 768zM560 308.8L544 608c0 17.6-14.4 32-32 32-17.6 0-32-14.4-32-32l-16-299.2c0-1.6 0-3.2 0-4.8 0-27.2 20.8-48 48-48 27.2 0 48 20.8 48 48C560 305.6 560 307.2 560 308.8z"}}]}'),yo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:i4,name:"exclamationCircleShape"}),null)};yo.displayName="exclamationCircleShape",yo.inheritAttrs=!1;const r4=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"}}]}'),Co=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:r4,name:"eye"}),null)};Co.displayName="eye",Co.inheritAttrs=!1,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":"M928 320h-35.199999999999996c-15.402666666666665-73.55733333333333-79.744-128-156.75733333333332-128 0 0-0.042666666666666665 0-0.042666666666666665 0h-288v-32c0-53.034666666666666-42.96533333333333-96-96-96h-256c-53.034666666666666 0-96 42.96533333333333-96 96v640c0 88.36266666666667 71.63733333333333 160 160 160h704c0.38399999999999995 0 0.8533333333333333 0 1.3226666666666667 0 51.199999999999996 0 92.88533333333334-40.61866666666666 94.67733333333332-91.34933333333333l64-452.65066666666667c0-53.034666666666666-42.96533333333333-96-96-96zM64 800v-640c0-17.663999999999998 14.336-32 32-32h256c17.663999999999998 0 32 14.336 32 32v64c0 17.663999999999998 14.336 32 32 32h320c41.42933333333333 0.128 76.71466666666666 26.496 90.02666666666666 63.31733333333333l-538.0266666666666 0.6826666666666666c-0.38399999999999995 0-0.8533333333333333 0-1.3226666666666667 0-51.199999999999996 0-92.88533333333334 40.61866666666666-94.67733333333332 91.34933333333333l-64 452.65066666666667c0.128 9.856 1.7493333333333334 19.328 4.650666666666666 28.202666666666666-39.97866666666667-12.842666666666666-68.47999999999999-49.151999999999994-68.65066666666667-92.16zM896 864c0 17.663999999999998-14.336 32-32 32h-640c-0.08533333333333333 0-0.21333333333333332 0-0.29866666666666664 0-16.08533333333333 0-29.39733333333333-11.861333333333334-31.658666666666665-27.349333333333334l64-452.65066666666667c0-17.663999999999998 14.336-32 32-32h640c0.08533333333333333 0 0.21333333333333332 0 0.29866666666666664 0 16.08533333333333 0 29.39733333333333 11.861333333333334 31.658666666666665 27.349333333333334z"}}]}');const a4=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":"M202.24 421.11999999999995c1.792-56.23466666666667 47.78666666666667-101.12 104.27733333333333-101.12 0.46933333333333327 0 0.9386666666666665 0 1.408 0l568.2346666666666 0c0.17066666666666666 0 0.38399999999999995 0 0.5973333333333333 0 7.082666666666666 0 12.799999999999999-5.717333333333333 12.799999999999999-12.799999999999999 0-1.3653333333333333-0.21333333333333332-2.6879999999999997-0.6399999999999999-3.925333333333333-21.205333333333332-65.024-81.40799999999999-111.27466666666666-152.40533333333332-111.27466666666666-0.17066666666666666 0-0.38399999999999995 0-0.5546666666666666 0h-287.9573333333333v-32c0-53.034666666666666-42.96533333333333-96-96-96h-256c-53.034666666666666 0-96 42.96533333333333-96 96v640c0 0.9813333333333333-0.042666666666666665 2.0906666666666665-0.042666666666666665 3.2426666666666666 0 77.056 54.44266666666667 141.39733333333334 126.976 156.58666666666664 0.896-1.92 0.8106666666666666-4.394666666666666 0.8106666666666666-6.8693333333333335s0.08533333333333333-4.949333333333334 0.256-7.381333333333332z"}},{"type":"element","name":"path","attributes":{"d":"M960 384h-652.16c-22.954666666666668 0-41.599999999999994 18.645333333333333-41.599999999999994 41.599999999999994l-74.24 521.5999999999999c-0.42666666666666664 1.92-0.6399999999999999 4.1386666666666665-0.6399999999999999 6.3999999999999995s0.256 4.4799999999999995 0.6826666666666666 6.613333333333333l703.9573333333333-0.21333333333333332c35.327999999999996 0 64-28.672 64-64l64-448c0-35.327999999999996-28.672-64-64-64z"}}]}'),Mo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:a4,name:"folderShapeOpen"}),null)};Mo.displayName="folderShapeOpen",Mo.inheritAttrs=!1,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":"M864 192h-416v-32c0-53.034666666666666-42.96533333333333-96-96-96h-256c-53.034666666666666 0-96 42.96533333333333-96 96v640c0 88.36266666666667 71.63733333333333 160 160 160h704c88.36266666666667 0 160-71.63733333333333 160-160v-448c0-88.36266666666667-71.63733333333333-160-160-160z"}}]}');const s4=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":"M864 960h-704c-88.36266666666667 0-160-71.63733333333333-160-160v-640c0-53.034666666666666 42.96533333333333-96 96-96h256c53.034666666666666 0 96 42.96533333333333 96 96v32h416c88.36266666666667 0 160 71.63733333333333 160 160v448c0 88.36266666666667-71.63733333333333 160-160 160zM96 128c-17.663999999999998 0-32 14.336-32 32v640c0 53.034666666666666 42.96533333333333 96 96 96h704c53.034666666666666 0 96-42.96533333333333 96-96v-448c0-53.034666666666666-42.96533333333333-96-96-96h-448c-17.663999999999998 0-32-14.336-32-32v-64c0-17.663999999999998-14.336-32-32-32z"}}]}'),wo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:s4,name:"folder"}),null)};wo.displayName="folder",wo.inheritAttrs=!1,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":"M860.8 128H163.2a32 32 0 0 0-27.36 52l295.2 336 0.96 0V896l160-82.72V516.8l0.96 0 295.2-336A32 32 0 0 0 860.8 128Z"}}]}'),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"}}]}'),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"}}]}'),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"}}]}');const l4=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M664.4363636363637 0C676.8000000000001 0 688.5818181818182 4.945454545454545 697.3090909090909 13.672727272727274L697.3090909090909 13.672727272727274 1010.3272727272728 326.6909090909091C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.8 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.8 20.8 0 46.54545454545455 0L46.54545454545455 0ZM637.6727272727272 744.7272727272727L474.76363636363635 954.1818181818182 358.40000000000003 814.5454545454546 195.4909090909091 1024 847.1272727272727 1024 637.6727272727272 744.7272727272727ZM465.4545454545455 558.5454545454545C414.041856 558.5454545454545 372.3636363636364 600.2236741818182 372.3636363636364 651.6363636363636 372.3636363636364 703.0490530909091 414.041856 744.7272727272727 465.4545454545455 744.7272727272727 516.8672349090909 744.7272727272727 558.5454545454545 703.0490530909091 558.5454545454545 651.6363636363636 558.5454545454545 600.2236741818182 516.8672349090909 558.5454545454545 465.4545454545455 558.5454545454545ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}'),Io=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:l4,name:"imageFill"}),null)};Io.displayName="imageFill",Io.inheritAttrs=!1;const o4=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"}}]}'),vo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:o4,name:"infoLine"}),null)};vo.displayName="infoLine",vo.inheritAttrs=!1;const c4=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 64A448 448 0 1 1 64 512 448 448 0 0 1 512 64ZM493.92 402.56a156 156 0 0 0-77.12 42.24c-24.32 22.88 1.44 44 16 27.52a82.56 82.56 0 0 1 40.48-28.16c11.04-2.24 17.6 1.28 19.36 10.4A118.88 118.88 0 0 1 488.16 496q-7.2 29.76-26.4 93.92-34.72 116.32-30.08 140.8a54.72 54.72 0 0 0 28.8 40.96 88 88 0 0 0 58.4 5.12 161.76 161.76 0 0 0 80-45.44c25.76-24.96-3.52-43.04-17.28-28a76.32 76.32 0 0 1-39.36 26.08c-14.24 2.88-22.72-2.4-25.28-16A104.96 104.96 0 0 1 522.88 672Q582.24 469.12 576 439.84a46.24 46.24 0 0 0-25.6-33.6A89.6 89.6 0 0 0 493.92 402.56Zm67.84-39.84A49.92 49.92 0 1 0 512 312.96 49.76 49.76 0 0 0 561.76 362.72Z"}}]}'),ms=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:c4,name:"info"}),null)};ms.displayName="info",ms.inheritAttrs=!1;const u4=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":"M680.96 129.92c-14.08-3.84-30.08-1.2799999999999998-40.31999999999999 7.04l-439.03999999999996 356.48c-12.799999999999999 10.239999999999998-12.799999999999999 26.88 0 37.12l439.03999999999996 356.48c7.04 5.76 16.64 8.959999999999999 26.88 8.959999999999999 4.4799999999999995 0 8.959999999999999-0.6399999999999999 13.44-1.92 14.08-3.84 23.04-14.08 23.04-25.599999999999998v-712.96c0-11.52-8.959999999999999-21.759999999999998-23.04-25.599999999999998z"}}]}'),No=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:u4,name:"leftShape"}),null)};No.displayName="leftShape",No.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M1010.3272727272728 326.8363636363636C1019.0545454545455 335.56363636363636 1024 347.3454545454546 1024 359.70909090909095L1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L46.54545454545455 1303.2727272727273C20.80000000000002 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 46.54545454545455C0 20.799999999999997 20.80000000000002 0 46.54545454545455 0L664.2909090909092 0C676.6545454545455 0 688.5818181818182 4.945454545454554 697.3090909090909 13.67272727272728L1010.3272727272728 326.8363636363636ZM916.6545454545455 381.0909090909091L642.9090909090909 107.34545454545456 642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091ZM688.3156340363636 833.8269090909091C666.2443659636364 833.1156340363638 642.7679976727273 834.8014545454546 616.0974568727273 838.1381818181819 580.7549114181819 816.3389114181817 556.9643659636364 786.3825454545455 540.0625477818182 742.389820509091 540.4698158545455 740.714179490909 541.3134568727273 737.2436386909092 541.6087272727273 736.0189114181819 542.2981818181819 733.1709114181818 542.8698158545455 730.7912750545455 543.4167295999999 728.4770909090909 549.661090909091 702.1061818181818 553.0385454545456 682.8654545454546 554.0349114181819 663.4661841454545 554.788361309091 648.8130932363637 553.9767249454546 635.2945477818182 551.3774545454546 622.7738205090909 546.5803636363637 595.7425477818182 527.4443636363637 579.933090909091 503.3469067636364 578.9541841454546 480.8799976727273 578.0421818181818 460.2210909090909 590.5803636363637 454.9381818181818 610.0421818181818 446.33745221818185 641.4778181818182 451.37454545454545 682.8712727272729 469.6 753.4341818181819 446.3796363636364 808.7883636363637 415.70618181818185 873.6683659636363 395.1229067636363 909.8545477818182 367.65381818181817 924.021820509091 346.2443659636364 936.9163636363637 328.28218181818187 951.2029090909091 304.5687296 970.0625454545454 289.7658181818182 989.4429090909091 285.6843636363637 1009.8298181818183 283.71345221818177 1019.2552727272729 286.69090909090914 1031.5985454545455 293.4807272727272 1041.7018181818182 301.184 1053.1621841454546 312.8 1060.597820509091 326.7243659636364 1061.6800023272726 361.85454312727273 1064.4101818181819 405.02254312727274 1028.1905477818182 452.6734522181818 946.3956386909091 457.4661818181818 944.8101841454546 462.5352704 943.1127272727273 468.71127040000005 941.0283659636364 472.09018181818186 939.8894545454546 483.9316340363637 935.8821841454546 486.0349114181819 935.1723659636364 496.9745454545455 931.4778205090909 504.9149114181818 928.8305477818183 512.7636340363636 926.2763659636363 546.7941794909092 915.2043659636364 572.5396340363636 908.1978181818182 595.9781794909092 904.221090909091 636.6661818181818 926.0000023272728 683.7105477818181 940.288 715.3934522181818 940.288 741.5447272727273 940.288 759.2130885818183 926.7330932363637 765.5970909090909 905.4007296 771.2072704000001 886.6574568727273 766.7520000000001 864.9294568727273 754.7272704 852.9149114181819 742.2763613090909 840.6821841454545 719.3818205090909 834.8290932363636 688.3156340363636 833.8269090909091L688.3156340363636 833.8269090909091ZM327.61017716363637 1020.6196363636365L327.61017716363637 1020.0960000000001 327.79345454545455 1019.6043636363636C329.6479976727273 1014.6283613090909 332.38545221818185 1009.4109090909092 335.93890909090914 1003.9563636363637 342.17018181818185 994.3912727272727 350.7359976727273 984.32 361.3527272727273 973.6072704000001 367.0545454545455 967.8545454545455 372.992 962.2618158545456 379.9563636363637 955.9781794909092 381.5170885818182 954.5687272727273 391.46181818181816 945.7105454545456 393.32217949090904 943.9781841454546L409.5781794909091 928.8407272727272 397.76727040000003 947.6538181818181C379.8385431272727 976.2181818181818 363.6436340363636 996.7883636363637 349.74836363636365 1010.2050909090909 344.64727039999997 1015.1316340363637 340.1483636363636 1018.7869090909091 336.52508858181824 1021.121452218182 335.0312727272727 1022.0843613090909 333.7381794909091 1022.7854522181817 332.72436363636365 1023.1927249454546 332.1294522181818 1023.4298181818182 331.6029067636364 1023.5825431272726 331.0807272727273 1023.6319976727274 330.5281303272728 1023.6968587636364 329.9681698909091 1023.6166516363637 329.4559976727273 1023.3992704 328.3361233454546 1022.9301666909092 327.6080779636364 1021.8337931636364 327.61017716363637 1020.6196363636365ZM510.7869090909091 703.1374568727272L507.4996363636364 708.9658181818182 505.47781818181824 702.5876340363636C500.94836363636364 688.2909090909092 497.6421841454545 666.7461818181819 496.72727272727275 647.3192727272727 495.6858181818182 625.2145431272728 497.44000000000005 611.9403659636364 504.416 611.9403659636364 514.2196363636363 611.9403659636364 518.715638690909 627.6610885818181 519.072 651.2901818181818 519.3861818181817 672.0610909090909 516.1192727272727 693.6785454545454 510.7869090909091 703.1374568727272ZM502.336 788.1760023272727L504.5672727272727 782.2850932363638 507.60436363636364 787.805090909091C524.6080000000001 818.7069114181819 546.6705454545455 844.4843659636364 570.9323636363636 862.4450932363636L576.1614522181818 866.3170932363636 569.7905431272727 867.6320023272727C546.0407296000001 872.5367296000001 523.9083659636365 879.9330909090909 493.6596340363636 892.1294568727272 496.82181585454543 890.8552750545455 462.20799999999997 905.021090909091 453.45890676363643 908.3752727272728L445.81963403636365 911.3032750545455 449.89527039999996 904.2094545454546C467.85891141818183 872.9425454545456 484.452361309091 835.3716363636364 502.3345477818182 788.1760023272727L502.336 788.1760023272727ZM731.6101818181818 899.1010909090909C720.1716363636365 903.616 695.5709067636365 899.5796340363637 652.2370932363636 881.0836340363636L641.2392727272727 876.3898181818182 653.1650885818183 875.5069067636365C687.0487272727273 872.9992704 711.0661818181818 874.8669067636364 725.0516340363637 879.9869067636363 731.0007249454545 882.165820509091 734.9774522181818 884.9149114181819 736.7418181818182 888.064 738.6472727272728 891.4618181818182 737.7745454545455 895.0603636363637 734.7607272727273 897.2421818181818 734.109090909091 897.8632704 733.0807295999999 898.5221818181819 731.6101818181818 899.1010909090909L731.6101818181818 899.1010909090909Z"}}]}'),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":"M827.9893333333332 482.73066666666665l-585.1306666666667-474.7093333333333c-6.229333333333333-5.418666666666667-14.421333333333333-8.746666666666666-23.381333333333334-8.789333333333332-20.223999999999997 0-36.56533333333333 16.384-36.56533333333333 36.56533333333333v950.8693333333333c0 20.18133333333333 16.384 36.56533333333333 36.56533333333333 36.56533333333333 0 0 0.042666666666666665 0 0.042666666666666665 0 8.618666666666666 0 16.512-3.0293333333333328 22.698666666666668-8.106666666666666l585.088-474.66666666666663c8.874666666666666-6.741333333333333 14.506666666666668-17.28 14.506666666666668-29.184 0-11.562666666666667-5.333333333333333-21.845333333333333-13.696-28.544z"}}]}');const d4=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":"M736 480L544 480 544 288 480 288 480 480 288 480 288 544 480 544 480 736 544 736 544 544 736 544z"}}]}'),ps=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:d4,name:"plus"}),null)};ps.displayName="plus",ps.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1097.143","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M698.6857142857143 34.403266925714284C704.0284854857142 39.03491620571429 707.0963821714286 45.75792566857142 707.0963821714286 52.82880841142857L707.0963821714286 1069.3194752C707.0963821714286 1076.3805476571426 704.0330386285714 1083.0943561142856 698.7016923428572 1087.7242075428571 693.3703497142857 1092.3540589714285 686.2936283428571 1094.4451693714284 679.3020964571429 1093.4566180571428L66.26742857142857 1005.9290002285713C42.23585170285714 1002.5063533714285 24.380952502857145 981.9287990857142 24.380952502857145 957.6547145142856L24.380952502857145 164.4935701942857C24.380952502857145 140.21948562285712 42.23585170285714 119.64193024 66.26742857142857 116.21928448L66.31619035428571 116.21928448 679.2533321142857 28.691665554285713C686.252565942857 27.68759990857143 693.3429430857143 29.771617645714286 698.6857142857143 34.403266925714284ZM950.905903542857 122.21699876571428C977.8363611428571 122.21699876571428 999.6678107428571 144.04844726857144 999.6678107428571 170.97890340571428L999.6678107428571 951.1693787428571C999.6678107428571 978.0998363428571 977.8363611428571 999.931285942857 950.905903542857 999.931285942857L755.8582857142857 999.931285942857 755.8582857142857 902.4074751999999 902.1439999999999 902.4074751999999 902.1439999999999 219.74080841142853 755.8582857142857 219.74080841142853 755.8582857142857 122.21699876571428 950.905903542857 122.21699876571428ZM544.5566976 333.5185846857143L154.46146048 333.5185846857143 154.46146048 723.613824 251.98526976 723.613824 251.98526976 626.0900132571428 544.5566976 626.0900132571428 544.5566976 333.5185846857143ZM447.03289051428567 431.0423954285714L447.03289051428567 528.5662061714285 251.98526976 528.5662061714285 251.98526976 431.0423954285714 447.03289051428567 431.0423954285714Z"}}]}'),JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1117.090909090909","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M314.1818181818182 1117.090909090909h-30.720000000000002c-58.78690909090909-0.6516363636363637-112.73309090909092-21.038545454545456-155.5549090909091-54.87709090909091-18.01309090909091-17.31490909090909-29.55636363636364-42.216727272727276-29.55636363636364-69.86472727272727 0-1.3032727272727274 0.04654545454545455-2.6530909090909094 0.0930909090909091-3.956363636363637 0.1861818181818182-11.776 3.025454545454546-23.04 7.866181818181819-33.09381818181818-0.1861818181818182 0.32581818181818184-0.1861818181818182 0.1861818181818182-0.1861818181818182 0 0-18.478545454545458 7.168-35.281454545454544 18.897454545454547-47.75563636363636 8.424727272727273-10.100363636363637 18.10618181818182-18.897454545454547 28.811636363636364-26.205090909090906-7.866181818181819-12.008727272727274-16.19781818181818-25.506909090909094-23.691636363636366-39.47054545454545-17.268363636363638 19.78181818181818-42.123636363636365 34.443636363636365-70.42327272727273 37.05018181818182-19.642181818181818-1.349818181818182-35.70036363636364-13.870545454545454-42.170181818181824-31.045818181818184-51.75854545454546-139.96218181818182 26.43781818181818-264.9367272727273 87.17963636363636-336.1512727272728-0.32581818181818184-3.2581818181818187-0.512-7.028363636363636-0.512-10.798545454545456s0.1861818181818182-7.586909090909091 0.5585454545454546-11.310545454545455c-0.3723636363636364-2.699636363636364-0.5585454545454546-6.3767272727272735-0.5585454545454546-10.053818181818182 0-18.990545454545455 5.12-36.77090909090909 14.056727272727272-52.08436363636364 0.4189090909090909-23.505454545454548 10.705454545454547-44.96290909090909 26.903272727272725-60.22981818181819 2.0014545454545454-203.264 167.2378181818182-367.29018181818185 370.78109090909095-367.29018181818185 0.512 0 0.9774545454545456 0 1.4894545454545456 0 104.40145454545454 1.2567272727272727 198.42327272727272 44.86981818181818 265.8210909090909 114.40872727272729 65.34981818181818 65.25672727272728 106.82181818181819 154.25163636363638 110.40581818181818 252.88145454545455 22.43490909090909 28.904727272727275 36.02618181818182 65.1170909090909 36.02618181818182 104.44800000000001 0 12.706909090909091-1.3963636363636363 25.088-4.096 37.00363636363637 51.2 64.512 134.28363636363636 203.45018181818185 70.05090909090909 343.7847272727273-7.493818181818182 17.268363636363638-24.34327272727273 29.184-43.985454545454544 29.323636363636364h0c-27.694545454545455-4.654545454545455-50.87418181818182-20.945454545454545-64.69818181818181-43.566545454545455-8.424727272727273 15.63927272727273-16.57018181818182 29.137454545454545-25.46036363636364 42.030545454545454 14.382545454545454 6.935272727272727 25.925818181818183 16.942545454545453 35.51418181818182 28.57890909090909 11.450181818181818 11.86909090909091 18.71127272727273 27.46181818181818 19.735272727272726 44.73018181818182 4.654545454545455 9.774545454545455 7.493818181818182 21.038545454545456 7.680000000000001 32.954181818181816 0.04654545454545455 1.2101818181818182 0.0930909090909091 2.5134545454545454 0.0930909090909091 3.816727272727273 0 27.601454545454544-11.543272727272727 52.54981818181818-30.06836363636364 70.23709090909091-42.30981818181819 33.466181818181816-96.256 53.85309090909091-154.90327272727274 54.50472727272727-10.14690909090909 1.2101818181818182-21.736727272727276 1.8618181818181818-33.512727272727275 1.8618181818181818-66.28072727272728 0-127.44145454545455-21.643636363636364-176.91927272727273-58.32145454545454l-33.419636363636364 0.5585454545454546c-47.19709090909091 36.25890909090909-107.14763636363637 58.088727272727276-172.17163636363637 58.088727272727276-3.3047272727272725 0-6.56290909090909-0.04654545454545455-9.821090909090909-0.1861818181818182zM187.11272727272726 946.7345454545455l18.152727272727272 11.17090909090909-38.4 30.720000000000002c0.8378181818181818 8.238545454545454 3.8632727272727276 15.63927272727273 8.471272727272726 21.736727272727276 31.232000000000003 22.900363636363636 70.51636363636364 36.72436363636364 113.01236363636363 36.910545454545456 9.588363636363637 1.442909090909091 20.57309090909091 2.280727272727273 31.744000000000003 2.280727272727273 53.061818181818175 0 101.74836363636364-18.80436363636364 139.72945454545453-50.0829090909091l10.100363636363637-9.495272727272727h21.643636363636364c6.469818181818183 0.46545454545454545 14.010181818181819 0.7447272727272728 21.643636363636364 0.7447272727272728s15.173818181818183-0.2792727272727273 22.667636363636365-0.7912727272727273l14.336 0.04654545454545455 11.17090909090909 10.472727272727273c37.376000000000005 31.09236363636364 85.9229090909091 49.98981818181819 138.8450909090909 49.98981818181819 11.636363636363637 0 23.04-0.9309090909090909 34.16436363636364-2.6530909090909094-0.6516363636363637 0.1861818181818182 0 0.1861818181818182 0.6516363636363637 0.1861818181818182 42.07709090909091 0 80.94254545454547-13.637818181818181 112.45381818181818-36.67781818181818 3.6770909090909094-4.561454545454546 6.2370909090909095-11.031272727272727 6.2370909090909095-18.10618181818182 0-1.8618181818181818-0.1861818181818182-3.6770909090909094-0.512-5.445818181818182l-38.35345454545455-30.533818181818184 18.152727272727272-9.774545454545455c-10.053818181818182-7.633454545454546-21.969454545454546-13.451636363636363-34.955636363636366-16.61672727272727l-55.80800000000001-14.103272727272728 37.70181818181818-42.58909090909091c29.649454545454546-33.18690909090909 52.1309090909091-73.49527272727273 64.41890909090908-117.99272727272728l24.948363636363638-94.25454545454545 40.49454545454545 85.87636363636364c8.843636363636364 19.456 19.316363636363636 36.21236363636364 31.744000000000003 51.386181818181825 30.39418181818182-108.63709090909092-47.104-218.25163636363638-83.40945454545455-262.2370909090909l-13.265454545454544-15.360000000000001 6.9818181818181815-18.85090909090909c3.1185454545454547-9.076363636363636 4.887272727272728-19.54909090909091 4.887272727272728-30.440727272727276 0-25.134545454545457-9.541818181818181-48.034909090909096-25.227636363636368-65.25672727272728l-9.681454545454546-10.379636363636363v-13.963636363636363c-0.32581818181818184-169.70472727272727-135.40072727272727-307.75854545454547-303.9418181818182-312.78545454545457-1.349818181818182 0-2.373818181818182-0.04654545454545455-3.444363636363636-0.04654545454545455-167.7498181818182 0-303.70909090909095 135.95927272727272-303.70909090909095 303.70909090909095 0 3.6770909090909094 0.04654545454545455 7.354181818181819 0.1861818181818182 11.031272727272727l0 20.433454545454545-17.454545454545453 13.963636363636363c-5.678545454545454 3.1650909090909094-9.448727272727274 9.076363636363636-9.448727272727274 15.918545454545455 0 1.3032727272727274 0.13963636363636364 2.5134545454545454 0.3723636363636364 3.7236363636363636l4.189090909090909 27.089454545454544-16.756363636363638 7.680000000000001c-0.3723636363636364 2.7461818181818183-0.6050909090909091 5.864727272727273-0.6050909090909091 9.076363636363636s0.23272727272727273 6.330181818181819 0.6516363636363637 9.448727272727274c0.512 6.842181818181818 2.280727272727273 13.451636363636363 4.980363636363636 19.54909090909091l8.238545454545454 19.874909090909092-14.661818181818182 16.05818181818182c-59.485090909090914 55.482181818181814-96.53527272727273 134.28363636363636-96.53527272727273 221.7890909090909 0 10.891636363636364 0.5585454545454546 21.69018181818182 1.722181818181818 32.30254545454545 12.288-14.754909090909091 23.179636363636366-29.88218181818182 32.11636363636364-46.21963636363636l41.099636363636364-70.98181818181818 23.73818181818182 78.89454545454547c13.312 44.12509090909091 35.14181818181818 82.19927272727273 63.76727272727273 114.0829090909091l36.07272727272728 40.215272727272726-52.36363636363637 16.05818181818182c-12.427636363636365 2.3272727272727276-23.458909090909092 6.935272727272727-33.14036363636364 13.451636363636363zM165.4690909090909 474.76363636363635v0z"}}]}');const f4=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":"M822.3999999999999 493.43999999999994l-439.03999999999996-356.48c-10.239999999999998-8.32-26.24-10.879999999999999-40.31999999999999-7.04s-23.04 14.08-23.04 25.599999999999998v712.96c0 11.52 8.959999999999999 21.119999999999997 23.04 25.599999999999998 4.4799999999999995 1.2799999999999998 8.959999999999999 1.92 13.44 1.92 10.239999999999998 0 19.84-3.1999999999999997 26.88-8.959999999999999l439.03999999999996-356.48c12.799999999999999-10.239999999999998 12.799999999999999-26.88 0-37.12z"}}]}'),da=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:f4,name:"rightShape"}),null)};da.displayName="rightShape",da.inheritAttrs=!1;const h4=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"}}]}'),bs=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:h4,name:"search"}),null)};bs.displayName="search",bs.inheritAttrs=!1,JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","class":"icon","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M981.333333 1024H42.666667a42.666667 42.666667 0 0 1-42.666667-42.666667V42.666667a42.666667 42.666667 0 0 1 42.666667-42.666667h341.333333a42.666667 42.666667 0 0 1 0 85.333333H85.333333v853.333334h853.333334V618.666667a42.666667 42.666667 0 0 1 85.333333 0v362.666666a42.666667 42.666667 0 0 1-42.666667 42.666667z m0-576a42.666667 42.666667 0 0 1-42.666666-42.666667V152.746667L315.306667 796.8a48 48 0 0 1-67.2 0 47.36 47.36 0 0 1 0-66.133333L871.893333 85.333333H640a42.666667 42.666667 0 0 1 0-85.333333h341.333333a42.666667 42.666667 0 0 1 42.666667 42.666667v362.666666a42.666667 42.666667 0 0 1-42.666667 42.666667z"}}]}');const g4=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"}}]}]}'),ys=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:g4,name:"spinner"}),null)};ys.displayName="spinner",ys.inheritAttrs=!1;const m4=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 64zM485.7 670.3l-181-181L350 444l135.8 135.8L712 353.5l45.3 45.3L485.7 670.3z"}}]}'),Cs=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:m4,name:"success"}),null)};Cs.displayName="success",Cs.inheritAttrs=!1;const p4=JSON.parse('{"type":"element","name":"svg","attributes":{"aria-hidden":"true","class":"anticon-spin","data-icon":"loading","viewBox":"0 0 1024 1024","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3 0.1 19.9-16 36-35.9 36z"}}]}'),Lo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:p4,name:"switcherLoading"}),null)};Lo.displayName="switcherLoading",Lo.inheritAttrs=!1;const b4=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":"M704 64L704 64H128v896h768V256l0 0L704 64zM704 154.5L805.5 256H704V154.5zM832 896H192V128h448v192h192V896z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 320H544V384H288V320z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 448H736V512H288V448z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 576H736V640H288V576z","class":"st0"}},{"type":"element","name":"path","attributes":{"d":"M288 704H736V768H288V704z","class":"st0"}}]}'),ko=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:b4,name:"textFile"}),null)};ko.displayName="textFile",ko.inheritAttrs=!1;const y4=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"d":"M664.4363636363637 0C676.8000000000001 0 688.5818181818182 4.945454545454545 697.3090909090909 13.672727272727274L697.3090909090909 13.672727272727274 1010.3272727272728 326.6909090909091C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.8 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.8 20.8 0 46.54545454545455 0L46.54545454545455 0ZM721.4545454545455 930.909090909091L302.54545454545456 930.909090909091C289.6922824145455 930.909090909091 279.27272727272725 941.3286446545454 279.27272727272725 954.1818181818182L279.27272727272725 954.1818181818182 279.27272727272725 1000.7272727272727C279.27272727272725 1013.5804462545456 289.6922824145455 1024 302.54545454545456 1024L302.54545454545456 1024 721.4545454545455 1024C734.3077189818182 1024 744.7272727272727 1013.5804462545456 744.7272727272727 1000.7272727272727L744.7272727272727 1000.7272727272727 744.7272727272727 954.1818181818182C744.7272727272727 941.3286446545454 734.3077189818182 930.909090909091 721.4545454545455 930.909090909091L721.4545454545455 930.909090909091ZM628.3636363636364 744.7272727272727L302.54545454545456 744.7272727272727C289.6922824145455 744.7272727272727 279.27272727272725 755.1468264727272 279.27272727272725 768L279.27272727272725 768 279.27272727272725 814.5454545454546C279.27272727272725 827.3986280727273 289.6922824145455 837.8181818181819 302.54545454545456 837.8181818181819L302.54545454545456 837.8181818181819 628.3636363636364 837.8181818181819C641.2168098909091 837.8181818181819 651.6363636363636 827.3986280727273 651.6363636363636 814.5454545454546L651.6363636363636 814.5454545454546 651.6363636363636 768C651.6363636363636 755.1468264727272 641.2168098909091 744.7272727272727 628.3636363636364 744.7272727272727L628.3636363636364 744.7272727272727ZM442.1818181818182 558.5454545454545L302.54545454545456 558.5454545454545C289.6922824145455 558.5454545454545 279.27272727272725 568.9650082909092 279.27272727272725 581.8181818181819L279.27272727272725 581.8181818181819 279.27272727272725 628.3636363636364C279.27272727272725 641.2168098909091 289.6922824145455 651.6363636363636 302.54545454545456 651.6363636363636L302.54545454545456 651.6363636363636 442.1818181818182 651.6363636363636C455.0349903127273 651.6363636363636 465.4545454545455 641.2168098909091 465.4545454545455 628.3636363636364L465.4545454545455 628.3636363636364 465.4545454545455 581.8181818181819C465.4545454545455 568.9650082909092 455.0349903127273 558.5454545454545 442.1818181818182 558.5454545454545L442.1818181818182 558.5454545454545ZM642.9090909090909 107.34545454545454L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545454Z"}}]}'),fa=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:y4,name:"textFill"}),null)};fa.displayName="textFill",fa.inheritAttrs=!1;const C4=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":"M432.64 576h156.79999999999998l-79.36-260.48-77.44 260.48z"}},{"type":"element","name":"path","attributes":{"d":"M512 0c-282.75199999999995 0-512 229.248-512 512s229.248 512 512 512c282.75199999999995 0 512-229.248 512-512s-229.248-512-512-512zM681.5999999999999 768h-9.6c-0.042666666666666665 0-0.128 0-0.21333333333333332 0-14.250666666666667 0-26.325333333333333-9.301333333333332-30.464-22.186666666666667l-32.04266666666666-105.81333333333333h-192l-33.28 105.6c-4.1386666666666665 13.994666666666667-16.896 24.02133333333333-32 24.02133333333333-18.389333333333333 0-33.32266666666666-14.933333333333332-33.32266666666666-33.32266666666666 0-3.328 0.46933333333333327-6.485333333333333 1.3653333333333333-9.514666666666667l133.07733333333334-429.82399999999996c9.813333333333333-23.552 32.64-39.808 59.263999999999996-39.808 24.917333333333332 0 46.464 14.208 57.04533333333333 34.986666666666665l134.57066666666665 434.304c1.152 3.157333333333333 1.792 6.784 1.792 10.581333333333333 0 14.890666666666664-10.197333333333333 27.434666666666665-23.97866666666667 30.976z"}}]}'),xo=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:C4,name:"treeApplicationShape"}),null)};xo.displayName="treeApplicationShape",xo.inheritAttrs=!1;const M4=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"}}]}'),To=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:M4,name:"unvisible"}),null)};To.displayName="unvisible",To.inheritAttrs=!1,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":"M896 671.3599999999999c0-2.5599999999999996-0.6399999999999999-4.4799999999999995-1.2799999999999998-7.04-0.6399999999999999-1.92-0.6399999999999999-3.84-1.2799999999999998-5.119999999999999s-1.2799999999999998-2.5599999999999996-1.92-3.1999999999999997c-1.2799999999999998-2.5599999999999996-2.5599999999999996-4.4799999999999995-4.4799999999999995-6.3999999999999995 0 0 0 0 0-0.6399999999999999l-356.48-384c-10.239999999999998-11.52-26.88-11.52-37.12 0l-356.48 384c0 0 0 0.6399999999999999 0 0.6399999999999999-1.92 1.92-2.5599999999999996 3.84-3.84 6.3999999999999995-0.6399999999999999 1.2799999999999998-1.92 2.5599999999999996-2.5599999999999996 3.84s-0.6399999999999999 3.1999999999999997-1.2799999999999998 5.119999999999999c-0.6399999999999999 1.2799999999999998-1.2799999999999998 3.84-1.2799999999999998 6.3999999999999995 0 0 0 0.6399999999999999 0 0.6399999999999999 0 1.92 0.6399999999999999 3.1999999999999997 0.6399999999999999 4.4799999999999995 0 2.5599999999999996 0.6399999999999999 4.4799999999999995 1.2799999999999998 7.04s1.92 4.4799999999999995 3.1999999999999997 6.3999999999999995c0.6399999999999999 1.2799999999999998 1.2799999999999998 2.5599999999999996 1.92 3.84 0 0 0 0 0.6399999999999999 0.6399999999999999 1.2799999999999998 1.92 3.1999999999999997 3.1999999999999997 5.119999999999999 4.4799999999999995 1.2799999999999998 0.6399999999999999 2.5599999999999996 1.92 3.84 2.5599999999999996s2.5599999999999996 0.6399999999999999 3.84 1.2799999999999998c1.92 0 3.84 1.2799999999999998 6.3999999999999995 1.2799999999999998 0 0 0.6399999999999999 0 0.6399999999999999 0h712.96c3.84 0 7.68-0.6399999999999999 10.879999999999999-2.5599999999999996 0.6399999999999999 0 0.6399999999999999-0.6399999999999999 1.2799999999999998-0.6399999999999999 3.1999999999999997-1.92 5.76-3.84 8.32-6.3999999999999995 0 0 0 0 0.6399999999999999 0 0.6399999999999999-1.2799999999999998 1.2799999999999998-2.5599999999999996 1.92-3.84 1.2799999999999998-1.92 2.5599999999999996-3.84 3.1999999999999997-6.3999999999999995 0.6399999999999999-1.92 0.6399999999999999-4.4799999999999995 1.2799999999999998-7.04 0-1.92 0.6399999999999999-3.1999999999999997 0.6399999999999999-4.4799999999999995-0.6399999999999999-0.6399999999999999-0.6399999999999999-1.2799999999999998-0.6399999999999999-1.2799999999999998z"}}]}');const w4=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":"M897.6 422.4c-27.2-27.2-62.4-48-100.8-57.6C768 209.6 619.2 104 462.4 131.2c-120 20.8-212.8 115.2-233.6 233.6C131.2 388.8 64 475.2 64 574.4v9.6C64 704 160 800 278.4 800H320v-64h-41.6C195.2 736 128 668.8 128 585.6v-9.6c0-83.2 67.2-150.4 150.4-150.4H288c0-3.2 0-4.8 0-8l0 0c0-1.6 0-3.2 0-4.8v-1.6c0-1.6 0-3.2 0-4.8 0 0 0 0 0-1.6 0-1.6 0-3.2 0-4.8v-1.6c0-1.6 0-3.2 0-3.2 0-1.6 0-1.6 0-3.2 0 0 0-1.6 0-1.6 1.6-9.6 3.2-20.8 6.4-30.4l0 0c30.4-120 153.6-192 272-161.6 78.4 20.8 140.8 81.6 161.6 161.6l0 0c3.2 9.6 4.8 20.8 4.8 30.4 0 0 0 1.6 0 1.6 0 0 0 1.6 0 3.2 0 1.6 0 3.2 0 3.2V400c0 1.6 0 3.2 0 3.2v1.6c0 1.6 0 3.2 0 4.8v1.6c0 1.6 0 3.2 0 4.8l0 0c0 3.2 0 4.8 0 8h9.6c83.2-1.6 152 65.6 153.6 148.8 0 1.6 0 1.6 0 3.2v9.6c0 83.2-67.2 150.4-150.4 150.4l0 0H704v64h41.6C864 800 960 704 960 585.6v-9.6C960 518.4 937.6 464 897.6 422.4z"}},{"type":"element","name":"path","attributes":{"d":"M376 603.2L420.8 648 480 588.8 480 896 544 896 544 588.8 603.2 648 648 603.2 512 467.2z"}}]}'),Ms=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:w4,name:"upload"}),null)};Ms.displayName="upload",Ms.inheritAttrs=!1;const I4=JSON.parse('{"type":"element","name":"svg","attributes":{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 1024 1303.273","style":"width: 1em; height: 1em; vertical-align: middle;fill: currentColor;overflow: hidden;"},"elements":[{"type":"element","name":"path","attributes":{"fill-rule":"evenodd","d":"M664.4363636363636 0C676.8 0 688.5818181818182 4.945454545454554 697.3090909090909 13.67272727272728L697.3090909090909 13.67272727272728 1010.3272727272728 326.69090909090914C1019.0545454545455 335.41818181818184 1024 347.3454545454546 1024 359.70909090909095L1024 359.70909090909095 1024 1256.7272727272727C1024 1282.4727272727273 1003.2 1303.2727272727273 977.4545454545455 1303.2727272727273L977.4545454545455 1303.2727272727273 46.54545454545455 1303.2727272727273C20.80000000000002 1303.2727272727273 0 1282.4727272727273 0 1256.7272727272727L0 1256.7272727272727 0 46.54545454545455C0 20.799999999999997 20.80000000000002 0 46.54545454545455 0L46.54545454545455 0ZM397.1878772363637 614.0514816000001L397.1878772363637 848.3380922181818C397.1878772363637 912.7669108363636 440.14042298181823 936.1955746909091 494.8073006545455 901.0525835636363L650.9983744 797.5759965090909C703.7128610909091 758.5282280727272 703.7128610909091 699.9565730909092 650.9983744 664.8135819636365L494.8073006545455 561.3369949090909C442.0928139636364 526.1940037818182 397.1878772363637 549.6226676363636 397.1878772363637 614.0514816000001ZM642.9090909090909 107.34545454545456L642.9090909090909 381.0909090909091 916.6545454545455 381.0909090909091 642.9090909090909 107.34545454545456Z"}}]}'),So=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:I4,name:"videoFill"}),null)};So.displayName="videoFill",So.inheritAttrs=!1;const v4=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 64zM544 704h-64v-64h64V704zM544 576h-64V320h64V576z"}}]}'),ws=(e,t)=>{const n=Y(Y({},e),t.attrs);return r.createVNode(Ae,r.mergeProps(n,{data:v4,name:"warn"}),null)};ws.displayName="warn",ws.inheritAttrs=!1,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":"M603.52 348.8c0 26.496-22.357333333333333 48-49.919999999999995 48s-49.919999999999995-21.503999999999998-49.919999999999995-48c0-26.496 22.357333333333333-48 49.919999999999995-48s49.919999999999995 21.503999999999998 49.919999999999995 48z"}},{"type":"element","name":"path","attributes":{"d":"M357.11999999999995 348.8c0 26.496-22.357333333333333 48-49.919999999999995 48s-49.919999999999995-21.503999999999998-49.919999999999995-48c0-26.496 22.357333333333333-48 49.919999999999995-48s49.919999999999995 21.503999999999998 49.919999999999995 48z"}},{"type":"element","name":"path","attributes":{"d":"M693.12 604.16c0 15.914666666666665-13.184 28.8-29.439999999999998 28.8s-29.439999999999998-12.885333333333332-29.439999999999998-28.8c0-15.914666666666665 13.184-28.8 29.439999999999998-28.8s29.439999999999998 12.885333333333332 29.439999999999998 28.8z"}},{"type":"element","name":"path","attributes":{"d":"M951.68 832c43.775999999999996-42.410666666666664 71.29599999999999-101.41866666666665 72.32-166.86933333333332-4.608-109.696-77.35466666666666-201.0453333333333-176.72533333333334-233.30133333333333 5.674666666666667-12.117333333333331 10.154666666666666-26.282666666666664 10.154666666666666-41.471999999999994 0-4.522666666666666-0.38399999999999995-8.959999999999999-1.152-13.226666666666667-33.834666666666664-181.29066666666665-212.39466666666664-313.1306666666667-425.5146666666667-313.1306666666667-238.71999999999997 0-430.72 167.04-430.72 372.48 1.2799999999999998 107.56266666666666 50.56 203.30666666666664 127.40266666666668 267.05066666666664l-16.682666666666666 55.50933333333333c-2.1759999999999997 6.784-3.456 14.634666666666668-3.456 22.741333333333333 0 42.410666666666664 34.38933333333333 76.8 76.8 76.8 12.458666666666666 0 24.191999999999997-2.944 34.602666666666664-8.234666666666666l101.33333333333333-52.906666666666666c32.81066666666666 7.722666666666666 70.52799999999999 12.159999999999998 109.22666666666666 12.159999999999998 0.08533333333333333 0 0.17066666666666666 0 0.21333333333333332 0h28.16c13.098666666666666-0.7679999999999999 25.130666666666663-4.693333333333333 35.54133333333333-11.050666666666666 54.22933333333333 73.55733333333333 140.672 120.53333333333333 238.07999999999998 120.53333333333333 1.664 0 3.3706666666666667 0 5.034666666666666-0.042666666666666665 21.077333333333332-0.08533333333333333 41.855999999999995-2.1759999999999997 61.99466666666667-6.101333333333333l49.10933333333333 26.581333333333333c9.941333333333333 5.034666666666666 21.717333333333332 8.021333333333333 34.176 8.021333333333333 42.410666666666664 0 76.8-34.38933333333333 76.8-76.8 0-8.106666666666666-1.2799999999999998-15.957333333333333-3.584-23.296zM430.72 752.64c-0.17066666666666666 0-0.38399999999999995 0-0.5973333333333333 0-40.831999999999994 0-80.29866666666666-5.8453333333333335-117.58933333333331-16.72533333333333l-3.456 0.7253333333333334-131.2 67.19999999999999 35.199999999999996-113.27999999999999h-3.1999999999999997c-86.10133333333332-52.05333333333333-143.40266666666668-144.17066666666665-145.92-249.89866666666666 0-172.50133333333332 165.76-312.66133333333335 366.72-312.66133333333335 5.717333333333333-0.3413333333333333 12.415999999999999-0.512 19.157333333333334-0.512 163.32799999999997 0 300.58666666666664 111.40266666666668 340.0106666666667 262.4l-14.805333333333332 2.432c-183.04 0-327.03999999999996 112-327.03999999999996 285.44 0.512 26.709333333333333 5.1626666666666665 52.181333333333335 13.312 75.98933333333332zM872.96 812.8v0l21.759999999999998 67.84-81.28-40.959999999999994h-3.84c-21.119999999999997 6.101333333333333-45.397333333333336 9.6-70.48533333333333 9.6-0.17066666666666666 0-0.38399999999999995 0-0.5546666666666666 0-5.888 0.5973333333333333-12.757333333333332 0.9386666666666665-19.712 0.9386666666666665-107.09333333333332 0-195.2853333333333-80.93866666666666-206.71999999999997-184.95999999999998 10.367999999999999-106.96533333333333 99.072-189.1413333333333 206.976-189.1413333333333 5.973333333333334 0 11.861333333333334 0.256 17.706666666666663 0.7253333333333334 4.309333333333333-0.512 10.197333333333333-0.7253333333333334 16.170666666666666-0.7253333333333334 107.904 0 196.60799999999998 82.17599999999999 206.976 187.34933333333333-1.7066666666666666 63.82933333333333-35.79733333333333 118.44266666666665-86.18666666666667 148.90666666666667z"}},{"type":"element","name":"path","attributes":{"d":"M839.68 604.16c0 15.914666666666665-13.184 28.8-29.439999999999998 28.8s-29.439999999999998-12.885333333333332-29.439999999999998-28.8c0-15.914666666666665 13.184-28.8 29.439999999999998-28.8s29.439999999999998 12.885333333333332 29.439999999999998 28.8z"}}]}');var N4=r.defineComponent({name:"Alert",props:{theme:g.theme(["info","success","warning","error"]).def("info"),size:g.string,title:g.string,closable:g.bool.def(!1),closeText:g.string,showIcon:g.bool.def(!0)},emits:["close"],setup(e,t){const n=r.reactive({visible:!0});return{state:n,handleClose:()=>{n.visible=!1,t.emit("close")}}},render(){var i,l;if(!this.state.visible)return null;const e=Boolean(this.closeText),t=De({"bk-alert-close":!0,"close-text":e,"bk-alert-close-icon":!e}),n=De({"bk-alert":!0,[`bk-alert-${this.theme}`]:!0});return r.createVNode("div",{class:n},[r.createVNode("div",{class:"bk-alert-wraper"},[this.showIcon&&r.createVNode(vo,{class:"bk-alert-icon-info"},null),r.createVNode("div",{class:"bk-alert-content"},[r.createVNode("div",{class:"bk-alert-title"},[this.$slots.title?this.$slots.title():this.title]),r.createVNode("div",{class:"bk-alert-description"},[(l=(i=this.$slots).default)==null?void 0:l.call(i)])]),this.closable&&r.createVNode("span",{class:t,onClick:this.handleClose},[this.closeText?this.closeText:r.createVNode(ds,null,null)])])])}});const Fd=Ge(N4);var L4=r.defineComponent({name:"AnimateNumber",props:{value:g.number.def(0),digits:g.number.def(0)},setup(e){let t=-1;const n=r.ref(0),i=r.computed(()=>Number(n.value).toFixed(e.digits)),l=(o,c)=>{if(Number.isNaN(+c))return 0;const f=Math.abs(c-o),u=c-o>0?1:-1,h=Math.ceil(f/30*10**e.digits)/10**e.digits,m=Math.ceil(f/h),p=25/m;let w=1;const y=()=>{if(w<p){t=requestAnimationFrame(y),w=w+1;return}n.value+=h*u,(u===1?n.value<c:n.value>c)?(t=requestAnimationFrame(y),w=1):n.value=c};y()};return r.watch(()=>e.value,(o,c)=>{l(c,o)}),r.onMounted(()=>{l(0,e.value)}),r.onBeforeUnmount(()=>{cancelAnimationFrame(t)}),()=>r.createVNode("span",null,[i.value])}});const Ud=Ge(L4),Is=(()=>document.addEventListener?(e,t,n)=>{e&&t&&n&&e.addEventListener(t,n,!0)}:(e,t,n)=>{e&&t&&n&&e.attachEvent(`on${t}`,n)})(),Do=(()=>document.removeEventListener?(e,t,n)=>{e&&t&&e.removeEventListener(t,n,!0)}:(e,t,n)=>{e&&t&&e.detachEvent(`on${t}`,n)})();var k4=r.defineComponent({name:"Affix",props:{offsetTop:g.number.def(0),offsetBottom:g.number,target:g.string.def(""),zIndex:g.number.def(1e3)},emits:["change"],setup(e,{emit:t,slots:n}){const i=r.ref(null),l=r.ref(null),o=r.ref(),c=r.ref({}),{proxy:f}=r.getCurrentInstance(),u=r.ref(0),h=r.computed(()=>Se(Y({},c.value),{"z-index":e.zIndex}));r.onMounted(()=>{u.value=f.$el.offsetWidth,o.value=e.target?document.querySelector(e.target):window,Is(o.value,"scroll",M),Is(o.value,"resize",M),r.nextTick(()=>{T()})});const m=r.ref(!1),p=r.computed(()=>De({"bk-affix":m.value})),w=r.computed(()=>e.offsetBottom>=0?"bottom":"top"),y=()=>{w.value==="top"?c.value={top:`${o.value.getBoundingClientRect().top+e.offsetTop}px`}:c.value={bottom:`${window.innerHeight-o.value.getBoundingClientRect().bottom+e.offsetBottom}px`}},M=Dt.exports.throttle(()=>{T()},100),L=N=>{const v=N.value.getBoundingClientRect(),b=o.value===window?{top:0,left:0}:o.value.getBoundingClientRect(),I=o.value.clientTop||0,x=o.value.clientLeft||0;return{top:v.top-b.top-I,left:v.left-b.left-x}},T=()=>{const N=o.value===window?{top:0,left:0,bottom:window.innerHeight}:o.value.getBoundingClientRect(),v=L(l),b=o.value===window?o.value.innerHeight:o.value.clientHeight,I=i.value.offsetHeight;v.top<e.offsetTop&&w.value==="top"&&!m.value?(m.value=!0,c.value={position:"fixed",top:`${N.top+e.offsetTop}px`,left:`${N.left+v.left}px`,width:`${u.value}px`},o.value!==window&&Is(window,"scroll",y),t("change",!0)):v.top>e.offsetTop&&w.value==="top"&&m.value&&(m.value=!1,c.value=null,t("change",!1)),v.top+e.offsetBottom+I>b&&w.value==="bottom"&&!m.value?(m.value=!0,c.value={bottom:`${window.innerHeight-N.bottom+e.offsetBottom}px`,left:`${N.left+v.left}px`,width:`${u.value}px`},o.value!==window&&Is(window,"scroll",y),t("change",!0)):v.top+e.offsetBottom+I<b&&w.value==="bottom"&&m.value&&(m.value=!1,c.value=null,t("change",!1))};return r.onBeforeUnmount(()=>{Do(o.value,"scroll",M),Do(o.value,"resize",M),Do(window,"scroll",y)}),()=>{var N;return r.createVNode("div",{ref:l},[r.createVNode("div",{ref:i,class:p.value,style:h.value},[(N=n.default)==null?void 0:N.call(n)])])}}});const $d=Ge(k4);var x4=r.defineComponent({name:"Backtop",props:{visibilityHeight:g.number.def(200),target:g.string.def(""),right:g.number.def(40),bottom:g.number.def(40),extCls:g.string.def("")},setup(e,{slots:t}){const n=r.ref(null),i=r.ref(null),l=r.ref(!1),o=r.ref(bn.getModalNextIndex()),c=`${e.bottom}px`,f=`${e.right}px`,u=Dt.exports.throttle(()=>{l.value=i.value.scrollTop>=e.visibilityHeight},30),h=()=>{i.value.scrollTo({top:0,behavior:"smooth"})};return r.watch(()=>l,()=>{o.value=bn.getModalNextIndex()}),r.onMounted(()=>{if(n.value=document,i.value=document.documentElement,e.target){if(i.value=document.querySelector(e.target),!i.value)throw new Error("target does not exist");n.value=i.value}n.value.addEventListener("scroll",u)}),r.onBeforeUnmount(()=>{n.value.removeEventListener("scroll",u)}),()=>r.createVNode(r.Transition,{name:"bk-fade"},{default:()=>{var m,p;return[l.value?r.createVNode("div",{class:`bk-backtop ${e.extCls}`,style:{right:f,bottom:c,zIndex:o.value},onClick:h},[(p=(m=t.default)==null?void 0:m.call(t))!=null?p:r.createVNode(vr,{class:"bk-backtop-icon"},null)]):""]}})}});const Xd=Ge(x4);var T4=r.defineComponent({name:"Badge",props:{theme:g.string.def("primary"),count:g.oneOfType([String,Number]).def(1),position:g.string.def("top-right"),radius:g.string,valLength:g.number.def(3),overflowCount:g.number.def(99),dot:g.bool.def(!1),visible:g.bool.def(!1),extCls:g.string},emits:["hover","leave"],setup(e,{emit:t}){const n=r.computed(()=>{if(typeof e.count=="string"){let c=e.count;c+="";const f=[];let u=0;return c.split("").forEach(h=>{u<Number(e.valLength)&&(u+=/[\u4e00-\u9fa5]/.test(h)?2:1,f.push(h))}),f.join("")}return e.count>e.overflowCount?`${e.overflowCount}+`:e.count}),i=r.computed(()=>({borderRadius:e.radius!==void 0&&/^\d+(%|px|em|rem|vh|vw)?$/.test(e.radius)&&/^\d+$/.test(e.radius)&&`${e.radius}px`||e.radius}));return{numberCount:n,handleHover:()=>{t("hover")},handleLeave:()=>{t("leave")},radiusStyle:i}},render(){var i,l,o,c,f,u;const e=De({"bk-badge-main":!0},this.$props.extCls),t=De({[`bk-badge bk-${this.$props.theme}`]:!!this.$props.theme,["pinned "]:this.$slots.default,dot:this.$props.dot,[`${this.$props.position}`]:this.$slots.default,["bk-badge-icon is-icon"]:this.$slots.icon},""),n=this.$props.dot?"":r.createVNode("span",null,[this.numberCount]);return r.createVNode("div",{class:e},[(o=(l=(i=this.$slots).default)==null?void 0:l.call(i))!=null?o:"",this.$props.visible?"":r.createVNode("span",{class:t,style:this.radiusStyle,onMouseenter:this.handleHover,onMouseleave:this.handleLeave},[(u=(f=(c=this.$slots).icon)==null?void 0:f.call(c))!=null?u:n])])}});const Kd=Ge(T4);var S4=r.defineComponent({name:"Breadcrumb",props:{extCls:g.string,separator:g.string.def("/"),separatorClass:g.string,replace:g.bool,backRouter:g.oneOfType([g.string,g.object]).def("")},setup(e,{slots:t}){const{proxy:n,appContext:i}=r.getCurrentInstance();r.provide("breadcrumb",e),r.onMounted(()=>{const c=n.$el.querySelectorAll(".bk-breadcrumb-item");c.length&&c[c.length-1].setAttribute("aria-current","page")});const l=De({"bk-breadcrumb":!0},`${e.extCls||""}`),o=()=>{const{backRouter:c,replace:f}=e,{$router:u}=i.config.globalProperties;!u||(f?u.replace(c):u.push(c))};return()=>{var c;return r.createVNode("div",{class:l,"aria-label":"Breadcrumb",role:"navigation"},[!t.prefix&&e.backRouter?r.createVNode("div",{class:"bk-breadcrumb-goback"},[r.createVNode(fo,{onClick:o},null)]):"",t.prefix?r.createVNode("div",{class:"bk-breadcrumb-goback"},[t.prefix()]):"",(c=t.default)==null?void 0:c.call(t)])}}}),D4=r.defineComponent({name:"BreadcrumbItem",props:{extCls:g.string,to:g.oneOfType([g.string,g.object]).def(""),replace:g.bool},setup(e,{slots:t}){const{appContext:n}=r.getCurrentInstance(),i=r.inject("breadcrumb"),l=n.config.globalProperties.$router,o=()=>{const{to:f,replace:u}=e;!f||!l||(u?l.replace(f):l.push(f))},c=De({"bk-breadcrumb-item":!0},`${e.extCls||""}`);return()=>{var f,u;return r.createVNode("span",{class:c},[r.createVNode("span",{ref:"link",class:`bk-breadcrumb-item-inner ${e.to?"is-link":""}`,role:"link",onClick:o},[(f=t==null?void 0:t.default)==null?void 0:f.call(t)]),t!=null&&t.separator?(u=t==null?void 0:t.separator)==null?void 0:u.call(t):i!=null&&i.separatorClass?r.createVNode("i",{class:`bk-breadcrumb-separator ${i.separatorClass}`},null):r.createVNode("span",{class:"bk-breadcrumb-separator",role:"presentation"},[i==null?void 0:i.separator])])}}});const qd=Rt(S4,{Item:D4});let Bi;(function(e){e.Default="default",e.Spin="spin"})(Bi||(Bi={}));let On;(function(e){e.Normal="",e.Mini="mini",e.Small="small",e.Large="large"})(On||(On={}));let jo;function j4(e){jo=typeof e=="function"?e:()=>r.createVNode(e,null,null)}const z4={indicator:{type:Function},loading:g.bool.def(!0),inline:g.bool.def(!0),theme:g.theme(["white","primary","warning","success","danger"]),title:g.string.def(""),size:g.commonType(Object.values(On)).def(On.Normal),mode:g.commonType(Object.values(Bi)).def("default"),opacity:g.number.def(.9),color:g.string.def("white"),zIndex:g.number.def(1)};var P4=r.defineComponent({name:"Loading",props:z4,setup(e,t){const n=r.createVNode("div",{class:"bk-normal-indicator"},[[1,2,3,4].map(m=>r.createVNode("span",{class:`dot dot-${m}`},null))]),i=r.createVNode("div",{class:"bk-spin-indicator"},[[1,2,3,4,5,6,7,8].map(m=>r.createVNode("span",{class:`oval oval-${m}`},null))]),l=r.computed(()=>({zIndex:e.zIndex})),o=r.computed(()=>Y({opacity:e.opacity,backgroundColor:e.color},l.value)),c=r.computed(()=>De({"bk-loading-wrapper":e.loading,"bk-nested-loading":!!t.slots.default})),f=r.computed(()=>De({[`bk-loading-size-${e.size}`]:!!e.size,[`bk-loading-${e.theme}`]:!!e.theme},"bk-loading-indicator")),u=r.computed(()=>!!e.title),h=r.computed(()=>{const m=e.mode===Bi.Spin;return typeof e.indicator=="function"?r.createVNode(e.indicator,null,null):typeof jo=="function"?r.createVNode(jo,null,null):m?i:n});return()=>{var m,p;return r.createVNode("div",{class:c.value},[e.loading&&[t.slots.default&&r.createVNode("div",{class:"bk-loading-mask",style:o.value},null),r.createVNode("div",{class:f.value,style:l.value},[h.value,u.value&&r.createVNode("div",{class:"bk-loading-title"},[e.title])])],(p=(m=t.slots).default)==null?void 0:p.call(m)])}}});const mi=Rt(P4,{setDefaultIndicator:j4,BkLoadingMode:Bi,BkLoadingSize:On},!0),ef=["","small","large"],O4={theme:g.theme().def(""),hoverTheme:g.theme(["primary","warning","success","danger"]).def(""),size:g.size(ef).def(""),title:g.string,icon:g.string,iconRight:g.string,disabled:g.bool,loading:g.bool,loadingMode:g.commonType(Object.values(Bi)),outline:g.bool,text:g.bool,selected:g.bool,nativeType:{type:String,default:"button"}};var A4=r.defineComponent({name:"Button",props:O4,emits:["click","mouseover"],setup(e,{slots:t,emit:n}){var y;const i=r.ref(!1),l=(y=t.default)!=null?y:!1,o="bk-button",c=r.computed(()=>e.text&&!e.hoverTheme),f=r.computed(()=>{const M=e.hoverTheme?`${o}-hover-${e.hoverTheme}`:"",L=e.theme?`${o}-${e.theme}`:"",T=e.hoverTheme?"":L;return De({"is-disabled":e.disabled,"is-outline":e.outline,"is-text":c.value,"is-loading":e.loading,"is-selected":e.selected,[`${o}-${e.size}`]:e.size&&ef.includes(e.size),"no-slot":!l},`${T} ${o} ${M}`)}),u=r.computed(()=>e.text||e.outline||e.hoverTheme?i.value&&!e.text?"white":e.text&&e.disabled?"":e.hoverTheme||e.theme:["","default"].includes(e.theme)?"":"white"),h=r.computed(()=>c.value||e.size===On.Small?On.Mini:On.Small),m=M=>{e.loading||n("click",M)},p=M=>{i.value=!0,n("mouseover",M)},w=()=>{i.value=!1};return()=>{var M;return r.createVNode("button",{title:e.title,disabled:e.disabled,class:f.value,type:e.nativeType,onClick:m,onMouseover:p,onMouseleave:w},[e.loading&&r.createVNode(mi,{loading:!0,class:`${o}-loading`,mode:e.loadingMode,theme:u.value,size:h.value},null),t.default&&r.createVNode("span",{class:`${o}-text`},[(M=t.default)==null?void 0:M.call(t)])])}}}),E4=r.defineComponent({name:"ButtonGroup",props:{size:g.size()},setup(e,t){const n=r.computed(()=>De({[`bk-button-group-${e.size}`]:!!e.size},"bk-button-group"));return()=>{var i,l;return r.createVNode("div",{class:n.value},[(l=(i=t.slots).default)==null?void 0:l.call(i)])}}});const Wt=Rt(A4,{ButtonGroup:E4}),V4={type:g.string.def("text"),clearable:g.bool,disabled:g.bool,readonly:g.bool,placeholder:g.string.def("Enter"),prefixIcon:g.string,suffixIcon:g.string,suffix:g.string,prefix:g.string,step:g.integer,max:g.integer,min:g.integer,maxlength:g.integer,behavior:g.commonType(["simplicity","normal"]).def("normal"),showWordLimit:g.bool,showControl:g.bool.def(!0),showClearOnlyHover:g.bool.def(!1),precision:g.number.def(0).validate(e=>e>=0&&e<20),modelValue:g.oneOfType([g.string,g.number]),size:g.size(),rows:g.number,selectReadonly:g.bool.def(!1),withValidate:g.bool.def(!0)};let Ze;(function(e){e.UPDATE="update:modelValue",e.FOCUS="focus",e.BLUR="blur",e.CHANGE="change",e.CLEAR="clear",e.INPUT="input",e.KEYPRESS="keypress",e.KEYDOWN="keydown",e.KEYUP="keyup",e.ENTER="enter",e.PASTE="paste",e.COMPOSITIONSTART="compositionstart",e.COMPOSITIONUPDATE="compositionupdate",e.COMPOSITIONEND="compositionend"})(Ze||(Ze={}));function pi(e,t){return!0}function zo(e){return e}const J4={[Ze.UPDATE]:pi,[Ze.FOCUS]:e=>e,[Ze.BLUR]:e=>e,[Ze.CHANGE]:pi,[Ze.CLEAR]:()=>!0,[Ze.INPUT]:pi,[Ze.KEYPRESS]:pi,[Ze.KEYDOWN]:pi,[Ze.KEYUP]:pi,[Ze.ENTER]:pi,[Ze.PASTE]:pi,[Ze.COMPOSITIONSTART]:zo,[Ze.COMPOSITIONUPDATE]:zo,[Ze.COMPOSITIONEND]:zo};var Q4=r.defineComponent({name:"Input",inheritAttrs:!1,props:V4,emits:J4,setup(e,t){const n=jn(),i=r.ref(!1),l=r.ref(!1),o=r.computed(()=>e.type==="textarea"),c=r.computed(()=>o.value?"bk-textarea":"bk-input"),ge=t.attrs,{class:f,style:u}=ge,h=hr(ge,["class","style"]),m=r.ref(),p=r.computed(()=>De({[`${c.value}--${e.size}`]:!!e.size,"is-focused":i.value,"is-readonly":e.readonly&&!e.selectReadonly,"is-disabled":e.disabled,"is-simplicity":e.behavior==="simplicity",[`${f}`]:!!f},c.value)),w={search:()=>r.createVNode(bs,null,null),password:()=>r.createVNode(Co,{onClick:H},null)},y=V("suffix-icon"),M=r.computed(()=>{const ce=w[e.type];return N.value?r.createVNode(To,{onClick:H,class:y},null):ce?r.createVNode(ce,{class:y},null):null}),L=r.computed(()=>e.type==="number"),T=r.computed(()=>Math.floor(e.maxlength)),N=r.ref(!1),v=r.computed(()=>De({"show-clear-only-hover":e.showClearOnlyHover,[`${c.value}--clear-icon`]:!0},y)),b=r.computed(()=>De({"is-disabled":e.disabled||e.modelValue>=e.max})),I=r.computed(()=>De({"is-disabled":e.disabled||e.modelValue<=e.min}));r.watch(()=>e.modelValue,()=>{var ce;e.withValidate&&((ce=n==null?void 0:n.validate)==null||ce.call(n,"change"))}),t.expose({focus(){m.value.focus()},clear:x});function x(){if(e.disabled)return;const ce=L.value?e.min:"";t.emit(Ze.UPDATE,ce),t.emit(Ze.CHANGE,ce),t.emit(Ze.CLEAR)}function k(ce){i.value=!0,t.emit(Ze.FOCUS,ce)}function J(ce){var ye;if(i.value=!1,t.emit(Ze.BLUR,ce),L.value&&(ce.target.value>e.max||ce.target.value<e.min)){const ie=ce.target.value>e.max?e.max:e.min;t.emit(Ze.UPDATE,ie),t.emit(Ze.CHANGE,ie)}(ye=n==null?void 0:n.validate)==null||ye.call(n,"blur")}function O(ce){return ye=>{ye.stopPropagation(),ce===Ze.KEYDOWN&&(ye.code==="Enter"||ye.key==="Enter"||ye.keyCode===13)&&t.emit(Ze.ENTER,ye.target.value,ye),!(l.value&&[Ze.INPUT,Ze.CHANGE].some(ie=>ce===ie))&&(ce===Ze.INPUT&&t.emit(Ze.UPDATE,L.value?+ye.target.value:ye.target.value),t.emit(ce,ye.target.value,ye))}}const[A,E,P,K,G,oe]=[Ze.KEYUP,Ze.KEYDOWN,Ze.KEYPRESS,Ze.PASTE,Ze.CHANGE,Ze.INPUT].map(O);function de(){l.value=!0}function me(ce){l.value=!1,oe(ce)}function Ce(ce,ye=!0){var Ie;const ie=parseInt(String(ce),10),be=Number.isInteger(e.precision)?e.precision:0,$=parseFloat(((Ie=e.modelValue)!=null?Ie:0).toString()),Z=Number.isInteger(ie)?ie:1;let ne=$+(ye?Z:-1*Z);return Number.isInteger(e.max)&&(ne=Math.min(ne,e.max)),Number.isInteger(e.min)&&(ne=Math.max(ne,e.min)),+ne.toFixed(be)}function re(){if(e.disabled)return;const ce=Ce(e.step);t.emit(Ze.UPDATE,ce)}function q(){if(e.disabled)return;const ce=Ce(e.step,!1);t.emit(Ze.UPDATE,ce)}function V(ce){return`${c.value}--${ce}`}function H(){N.value=!N.value}const te=r.computed(()=>{const ce=typeof e.modelValue=="undefined"||e.modelValue===null?{}:{value:e.modelValue};return Se(Y({},ce),{maxlength:e.maxlength,placeholder:e.placeholder,readonly:e.readonly,disabled:e.disabled})}),ee={onInput:oe,onFocus:k,onBlur:J,onPaste:K,onChange:G,onKeypress:P,onKeydown:E,onKeyup:A,onCompositionstart:de,onCompositionend:me};return()=>{var ce,ye,ie,be,$,Z,ne;return r.createVNode("div",{class:p.value,style:u},[(ie=(ye=(ce=t.slots)==null?void 0:ce.prefix)==null?void 0:ye.call(ce))!=null?ie:e.prefix&&r.createVNode("div",{class:V("prefix-area")},[r.createVNode("span",{class:V("prefix-area--text")},[e.prefix])]),o.value?r.createVNode("textarea",r.mergeProps({ref:m,spellcheck:!1},h,ee,te.value,{rows:e.rows}),null):r.createVNode("input",r.mergeProps({spellcheck:!1},h,{ref:m,class:`${c.value}--text`,type:N.value&&e.type==="password"?"text":e.type,step:e.step,max:e.max,min:e.min},ee,te.value),null),!o.value&&e.clearable&&!!e.modelValue&&r.createVNode(Cn,{onClick:x,class:v.value},null),M.value,typeof e.maxlength=="number"&&(e.showWordLimit||o.value)&&r.createVNode("p",{class:V("max-length")},[((be=e.modelValue)!=null?be:"").toString().length,r.createTextVNode("/"),r.createVNode("span",null,[T.value])]),L.value&&e.showControl&&r.createVNode("div",{class:V("number-control")},[r.createVNode(hs,{class:b.value,onClick:re},null),r.createVNode(hs,{class:I.value,onClick:q},null)]),(ne=(Z=($=t.slots)==null?void 0:$.suffix)==null?void 0:Z.call($))!=null?ne:e.suffix&&r.createVNode("div",{class:V("suffix-area")},[r.createVNode("span",{class:V("suffix-area--text")},[e.suffix])])])}}});const Gi=Ge(Q4);var R4=r.defineComponent({name:"Card",props:{title:g.string,showHeader:g.bool.def(!0),showFooter:g.bool.def(!1),collapseStatus:g.bool.def(!0),border:g.bool.def(!0),disableHeaderStyle:g.bool.def(!1),position:g.string.def("left"),isEdit:g.bool.def(!1),isCollapse:g.bool.def(!1)},emits:["update:collapseStatus","edit"],setup(e,{emit:t}){const n=r.ref(!0),i=r.ref(!1),l=r.ref(""),o=()=>{!e.isCollapse||(n.value=!n.value,t("update:collapseStatus",n.value))},c=()=>{i.value=!i.value},f=()=>{i.value=!i.value,t("edit",l)};return r.watch(()=>e.collapseStatus,u=>{e.isCollapse&&(n.value=u)},{immediate:!0}),r.watch(()=>e.title,u=>{l.value=u},{immediate:!0}),{collapseActive:n,showInput:i,renderTitle:l,handleCollapse:o,saveEdit:f,clickEdit:c}},render(){var o,c,f,u,h,m,p,w,y,M,L,T;const e="bk-card",t=De({[`${e}`]:!0,[`${e}-border-none`]:!this.$props.border},""),n=De({[`${e}-head`]:!0,[`${e}-head-${this.$props.position}`]:this.$props.isCollapse&&this.$props.position,["no-line-height"]:this.$props.disableHeaderStyle,collapse:!this.collapseActive},""),i=r.createVNode("div",{class:"title",title:this.renderTitle},[this.showInput?r.createVNode(Gi,{class:`${e}-input`,modelValue:this.renderTitle,"onUpdate:modelValue":N=>this.renderTitle=N,onBlur:this.saveEdit},null):this.renderTitle]),l=r.createVNode("span",{class:`${e}-icon`,onClick:this.handleCollapse},[this.collapseActive?r.createVNode(os,null,null):r.createVNode(zn,null,null)]);return r.createVNode("div",{class:t},[this.$props.showHeader?r.createVNode("div",{class:n},[this.$props.isCollapse&&((f=(c=(o=this.$slots).icon)==null?void 0:c.call(o))!=null?f:l),(m=(h=(u=this.$slots).header)==null?void 0:h.call(u))!=null?m:i,this.$props.isEdit&&!this.showInput&&r.createVNode(bo,{class:`${e}-edit`,onClick:this.clickEdit},null)]):"",this.collapseActive?r.createVNode("div",null,[r.createVNode("div",{class:`${e}-body`},[(y=(w=(p=this.$slots).default)==null?void 0:w.call(p))!=null?y:"Content"]),this.$props.showFooter?r.createVNode("div",{class:`${e}-footer`},[(T=(L=(M=this.$slots).footer)==null?void 0:L.call(M))!=null?T:"Footer"]):""]):""])}});const tf=Ge(R4),nf=Symbol("CheckboxGroup");function W4(){const e=r.ref(!1);return[e,{blur:()=>{e.value=!1},focus:()=>{e.value=!0}}]}const H4=()=>{const e=r.getCurrentInstance(),{props:t,emit:n}=e,i=r.inject(nf,lo),l=!Zd(i),o=r.ref(t.checked),c=r.computed(()=>l&&i.props.disabled?!0:t.disabled);l?r.watch(()=>i.props.modelValue,h=>{o.value=h.includes(t.label)},{deep:!0}):r.watch(()=>t.modelValue,h=>{h!==""&&(o.value=h===t.trueLabel)},{immediate:!0});const f=(h=!0)=>{o.value=h},u=h=>{if(c.value)return;const m=h.target;o.value=m.checked;const p=o.value?t.trueLabel:t.falseLabel;n("change",p),n("update:modelValue",p),l&&i.handleChange(),r.nextTick(()=>{m.checked!==o.value&&(m.checked=o.value)})};return r.onMounted(()=>{l&&i.register(e.proxy)}),r.onBeforeUnmount(()=>{l&&i.unregister(e.proxy)}),{isChecked:o,isDisabled:c,setChecked:f,handleChange:u}},B4={modelValue:g.oneOfType([String,Number,Boolean]).def(""),label:g.oneOfType([String,Number,Boolean]),trueLabel:g.oneOfType([String,Number,Boolean]).def(!0),falseLabel:g.oneOfType([String,Number,Boolean]).def(""),disabled:g.bool.def(!1),checked:g.bool.def(!1),indeterminate:g.bool,beforeChange:g.func,size:g.size().def("large")};var G4=r.defineComponent({name:"Checkbox",props:B4,emits:["update:modelValue","change"],setup(e){const[t,{blur:n,focus:i}]=W4(),{isChecked:l,isDisabled:o,setChecked:c,handleChange:f}=H4();return{isFocus:t,isChecked:l,isDisabled:o,setChecked:c,handleBlur:n,handleFocus:i,handleChange:f,size:e.size}},render(){const e=De({"bk-checkbox":!0,"is-focused":this.isFocus,"is-checked":this.isChecked,"is-disabled":this.isDisabled,"is-indeterminated":this.indeterminate});return r.createVNode("label",{class:e},[r.createVNode("span",{class:[Be("checkbox-input"),this.size]},[r.createVNode("input",{role:"checkbox",type:"checkbox",class:"bk-checkbox-original",disabled:this.isDisabled,checked:this.isChecked,onChange:this.handleChange},null)]),this.$slots.default?this.$slots.default():r.createVNode("span",{class:"bk-checkbox-label"},[this.label])])}});const Z4={name:g.string.def(""),modelValue:g.array,disabled:g.bool,withValidate:g.bool.def(!0)};var Po=r.defineComponent({name:"CheckboxGroup",props:Z4,emits:["change","update:modelValue"],setup(e,t){const n=jn(),i=[],l=f=>{i.push(f)},o=f=>{const u=i.indexOf(f);u>-1&&i.splice(u,1)},c=()=>{const f=i.reduce((u,h)=>(h.isChecked&&u.push(h.label),u),[]);t.emit("update:modelValue",f),t.emit("change",f)};return r.provide(nf,{name:"CheckboxGroup",props:e,register:l,unregister:o,handleChange:c}),r.watch(()=>e.modelValue,()=>{var f;e.withValidate&&((f=n==null?void 0:n.validate)==null||f.call(n,"change"))}),r.onMounted(()=>{const f=e.modelValue||[];i.forEach(u=>{f.includes(u.label)&&u.setChecked(!0)})}),{}},render(){var e;return r.createVNode("div",{class:"bk-checkbox-group"},[(e=this.$slots)==null?void 0:e.default()])}});const Zi=Rt(G4,{Group:Po}),_4={list:g.arrayOf(g.any).def([]),idFiled:g.string.def("$index"),titleField:g.string.def("name"),contentField:g.string.def("content"),modelValue:g.oneOfType([g.arrayOf(g.number).def([]),g.arrayOf(g.string).def([]),g.number.def(-1)]),accordion:g.bool.def(!1)},Y4={itemClick:{type:Function,default:null}},F4=Y({name:g.oneOfType([g.number,g.string]).def(""),title:g.any,content:g.string,disabled:g.bool.def(!1),isFormList:g.bool.def(!1),renderDirective:g.commonType(["if","show"],"render").def("show"),modelValue:g.bool.def(!1)},Y4),Oo=function(e){return(e||"").split(" ").filter(t=>!!t.trim())};function rf(e,t){if(!e||!t)return;const n=Oo(t);let i=e.getAttribute("class")||"";if(e.classList){e.classList.remove(...n);return}n.forEach(o=>{i=i.replace(` ${o} `," ")});const l=Oo(i).join(" ");e.setAttribute("class",l)}function af(e,t){if(!e)return;let n=e.getAttribute("class")||"";const i=Oo(n),l=(t||"").split(" ").filter(o=>!i.includes(o)&&!!o.trim());e.classList?e.classList.add(...l):(n+=` ${l.join(" ")}`,e.setAttribute("class",n))}const U4=e=>({css:!0,onBeforeEnter:t=>{af(t,"collapse-transition"),t.dataset||(t.dataset={}),t.style.height="0px"},onEnter:t=>{t.dataset.oldOverflow=t.style.overflow,t.scrollHeight!==0?(t.style.height=`${t.scrollHeight}px`,t.style.maxHeight=`${t.scrollHeight}px`):t.style.height="0px",t.style.overflow="hidden"},onAfterEnter:t=>{t.style.height="",t.style.maxHeight="",t.style.overflow=t.dataset.oldOverflow,rf(t,"collapse-transition"),e("before-enter")},onBeforeLeave:t=>{t.dataset||(t.dataset={}),t.dataset.oldOverflow=t.style.overflow,t.style.height=`${t.scrollHeight}px`,t.style.maxHeight=`${t.scrollHeight}px`,t.style.overflow="hidden"},onLeave:t=>{t.scrollHeight!==0&&(af(t,"collapse-transition"),t.style.transitionProperty="height",t.style.height="0px")},onAfterLeave:t=>{rf(t,"collapse-transition"),t.style.height="",t.style.maxHeight="",t.style.overflow=t.dataset.oldOverflow,e("after-leave")}});function $4(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var sf=r.defineComponent({name:"CollapsePanel",props:F4,emits:["change","update:modelValue","after-leave","before-enter"],setup(e,{emit:t,slots:n}){const i=r.inject("localActiveItems"),l=r.inject("handleItemClick"),o=r.ref(e.modelValue);r.watch(()=>e.modelValue,p=>{o.value=p}),r.watch(()=>i,p=>{p!=null&&p.length&&(o.value=p.includes(e.name))},{immediate:!0});function c(p){const{disabled:w,name:y,itemClick:M}=p;if(w)return;const L={name:y};o.value=!o.value,t("change",L),t("update:modelValue",o.value),typeof M=="function"?M(L):typeof l=="function"&&l({name:y})}const f=r.ref(U4(t));function u(){return e.content?e.content:typeof n.content=="function"?n.content(r.h):n.content}function h(){return e.renderDirective==="if"&&!o.value?"":r.withDirectives(r.createVNode("div",{class:`bk-collapse-content ${o.value&&"active"||""}`},[u()]),[[r.vShow,o.value]])}function m(){if(n.header)return typeof n.header=="function"?n.header(r.h):n.header;let p;return n.default?typeof n.default=="function"?p=n.default(r.h):p=n.default:p=e.title,r.createVNode("div",{class:"bk-collapse-header"},[r.createVNode("span",{class:"bk-collapse-title"},[p]),r.createVNode(zn,{class:`bk-collapse-icon ${o.value&&"rotate-icon"||""}`},null)])}return()=>{let p;return r.createVNode("div",{class:`bk-collapse-item ${e.disabled?"is-disabled":""} ${o.value?"bk-collapse-item-active":""}`},[r.createVNode("div",{onClick:()=>c(e)},[m()]),r.createVNode(r.Transition,f.value,$4(p=h())?p:{default:()=>[p]})])}}}),X4=r.defineComponent({name:"Collapse",props:_4,emits:["item-click","update:modelValue","after-leave","before-enter"],setup(e,{emit:t,slots:n}){const i=r.ref([]);r.watch(()=>[e.modelValue],()=>{const u=e.modelValue;Array.isArray(u)?i.value=[...u]:typeof u!="undefined"?i.value=[u]:i.value=[]},{immediate:!0});const l=u=>{const{name:h}=u;if(e.accordion){const m=i.value.findIndex(p=>p===h);m>=0?i.value.splice(m,1):i.value=[h]}else{const m=i.value.findIndex(p=>p===h);m>=0?i.value.splice(m,1):i.value.push(h)}t("item-click",u),t("update:modelValue",i.value)};r.provide("localActiveItems",i.value),r.provide("handleItemClick",l);const o="bk-collapse-wrapper";if(!Array.isArray(e.list)||!e.list.length)return()=>r.createVNode("div",{class:o},[r.renderSlot(n,"default",{props:{isList:!0}})]);const c=r.computed(()=>(e.list||[]).map((u,h)=>typeof u=="string"||typeof u=="number"||typeof u=="boolean"?{$index:h,name:u}:Y({$index:h},u))),f=()=>c.value.map((u,h)=>{var w,y,M;const m=u[e.idFiled]||h;let p=u[e.titleField];return n.title&&(typeof n.title=="function"?p=n.title(u,h):p=n.title),n.default&&(p=(w=n.default)==null?void 0:w.call(n,u,h)),r.createVNode(sf,{key:h,"item-click":l,disabled:u.disabled,name:m,isFormList:!0,title:p,content:(M=(y=n.content)==null?void 0:y.call(n,u,h))!=null?M:u[e.contentField]},null)});return()=>r.createVNode("div",{class:o},[f()])}});const lf=Rt(X4,{CollapsePanel:sf}),Ao={isShow:g.bool.def(!1),width:g.oneOfType([String,Number]).def("50%"),height:g.oneOfType([String,Number]).def("50%"),extCls:g.string||g.array,scrollable:g.bool.def(!0),showMask:g.bool.def(!0),closeIcon:g.bool.def(!0),escClose:g.bool.def(!0),fullscreen:g.bool.def(!1),size:g.commonType(["normal","small","medium","large"],"size").def(),draggable:g.bool.def(!0),quickClose:g.bool.def(!0),transfer:g.bool.def(!1),maxHeight:g.string,direction:g.string,title:g.string.def(""),animateType:g.string.def("slide"),renderDirective:g.commonType(["show","if"],"renderDirective").def("show"),beforeClose:g.custom(()=>!0),dialogType:g.commonType(["show","operation","confirm","process"],"dialogType").def("operation"),multiInstance:g.bool.def(!0)};var K4=r.defineComponent({name:"Modal",props:Y({},Ao),emits:["quick-close","quickClose","hidden","shown","close"],data(){return{visible:!1}},computed:{dialogWidth(){return/^\d+$/.test(`${this.width}`)?`${this.width}px`:this.width},dialogHeight(){return/^\d+$/.test(`${this.height}`)?`${this.height}px`:this.height},compStyle(){return{width:this.dialogWidth,height:this.dialogHeight,minHeigth:`${200}px`,display:this.visible?"inherit":"none"}},fullscreenStyle(){return{width:`${100}%`,height:`${100}%`}}},watch:{isShow:{handler(e){e?this.visible=e:(this.$emit("hidden"),setTimeout(()=>{this.visible=e},250))},deep:!0},visible(e){e?this.$nextTick(()=>{const t={"background-color":"rgba(0,0,0,0)"},n=this.showMask?{}:t;ao.show(this.$el,this.showMask,n,this.transfer),this.$emit("shown"),this.$emit("quick-close",this.$el),this.$emit("quickClose",this.$el)}):ao.hide(this.$el,this.transfer)}},beforeUnmount(){ao.hide(this.$el)},methods:{handleClickOutSide(){this.quickClose&&this.$emit("close")}},render(){const e=this.maxHeight?{maxHeight:this.maxHeight}:{},t=`bk-modal-body ${this.animateType==="slide"?this.direction:""}`;return r.createVNode("div",{class:["bk-modal-wrapper",this.extCls,this.size],style:[this.compStyle,this.fullscreen?this.fullscreenStyle:""]},[r.withDirectives(r.createVNode("div",{class:"bk-modal-outside",onClick:this.handleClickOutSide},null),[[r.vShow,this.isShow]]),r.createVNode(r.Transition,{name:this.animateType},{default:()=>{var n,i,l,o,c,f,u,h,m,p,w,y;return[this.isShow?r.createVNode("div",{class:t},[r.createVNode("div",{class:"bk-modal-header"},[(l=(i=(n=this.$slots).header)==null?void 0:i.call(n))!=null?l:""]),r.createVNode("div",{class:"bk-modal-content",style:[this.dialogType==="show"?"padding-bottom: 20px":"",Y({},e)]},[(f=(c=(o=this.$slots).default)==null?void 0:c.call(o))!=null?f:""]),this.dialogType==="show"?"":r.createVNode("div",{class:"bk-modal-footer"},[(m=(h=(u=this.$slots).footer)==null?void 0:h.call(u))!=null?m:""]),r.createVNode("div",{class:["bk-modal-close",this.closeIcon?"":"close-icon"]},[(y=(w=(p=this.$slots).close)==null?void 0:w.call(p))!=null?y:""])]):""]}})])}});const _i=Rt(K4,{propsMixin:Ao},!0),q4=Se(Y({},Ao),{width:g.oneOfType([String,Number]).def(""),height:g.oneOfType([String,Number]).def(""),confirmText:g.string.def("\u786E\u5B9A"),cancelText:g.string.def("\u53D6\u6D88"),prevText:g.string.def("\u4E0A\u4E00\u6B65"),nextText:g.string.def("\u4E0B\u4E00\u6B65"),current:g.number.def(1),totalStep:g.number,title:g.string.def("title"),headerAlign:g.commonType(["left","center","right"],"headerAlign").def("left"),footerAlign:g.commonType(["left","center","right"],"footerAlign").def("right"),theme:g.commonType(["primary","warning","success","danger"],"theme").def("primary"),dialogType:g.commonType(["show","operation","confirm","process"],"dialogType").def("operation"),isLoading:g.bool.def(!1)});function e2(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var of=r.defineComponent({name:"Dialog",components:{BkModal:_i,BkButton:Wt},props:q4,emits:["closed","update:isShow","confirm","prev","next","value-change"],setup(e,{emit:t}){const n=r.reactive({positionX:0,positionY:0,moveStyle:{top:"",left:""}});r.onMounted(()=>{e.escClose&&addEventListener("keydown",o)}),r.onBeforeUnmount(()=>{e.escClose&&removeEventListener("keydown",o)}),r.watch(()=>e.isShow,m=>{m||setTimeout(()=>{n.moveStyle={top:"50%",left:"50%"},n.positionX=0,n.positionY=0},250),t("value-change",m)});const i=()=>{t("update:isShow",!1),t("closed")},l=()=>{t("update:isShow",!1),t("confirm")},o=m=>{e.isShow&&e.closeIcon&&m.keyCode===27&&i()};return{data:n,handleClose:i,handleConfirm:l,escCloseHandler:o,moveHandler:m=>{if(e.fullscreen||!e.draggable)return!1;const p=m.target,w=m.currentTarget.parentNode.parentNode.offsetHeight,y=m.currentTarget.parentNode.parentNode.offsetWidth;let M,L;n.positionX!==0&&n.positionY!==0?(M=m.clientX-n.positionX,L=m.clientY-n.positionY):(M=m.clientX-p.offsetLeft,L=m.clientY-p.offsetTop),document.onmousemove=T=>{const N=window.innerWidth-y,v=window.innerHeight-w;let b=T.clientX-M,I=T.clientY-L;N/2-b<=0?b=N/2:N/2+b<=0&&(b=-N/2),v/2-I<=0?I=v/2:v/2+I<=0&&(I=-v/2),n.positionX=b,n.positionY=I,n.moveStyle.left=`calc(50% + ${b}px)`,n.moveStyle.top=`calc(50% + ${I}px)`},document.onmouseup=()=>{document.onmousemove=null,document.onmouseup=null}},handlePrevStep:()=>{t("prev")},handleNextStep:()=>{t("next")},handleQuickClose:m=>{if(e.quickClose){let p;m.onclick=w=>p=w.target,m.parentNode.onclick=w=>{p!==w.target&&i()}}}}},render(){const e={header:()=>{var n,i,l,o,c,f;return[r.createVNode("div",{class:["bk-dialog-tool",this.fullscreen||!this.draggable?"":"move",this.draggable?"content-dragging":""],onMousedown:this.moveHandler},[(l=(i=(n=this.$slots).tools)==null?void 0:i.call(n))!=null?l:""]),r.createVNode("div",{class:"bk-dialog-header"},[r.createVNode("span",{class:"bk-dialog-title",style:`text-align: ${this.headerAlign}`},[(f=(c=(o=this.$slots).header)==null?void 0:c.call(o))!=null?f:this.title])])]},default:()=>{var n,i,l;return(l=(i=(n=this.$slots).default)==null?void 0:i.call(n))!=null?l:"default"},footer:()=>{var n,i,l,o,c,f,u,h,m;return r.createVNode("div",{class:"bk-dialog-footer",style:`text-align: ${this.footerAlign}`},[this.dialogType==="process"?(l=(i=(n=this.$slots).footer)==null?void 0:i.call(n))!=null?l:r.createVNode(r.Fragment,null,[this.current===1?"":r.createVNode(Wt,{class:"bk-dialog-perv",onClick:this.handlePrevStep},{default:()=>[this.prevText]}),this.current===this.totalStep?"":r.createVNode(Wt,{class:"bk-dialog-next",onClick:this.handleNextStep},{default:()=>[this.nextText]}),this.current===this.totalStep?r.createVNode(Wt,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.confirmText]}):"",r.createVNode(Wt,{class:"bk-dialog-cancel",onClick:this.handleClose,disabled:this.isLoading},{default:()=>[this.cancelText]})]):"",this.dialogType==="operation"?(f=(c=(o=this.$slots).footer)==null?void 0:c.call(o))!=null?f:r.createVNode(r.Fragment,null,[r.createVNode(Wt,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.confirmText]}),r.createVNode(Wt,{class:"bk-dialog-cancel",onClick:this.handleClose,disabled:this.isLoading},{default:()=>[this.cancelText]})]):"",this.dialogType==="confirm"?(m=(h=(u=this.$slots).footer)==null?void 0:h.call(u))!=null?m:r.createVNode(r.Fragment,null,[r.createVNode(Wt,{onClick:this.handleConfirm,theme:this.theme,loading:this.isLoading},{default:()=>[this.confirmText]})]):""])},close:()=>r.createVNode("span",{class:"bk-dialog-close",onClick:this.handleClose},[r.createTextVNode("+")])},t=`bk-dialog-wrapper ${this.scrollable?"scroll-able":""} ${this.multiInstance?"multi-instance":""}`;return r.createVNode(_i,r.mergeProps(this.$props,{class:t,style:this.data.moveStyle,onQuickClose:this.handleQuickClose}),e2(e)?e:{default:()=>[e]})}});const cf=Ge(of);var t2="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7fQoJLnN0MXtmaWxsOiNDNEM2Q0M7fQoJLnN0MntmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qze2ZpbGw6dXJsKCPnn6nlvaJfNF8pO30KCS5zdDR7ZmlsbDojOTc5QkE1O30KCS5zdDV7ZmlsbDp1cmwoI1NWR0lEXzFfKTt9Cgkuc3Q2e2ZpbGw6I0Y4RjlGQTt9Cgkuc3Q3e2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfMV8pO30KCS5zdDh7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF82Xyk7fQoJLnN0OXtmaWxsOiNEQ0RFRTA7fQo8L3N0eWxlPgo8ZyBpZD0i6aG16Z2iLTEiPgoJPGcgaWQ9IkV4Y2VwdGlvbl94MkZf5byC5bi45o+Q56S6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODcwLjAwMDAwMCwgLTIzODEuMDAwMDAwKSI+CgkJPGcgaWQ9IuaXoOadg+mZkOexuyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzU3LjAwMDAwMCwgMjI4Ny4wMDAwMDApIj4KCQkJPGcgaWQ9Iue8lue7hC0xMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDczLjAwMDAwMCkiPgoJCQkJPGcgaWQ9IuaXoOadg+mZkOexuy3mj5Llm74iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxMy4wMDAwMDAsIDIxLjAwMDAwMCkiPgoJCQkJCTxnIGlkPSLmsqHmnInmnYPpmZAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyOC4wMDAwMDAsIDQyLjAwMDAwMCkiPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2iXzFfIiBjbGFzcz0ic3QwIiB3aWR0aD0iMjI0IiBoZWlnaHQ9IjE4MyIvPgoJCQkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaIiIGNsYXNzPSJzdDEiIGN4PSIxMzIiIGN5PSIxMSIgcj0iMSIvPgoJCQkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaJfMV8iIGNsYXNzPSJzdDEiIGN4PSIxNzMiIGN5PSI5NCIgcj0iMiIvPgoJCQkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaJfMl8iIGNsYXNzPSJzdDEiIGN4PSI1OSIgY3k9IjY2IiByPSIyIi8+CgkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0iRmlsbC0xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjExNi4zNTg3IiB5MT0iMTI5LjQwNzUiIHgyPSIxMTkuMzMxNCIgeTI9IjE1Ny42OTA2Ij4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGQkZDRkQiLz4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAuOTk4OCIgc3R5bGU9InN0b3AtY29sb3I6I0YyRjRGNyIvPgoJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQk8cGF0aCBpZD0iRmlsbC0xIiBjbGFzcz0ic3QyIiBkPSJNNjAuNSwxMzYuMWMxNi4yLTMuNSw0MC42LTQuNyw1Ni41LTMuOWMxNS44LDAuOCwzMy4xLDMuMSwzMy4xLDMuMXM0LjUtMS45LDQuMS0xLjIKCQkJCQkJCWMtMC4zLDAuOC0yLjQsMS45LTEsMi4zYzEuNCwwLjQsMTUuNSwxLjksMjEuNCwzLjFzOC42LDIuMyw4LjYsMi4zczMuOC02LjYsMTIuMy01LjhjMCwwLjYtMy4xLDEuNC00LjIsMy4xUzE4OCwxNDIsMTg4LDE0MgoJCQkJCQkJczEuOC0xLDQuOSwwLjVzNi4xLDIsNi4xLDIuMnMtMS40LDMuNS0xMi43LDEuMmMtNC42LTEuMi02LjksNS4xLTI5LjMsNi42cy02MC4zLDIuNy02MC4zLDIuN3MxLjcsMi4zLDUuMiwzLjEKCQkJCQkJCWMwLDAtMi40LDIuMy03LjIsMS42Yy00LjgtMC44LTEwLTQuNy0xMC00LjdzLTEyLjctMC44LTE3LjYtMS42cy0xMC4zLTIuNy0xNC4xLTMuMWMtMy44LTAuNC0yMS0yLjMtMTQuNS02LjYKCQkJCQkJCUMzOC41LDE0My45LDQ0LjMsMTM5LjYsNjAuNSwxMzYuMXoiLz4KCgkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol80XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNTYuMTY2NyIgeTE9Ii0yLjUxNDMiIHgyPSIxNTYuMTY2NyIgeTI9Ii0xLjUxNDMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoOTYgMCAwIDcwIC0xNDg3OSAyNTIpIj4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMkYzRjUiLz4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNUU4RUIiLz4KCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJPHBhdGggaWQ9IuefqeW9ol8yXyIgY2xhc3M9InN0MyIgZD0iTTcwLDc2aDg2YzIuOCwwLDUsMi4yLDUsNXY2MGMwLDIuOC0yLjIsNS01LDVINzBjLTIuOCwwLTUtMi4yLTUtNVY4MQoJCQkJCQkJQzY1LDc4LjIsNjcuMiw3Niw3MCw3NnoiLz4KCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiCIgY2xhc3M9InN0MSIgZD0iTTU5LjMsMTM4djExLjdINzF2Mi4zSDU5LjNsMCwwSDU3di0xNEg1OS4zeiIvPgoJCQkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCI5aSH5Lu9LTQiIGNsYXNzPSJzdDEiIGQ9Ik0xNjYuNywxMzh2MTEuN0gxNTV2Mi4zaDExLjdsMCwwaDIuM3YtMTRIMTY2Ljd6Ii8+CgkJCQkJCTxnPgoJCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiF81XyIgY2xhc3M9InN0NCIgZD0iTTExNi41LDExNi44bDEuNiw3LjljMC4yLDAuOC0wLjQsMS42LTEuMiwxLjhjLTAuMSwwLTAuMiwwLTAuMywwaC03LjIKCQkJCQkJCQljLTAuOCwwLTEuNS0wLjctMS41LTEuNWMwLTAuMSwwLTAuMiwwLTAuM2wxLjYtNy45Yy0zLTEuMy01LTQuMS01LTcuM2MwLTQuNCwzLjgtOCw4LjUtOHM4LjUsMy42LDguNSw4CgkJCQkJCQkJQzEyMS41LDExMi43LDExOS41LDExNS41LDExNi41LDExNi44eiIvPgoKCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEzNi4wMjk0IiB5MT0iLTYuODAxMSIgeDI9IjEzNi4wMjk0IiB5Mj0iLTYuMjc4OSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxNyAwIDAgMjUgLTIxOTkuNSAyNzcuNSkiPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMUUyRTYiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRUVGMEYyIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHBhdGggY2xhc3M9InN0NSIgZD0iTTExNywxMjcuNWgtNy42Yy0xLjQsMC0yLjUtMS4xLTIuNS0yLjVsMC0wLjVsMS40LTcuMWMtMy0xLjYtNC45LTQuNi00LjktNy45YzAtNSw0LjMtOSw5LjUtOQoJCQkJCQkJCXM5LjUsNCw5LjUsOWMwLDMuMy0xLjksNi4zLTQuOSw3LjlsMS40LDcuMWMwLjMsMS4yLTAuNiwyLjYtMS45LDNMMTE3LDEyNy41eiBNMTA4LjksMTI0Ljh2MC4yYzAsMC4yLDAuMywwLjUsMC41LDAuNWg3LjMKCQkJCQkJCQljMC4yLTAuMSwwLjQtMC40LDAuNC0wLjZsLTEuOC04LjdsMC43LTAuM2MyLjctMS4yLDQuNC0zLjYsNC40LTYuNGMwLTMuOS0zLjQtNy03LjUtN3MtNy41LDMuMS03LjUsN2MwLDIuOCwxLjcsNS4yLDQuNCw2LjQKCQkJCQkJCQlsMC43LDAuM0wxMDguOSwxMjQuOHoiLz4KCQkJCQkJPC9nPgoJCQkJCQk8cGF0aCBpZD0i55+p5b2iXzNfIiBjbGFzcz0ic3Q2IiBkPSJNNzAsNzZoODZjMi44LDAsNSwyLjIsNSw1bDAsMGMwLDIuOC0yLjIsNS01LDVINzBjLTIuOCwwLTUtMi4yLTUtNWwwLDAKCQkJCQkJCUM2NSw3OC4yLDY3LjIsNzYsNzAsNzZ6Ii8+CgoJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTU1LjAyNjMiIHkxPSItMi42NjY3IiB4Mj0iMTU1LjAyNjMiIHkyPSItMS42NzI3IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDc2IDAgMCA2NiAtMTE2NjkgMTkyKSI+CgkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRjNGNEY1Ii8+CgkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTZFOEVCIi8+CgkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMl8iIGNsYXNzPSJzdDciIGQ9Ik0xNDEuNSw1NC42YzAtMTYtMTIuOC0yOS0yOC41LTI5cy0yOC41LDEzLTI4LjUsMjlsMCwwdjI1LjhjMCwwLjktMi4xLDEuNi00LjgsMS42CgkJCQkJCQljLTIuNSwwLTQuNi0wLjctNC43LTEuNXYtMC4xVjU0LjZDNzUsMzMuMyw5MiwxNiwxMTMsMTZzMzgsMTcuMywzOCwzOC42bDAsMHYyNS44YzAsMC45LTIuMSwxLjYtNC44LDEuNnMtNC44LTAuNy00LjgtMS42CgkJCQkJCQlsMCwwVjU0LjZIMTQxLjV6Ii8+CgoJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfNl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTUzLjc5MDMiIHkxPSItMy4yMzg1IiB4Mj0iMTUzLjc5MDMiIHkyPSItMi4yNTkyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDYyIDAgMCA1NCAtOTQyMiAyMDEpIj4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFN0U5RUIiLz4KCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFN0U5RUIiLz4KCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiF8zXyIgY2xhc3M9InN0OCIgZD0iTTgyLDU0LjVDODIuMywzOC4yLDk2LDI1LDExMywyNWMxNy4xLDAsMzEsMTMuNCwzMSwzMGgtMy4xYzAtMTQuOS0xMi41LTI3LTI3LjktMjcKCQkJCQkJCVM4NS4xLDQwLjEsODUuMSw1NXYyNEg4MlY1NVY1NC41eiBNMTQ0LDU1djI0aC0zLjFWNTVIMTQ0eiIvPgoJCQkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzRfIiBjbGFzcz0ic3Q5IiBkPSJNODAsNzhjMi43LDAsNC45LTAuOCw1LTEuOVY3NnY0YzAsMS4xLTIuMiwyLTUsMmMtMi43LDAtNC45LTAuOC01LTEuOVY4MHYtNAoJCQkJCQkJQzc1LDc3LjEsNzcuMiw3OCw4MCw3OHoiLz4KCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiOWkh+S7vS0zIiBjbGFzcz0ic3Q5IiBkPSJNMTQ2LDc4YzIuNywwLDQuOS0wLjgsNS0xLjlWNzZ2NGMwLDEuMS0yLjIsMi01LDJjLTIuNywwLTQuOS0wLjgtNS0xLjlWODB2LTQKCQkJCQkJCUMxNDEsNzcuMSwxNDMuMiw3OCwxNDYsNzh6Ii8+CgkJCQkJPC9nPgoJCQkJPC9nPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=",n2="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qxe2ZpbGw6dXJsKCPnn6nlvaJfOV8pO30KCS5zdDJ7ZmlsbDp1cmwoI+efqeW9ol8xMF8pO30KCS5zdDN7ZmlsbDojRjBGMkY1O3N0cm9rZTp1cmwoI+efqeW9ol8xMV8pO30KCS5zdDR7ZmlsbDojOTc5QkE1O3N0cm9rZTp1cmwoI+efqeW9ol8xMl8pO30KCS5zdDV7ZmlsbDojOTc5QkE1O3N0cm9rZTp1cmwoI+efqeW9ouWkh+S7vS05XzFfKTt9Cgkuc3Q2e2ZpbGw6Izk3OUJBNTtzdHJva2U6dXJsKCPlvaLnirbnu5PlkIhfNl8pO30KCS5zdDd7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF84Xyk7fQoJLnN0OHtmaWxsOnVybCgj5b2i54q257uT5ZCI5aSH5Lu9LTNfMV8pO30KCS5zdDl7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF85Xyk7fQoJLnN0MTB7ZmlsbDojRTFFM0U2O30KCS5zdDExe2ZpbGw6I0YwRjJGNTt9Cgkuc3QxMntmaWxsOiNGNEY0RjQ7fQoJLnN0MTN7ZmlsbDp1cmwoI+i3r+W+hC01XzFfKTt9Cgkuc3QxNHtmaWxsOnVybCgj5b2i54q257uT5ZCIXzEwXyk7fQoJLnN0MTV7ZmlsbDp1cmwoI+W9oueKtue7k+WQiOWkh+S7vS00XzFfKTt9Cgkuc3QxNntmaWxsOiNDN0M5Q0M7fQoJLnN0MTd7ZmlsbDojRTVFN0U5O30KCS5zdDE4e2ZpbGw6I0VDRUVGMDt9Cgkuc3QxOXtmaWxsOiNDNEM2Q0M7fQoJLnN0MjB7ZmlsbDojRURFRUYzO30KCS5zdDIxe2ZpbGw6IzM0MzQzNDtmaWxsLW9wYWNpdHk6My4wMDAwMDBlLTAyO30KPC9zdHlsZT4KPGcgaWQ9IkV4Y2VwdGlvbl94MkZf5byC5bi45o+Q56S6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODcwLjAwMDAwMCwgLTEzMzUuMDAwMDAwKSI+Cgk8ZyBpZD0iX3gzNF8wNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzU3LjAwMDAwMCwgMTIxNi4wMDAwMDApIj4KCQk8ZyBpZD0iX3gzNF8wNC3mj5Llm74iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUxMy4wMDAwMDAsIDExOS4wMDAwMDApIj4KCQkJPGcgaWQ9Iue8lue7hC0xMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMS4wMzY2NDgpIj4KCQkJCTxnIGlkPSJfeDM0XzA05Li75L2TIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NC4zMjQwMjIsIDQyLjUzODc3MSkiPgoJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0iRmlsbC0xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjE0MS4zOTEyIiB5MT0iNTUuNjg2OSIgeDI9IjE1Mi4zMzA3IiB5Mj0iMTE3LjcyNzciPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRjhGQ0ZEIi8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMkY0RjciLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxwYXRoIGlkPSJGaWxsLTEiIGNsYXNzPSJzdDAiIGQ9Ik00NS4zLDcyLjljMjkuMy02LjYsNzEuNS05LjYsMTAwLjItOC4xczUyLjQsNi41LDU0LjEsNS4zYzUuNy0zLjgsMTcuOS01LjUsMTcuMy00CgkJCQkJCXMtOC41LDYuMS02LDYuOGMyLjUsMC43LDI4LDMuNywzOC42LDUuOWMxMC42LDIuMiwxNy40LDQuNCwxOS43LDQuNGMyLjMsMCw1LjktMy4xLDIxLjMtMS42YzAuMywwLjYtMy40LDAuOC02LjgsMi41CgkJCQkJCXMtNS45LDEuNi01LjksMnMxLjktMC42LDUuOSwyYzQsMi41LDExLDMuNCwxMSw0cy04LjksMy42LTIzLjgtMS4xYy0zLjgtMS4yLTEyLjYsOS4yLTUzLjEsMTIuMXMtMTA5LjEsNS4yLTEwOS4xLDUuMgoJCQkJCQlzNC4xLDUuMywxMC4xLDYuOGMwLjMsMC41LTIuNCwyLjUtMTQsMC4zcy0xNy45LTcuMS0xNy45LTcuMXMtMjMuMS0xLjUtMzEuOC0yLjlzLTE4LjctNS4yLTI1LjYtNS45Uy04LjUsOTUsMy4zLDg2LjkKCQkJCQkJQzMuMyw4Ni45LDE2LDc5LjUsNDUuMyw3Mi45eiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaJfOV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMzA0Ljg0NjciIHkxPSIxMDEuMjQ5MiIgeDI9IjMwNC44NDY3IiB5Mj0iMTAwLjI1NDYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoOTMuMzkwNyAwIDAgLTkzLjQ2MjcgLTI4MzM1Ljk0NTMgOTQ2My4wMjczKSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFQ0VFRjAiLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3RDlEQiIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHBhdGggaWQ9IuefqeW9ol8xXyIgY2xhc3M9InN0MSIgZD0iTTg5LjIsMGg4OS40YzEuMSwwLDIsMC45LDIsMnY4OS41YzAsMS4xLTAuOSwyLTIsMkg4OS4yYy0xLjEsMC0yLTAuOS0yLTJWMgoJCQkJCQlDODcuMiwwLjksODguMSwwLDg5LjIsMHoiLz4KCgkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iXzEwXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIzMDMuODkxNSIgeTE9IjEwMS42NTMyIiB4Mj0iMzAzLjg5MTUiIHkyPSIxMDAuNjUzIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDgxLjcxNjkgMCAwIC04MS43Nzk5IC0yNDY5OS4yMjQ2IDgzMTguOTkwMikiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRjVGN0ZBIi8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFQkVERjAiLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMl8iIGNsYXNzPSJzdDIiIGQ9Ik05NCw1LjhoNzkuN2MwLjYsMCwxLDAuNCwxLDF2NzkuOGMwLDAuNi0wLjQsMS0xLDFIOTRjLTAuNiwwLTEtMC40LTEtMVY2LjgKCQkJCQkJQzkzLDYuMyw5My41LDUuOCw5NCw1Ljh6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol8xMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjk5LjQxODYiIHkxPSIxMDMuNTA1MiIgeDI9IjI5OS40MTg2IiB5Mj0iMTAyLjU1OTkiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNTEuNTMyMyAwIDAgLTUxLjU3MjggLTE1Mjk1Ljg3NyA1MzYwLjk3MzYpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UxRTJFNiIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjdGOUZDIi8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i55+p5b2iXzNfIiBjbGFzcz0ic3QzIiBkPSJNMTA5LjEsMjAuOWg0OS41YzAuNiwwLDEsMC40LDEsMXY0OS42YzAsMC42LTAuNCwxLTEsMWgtNDkuNWMtMC42LDAtMS0wLjQtMS0xVjIxLjkKCQkJCQkJQzEwOC4xLDIxLjQsMTA4LjYsMjAuOSwxMDkuMSwyMC45eiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaJfMTJfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjE5NS40ODc5IiB5MT0iMTE5LjIyMzciIHgyPSIxOTUuNDg3OSIgeTI9IjExOC4yNTY2IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDUuMzc3NyAwIDAgLTEyLjY4MjggLTkyOC4zNzU1IDE1NDYuODUxNikiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFFMkU2Ii8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMEYyRjUiLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxyZWN0IGlkPSLnn6nlvaJfNF8iIHg9IjEyMC4yIiB5PSIzNC41IiBjbGFzcz0ic3Q0IiB3aWR0aD0iNS40IiBoZWlnaHQ9IjEyLjciLz4KCgkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2i5aSH5Lu9LTlfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTk1LjQ5MDEiIHkxPSIxMTkuMjIzNyIgeDI9IjE5NS40OTAxIiB5Mj0iMTE4LjI1NjYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNS4zNzc3IDAgMCAtMTIuNjgyOCAtOTA2LjQ4NzEgMTU0Ni44NTE2KSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMUUyRTYiLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0YwRjJGNSIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS05IiB4PSIxNDIuMSIgeT0iMzQuNSIgY2xhc3M9InN0NSIgd2lkdGg9IjUuNCIgaGVpZ2h0PSIxMi43Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF82XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyNDcuNTY2IiB5MT0iMTI1LjQ1MTQiIHgyPSIyNDcuNTY2IiB5Mj0iMTI0LjQ4NDQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoOS43NTU0IDAgMCAtOS43NjIxIC0yMjgxLjIwNTEgMTI3Ni45MDYpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UxRTJFNiIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjBGMkY1Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIIiBjbGFzcz0ic3Q2IiBkPSJNMTI5LDU2LjdMMTI5LDU2LjdjMC4xLTIuNiwyLjMtNC43LDQuOS00LjdjMi42LDAsNC43LDIsNC45LDQuN3YwLjJ2NC45SDEyOXYtMC41di00LjQKCQkJCQkJVjU2Ljd6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF84XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIzMDIuOTc2MSIgeTE9IjEwMS4yMzc1IiB4Mj0iMzAyLjk3NjEiIHkyPSIxMDAuMzAxNiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg3Mi45NjE1IDAgMCAtOTMuNDYyNyAtMjE4NzkuNzQ0MSA5NDYzLjAyNzMpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VCRURGMDtzdG9wLW9wYWNpdHk6MC45OTE3Ii8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMUUzRTYiLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMV8iIGNsYXNzPSJzdDciIGQ9Ik0yNDQuOCwwaDIuOXY1OC40aDE0LjZ2MTcuNWgtMTQuNnYxNy41aC0yMC40Vjc1LjloLTM3LjlWNTguNEwyMjcuMywwSDI0NC44egoJCQkJCQkgTTIyNy4zLDI4LjJsLTE4LjgsMzAuM2gxOC44VjI4LjJ6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiOWkh+S7vS0zXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjMwMi45NzU2IiB5MT0iMTAxLjIzNzUiIHgyPSIzMDIuOTc1NiIgeTI9IjEwMC4zMDE2IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDcyLjk2MTUgMCAwIC05My40NjI3IC0yMjA2My42MDc0IDk0NjMuMDI3MykiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRUJFREYwO3N0b3Atb3BhY2l0eTowLjk5MTciLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0UxRTNFNiIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiOWkh+S7vS0zIiBjbGFzcz0ic3Q4IiBkPSJNNjAuOSwwaDIuOXY1OC40aDE0LjZ2MTcuNUg2My44djE3LjVINDMuNFY3NS45SDUuNVY1OC40TDQzLjQsMEg2MC45egoJCQkJCQkgTTQzLjQsMjguMkwyNC42LDU4LjRoMTguOFYyOC4yeiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfOV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjk5LjA0NjYiIHkxPSIxMDcuMjgyNyIgeDI9IjI5OS4wNTM1IiB5Mj0iMTA3LjAxMSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg1MC4wMDM1IDAgMCAtMjguNjA1MyAtMTQ4NTcuNzUyOSAzMjE2LjczOTUpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZCRkNGRCIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjBGMkY1Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzJfIiBjbGFzcz0ic3Q5IiBkPSJNOTkuNiwxMzcuM2MxMS43LDAsMjEuMiw1LjYsMjEuMiwxMi40YzAsNi45LTkuNSwxMi40LTIxLjIsMTIuNAoJCQkJCQljLTQuNCwwLTguNS0wLjgtMTEuOS0yLjFsLTcsNS45bC0xLjktMi4ybDYtNS4xYy0zLjktMi4zLTYuNC01LjQtNi40LTguOWMwLTAuMiwwLTAuNSwwLTAuN2wtNS44LDUuMWwtMS45LTIuMmwxNS40LTEzLjQKCQkJCQkJbDEuMSwxLjJDOTAuNywxMzguMSw5NSwxMzcuMyw5OS42LDEzNy4zeiIvPgoJCQkJCTxyZWN0IGlkPSLnn6nlvaJfNV8iIHg9IjIyNS44IiB5PSI4Ny42IiBjbGFzcz0ic3QxMCIgd2lkdGg9IjIzLjMiIGhlaWdodD0iNS44Ii8+CgkJCQkJPHJlY3QgaWQ9IuefqeW9ol82XyIgeD0iMjI3LjMiIHk9Ijg2LjIiIGNsYXNzPSJzdDExIiB3aWR0aD0iMjAuNCIgaGVpZ2h0PSIxLjUiLz4KCQkJCQk8cmVjdCBpZD0i55+p5b2iXzdfIiB4PSI0MS45IiB5PSI4Ny42IiBjbGFzcz0ic3QxMCIgd2lkdGg9IjIzLjMiIGhlaWdodD0iNS44Ii8+CgkJCQkJPHJlY3QgaWQ9IuefqeW9ol84XyIgeD0iNDMuNCIgeT0iODYuMiIgY2xhc3M9InN0MTEiIHdpZHRoPSIyMC40IiBoZWlnaHQ9IjEuNSIvPgoJCQkJCTxwYXRoIGlkPSLot6/lvoQtNCIgY2xhc3M9InN0MTEiIGQ9Ik0wLDAiLz4KCQkJCQk8cGF0aCBpZD0i6Lev5b6ELTgiIGNsYXNzPSJzdDEyIiBkPSJNMTE1LjYsMTM0LjljMi40LTIuMiw5LjctMy40LDIxLjktMy40YzYuNCwwLDExLDAuNywzOS45LDUuN2MyLjksMC41LDUuMywwLjksNy43LDEuMwoJCQkJCQljMjUuOCw0LjMsNDAuOCw1LjcsNDguNiwzLjNsLTAuNC0xLjRjLTcuNSwyLjItMjIuNSwwLjktNDgtMy40Yy0yLjMtMC40LTQuOC0wLjgtNy42LTEuM2MtMjkuMS01LjEtMzMuNi01LjgtNDAuMi01LjgKCQkJCQkJYy0xMi42LDAtMjAuMSwxLjItMjIuOSwzLjhMMTE1LjYsMTM0Ljl6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9Iui3r+W+hC01XzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjMwNy4xMTA1IiB5MT0iMTAzLjQ4MSIgeDI9IjMwNy4xMTA1IiB5Mj0iMTAyLjQ5MjIiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTQxLjI1IDAgMCAtNTIuMDk2MiAtNDMyMDEuNzIyNyA1NDgxLjM2MTMpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0RDREVFNSIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTc5QkE1Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i6Lev5b6ELTUiIGNsYXNzPSJzdDEzIiBkPSJNMjI1LjgsODkuOGgtMjBjLTYuOSwwLTEwLjcsMy4xLTgsNy41YzIuNyw0LjYsMTEuOSw5LjcsMjcuMSwxNC40CgkJCQkJCWMxNS41LDQuOCwyNC45LDE1LjUsMjEsMjIuNWMtNC41LDguMS0yNC40LDguOS01Ni4zLTAuOGMtNDguNC0xNC42LTc1LjgtMTYuMS04Mi42LTQuMWwxLjMsMC43YzYuMi0xMS4xLDMzLjItOS43LDgwLjksNC43CgkJCQkJCWMzMi41LDkuOCw1Myw5LjEsNTgsMC4xYzQuNS04LTUuNi0xOS41LTIxLjktMjQuNmMtMTQuOC00LjYtMjMuOC05LjYtMjYuMi0xMy43Yy0xLjgtMy4xLDAuOC01LjMsNi44LTUuM2gyMHYtMS40SDIyNS44eiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfMTBfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjI5NC4xODM1IiB5MT0iMTAxLjQ1NzgiIHgyPSIyOTQuNzA3NCIgeTI9IjEwMS40MDIyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDM3Ljc5OTMgNy4zNDc0IDcuNjMzNyAtMzkuMjcyIC0xMTgwMy44MjUyIDE5NTkuNDUyKSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFN0U5RUI7c3RvcC1vcGFjaXR5OjAuOTM2NSIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0RDRkQxIi8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzNfIiBjbGFzcz0ic3QxNCIgZD0iTTExMS43LDEyNS4yYzQsNC45LDQuNywxMS4zLDIuNCwxMy41bC0wLjEsMC4xbC01LjUsNS42YzAuNiwyLjksMC41LDUuMy0xLjEsNi43CgkJCQkJCWwwLDBsMCwwbC04LjIsOC43bC0yMS44LTMwLjZsOC4zLTQuOHYwLjFjMS43LTAuOSw0LjEtMC42LDYuNywwLjRsNi44LTQuMmwwLjEtMC4xQzEwMiwxMTguNywxMDcuOCwxMjAuMywxMTEuNywxMjUuMnoiLz4KCgkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5b2i54q257uT5ZCI5aSH5Lu9LTRfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjk1LjQwNTQiIHkxPSI4Mi4zMTk3IiB4Mj0iMjk2LjEyODciIHkyPSI4Mi4yOTk0IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDIzLjgyNDMgMjkuNDIwNiAxNS44NjE0IC0xMi44NDQzIC04MjU1Ljg0MzggLTc1MDQuODQ1NykiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRUJFREVGIi8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNEOERBREMiLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIjlpIfku70tNCIgY2xhc3M9InN0MTUiIGQ9Ik0xMDMuMywxMzIuNGM1LjksNy4yLDcuMiwxNS40LDQsMTguOWwwLDBsLTguMSw4LjVMNzYsMTI5LjlsOS40LTUuNWwwLDAKCQkJCQkJQzg5LjUsMTIyLjEsOTcuNSwxMjUuMiwxMDMuMywxMzIuNHoiLz4KCgkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaLlpIfku70tMiIgdHJhbnNmb3JtPSJtYXRyaXgoMC43NzcxIC0wLjYyOTMgMC42MjkzIDAuNzc3MSAtNzEuNzU3MyA4Ny4zODA5KSIgY2xhc3M9InN0MTYiIGN4PSI4Ny41IiBjeT0iMTQ1IiByeD0iOS41IiByeT0iMTkiLz4KCgkJCQkJCTxnIGlkPSLnvJbnu4QtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODUuMjg4NzA1LCAxNTUuNjk1NDY1KSByb3RhdGUoNi4wMDAwMDApIHRyYW5zbGF0ZSgtODUuMjg4NzA1LCAtMTU1LjY5NTQ2NSkgdHJhbnNsYXRlKDc5LjE0MzQ1MywgMTQ2Ljc1NjkxNykiPgoJCQkJCQk8cG9seWdvbiBpZD0i6Lev5b6ELTkiIGNsYXNzPSJzdDE3IiBwb2ludHM9IjEyLjIsMS4xIDEyLjIsNi4xIDEuMiwxNy41IDEuMiwxMi41IAkJCQkJCSIvPgoJCQkJCQk8cG9seWdvbiBpZD0i6Lev5b6ELTEwIiBjbGFzcz0ic3QxMSIgcG9pbnRzPSIxMi4yLDEuMSAxMS4zLDAgMC4zLDExLjEgMS4yLDEyLjUgCQkJCQkJIi8+CgkJCQkJCTxwb2x5Z29uIGlkPSLot6/lvoQtMTEiIGNsYXNzPSJzdDE4IiBwb2ludHM9IjAuMywxMS4xIDEuMiwxMi41IDEuMiwxNy41IDAuMywxNi4xIAkJCQkJCSIvPgoJCQkJCTwvZz4KCgkJCQkJCTxnIGlkPSLnvJbnu4QtNeWkh+S7vSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzYuODI2Mjc3LCAxNDMuODg1MTA1KSByb3RhdGUoNi4wMDAwMDApIHRyYW5zbGF0ZSgtNzYuODI2Mjc3LCAtMTQzLjg4NTEwNSkgdHJhbnNsYXRlKDcwLjY4MTAyNSwgMTM0Ljk0NjU1OCkiPgoJCQkJCQk8cG9seWdvbiBpZD0i6Lev5b6ELTlfMV8iIGNsYXNzPSJzdDE3IiBwb2ludHM9IjEyLjIsMS4xIDEyLjIsNi4xIDEuMiwxNy41IDEuMiwxMi41IAkJCQkJCSIvPgoJCQkJCQk8cG9seWdvbiBpZD0i6Lev5b6ELTEwXzFfIiBjbGFzcz0ic3QxMSIgcG9pbnRzPSIxMi4yLDEuMSAxMS4zLDAgMC4zLDExLjEgMS4yLDEyLjUgCQkJCQkJIi8+CgkJCQkJCTxwb2x5Z29uIGlkPSLot6/lvoQtMTFfMV8iIGNsYXNzPSJzdDE4IiBwb2ludHM9IjAuMywxMS4xIDEuMiwxMi41IDEuMiwxNy41IDAuMywxNi4xIAkJCQkJCSIvPgoJCQkJCTwvZz4KCgkJCQkJCTxnIGlkPSLnvJbnu4QtNV8xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODQuNjQzMzQ5LCAxNTYuMjAzMTgzKSByb3RhdGUoNi4wMDAwMDApIHRyYW5zbGF0ZSgtODQuNjQzMzQ5LCAtMTU2LjIwMzE4MykgdHJhbnNsYXRlKDc4LjEzNjYxMiwgMTQ2LjYyOTc5NikiPgoJCQkJCTwvZz4KCgkJCQkJCTxnIGlkPSLnvJbnu4QtNeWkh+S7vV8xXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzYuMjU3OTg1LCAxNDQuMjkxOTQyKSByb3RhdGUoNi4wMDAwMDApIHRyYW5zbGF0ZSgtNzYuMjU3OTg1LCAtMTQ0LjI5MTk0MikgdHJhbnNsYXRlKDY5Ljc1MTI0OCwgMTM0LjcxODU1NSkiPgoJCQkJCTwvZz4KCQkJCTwvZz4KCQkJCTxjaXJjbGUgaWQ9IuakreWchuW9oiIgY2xhc3M9InN0MTkiIGN4PSIxLjciIGN5PSI4MCIgcj0iMS43Ii8+CgkJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzRfIiBjbGFzcz0ic3QyMCIgZD0iTTEyMy43LDYyLjlsLTEuMiwxLjhjLTU4LjQsMTQuNi05Ny4zLDM0LjgtOTUuMiw1MS44YzEuMiwxMCwxNi41LDE3LjYsNDEsMjIuMgoJCQkJCWM3LjktOC42LDE4LjMtMTcuOSwzMC43LTI3LjV2MS45Qzg3LjQsMTIyLjIsNzcuNiwxMzEsNzAsMTM5YzkuMiwxLjYsMTkuNywyLjksMzEuMiwzLjdjMS41LDAuNywzLjQsMS4zLDUuNSwxLjgKCQkJCQljLTE0LjEtMC44LTI2LjktMi4yLTM3LjgtNC4yQzU1LDE1NS4xLDQ5LDE2Ny41LDUzLDE3NS40YzguNiwxNi45LDYxLjIsOC44LDEyNi44LTE3LjZjMC41LDAuMywxLDAuNiwxLjYsMQoJCQkJCWMtNjYuOCwyNy0xMjAuNSwzNS4yLTEyOS42LDE3LjNjLTQuMi04LjMsMS43LTIxLjEsMTUuNC0zNi4yYy0yNC43LTQuOC00MC0xMi43LTQxLjMtMjMuMkMyMy42LDk4LjUsNjMuNyw3Ny43LDEyMy43LDYyLjl6CgkJCQkJIE0zMTMuMywxMTguNGg1LjFjLTYuOCwyLjEtMTMuOSw0LjEtMjEuNCw2Yy0xLjQtMC4yLTIuOC0wLjQtMy45LTAuNUMzMDAuMiwxMjIuMSwzMDYuOSwxMjAuMywzMTMuMywxMTguNHogTTI4My4xLDEwNS44djEuNwoJCQkJCWMtMi45LDEuOC01LjgsMy41LTguOCw1LjN2LTEuN0MyNzcuMywxMDkuMywyODAuMiwxMDcuNiwyODMuMSwxMDUuOHogTTM3OC41LDkuNmM0LjcsOS4yLTMuMSwyNC0yMC4yLDQxLjMKCQkJCQljMTguOSw0LjksMzAuNCwxMiwzMS42LDIxYzEuMywxMC40LTExLjQsMjEuNi0zMy43LDMyLjJ2LTEuNmMyMS40LTEwLjEsMzMuNC0yMC44LDMyLjMtMzAuNGMtMS4xLTguNi0xMi41LTE1LjQtMzEuMy0yMC4xCgkJCQkJbC0wLjMsMC4zYy00LjUsNC41LTkuNiw5LjEtMTUuMywxMy45di0xLjljNS00LjMsOS42LTguNCwxMy43LTEyLjRsMC4zLTAuM2MtNC4zLTEtOS0xLjktMTQtMi43di0xLjVjNS40LDAuOSwxMC41LDEuOSwxNS4xLDMKCQkJCQljMTcuMS0xNy4xLDI1LTMxLjUsMjAuNi00MC4zYy0xMC0xOS43LTc5LjktNS40LTE2MC40LDMyLjJoLTMuNEMyOTUuOSwzLjQsMzY3LjgtMTEuNSwzNzguNSw5LjZ6IE0xMzYuOSw4NC41djEuOAoJCQkJCWMtNS44LDMuNy0xMS40LDcuNC0xNi43LDExLjFsMi0zLjFDMTI3LDkwLjksMTMxLjksODcuNywxMzYuOSw4NC41eiBNMzIxLjEsODAuNHYxLjhjLTQuMiwzLTguNSw2LjEtMTMsOS4ybDItMy4xCgkJCQkJQzMxMy45LDg1LjYsMzE3LjUsODMsMzIxLjEsODAuNHogTTE4MC44LDU4Ljl2MS43Yy04LjEsNC4zLTE1LjksOC43LTIzLjQsMTMuMVY3MkMxNjQuOSw2Ny42LDE3Mi43LDYzLjIsMTgwLjgsNTguOXoKCQkJCQkgTTE4MC44LDUxLjZ2MS41Yy04LDEuMi0xNS44LDIuNi0yMy40LDR2LTEuNUMxNjUsNTQuMSwxNzIuOCw1Mi44LDE4MC44LDUxLjZ6IE0zMTkuNSw0NC45bC0wLjksMS40CgkJCQkJYy0xMy40LTEuMS0yOC4zLTEuNS00NC4zLTEuM3YtMC41YzAtMC4zLTAuMS0wLjctMC4yLTAuOUMyOTAuNSw0My4zLDMwNS44LDQzLjcsMzE5LjUsNDQuOXoiLz4KCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfNV8iIGNsYXNzPSJzdDIxIiBkPSJNMzc4LjUsOS42YzQuNyw5LjItMy4xLDI0LTIwLjIsNDEuM2MxOC45LDQuOSwzMC40LDEyLDMxLjYsMjEKCQkJCQljMi45LDI0LTY4LjYsNTIuOC0xNjIuNCw2Ni4xYy04Ni45LDQyLjktMTY0LjYsNTkuOS0xNzUuOCwzOGMtNC4yLTguMywxLjctMjEuMSwxNS40LTM2LjJjLTI0LjctNC44LTQwLTEyLjctNDEuMy0yMy4yCgkJCQkJYy0xLjctMTMuOCwyMS4xLTI5LjEsNTguNS00Mi4ybDAuMywxLjRjLTM2LjYsMTIuOC01OSwyNy42LTU3LjQsNDAuNmMxLjIsMTAsMTYuNSwxNy42LDQxLDIyLjJjNi44LTcuMywxNS40LTE1LjIsMjUuNS0yMy40CgkJCQkJbDAuMywxLjJsMC44LTAuMmMtOS44LDcuOS0xOC4yLDE1LjUtMjQuOSwyMi42YzM0LjQsNi4xLDg2LjIsNi42LDE0My4zLTAuNGM0LjctMC42LDkuMy0xLjIsMTMuOC0xLjhjMi43LTEuNCw1LjUtMi43LDguMy00LjEKCQkJCQljNTEuOC0yNi40LDk1LTU2LjEsMTE5LjktODAuNmwwLjMtMC4zYy0yLjctMC42LTUuNS0xLjItOC40LTEuOGwtMC40LTEuNWMzLjUsMC42LDYuOCwxLjQsMTAsMi4xYzE3LjEtMTcuMSwyNS0zMS41LDIwLjYtNDAuMwoJCQkJCWMtNC4yLTguMy0xOS4yLTEwLjYtNDEuMS03LjZsLTAuMy0xLjRDMzU4LjUtMS44LDM3NCwwLjcsMzc4LjUsOS42eiBNMjIyLjksMTM4LjdsLTAuNCwwLjFjLTMsMC40LTYsMC44LTksMS4yCgkJCQkJYy01Ny43LDcuMS0xMTAsNi43LTE0NC43LDAuMkM1NSwxNTUuMSw0OSwxNjcuNSw1MywxNzUuNEM2My40LDE5NS45LDEzOC40LDE3OS43LDIyMi45LDEzOC43eiBNMzU3LjEsNTJsLTAuMywwLjMKCQkJCQljLTI1LDI0LjgtNjguNSw1NC44LTEyMC44LDgxLjRjLTEuNCwwLjctMi45LDEuNS00LjMsMi4yYzkwLjYtMTMuNSwxNTkuNS00MS41LDE1Ni43LTYzLjlDMzg3LjQsNjMuNSwzNzUuOSw1Ni43LDM1Ny4xLDUyeiIvPgoJCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzFfIiBjbGFzcz0ic3QxOSIgY3g9IjEzNS4yIiBjeT0iMTQ0LjIiIHI9IjIuMiIvPgoJCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2i5aSH5Lu9LTQiIGNsYXNzPSJzdDE5IiBjeD0iMzU3IiBjeT0iNTAuOSIgcj0iMy45Ii8+CgkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaLlpIfku70iIGNsYXNzPSJzdDE5IiBjeD0iNDMuNiIgY3k9IjkzLjkiIHI9IjIuMiIvPgoJCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzJfIiBjbGFzcz0ic3QxOSIgY3g9IjM3Mi4xIiBjeT0iMy40IiByPSIyLjIiLz4KCQkJCTxjaXJjbGUgaWQ9IuakreWchuW9ol8zXyIgY2xhc3M9InN0MTkiIGN4PSI3My4yIiBjeT0iNTAuOSIgcj0iMS43Ii8+CgkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaJfNF8iIGNsYXNzPSJzdDE5IiBjeD0iMjkzLjMiIGN5PSIxNjkuNCIgcj0iMS43Ii8+CgkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaJfNV8iIGNsYXNzPSJzdDE5IiBjeD0iMzk4LjMiIGN5PSIxNS4yIiByPSIxLjciLz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K",i2="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qxe2ZpbGw6I0M0QzZDQzt9Cgkuc3Qye2ZpbGw6dXJsKCPnn6nlvaItMl8xXyk7fQoJLnN0M3tmaWxsOnVybCgj55+p5b2iXzZfKTt9Cgkuc3Q0e2ZpbGw6I0RDREVFMDt9Cgkuc3Q1e2ZpbGw6I0QxRDNENjt9Cgkuc3Q2e2ZpbGw6dXJsKCPnn6nlvaItM18xXyk7fQoJLnN0N3tmaWxsOiNFNUU3RUM7fQoJLnN0OHtmaWxsOnVybCgj5LiJ6KeS5b2iXzFfKTt9Cgkuc3Q5e2ZpbGw6Izk3OUJBNTt9Cjwvc3R5bGU+CjxnIGlkPSLpobXpnaItMSI+Cgk8ZyBpZD0iRXhjZXB0aW9uX3gyRl/lvILluLjmj5DnpLoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NjkuMDAwMDAwLCAtMjkxOC4wMDAwMDApIj4KCQk8ZyBpZD0i5byC5bi45aSx6LSl57G7IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTcuMDAwMDAwLCAyODIzLjAwMDAwMCkiPgoJCQk8ZyBpZD0i5byC5bi45aSx6LSl57G7LeaPkuWbviIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTEyLjAwMDAwMCwgOTUuMDAwMDAwKSI+CgkJCQk8ZyBpZD0i57yW57uELTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyMy4wMDAwMDAsIDMzLjAwMDAwMCkiPgoJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0iRmlsbC0xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEyNi41Njk5IiB5MT0iMTM0Ljk4ODkiIHgyPSIxMzAuMTYzOCIgeTI9IjE2OS4xODI3Ij4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZCRkNGRCIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjJGNEY3Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0iRmlsbC0xIiBjbGFzcz0ic3QwIiBkPSJNNjAsMTQzYzE5LjMtNC4yLDQ4LjQtNS43LDY3LjMtNC43czM5LjQsMy44LDM5LjQsMy44czUuMy0yLjQsNC45LTEuNAoJCQkJCQljLTAuNCwwLjktMi45LDIuNC0xLjIsMi44YzEuNiwwLjUsMTguNSwyLjQsMjUuNCwzLjhjNywxLjQsMTAuMywyLjgsMTAuMywyLjhzNC42LTgsMTQuNy03LjFjMCwwLjgtMy43LDEuNy01LDMuOAoJCQkJCQljLTEuMiwyLjEtNCwzLjMtNCwzLjNzMi4yLTEuMiw1LjksMC42czcuMywyLjQsNy4zLDIuN3MtMS42LDQuMi0xNS4yLDEuNGMtNS41LTEuNC04LjIsNi4xLTM0LjksOHMtNzEuOCwzLjMtNzEuOCwzLjMKCQkJCQkJczIuMSwyLjgsNi4yLDMuOGMwLDAtMi45LDIuOC04LjYsMS45Yy01LjctMC45LTExLjktNS43LTExLjktNS43cy0xNS4yLTAuOS0yMC45LTEuOXMtMTIuMy0zLjMtMTYuOC0zLjhzLTI1LTIuOC0xNy4yLTgKCQkJCQkJQzMzLjgsMTUyLjQsNDAuNywxNDcuMyw2MCwxNDN6Ii8+CgkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiCIgY2xhc3M9InN0MSIgZD0iTTYwLjgsMTQ3djkuMkg3MHYxLjhINTl2LTExSDYwLjh6Ii8+CgkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiOWkh+S7vSIgY2xhc3M9InN0MSIgZD0iTTY2LDMxLjhoLTkuMlY0MUg1NXYtOS4ybDAsMFYzMGgxMVYzMS44eiIvPgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIjlpIfku70tMiIgY2xhc3M9InN0MSIgZD0iTTE1Ny4yLDQxdi05LjJIMTQ4VjMwaDkuMmwwLDBoMS44djExSDE1Ny4yeiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaItMl8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNjUuNzcyNyIgeTE9Ii0xLjU1OTciIHgyPSIxNjUuNzcyNyIgeTI9Ii0wLjYyMzgiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoODggMCAwIDExMiAtMTQ0ODAgMjE0KSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFQkVERjA7c3RvcC1vcGFjaXR5OjAuOTkxNyIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFFM0U2Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cGF0aCBpZD0i55+p5b2iLTIiIGNsYXNzPSJzdDIiIGQ9Ik02NSwzOGg4NmMwLjYsMCwxLDAuNCwxLDF2MTEwYzAsMC42LTAuNCwxLTEsMUg2NWMtMC42LDAtMS0wLjQtMS0xVjM5CgkJCQkJCUM2NCwzOC40LDY0LjQsMzgsNjUsMzh6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol82XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNjQuODAxNCIgeTE9Ii0xLjgxNDQiIHgyPSIxNjQuODAxNCIgeTI9Ii0wLjgyNTkiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNzMgMCAwIDk3IC0xMTkyMyAyMjEpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRiIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjJGNEY3Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQk8cmVjdCBpZD0i55+p5b2iXzFfIiB4PSI3MSIgeT0iNDUiIGNsYXNzPSJzdDMiIHdpZHRoPSI3MyIgaGVpZ2h0PSI5NyIvPgoJCQkJCTxyZWN0IGlkPSLnn6nlvaJfMl8iIHg9Ijg2IiB5PSI0OSIgY2xhc3M9InN0NCIgd2lkdGg9IjQzIiBoZWlnaHQ9IjIiLz4KCQkJCQk8cmVjdCBpZD0i55+p5b2iXzNfIiB4PSI3MSIgeT0iMTQwIiBjbGFzcz0ic3Q1IiB3aWR0aD0iNzMiIGhlaWdodD0iMiIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaItM18xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNjAuODI1NiIgeTE9Ii0xMS43MzMzIiB4Mj0iMTYwLjgyNTYiIHkyPSItMTAuNzQxMiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg0MyAwIDAgMTUgLTY4MDggMjEwKSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFREVGRjIiLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U4RUFFRCIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHJlY3QgaWQ9IuefqeW9oi0zIiB4PSI4NiIgeT0iMzQiIGNsYXNzPSJzdDYiIHdpZHRoPSI0MyIgaGVpZ2h0PSIxNSIvPgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMV8iIGNsYXNzPSJzdDUiIGQ9Ik0xNTIsMTA1djQ0YzAsMC42LTAuNCwxLTEsMWgtMjQuNkwxNTIsMTA1eiIvPgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMl8iIGNsYXNzPSJzdDciIGQ9Ik0xNDQsMTE5LjJWMTQwaC0xMkwxNDQsMTE5LjJ6Ii8+CgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuS4ieinkuW9ol8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxNjMuOTE0MyIgeTE9Ii0zLjA4MTIiIHgyPSIxNjMuOTE0MyIgeTI9Ii0yLjE0NTMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNjMuMTc5OSAwIDAgNTYuOTAzMyAtMTAxOTguMTcxOSAyNzcuMDk0NSkiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTZFOEVCO3N0b3Atb3BhY2l0eTowLjk5MTciLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q0RDZEOSIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHBhdGggaWQ9IuS4ieinkuW9oiIgY2xhc3M9InN0OCIgZD0iTTE1OS43LDEwMi4xbDEuNSwyLjZsMCwwbDI4LjEsNTAuM2MwLjUsMSwwLjIsMi4yLTAuOCwyLjdjLTAuMywwLjItMC42LDAuMy0xLDAuM2gtNTkuMgoJCQkJCQljLTEuMSwwLTItMC45LTItMmMwLTAuMywwLjEtMC43LDAuMy0xbDI5LjYtNTIuOWMwLjUtMSwxLjgtMS4zLDIuNy0wLjhDMTU5LjMsMTAxLjUsMTU5LjYsMTAxLjgsMTU5LjcsMTAyLjF6Ii8+CgkJCQkJPHBhdGggaWQ9Il94MjFfIiBjbGFzcz0ic3Q5IiBkPSJNMTYwLjcsMTI0bC0wLjYsMTYuNGgtNC4ybC0wLjYtMTYuNEMxNTUuMywxMjQsMTYwLjcsMTI0LDE2MC43LDEyNHogTTE1NSwxNDUuOAoJCQkJCQljMC0wLjksMC4zLTEuNiwwLjktMi4yczEuMy0wLjgsMi4xLTAuOGMwLjksMCwxLjYsMC4zLDIuMSwwLjhjMC42LDAuNiwwLjgsMS4zLDAuOCwyLjFzLTAuMywxLjYtMC44LDIuMQoJCQkJCQljLTAuNiwwLjYtMS4yLDAuOS0yLDAuOWMtMSwwLTEuNy0wLjMtMi4zLTAuOUMxNTUuMywxNDcuMywxNTUsMTQ2LjYsMTU1LDE0NS44eiIvPgoJCQkJCTxnIGlkPSLnvJbnu4QtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAxLjAwMDAwMCwgNzQuMDAwMDAwKSI+CgkJCQkJCTxyZWN0IGlkPSLnn6nlvaJfNF8iIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9IiB4PSI3LjYiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTIiIHg9IjE1LjEiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTMiIHg9IjIyLjciIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTQiIHg9IjMwLjIiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMSIvPgoJCQkJCTwvZz4KCQkJCQk8ZyBpZD0i57yW57uELTNfMV8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEyNC4wMDAwMDAsIDkxLjAwMDAwMCkiPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2iXzVfIiB4PSI3LjgiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjkiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTUiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjkiIGhlaWdodD0iMSIvPgoJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9XzFfIiB4PSIxNS42IiBjbGFzcz0ic3QxIiB3aWR0aD0iMy45IiBoZWlnaHQ9IjEiLz4KCQkJCQkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS0yXzFfIiB4PSIyMy41IiBjbGFzcz0ic3QxIiB3aWR0aD0iMy45IiBoZWlnaHQ9IjEiLz4KCQkJCQkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS0zXzFfIiB4PSIzMS4zIiBjbGFzcz0ic3QxIiB3aWR0aD0iMy45IiBoZWlnaHQ9IjEiLz4KCQkJCQkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS00XzFfIiB4PSIzOS4xIiBjbGFzcz0ic3QxIiB3aWR0aD0iMy45IiBoZWlnaHQ9IjEiLz4KCQkJCQk8L2c+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==",r2="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qxe2ZpbGw6dXJsKCPmpK3lnIblvaLlpIfku70tNV8yXyk7fQoJLnN0MntmaWxsOnVybCgj55+p5b2iXzE5Xyk7fQoJLnN0M3tmaWxsOnVybCgj55+p5b2i5aSH5Lu9LTIxXzFfKTt9Cgkuc3Q0e2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfNl8pO30KCS5zdDV7ZmlsbDojRUFFQ0VGO30KCS5zdDZ7ZmlsbDp1cmwoI+efqeW9ol8yMF8pO30KCS5zdDd7ZmlsbDojRjRGNEY1O30KCS5zdDh7ZmlsbDojRjlGOUZBO30KCS5zdDl7ZmlsbDojOTc5Nzk3O30KCS5zdDEwe2ZpbGw6I0U4RUFFQzt9Cgkuc3QxMXtmaWxsOiNGN0Y4RkE7fQoJLnN0MTJ7ZmlsbDp1cmwoI+efqeW9ol8yMV8pO30KCS5zdDEze2ZpbGw6dXJsKCPnn6nlvaLlpIfku70tMjJfMV8pO30KCS5zdDE0e2ZpbGw6dXJsKCPot6/lvoQtMjNfMV8pO30KCS5zdDE1e2ZpbGw6dXJsKCPnn6nlvaJfMjJfKTt9Cgkuc3QxNntmaWxsOiNEQ0RERTA7fQoJLnN0MTd7ZmlsbDp1cmwoI+i3r+W+hC0xOV8xXyk7fQoJLnN0MTh7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF85Xyk7fQoJLnN0MTl7ZmlsbDojQ0RDRUQxO30KCS5zdDIwe2ZpbGw6bm9uZTtzdHJva2U6dXJsKCPot6/lvoQtMjFfMV8pO30KCS5zdDIxe2ZpbGw6I0M2QzdDQjt9Cgkuc3QyMntmaWxsOiNEMUQyRDY7c3Ryb2tlOiNFQUVERjA7c3Ryb2tlLXdpZHRoOjI7fQoJLnN0MjN7ZmlsbDojRjlGQUZDO30KCS5zdDI0e2ZpbGw6dXJsKCPnn6nlvaJfMjNfKTt9Cgkuc3QyNXtmaWxsOiNGMUYzRjU7fQoJLnN0MjZ7ZmlsbDojRTZFOEVCO30KCS5zdDI3e2ZpbGw6I0QxRDJENjt9Cgkuc3QyOHtmaWxsOnVybCgj5qSt5ZyG5b2i5aSH5Lu9LThfMV8pO30KCS5zdDI5e2ZpbGw6I0VFRUZGMzt9Cgkuc3QzMHtmaWxsOiNENEQ2REE7fQoJLnN0MzF7ZmlsbDojRThFQUVEO3N0cm9rZTojRDlEQkRFO30KCS5zdDMye2ZpbGw6I0Q4RDhEODtzdHJva2U6I0NGRDBEMzt9Cgkuc3QzM3tmaWxsOiNERERFRTA7fQoJLnN0MzR7ZmlsbDojRUVGMEYyO30KCS5zdDM1e2ZpbGw6bm9uZTtzdHJva2U6dXJsKCPnn6nlvaJfMjRfKTtzdHJva2Utd2lkdGg6Mjt9Cgkuc3QzNntmaWxsOm5vbmU7c3Ryb2tlOnVybCgj55+p5b2iXzI1Xyk7c3Ryb2tlLXdpZHRoOjAuNzt9Cgkuc3QzN3tmaWxsOnVybCgj55+p5b2iXzI2Xyk7fQoJLnN0Mzh7ZmlsbDp1cmwoI+efqeW9ol8yN18pO30KCS5zdDM5e2ZpbGw6dXJsKCPnn6nlvaJfMjhfKTt9Cgkuc3Q0MHtmaWxsOiM5NTk2OTk7ZmlsbC1vcGFjaXR5OjAuMTI7fQoJLnN0NDF7ZmlsbDojQzRDNkNDO30KPC9zdHlsZT4KPGcgaWQ9Iumhtemdoi0xIj4KCTxnIGlkPSJFeGNlcHRpb25feDJGX+W8guW4uOaPkOekuiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3MC4wMDAwMDAsIC0xODgyLjAwMDAwMCkiPgoJCTxnIGlkPSLlip/og73lu7rorr7nsbsiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM1Ny4wMDAwMDAsIDE3NTEuMDAwMDAwKSI+CgkJCTxnIGlkPSLnvJbnu4QtMTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA3My4wMDAwMDApIj4KCQkJCTxnIGlkPSLlip/og73lu7rorr7nsbst5o+S5Zu+IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MTMuMDAwMDAwLCA1OC4wMDAwMDApIj4KCQkJCQk8ZyBpZD0i5Zu+5qGIIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1OC4wMDAwMDAsIDE3LjAwMDAwMCkiPgoJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IkZpbGwtMV8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyMDYuMzkyNyIgeTE9IjE1OC41MjkiIHgyPSIyMDkuODg5IiB5Mj0iMTkxLjc5NDgiPgoJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZCRkNGRCIvPgoJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0YyRjRGNyIvPgoJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQk8cGF0aCBpZD0iRmlsbC0xIiBjbGFzcz0ic3QwIiBkPSJNMTQzLjQsMTY2LjRjMTguNi00LjIsNDUuNS02LjEsNjMuNy01LjFjMTguMiwwLjksMzMuMyw0LjEsMzQuNCwzLjQKCQkJCQkJCWMzLjYtMi40LDExLjQtMy41LDExLTIuNnMtNS40LDMuOS0zLjgsNC4zczE3LjgsMi4zLDI0LjYsMy43YzYuNywxLjQsMTEuMSwyLjgsMTIuNSwyLjhjMS41LDAsMy44LTIsMTMuNS0xCgkJCQkJCQljMC4yLDAuNC0yLjIsMC41LTQuMywxLjZjLTIuMiwxLjEtMy43LDEtMy43LDEuM3MxLjItMC40LDMuNywxLjNjMi41LDEuNiw3LDIuMSw3LDIuNmMwLDAuNC01LjcsMi4zLTE1LjEtMC43CgkJCQkJCQljLTIuNC0wLjgtOCw1LjgtMzMuOCw3LjdzLTY5LjQsMy4zLTY5LjQsMy4zczIuNiwzLjQsNi40LDQuM2MwLjIsMC4zLTEuNSwxLjYtOC45LDAuMmMtNy40LTEuNC0xMS40LTQuNS0xMS40LTQuNQoJCQkJCQkJcy0xNC43LTAuOS0yMC4yLTEuOWMtNS42LTAuOS0xMS45LTMuMy0xNi4zLTMuN3MtMjQuMi0yLjgtMTYuNy04QzExNi43LDE3NS4zLDEyNC43LDE3MC42LDE0My40LDE2Ni40eiIvPgoJCQkJCQk8ZyBpZD0i57yW57uELTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM3LjAwMDAwMCwgMC4wMDAwMDApIj4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLmpK3lnIblvaLlpIfku70tNV8yXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxOTcuNDMyOCIgeTE9Ii05Ljk3MjYiIHgyPSIxOTcuNDMyOCIgeTI9Ii04Ljk3MjYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTQuMzExNCAwIDAgMTcuNjQ4NSAtMjgxMi4yOTAzIDI1OC43NTkxKSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VBRUNFRSIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDRENGRDEiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8cGF0aCBpZD0i5qSt5ZyG5b2i5aSH5Lu9LTUiIGNsYXNzPSJzdDEiIGQ9Ik0xMy4yLDEwMC40YzMuMSwwLDcuMi02LjUsNy4yLTEwLjVzLTMuMi03LjItNy4yLTcuMlM2LjEsODYsNi4xLDg5LjkKCQkJCQkJCQlDNi4xLDkzLjksMTAuMSwxMDAuNCwxMy4yLDEwMC40eiIvPgoKCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol8xOV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTE1MS4zNjY0IiB5MT0iLTIuMjE1NiIgeDI9Ii0xNTEuMzY2NCIgeTI9Ii0xLjIxNTgiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDA5IDAgMCA3OS40MTgyIDE3Ny42ODkzIDE4NS45NTkzKSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0RDREVFNSIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNCMkI1QkUiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8cmVjdCBpZD0i55+p5b2iXzFfIiB4PSIxMC41IiB5PSIxMCIgY2xhc3M9InN0MiIgd2lkdGg9IjEuMSIgaGVpZ2h0PSI3OS40Ii8+CgoJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2i5aSH5Lu9LTIxXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii0xNTEuMzY4OSIgeTE9Ii0yLjIxNTYiIHgyPSItMTUxLjM2ODkiIHkyPSItMS4yMTU4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEuMTAwOSAwIDAgNzkuNDE4MiAxODAuOTkyIDE4NS45NTkzKSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0RDREVFNSIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNCMkI1QkUiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTIxIiB4PSIxMy44IiB5PSIxMCIgY2xhc3M9InN0MyIgd2lkdGg9IjEuMSIgaGVpZ2h0PSI3OS40Ii8+CgoJCQkJCQkJCTxnIGlkPSLnvJbnu4QtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjIuOTQxNzI1LCA3My44NDE3OTMpIHJvdGF0ZSgtMzkuMDAwMDAwKSB0cmFuc2xhdGUoLTYyLjk0MTcyNSwgLTczLjg0MTc5MykgdHJhbnNsYXRlKDUwLjQ0MTcyNSwgLTEwLjY1ODIwNykiPgoJCQkJCQkJCTxnIGlkPSLnvJbnu4QtMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDM4LjUxMzU0OCkiPgoKCQkJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5b2i54q257uT5ZCIXzZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjkzLjY5OTEiIHkxPSIzMy4xMTMzIiB4Mj0iOTMuNjk5MSIgeTI9IjM0LjA5MjQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMjQuNTE2MyAtNy41NzQ3MzJlLTA1IDcuMjY0MTQ3ZS0wNSAxMjkuNTQ1NiAtMjI3OC45OTU4IC00MjYzLjUyMzkpIj4KCQkJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNEU2RTkiLz4KCQkJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDQkNFRDYiLz4KCQkJCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiCIgY2xhc3M9InN0NCIgZD0iTTI0LjUsMGwwLDEwMi43bDAsMTRsMCwxMi44SDBMMCwwTDI0LjUsMHogTTEyLjMsMTIzLjFsLTEwLDUuM2gyMC4xTDEyLjMsMTIzLjF6CgkJCQkJCQkJCQkgTTIzLjMsMTE3LjNsLTkuOCw1LjFsOS44LDUuMUwyMy4zLDExNy4zeiBNMS4yLDExNy4zbDAsMTAuM2w5LjgtNS4xTDEuMiwxMTcuM3ogTTIyLDExNi43SDIuNWw5LjcsNS4xTDIyLDExNi43egoJCQkJCQkJCQkJIE0xMi4zLDExMC40bC05LjcsNS4xSDIyTDEyLjMsMTEwLjR6IE0xLjIsMTA0LjZsMCwxMC4zbDkuOC01LjFMMS4yLDEwNC42eiBNMjMuMywxMDQuNmwtOS44LDUuMWw5LjgsNS4xTDIzLjMsMTA0LjZ6CgkJCQkJCQkJCQkgTTIyLjMsMTAzLjlsLTIwLjEsMGwxMCw1LjNMMjIuMywxMDMuOXogTTEyLjMsOTcuNWwtMTAsNS4zbDIwLjEsMEwxMi4zLDk3LjV6IE0xLjIsOTEuNmwwLDEwLjNsOS44LTUuMUwxLjIsOTEuNnoKCQkJCQkJCQkJCSBNMjMuMyw5MS42bC05LjgsNS4xbDkuOCw1LjFMMjMuMyw5MS42eiBNMjIsOTFMMi41LDkxbDkuNyw1LjFMMjIsOTF6IE0xMi4zLDg0LjhsLTkuNyw1LjFsMTkuNSwwTDEyLjMsODQuOHogTTEuMiw3OQoJCQkJCQkJCQkJbDAsMTAuM2w5LjgtNS4xTDEuMiw3OXogTTIzLjMsNzlsLTkuOCw1LjFsOS44LDUuMUwyMy4zLDc5eiBNMjIuMyw3OC4ySDIuMmwxMCw1LjNMMjIuMyw3OC4yeiBNMTIuMyw3MS44TDIuMiw3N2wyMC4xLDAKCQkJCQkJCQkJCUwxMi4zLDcxLjh6IE0xLjIsNjZsMCwxMC4zbDkuOC01LjFMMS4yLDY2eiBNMjMuMyw2NmwtOS44LDUuMWw5LjgsNS4xTDIzLjMsNjZ6IE0yMiw2NS40bC0xOS41LDBsOS43LDUuMUwyMiw2NS40egoJCQkJCQkJCQkJIE0xMi4zLDU5LjFsLTkuNyw1LjFsMTkuNSwwTDEyLjMsNTkuMXogTTEuMiw1My4zbDAsMTAuM2w5LjgtNS4xTDEuMiw1My4zeiBNMjMuMyw1My4zbC05LjgsNS4xbDkuOCw1LjFMMjMuMyw1My4zegoJCQkJCQkJCQkJIE0yMi4zLDUyLjVsLTIwLjEsMGwxMCw1LjNMMjIuMyw1Mi41eiBNMTIuMyw0Ni4xbC0xMCw1LjNsMjAuMSwwTDEyLjMsNDYuMXogTTIzLjMsNDAuM2wtOS44LDUuMWw5LjgsNS4xTDIzLjMsNDAuM3oKCQkJCQkJCQkJCSBNMS4yLDQwLjNsMCwxMC4zbDkuOC01LjFMMS4yLDQwLjN6IE0yMiwzOS43bC0xOS41LDBsOS43LDUuMUwyMiwzOS43eiBNMTIuMywzMy40bC05LjcsNS4xbDE5LjUsMEwxMi4zLDMzLjR6IE0xLjIsMjcuNgoJCQkJCQkJCQkJbDAsMTAuM2w5LjgtNS4xTDEuMiwyNy42eiBNMjMuMywyNy42bC05LjgsNS4xbDkuOCw1LjFMMjMuMywyNy42eiBNMjIuMywyNi44bC0yMC4xLDBsMTAsNS4zTDIyLjMsMjYuOHogTTEyLjMsMjAuNAoJCQkJCQkJCQkJbC0xMCw1LjNsMjAuMSwwTDEyLjMsMjAuNHogTTEuMiwxNC42bDAsMTAuM2w5LjgtNS4xTDEuMiwxNC42eiBNMjMuMywxNC42bC05LjgsNS4xbDkuOCw1LjFMMjMuMywxNC42eiBNMjIsMTRMMi41LDE0CgkJCQkJCQkJCQlsOS43LDUuMUwyMiwxNHogTTEyLjMsNy43bC05LjcsNS4xbDE5LjUsMEwxMi4zLDcuN3ogTTEuMiwxLjlsMCwxMC4zTDExLDcuMUwxLjIsMS45eiBNMjMuMywxLjlMMTMuNSw3bDkuOCw1LjFMMjMuMywxLjl6CgkJCQkJCQkJCQkgTTIyLjMsMS4ybC0yMC4xLDBsMTAsNS4zTDIyLjMsMS4yeiIvPgoJCQkJCQkJCTwvZz4KCgkJCQkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaIiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjc3NzEgLTAuNjI5MyAwLjYyOTMgLTAuNzc3MSAxOS4xNDkxIDE0LjkyMDEpIiBjbGFzcz0ic3Q1IiBjeD0iMTIuMiIgY3k9IjQuMSIgcng9IjQuMSIgcnk9IjQuMSIvPgoKCQkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaJfMjBfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjExNS45NzExIiB5MT0iMzIuMTc3NCIgeDI9IjExNS45NzExIiB5Mj0iMzMuMTc3NCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxOS44NDY1IDMuNjY3NjMxZS0wNSAtOC42NDUwMzZlLTA2IDMxLjUxMTEgLTIyODMuMTA0NyAtMTAwMC4wNzA5KSI+CgkJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFQkVERjAiLz4KCQkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U0RTZFOSIvPgoJCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQkJPHBvbHlnb24gaWQ9IuefqeW9ol8yXyIgY2xhc3M9InN0NiIgcG9pbnRzPSI3LDUuOCAxNy41LDUuOCAyMi4yLDM3LjMgMi4zLDM3LjMgCQkJCQkJCQkiLz4KCQkJCQkJCQk8cG9seWdvbiBpZD0i6Lev5b6ELTE3IiBjbGFzcz0ic3Q3IiBwb2ludHM9IjAsMzguNSAyLjMsMzcuMyAyMi4yLDM3LjMgMjQuNSwzOC41IAkJCQkJCQkJIi8+CgkJCQkJCQkJPHBvbHlnb24gaWQ9Iui3r+W+hC0xOCIgY2xhc3M9InN0OCIgcG9pbnRzPSI4LjIsNS44IDguMiw0LjYgMTYuMyw0LjYgMTYuMyw1LjggCQkJCQkJCQkiLz4KCQkJCQkJCTwvZz4KCQkJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMV8iIGNsYXNzPSJzdDkiIGQ9Ik0xMi43LDk5LjN2Ny4ydjAuMWMtMC4yLDAtMC40LTAuMS0wLjYtMC4xYy0xLjUsMC0yLjgsMS4zLTIuOCwzczEuMiwzLDIuOCwzCgkJCQkJCQkJYzEuMywwLDIuNS0xLDIuNy0yLjRoMS4xYy0wLjMsMi0xLjksMy42LTMuOCwzLjZjLTIuMSwwLTMuOS0xLjktMy45LTQuMmMwLTIuMSwxLjQtMy44LDMuMy00LjF2LTZMMTIuNyw5OS4zTDEyLjcsOTkuM3oiLz4KCQkJCQkJCTxwYXRoIGlkPSLmpK3lnIblvaJfMV8iIGNsYXNzPSJzdDEwIiBkPSJNMTIuMSwxMDAuNGMzLjEsMCw3LjItNi41LDcuMi0xMC41cy0zLjItNy4yLTcuMi03LjJTNSw4Niw1LDg5LjkKCQkJCQkJCQlDNSw5My45LDksMTAwLjQsMTIuMSwxMDAuNHoiLz4KCQkJCQkJCTxyZWN0IGlkPSLnn6nlvaJfM18iIHg9IjEyMi44IiB5PSIxMjEuNCIgY2xhc3M9InN0MTEiIHdpZHRoPSIxMDIuNCIgaGVpZ2h0PSIyLjIiLz4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaJfMjFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMC4wMTg3IiB5MT0iLTEuMTk2NiIgeDI9IjEwMC4wMTg3IiB5Mj0iLTAuMjE2NiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgzLjQzMDEgMC43MjkxIC0xNC42NDAzIDY4Ljg3NzQgLTE2Ny45MTYxIDY1LjM3MjIpIj4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRUFFREYwIi8+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U3RTdFQiIvPgoJCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfNF8iIGNsYXNzPSJzdDEyIiBkPSJNMTkxLjMsNTQuMWwzLjQsMC43bC0xNC42LDY4LjVjLTAuNywwLjEtMS4zLDAuMS0xLjksMGMtMC41LTAuMS0xLjEtMC40LTEuNS0wLjcKCQkJCQkJCQlMMTkxLjMsNTQuMXoiLz4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaLlpIfku70tMjJfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTI2LjUyOTciIHkxPSI1Ljk2NiIgeDI9IjEyNi41Mjk3IiB5Mj0iNi45NDYyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEuNjQ2NyAzLjA5NzEgLTQyLjI3MjQgMjIuNDc2NiAyODEuMjI3MSAtNDIzLjY4NzkpIj4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRUZGMkY1Ii8+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U3RTdFQiIvPgoJCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaLlpIfku70tMjIiIGNsYXNzPSJzdDEzIiBkPSJNMjM3LjQsMTAwLjNsMS42LDMuMWwtMzkuNSwyMC43Yy0wLjQsMC0xLjItMC4xLTIuNC0wLjNjLTEuMi0wLjItMS45LTAuNi0yLTEKCQkJCQkJCQlMMjM3LjQsMTAwLjN6Ii8+CgoJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i6Lev5b6ELTIzXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMC41MTkxIiB5MT0iLTUzLjE4NjciIHgyPSIxMDAuNTE5MSIgeTI9Ii01Mi4xODY3IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDMuMzAyNiAwIDAgMy4zMDkxIC05OC42MjQzIDI3OC42MTQ2KSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0U3RThFQiIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNDQUNERDEiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8cGF0aCBpZD0i6Lev5b6ELTIzIiBjbGFzcz0ic3QxNCIgZD0iTTIzMy40LDEwMi42bC0xLjcsMC43YzAsMC40LDAuMiwwLjksMC42LDEuNWMwLjQsMC41LDAuOCwwLjksMS4zLDEuMWwxLjQtMC42CgkJCQkJCQkJTDIzMy40LDEwMi42eiIvPgoKCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol8yMl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjIxLjUyODEiIHkxPSItOC44NjUzIiB4Mj0iMjIxLjUyODEiIHkyPSItNy44NjUzIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDgzLjY2NjcgMCAwIDE5Ljg1NDUgLTE4MzUxLjE3NTggMzEyLjgxNjEpIj4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTNFNUU4Ii8+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMC45NzEzIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0RDRUQxIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9ol81XyIgeD0iMTQxLjUiIHk9IjEzNi44IiBjbGFzcz0ic3QxNSIgd2lkdGg9IjgzLjciIGhlaWdodD0iMTkuOSIvPgoJCQkJCQkJPHBhdGggaWQ9Iui3r+W+hC0yMCIgY2xhc3M9InN0MTYiIGQ9Ik0xNDAuNCwxNTYuN2gxMC4yYy0wLjEtMy4xLDItNS4yLDYuNC02LjNzMjcuMS0zLjcsNjguMi03Ljl2LTMuMXYtOS4yaC04NC44CgkJCQkJCQkJTDE0MC40LDE1Ni43TDE0MC40LDE1Ni43eiIvPgoKCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9Iui3r+W+hC0xOV8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyMjMuMDY1NCIgeTE9Ii01LjMxNzkiIHgyPSIyMjMuMDY1NCIgeTI9Ii00LjMyNjQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTIxLjA5NjUgMCAwIDMzLjA5MDkgLTI2ODQ3Ljc0MjIgMjk5LjU3NTEpIj4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxLjE4NzcxMWUtMDIiIHN0eWxlPSJzdG9wLWNvbG9yOiNGM0YzRjUiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFFM0U2Ii8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHBhdGggaWQ9Iui3r+W+hC0xOSIgY2xhc3M9InN0MTciIGQ9Ik0yMjUuMiwxMjMuNkgxMDQuMXYzMy4xSDE0NGMxLTQuMSwyLjgtNi42LDUuNC03LjVjMi42LTAuOSwyNy45LTMuMiw3NS45LTYuOQoJCQkJCQkJCUwyMjUuMiwxMjMuNkwyMjUuMiwxMjMuNnoiLz4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfOV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjE2LjI4NzQiIHkxPSItNS4zMDUyIiB4Mj0iMjE2LjI4NzQiIHkyPSItNC4zMjU1IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQwLjczMTYgMCAwIDMzLjA5MDkgLTg2ODUuMjgxMiAyOTkuNTc1MSkiPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNEU3RUIiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRDhEQURDIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiF8yXyIgY2xhc3M9InN0MTgiIGQ9Ik0xNDQuOCwxMjMuNnYyNS42YzAsMS0wLjcsMS44LTEuNiwybC0zMC41LDUuNWgtOC42di0zMy4xSDE0NC44eiIvPgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9ol82XyIgeD0iMTI5LjQiIHk9IjE1Ni43IiBjbGFzcz0ic3QxOSIgd2lkdGg9IjM3LjQiIGhlaWdodD0iMi4yIi8+CgoJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i6Lev5b6ELTIxXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjIyNC4yODg2IiB5MT0iLTEuNjQxOSIgeDI9IjIyNS4wNzM4IiB5Mj0iLTEuNDcwMiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgyMTkuMDc0NiAwIDAgODkuMzQ1NSAtNDkwNzYuNjYwMiAxODguMTYxNikiPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNENUQ4REYiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQjVCOEMxIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHBvbHlsaW5lIGlkPSLot6/lvoQtMjEiIGNsYXNzPSJzdDIwIiBwb2ludHM9IjE4LjIsMTIuMiAxOTIuOSw1My43IDIzNy4zLDEwMS41IAkJCQkJCQkiLz4KCQkJCQkJCTxwYXRoIGlkPSLot6/lvoQtMjIiIGNsYXNzPSJzdDIxIiBkPSJNMTg5LjksNTkuOWMwLjQsMC4zLDAuOSwwLjUsMS40LDAuN3MxLDAuMiwxLjYsMC4xbDAuMy0xLjRsLTMtMC44TDE4OS45LDU5Ljl6Ii8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2iXzJfIiBjbGFzcz0ic3QyMiIgY3g9IjE5My4yIiBjeT0iNTQuMSIgcng9IjQuNSIgcnk9IjQuNSIvPgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9oi00IiB4PSIxMjIuOCIgeT0iMTIzLjYiIGNsYXNzPSJzdDIzIiB3aWR0aD0iMTAyLjQiIGhlaWdodD0iMS4xIi8+CgoJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iXzIzXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyMTAuNDAzNSIgeTE9Ii0zLjY5ODIiIHgyPSIyMTEuMTExMSIgeTI9Ii0zLjY5ODIiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMjYuNDIxMSAwIDAgNDEuOTE1MSAtNTMzMS4xMDMgMjkyLjk2MikiPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFRkYwRjIiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwLjQ3MjQiIHN0eWxlPSJzdG9wLWNvbG9yOiNGNEY1RjciLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRUVGMEYyIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9ol83XyIgeD0iMjI0LjEiIHk9IjExNyIgY2xhc3M9InN0MjQiIHdpZHRoPSIyNi40IiBoZWlnaHQ9IjQxLjkiLz4KCQkJCQkJCTxyZWN0IGlkPSLnn6nlvaJfOF8iIHg9IjIyMyIgeT0iMTIxLjQiIGNsYXNzPSJzdDI1IiB3aWR0aD0iMS4xIiBoZWlnaHQ9IjMuMyIvPgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS0yMyIgeD0iMjIzIiB5PSIxMjQuNyIgY2xhc3M9InN0MjYiIHdpZHRoPSIxLjEiIGhlaWdodD0iMTcuNiIvPgoJCQkJCQkJPHJlY3QgaWQ9IuefqeW9ol85XyIgeD0iMjIzIiB5PSIxNDIuMyIgY2xhc3M9InN0MjciIHdpZHRoPSIxLjEiIGhlaWdodD0iMTQuMyIvPgoJCQkJCQkJPGVsbGlwc2UgaWQ9IuakreWchuW9ol8zXyIgY2xhc3M9InN0MjMiIGN4PSIyMzcuMyIgY3k9IjExNyIgcng9IjEzLjIiIHJ5PSIyLjIiLz4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLmpK3lnIblvaLlpIfku70tOF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyMTAuNDAzNSIgeTE9Ii0zOS4zODQzIiB4Mj0iMjExLjExMTEiIHkyPSItMzkuMzg0MyIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgyNi40MjExIDAgMCA0LjQxMjEgLTUzMzEuMTAzIDMzMi42Njc0KSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VGRjBGMiIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAuNDcyNCIgc3R5bGU9InN0b3AtY29sb3I6I0Y0RjVGNyIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFRUYwRjIiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2i5aSH5Lu9LTgiIGNsYXNzPSJzdDI4IiBjeD0iMjM3LjMiIGN5PSIxNTguOSIgcng9IjEzLjIiIHJ5PSIyLjIiLz4KCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMTBfIiBjbGFzcz0ic3QyOSIgZD0iTTIzNi4yLDEwNS45aDMuM3YxMC41Yy0wLjYsMC4zLTEuMSwwLjUtMS43LDAuNXMtMS4xLTAuMi0xLjctMC41TDIzNi4yLDEwNS45CgkJCQkJCQkJTDIzNi4yLDEwNS45eiIvPgoJCQkJCQkJPHBhdGggaWQ9Iui3r+W+hC0yNCIgY2xhc3M9InN0MzAiIGQ9Ik0yMzYuMiwxMDZ2MS43YzAuNCwwLjMsMSwwLjQsMS43LDAuNHMxLjItMC4xLDEuNy0wLjR2LTEuOEwyMzYuMiwxMDZ6Ii8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2i5aSH5Lu9LTkiIGNsYXNzPSJzdDIyIiBjeD0iMjM3LjMiIGN5PSIxMDIuNiIgcng9IjQuNSIgcnk9IjQuNSIvPgoJCQkJCQkJPGcgaWQ9Iue8lue7hC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2OS45Mzc1MTYsIDE1OC44NzA1OTQpIj4KCQkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2iXzRfIiBjbGFzcz0ic3QzMSIgY3g9IjExLjEiIGN5PSIxMSIgcng9IjguOCIgcnk9IjguNyIvPgoJCQkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaLlpIfku70tMTAiIGNsYXNzPSJzdDMxIiBjeD0iMTQxLjkiIGN5PSIxMSIgcng9IjguOCIgcnk9IjguNyIvPgoJCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMTFfIiBjbGFzcz0ic3QzMiIgZD0iTTExLjEsMTAuOWg3YzAuNywwLDEuMiwwLjYsMS4yLDEuMmwwLDBjMCwwLjctMC42LDEuMi0xLjIsMS4yaC03CgkJCQkJCQkJCWMtMC43LDAtMS4yLTAuNi0xLjItMS4ybDAsMEM5LjgsMTEuNSwxMC40LDEwLjksMTEuMSwxMC45eiIvPgoJCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMTJfIiBjbGFzcz0ic3QzMiIgZD0iTTEzNC45LDEwLjloN2MwLjcsMCwxLjIsMC42LDEuMiwxLjJsMCwwYzAsMC43LTAuNiwxLjItMS4yLDEuMmgtNwoJCQkJCQkJCQljLTAuNywwLTEuMi0wLjYtMS4yLTEuMmwwLDBDMTMzLjcsMTEuNSwxMzQuMywxMC45LDEzNC45LDEwLjl6Ii8+CgkJCQkJCQkJPHBhdGggaWQ9IuefqeW9ol8xM18iIGNsYXNzPSJzdDMzIiBkPSJNMTAuOSw5LjhoMTMxLjNjMC44LDAsMS41LDAuNywxLjUsMS41djAuNWMwLDAuOC0wLjcsMS41LTEuNSwxLjVIMTAuOQoJCQkJCQkJCQljLTAuOCwwLTEuNS0wLjctMS41LTEuNXYtMC41QzkuNCwxMC41LDEwLjEsOS44LDEwLjksOS44eiIvPgoJCQkJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfM18iIGNsYXNzPSJzdDM0IiBkPSJNMTQyLjIsOS44YzAuNywwLDEuMywwLjUsMS41LDEuMkg5LjRjMC4yLTAuNywwLjctMS4yLDEuNS0xLjJIMTQyLjJ6Ii8+CgoJCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol8yNF8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iODMuODcwMyIgeTE9Ii04Ljc1ODciIHgyPSI4My44NzAzIiB5Mj0iLTcuNzczNCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxNTEuMDIxOSAwIDAgMjAuMDYwNiAtMTI1ODkuNzU3OCAxNzYuOTk5OSkiPgoJCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRDdEOERCIi8+CgkJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNEMEQzRDYiLz4KCQkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMTRfIiBjbGFzcz0ic3QzNSIgZD0iTTEwLjUsMWgxMzJjNS4yLDAsOS41LDQuMyw5LjUsOS41djEuMWMwLDUuMi00LjMsOS41LTkuNSw5LjVoLTEzMgoJCQkJCQkJCQljLTUuMiwwLTkuNS00LjMtOS41LTkuNXYtMS4xQzEsNS4zLDUuMywxLDEwLjUsMXoiLz4KCgkJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iXzI1XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI4My44MTI5IiB5MT0iLTEwLjM4NDQiIHgyPSI4My44MTI5IiB5Mj0iLTkuNDI0MiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxNDcuOTE4NCAwIDAgMTYuOTQ4NSAtMTIzMjAuOTE3IDE3OC41NTY0KSI+CgkJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNDRENFRDEiLz4KCQkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0VFRUZGMSIvPgoJCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQkJPHBhdGggaWQ9IuefqeW9ol8xNV8iIGNsYXNzPSJzdDM2IiBkPSJNMTAuMSwyLjZIMTQzYzQuMSwwLDcuNSwzLjQsNy41LDcuNVYxMmMwLDQuMS0zLjQsNy41LTcuNSw3LjVIMTAuMQoJCQkJCQkJCQljLTQuMSwwLTcuNS0zLjQtNy41LTcuNXYtMS45QzIuNiw1LjksNS45LDIuNiwxMC4xLDIuNnoiLz4KCQkJCQkJCTwvZz4KCgkJCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLnn6nlvaJfMjZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjIxNi41NTc1IiB5MT0iLTQuMzU0IiB4Mj0iMjE2LjU1NzUiIHkyPSItMy4zNTQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNDEuODMzMyAwIDAgNDAuNDIyNyAtODkzNi40NjY4IDI5MS44NDkyKSI+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0YwRjFGMiIvPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNkU4RUIiLz4KCQkJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJCQk8cGF0aCBpZD0i55+p5b2iXzE2XyIgY2xhc3M9InN0MzciIGQ9Ik0xMTUuOSwxMTUuOWgyNS44YzEuMSwwLDIsMC45LDIsMnYyOS43YzAsMS0wLjcsMS44LTEuNiwybC0zNy44LDYuOAoJCQkJCQkJCWMtMS4xLDAuMi0yLjEtMC41LTIuMy0xLjZjMC0wLjEsMC0wLjIsMC0wLjRWMTMwQzEwMS45LDEyMi4xLDEwOC4xLDExNS45LDExNS45LDExNS45eiIvPgoKCQkJCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9ol8yN18iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMjA0LjI3MzIiIHkxPSItNy45NzgiIHgyPSIyMDQuMjczMiIgeTI9Ii02Ljk3OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxOC43MTQ5IDAgMCAyMi4wNjA2IC0zNzA4LjQwMzEgMjk1LjE2MTUpIj4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTZFOEVCIi8+CgkJCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3RDlEQyIvPgoJCQkJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCQkJCTxwYXRoIGlkPSLnn6nlvaJfMTdfIiBjbGFzcz0ic3QzOCIgZD0iTTExNS4yLDExOS4yaDguN2wwLDB2MjAuOWwtMTguNywxLjJ2LTEyLjFDMTA1LjIsMTIzLjYsMTA5LjYsMTE5LjIsMTE1LjIsMTE5LjJ6Ii8+CgoJCQkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iXzI4XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxOTcuNDMzMiIgeTE9Ii04LjM5OCIgeDI9IjE5Ny40MzMyIiB5Mj0iLTcuMzk4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDE0LjMxMTQgMCAwIDIwLjk1NzYgLTI2OTIuMjk1MiAyOTUuMTU3OSkiPgoJCQkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFNkU4RUIiLz4KCQkJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRDdEOURDIi8+CgkJCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCQkJPHBhdGggaWQ9IuefqeW9ol8xOF8iIGNsYXNzPSJzdDM5IiBkPSJNMTI2LjEsMTE5LjJoMTMuM2MwLjYsMCwxLDAuNCwxLDFWMTM5bDAsMGwtMTQuMywxLjIKCQkJCQkJCQlDMTI2LjEsMTQwLjIsMTI2LjEsMTE5LjIsMTI2LjEsMTE5LjJ6Ii8+CgkJCQkJCTwvZz4KCQkJCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiF80XyIgY2xhc3M9InN0NDAiIGQ9Ik0xOTIuMiwxNjkuOGM4Ny41LTcuNywxNTYuOC0zMywxNTQuNy01Ni43Yy0yLjEtMjMuNi03NC43LTM2LjYtMTYyLjItMjkKCQkJCQkJCVMyOCwxMTcuMiwzMCwxNDAuOVMxMDQuNywxNzcuNSwxOTIuMiwxNjkuOHogTTE5Mi4yLDE2OC44Yy04Ni45LDcuNi0xNTkuMS01LjMtMTYxLjEtMjhzNjYuOS00OCwxNTMuOC01NS42CgkJCQkJCQlzMTU5LjEsNS4zLDE2MS4xLDI4QzM0Ny45LDEzNiwyNzksMTYxLjIsMTkyLjIsMTY4Ljh6Ii8+CgkJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfNV8iIGNsYXNzPSJzdDQwIiBkPSJNMjM1LjMsNTEuOWM0NS4xLTE3LjMsNzkuOS0yMS4yLDg4LTcuM2MxMiwyMC44LTQwLjIsNzMuNC0xMTYuNSwxMTcuNQoJCQkJCQkJcy0xNDgsNjMtMTYwLDQyLjFTODcsMTMwLjgsMTYzLjMsODYuN0MxODQuNiw3NC41LDIwNS42LDY0LjEsMjI1LDU2YzAuMSwwLjMsMC4zLDAuNiwwLjQsMC45QzIwNiw2NSwxODUsNzUuMywxNjMuNyw4Ny42CgkJCQkJCQlDODcuOSwxMzEuNSwzNiwxODMuOCw0Ny42LDIwMy44czgyLjgsMS4zLDE1OC43LTQyLjVTMzM0LDY1LjIsMzIyLjQsNDUuMmMtNy43LTEzLjQtNDIuMi05LjQtODYuOCw3LjgKCQkJCQkJCUMyMzUuNSw1Mi42LDIzNS40LDUyLjMsMjM1LjMsNTEuOUwyMzUuMyw1MS45eiIvPgoJCQkJCQk8ZyBpZD0i57yW57uELTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzOC4wMDAwMDApIj4KCQkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaJfNV8iIGNsYXNzPSJzdDQxIiBjeD0iMzAzLjEiIGN5PSI1MC4yIiByeD0iMi44IiByeT0iMi44Ii8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2iXzZfIiBjbGFzcz0ic3Q0MSIgY3g9IjMxNi4zIiBjeT0iMS43IiByeD0iMS43IiByeT0iMS43Ii8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2iXzdfIiBjbGFzcz0ic3Q0MSIgY3g9IjEyMS42IiBjeT0iMTM2LjIiIHJ4PSIyLjgiIHJ5PSIyLjgiLz4KCQkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaJfOF8iIGNsYXNzPSJzdDQxIiBjeD0iMzMiIGN5PSI5MC40IiByeD0iMS4xIiByeT0iMS4xIi8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2iXzlfIiBjbGFzcz0ic3Q0MSIgY3g9IjI5MC41IiBjeT0iMTE0LjciIHJ4PSIxLjEiIHJ5PSIxLjEiLz4KCQkJCQkJCTxlbGxpcHNlIGlkPSLmpK3lnIblvaJfMTBfIiBjbGFzcz0ic3Q0MSIgY3g9IjcwLjQiIGN5PSIzNS4zIiByeD0iMi4yIiByeT0iMi4yIi8+CgkJCQkJCQk8ZWxsaXBzZSBpZD0i5qSt5ZyG5b2i5aSH5Lu9LTYiIGNsYXNzPSJzdDQxIiBjeD0iMS43IiBjeT0iNjguOSIgcng9IjEuNyIgcnk9IjEuNyIvPgoJCQkJCQkJPGVsbGlwc2UgaWQ9IuakreWchuW9ouWkh+S7vS01XzFfIiBjbGFzcz0ic3Q0MSIgY3g9IjIzMy44IiBjeT0iMTU5LjMiIHJ4PSIxLjciIHJ5PSIxLjciLz4KCQkJCQkJPC9nPgoJCQkJCTwvZz4KCQkJCTwvZz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8L3N2Zz4K",uf="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qxe2ZpbGw6dXJsKCPot6/lvoQtM18xXyk7fQoJLnN0MntmaWxsOnVybCgj5b2i54q257uT5ZCIXzJfKTt9Cgkuc3Qze2ZpbGw6I0M0QzZDQzt9Cjwvc3R5bGU+CjxsaW5lYXJHcmFkaWVudCBpZD0iRmlsbC0xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjI0MS40NDI3IiB5MT0iODQuOTYwMSIgeDI9IjI0Ny41MTg0IiB5Mj0iNTAuNTAyOCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDI0MCkiPgoJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZCRkNGRCIvPgoJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0YwRjJGNSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cGF0aCBpZD0iRmlsbC0xIiBjbGFzcz0ic3QwIiBkPSJNMTg4LDE2NC43YzE2LjMtMy43LDM5LjctNS4zLDU1LjYtNC41czI5LjEsMy42LDMwLDIuOWMzLjItMi4xLDEwLTMsOS42LTIuMgoJYy0wLjMsMC44LTQuNywzLjQtMy4zLDMuOGMxLjQsMC40LDE1LjYsMiwyMS41LDMuM2M1LjksMS4yLDkuNywyLjQsMTEsMi40czMuMy0xLjcsMTEuOC0wLjljMC4yLDAuMy0xLjksMC40LTMuOCwxLjQKCXMtMy4zLDAuOS0zLjMsMS4xczEuMS0wLjMsMy4zLDEuMWMyLjIsMS40LDYuMSwxLjksNi4xLDIuMnMtNC45LDItMTMuMi0wLjZjLTIuMS0wLjctNyw1LjEtMjkuNSw2LjdzLTYwLjUsMi45LTYwLjUsMi45CglzMi4zLDIuOSw1LjYsMy44YzAuMiwwLjMtMS4zLDEuNC03LjgsMC4ycy05LjktMy45LTkuOS0zLjlzLTEyLjgtMC44LTE3LjYtMS42cy0xMC40LTIuOS0xNC4yLTMuM2MtMy44LTAuNC0yMS4xLTIuNC0xNC41LTYuOQoJQzE2NC43LDE3Mi41LDE3MS43LDE2OC40LDE4OCwxNjQuN3oiLz4KPGxpbmVhckdyYWRpZW50IGlkPSLot6/lvoQtM18xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI0MTIuNTYwNiIgeTE9Ii0zLjExMzMiIHgyPSI0MTIuNTYwNiIgeTI9Ii0yLjE3NzMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTA1LjYgMCAwIDU2LjMyIC00MzMyNi40MDIzIDI3OC40MDAxKSI+Cgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTZFOEVCO3N0b3Atb3BhY2l0eTowLjk5MTciLz4KCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNENEQ2RDkiLz4KPC9saW5lYXJHcmFkaWVudD4KPHBvbHlnb24gaWQ9Iui3r+W+hC0zIiBjbGFzcz0ic3QxIiBwb2ludHM9IjE4Ny4yLDEzNy42IDIxMC43LDEwMi40IDI2OS4zLDEwMi40IDI5Mi44LDEzNy42IDI5Mi44LDE1OC43IDE4Ny4yLDE1OC43ICIvPgo8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF8yXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI0MTIuNTYwNiIgeTE9Ii01IiB4Mj0iNDEyLjU2MDYiIHkyPSItNC4wMDc5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEwNS42IDAgMCAzNS4yIC00MzMyNi40MDIzIDMxMy42MDA0KSI+Cgk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRURFRkYyIi8+Cgk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRThFQUVEIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxwYXRoIGlkPSLlvaLnirbnu5PlkIgiIGNsYXNzPSJzdDIiIGQ9Ik0yMTIuNiwxNzIuOGgtMjMuNGMtMS4xLDAtMi0wLjktMi0ydi0zMy4yaDIzLjRjMS4xLDAsMiwwLjksMiwydjcuNGMwLDEuMSwwLjgsMS45LDEuOSwyCgloMC4xaDUwLjhjMS4xLDAsMS45LTAuOCwyLTEuOVYxNDd2LTcuNGMwLTEuMSwwLjktMiwyLTJoMjMuNHYzMy4yYzAsMS4xLTAuOSwyLTIsMmgtMjMuNEgyMTIuNnoiLz4KPHBhdGggaWQ9IuW9oueKtue7k+WQiF8xXyIgY2xhc3M9InN0MyIgZD0iTTE4Mi40LDE2OS42djhoOHYxLjZoLTkuNnYtOS42SDE4Mi40eiIvPgo8cGF0aCBpZD0i5b2i54q257uT5ZCI5aSH5Lu9IiBjbGFzcz0ic3QzIiBkPSJNMjg5LjYsMTc3LjZoOHYtOGgxLjZ2OS42aC05LjZWMTc3LjZ6Ii8+CjxnIGlkPSLnvJbnu4QtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOTEuNjg4ODkwLCAxMS44NzQ5MzYpIHJvdGF0ZSgyMS4wMDAwMDApIHRyYW5zbGF0ZSgtOTEuNjg4ODkwLCAtMTEuODc0OTM2KSB0cmFuc2xhdGUoOTAuODg4ODkwLCAwLjY3NDkzNikiPgoKCQk8cmVjdCBpZD0i55+p5b2iXzFfIiB4PSIxODMuMSIgeT0iMjQuNSIgdHJhbnNmb3JtPSJtYXRyaXgoNS40NDk4OTllLTA2IDEgLTEgNS40NDk4OTllLTA2IDIwOS45Mzc5IC0xNTkuMzkzOCkiIGNsYXNzPSJzdDMiIHdpZHRoPSIzLjIiIGhlaWdodD0iMS42Ii8+CgoJCTxyZWN0IGlkPSLnn6nlvaLlpIfku70tNiIgeD0iMTgzLjEiIHk9IjMwLjkiIHRyYW5zZm9ybT0ibWF0cml4KDUuNDQ5ODk4ZS0wNiAxIC0xIDUuNDQ5ODk4ZS0wNiAyMTYuMzM3OCAtMTUyLjk5MzkpIiBjbGFzcz0ic3QzIiB3aWR0aD0iMy4yIiBoZWlnaHQ9IjEuNiIvPgoKCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTciIHg9IjE4My4xIiB5PSIzNy4zIiB0cmFuc2Zvcm09Im1hdHJpeCg1LjQ0OTg5OGUtMDYgMSAtMSA1LjQ0OTg5OGUtMDYgMjIyLjczNzkgLTE0Ni41OTM5KSIgY2xhc3M9InN0MyIgd2lkdGg9IjMuMiIgaGVpZ2h0PSIxLjYiLz4KCgkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS04IiB4PSIxODMuMSIgeT0iNDMuNyIgdHJhbnNmb3JtPSJtYXRyaXgoNS40NDk4OTllLTA2IDEgLTEgNS40NDk4OTllLTA2IDIyOS4xMzc5IC0xNDAuMTkzOSkiIGNsYXNzPSJzdDMiIHdpZHRoPSIzLjIiIGhlaWdodD0iMS42Ii8+CjwvZz4KPGcgaWQ9Iue8lue7hC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNi4wMDAwMDAsIDI3LjIwMDAwMCkgcm90YXRlKC0zMi4wMDAwMDApIHRyYW5zbGF0ZSgtMzYuMDAwMDAwLCAtMjcuMjAwMDAwKSB0cmFuc2xhdGUoMzUuMjAwMDAwLCAxMi44MDAwMDApIj4KCgkJPHJlY3QgaWQ9IuefqeW9ol8yXyIgeD0iOTEuNyIgeT0iMTYxLjEiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDUuNDI2MzM3ZS0wNiAtNS40MjYzMzdlLTA2IC0xIDE4NS4wNzUzIDMyNS40NDM4KSIgY2xhc3M9InN0MyIgd2lkdGg9IjEuNiIgaGVpZ2h0PSIzLjIiLz4KCgkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS0yIiB4PSI5MS43IiB5PSIxNjcuNSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgNS40MjYzMzZlLTA2IC01LjQyNjMzNmUtMDYgLTEgMTg1LjA3NTUgMzM4LjI0MzgpIiBjbGFzcz0ic3QzIiB3aWR0aD0iMS42IiBoZWlnaHQ9IjMuMiIvPgoKCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTMiIHg9IjkxLjciIHk9IjE3My45IiB0cmFuc2Zvcm09Im1hdHJpeCgtMSA1LjQyNjMzNmUtMDYgLTUuNDI2MzM2ZS0wNiAtMSAxODUuMDc1NSAzNTEuMDQzOSkiIGNsYXNzPSJzdDMiIHdpZHRoPSIxLjYiIGhlaWdodD0iMy4yIi8+CgoJCTxyZWN0IGlkPSLnn6nlvaLlpIfku70tNCIgeD0iOTEuNyIgeT0iMTgwLjMiIHRyYW5zZm9ybT0ibWF0cml4KC0xIDUuNDI2MzM2ZS0wNiAtNS40MjYzMzZlLTA2IC0xIDE4NS4wNzU1IDM2My44NDM4KSIgY2xhc3M9InN0MyIgd2lkdGg9IjEuNiIgaGVpZ2h0PSIzLjIiLz4KCgkJPHJlY3QgaWQ9IuefqeW9ouWkh+S7vS01IiB4PSI5MS43IiB5PSIxODYuNyIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgNS40MjYzMzdlLTA2IC01LjQyNjMzN2UtMDYgLTEgMTg1LjA3NTUgMzc2LjY0MzgpIiBjbGFzcz0ic3QzIiB3aWR0aD0iMS42IiBoZWlnaHQ9IjMuMiIvPgo8L2c+CjxjaXJjbGUgaWQ9IuakreWchuW9oiIgY2xhc3M9InN0MyIgY3g9IjI2OC44IiBjeT0iOTQuNCIgcj0iMS42Ii8+CjxjaXJjbGUgaWQ9IuakreWchuW9ouWkh+S7vSIgY2xhc3M9InN0MyIgY3g9IjIyNy4yIiBjeT0iMTIwIiByPSIxLjYiLz4KPC9zdmc+Cg==",a2="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8yXzFfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgj5b2i54q257uT5ZCIXzNfKTt9Cgkuc3Qxe2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfN18pO30KCS5zdDJ7ZmlsbDojQzRDNkNDO30KCS5zdDN7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF85Xyk7fQoJLnN0NHtmaWxsOnVybCgj5b2i54q257uT5ZCIXzEwXyk7ZmlsbC1vcGFjaXR5OjAuNjt9Cgkuc3Q1e2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfMTFfKTt9Cgkuc3Q2e2ZpbGw6dXJsKCPot6/lvoQtM18xXyk7fQoJLnN0N3tmaWxsOnVybCgj5b2i54q257uT5ZCIXzEyXyk7fQoJLnN0OHtmaWxsOnVybCgj6Lev5b6ELTNfNF8pO30KCS5zdDl7ZmlsbDp1cmwoI+W9oueKtue7k+WQiF8xM18pO30KCS5zdDEwe2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfMTVfKTt9Cgkuc3QxMXtmaWxsOiM5NzlCQTU7fQoJLnN0MTJ7ZmlsbDp1cmwoI1NWR0lEXzFfKTt9Cgkuc3QxM3tmaWxsOnVybCgjU1ZHSURfMl8pO30KCS5zdDE0e2ZpbGw6dXJsKCPlvaLnirbnu5PlkIhfMTZfKTt9Cgkuc3QxNXtmaWxsOnVybCgj5b2i54q257uT5ZCI5aSH5Lu9LTJfMl8pO30KCS5zdDE2e2ZpbGw6IzM0MzQzNDtmaWxsLW9wYWNpdHk6MC4xO30KPC9zdHlsZT4KPGcgaWQ9Iumhtemdoi0xIj4KCTxnIGlkPSJFeGNlcHRpb25feDJGX+W8guW4uOaPkOekul94MkZf54Gw55m95a+55q+UIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTI0LjAwMDAwMCwgLTcwNy4wMDAwMDApIj4KCQk8ZyBpZD0i6ZyA6KaB55m75b2VIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MjQuMDAwMDAwLCA3MDcuMDAwMDAwKSI+CgoJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfM18iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAxOS45MDA2IiB5MT0iLTguMzM1NCIgeDI9IjEwMTkuOTAwNiIgeTI9Ii03LjMzNjciIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMjAwLjAyNTcgMCAwIDU4LjMwNDcgLTIwMzc1OS41NDY5IDY2My45OTQ0KSI+CgkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRjVGNkY3Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjdGOUZDIi8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMzBfIiBjbGFzcz0ic3QwIiBkPSJNMjQ5LjYsMTc4djguN2MwLDIuNSwyLjEsNC42LDQuNiw0LjZzNC41LDEuOSw0LjYsNC40djAuMnYwLjkKCQkJCWMxLjEtMC41LDIuMy0wLjgsMy41LTAuOGM0LjMsMCw3LjgsMy4yLDguNCw3LjNjMS0wLjgsMi4yLTEuMywzLjYtMS4zYzEuMiwwLDIuMywwLjQsMy4yLDFjMi4zLTQuMiw2LjctNywxMS44LTcKCQkJCWM3LjIsMCwxMyw1LjYsMTMuNSwxMi43YzQuOSwwLjcsMTAuMSwxLjUsMTMuMywyLjFjNy4yLDEuNSwxMS44LDMsMTMuNCwzczQtMi4xLDE0LjUtMS4xYzAuMiwwLjQtMi4zLDAuNS00LjcsMS43cy00LDEuMS00LDEuNAoJCQkJczEuMy0wLjQsNCwxLjNzNy41LDIuMyw3LjUsMi44cy02LjEsMi40LTE2LjItMC44Yy0yLjYtMC44LTguNiw2LjItMzYuMSw4LjJjLTI3LjYsMi03NC4yLDMuNS03NC4yLDMuNXMyLjgsMy42LDYuOSw0LjYKCQkJCWMwLjIsMC40LTEuNiwxLjctOS42LDAuMmMtNy45LTEuNS0xMi4yLTQuOC0xMi4yLTQuOHMtMTUuNy0xLTIxLjYtMmMtNS45LTEtMTIuNy0zLjUtMTcuNC00cy0yNS45LTMtMTcuOC04LjUKCQkJCWMwLDAsNy4yLTQuMiwyMy42LTguM2MyLTMuNSw1LjctNS45LDEwLjEtNS45YzIuNywwLDUuMiwwLjksNy4xLDIuNWMxLjQtMC4yLDIuOS0wLjQsNC40LTAuNmMxLjItMS4xLDIuOC0xLjgsNC41LTEuOAoJCQkJYzEuMiwwLDIuMywwLjMsMy4yLDAuOWwwLjUtMC4xYzEtMy45LDQuNS02LjgsOC43LTYuOGMyLjgsMCw1LjQsMS4zLDcsMy4zdi0yLjhjMC0yLjksMi40LTUuMyw1LjMtNS4zYzIuOCwwLDUuMi0yLjIsNS4zLTUuMQoJCQkJdi0wLjJ2LThMMjQ5LjYsMTc4TDI0OS42LDE3OHoiLz4KCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF83XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAzLjIzODQiIHkxPSItNDMuNjgxOCIgeDI9IjEwMDMuOTQ2MSIgeTI9Ii00My42ODE4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQ0IDAgMCAxMSAtNDM5MTkuMTk5MiA2NTUuNSkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UyRTNFNiIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMC40NTQzIiBzdHlsZT0ic3RvcC1jb2xvcjojRUNFRUYwIi8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTJFNEU2Ii8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMjlfIiBjbGFzcz0ic3QxIiBkPSJNMjE2LjgsMTY5LjVoNDR2NmMwLDIuOC05LjgsNS0yMiw1cy0yMi0yLjItMjItNWwwLDBMMjE2LjgsMTY5LjVMMjE2LjgsMTY5LjV6Ii8+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIjlpIfku71fMV8iIGNsYXNzPSJzdDIiIGQ9Ik0yMTYuOCwxNjVoNDR2NmMwLDIuOC05LjgsNS0yMiw1cy0yMi0yLjItMjItNWwwLDBMMjE2LjgsMTY1TDIxNi44LDE2NXoiLz4KCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF85XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI5NDcuNDg4OCIgeTE9Ii04LjM4NDgiIHgyPSI5NDguMTg2MyIgeTI9Ii04LjM4NDgiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTIgMCAwIDU0LjcgLTExMTc3LjIwMDIgNTgxLjI5OTEpIj4KCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMUYzRjUiLz4KCQkJCTxzdG9wICBvZmZzZXQ9IjAuNDU3NiIgc3R5bGU9InN0b3AtY29sb3I6I0Y0RjVGNyIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0VDRUVGMCIvPgoJCQk8L2xpbmVhckdyYWRpZW50PgoJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzI4XyIgY2xhc3M9InN0MyIgZD0iTTE5Ni44LDk1LjNjMS44LDAsNiw4LjMsNiwxMS43bDAsMHY0M2gtMTJ2LTQzdi0wLjJDMTkwLjksMTAzLjQsMTk1LDk1LjMsMTk2LjgsOTUuMwoJCQkJeiIvPgoKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5b2i54q257uT5ZCIXzEwXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI5NDcuODQ2NCIgeTE9Ii0xOS44MjgyIiB4Mj0iOTQ3LjgyNyIgeTI9Ii0xOS42NDE4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEyIDAgMCAyNC4yIC0xMTA5My4yMDAyIDYwMi45OTkzKSI+CgkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0REMEQyO3N0b3Atb3BhY2l0eTowIi8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQ0REMEQyIi8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwb2x5Z29uIGlkPSLlvaLnirbnu5PlkIhfMjZfIiBjbGFzcz0ic3Q0IiBwb2ludHM9IjI3NC44LDExNyAyNzQuOCwxMzIuNiAyNzkuNywxNDEuMiAyODYuOCwxMzUuNCAyODYuOCwxMjYgCQkJIi8+CgoJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLlvaLnirbnu5PlkIhfMTFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ijk0OC4xNzE2IiB5MT0iLTguMzg0OCIgeDI9Ijk0Ny40NzQxIiB5Mj0iLTguMzg0OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMiAwIDAgNTQuNyAtMTEwOTMuMjAwMiA1ODEuMjk5MSkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0YxRjNGNSIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMC40NTc2IiBzdHlsZT0ic3RvcC1jb2xvcjojRjRGNUY3Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRUNFRUYwIi8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMjVfIiBjbGFzcz0ic3Q1IiBkPSJNMjgwLjgsOTUuM2MtMS44LDAtNiw4LjMtNiwxMS43bDAsMHY0M2gxMnYtNDN2LTAuMgoJCQkJQzI4Ni42LDEwMy40LDI4Mi41LDk1LjMsMjgwLjgsOTUuM3oiLz4KCQkJPGcgaWQ9Iue8lue7hF8zXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoODAuNzYwNDk5LCA3Ny4wMDAwMDApIj4KCgkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLot6/lvoQtM18xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI1MTQuMzE0MSIgeTE9Ii02Ljg5MDUiIHgyPSI1MTQuMzk0MyIgeTI9Ii02LjUyMDQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMzYgMCAwIDY2IC0xODM5NS43MzI0IDUwNikiPgoJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNFOEU5RUIiLz4KCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRDdEOERCIi8+CgkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJPHBhdGggaWQ9Iui3r+W+hC0zXzNfIiBjbGFzcz0ic3Q2IiBkPSJNMTM1LDIwYy0xLjQsNy00LjUsMTMuMy05LjQsMTkuMWMtNy4zLDguNy0xNS4yLDEzLjYtMTguNCwyMy44CgkJCQkJYy0yLjEsNi44LTMuMiwxMi45LTMuMiwxOC4zbDMyLjEsNC44bDMuOS00LjhMMTM1LDIweiIvPgoKCQkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF8xMl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNDY5LjEyNSIgeTE9Ii02Ljk4IiB4Mj0iNDY5LjEyNjMiIHkyPSItNi45NjgxIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEzIDAgMCA2NC41IC01OTY1LjY4MTYgNTA3LjUpIj4KCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRUJFREVGO3N0b3Atb3BhY2l0eTowIi8+CgkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0M4Q0FDQyIvPgoJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMjRfIiBjbGFzcz0ic3Q3IiBkPSJNMTM1LjIsMjEuNWw0LjgsNTkuN2wtMy45LDQuOGwtOS4xLTEuNGwzLjMtNTIuMmMyLTMuNSwzLjQtNy4xLDQuNC0xMC45CgkJCQkJQzEzNC43LDIxLjUsMTM1LjIsMjEuNSwxMzUuMiwyMS41eiIvPgoJCQk8L2c+CgoJCQkJPGcgaWQ9Iue8lue7hF8yXyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcxLjAwMDAwMCwgMTEwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTcxLjAwMDAwMCwgLTExMC4wMDAwMDApIHRyYW5zbGF0ZSgxNTMuMDAwMDAwLCA3Ny4wMDAwMDApIj4KCgkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLot6/lvoQtM180XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIyNi4xMTk1IiB5MT0iLTYuNzUwNiIgeDI9IjI2LjE5OTgiIHkyPSItNi4zODA1IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDM2IDAgMCA2NiAtMTAyNCA1MDYpIj4KCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRThFOUVCIi8+CgkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0Q3RDhEQiIvPgoJCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJCTxwYXRoIGlkPSLot6/lvoQtM18yXyIgY2xhc3M9InN0OCIgZD0iTS03MywyMGMtMS40LDctNC41LDEzLjMtOS40LDE5LjFjLTcuMyw4LjctMTUuMiwxMy42LTE4LjQsMjMuOAoJCQkJCWMtMi4xLDYuOC0zLjIsMTIuOS0zLjIsMTguM2wzMi4xLDQuOGwzLjktNC44TC03MywyMHoiLz4KCQkJPC9nPgoKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5b2i54q257uT5ZCIXzEzXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI2NTkuNjQ1MyIgeTE9Ii02Ljk4IiB4Mj0iNjU5LjY0NjUiIHkyPSItNi45NjgiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoLTEzIDAgMCA2NC41IDg4MzkuMjE0OCA1ODQuNSkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VCRURFRjtzdG9wLW9wYWNpdHk6MCIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0M4Q0FDQyIvPgoJCQk8L2xpbmVhckdyYWRpZW50PgoJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzJfIiBjbGFzcz0ic3Q5IiBkPSJNMjYxLjYsOTguNWwtNC44LDU5LjdsMy45LDQuOGw5LjEtMS40bC0zLjMtNTIuMmMtMi0zLjUtMy40LTcuMS00LjQtMTAuOQoJCQkJQzI2Mi4xLDk4LjUsMjYxLjYsOTguNSwyNjEuNiw5OC41eiIvPgoKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5b2i54q257uT5ZCIXzE1XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDA0Ljk4MTEiIHkxPSItMi42NTU4IiB4Mj0iMTAwNS42ODg3IiB5Mj0iLTIuNjU1OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg0OCAwIDAgMTU0IC00ODAxNy4xOTkyIDUwNikiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VBRUJFRCIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMC40NTQzIiBzdHlsZT0ic3RvcC1jb2xvcjojRjRGNUY3Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRUVGMEYyIi8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMThfIiBjbGFzcz0ic3QxMCIgZD0iTTIzOC44LDIwYzcsMCwyNCwyNy43LDI0LDQxbDAsMHYxMDZjMCwwLjEsMCwwLjIsMCwwLjNzMCwwLjIsMCwwLjIKCQkJCWMwLDMuNi0xMC43LDYuNS0yNCw2LjVzLTI0LTIuOS0yNC02LjVjMC0wLjEsMC0wLjIsMC0wLjJjMC0wLjEsMC0wLjIsMC0wLjNWNjF2LTAuNEMyMTUuMSw0Ny4yLDIzMS44LDIwLDIzOC44LDIweiIvPgoJCQk8Zz4KCQkJCTxjaXJjbGUgaWQ9IuakreWchuW9ol83XyIgY2xhc3M9InN0MTEiIGN4PSIyMzguOCIgY3k9IjcxIiByPSI5LjUiLz4KCgkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF8xXyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSI5NzYuMDc5IiB5MT0iLTI1LjMzMzQiIHgyPSI5NzYuMDc5IiB5Mj0iLTI0LjgyNDQiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMTkgMCAwIDE5IC0xODMwNi42OTkyIDU0Ny41KSI+CgkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UxRTJFNiIvPgoJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMEYyRjUiLz4KCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQk8cGF0aCBjbGFzcz0ic3QxMiIgZD0iTTIzOC44LDgxYy01LjUsMC0xMC00LjUtMTAtMTBzNC41LTEwLDEwLTEwczEwLDQuNSwxMCwxMFMyNDQuMyw4MSwyMzguOCw4MXogTTIzOC44LDYyYy01LDAtOSw0LTksOQoJCQkJCXM0LDksOSw5czktNCw5LTlTMjQzLjgsNjIsMjM4LjgsNjJ6Ii8+CgkJCTwvZz4KCQkJPGc+CgkJCQk8Y2lyY2xlIGlkPSLmpK3lnIblvaLlpIfku70tMTFfMV8iIGNsYXNzPSJzdDExIiBjeD0iMjM4LjgiIGN5PSI4OSIgcj0iMy41Ii8+CgoJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iODkzLjA3MTUiIHkxPSItNjkuMjA0OCIgeDI9Ijg5My4wNzE1IiB5Mj0iLTY4LjY1MjIiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNyAwIDAgNyAtNjAxMi43MDAyIDU3MS41KSI+CgkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UxRTJFNiIvPgoJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMEYyRjUiLz4KCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQk8cGF0aCBjbGFzcz0ic3QxMyIgZD0iTTIzOC44LDkzYy0yLjIsMC00LTEuOC00LTRzMS44LTQsNC00czQsMS44LDQsNFMyNDEsOTMsMjM4LjgsOTN6IE0yMzguOCw4NmMtMS43LDAtMywxLjMtMywzczEuMywzLDMsMwoJCQkJCXMzLTEuMywzLTNTMjQwLjUsODYsMjM4LjgsODZ6Ii8+CgkJCTwvZz4KCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiF8xNl8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwNC45ODExIiB5MT0iLTcwLjk3MDYiIHgyPSIxMDA1LjY4NTQiIHkyPSItNzAuOTcwNiIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg0OCAwIDAgNi44IC00ODAxNy4xOTkyIDYyNC4wMDA0KSI+CgkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRTJFM0U2Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIwLjQ3NjYiIHN0eWxlPSJzdG9wLWNvbG9yOiNGQkZERkYiLz4KCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNFMkU0RTYiLz4KCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiF8xNF8iIGNsYXNzPSJzdDE0IiBkPSJNMjYyLjgsMTM4djIuNWMtMy45LDIuNS0xMy4yLDQuMy0yNCw0LjNzLTIwLjEtMS44LTI0LTQuM1YxMzhsMCwwCgkJCQljMC42LDIuOCwxMS4xLDUuNSwyNCw1LjVTMjYyLjIsMTQwLjgsMjYyLjgsMTM4TDI2Mi44LDEzOHoiLz4KCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuW9oueKtue7k+WQiOWkh+S7vS0yXzJfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMDQuOTgxMSIgeTE9Ii03MC45NzA2IiB4Mj0iMTAwNS42ODU0IiB5Mj0iLTcwLjk3MDYiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNDggMCAwIDYuOCAtNDgwMTcuMTk5MiA2MjkuMDAwNCkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0UyRTNFNiIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMC40NzY2IiBzdHlsZT0ic3RvcC1jb2xvcjojRkJGREZGIi8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTJFNEU2Ii8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIjlpIfku70tMl8xXyIgY2xhc3M9InN0MTUiIGQ9Ik0yNjIuOCwxNDN2Mi41Yy0zLjksMi41LTEzLjIsNC4zLTI0LDQuM3MtMjAuMS0xLjgtMjQtNC4zVjE0M2wwLDAKCQkJCWMwLjYsMi44LDExLjEsNS41LDI0LDUuNVMyNjIuMiwxNDUuOCwyNjIuOCwxNDNMMjYyLjgsMTQzeiIvPgoJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCIXzhfIiBjbGFzcz0ic3QxNiIgZD0iTTI2Mi44LDczYzQzLjItOC42LDc3LjEtNi4zLDgwLjksNi43YzQuNiwxNS45LTM3LjQsNDEuOS05My42LDU4LjEKCQkJCXMtMTA1LjYsMTYuMy0xMTAuMiwwLjRjLTQtMTQuMSwyOC40LTM2LjEsNzQuOS01Mi4xdjEuMWMtNDUuOCwxNS45LTc3LjcsMzcuNS03My45LDUwLjhjNC4zLDE1LjEsNTMuMiwxNC45LDEwOC45LTEuMQoJCQkJczk3LjMtNDEuNyw5Mi45LTU2LjhjLTMuNS0xMi40LTM3LjItMTQuNS03OS45LTZWNzNMMjYyLjgsNzN6Ii8+CgkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMV8iIGNsYXNzPSJzdDE2IiBkPSJNMTA1LjIsNzZjMy44LTE0LDUwLjctMTQsMTA5LjUtMS4xdjFjLTU4LjMtMTIuOC0xMDUtMTIuOS0xMDguNiwwLjMKCQkJCWMtNCwxNS4xLDQ5LjEsNDMuMiwxMTguNSw2MS44czEyOS41LDIwLjksMTMzLjYsNS44YzMuNi0xMy40LTM3LjctMzctOTUuNi01NS4xdi0xLjFjNTguNiwxOC4zLDEwMC4zLDQyLjIsOTYuNSw1Ni40CgkJCQljLTQuMywxNi02NC42LDEzLjctMTM0LjgtNS4xUzEwMSw5MiwxMDUuMiw3NnoiLz4KCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzZfIiBjbGFzcz0ic3QyIiBjeD0iMzE3LjgiIGN5PSIxMDkiIHI9IjIiLz4KCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzVfIiBjbGFzcz0ic3QyIiBjeD0iMTE3LjMiIGN5PSIxMjEuNSIgcj0iMS41Ii8+CgkJCTxjaXJjbGUgaWQ9IuakreWchuW9ol80XyIgY2xhc3M9InN0MiIgY3g9IjI4MS44IiBjeT0iNTgiIHI9IjEiLz4KCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzNfIiBjbGFzcz0ic3QyIiBjeD0iMTkxLjgiIGN5PSIxNjQiIHI9IjEiLz4KCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iXzFfIiBjbGFzcz0ic3QyIiBjeD0iMzUxLjgiIGN5PSIxNTAiIHI9IjIiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==",s2="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgNDgwIDI0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgwIDI0MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOnVybCgjRmlsbC0xXzFfKTt9Cgkuc3Qxe2ZpbGw6I0M0QzZDQzt9Cgkuc3Qye2ZpbGw6dXJsKCPnn6nlvaItMl8xXyk7fQoJLnN0M3tmaWxsOnVybCgj55+p5b2iXzZfKTt9Cgkuc3Q0e2ZpbGw6I0RDREVFMDt9Cgkuc3Q1e2ZpbGw6I0QxRDNENjt9Cgkuc3Q2e2ZpbGw6dXJsKCPnn6nlvaItM18xXyk7fQoJLnN0N3tmaWxsOiNFNUU3RUM7fQoJLnN0OHtmaWxsOiNEQ0RERTA7fQoJLnN0OXtmaWxsOnVybCgj6Lev5b6ELTEzXzFfKTt9Cgkuc3QxMHtmaWxsOnVybCgj5qSt5ZyG5b2iXzNfKTtzdHJva2U6dXJsKCPmpK3lnIblvaJfNF8pO30KCS5zdDExe2ZpbGw6dXJsKCPmpK3lnIblvaJfNV8pO3N0cm9rZTp1cmwoI+akreWchuW9ol82Xyk7fQoJLnN0MTJ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGcgaWQ9Iumhtemdoi0xIj4KCTxnIGlkPSJFeGNlcHRpb25feDJGX+W8guW4uOaPkOekuiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg2OS4wMDAwMDAsIC0yOTE4LjAwMDAwMCkiPgoJCTxnIGlkPSLmkJzntKLkuLrnqboiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg2OS4wMDAwMDAsIDI5MTguMDAwMDAwKSI+CgkJCTxsaW5lYXJHcmFkaWVudCBpZD0iRmlsbC0xXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjI0My4wNDY0IiB5MT0iMTY3Ljk3OTMiIHgyPSIyNDUuODA3MSIgeTI9IjE5NC4yNDU2Ij4KCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGQkZDRkQiLz4KCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMkY0RjciLz4KCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJPHBhdGggaWQ9IkZpbGwtMSIgY2xhc3M9InN0MCIgZD0iTTE5My4xLDE3NC4yYzE0LjgtMy4zLDM2LTQuOCw1MC41LTQuMWMxNC40LDAuNywyNi40LDMuMywyNy4zLDIuN2MyLjktMS45LDktMi44LDguNy0yCgkJCQljLTAuMywwLjctNC4zLDMuMS0zLDMuNGMxLjMsMC40LDE0LjEsMS45LDE5LjUsM2M1LjMsMS4xLDguOCwyLjIsOS45LDIuMmMxLjIsMCwzLTEuNiwxMC43LTAuOGMwLjEsMC4zLTEuNywwLjQtMy40LDEuMwoJCQkJYy0xLjcsMC45LTMsMC44LTMsMXMxLTAuMywzLDFzNS41LDEuNyw1LjUsMnMtNC41LDEuOC0xMi0wLjZjLTEuOS0wLjYtNi4zLDQuNi0yNi44LDYuMXMtNTUsMi42LTU1LDIuNnMyLjEsMi43LDUuMSwzLjQKCQkJCWMwLjIsMC4zLTEuMiwxLjMtNy4xLDAuMmMtNS45LTEuMS05LTMuNi05LTMuNnMtMTEuNi0wLjctMTYtMS41Yy00LjQtMC43LTkuNC0yLjYtMTIuOS0zcy0xOS4yLTIuMi0xMy4yLTYuMwoJCQkJQzE3MiwxODEuMiwxNzguMywxNzcuNSwxOTMuMSwxNzQuMnoiLz4KCQkJPHBhdGggaWQ9IuW9oueKtue7k+WQiCIgY2xhc3M9InN0MSIgZD0iTTE5My4xLDE3Ny40djkuNGg5LjR2MS45aC0xMS4ydi0xMS4yTDE5My4xLDE3Ny40TDE5My4xLDE3Ny40eiIvPgoJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCI5aSH5Lu9IiBjbGFzcz0ic3QxIiBkPSJNMjAwLjYsNjQuOWgtOS40djkuNGgtMS45di05LjRsMCwwVjYzaDExLjJMMjAwLjYsNjQuOUwyMDAuNiw2NC45eiIvPgoJCQk8cGF0aCBpZD0i5b2i54q257uT5ZCI5aSH5Lu9LTIiIGNsYXNzPSJzdDEiIGQ9Ik0yODguOCw3NC4ydi05LjRoLTkuNFY2M2g5LjRsMCwwaDEuOXYxMS4ySDI4OC44eiIvPgoKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iLTJfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iNDExLjY3NjgiIHkxPSItMS42MDY2IiB4Mj0iNDExLjY3NjgiIHkyPSItMC42NzA3IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDg2LjI1IDAgMCAxMDguNzUgLTM1MjY3LjEyNSAyNDYuNSkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VCRURGMDtzdG9wLW9wYWNpdHk6MC45OTE3Ii8+CgkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRTFFM0U2Ii8+CgkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCTxwYXRoIGlkPSLnn6nlvaItMiIgY2xhc3M9InN0MiIgZD0iTTE5Ny45LDcwLjVoODQuMmMwLjYsMCwxLDAuNCwxLDF2MTA2LjhjMCwwLjYtMC40LDEtMSwxaC04NC4yYy0wLjYsMC0xLTAuNC0xLTFWNzEuNQoJCQkJQzE5Ni45LDcwLjksMTk3LjMsNzAuNSwxOTcuOSw3MC41eiIvPgoKCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i55+p5b2iXzZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjQxMC42NjE0IiB5MT0iLTEuODc3MyIgeDI9IjQxMC42NjE0IiB5Mj0iLTAuODg4OCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg3MS4yNSAwIDAgOTMuNzUgLTI5MDE5LjYyNSAyNTQpIj4KCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkYiLz4KCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGMkY0RjciLz4KCQkJPC9saW5lYXJHcmFkaWVudD4KCQkJPHJlY3QgaWQ9IuefqeW9ol8xXyIgeD0iMjA0LjQiIHk9Ijc4IiBjbGFzcz0ic3QzIiB3aWR0aD0iNzEuMiIgaGVpZ2h0PSI5My44Ii8+CgkJCTxyZWN0IGlkPSLnn6nlvaJfMl8iIHg9IjIxOS40IiB5PSI4MS44IiBjbGFzcz0ic3Q0IiB3aWR0aD0iNDEuMiIgaGVpZ2h0PSIxLjkiLz4KCQkJPHJlY3QgaWQ9IuefqeW9ol8zXyIgeD0iMjA0LjQiIHk9IjE3MS44IiBjbGFzcz0ic3Q1IiB3aWR0aD0iNzEuMiIgaGVpZ2h0PSIxLjkiLz4KCgkJCQk8bGluZWFyR3JhZGllbnQgaWQ9IuefqeW9oi0zXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjQwNi40MTUyIiB5MT0iLTExLjczMzQiIHgyPSI0MDYuNDE1MiIgeTI9Ii0xMC43NDEzIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQxLjI1IDAgMCAxNSAtMTY1MjQuNjI1IDI0Mi43NSkiPgoJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0VERUZGMiIvPgoJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0U4RUFFRCIvPgoJCQk8L2xpbmVhckdyYWRpZW50PgoJCQk8cmVjdCBpZD0i55+p5b2iLTMiIHg9IjIxOS40IiB5PSI2Ni44IiBjbGFzcz0ic3Q2IiB3aWR0aD0iNDEuMiIgaGVpZ2h0PSIxNSIvPgoJCQk8ZyBpZD0i57yW57uELTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyMy4xMjUwMDAsIDk4LjYyNTAwMCkiPgoJCQkJPHJlY3QgaWQ9IuefqeW9ol80XyIgY2xhc3M9InN0MSIgd2lkdGg9IjMuOCIgaGVpZ2h0PSIxLjkiLz4KCQkJCTxyZWN0IGlkPSLnn6nlvaLlpIfku70iIHg9IjcuNSIgY2xhc3M9InN0MSIgd2lkdGg9IjMuOCIgaGVpZ2h0PSIxLjkiLz4KCQkJCTxyZWN0IGlkPSLnn6nlvaLlpIfku70tMiIgeD0iMTUiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMS45Ii8+CgkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTMiIHg9IjIyLjUiIGNsYXNzPSJzdDEiIHdpZHRoPSIzLjgiIGhlaWdodD0iMS45Ii8+CgkJCQk8cmVjdCBpZD0i55+p5b2i5aSH5Lu9LTQiIHg9IjMwIiBjbGFzcz0ic3QxIiB3aWR0aD0iMy44IiBoZWlnaHQ9IjEuOSIvPgoJCQk8L2c+CgkJCTxnIGlkPSLnvJbnu4QtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjI4Ljc1MDAwMCwgMTEzLjYyNTAwMCkiPgoJCQkJPGNpcmNsZSBpZD0i5qSt5ZyG5b2iIiBjbGFzcz0ic3Q3IiBjeD0iMjQuNCIgY3k9IjI2LjIiIHI9IjI0LjQiLz4KCQkJCTxwYXRoIGlkPSLot6/lvoQtMTIiIGNsYXNzPSJzdDciIGQ9Ik0zOSw0NWwzLjEsMy4yYy0wLjYsMC44LTAuNiwxLjUsMCwyLjJzMi4yLDIuNSw0LjcsNS4zdi03LjVsLTYuMS01TDM5LDQ1eiIvPgoKCQkJCQk8ZyBpZD0i57yW57uELTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjIyNjMxNywgNTEuNzA5MDc3KSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC01MC4yMjYzMTcsIC01MS43MDkwNzcpIHRyYW5zbGF0ZSg0NC42MDEzMTcsIDM2LjcwOTA3NykiPgoKCQkJCQkJPHJlY3QgaWQ9IuefqeW9ol81XyIgeD0iMy44IiB5PSIwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSA1LjA3MDM2M2UtMDYgLTUuMDcwMzYzZS0wNiAtMSAxMS40IDkuMzUpIiBjbGFzcz0ic3Q4IiB3aWR0aD0iMy43IiBoZWlnaHQ9IjkuNCIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLot6/lvoQtMTNfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTEwOS4zOTE1IiB5MT0iLTU1LjkzODMiIHgyPSItMTA5LjU1NzgiIHkyPSItNTUuODkwNSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg5LjIxMjkgMCAwIDIyLjUgMTAxMy45Mjg1IDEyNzcuMjgxKSI+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNEN0Q4REIiLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0JFQkZDMiIvPgoJCQkJCTwvbGluZWFyR3JhZGllbnQ+CgkJCQkJPHBhdGggaWQ9Iui3r+W+hC0xMyIgY2xhc3M9InN0OSIgZD0iTTMuNyw1LjdoNGMwLjUsMCwxLDAuNCwxLDAuOWwxLjUsMjAuNWMwLDAuNi0wLjQsMS0wLjksMS4xYzAsMCwwLDAtMC4xLDBIMgoJCQkJCQljLTAuNiwwLTEtMC40LTEtMXYtMC4xTDIuNyw2LjZDMi43LDYuMSwzLjIsNS43LDMuNyw1Ljd6Ii8+CgkJCQk8L2c+CgkJCQk8ZyBpZD0i57yW57uELTUiPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLmpK3lnIblvaJfM18iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTQ5LjcxMTUiIHkxPSItMy42ODU5IiB4Mj0iLTQ5LjcxMTUiIHkyPSItMi42ODU5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQ3Ljc1IDAgMCA0Ny43NSAyMzk4LjEyNSAxNzYuNSkiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxLjUzMDgyOGUtMDMiIHN0eWxlPSJzdG9wLWNvbG9yOiNERERFRTAiLz4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMC45OTgiIHN0eWxlPSJzdG9wLWNvbG9yOiNDM0M1QzciLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLmpK3lnIblvaJfNF8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTQ5LjcxMTUiIHkxPSItMy42ODU4IiB4Mj0iLTQ5LjcxMTUiIHkyPSItMi43MDU0IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQ3Ljc1IDAgMCA0Ny43NSAyMzk4LjEyNSAxNzYuNSkiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRERERUUwIi8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNCRUMwQzIiLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxjaXJjbGUgaWQ9IuakreWchuW9ol8xXyIgY2xhc3M9InN0MTAiIGN4PSIyNC40IiBjeT0iMjQuNCIgcj0iMjMuOSIvPgoKCQkJCQkJPGxpbmVhckdyYWRpZW50IGlkPSLmpK3lnIblvaJfNV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTUyLjM5NjYiIHkxPSItNC44MjIiIHgyPSItNTIuMzk2NiIgeTI9Ii0zLjgzOCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgzNi41IDAgMCAzNi41IDE5MzYuODc1IDE4Mi4xMjUpIj4KCQkJCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZFRkVGRSIvPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRjJGNEY3Ii8+CgkJCQkJPC9saW5lYXJHcmFkaWVudD4KCgkJCQkJCTxsaW5lYXJHcmFkaWVudCBpZD0i5qSt5ZyG5b2iXzZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii01Mi4zOTY2IiB5MT0iLTQuODIyIiB4Mj0iLTUyLjM5NjYiIHkyPSItMy44Mzk4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDM2LjUgMCAwIDM2LjUgMTkzNi44NzUgMTgyLjEyNSkiPgoJCQkJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojRjNGNEY1Ii8+CgkJCQkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNGM0Y1RjciLz4KCQkJCQk8L2xpbmVhckdyYWRpZW50PgoJCQkJCTxjaXJjbGUgaWQ9IuakreWchuW9ol8yXyIgY2xhc3M9InN0MTEiIGN4PSIyNC40IiBjeT0iMjQuNCIgcj0iMTguMiIvPgoJCQkJCTxwYXRoIGlkPSLlvaLnirbnu5PlkIhfMV8iIGNsYXNzPSJzdDEyIiBkPSJNMjMuNSwxMi4zYzUuOCwwLDEwLjksMy4zLDEzLjQsOC4yYy0yLjUtMS42LTUuNS0yLjYtOC43LTIuNmMtNCwwLTcuNywxLjUtMTAuNSw0CgkJCQkJCUwxNCwxNS43QzE2LjYsMTMuNiwxOS45LDEyLjMsMjMuNSwxMi4zeiIvPgoJCQkJPC9nPgoJCQkJPHBvbHlnb24gaWQ9Iui3r+W+hC0xNCIgY2xhc3M9InN0NSIgcG9pbnRzPSI0Ni45LDUzLjQgNDYuOSw1NS42IDU0LjQsNjQuNCA1NC40LDYyLjMgCQkJCSIvPgoJCQk8L2c+CgkJPC9nPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=",l2=r.defineComponent({name:"Exception",props:{type:g.commonType(["404","403","500","building","empty","search-empty","login"],"type").def("404"),scene:g.commonType(["page","part"],"scene").def("page"),title:g.string,description:g.string},setup(e,{slots:t}){const n={403:t2,404:n2,500:i2,building:r2,empty:uf,"search-empty":s2,login:a2},i=()=>{const f=n[e.type]?n[e.type]:uf;return r.createVNode("div",{class:"bk-exception-img"},[r.createVNode("img",{class:"exception-image",src:f,alt:"type"},null)])},l=()=>io.isFunction(t.title)?r.createVNode("div",{class:"bk-exception-title"},[t.title()]):e.title?r.createVNode("div",{class:"bk-exception-title"},[e.title]):null,o=()=>io.isFunction(t.description)?r.createVNode("div",{class:"bk-exception-description"},[t.description()]):e.description?r.createVNode("div",{class:"bk-exception-description"},[e.description]):null,c=()=>io.isFunction(t.default)?r.createVNode("div",{class:"bk-exception-footer"},[t.default()]):null;return()=>{const f=De({"bk-exception":!0,[`bk-exception-${e.scene}`]:!0});return r.createVNode("div",{class:f},[i(),l(),o(),c()])}}});const vs=Ge(l2);var o2=r.defineComponent({name:"FixedNavbar",props:{navItems:g.array.def([]),extCls:g.string.def(""),position:g.oneOf(["middle","top","bottom"]).def("middle"),modelValue:g.bool.def(!0)},emits:["update:modelValue","click"],setup(e,{emit:t}){const n=e.navItems.map(o=>Object.assign({tooltip:{disabled:!0},action:()=>{},icon:"",text:""},o)),i=bn.getModalNextIndex(),l=o=>{t("click",o),o.action()};return()=>e.modelValue&&r.createVNode("div",{class:`bk-fixed-navbar ${e.extCls} ${e.position}`,style:{zIndex:i}},[n.map(o=>r.createVNode("div",{class:"fixed-navbar-item",onClick:l.bind(this,o)},[o.icon?r.createVNode("i",{class:`${o.icon} icon`},null):"",o.text?r.createVNode("span",{class:"text"},[o.text]):""]))])}});const df=Ge(o2);var c2=r.defineComponent({name:"Link",props:{theme:g.theme(["danger","success","primary","warning","default"]).def("default"),href:g.string.def(""),disabled:g.bool.def(!1),underline:g.bool.def(!1),target:g.string.def("_self")},setup(e,{emit:t}){return{handleClick:i=>{if(e.disabled)return i.preventDefault(),!1;t("click",i)}}},render(){var t,n;const e=De({"is-disabled":this.disabled,"has-underline":this.underline},`${this.theme} bk-link`);return r.createVNode("a",{href:this.href,target:this.target,class:e,onClick:this.handleClick},[r.createVNode("span",null,[(n=(t=this.$slots).default)==null?void 0:n.call(t)])])}});const ff=Ge(c2),u2=["auto","auto-start","auto-end","top","top-start","top-end","bottom","bottom-start","bottom-end","right","right-start","right-end","left","left-start","left-end"],d2={onAfterHidden:Function,onAfterShow:Function},f2=Y({isShow:g.bool.def(!1),always:g.bool.def(!1),disabled:g.bool.def(!1),width:g.oneOfType([g.string,g.number]).def("auto"),height:g.oneOfType([g.string,g.number]).def("auto"),content:g.oneOfType([g.string,g.number]).def(""),transition:g.string.def("fade-in"),placement:g.placement(u2).def("top"),theme:g.string.def("dark"),handleFirstUpdate:{type:Function,default:()=>{}},trigger:g.string.def("hover"),arrow:g.bool.def(!0),modifiers:g.array.def([{name:"offset",options:{offset:[0,8]}}]),boundary:g.oneOfType([g.string.def("parent"),g.instanceOf(HTMLElement)]),fixOnBoundary:g.bool.def(!1),zIndex:g.number.def(void 0),stopBehaviors:g.oneOfType([g.arrayOf(g.commonType(["stopPropagation","stopImmediatePropagation","preventDefault"],"stopBehaviors")),g.string]).def([])},d2);var h2=r.defineComponent({name:"Popover",props:f2,emits:["afterHidden","afterShow","update:isShow"],setup(e,t){let n=!1,i=Object.create(null);const l=r.ref(0),{width:o,height:c,theme:f,trigger:u,isShow:h,placement:m,modifiers:p,arrow:w,content:y}=r.toRefs(e),M=r.ref(),L=r.ref(),T=r.computed(()=>({width:/^\d+$/.test(String(o.value))?`${o.value}px`:o.value,height:/^\d+$/.test(String(c.value))?`${c.value}px`:c.value,zIndex:l.value})),N=["dark","light"],v=r.computed(()=>{const me=f.value.split(/\s+/);me.sort((q,V)=>Number(N.includes(V))-Number(N.includes(q)));const Ce=me,re=me.filter(q=>!N.includes(q));return{systemThemes:Ce,customThemes:re}}),b=me=>{var Ce,re;if(n){if(me){l.value=typeof e.zIndex=="number"?e.zIndex:bn.getModalNextIndex(),(Ce=i.show)==null||Ce.call(i);return}(re=i.hide)==null||re.call(i)}};r.watch(()=>e.isShow,me=>{b(me)},{immediate:!0});const I=()=>{t.emit("update:isShow",!1),t.emit("afterHidden",!1)},x=()=>{t.emit("update:isShow",!0),t.emit("afterShow",!1)},k=()=>({theme:v.value.systemThemes.join(" "),placement:m.value,trigger:u.value,modifiers:p.value,onFirstUpdate:e.handleFirstUpdate,afterShow:x,afterHidden:I,appendTo:e.boundary,always:e.always,disabled:e.disabled,fixOnBoundary:e.fixOnBoundary}),J=()=>{const me=i;me.constructor&&(me.isShow&&me.hide(),me.destroy(),i=Object.create(null))},O=()=>{i=new jd(M.value,L.value,k()),n=!0,h.value&&b(h.value)},A=()=>{J(),r.nextTick(O)};t.expose({update:A}),r.onMounted(A),r.onBeforeUnmount(J);const E=()=>{t.emit("after-enter")},P=()=>{t.emit("after-leave")},K=v.value.customThemes.join(" "),G=v.value.customThemes.reduce((me,Ce)=>Y({[`data-${Ce}-theme`]:!0},me),{}),oe=`bk-popover-content ${K}`,de=me=>{const Ce=re=>{typeof me[re]=="function"&&me[re]()};Array.isArray(e.stopBehaviors)&&e.stopBehaviors.forEach(Ce),typeof e.stopBehaviors=="string"&&Ce(e.stopBehaviors)};return()=>{var me,Ce;return r.createVNode("div",{class:"bk-popover","data-bk-pop-container":!0},[r.createVNode("div",{ref:M,class:"bk-popover-reference"},[(Ce=(me=t.slots).default)==null?void 0:Ce.call(me)]),r.createVNode(r.Transition,{name:e.transition,onAfterEnter:E,onAfterLeave:P},{default:()=>{var re,q,V;return[r.createVNode("div",r.mergeProps({ref:L,class:oe,style:T.value},G,{onClick:de}),[(V=(q=(re=t.slots).content)==null?void 0:q.call(re))!=null?V:y.value,w.value&&r.createVNode("div",{class:"arrow","data-popper-arrow":!0},null)])]}})])}}});const ha=Ge(h2);var hf=!1,Yi,Eo,Vo,Ns,Ls,gf,ks,Jo,Qo,Ro,mf,Wo,Ho,pf,bf;function Ht(){if(!hf){hf=!0;var e=navigator.userAgent,t=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),n=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(Wo=/\b(iPhone|iP[ao]d)/.exec(e),Ho=/\b(iP[ao]d)/.exec(e),Ro=/Android/i.exec(e),pf=/FBAN\/\w+;/i.exec(e),bf=/Mobile/i.exec(e),mf=!!/Win64/.exec(e),t){Yi=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN,Yi&&document&&document.documentMode&&(Yi=document.documentMode);var i=/(?:Trident\/(\d+.\d+))/.exec(e);gf=i?parseFloat(i[1])+4:Yi,Eo=t[2]?parseFloat(t[2]):NaN,Vo=t[3]?parseFloat(t[3]):NaN,Ns=t[4]?parseFloat(t[4]):NaN,Ns?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),Ls=t&&t[1]?parseFloat(t[1]):NaN):Ls=NaN}else Yi=Eo=Vo=Ls=Ns=NaN;if(n){if(n[1]){var l=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);ks=l?parseFloat(l[1].replace("_",".")):!0}else ks=!1;Jo=!!n[2],Qo=!!n[3]}else ks=Jo=Qo=!1}}var Bo={ie:function(){return Ht()||Yi},ieCompatibilityMode:function(){return Ht()||gf>Yi},ie64:function(){return Bo.ie()&&mf},firefox:function(){return Ht()||Eo},opera:function(){return Ht()||Vo},webkit:function(){return Ht()||Ns},safari:function(){return Bo.webkit()},chrome:function(){return Ht()||Ls},windows:function(){return Ht()||Jo},osx:function(){return Ht()||ks},linux:function(){return Ht()||Qo},iphone:function(){return Ht()||Wo},mobile:function(){return Ht()||Wo||Ho||Ro||bf},nativeApp:function(){return Ht()||pf},android:function(){return Ht()||Ro},ipad:function(){return Ht()||Ho}},g2=Bo,xs=!!(typeof window!="undefined"&&window.document&&window.document.createElement),m2={canUseDOM:xs,canUseWorkers:typeof Worker!="undefined",canUseEventListeners:xs&&!!(window.addEventListener||window.attachEvent),canUseViewport:xs&&!!window.screen,isInWorker:!xs},p2=m2,yf=p2,Cf;yf.canUseDOM&&(Cf=document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("","")!==!0);/**
|
40
|
+
* Checks if an event is supported in the current execution environment.
|
41
|
+
*
|
42
|
+
* NOTE: This will not work correctly for non-generic events such as `change`,
|
43
|
+
* `reset`, `load`, `error`, and `select`.
|
44
|
+
*
|
45
|
+
* Borrows from Modernizr.
|
46
|
+
*
|
47
|
+
* @param {string} eventNameSuffix Event name, e.g. "click".
|
48
|
+
* @param {?boolean} capture Check if the capture phase is supported.
|
49
|
+
* @return {boolean} True if the event is supported.
|
50
|
+
* @internal
|
51
|
+
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
52
|
+
*/function b2(e,t){if(!yf.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,i=n in document;if(!i){var l=document.createElement("div");l.setAttribute(n,"return;"),i=typeof l[n]=="function"}return!i&&Cf&&e==="wheel"&&(i=document.implementation.hasFeature("Events.wheel","3.0")),i}var y2=b2,C2=g2,M2=y2,Mf=10,wf=40,If=800;function vf(e){var t=0,n=0,i=0,l=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),i=t*Mf,l=n*Mf,"deltaY"in e&&(l=e.deltaY),"deltaX"in e&&(i=e.deltaX),(i||l)&&e.deltaMode&&(e.deltaMode==1?(i*=wf,l*=wf):(i*=If,l*=If)),i&&!t&&(t=i<1?-1:1),l&&!n&&(n=l<1?-1:1),{spinX:t,spinY:n,pixelX:i,pixelY:l}}vf.getEventType=function(){return C2.firefox()?"DOMMouseScroll":M2("wheel")?"wheel":"mousewheel"};var w2=vf,I2=w2;const v2=typeof navigator!="undefined"&&navigator.userAgent.toLowerCase().indexOf("firefox")>-1,N2=function(e,t){e!=null&&e.addEventListener&&e.addEventListener(v2?"DOMMouseScroll":"mousewheel",function(n){const i=I2(n);t==null||t.apply(this,[n,i])})},L2={beforeMount(e,t){console.error(e,t),N2(e,t.value)}},k2=e=>typeof Element=="undefined"?!1:e instanceof Element,bi=new Map;let Nf;document.addEventListener("mousedown",e=>Nf=e),document.addEventListener("mouseup",e=>{for(const t of bi.values())for(const{documentHandler:n}of t)n(e,Nf)});function Lf(e,t){let n=[];return Array.isArray(t.arg)?n=t.arg:k2(t.arg)&&n.push(t.arg),function(i,l){const{popperRef:o}=t.instance,c=i.target,f=l==null?void 0:l.target,u=!t||!t.instance,h=!c||!f,m=e.contains(c)||e.contains(f),p=e===c,w=n.length&&n.some(M=>M==null?void 0:M.contains(c))||n.length&&n.includes(f),y=o&&(o.contains(c)||o.contains(f));u||h||m||p||w||y||t.value(i,l)}}const Fi={beforeMount(e,t){bi.has(e)||bi.set(e,[]),bi.get(e).push({documentHandler:Lf(e,t),bindingFn:t.value})},updated(e,t){bi.has(e)||bi.set(e,[]);const n=bi.get(e),i=n.findIndex(o=>o.bindingFn===t.oldValue),l={documentHandler:Lf(e,t),bindingFn:t.value};i>=0?n.splice(i,1,l):n.push(l)},unmounted(e){bi.delete(e)}},Lr=new Map,Go={beforeMount(e,t){const n=x2();typeof t.value=="object"?Object.assign(n,t.value):n.content=t.value;const{disabled:i,trigger:l,content:o,arrow:c,theme:f,extCls:u}=n;if(i)return;const h=T2(o,c,f==="light",u);if(l==="hover"){let m=null;e.addEventListener("mouseenter",()=>{Zo(e),clearTimeout(m)}),h.addEventListener("mouseenter",()=>{clearTimeout(m)}),e.addEventListener("mouseleave",()=>{m=setTimeout(()=>{ga(e)},100)}),e.addEventListener("click",()=>{ga(e)}),h.addEventListener("mouseleave",()=>{m=setTimeout(()=>{ga(e)},100)})}else l==="click"&&document.body.addEventListener("click",m=>{e.contains(m.target)&&!h.hasAttribute("data-show")?Zo(e):h.hasAttribute("data-show")&&ga(e)});Lr.set(e,{opts:n,popper:h,popperInstance:null})},unmounted(e){ga(e)}};function x2(){return{arrow:!0,disabled:!1,trigger:"hover",theme:"dark",content:"",showOnInit:!1,placement:"top",distance:8,extCls:"",onShow:()=>{},onHide:()=>{}}}function T2(e,t,n,i){const l=bn.getPopperIndex(),o=document.createElement("div");if(o.className=`bk-popper ${n?"light":"dark"} ${i}`,o.innerText=e,o.style.zIndex=String(l),t){const c=S2();o.appendChild(c)}return o}function S2(){const e=document.createElement("div");return e.className="bk-popper-arrow",e.setAttribute("data-popper-arrow",""),e}function D2(e,t){const{placement:n,distance:i,showOnInit:l}=Lr.get(e).opts,o=xd(e,t,{placement:n,modifiers:[{name:"offset",options:{offset:[0,i]}}]});return l&&Zo(e),o}function Zo(e){const{popper:t,opts:{onShow:n}}=Lr.get(e);document.body.appendChild(t);const i=D2(e,t);n(),t.setAttribute("data-show",""),i.setOptions(l=>Se(Y({},l),{modifiers:[...l.modifiers,{name:"eventListeners",enabled:!0}]})),i.forceUpdate(),Lr.get(e).popperInstance=i}function ga(e){if(!Lr.get(e))return;const{popper:t,popperInstance:n,opts:{onHide:i}}=Lr.get(e);t&&document.body.contains(t)&&(t.removeAttribute("data-show"),n==null||n.destroy(),document.body.removeChild(t),i())}var kf=r.defineComponent({name:"PopArrow",render(){const e=Be("pop2-arrow");return r.createVNode("div",{class:e},null)}});const _o=(...e)=>!0;let kr;(function(e){e.SHOW="show",e.HIDE="hide",e.CLICK_OUTSIDE="clickoutside"})(kr||(kr={}));const j2={[kr.SHOW]:_o,[kr.HIDE]:_o,[kr.CLICK_OUTSIDE]:_o};var xf=r.defineComponent({name:"PopContent",props:{width:g.oneOfType([g.string,g.number]).def("auto"),height:g.oneOfType([g.string,g.number]).def("auto")},setup(e){const t=i=>/^\d+\.?\d*$/.test(`${i}`)?`${i}px`:i;return{style:r.computed(()=>({width:t(e.width),height:t(e.height)}))}},render(){var t,n,i,l,o,c;const e=[Be("popover2"),Be("pop2-content")];return r.createVNode("div",{class:e,tabindex:"-1",style:this.style},[(i=(n=(t=this.$slots).default)==null?void 0:n.call(t))!=null?i:"",(c=(o=(l=this.$slots).arrow)==null?void 0:o.call(l))!=null?c:""])}});const z2=["auto","auto-start","auto-end","top","top-start","top-end","bottom","bottom-start","bottom-end","right","right-start","right-end","left","left-start","left-end"],P2={onAfterHidden:Function,onAfterShow:Function},O2=Y({isShow:g.bool.def(!1),always:g.bool.def(!1),disabled:g.bool.def(!1),width:g.oneOfType([g.string,g.number]).def("auto"),height:g.oneOfType([g.string,g.number]).def("auto"),content:g.oneOfType([g.string,g.number]).def(""),placement:g.placement(z2).def("top"),theme:g.string.def("dark"),trigger:g.string.def("hover"),arrow:g.bool.def(!0),padding:g.number.def(5),offset:g.number.def(6),boundary:g.oneOfType([g.string.def("parent"),g.instanceOf(HTMLElement)]),zIndex:g.number.def(void 0),disableTeleport:g.bool.def(!1),autoPlacement:g.bool.def(!1),autoVisibility:g.bool.def(!0),disableOutsideClick:g.bool.def(!1)},P2);var A2=r.defineComponent({name:"PopReference",render(){var e,t,n;return(n=(t=(e=this.$slots).default)==null?void 0:t.call(e))!=null?n:""}}),Tf=r.defineComponent({props:{class:g.string.def("")},render(){var e,t;return r.createVNode(r.Fragment,null,[(t=(e=this.$slots).default)==null?void 0:t.call(e)])}});function Fn(e){return e.split("-")[0]}function Ui(e){return e.split("-")[1]}function xr(e){return["top","bottom"].includes(Fn(e))?"x":"y"}function Yo(e){return e==="y"?"height":"width"}function Sf(e,t,n){let{reference:i,floating:l}=e;const o=i.x+i.width/2-l.width/2,c=i.y+i.height/2-l.height/2,f=xr(t),u=Yo(f),h=i[u]/2-l[u]/2,m=Fn(t),p=f==="x";let w;switch(m){case"top":w={x:o,y:i.y-l.height};break;case"bottom":w={x:o,y:i.y+i.height};break;case"right":w={x:i.x+i.width,y:c};break;case"left":w={x:i.x-l.width,y:c};break;default:w={x:i.x,y:i.y}}switch(Ui(t)){case"start":w[f]-=h*(n&&p?-1:1);break;case"end":w[f]+=h*(n&&p?-1:1);break}return w}const E2=async(e,t,n)=>{const{placement:i="bottom",strategy:l="absolute",middleware:o=[],platform:c}=n,f=await(c.isRTL==null?void 0:c.isRTL(t));let u=await c.getElementRects({reference:e,floating:t,strategy:l}),{x:h,y:m}=Sf(u,i,f),p=i,w={};for(let y=0;y<o.length;y++){const{name:M,fn:L}=o[y],{x:T,y:N,data:v,reset:b}=await L({x:h,y:m,initialPlacement:i,placement:p,strategy:l,middlewareData:w,rects:u,platform:c,elements:{reference:e,floating:t}});if(h=T!=null?T:h,m=N!=null?N:m,w=Se(Y({},w),{[M]:Y(Y({},w[M]),v)}),b){typeof b=="object"&&(b.placement&&(p=b.placement),b.rects&&(u=b.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:l}):b.rects),{x:h,y:m}=Sf(u,p,f)),y=-1;continue}}return{x:h,y:m,placement:p,strategy:l,middlewareData:w}};function V2(e){return Y({top:0,right:0,bottom:0,left:0},e)}function Fo(e){return typeof e!="number"?V2(e):{top:e,right:e,bottom:e,left:e}}function ma(e){return Se(Y({},e),{top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height})}async function pa(e,t){var n;t===void 0&&(t={});const{x:i,y:l,platform:o,rects:c,elements:f,strategy:u}=e,{boundary:h="clippingAncestors",rootBoundary:m="viewport",elementContext:p="floating",altBoundary:w=!1,padding:y=0}=t,M=Fo(y),T=f[w?p==="floating"?"reference":"floating":p],N=ma(await o.getClippingRect({element:(n=await(o.isElement==null?void 0:o.isElement(T)))==null||n?T:T.contextElement||await(o.getDocumentElement==null?void 0:o.getDocumentElement(f.floating)),boundary:h,rootBoundary:m,strategy:u})),v=ma(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:p==="floating"?Se(Y({},c.floating),{x:i,y:l}):c.reference,offsetParent:await(o.getOffsetParent==null?void 0:o.getOffsetParent(f.floating)),strategy:u}):c[p]);return{top:N.top-v.top+M.top,bottom:v.bottom-N.bottom+M.bottom,left:N.left-v.left+M.left,right:v.right-N.right+M.right}}const Df=Math.min,jf=Math.max;function Uo(e,t,n){return jf(e,Df(t,n))}const J2=e=>({name:"arrow",options:e,async fn(t){const{element:n,padding:i=0}=e!=null?e:{},{x:l,y:o,placement:c,rects:f,platform:u}=t;if(n==null)return{};const h=Fo(i),m={x:l,y:o},p=xr(c),w=Ui(c),y=Yo(p),M=await u.getDimensions(n),L=p==="y"?"top":"left",T=p==="y"?"bottom":"right",N=f.reference[y]+f.reference[p]-m[p]-f.floating[y],v=m[p]-f.reference[p],b=await(u.getOffsetParent==null?void 0:u.getOffsetParent(n));let I=b?p==="y"?b.clientHeight||0:b.clientWidth||0:0;I===0&&(I=f.floating[y]);const x=N/2-v/2,k=h[L],J=I-M[y]-h[T],O=I/2-M[y]/2+x,A=Uo(k,O,J),K=(w==="start"?h[L]:h[T])>0&&O!==A&&f.reference[y]<=f.floating[y]?O<k?k-O:J-O:0;return{[p]:m[p]-K,data:{[p]:A,centerOffset:O-A}}}}),Q2={left:"right",right:"left",bottom:"top",top:"bottom"};function Ts(e){return e.replace(/left|right|bottom|top/g,t=>Q2[t])}function zf(e,t,n){n===void 0&&(n=!1);const i=Ui(e),l=xr(e),o=Yo(l);let c=l==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return t.reference[o]>t.floating[o]&&(c=Ts(c)),{main:c,cross:Ts(c)}}const R2={start:"end",end:"start"};function $o(e){return e.replace(/start|end/g,t=>R2[t])}const Pf=["top","right","bottom","left"],W2=Pf.reduce((e,t)=>e.concat(t,t+"-start",t+"-end"),[]);function H2(e,t,n){return(e?[...n.filter(l=>Ui(l)===e),...n.filter(l=>Ui(l)!==e)]:n.filter(l=>Fn(l)===l)).filter(l=>e?Ui(l)===e||(t?$o(l)!==l:!1):!0)}const B2=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,i,l,o,c;const{x:f,y:u,rects:h,middlewareData:m,placement:p,platform:w,elements:y}=t,oe=e,{alignment:M=null,allowedPlacements:L=W2,autoAlignment:T=!0}=oe,N=hr(oe,["alignment","allowedPlacements","autoAlignment"]),v=H2(M,T,L),b=await pa(t,N),I=(n=(i=m.autoPlacement)==null?void 0:i.index)!=null?n:0,x=v[I];if(x==null)return{};const{main:k,cross:J}=zf(x,h,await(w.isRTL==null?void 0:w.isRTL(y.floating)));if(p!==x)return{x:f,y:u,reset:{placement:v[0]}};const O=[b[Fn(x)],b[k],b[J]],A=[...(l=(o=m.autoPlacement)==null?void 0:o.overflows)!=null?l:[],{placement:x,overflows:O}],E=v[I+1];if(E)return{data:{index:I+1,overflows:A},reset:{placement:E}};const P=A.slice().sort((de,me)=>de.overflows[0]-me.overflows[0]),K=(c=P.find(de=>{let{overflows:me}=de;return me.every(Ce=>Ce<=0)}))==null?void 0:c.placement,G=K!=null?K:P[0].placement;return G!==p?{data:{index:I+1,overflows:A},reset:{placement:G}}:{}}}};function G2(e){const t=Ts(e);return[$o(e),t,$o(t)]}const Z2=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n;const{placement:i,middlewareData:l,rects:o,initialPlacement:c,platform:f,elements:u}=t,A=e,{mainAxis:h=!0,crossAxis:m=!0,fallbackPlacements:p,fallbackStrategy:w="bestFit",flipAlignment:y=!0}=A,M=hr(A,["mainAxis","crossAxis","fallbackPlacements","fallbackStrategy","flipAlignment"]),L=Fn(i),N=p||(L===c||!y?[Ts(c)]:G2(c)),v=[c,...N],b=await pa(t,M),I=[];let x=((n=l.flip)==null?void 0:n.overflows)||[];if(h&&I.push(b[L]),m){const{main:E,cross:P}=zf(i,o,await(f.isRTL==null?void 0:f.isRTL(u.floating)));I.push(b[E],b[P])}if(x=[...x,{placement:i,overflows:I}],!I.every(E=>E<=0)){var k,J;const E=((k=(J=l.flip)==null?void 0:J.index)!=null?k:0)+1,P=v[E];if(P)return{data:{index:E,overflows:x},reset:{placement:P}};let K="bottom";switch(w){case"bestFit":{var O;const G=(O=x.map(oe=>[oe,oe.overflows.filter(de=>de>0).reduce((de,me)=>de+me,0)]).sort((oe,de)=>oe[1]-de[1])[0])==null?void 0:O[0].placement;G&&(K=G);break}case"initialPlacement":K=c;break}if(i!==K)return{reset:{placement:K}}}return{}}}};function Of(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Af(e){return Pf.some(t=>e[t]>=0)}const _2=function(e){let i=e===void 0?{}:e,{strategy:t="referenceHidden"}=i,n=hr(i,["strategy"]);return{name:"hide",async fn(l){const{rects:o}=l;switch(t){case"referenceHidden":{const c=await pa(l,Se(Y({},n),{elementContext:"reference"})),f=Of(c,o.reference);return{data:{referenceHiddenOffsets:f,referenceHidden:Af(f)}}}case"escaped":{const c=await pa(l,Se(Y({},n),{altBoundary:!0})),f=Of(c,o.floating);return{data:{escapedOffsets:f,escaped:Af(f)}}}default:return{}}}}};async function Y2(e,t){const{placement:n,platform:i,elements:l}=e,o=await(i.isRTL==null?void 0:i.isRTL(l.floating)),c=Fn(n),f=Ui(n),u=xr(n)==="x",h=["left","top"].includes(c)?-1:1,m=o&&u?-1:1,p=typeof t=="function"?t(e):t;let{mainAxis:w,crossAxis:y,alignmentAxis:M}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:Y({mainAxis:0,crossAxis:0,alignmentAxis:null},p);return f&&typeof M=="number"&&(y=f==="end"?M*-1:M),u?{x:y*m,y:w*h}:{x:w*h,y:y*m}}const F2=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:i}=t,l=await Y2(t,e);return{x:n+l.x,y:i+l.y,data:l}}}};function U2(e){return e==="x"?"y":"x"}const $2=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:i,placement:l}=t,T=e,{mainAxis:o=!0,crossAxis:c=!1,limiter:f={fn:N=>{let{x:v,y:b}=N;return{x:v,y:b}}}}=T,u=hr(T,["mainAxis","crossAxis","limiter"]),h={x:n,y:i},m=await pa(t,u),p=xr(Fn(l)),w=U2(p);let y=h[p],M=h[w];if(o){const N=p==="y"?"top":"left",v=p==="y"?"bottom":"right",b=y+m[N],I=y-m[v];y=Uo(b,y,I)}if(c){const N=w==="y"?"top":"left",v=w==="y"?"bottom":"right",b=M+m[N],I=M-m[v];M=Uo(b,M,I)}const L=f.fn(Se(Y({},t),{[p]:y,[w]:M}));return Se(Y({},L),{data:{x:L.x-n,y:L.y-i}})}}},X2=function(e){return e===void 0&&(e={}),{name:"inline",options:e,async fn(t){var n;const{placement:i,elements:l,rects:o,platform:c,strategy:f}=t,{padding:u=2,x:h,y:m}=e,p=ma(c.convertOffsetParentRelativeRectToViewportRelativeRect?await c.convertOffsetParentRelativeRectToViewportRelativeRect({rect:o.reference,offsetParent:await(c.getOffsetParent==null?void 0:c.getOffsetParent(l.floating)),strategy:f}):o.reference),w=(n=await(c.getClientRects==null?void 0:c.getClientRects(l.reference)))!=null?n:[],y=Fo(u);function M(){if(w.length===2&&w[0].left>w[1].right&&h!=null&&m!=null){var T;return(T=w.find(N=>h>N.left-y.left&&h<N.right+y.right&&m>N.top-y.top&&m<N.bottom+y.bottom))!=null?T:p}if(w.length>=2){if(xr(i)==="x"){const P=w[0],K=w[w.length-1],G=Fn(i)==="top",oe=P.top,de=K.bottom,me=G?P.left:K.left,Ce=G?P.right:K.right,re=Ce-me,q=de-oe;return{top:oe,bottom:de,left:me,right:Ce,width:re,height:q,x:me,y:oe}}const N=Fn(i)==="left",v=jf(...w.map(P=>P.right)),b=Df(...w.map(P=>P.left)),I=w.filter(P=>N?P.left===b:P.right===v),x=I[0].top,k=I[I.length-1].bottom,J=b,O=v,A=O-J,E=k-x;return{top:x,bottom:k,left:J,right:O,width:A,height:E,x:J,y:x}}return p}const L=await c.getElementRects({reference:{getBoundingClientRect:M},floating:l.floating,strategy:f});return o.reference.x!==L.reference.x||o.reference.y!==L.reference.y||o.reference.width!==L.reference.width||o.reference.height!==L.reference.height?{reset:{rects:L}}:{}}}};function Ef(e){return e&&e.document&&e.location&&e.alert&&e.setInterval}function Un(e){if(e==null)return window;if(!Ef(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function ba(e){return Un(e).getComputedStyle(e)}function $n(e){return Ef(e)?"":e?(e.nodeName||"").toLowerCase():""}function Vf(){const e=navigator.userAgentData;return e!=null&&e.brands?e.brands.map(t=>t.brand+"/"+t.version).join(" "):navigator.userAgent}function An(e){return e instanceof Un(e).HTMLElement}function yi(e){return e instanceof Un(e).Element}function K2(e){return e instanceof Un(e).Node}function Xo(e){if(typeof ShadowRoot=="undefined")return!1;const t=Un(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Ss(e){const{overflow:t,overflowX:n,overflowY:i}=ba(e);return/auto|scroll|overlay|hidden/.test(t+i+n)}function q2(e){return["table","td","th"].includes($n(e))}function Jf(e){const t=/firefox/i.test(Vf()),n=ba(e);return n.transform!=="none"||n.perspective!=="none"||n.contain==="paint"||["transform","perspective"].includes(n.willChange)||t&&n.willChange==="filter"||t&&(n.filter?n.filter!=="none":!1)}function Qf(){return!/^((?!chrome|android).)*safari/i.test(Vf())}const Rf=Math.min,ya=Math.max,Ds=Math.round;function Xn(e,t,n){var i,l,o,c;t===void 0&&(t=!1),n===void 0&&(n=!1);const f=e.getBoundingClientRect();let u=1,h=1;t&&An(e)&&(u=e.offsetWidth>0&&Ds(f.width)/e.offsetWidth||1,h=e.offsetHeight>0&&Ds(f.height)/e.offsetHeight||1);const m=yi(e)?Un(e):window,p=!Qf()&&n,w=(f.left+(p&&(i=(l=m.visualViewport)==null?void 0:l.offsetLeft)!=null?i:0))/u,y=(f.top+(p&&(o=(c=m.visualViewport)==null?void 0:c.offsetTop)!=null?o:0))/h,M=f.width/u,L=f.height/h;return{width:M,height:L,top:y,right:w+M,bottom:y+L,left:w,x:w,y}}function Ci(e){return((K2(e)?e.ownerDocument:e.document)||window.document).documentElement}function js(e){return yi(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Wf(e){return Xn(Ci(e)).left+js(e).scrollLeft}function em(e){const t=Xn(e);return Ds(t.width)!==e.offsetWidth||Ds(t.height)!==e.offsetHeight}function tm(e,t,n){const i=An(t),l=Ci(t),o=Xn(e,i&&em(t),n==="fixed");let c={scrollLeft:0,scrollTop:0};const f={x:0,y:0};if(i||!i&&n!=="fixed")if(($n(t)!=="body"||Ss(l))&&(c=js(t)),An(t)){const u=Xn(t,!0);f.x=u.x+t.clientLeft,f.y=u.y+t.clientTop}else l&&(f.x=Wf(l));return{x:o.left+c.scrollLeft-f.x,y:o.top+c.scrollTop-f.y,width:o.width,height:o.height}}function Hf(e){return $n(e)==="html"?e:e.assignedSlot||e.parentNode||(Xo(e)?e.host:null)||Ci(e)}function Bf(e){return!An(e)||getComputedStyle(e).position==="fixed"?null:e.offsetParent}function nm(e){let t=Hf(e);for(Xo(t)&&(t=t.host);An(t)&&!["html","body"].includes($n(t));){if(Jf(t))return t;t=t.parentNode}return null}function Ko(e){const t=Un(e);let n=Bf(e);for(;n&&q2(n)&&getComputedStyle(n).position==="static";)n=Bf(n);return n&&($n(n)==="html"||$n(n)==="body"&&getComputedStyle(n).position==="static"&&!Jf(n))?t:n||nm(e)||t}function Gf(e){if(An(e))return{width:e.offsetWidth,height:e.offsetHeight};const t=Xn(e);return{width:t.width,height:t.height}}function im(e){let{rect:t,offsetParent:n,strategy:i}=e;const l=An(n),o=Ci(n);if(n===o)return t;let c={scrollLeft:0,scrollTop:0};const f={x:0,y:0};if((l||!l&&i!=="fixed")&&(($n(n)!=="body"||Ss(o))&&(c=js(n)),An(n))){const u=Xn(n,!0);f.x=u.x+n.clientLeft,f.y=u.y+n.clientTop}return Se(Y({},t),{x:t.x-c.scrollLeft+f.x,y:t.y-c.scrollTop+f.y})}function rm(e,t){const n=Un(e),i=Ci(e),l=n.visualViewport;let o=i.clientWidth,c=i.clientHeight,f=0,u=0;if(l){o=l.width,c=l.height;const h=Qf();(h||!h&&t==="fixed")&&(f=l.offsetLeft,u=l.offsetTop)}return{width:o,height:c,x:f,y:u}}function am(e){var t;const n=Ci(e),i=js(e),l=(t=e.ownerDocument)==null?void 0:t.body,o=ya(n.scrollWidth,n.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),c=ya(n.scrollHeight,n.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0);let f=-i.scrollLeft+Wf(e);const u=-i.scrollTop;return ba(l||n).direction==="rtl"&&(f+=ya(n.clientWidth,l?l.clientWidth:0)-o),{width:o,height:c,x:f,y:u}}function Zf(e){const t=Hf(e);return["html","body","#document"].includes($n(t))?e.ownerDocument.body:An(t)&&Ss(t)?t:Zf(t)}function zs(e,t){var n;t===void 0&&(t=[]);const i=Zf(e),l=i===((n=e.ownerDocument)==null?void 0:n.body),o=Un(i),c=l?[o].concat(o.visualViewport||[],Ss(i)?i:[]):i,f=t.concat(c);return l?f:f.concat(zs(c))}function sm(e,t){const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&Xo(n)){let i=t;do{if(i&&e===i)return!0;i=i.parentNode||i.host}while(i)}return!1}function lm(e,t){const n=Xn(e,!1,t==="fixed"),i=n.top+e.clientTop,l=n.left+e.clientLeft;return{top:i,left:l,x:l,y:i,right:l+e.clientWidth,bottom:i+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}function _f(e,t,n){return t==="viewport"?ma(rm(e,n)):yi(t)?lm(t,n):ma(am(Ci(e)))}function om(e){const t=zs(e),i=["absolute","fixed"].includes(ba(e).position)&&An(e)?Ko(e):e;return yi(i)?t.filter(l=>yi(l)&&sm(l,i)&&$n(l)!=="body"):[]}function cm(e){let{element:t,boundary:n,rootBoundary:i,strategy:l}=e;const c=[...n==="clippingAncestors"?om(t):[].concat(n),i],f=c[0],u=c.reduce((h,m)=>{const p=_f(t,m,l);return h.top=ya(p.top,h.top),h.right=Rf(p.right,h.right),h.bottom=Rf(p.bottom,h.bottom),h.left=ya(p.left,h.left),h},_f(t,f,l));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}const um={getClippingRect:cm,convertOffsetParentRelativeRectToViewportRelativeRect:im,isElement:yi,getDimensions:Gf,getOffsetParent:Ko,getDocumentElement:Ci,getElementRects:e=>{let{reference:t,floating:n,strategy:i}=e;return{reference:tm(t,Ko(n),i),floating:Se(Y({},Gf(n)),{x:0,y:0})}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>ba(e).direction==="rtl"};function dm(e,t,n,i){i===void 0&&(i={});const{ancestorScroll:l=!0,ancestorResize:o=!0,elementResize:c=!0,animationFrame:f=!1}=i,u=l&&!f,h=o&&!f,m=u||h?[...yi(e)?zs(e):[],...zs(t)]:[];m.forEach(L=>{u&&L.addEventListener("scroll",n,{passive:!0}),h&&L.addEventListener("resize",n)});let p=null;c&&(p=new ResizeObserver(n),yi(e)&&!f&&p.observe(e),p.observe(t));let w,y=f?Xn(e):null;f&&M();function M(){const L=Xn(e);y&&(L.x!==y.x||L.y!==y.y||L.width!==y.width||L.height!==y.height)&&n(),y=L,w=requestAnimationFrame(M)}return c||n(),()=>{var L;m.forEach(T=>{u&&T.removeEventListener("scroll",n),h&&T.removeEventListener("resize",n)}),(L=p)==null||L.disconnect(),p=null,f&&cancelAnimationFrame(w)}}const fm=(e,t,n)=>E2(e,t,Y({platform:um},n));var hm=()=>({getElementRects:({reference:i,floating:l})=>{const o=i.getBoundingClientRect(),c=l.getBoundingClientRect();return{reference:{width:o.width,height:o.height,x:o.x,y:o.y},floating:{width:c.width,height:c.height,x:c.x,y:c.y}}},getDimensions:i=>{const{width:l,height:o}=i.getBoundingClientRect();return{width:l,height:o}},getClippingRect:({})=>{const{width:i,height:l}=document.fullscreenElement.getBoundingClientRect();return{width:i,height:l,x:0,y:0}}}),gm=(e,t,n,i,l,o)=>{const c=r.ref(!1),f=()=>{var V,H,te;const q=M((V=n.value)==null?void 0:V.$el);return(H=document.fullscreenElement)!=null&&H.shadowRoot?document.fullscreenElement.shadowRoot.contains(q):(te=document.fullscreenElement)==null?void 0:te.contains(q)},u=["dark","light"],h=r.computed(()=>{const q=e.theme.split(/\s+/);q.sort((te,ee)=>Number(u.includes(ee))-Number(u.includes(te)));const V=q,H=q.filter(te=>!u.includes(te));return{systemThemes:V,customThemes:H}}),m=()=>!f()&&e.autoVisibility,p=()=>f()||e.autoPlacement,w=()=>{var ee,ge,ce,ye;const q=M((ee=n.value)==null?void 0:ee.$el),V=M((ge=i.value)==null?void 0:ge.$el),H=e.arrow?M((ce=l.value)==null?void 0:ce.$el):null,te=M((ye=o.value)==null?void 0:ye.$el);return{elReference:q,elContent:V,elArrow:H,root:te}},y=q=>{const V=[F2(e.offset),$2({padding:e.padding})],H={placement:e.placement,middleware:V};if(e.arrow&&V.push(J2({element:q})),p()?V.push(B2()):(V.unshift(X2()),V.push(Z2())),m()&&H.middleware.push(_2()),f()){const{getElementRects:te,getDimensions:ee,getClippingRect:ge}=hm();Object.assign(H,{platform:{getElementRects:te,getDimensions:ee,getClippingRect:ge}})}return H},M=q=>q instanceof HTMLElement?q:q instanceof Text?M(q.nextElementSibling):null,L=h.value.customThemes.join(" "),T=h.value.customThemes.reduce((q,V)=>Y({[`data-${V}-theme`]:!0},q),{}),N=`${L}`;let v=null;const b=q=>{const V=window.devicePixelRatio||1;return Math.round(q*V)/V||0},I=(q,V,H,te)=>{var ge;Object.assign(q.style,{left:"0",top:"0",transform:`translate3d(${b(V)}px,${b(H)}px,0)`});const ee=m()?(ge=te.hide)==null?void 0:ge.referenceHidden:!1;Object.assign(q.style,{visibility:ee?"hidden":"visible"})},x=(q,V,H)=>{if(e.arrow){const{x:te,y:ee}=H.arrow;q.setAttribute("data-arrow",V);const ge={left:"",top:"",bottom:"",right:""};Object.assign(q.style,ge);const ce={top:"bottom",right:"left",bottom:"top",left:"right"}[V];Object.assign(q.style,{left:te!==null?`${te}px`:"",top:ee!==null?`${ee}px`:"",[ce]:"-4px"})}},k=()=>{const{elReference:q,elContent:V}=w();v=dm(q,V,()=>{J()})},J=()=>{const{elReference:q,elContent:V,elArrow:H}=w();if(!q)return;const te=y(H);fm(q,V,te).then(({x:ee,y:ge,placement:ce,middlewareData:ye})=>{const ie=V.className;V.className=`${ie.replace(N,"")} ${N}`.replace(/\s+/mg," ").replace(/^\s+|\s+$/g,""),Object.keys(T).forEach(Z=>{V.setAttribute(Z,T[Z])});const be=ce.split("-")[0];let $=be;["left","right","top","bottom"].includes(be)||($="top"),I(V,ee,ge,ye),x(H,$,ye)})},O=()=>{!e.disabled&&(c.value=!0)};let A,E=!1;const P=()=>{A=setTimeout(()=>{c.value=!1},100)},K=()=>{var V;const q=M((V=i.value)==null?void 0:V.$el);q.style.setProperty("display","block"),q.style.setProperty("z-index",`${e.zIndex?e.zIndex:bn.getModalNextIndex()}`),J(),t.emit("afterShow",{isShow:!0})},G=()=>{var V;M((V=i.value)==null?void 0:V.$el).style.setProperty("display","none"),t.emit("afterHidden",{isShow:!1})},oe=()=>{c.value?P():O()},de=()=>{oe()},me=()=>{e.trigger==="hover"&&A&&(E=!0,clearTimeout(A),A=void 0)},Ce=()=>{E&&(P(),E=!1)},re=()=>{var V;return(V={hover:{content:[["mouseenter",me],["mouseleave",Ce]],reference:[["mouseenter",O],["mouseleave",P],["focus",O],["blur",P]]},click:[["click",de]],manual:[[]]}[e.trigger])!=null?V:[]};return r.watch(c,q=>{q?K():G()}),{showPopover:O,hidePopover:P,resolveTriggerEvents:re,updatePopover:J,triggerPopover:oe,resolvePopElements:w,isElementFullScreen:f,resolveTargetElement:M,createPopInstance:k,localIsShow:c,cleanup:v}};let Mi=null,Ca=null,Ps=null;var mm=(e,t="#")=>{const n=(o=!1,c)=>{let f=null;const u=w=>{f===null&&w()},h=()=>{if(/^parent$/i.test(e.boundary)){f=`${t}${Mi}`;const{parentNode:w}=c||{};w!=null&&w.parentNode&&(w.parentNode.setAttribute("data-pnode-id",Ps),f=`[data-pnode-id=${Ps}]`)}},m=()=>{o&&(f=`[data-fllsrn-id=${Ca}]`)},p=()=>{if(!/^body$/i.test(e.boundary)&&typeof e.boundary=="string"){if(!i(e.boundary)){console.error("props.boundary is not available selector"),f="body";return}f=e.boundary}};return u(h),u(p),u(m),u(()=>{f=typeof e.boundary=="string"?e.boundary:`${t}${Mi}`}),f},i=o=>document.querySelector(o)instanceof HTMLElement;if(Mi===null||!i(`#${Mi}`)){Mi=`id_${Vi.v4()}`;const o=document.createElement("div");o.setAttribute("id",Mi),o.setAttribute("data-popper-id",Mi),document.body.append(o)}Ca===null&&(Ca=`id_${Vi.v4()}`),Ps===null&&(Ps=`id_${Vi.v4()}`);const l=()=>{var o;if(document.fullscreenElement===null){const c=`[data-fllsrn-id=${Ca}]`;((o=document.querySelectorAll(c))!=null?o:[]).forEach(f=>{f.removeAttribute("data-fllsrn-id")})}else document.fullscreenElement.setAttribute("data-fllsrn-id",Ca)};return{popContainerId:Mi,prefixId:n(),getPrefixId:n,resetFullscreenElementTag:l}},pm=r.defineComponent({name:"Popover2",components:{Content:xf,Arrow:kf,Root:Tf},directives:{clickoutside:Fi},props:O2,emits:j2,setup(e,t){const{content:n,theme:i,disableTeleport:l}=e,o=r.ref(),c=r.ref(),f=r.ref(),u=r.ref(),h=r.ref(!1);let m=null;const{localIsShow:p,showPopover:w,hidePopover:y,resolveTriggerEvents:M,updatePopover:L,resolvePopElements:T,isElementFullScreen:N,cleanup:v,createPopInstance:b}=gm(e,t,o,c,f,u),I=()=>{w()},x=()=>{y()},k=()=>{b(),e.always?w():J()};!e.always&&!e.disabled&&r.watch(()=>e.isShow,()=>{e.isShow?w():y()},{immediate:!0}),r.watch(()=>[e.disabled],re=>{re[0]?k():oe()});const J=()=>{const{elReference:re,elContent:q}=T();if(m=M(),Array.isArray(m))O(re,m);else{const{content:V,reference:H}=m;O(re,H),O(q,V)}},O=(re,q)=>{q.forEach(([V,H])=>{re.addEventListener(V,H)})},A=()=>{if(m!=null&&m.length){const{elReference:re}=T();re&&m.forEach(([q,V])=>{re.removeEventListener(q,V)}),m=null}},E=()=>{const{elReference:re,root:q}=T();G.value=P(h.value,q||re)},{getPrefixId:P,resetFullscreenElementTag:K}=mm(e,"#"),G=r.ref();E();const oe=()=>{typeof v=="function"&&v(),A()},de=()=>{h.value=N(),K(),E(),L()};r.onMounted(()=>{e.disabled||(k(),E(),document.body.addEventListener("fullscreenchange",de))}),r.onUnmounted(()=>{oe(),document.body.removeEventListener("fullscreenchange",de)});const me=re=>{t.emit(kr.CLICK_OUTSIDE,{isShow:p.value,event:re}),!(e.disableOutsideClick||e.always||e.disabled||e.trigger==="manual")&&p.value&&x()},Ce=r.computed(()=>(h.value||!l)&&typeof G.value=="string");return{boundary:G,arrow:e.arrow,refReference:o,refContent:c,refArrow:f,content:n,theme:i,transBoundary:Ce,handleClickOutside:me,hide:x,show:I}},render(){return r.createVNode(Tf,{ref:"refRoot"},{default:()=>[r.createVNode(A2,{ref:"refReference"},{default:()=>{var e,t,n;return[(n=(t=(e=this.$slots).default)==null?void 0:t.call(e))!=null?n:r.createVNode("span",null,null)]}}),r.createVNode(r.Teleport,{to:this.boundary,disabled:!this.transBoundary},{default:()=>[r.withDirectives(r.createVNode(xf,{ref:"refContent","data-theme":this.theme,width:this.width,height:this.height},{default:()=>{var e,t,n;return[(n=(t=(e=this.$slots).content)==null?void 0:t.call(e))!=null?n:this.content]},arrow:()=>this.arrow?r.createVNode(kf,{ref:"refArrow"},{default:()=>{var e,t;return[(t=(e=this.$slots).arrow)==null?void 0:t.call(e)]}}):""}),[[r.resolveDirective("clickoutside"),this.handleClickOutside]])]})]})}});const wi=Ge(pm),bm=(e,{attrs:t,slots:n})=>{const{width:i,percent:l,strokeWidth:o,color:c,strokeLinecap:f,theme:u,type:h,bgColor:m,titleStyle:p}=t,w=o||6,y=i||126,M={width:typeof y=="number"?`${y}px`:y,height:typeof y=="number"?`${y}px`:y,fontSize:`${y*.15+6}px`},L=50-w/2,T=h==="dashboard",N=Math.PI*2*L,v=T&&.75||1,b=`${-1*N*(1-v)/2}px`,I="stroke-dasharray 0.6s ease 0s, stroke 0.6s ease",x={strokeDasharray:`${N*v}px, ${N}px`,strokeDashoffset:b},k={strokeDasharray:`${N*v*(l/100)}px, ${N}px`,strokeDashoffset:b,transition:I},J=`
|
53
|
+
M 50 50
|
54
|
+
m 0 ${T?"":"-"}${L}
|
55
|
+
a ${L} ${L} 0 1 1 0 ${T?"-":""}${L*2}
|
56
|
+
a ${L} ${L} 0 1 1 0 ${T?"":"-"}${L*2}
|
57
|
+
`,O={d:J,stroke:m||"#f5f5f5","stroke-linecap":f,"stroke-width":w,"fill-opacity":"0",class:"process-circle-trail",style:x},A={d:J,stroke:c||"#13ce66","stroke-linecap":f,"stroke-width":l>0&&w||0,"fill-opacity":"0",class:`process-circle-path bk-${u}-circle-trail`,style:k};return r.createVNode("div",{class:"progress-outer-circle",style:M},[r.createVNode("svg",{viewBox:"0 0 100 100"},[r.createVNode("path",O,null),r.createVNode("path",A,null)]),r.createVNode("span",{class:"progress-circle-text",style:p},[n==null?void 0:n.default()])])},ym=(e,{attrs:t,slots:n})=>{const{percent:i,strokeWidth:l,size:o,color:c,titleStyle:f,showText:u,textInside:h,theme:m}=t,p={height:`${l}px`,lineHeight:`${l}px`},w={width:`${i}%`,background:c,animationDuration:"3s"},y=(M=!0)=>(u||n.default)&&(M&&h||!M&&!h)?n==null?void 0:n.default():null;return r.createVNode("div",{class:"progress-outer"},[r.createVNode("div",{class:`bk-progress-${o||"normal"} progress-bar`,style:p},[r.createVNode("div",{style:w,class:{"progress-inner":!0,[`bk-${m}`]:!0}},[r.createVNode("div",{class:"inner-text",style:f},[y()])])]),y(!1)])};function Yf(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var Cm=r.defineComponent({name:"Progress",props:{extCls:g.string,type:g.string.validate(e=>["line","circle","dashboard"].includes(e)).def("line"),percent:g.number.def(0),theme:g.theme().def("primary"),size:g.size(),width:g.number.def(126),strokeWidth:g.number,strokeLinecap:g.string.def("round"),textInside:g.bool.def(!1),showText:g.bool.def(!0),color:g.string,bgColor:g.string,fixed:g.number.validate(e=>e>=0&&e<=20).def(0),format:g.func.def(e=>`${e}%`),titleStyle:g.object.def({fontSize:"16px",verticalAlign:"middle"})},setup(){return{}},methods:{validPercent(e){return!e||e<0?0:e>100?100:e},renderProcessInfo(){var f;const{showText:e,format:t,percent:n,textInside:i,titleStyle:l,fixed:o}=this.$props,c=t((f=this.validPercent(n))==null?void 0:f.toFixed(o));return(e||this.$slots.default)&&i?this.$slots.default?this.$slots.default():r.createVNode("span",null,[c]):!e||i?null:r.createVNode("span",{class:"progress-text",style:typeof c=="string"?l:void 0},[this.$slots.default?this.$slots.default():c])}},render(){const e=this.renderProcessInfo(),t=Se(Y({},this.$props),{percent:this.validPercent(this.percent)});let n=r.createVNode(ym,t,Yf(e)?e:{default:()=>[e]});(this.type==="circle"||this.type==="dashboard")&&(n=r.createVNode(bm,t,Yf(e)?e:{default:()=>[e]}));const i={class:De({extCls:!!this.extCls},`bk-progress bk-progress-${this.type}`)};return r.createVNode("div",i,[n])}});const Ma=Ge(Cm),Ff=Symbol("RadioGroup");function Uf(){const e=r.ref(!1);return[e,{blur:()=>{e.value=!1},focus:()=>{e.value=!0}}]}const $f=()=>{const e=r.getCurrentInstance(),{props:t,emit:n}=e,i=r.inject(Ff,lo),l=!Zd(i),o=r.ref(!1),c=r.computed(()=>l&&i.props.disabled?!0:t.disabled);l?r.watch(()=>i.props.modelValue,h=>{o.value=h===t.label},{immediate:!0}):r.watch(()=>t.modelValue,h=>{h!==""&&(o.value=h===t.label)},{immediate:!0});const f=(h=!0)=>{o.value=h},u=h=>{if(c.value)return;const m=h.target;o.value=m.checked;const p=o.value?t.label:"";n("change",p),n("update:modelValue",p),l&&i.handleChange(e.proxy),r.nextTick(()=>{m.checked!==o.value&&(m.checked=o.value)})};return r.onMounted(()=>{l&&i.register(e.proxy)}),r.onBeforeUnmount(()=>{l&&i.unregister(e.proxy)}),{isChecked:o,isDisabled:c,setChecked:f,handleChange:u}},Mm={name:g.string.def(""),label:g.oneOfType([String,Number,Boolean]).isRequired,modelValue:g.oneOfType([String,Number,Boolean]).def(""),checked:g.bool.def(!1),disabled:g.bool.def(!1)};var wm=r.defineComponent({name:"Radio",props:Mm,emits:["change","update:modelValue"],setup(){const[e,{blur:t,focus:n}]=Uf(),{isChecked:i,isDisabled:l,setChecked:o,handleChange:c}=$f();return{isFocused:e,isChecked:i,isDisabled:l,setChecked:o,handleBlur:t,handleFocus:n,handleChange:c}},render(){const e=De({"bk-radio":!0,"is-focused":this.isFocused,"is-disabled":this.isDisabled,"is-checked":this.isChecked});return r.createVNode("label",{class:e,tabindex:"0"},[r.createVNode("input",{class:"bk-radio-input",type:"radio",tabindex:"0",value:this.label,checked:this.isChecked,disabled:this.isDisabled,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handleChange},null),r.createVNode("span",{class:"bk-radio-text"},[this.$slots.default?this.$slots.default():this.label])])}});const Im={name:g.string.def(""),label:g.oneOfType([String,Number,Boolean]).isRequired,modelValue:g.oneOfType([String,Number,Boolean]).def(""),checked:g.bool.def(!1),disabled:g.bool.def(!1),size:g.size()};var vm=r.defineComponent({name:"RadioButton",props:Im,emits:["change","update:modelValue"],setup(){const[e,{blur:t,focus:n}]=Uf(),{isChecked:i,isDisabled:l,setChecked:o,handleChange:c}=$f();return{isFocused:e,isChecked:i,isDisabled:l,setChecked:o,handleBlur:t,handleFocus:n,handleChange:c}},render(){const e=De({"bk-radio-button":!0,"is-focused":this.isFocused,"is-disabled":this.isDisabled,"is-checked":this.isChecked});return r.createVNode("label",{class:e,tabindex:"0"},[r.createVNode("input",{class:"bk-radio-button-input",type:"radio",tabindex:"0",value:this.label,checked:this.isChecked,disabled:this.isDisabled,onFocus:this.handleFocus,onBlur:this.handleBlur,onChange:this.handleChange},null),r.createVNode("div",{class:"bk-radio-button-text"},[this.$slots.default?this.$slots.default():this.label])])}});const Nm={name:g.string.def(""),modelValue:g.oneOfType([String,Number,Boolean]),disabled:g.bool,withValidate:g.bool.def(!0)};var Lm=r.defineComponent({name:"RadioGroup",props:Nm,emits:["change","update:modelValue"],setup(e,t){const n=jn(),i=[],l=f=>{i.push(f)},o=f=>{const u=i.indexOf(f);u>-1&&i.splice(u,1)},c=f=>{const u=f.label;i.forEach(h=>{h!==f&&h.setChecked(!1)}),t.emit("update:modelValue",u),t.emit("change",u)};return r.provide(Ff,{props:e,register:l,unregister:o,handleChange:c}),r.watch(()=>e.modelValue,()=>{var f;e.withValidate&&((f=n==null?void 0:n.validate)==null||f.call(n,"change"))}),r.onMounted(()=>{e.modelValue!==""&&i.forEach(f=>{f.setChecked(f.label===e.modelValue)})}),{}},render(){var e;return r.createVNode("div",{class:"bk-radio-group"},[(e=this.$slots)==null?void 0:e.default()])}});const Xf=Rt(wm,{Group:Lm,Button:vm});var Os=r.defineComponent({name:"Star",props:{rate:g.number.def(0),width:g.number.def(15),height:g.number.def(16),editable:g.bool.def(!0),hoverRate:g.number.def(0),max:g.number.def(5)},emits:["chooseRate","changeHover"],setup(e,{emit:t}){const n=f=>{if(!e.editable)return;const u=f+1;t("chooseRate",u)},i=f=>{if(!e.editable)return;const u=f+1;t("changeHover",u)},l=f=>De({"bk-is-select":f<Math.floor(o.value),"bk-is-edit":e.editable,"bk-rate-star":!0}),o=r.computed(()=>e.hoverRate||e.rate),c={width:`${e.width}px`,height:`${e.height}px`,minWidth:`${e.width}px`};return()=>r.createVNode("p",{class:"bk-rate-stars"},[Array(e.max).fill(1).map((f,u)=>r.createVNode("svg",{class:l(u),style:c,x:"0px",y:"0px",viewBox:"0 0 64 64",onClick:()=>n(u),onMouseenter:()=>i(u)},[r.createVNode("g",{transform:"translate(-143.000000, -635.000000)"},[r.createVNode("g",{transform:"translate(83.000000, 114.000000)"},[r.createVNode("g",{transform:"translate(15.000000, 384.000000)"},[r.createVNode("g",{transform:"translate(29.000000, 137.000000)"},[r.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)])])])])]))])}}),km=r.defineComponent({name:"Rate",components:{star:Os},props:{modelValue:g.number.def(0),size:g.size(),editable:g.bool.def(!0),withValidate:g.bool.def(!0)},emits:["change","update:modelValue"],setup(e,{emit:t}){const n=jn(),i=r.ref(0),l=p=>{!e.editable||(t("update:modelValue",p),t("change",p))},o=p=>{i.value=p},c=De({"bk-rate":!0}),u={small:{width:12,height:12},large:{width:18,height:18}}[e.size]||{width:15,height:16},h=r.computed(()=>{const p=Math.floor(e.modelValue),w=(u.width+3)*p,y=u.width*(e.modelValue-p);return{width:`${w+y}px`}}),m={width:u.width,height:u.height};return r.watch(()=>e.modelValue,()=>{var p;e.withValidate&&((p=n==null?void 0:n.validate)==null||p.call(n,"change"))}),()=>r.createVNode("p",{class:c},[e.editable?r.createVNode(Os,r.mergeProps({rate:e.modelValue,"hover-rate":i.value,onChooseRate:l,onChangeHover:o,onMouseleave:()=>o(0)},m),null):[r.createVNode(Os,r.mergeProps({rate:5,style:h.value,class:"bk-score-real",editable:!1},m),null),r.createVNode(Os,r.mergeProps({rate:0,editable:!1},m),null)]])}});const Kf=Ge(km);var xm=r.defineComponent({name:"Swiper",props:{isLoop:g.bool.def(!0),loopTime:g.number.def(8e3),pics:g.array.def([]),list:g.array.def([]),height:g.number,width:g.number},emits:["index-change"],setup(e,{emit:t,slots:n}){const{isLoop:i,loopTime:l,pics:o,list:c,height:f,width:u}=r.toRefs(e),h=r.ref(),m=r.ref(0),p=r.ref(0),w=r.ref(0),y=r.ref(0);let M;const L=r.computed(()=>{var G;return((G=c.value)==null?void 0:G.length)>0?c.value:o.value}),T=r.computed(()=>({width:`${p.value*L.value.length}px`,transform:`translateX(-${p.value*m.value}px)`})),N=r.computed(()=>({width:`${p.value}px`,height:`${w.value}px`})),v=G=>{let oe=G;G>=L.value.length&&(oe=0),G<0&&(oe=L.value.length-1),m.value=oe,t("index-change",oe)},b=G=>{!G||window.open(G,"_blank")},I=G=>["bk-swiper-img",{"bk-swiper-link":G.link},G.class],x=G=>({"background-image":`url(${G.url})`,"background-color":G.color}),k=G=>({"bk-current-index":m.value===G}),J=()=>{i.value&&(y.value=window.setTimeout(()=>{v(m.value+1),J()},l.value))},O=()=>{window.clearTimeout(y.value)},A=()=>{var oe;const G=(oe=h.value)==null?void 0:oe.parentElement;!G||!window.ResizeObserver||(M=new ResizeObserver(()=>{K()}),M.observe(G))},E=()=>{var G;(G=M.disconnect)==null||G.call(M)},P=G=>{if(G===void 0)return{height:0,width:0};const oe=getComputedStyle(G),de=G.clientWidth-parseFloat(oe.paddingTop)-parseFloat(oe.paddingBottom);return{height:G.clientHeight-parseFloat(oe.paddingLeft)-parseFloat(oe.paddingRight),width:de}},K=()=>{var oe;const G=P((oe=h.value)==null?void 0:oe.parentElement);p.value=+u.value>0?u.value:G.width,w.value=+f.value>0?f.value:G.height};return r.watch([f,u],K),r.onMounted(()=>{K(),J(),A()}),r.onBeforeUnmount(()=>{O(),E()}),()=>r.createVNode("section",{class:"bk-swiper-home",ref:h,style:N.value},[r.createVNode("hgroup",{style:T.value,class:"bk-transition bk-swiper-main"},[L.value.map(G=>{var oe,de;return r.createVNode("h3",{class:"bk-swiper-card",style:N.value},[(de=(oe=n.default)==null?void 0:oe.call(n,G))!=null?de:r.createVNode("span",{class:I(G),style:x(G),onClick:()=>b(G.link)},null)])})]),r.createVNode("ul",{class:"bk-swiper-index"},[L.value.map((G,oe)=>r.createVNode("li",{class:k(oe),onMouseover:()=>v(oe)},null))]),r.createVNode("span",{class:"bk-swiper-nav bk-nav-prev",onClick:()=>v(m.value-1)},[r.createVNode("i",{class:"bk-swiper-nav-icon"},null)]),r.createVNode("span",{class:"bk-swiper-nav bk-nav-next",onClick:()=>v(m.value+1)},[r.createVNode("i",{class:"bk-swiper-nav-icon"},null)])])}});const qf=Ge(xm),As=Symbol("BkSelect"),e0=Symbol("BkOptionGroup");function t0(){const e=r.ref(!1);return{isHover:e,setHover:()=>{e.value=!0},cancelHover:()=>{e.value=!1}}}function qo(e){return{register:(i,l)=>{if(!!l){if(e.value.has(i)){console.warn(`repeat ${i}`,l);return}return e.value.set(i,l)}},unregister:i=>{e.value.delete(i)}}}function Tm(e,t=200){let n,i=e;return r.customRef((l,o)=>({get(){return l(),i},set(c){clearTimeout(n),c===void 0||c===""?(i=c,o()):n=setTimeout(()=>{i=c,o()},t)}}))}function Sm(e,t){const{popoverMinWidth:n}=e;let i=null;const l=r.ref("auto"),o=r.ref(!1),c=()=>{o.value=!o.value},f=()=>{o.value=!1},u=()=>{o.value=!0},h=()=>{var m;l.value=Math.max((m=t.value)==null?void 0:m.offsetWidth,n)};return r.onMounted(()=>{!t.value||(i=n1(t.value,h,60,!0),i.start())}),r.onBeforeUnmount(()=>{i==null||i.stop(),i=null}),{isPopoverShow:o,popperWidth:l,togglePopover:c,hidePopover:f,showPopover:u}}function Dm(e,t){const n=Tm(""),i=r.ref(!1);return r.watch(n,async()=>{try{i.value=!0,await e(n.value),i.value=!1}catch(l){console.error(l)}finally{t==null||t()}}),{searchKey:n,searchLoading:i}}function Es(e=""){return e&&String(e).trim().toLowerCase()}var ec=r.defineComponent({name:"Option",props:{value:g.any,label:g.string.def(""),disabled:g.bool.def(!1)},setup(e){const{proxy:t}=r.getCurrentInstance(),n=r.reactive({visible:!0}),{disabled:i,value:l}=r.toRefs(e),o=r.inject(As,null),c=r.inject(e0,null),f=r.computed(()=>{var y;return(y=o==null?void 0:o.selected)==null?void 0:y.some(M=>M.value===l.value)}),u=r.computed(()=>o==null?void 0:o.multiple),h=r.computed(()=>(o==null?void 0:o.activeOptionValue)===l.value),m=r.computed(()=>o==null?void 0:o.showSelectedIcon),p=()=>{i.value||o==null||o.handleOptionSelected(t)},w=()=>{o.activeOptionValue=l.value};return r.onBeforeMount(()=>{o==null||o.register(l.value,t),c==null||c.register(l.value,t)}),r.onBeforeUnmount(()=>{o==null||o.unregister(l.value),c==null||c.unregister(l.value)}),Se(Y({},r.toRefs(n)),{selected:f,multiple:u,isHover:h,showSelectedIcon:m,handleOptionClick:p,handleMouseEnter:w})},render(){var t,n,i;const e=De({"is-selected":this.selected,"is-disabled":this.disabled,"is-multiple":this.multiple,"is-hover":this.isHover,"bk-select-option":!0});return r.withDirectives(r.createVNode("li",{class:e,onClick:this.handleOptionClick,onMouseenter:this.handleMouseEnter},[(i=(n=(t=this.$slots).default)==null?void 0:n.call(t))!=null?i:r.createVNode("span",{class:"bk-select-option-item",title:this.label},[this.label]),this.multiple&&this.selected&&this.showSelectedIcon&&r.createVNode(Nr,{class:"bk-select-selected-icon",width:22,height:22},null)]),[[r.vShow,this.visible]])}}),jm=r.defineComponent({name:"Group",props:{label:g.string.def(""),disabled:g.bool.def(!1),collapsible:g.bool.def(!1),collapse:g.bool.def(!1)},setup(e,{emit:t}){const n=r.getCurrentInstance(),{proxy:i}=n,l=r.inject(As,null),o=r.reactive({groupCollapse:e.collapse,visible:!0}),c=r.ref(new Map),{register:f,unregister:u}=qo(c),h=r.computed(()=>`${e.label} (${[...c.value.values()].filter(p=>p.visible).length})`),m=()=>{!e.collapsible||e.disabled||(o.groupCollapse=!o.groupCollapse,t("update:collapse",o.groupCollapse))};return r.provide(e0,r.reactive(Se(Y({},r.toRefs(e)),{register:f,unregister:u,groupCollapse:r.toRef(o,"groupCollapse")}))),r.onBeforeMount(()=>{l==null||l.registerGroup(n.uid,i)}),r.onBeforeUnmount(()=>{l==null||l.unregisterGroup(n.uid)}),Se(Y({},r.toRefs(o)),{groupLabel:h,handleToggleCollapse:m})},render(){var i,l;const e=De({"bk-option-group":!0,collapsible:this.collapsible,disabled:this.disabled}),t=De({"bk-option-group-label":!0,collapsible:this.collapsible}),n=De({"default-group-label-icon":!0,collapse:this.groupCollapse});return r.withDirectives(r.createVNode("ul",{class:e},[r.createVNode("li",{class:t,onClick:this.handleToggleCollapse},[this.$slots.label?this.$slots.label():r.createVNode("span",{class:"default-group-label"},[this.collapsible&&r.createVNode(cs,{class:n},null),r.createVNode("span",{class:"default-group-label-title"},[this.groupLabel])])]),r.withDirectives(r.createVNode("ul",{class:"bk-option-group-content"},[(l=(i=this.$slots).default)==null?void 0:l.call(i)]),[[r.vShow,!this.groupCollapse]])]),[[r.vShow,this.visible]])}}),zm=r.defineComponent({name:"Tag",props:{theme:g.theme(["success","info","warning","danger"]).def(""),closable:g.bool.def(!1),type:g.commonType(["","filled","stroke"]).def(""),checkable:g.bool.def(!1),checked:g.bool.def(!1),radius:g.string.def("2px"),extCls:g.string.def("")},emits:["change","close"],slots:["icon"],setup(e,{emit:t}){const n=r.computed(()=>De({"bk-tag-closable":e.closable,"bk-tag-checkable":e.checkable,"bk-tag-check":e.checked,[`bk-tag-${e.type}`]:e.type,[`bk-tag-${e.theme}`]:e.theme,[e.extCls]:!!e.extCls},"bk-tag")),i=r.computed(()=>({borderRadius:e.radius}));return{wrapperCls:n,wrapperStyle:i,handleClose:c=>{c.preventDefault(),c.stopPropagation(),t("close",c)},handleClick:c=>{c.preventDefault(),c.stopPropagation(),e.checkable&&t("change",!e.checked)}}},render(){var e,t;return r.createVNode("div",{class:this.wrapperCls,style:this.wrapperStyle,onClick:this.handleClick},[this.$slots.icon?r.createVNode("span",{class:"bk-tag-icon"},[this.$slots.icon()]):"",r.createVNode("span",{class:"bk-tag-text"},[(t=(e=this.$slots).default)==null?void 0:t.call(e)]),this.closable?r.createVNode(Pn,{class:"bk-tag-close",onClick:this.handleClose},null):""])}});const tc=Ge(zm);function Pm(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var Om=r.defineComponent({name:"SelectTagInput",props:{selected:{type:Array,default:()=>[]},tagTheme:g.theme(["success","info","warning","danger"]).def(""),placeholder:g.string.def(""),filterable:g.bool.def(!1),allowCreate:g.bool.def(!1),modelValue:g.any},emits:["update:modelValue","remove","enter"],setup(e,{emit:t}){const n=r.inject(As,null),{modelValue:i}=r.toRefs(e),l=r.ref(i.value),o=r.ref();r.watch(i,()=>{l.value=i.value});const c=p=>{t("remove",p)},f=()=>{var p;(p=o.value)==null||p.focus()},u=p=>{t("update:modelValue",p.target.value)},h=p=>{switch(p.code){case"Enter":{t("enter",p.target.value,p);break}}},m=n==null?void 0:n.handleGetLabelByValue;return{value:l,inputRef:o,handleRemoveTag:c,focus:f,handleInput:u,handleKeydown:h,handleGetLabelByValue:m}},render(){var e,t,n,i;return r.createVNode("div",{class:"bk-select-tag"},[(t=(e=this.$slots)==null?void 0:e.prefix)==null?void 0:t.call(e),this.selected.map(l=>{let o;return r.createVNode(tc,{closable:!0,theme:this.tagTheme,onClose:()=>this.handleRemoveTag(l.value)},Pm(o=this.handleGetLabelByValue(l))?o:{default:()=>[o]})}),r.createVNode("input",{class:"bk-select-tag-input",ref:"inputRef",type:"text",placeholder:this.selected.length?"":this.placeholder,readonly:!this.filterable,value:this.filterable?this.value:"",onInput:this.handleInput,onKeydown:this.handleKeydown},null),(i=(n=this.$slots)==null?void 0:n.suffix)==null?void 0:i.call(n)])}}),Am=r.defineComponent({name:"Select",directives:{clickoutside:Fi},props:{modelValue:g.any,multiple:g.bool.def(!1),disabled:g.bool.def(!1),size:g.size().def("default"),clearable:g.bool.def(!0),loading:g.bool.def(!1),filterable:g.bool.def(!1),remoteMethod:g.func,scrollHeight:g.number.def(216),showSelectAll:g.bool.def(!1),popoverMinWidth:g.number.def(0),showOnInit:g.bool.def(!1),multipleMode:g.oneOf(["default","tag"]).def("default"),tagTheme:g.theme(["success","info","warning","danger"]).def(""),behavior:g.oneOf(["normal","simplicity"]).def("normal"),collapseTags:g.bool.def(!1),noDataText:g.string.def("\u65E0\u6570\u636E"),noMatchText:g.string.def("\u65E0\u5339\u914D\u6570\u636E"),loadingText:g.string.def("\u52A0\u8F7D\u4E2D..."),placeholder:g.string.def("\u8BF7\u9009\u62E9"),searchPlaceholder:g.string.def("\u8BF7\u8F93\u5165\u5173\u952E\u5B57"),selectAllText:g.string.def("\u5168\u90E8"),scrollLoading:g.bool.def(!1),allowCreate:g.bool.def(!1),popoverOptions:g.object.def({}),customContent:g.bool.def(!1),list:g.array.def([]),idKey:g.string.def("value"),displayKey:g.string.def("label"),withValidate:g.bool.def(!0),showSelectedIcon:g.bool.def(!0),inputSearch:g.bool.def(!0)},emits:["update:modelValue","change","toggle","clear","scroll-end","focus","blur"],setup(e,{emit:t}){const{modelValue:n,disabled:i,filterable:l,multiple:o,remoteMethod:c,loading:f,loadingText:u,noDataText:h,noMatchText:m,popoverMinWidth:p,showOnInit:w,multipleMode:y,allowCreate:M,customContent:L,showSelectedIcon:T,inputSearch:N}=r.toRefs(e),v=jn(),b=r.ref(),I=r.ref(),x=r.ref(),k=r.ref(),J=r.ref(),O=r.ref(new Map),A=r.computed(()=>[...O.value.values()]),E=r.ref(new Map),P=r.ref([]),K=r.ref();r.watch(n,()=>{var Ne;Ar(),e.withValidate&&((Ne=v==null?void 0:v.validate)==null||Ne.call(v,"change"))},{deep:!0});const G=r.computed(()=>i.value||f.value),oe=r.computed(()=>P.value.map(Ne=>Or(Ne))),de=r.computed(()=>{const Ne=A.value.reduce((Qe,Ee)=>(Ee.disabled||Qe.push(Ee.value),Qe),[]);return Ne.length<=P.value.length&&Ne.every(Qe=>P.value.some(Ee=>Ee.value===Qe))}),me=r.computed(()=>!!E.value.size),Ce=r.computed(()=>!A.value.length),re=r.computed(()=>A.value.length&&A.value.every(Ne=>!Ne.visible)),q=r.computed(()=>l.value&&typeof c.value=="function"),V=r.computed(()=>!(ke.value||Ce.value||re.value)||L.value),H=r.computed(()=>ke.value?u.value:Ce.value?h.value:re.value?m.value:""),{register:te,unregister:ee}=qo(O),{register:ge,unregister:ce}=qo(E),{isHover:ye,setHover:ie,cancelHover:be}=t0(),$=r.ref(!1),Z=()=>{$.value||($.value=!0,t("focus"))},ne=()=>{!$.value||($.value=!1,t("blur"))},{popperWidth:Ie,isPopoverShow:j,hidePopover:W,showPopover:Q,togglePopover:B}=Sm({popoverMinWidth:p.value},I),U=r.computed(()=>(l.value&&N.value||M.value)&&j.value);r.watch(j,Ne=>{Ne?(Xe(),ae()):ve.value=""});const ae=()=>{var Ee;const Ne=P.value[0],Qe=O.value.get(Ne==null?void 0:Ne.value);Qe&&!Qe.disabled&&Qe.visible?K.value=Ne==null?void 0:Ne.value:K.value=(Ee=A.value.find(Bn=>!Bn.disabled&&Bn.visible))==null?void 0:Ee.value},Me=Ne=>{!l.value||A.value.forEach(Qe=>{var Ee;Qe.visible=(Ee=Es(String(Qe.label)))==null?void 0:Ee.includes(Es(Ne))})},{searchKey:ve,searchLoading:ke}=Dm(q.value?c.value:Me,ae),je=Ne=>{Ne!==n.value&&(t("change",Ne,n.value),t("update:modelValue",Ne,n.value))},it=()=>{G.value||(Z(),B(),t("toggle",j.value))},tt=Ne=>{!l.value||(ve.value=Ne)},at=(Ne,Qe)=>{const Ee=String(Ne);!M.value||!Ee||l.value&&A.value.find(ri=>Es(String(ri.label))===Es(Ee))||O.value.get(Ee)||(Qe.stopPropagation(),o.value?(P.value.push({value:Ee,label:Ee}),je(P.value.map(ri=>ri.value))):(P.value=[{value:Ee,label:Ee}],je(Ee),W()),ve.value="")},Ut=Ne=>{if(!(G.value||!Ne)){if(o.value){const Qe=P.value.findIndex(Ee=>Ee.value===Ne.value);Qe>-1?P.value.splice(Qe,1):P.value.push({value:Ne.value,label:Ne.label||Ne.value}),je(P.value.map(Ee=>Ee.value))}else P.value=[{label:Ne.label||Ne.value,value:Ne.value}],je(Ne.value),W();Xe()}},Xe=()=>{setTimeout(()=>{var Ne,Qe,Ee;!N.value&&!M.value?(Ne=k.value)==null||Ne.focus():y.value==="tag"?(Qe=J.value)==null||Qe.focus():(Ee=b.value)==null||Ee.focus()},0)},Ue=Ne=>{Ne.stopPropagation(),P.value=[],je(o.value?[]:""),t("clear",o.value?[]:""),W()},$t=()=>{K.value=""},vt=()=>{de.value?P.value=[]:A.value.forEach(Ne=>{Ne.disabled||P.value.find(Qe=>Qe.value===Ne.value)||P.value.push({value:Ne.value,label:Ne.label||Ne.value})}),je(P.value.map(Ne=>Ne.value)),Xe()},Aa=Ne=>{const{scrollTop:Qe,clientHeight:Ee,scrollHeight:Bn}=Ne.target;Qe+Ee===Bn&&t("scroll-end")},Ea=Ne=>{const Qe=P.value.findIndex(Ee=>Ee.value===Ne);Qe>-1&&(P.value.splice(Qe,1),je(P.value.map(Ee=>Ee.value)))},Or=Ne=>{var Qe,Ee;return((Ee=(Qe=O.value)==null?void 0:Qe.get(Ne.value))==null?void 0:Ee.label)||Ne.label||Ne.value},Ar=()=>{Array.isArray(n.value)?P.value=[...n.value.map(Ne=>({value:Ne,label:Ne}))]:n.value!==void 0&&(P.value=[{value:n.value,label:n.value}])},ir=Ne=>{var Bn,ri;if(!I.value.contains(Ne.target)&&!x.value.contains(Ne.target))return;const Qe=A.value.filter(Ot=>!Ot.disabled&&Ot.visible),Ee=Qe.findIndex(Ot=>Ot.value===K.value);if(!(!Qe.length||Ee===-1))switch(Ne.code){case"ArrowDown":{Ne.preventDefault();const Ot=Ee>=Qe.length-1?0:Ee+1;K.value=(Bn=Qe[Ot])==null?void 0:Bn.value;break}case"ArrowUp":{Ne.preventDefault();const Ot=Ee===0?Qe.length-1:Ee-1;K.value=(ri=Qe[Ot])==null?void 0:ri.value;break}case"Backspace":{if(!o.value||!P.value.length||ve.value.length||Ne.target===k.value)return;P.value.pop(),je(P.value.map(Ot=>Ot.value));break}case"Enter":{if(!j.value)j.value=!0;else{const Ot=O.value.get(K.value);Ut(Ot)}break}}},Va=({event:Ne})=>{var Ee;const{target:Qe}=Ne;((Ee=I.value)==null?void 0:Ee.contains(Qe))||I.value===Qe||(W(),ne())};return r.provide(As,r.reactive({multiple:o,selected:P,activeOptionValue:K,showSelectedIcon:T,register:te,unregister:ee,registerGroup:ge,unregisterGroup:ce,handleOptionSelected:Ut,handleGetLabelByValue:Or})),r.onMounted(()=>{Ar(),setTimeout(()=>{w.value&&Q()}),T1(document,"keydown",ir)}),r.onBeforeMount(()=>{S1(document,"keydown",ir)}),{selected:P,isInput:U,options:A,isDisabled:G,selectedLabel:oe,isPopoverShow:j,isHover:ye,popperWidth:Ie,inputRef:b,triggerRef:I,contentRef:x,searchRef:k,selectTagInputRef:J,searchLoading:ke,isOptionsEmpty:Ce,isSearchEmpty:re,isFocus:$,isShowSelectContent:V,curContentText:H,isGroup:me,searchKey:ve,setHover:ie,cancelHover:be,handleFocus:Z,handleBlur:ne,handleTogglePopover:it,handleClear:Ue,hidePopover:W,showPopover:Q,handleToggleAll:vt,handleOptionSelected:Ut,handleClickOutside:Va,handleScroll:Aa,handleDeleteTag:Ea,handleInputChange:tt,handleInputEnter:at,handleKeydown:ir,handleSelectedAllOptionMouseEnter:$t}},render(){const e=De({"bk-select":!0,"popover-show":this.isPopoverShow,"is-disabled":this.isDisabled,"is-focus":this.isFocus,"is-filterable":this.filterable,[this.size]:!0,[this.behavior]:!0}),t={theme:"light bk-select-popover",trigger:"manual",width:this.popperWidth,arrow:!1,placement:"bottom",isShow:this.isPopoverShow},n=Dt.exports.merge(t,this.popoverOptions),i=()=>this.loading?r.createVNode(mi,{loading:!0,theme:"primary",class:"spinner",mode:"spin",size:"mini"},null):this.clearable&&this.isHover&&this.selected.length&&!this.isDisabled?r.createVNode(Cn,{class:"clear-icon",onClick:this.handleClear},null):r.createVNode(vr,{class:"angle-up"},null),l=()=>this.multipleMode==="tag"?r.createVNode(Om,{ref:"selectTagInputRef",modelValue:this.searchKey,"onUpdate:modelValue":f=>this.searchKey=f,selected:this.selected,tagTheme:this.tagTheme,placeholder:this.placeholder,filterable:this.isInput,onRemove:this.handleDeleteTag,onEnter:this.handleInputEnter},{prefix:()=>{var f,u;return(u=(f=this.$slots).prefix)==null?void 0:u.call(f)},suffix:()=>i()}):r.createVNode(Gi,{ref:"inputRef",type:"text",modelValue:this.isInput?this.searchKey:this.selectedLabel.join(","),placeholder:this.isInput?this.selectedLabel.join(",")||this.placeholder:this.placeholder,readonly:!this.isInput,selectReadonly:!0,disabled:this.isDisabled,behavior:this.behavior,size:this.size,onInput:this.handleInputChange,onEnter:this.handleInputEnter},{prefix:()=>{var f,u;return(u=(f=this.$slots).prefix)==null?void 0:u.call(f)},suffix:()=>i()}),o=()=>r.createVNode("div",{class:"bk-select-trigger",ref:"triggerRef",onClick:this.handleTogglePopover,onMouseenter:this.setHover,onMouseleave:this.cancelHover},[l()]),c=()=>{var f,u;return r.createVNode("div",{class:"bk-select-content",ref:"contentRef"},[this.filterable&&!this.inputSearch&&r.createVNode("div",{class:"bk-select-search-wrapper"},[r.createVNode(bs,{class:"icon-search",width:16,height:16},null),r.withDirectives(r.createVNode("input",{ref:"searchRef",class:"bk-select-search-input",placeholder:this.searchPlaceholder,"onUpdate:modelValue":h=>this.searchKey=h},null),[[r.vModelText,this.searchKey]])]),!this.isShowSelectContent&&r.createVNode("div",{class:"bk-select-empty"},[this.searchLoading&&r.createVNode(mi,{class:"mr5",theme:"primary",loading:!0,mode:"spin",size:"mini"},null),r.createVNode("span",null,[this.curContentText])]),r.createVNode("div",{class:"bk-select-content"},[r.createVNode("div",{class:"bk-select-dropdown",style:{maxHeight:`${this.scrollHeight}px`},onScroll:this.handleScroll},[r.withDirectives(r.createVNode("ul",{class:"bk-select-options"},[this.multiple&&this.showSelectAll&&(!this.searchKey||!this.filterable)&&r.createVNode("li",{class:"bk-select-option",onMouseenter:this.handleSelectedAllOptionMouseEnter,onClick:this.handleToggleAll},[this.selectAllText]),this.list.map(h=>r.createVNode(ec,{value:h[this.idKey],label:h[this.displayKey]},null)),(u=(f=this.$slots).default)==null?void 0:u.call(f),this.scrollLoading&&r.createVNode("li",{class:"bk-select-options-loading"},[r.createVNode(mi,{class:"spinner mr5",theme:"primary",loading:!0,mode:"spin",size:"mini"},null),r.createVNode("span",null,[this.loadingText])])]),[[r.vShow,this.isShowSelectContent]])]),this.$slots.extension&&r.createVNode("div",{class:"bk-select-extension"},[this.$slots.extension()])])])};return r.createVNode("div",{class:e},[r.createVNode(wi,r.mergeProps(n,{onClickoutside:this.handleClickOutside}),{default:()=>o(),content:()=>c()})])}});const nc=Rt(Am,{Option:ec,Group:jm});function Em(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}const{propsMixin:Vm}=_i,ic=Object.assign({},Vm);ic.width.default="400",ic.height.default="100%";var Jm=r.defineComponent({name:"Sideslider",components:{BkModal:_i,BkButton:Wt},props:Se(Y({},ic),{direction:{type:String,default:"right",validator:e=>{const t=["left","right"];return t.indexOf(e)<0?(console.error(`direction property is not valid: '${e}',\u3010${t.join(" | ")}\u3011`),!1):!0}}}),emits:["closed","update:isShow","shown","hidden","animation-end"],setup(e,{slots:t,emit:n}){const i=async()=>{let c=!0;typeof e.beforeClose=="function"&&(c=await e.beforeClose()),c&&(n("update:isShow",!1),n("closed"),setTimeout(()=>{n("animation-end")},250))},l=()=>{setTimeout(()=>{n("shown")},200)},o=()=>{setTimeout(()=>{n("hidden")},200)};return()=>{const c={header:()=>{var h,m;return r.createVNode(r.Fragment,null,[r.createVNode("div",{class:"bk-sideslider-header"},[r.createVNode("div",{class:`bk-sideslider-close ${e.direction}`,onClick:()=>{i()}},null),r.createVNode("div",{class:`bk-sideslider-title ${e.direction}`},[(m=(h=t.header)==null?void 0:h.call(t))!=null?m:e.title])])])},default:()=>{var h,m;return(m=(h=t.default)==null?void 0:h.call(t))!=null?m:"Content"},footer:()=>{var h,m;return r.createVNode("div",{class:"bk-sideslider-footer"},[(m=(h=t.footer)==null?void 0:h.call(t))!=null?m:""])}},f=`bk-sideslider-wrapper ${e.scrollable?"scroll-able":""} ${e.extCls}`,u=t.footer?"calc(100vh - 106px)":"calc(100vh - 52px)";return r.createVNode(_i,r.mergeProps(e,{maxHeight:u,class:f,style:`${e.direction}: 0;`,onHidden:o,onShown:l,onClose:i}),Em(c)?c:{default:()=>[c]})}}});const n0=Ge(Jm),i0={theme:g.theme().def("primary"),size:g.size(),curStep:g.number.def(1),controllable:g.bool.def(!1),direction:g.commonType(["horizontal","vertical"],"direction").def("horizontal"),status:g.commonType(["","error","loading"],"status").def(""),lineType:g.commonType(["dashed","solid"],"lineType").def("dashed"),text:g.bool,extCls:g.string,steps:g.array.def([]),beforeChange:g.func};var Qm=r.defineComponent({name:"Steps",props:i0,emits:["update:curStep","click"],setup(e,{emit:t}){const n=r.ref([]),i=f=>{const u=[];f.forEach(h=>{var m;typeof h=="string"?u.push(h):u.push({title:h.title,icon:h.icon,description:h.description,status:h.status,border:(m=h.border)!=null?m:!0})}),n.value.splice(0,n.value.length,...u)},l=f=>{i0.curStep=f},o=()=>{var f;n.value.splice(0,n.value.length,{title:"\u6B65\u9AA41",icon:1},{title:"\u6B65\u9AA42",icon:2},{title:"\u6B65\u9AA43",icon:3}),(f=e.steps)!=null&&f.length&&i(e.steps)},c=async f=>{try{e.controllable&&f!==e.curStep&&(typeof e.beforeChange=="function"&&await new Promise(async(u,h)=>{const m=await e.beforeChange(f);m?u(m):h(m)}),t("update:curStep",f),t("click",f))}catch(u){console.warn(u)}};return r.onMounted(o),r.watch(()=>e.steps,()=>{i(e.steps)},{deep:!0}),r.watch(()=>e.curStep,()=>{l(e.curStep)},{deep:!0}),{defaultSteps:n,jumpTo:c}},render(){const e="bk-steps",t=this.theme?`${e}-${this.theme}`:"",n=this.size?`${e}-${this.size}`:"",i=De({[`${this.extCls}`]:!!this.extCls,[`bk-steps-${this.direction}`]:this.direction,[`bk-steps-${this.lineType}`]:this.lineType},`${t} ${e} ${n}`),l=p=>this.curStep>p+1||this.defaultSteps[p].status==="done",o=p=>this.curStep===p+1,c=p=>{const{icon:w}=p;return w?Object.prototype.toString.call(w)==="[object Object]":typeof p=="string"},f=(p,w)=>(w.icon||(w.icon=p),!isNaN(w.icon)),u=p=>p.status==="loading",h=p=>p.status==="error",m=(p,w)=>o(p)&&this.status==="loading"||u(w)?r.createVNode(us,{class:"bk-icon bk-steps-icon icon-loading"},null):o(p)&&this.status==="error"||h(w)?r.createVNode(Pn,{class:"bk-steps-icon"},null):l(p)?r.createVNode(Nr,{class:"bk-steps-icon"},null):r.createVNode("span",null,[f(p,w)?p+1:r.createVNode(w.icon,null,null)]);return r.createVNode("div",{class:i},[this.defaultSteps.map((p,w)=>{var y,M,L;return r.createVNode("div",{class:["bk-step",p.title?"":"bk-step-no-content",l(w)?"done":"",o(w)?"current":"",o(w)&&this.status==="error"?"isError":"",p.status&&o(w)?[`bk-step-${p.status}`]:""]},[r.createVNode("span",{class:["bk-step-indicator",`bk-step-${c(p)?"icon":"number"}`,`bk-step-icon${p.status}`],style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(w+1)}},[(L=(M=(y=this.$slots)[w+1])==null?void 0:M.call(y))!=null?L:m(w,p)]),p.title?r.createVNode("div",{class:"bk-step-content"},[r.createVNode("div",{class:"bk-step-title",style:{cursor:this.controllable?"pointer":""},onClick:()=>{this.jumpTo(w+1)}},[p.title]),p.description&&r.createVNode("div",{class:"bk-step-description",title:p.description},[p.description])]):""])})])}});const r0=Ge(Qm);var Rm=r.defineComponent({name:"Switcher",props:{theme:g.theme().def(""),size:g.size(),disabled:g.bool,showText:g.bool,isOutline:g.bool,onText:g.string.def("ON"),offText:g.string.def("OFF"),isSquare:g.bool,extCls:g.string,beforeChange:g.func.def(void 0),trueValue:g.oneOfType([g.string,g.number,g.bool]).def(!0),falseValue:g.oneOfType([g.string,g.number,g.bool]).def(!1),value:g.oneOfType([g.string,g.number,g.bool]).def(!1),modelValue:g.oneOfType([g.string,g.number,g.bool]).def(!1),withValidate:g.bool.def(!0)},emits:["update:modelValue","change"],setup(e,{emit:t}){const n=jn(),i=r.ref(!1),l=r.computed(()=>e.trueValue===c.value),o=r.ref(e.modelValue!==!1),c=r.computed(()=>o.value?e.modelValue:e.value),f=r.computed(()=>{const h={[e.extCls]:!!e.extCls,"bk-switcher":!0,"bk-switcher-outline":e.isOutline,"bk-switcher-square":e.isSquare,"show-label":e.showText,"is-disabled":e.disabled,"is-checked":l.value,"is-unchecked":!l.value,"is-loading":i.value,"bk-primary":e.theme==="primary"};if(e.size&&!e.showText){const m=`bk-switcher-${e.size}`;h[m]=!0}return h});r.watch(()=>e.modelValue,()=>{var h;o.value=!0,e.withValidate&&((h=n==null?void 0:n.validate)==null||h.call(n,"change"))}),r.watch(()=>e.value,()=>{o.value=!1});const u=h=>{if(h.stopPropagation(),h.preventDefault(),e.disabled||i.value)return;const m=l.value?e.falseValue:e.trueValue,p=!l.value,w=()=>{t("update:modelValue",m),t("change",p)};let y=!0;if(typeof e.beforeChange=="function"&&(y=e.beforeChange(m),typeof y.then=="function"))return i.value=!0,y.then(()=>{w()}).finally(()=>{i.value=!1});y&&w()};return()=>r.createVNode("div",{class:f.value,onClick:u,tabindex:"0",onKeydown:u},[i.value?r.createVNode(Lo,{class:"bk-switcher-loading"},null):"",e.showText?r.createVNode("span",{class:"switcher-text"},[l.value?e.onText:e.offText]):""])}});const a0=Ge(Rm),Wm={onContentScroll:Function},Hm=Y({list:g.array.def([]),enabled:g.bool.def(!0),scrollEvent:g.bool.def(!1),lineHeight:g.oneOfType([g.number,g.func]).def(30),minHeight:g.number.def(30),height:g.oneOfType([g.string.def("100%"),g.number]).def("100%"),width:g.oneOfType([g.string.def("100%"),g.number]).def("100%"),className:g.oneOfType([g.arrayOf(g.string),g.object,g.arrayOf(g.object),g.string]).def(""),contentClassName:g.oneOfType([g.arrayOf(g.string),g.object,g.arrayOf(g.object),g.string]).def(""),contentStyle:g.object.def({}),scrollXName:g.string.def(Be("F-scroll-x")),scrollYName:g.string.def(Be("F-scroll-y")),groupItemCount:g.number.def(1),preloadItemCount:g.number.def(1),renderAs:g.string.def("div"),contentAs:g.string.def("div"),scrollOffsetTop:g.number.def(0),scrollPosition:g.string.def("content"),abosuteHeight:g.oneOfType([g.string.def("auto"),g.number]).def("auto"),throttleDelay:g.number.def(60)},Wm);var Bm=(e,t)=>{const{renderAs:n,contentAs:i}=e,l=(f,u,h,m,p,w,y)=>{t.emit("content-scroll",[f,{translateY:p,translateX:w,pos:y}])},o=r.resolveDirective("bkVirtualRender"),c={lineHeight:e.lineHeight,handleScrollCallback:l,pagination:{},throttleDelay:e.throttleDelay,onlyScroll:e.scrollEvent};return{rendAsTag:()=>{var f,u,h,m,p,w,y,M,L,T,N,v;return r.h(n,{class:e.className},[(h=(u=(f=t.slots).beforeContent)==null?void 0:u.call(f))!=null?h:"",r.withDirectives(r.h(i,{class:e.contentClassName,style:e.contentStyle},[(w=(p=(m=t.slots).default)==null?void 0:p.call(m,{data:e.list}))!=null?w:""]),[[o,c]]),(L=(M=(y=t.slots).afterContent)==null?void 0:M.call(y))!=null?L:"",(v=(N=(T=t.slots).afterSection)==null?void 0:N.call(T))!=null?v:""])}}};function s0(e,t,n,i){let l=0,o=0,c=0,f=0;for(;l<e;l++){if(f=i(l,[l*n,(l+1)*n,"virtual"]),o+f>t){c=t-o;break}o+=f}return{startIndex:l,height:o,diffHeight:c}}function l0(e,t,n,i,l){if(!i)return;const o=i.scrollTop,c=i.scrollLeft,{scrollTop:f,count:u,groupItemCount:h,startIndex:m,endIndex:p}=n,{offsetHeight:w}=i;let y=0,M=0,L=0;if(typeof e=="number"&&(y=Math.floor(o/e),M=Math.ceil(w/e)+y,L=o%e),typeof e=="function"){const T=s0(u,o,h,e);y=T.startIndex>0?T.startIndex:0,L=T.diffHeight,M=s0(u,w,h,e).startIndex+y+1}if(o!==f||y!==m||M!==p){const T=i.scrollHeight-i.offsetHeight-i.scrollTop;typeof t=="function"&&t(l,y,M,o,L,c,{bottom:T>=0?T:0})}}function Gm(e,t,n){const{lineHeight:i=30,handleScrollCallback:l,pagination:o={},onlyScroll:c}=n.value;if(c){const w=t.scrollTop,y=t.scrollLeft,M=t.scrollHeight-t.offsetHeight-t.scrollTop;l(e,null,null,w,w,y,{bottom:M>=0?M:0});return}const{startIndex:f,endIndex:u,groupItemCount:h,count:m,scrollTop:p}=o;l0(i,l,{scrollTop:p,startIndex:f,endIndex:u,groupItemCount:h,count:m},t,e)}const o0=(e=60)=>Dt.exports.throttle((t,n,i)=>Gm(t,n,i),e),Zm=(e,t,n,i=60)=>{Reflect.apply(o0(i),globalThis,[e,t,n])};var _m={mounted(e,t){const n=e.parentNode,{throttleDelay:i}=t.value;n.addEventListener("scroll",l=>{Zm(l,n,t,i)})},unbind(e){if(e){const t=e.parentNode;if(!t)return;t.removeEventListener("scroll",o0)}}},Ym=r.defineComponent({name:"VirtualRender",directives:{bkVirtualRender:_m},props:Hm,emits:["content-scroll"],setup(e,t){const{renderAs:n,contentAs:i}=e,l=J=>typeof J=="string"?[J]:typeof J=="object"&&!Array.isArray(J)?[J]:J;if(!e.enabled){const{rendAsTag:J}=Bm(e,t);return J}const o=r.ref(null),c=r.reactive({startIndex:0,endIndex:0,scrollTop:1,translateY:0,translateX:0,count:0,pos:{},groupItemCount:e.groupItemCount}),f=(J,O,A,E,P,K,G)=>{c.startIndex=O,c.endIndex=A,c.scrollTop=E,c.translateY=P,c.translateX=K,c.pos=G,t.emit("content-scroll",[J,c])};r.onMounted(()=>{r.nextTick(()=>{p(e.list),w()})}),r.watch(()=>e.list,()=>{u(),w()},{deep:!0}),r.watch(()=>e.lineHeight,()=>{u(),w()});const u=()=>{p(e.list)},h=r.ref(0),m=r.ref(0),p=J=>{if(h.value=Math.ceil((J||[]).length/e.groupItemCount),c.count=h.value,c.startIndex=0,c.endIndex=0,c.translateY=0,c.scrollTop=0,typeof e.abosuteHeight=="string"&&e.abosuteHeight==="auto")if(typeof e.lineHeight=="function"){m.value=0;let A=0;for(let E=0;E<h.value;E++){const P=e.lineHeight.call(this,E,J.slice(E*e.groupItemCount,e.groupItemCount));A+=typeof P=="number"?P:0}m.value=A}else m.value=e.lineHeight*h.value;else m.value=e.abosuteHeight},w=(J=!0)=>{var A;const O=(A=o.value)==null?void 0:A.parentNode;l0(e.lineHeight,f,c,O,null),J&&o.value&&o.value.scrollTo(0,0)},y=r.computed(()=>(e.list||[]).map((J,O)=>Se(Y({},J),{$index:O}))),M=r.computed(()=>y.value.slice(c.startIndex*e.groupItemCount,(c.endIndex+e.preloadItemCount)*e.groupItemCount)),L=r.computed(()=>e.scrollPosition==="content"?{top:`${c.scrollTop+e.scrollOffsetTop}px`,transform:`translateY(-${c.translateY}px)`}:{}),T=r.computed(()=>Y({height:typeof e.height=="number"?`${e.height}px`:e.height,width:typeof e.width=="number"?`${e.width}px`:e.width,display:"inline-block"},e.scrollPosition==="container"?L.value:{})),N=r.computed(()=>{const J=typeof e.abosuteHeight=="number"&&e.abosuteHeight===0;return{height:`${m.value<e.minHeight?e.minHeight:m.value}px`,display:J?"none":"block"}}),v=r.computed(()=>[Be("virtual-render"),e.scrollXName,e.scrollYName,...l(e.className),e.scrollPosition==="container"?Be("virtual-content"):""]),b=r.computed(()=>[e.scrollPosition==="content"?Be("virtual-content"):"",...l(e.contentClassName)]),I=r.resolveDirective("bkVirtualRender"),x={lineHeight:e.lineHeight,handleScrollCallback:f,pagination:c,throttleDelay:e.throttleDelay},k=()=>{u(),w()};return t.expose({reset:k}),()=>{var J,O,A,E,P,K,G,oe,de,me,Ce,re;return r.h(n||"div",{ref:o,class:v.value,style:T.value},[(A=(O=(J=t.slots).beforeContent)==null?void 0:O.call(J))!=null?A:"",r.withDirectives(r.h(i||"div",{class:b.value,style:Y(Y({},L.value),e.contentStyle)},[(K=(P=(E=t.slots).default)==null?void 0:P.call(E,{data:M.value}))!=null?K:""]),[[I,x]]),(de=(oe=(G=t.slots).afterContent)==null?void 0:oe.call(G))!=null?de:"",r.h("div",{class:[Be("virtual-section")],style:N.value}),(re=(Ce=(me=t.slots).afterSection)==null?void 0:Ce.call(me))!=null?re:""])}}});const Vs=Ge(Ym);var Js=(e=>(e.NONE="none",e.ROW="row",e.COL="col",e.OUTER="outer",e))(Js||{});const c0=["none","row","col","outer"];var Kn=(e=>(e.ON_SORT_BY_CLICK="onSortByClick",e.ON_FILTER_CLICK="onFilterClick",e.ON_SETTING_CHANGE="onSettingChange",e.ON_ROW_EXPAND_CLICK="onRowExpandClick",e))(Kn||{}),Mn=(e=>(e.COLUMN_PICK="columnPick",e.COLUMN_SORT="columnSort",e.COLUMN_FILTER="columnFilter",e.ROW_CLICK="rowClick",e.ROW_DBL_CLICK="rowDblclick",e.ROW_EXPAND_CLICK="rowExpand",e.PAGE_LIMIT_CHANGE="pageLimitChange",e.PAGE_VALUE_CHANGE="pageValueChange",e.SETTING_CHANGE="settingChange",e.SCROLL_BOTTOM="scrollBottom",e))(Mn||{});const En=(...e)=>!0,Fm={columnPick:En,columnFilter:En,columnSort:En,rowClick:En,rowDblclick:En,rowExpand:En,pageLimitChange:En,pageValueChange:En,settingChange:En,scrollBottom:En},xt={ROW_INDEX:"__$table_row_index",ROW_UID:"__$uuid",ROW_EXPAND:"__row_expand"},rc=4,qn=42,Qs={large:78,medium:60,small:42},Um=[{value:"small",label:"\u5C0F",height:Qs.small},{value:"medium",label:"\u4E2D",height:Qs.medium},{value:"large",label:"\u5927",height:Qs.large}],u0=(e,t)=>{if(e){if(typeof e=="object"){let n=Object.prototype.hasOwnProperty.call(e,"current")?e.current:e.value;return/\d+/.test(n)||(n=1),Se(Y(Y({},t),e),{current:n})}return t}return{}};var $m=(e,t)=>{const n=r.ref(0),i=r.ref(0);let l=r.reactive({count:0,limit:10,current:1});l=u0(e.pagination,l);const o=r.ref(null),c=()=>{if(!e.pagination||e.remotePagination){n.value=0,i.value=e.data.length;return}n.value=(l.current-1)*l.limit,i.value=l.current*l.limit},f=r.reactive([]),u=y=>{typeof y=="function"&&f.sort(y)},h=y=>{if(typeof y=="function"){const M=f.filter((L,T)=>y(L,T,e.data));f.splice(0,f.length,...M)}},m=(y,M)=>{f.splice(0,f.length,...t.slice(n.value,i.value)),h(y),u(M)},p=(y,M)=>{l=u0(e.pagination,l),w(),c(),m(y,M)},w=()=>{!e.pagination||(o.value=e.remotePagination?l:Se(Y({},l),{count:e.data.length}))};return{pageData:f,localPagination:o,resolvePageData:m,watchEffectFn:p}},Xm=(e,t)=>{const n=r.toRef(e,"scrollLoading"),i=()=>typeof n.value=="boolean"?{loading:!!n.value,inline:!0,title:"",size:On.Normal,mode:Bi.Default,indicator:null}:n.value,l=r.computed(()=>n.value!==null&&(typeof n.value=="boolean"&&n.value||typeof n.value=="object"));return{renderScrollLoading:()=>{var c,f,u;if(l.value){const{loading:h,size:m,mode:p,title:w,inline:y,indicator:M}=i();return(u=(f=(c=t.slots).fixedBottom)==null?void 0:f.call(c))!=null?u:r.createVNode(mi,{loading:h,size:m,mode:p,title:w,inline:y,indicator:M},null)}}}},d0=(e=>(e.CURRENT="current",e.ALL="all",e))(d0||{});const Km={data:g.arrayOf(g.any).def([]),columns:g.arrayOf(g.shape({label:g.oneOfType([g.func.def(()=>""),g.string.def("")]),field:g.oneOfType([g.func.def(()=>""),g.string.def("")]),render:g.oneOfType([g.func.def(()=>""),g.string.def("")]),width:g.oneOfType([g.number.def(void 0),g.string.def("auto")]),minWidth:g.oneOfType([g.number.def(void 0),g.string.def("auto")]).def(),type:g.commonType(["selection","index","expand","none"],"columnType").def("none"),resizable:g.bool.def(!0),fixed:g.oneOfType([g.bool,g.commonType(["left","right"],"fixed")]).def(!1),sort:g.oneOfType([g.shape({sortFn:g.func.def(void 0),sortScope:g.commonType(Object.values(d0)).def("current")}),g.bool,g.string]).def(!1),filter:g.oneOfType([g.shape({list:g.arrayOf(g.any).def([]),filterFn:g.func.def(void 0)}),g.bool,g.string]).def(!1)})).def([]),activeColumn:g.oneOfType([g.number.def(-1),g.arrayOf(g.number.def(-1))]),columnPick:g.commonType(["multi","single","disabled"],"columnPick").def("disabled"),height:g.oneOfType([g.number,g.string]).def("auto"),minHeight:g.oneOfType([g.number,g.string]).def(qn*2),maxHeight:g.oneOfType([g.number,g.string]).def("auto"),rowHeight:g.oneOfType([g.number,g.func]).def(qn),headHeight:g.number.def(qn),showHead:g.bool.def(!0),thead:g.shape({height:g.number.def(qn),isShow:g.bool.def(!0),cellFn:g.func.def(void 0)}),virtualEnabled:g.bool.def(!1),border:g.arrayOf(g.commonType(c0,"border")).def([Js.ROW]),pagination:g.oneOfType([g.bool.def(!1),g.object.def({})]).def(!1),remotePagination:g.bool.def(!1),emptyText:g.string.def("\u6682\u65E0\u6570\u636E"),settings:g.oneOfType([g.shape({fields:g.arrayOf(g.shape({label:g.string,field:g.string,disabled:g.bool})),checked:g.arrayOf(g.string),limit:g.number.def(0),size:g.size(["small","medium","large"]).def("small"),sizeList:g.shape([])}),g.bool]).def(!1),rowClass:g.oneOfType([g.string,g.object,g.func]).def({}),rowStyle:g.oneOfType([g.string,g.object,g.func]).def({}),cellStyle:g.oneOfType([g.string,g.object,g.func]).def({}),cellClass:g.oneOfType([g.string,g.object,g.func]).def({}),scrollLoading:g.oneOfType([g.object,g.bool]).def(void 0),reserveExpand:g.bool.def(!1),rowKey:g.oneOfType([g.string,g.func]).def(xt.ROW_INDEX)};function qm(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var ep=()=>{const{proxy:e}=r.getCurrentInstance(),t=r.ref(e.limit);r.watch(()=>e.limit,l=>{t.value=l}),r.watch(()=>e.limitList,l=>{r.nextTick(()=>{l.includes(t.value)||([t.value]=l)})},{immediate:!0});const n=l=>{t.value=l};return{limit:t,render:({isFirst:l,isLast:o})=>{let c;return e.showLimit?r.createVNode("div",r.mergeProps({class:{"bk-pagination-limit":!0,"is-first":l,"is-last":o}},{disabled:e.disabled}),[r.createVNode("div",null,[r.createTextVNode("\u6BCF\u9875")]),r.createVNode(nc,{class:"bk-pagination-limit-select",clearable:!1,modelValue:t.value,onChange:n,disabled:e.disabled},qm(c=e.limitList.map((f,u)=>r.createVNode(ec,{value:f,label:`${f}`,key:`${u}_${f}`},null)))?c:{default:()=>[c]}),r.createVNode("div",null,[r.createTextVNode("\u6761")])]):null}}};const $i=5;var tp=()=>{const{proxy:e}=r.getCurrentInstance(),t=r.ref(1),n=r.computed(()=>t.value===1),i=r.computed(()=>t.value===e.totalPageNum),l=r.ref(!1),o=r.ref(!1),c=r.computed(()=>{l.value=!1,o.value=!1;const y=[];if(e.totalPageNum<=$i+2){for(let T=2;T<=e.totalPageNum-1;T++)y.push(T);return y}const M=Math.floor($i/2);e.totalPageNum>$i&&(l.value=t.value-M>2,o.value=t.value+M<e.totalPageNum-1);const L=Math.min(e.totalPageNum-$i,Math.max(2,t.value-M));for(let T=L;T<L+$i;T++)y.push(T);return y});r.watch(()=>e.modelValue,y=>{r.nextTick(()=>{y>=1&&y<=e.totalPageNum?t.value=y:y<1?t.value=1:t.value=e.totalPageNum})},{immediate:!0}),r.nextTick(()=>{r.watch(()=>e.totalPageNum,y=>{t.value>y&&(t.value=y)})});const f=()=>{n.value||(t.value=t.value-1)},u=()=>{i.value||(t.value=t.value+1)},h=y=>{y!==t.value&&(t.value=y)},m=()=>{t.value=Math.max(1,t.value-$i)},p=()=>{t.value=Math.min(e.totalPageNum,t.value+$i)};return{current:t,render:({isFirst:y,isLast:M})=>r.createVNode("div",{class:{"bk-pagination-list":!0,"is-first":y,"is-last":M}},[r.createVNode("div",{class:{"bk-pagination-list-pre":!0,"is-disabled":n.value},onClick:f},[e.prevText||r.createVNode(Hi,null,null)]),r.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":t.value===1},key:"1",onClick:()=>h(1)},[r.createTextVNode("1")]),l.value&&r.createVNode("div",{key:"pre-batch",class:"bk-pagination-list-pre-batch",onClick:m},[r.createVNode(gs,null,null)]),c.value.map(L=>r.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":t.value===L},key:L,onClick:()=>h(L)},[L])),o.value&&r.createVNode("div",{key:"next-batch",class:"bk-pagination-list-next-batch",onClick:p},[r.createVNode(gs,null,null)]),e.totalPageNum>1&&r.createVNode("div",{class:{"bk-pagination-list-item":!0,"is-active":t.value===e.totalPageNum},key:"last",onClick:()=>h(e.totalPageNum)},[e.totalPageNum]),r.createVNode("div",{class:{"bk-pagination-list-pre":!0,"is-disabled":i.value},onClick:u},[e.nextText||r.createVNode(zn,null,null)])])}},np=()=>{const{proxy:e}=r.getCurrentInstance(),t=r.ref(null),n=r.ref(!1),i=r.ref(1),l=r.computed(()=>i.value===1),o=r.computed(()=>i.value===e.totalPageNum);let c=0;const f=r.computed(()=>{const T=[];for(let N=1;N<=e.totalPageNum;N++)T.push(N);return T});r.watch(()=>e.modelValue,T=>{r.nextTick(()=>{T>=1&&T<=e.totalPageNum?i.value=T:T<1?i.value=1:i.value=e.totalPageNum,c=i.value})},{immediate:!0}),r.nextTick(()=>{r.watch(()=>e.totalPageNum,T=>{i.value>T&&(i.value=T)})});const u=()=>{l.value||(i.value=i.value-1)},h=()=>{o.value||(i.value=i.value+1)},m=()=>{n.value=!0},p=()=>{n.value=!1,t.value.textContent=`${c}`,c!==i.value&&(i.value=c)},w=T=>{const N=T.target,v=Number(N.textContent);!v||v<1||v>e.totalPageNum||v===i.value||(c=v)},y=T=>{["Enter","NumpadEnter"].includes(T.code)&&(T.preventDefault(),p())},M=T=>{c=T,p()};return{current:i,render:()=>r.createVNode("div",{class:"bk-pagination-small-list"},[r.createVNode("div",{class:{"bk-pagination-btn-pre":!0,"is-disabled":l.value},onClick:u},[r.createVNode(No,null,null)]),r.createVNode(ha,{theme:"light",trigger:"click",arrow:!1,boundary:"body",placement:"bottom"},{default:()=>r.createVNode("div",{class:{"bk-pagination-picker":!0,"is-focused":n.value}},[r.createVNode("span",{ref:t,class:"bk-pagination-editor",contenteditable:!0,spellcheck:"false",onFocus:m,onBlur:p,onInput:w,onKeydown:y},[i.value]),r.createVNode("span",null,[r.createTextVNode("/")]),r.createVNode("span",{class:"bk-pagination-small-list-total"},[e.totalPageNum])]),content:()=>r.createVNode("div",{class:"bk-pagination-picker-list"},[f.value.map(T=>r.createVNode("div",{class:{item:!0,"is-actived":T===i.value},key:T,onClick:()=>M(T)},[T]))])}),r.createVNode("div",{class:{"bk-pagination-btn-next":!0,"is-disabled":o.value},onClick:h},[r.createVNode(da,null,null)])])}},ip=()=>({isFirst:e,isLast:t})=>{const{props:n}=r.getCurrentInstance();return n.showTotalCount?r.createVNode("div",r.mergeProps({class:{"bk-pagination-total":!0,"is-first":e,"is-last":t}},{disabled:n.disabled}),[r.createTextVNode("\u5171\u8BA1"),r.createVNode("div",{class:"bk-pagination-total-num"},[n.count]),r.createTextVNode("\u6761")]):null};const rp={modelValue:g.number.def(1),count:g.number.def(0).isRequired,limit:g.number.def(10),limitList:g.arrayOf(Number).def([10,20,50,100]),showLimit:g.bool.def(!0),type:g.oneOf(["default","compact"]).def("default"),location:g.oneOf(["left","right"]).def("right"),align:g.oneOf(["left","center","right"]).def("left"),size:g.size(),small:g.bool.def(!1),showTotalCount:g.bool.def(!0),prevText:g.string,nextText:g.string,disabled:g.bool.def(!1),layout:g.custom(e=>{const t={total:!0,list:!0,limit:!0};return e.some(n=>t[n])},"layout \u7684\u503C\u53EA\u652F\u6301 * total\u3001list\u3001limit *").def(["total","list","limit"])};var ap=r.defineComponent({name:"Pagination",props:rp,emits:["update:modelValue","change","update:limit","limitChange"],setup(e,t){const n=r.ref(0),{count:i,limit:l}=r.toRefs(e),o=ip(),{current:c,render:f}=tp(),{current:u,render:h}=np(),{limit:m,render:p}=ep();return r.watch([i,m,l],([w,y])=>{const M=Math.ceil(w/y);n.value=M<1?1:M},{immediate:!0}),r.watch(c,w=>{t.emit("update:modelValue",w),t.emit("change",w)}),r.watch(u,w=>{t.emit("update:modelValue",w),t.emit("change",w)}),r.watch(m,w=>{t.emit("limitChange",w)}),{totalPageNum:n,renderTotal:o,renderList:f,renderLimit:p,renderSmallList:h}},render(){const e=De({"bk-pagination":!0,[`bk-pagination--${this.size}`]:!0,[`is-align-${this.align}`]:!0}),t={total:this.renderTotal,list:this.small?this.renderSmallList:this.renderList,limit:this.renderLimit};return r.createVNode("div",{class:e},[this.layout.map((n,i)=>t[n]({isFirst:i===0,isLast:i===this.layout.length-1}))])}});const ac=Ge(ap);var sc=r.defineComponent({name:"TableRow",render(){var e,t;return r.createVNode(r.Fragment,null,[(t=(e=this.$slots).default)==null?void 0:t.call(e)])}}),sp=r.defineComponent({name:"BodyEmpty",props:{list:g.array.def([]),filterList:g.array.def([]),emptyText:g.string.def("\u6682\u65E0\u6570\u636E")},emits:["change"],setup(e){const t=r.computed(()=>e.list.length===0?"empty":"search-empty");return()=>r.createVNode(vs,{scene:"part",type:t.value,description:e.emptyText},null)}});const It=(e,t,n)=>{if(typeof t=="string")return Object.prototype.hasOwnProperty.call(e,t)?typeof e[t]=="function"?e[t].call(globalThis,...n):e[t]:void 0;if(Array.isArray(t))return t.map(i=>It(e,i,n)).filter(i=>i!==void 0).at(0)},lc=e=>/^\d+$/.test(`${e}`)?[parseInt(`${e}`,10)]:[],lp=e=>f0(e,"auto"),f0=(e,t="100%",n=null)=>{let i="";return/^auto|null|undefined$/ig.test(`${e}`)?i=t:i=/^\d+\.?\d+$/.test(`${e}`)?`${e}px`:e,n&&(i=`calc(${i} - ${n})`),i},op=e=>{const t=["row"];return typeof e=="string"&&t.push(e),Array.isArray(e)&&t.push(...e.filter(n=>c0.includes(n))),[...new Set(t)].map(n=>`bordered-${n}`).join(" ")},wa=(e,t=["resizeWidth","calcWidth","width"])=>{var n,i;return(i=(n=e[t[0]])!=null?n:e[t[1]])!=null?i:e[t[2]]},oc=(e,t,n=20,i=0)=>{const{width:l}=e.getBoundingClientRect()||{},o=l-i;let c=o;const f=[],u=(m,p)=>{const{minWidth:w=void 0}=m;if(w===void 0)return p;let y=p;return/^\d+\.?\d*$/.test(`${w}`)&&(y=Number(w)),/^\d+\.?\d*%$/.test(`${w}`)&&(y=Number(w)*o/100),/^\d+\.?\d*px$/i.test(`${w}`)&&(y=Number(`${w}`.replace(/px/i,""))),y},h=(m,p,w=!0)=>{const y=u(m,p),M=p<y?y:p;Object.assign(m,{calcWidth:M}),w&&(c=c-M,c<0&&(c=0))};if(t.forEach((m,p)=>{if(!m.isHidden){const y=String(wa(m,["resizeWidth","width"]));let M=!0;if(/^\d+\.?\d*(px)?$/.test(y)){const L=Number(y.replace("px",""));h(m,L),M=!1}if(/^\d+\.?\d*%$/.test(y)){let L=n;if(c>0){const T=Number(y.replace("%",""));L=c*T/100}h(m,L),M=!1}M&&f.push(p)}}),f.length>0){let m=n;c>0&&(m=c/f.length,f.forEach(p=>h(t[p],m,!1)))}},cp=(e,t,n=60,i=!1)=>{const l=Dt.exports.throttle(()=>{typeof t=="function"&&t()},n),o=new ResizeObserver(()=>{l()});return i&&typeof t=="function"&&t(),{start:()=>{o.observe(e)},stop:()=>{o.disconnect(),o.unobserve(e)}}},cc=e=>{const{showHead:t,headHeight:n,thead:i={}}=e;return Object.assign({},{isShow:t,height:n},Y({},i))},uc=(e,t,n)=>n.type==="index"?e[xt.ROW_INDEX]+1:Dt.exports.get(e,t),Ia=(e,t)=>Array.isArray(e)?e:typeof e=="string"||typeof e=="object"?[e]:typeof e=="function"?Ia(Reflect.apply(e,globalThis,t),t):[],up=(e,t,n)=>typeof t.rowKey=="string"?t.rowKey===xt.ROW_INDEX?`__ROW_INDEX_${n}`:t.rowKey.split(".").reduce((l,o)=>Object.prototype.hasOwnProperty.call(l,o)?l[o]:l,e):typeof t.rowKey=="function"?Reflect.apply(t.rowKey,globalThis,[e]):Vi.v4(),dp=(e,t,n=0)=>{if(e){const i=e.querySelector(t);if(i)return i.offsetHeight>e.offsetHeight-n}return!1};function fp(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var hp=r.defineComponent({name:"HeadFilter",props:{column:g.any.def({}),height:g.number.def(qn)},emits:["change"],setup(e,{emit:t}){const{column:n}=e,i=r.reactive({isOpen:!1,checked:[]}),l=r.computed(()=>De({[Be("table-head-action")]:!0,"column-filter":!0,"--row-height":`${e.height}px`,active:i.checked.length,opened:i.isOpen})),o=De({[Be("table-head-filter")]:!0}),c=w=>{i.isOpen=w},f=`light ${Be("table-head-filter")}`,u=r.computed(()=>{const{list:w=[]}=n.filter;return w.map(y=>Se(Y({},y),{checked:i.checked.includes(y.value)}))}),h=typeof n.filter.filterFn=="function"?(w,y,M,L)=>n.filter.filterFn(w,y,e.column,M,L):(w,y)=>w.length?w.includes(uc(y,It(n,"field",[n,y]),n)):!0,m=()=>{if(e.column.filter==="custom"){t("change",[...i.checked],null),i.isOpen=!1;return}t("change",[...i.checked],h),i.isOpen=!1},p=()=>{i.checked.length&&(i.checked.splice(0,i.checked.length),i.isOpen=!1,r.nextTick(()=>t("change",i.checked,h)))};return()=>r.createVNode(wi,r.mergeProps({trigger:"click",isShow:i.isOpen,placement:"bottom-end",arrow:!1,offset:0},{theme:f},{onAfterShow:()=>c(!0),onAfterHidden:()=>c(!1)}),{default:()=>r.createVNode(co,{class:l.value},null),content:()=>{let w;return r.createVNode("div",{class:o},[r.createVNode(Po,{class:"content-list",modelValue:i.checked,"onUpdate:modelValue":y=>i.checked=y},fp(w=u.value.map(y=>r.createVNode("div",{class:"list-item"},[r.createVNode(Zi,{label:y.value},{default:()=>[y.text]})])))?w:{default:()=>[w]}),r.createVNode("div",{class:"content-footer"},[r.createVNode("span",{class:"btn-filter-save",onClick:m},[r.createTextVNode("\u786E\u5B9A")]),r.createVNode("span",{class:"btn-filter-split"},null),r.createVNode("span",{class:["btn-filter-reset",i.checked.length?"":"disable"],onClick:p},[r.createTextVNode("\u91CD\u7F6E")])])])}})}}),Ii=(e=>(e.ASC="asc",e.DESC="desc",e.NULL="null",e))(Ii||{}),gp=r.defineComponent({name:"HeadSort",props:{column:g.any.def({})},emits:["change"],setup(e,{emit:t}){const n=r.ref(""),i=(l,o)=>{var p,w;if(l.stopImmediatePropagation(),l.stopPropagation(),l.preventDefault(),n.value===o?n.value=Ii.NULL:n.value=o,e.column.sort==="custom"){t("change",null,o);return}const c=e.column.field,f=y=>uc(y,c,e.column),u=(y,M)=>{const L=f(y),T=f(M);return typeof L=="number"&&typeof T=="number"?L-T:String.prototype.localeCompare.call(L,T)},h=typeof((p=e.column.sort)==null?void 0:p.sortFn)=="function"?(w=e.column.sort)==null?void 0:w.sortFn:u,m=n.value===Ii.NULL?()=>!0:(y,M)=>h(y,M)*(o===Ii.DESC?-1:1);t("change",m,o)};return()=>r.createVNode("span",{class:Be("head-cell-sort")},[r.createVNode(oo,{class:["sort-action","sort-asc",n.value===Ii.ASC?"active":""],onClick:l=>i(l,Ii.ASC)},null),r.createVNode(cs,{class:["sort-action","sort-desc",n.value===Ii.DESC?"active":""],onClick:l=>i(l,Ii.DESC)},null)])}});class mp{constructor(t,n){$r(this,"props",null);$r(this,"ctx",null);this.props=t,this.ctx=n}}function h0(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var pp=r.defineComponent({name:"Settings",props:{settings:g.oneOfType([g.shape({fields:g.arrayOf(g.shape({label:g.string,field:g.string,disabled:g.bool})),checked:g.arrayOf(g.string),limit:g.number.def(0),size:g.size(["small","medium","large"]).def("small"),sizeList:g.shape([])}),g.bool]).def(!1),columns:g.array.def([]),rowHeight:g.number.def(qn)},emits:["change"],setup(e,{emit:t}){const n=Um,i=r.ref(!1),l=r.ref(!1),o=typeof e.settings=="boolean"?r.ref({fields:e.columns.map(E=>Se(Y({},E),{field:E.field||E.type})),checked:[],limit:0,size:"small",sizeList:n}):r.ref(e.settings),c=r.ref(o.value.size||"small"),f=r.ref(e.rowHeight),u=r.ref(o.value.checked),m=`light ${Be("table-settings")}`,p={checkAll:i.value,activeSize:c.value,activeHeight:f.value},w=()=>{t("change",{checked:u.value,size:c.value,height:f.value}),l.value=!1},y=()=>{i.value=p.checkAll,c.value=p.activeSize,f.value=p.activeHeight,u.value=o.value.checked||[],l.value=!1},M=()=>{Object.assign(p,{checkAll:i.value,activeSize:c.value,activeHeight:f.value}),l.value=!0},L=E=>{E.stopImmediatePropagation(),E.stopPropagation(),E.preventDefault(),i.value=!i.value;const P=o.value.fields||e.columns||[];if(i.value)u.value=P.map((K,G)=>It(K,"field",[K,G]));else{const K=P.filter(G=>G.disabled).map((G,oe)=>It(G,"field",[G,oe]));u.value.splice(0,u.value.length,...K)}},T=r.computed(()=>{var E;return((E=o.value.limit)!=null?E:0)>0}),N=o.value.sizeList||n,v=r.computed(()=>T.value&&(o.value.limit?o.value.limit:0)<=u.value.length),b=(E,P)=>E.disabled||v.value&&!u.value.includes(It(E,"field",[E,P])),I=E=>{c.value=E.value,f.value=E.height},x=E=>({"line-size":!0,"is-medium":c.value==="medium",active:E.value===c.value}),k={marginRight:"12px"},J=()=>N.map(E=>r.createVNode("span",{class:x(E),onClick:()=>I(E)},[E.label])),O=r.computed(()=>o.value.fields||e.columns||[]),A=r.computed(()=>u.value.length>0&&!O.value.every((E,P)=>u.value.includes(It(E,"field",[E,P]))));return r.watch(()=>[u.value],()=>{u.value.length||(i.value=!1),u.value.length&&O.value.every((E,P)=>u.value.includes(It(E,"field",[E,P])))&&(i.value=!0)},{immediate:!0,deep:!0}),r.watch(()=>[e.settings.checked],()=>{u.value.splice(0,u.value.length,...o.value.checked)},{immediate:!0,deep:!0}),()=>e.settings?r.createVNode(wi,r.mergeProps({trigger:"manual",isShow:l.value,placement:"bottom-end",arrow:!1},{theme:m}),{default:()=>r.createVNode("span",{class:"table-head-settings"},[r.createVNode(mo,{style:"color: #c4c6cc;",onClick:M},null)]),content:()=>{let E;return r.createVNode("div",{class:"setting-content"},[r.createVNode("div",{class:"setting-head"},[r.createVNode("span",{class:"head-title"},[r.createTextVNode("\u8868\u683C\u8BBE\u7F6E")]),r.createVNode(ds,{class:"icon-close-action",onClick:y},null)]),r.createVNode("div",{class:"setting-body"},[r.createVNode("div",{class:"setting-body-title"},[r.createVNode("div",null,[r.createVNode("span",{class:"field-setting-label"},[r.createTextVNode("\u5B57\u6BB5\u663E\u793A\u8BBE\u7F6E")]),T.value?r.createVNode("span",{class:"limit"},[r.createTextVNode("\uFF08\u6700\u591A"),o.value.limit,r.createTextVNode("\u9879\uFF09")]):""]),T.value?"":r.createVNode("span",{class:"check-all",onClick:L},[r.createVNode(Zi,{label:"\u5168\u9009",indeterminate:Boolean(A.value),modelValue:u.value.length>0},{default:()=>[r.createTextVNode("\u5168\u9009")]})])]),r.createVNode(Po,{class:"setting-body-fields",modelValue:u.value,"onUpdate:modelValue":P=>u.value=P},h0(E=O.value.map((P,K)=>{let G;return r.createVNode("div",{class:"field-item"},[r.createVNode(Zi,{label:It(P,"field",[P,K]),checked:u.value.includes(It(P,"field",[P,K])),disabled:b(P,K)},h0(G=It(P,"label",[P,K]))?G:{default:()=>[G]})])}))?E:{default:()=>[E]}),r.createVNode("div",{class:"setting-body-line-height"},[r.createTextVNode("\u8868\u683C\u884C\u9AD8\uFF1A"),J()])]),r.createVNode("div",{class:"setting-footer"},[r.createVNode(Wt,{theme:"primary",style:k,onClick:w},{default:()=>[r.createTextVNode("\u786E\u5B9A")]}),r.createVNode(Wt,{style:k,onClick:y},{default:()=>[r.createTextVNode("\u53D6\u6D88")]})])])}}):""}}),dc=(e,t,n)=>{const i=r.computed(()=>e.pagination&&e.data.length?qn:0),l=p=>({column_fixed:!!p.fixed,column_fixed_left:p.fixed!=="right",column_fixed_right:p.fixed==="right"}),o=p=>p.fixed==="right"?"right":"left",c={left:(p=!0)=>t.filter(w=>w.fixed&&w.fixed!=="right").reduce((w,y,M)=>p&&M===0?w:w+wa(y),0),right:(p=!0)=>t.filter(w=>w.fixed==="right").reduce((w,y,M)=>p&&M===0?w:w+wa(y),n?rc:0)},f=c.right,u=()=>{const p=(M,L)=>{if(!M.fixed)return{};const T=o(M),N=T==="right"?-1:1,v=`${L[T]}px`;return L[T]=L[T]+wa(M)*N,{[T]:v}},w=f(!0);return{fixedoffset:{left:0,right:w},resolveFixedColumnStyle:p}},h=()=>{const p=y=>({width:`${c[y](!1)}px`,bottom:`${i.value}px`}),w={left:!1,right:!1};return t.filter(y=>!y.isHidden&&y.fixed).map(y=>{const M=o(y),L=w[M];return w[M]=!0,L?"":r.createVNode("div",{class:l(y),style:p(M)},null)})},m=Be("table-fixed");return{renderFixedColumns:h,fixedWrapperClass:m,getFixedColumnStyleResolve:u}};class bp{constructor(t,n,i,l){$r(this,"getRowHeight",(t,n)=>{const{size:i,height:l}=this.setting;return l!=null?It(this.setting,"height",["tbody",t,n,i]):It(this.props,"rowHeight",["tbody",t,n])});$r(this,"getColumnClass",(t,n)=>({[`${this.uuid}-column-${n}`]:!0,column_fixed:!!t.fixed,column_fixed_left:!!t.fixed,column_fixed_right:t.fixed==="right"}));$r(this,"getHeadColumnClass",(t,n)=>Se(Y({},this.getColumnClass(t,n)),{active:this.isColActive(n)}));this.props=t,this.context=n,this.reactiveProp=i,this.colgroups=l,this.plugins=new mp(t,n),this.uuid=Vi.v4(),this.events=new Map}get propActiveCols(){return this.reactiveProp.activeColumns}renderTableHeadSchema(){const{isShow:t=!0}=cc(this.props);if(!t)return null;const n=i=>{const{checked:l=[],size:o,height:c}=i;this.reactiveProp.setting.size=o,this.reactiveProp.setting.height=c,l.length&&this.colgroups.forEach(f=>{f.isHidden=!(l!=null?l:[]).includes(It(f,["field","type"],[f]))}),this.emitEvent(Kn.ON_SETTING_CHANGE,[i])};return[this.props.settings?r.createVNode(pp,{class:"table-head-settings",settings:this.reactiveProp.settings,columns:this.props.columns,rowHeight:this.props.rowHeight,onChange:n},null):"",r.createVNode("table",{cellpadding:0,cellspacing:0},[this.renderColGroup(),this.renderHeader()])]}renderTableBodySchema(t){var n,i,l;return t.length?r.createVNode("table",{cellpadding:0,cellspacing:0,"data-table-uuid":this.uuid},[this.renderColGroup(),this.renderTBody(t)]):(l=(i=(n=this.context.slots).empty)==null?void 0:i.call(n))!=null?l:r.createVNode(sp,{filterList:t,list:this.props.data,emptyText:this.props.emptyText},null)}renderTableFooter(t){return r.createVNode(ac,r.mergeProps(t,{modelValue:t.current,onLimitChange:n=>this.handlePageLimitChange(n),onChange:n=>this.hanlePageChange(n)}),null)}on(t,n){return this.events.has(t)||this.events.set(t,[]),this.events.get(t).push(n),this}destroy(){this.events.clear(),this.events=null}emitEvent(t,n){this.events.has(t)&&this.events.get(t).forEach(i=>{typeof i=="function"&&Reflect.apply(i,this,n)})}handlePageLimitChange(t){Object.assign(this.props.pagination,{limit:t}),this.context.emit(Mn.PAGE_LIMIT_CHANGE,t)}hanlePageChange(t){Object.assign(this.props.pagination,{current:t,value:t}),this.context.emit(Mn.PAGE_VALUE_CHANGE,t)}setColumnActive(t,n=!1){const i=this.propActiveCols.find(l=>l.index===t);Object.assign(i,{active:!i.active}),n&&this.propActiveCols.filter(l=>l.index!==t&&l.active).forEach(l=>{Object.assign(l,{active:!1})})}handleColumnHeadClick(t){this.props.columnPick!=="disabled"&&(this.setColumnActive(t,this.props.columnPick==="single"),this.context.emit(Mn.COLUMN_PICK,this.propActiveCols))}getSortCell(t,n){const i=(l,o)=>{this.emitEvent(Kn.ON_SORT_BY_CLICK,[{sortFn:l,column:t,index:n,type:o}])};return r.createVNode(gp,{column:t,onChange:i},null)}getFilterCell(t,n){const i=(l,o)=>{const c=(f,u)=>o(l,f,u);this.emitEvent(Kn.ON_FILTER_CLICK,[{filterFn:c,checked:l,column:t,index:n}])};return r.createVNode(hp,{column:t,height:this.props.headHeight,onChange:i},null)}renderHeader(){const t=cc(this.props),{cellFn:n}=t,i={"--row-height":`${It(t,"height",["thead"])}px`},l=(h,m)=>{const p=[];return h.sort&&p.push(this.getSortCell(h,m)),h.filter&&p.push(this.getFilterCell(h,m)),typeof n=="function"?(p.unshift(n(h,m)),p):(p.unshift(It(h,"label",[h,m])),p)},o=h=>Array.from(h.listeners.keys()).reduce((m,p)=>{const w=p.split("_").slice(-1)[0];return Object.assign(m,{[w]:y=>{h.listeners.get(p).forEach(M=>Reflect.apply(M,this,[y,h,this]))}})},{}),{getFixedColumnStyleResolve:c}=dc(this.props,this.colgroups),{resolveFixedColumnStyle:f,fixedoffset:u}=c();return r.createVNode("thead",{style:i},[r.createVNode(sc,null,{default:()=>[r.createVNode("tr",null,[this.filterColgroups.map((h,m)=>r.createVNode("th",r.mergeProps({colspan:1,rowspan:1,class:this.getHeadColumnClass(h,m),style:f(h,u),onClick:()=>this.handleColumnHeadClick(m)},o(h)),[r.createVNode("div",{class:"cell"},[l(h,m)])]))])]})])}renderTBody(t){const{getFixedColumnStyleResolve:n}=dc(this.props,this.colgroups);return r.createVNode("tbody",null,[t.map((i,l)=>{const o=[...Ia(this.props.rowStyle,[i,l,this]),{"--row-height":`${this.getRowHeight(i,l)}px`}],c=[...Ia(this.props.rowClass,[i,l,this])],{resolveFixedColumnStyle:f,fixedoffset:u}=n(),h=`${this.uuid}-${i[xt.ROW_UID]}`;return[r.createVNode(sc,{key:h},{default:()=>[r.createVNode("tr",{style:o,class:c,onClick:m=>this.handleRowClick(m,i,l,t),onDblclick:m=>this.handleRowDblClick(m,i,l,t)},[this.filterColgroups.map((m,p)=>{const w=[f(m,u),...Ia(this.props.cellStyle,[m,p,i,l,this])],y=[this.getColumnClass(m,p),...Ia(this.props.cellClass,[m,p,i,l,this]),{"expand-row":i[xt.ROW_EXPAND]}],M={cell:!0,"expand-cell":m.type==="expand"},L=`__CELL_${l}_${p}`;return r.createVNode("td",{class:y,style:w,key:L,colspan:1,rowspan:1},[r.createVNode("div",{class:M},[this.renderCell(i,m,l,t)])])})])]}),this.renderExpandRow(i,c)]})])}renderExpandRow(t,n){if(!!t[xt.ROW_EXPAND]){const l=[...n,{row_expend:!0}],o=`${this.uuid}-${t[xt.ROW_UID]}_expand`;return r.createVNode(sc,{key:o},{default:()=>{var c,f,u;return[r.createVNode("tr",{class:l},[r.createVNode("td",{colspan:this.filterColgroups.length,rowspan:1},[(u=(f=(c=this.context.slots).expandRow)==null?void 0:f.call(c,t))!=null?u:r.createVNode("div",{class:"expand-cell-ctx"},[r.createTextVNode("Expand Row")])])])]}})}}handleRowClick(t,n,i,l){this.context.emit(Mn.ROW_CLICK,t,n,i,l,this)}handleRowDblClick(t,n,i,l){this.context.emit(Mn.ROW_DBL_CLICK,t,n,i,l,this)}getExpandCell(t){return!!t[xt.ROW_EXPAND]?r.createVNode(fs,null,null):r.createVNode(da,null,null)}handleRowExpandClick(t,n,i,l,o){this.emitEvent(Kn.ON_ROW_EXPAND_CLICK,[{row:t,column:n,index:i,rows:l,e:o}])}renderCell(t,n,i,l){if(n.type==="expand"){const c=()=>{var f,u,h;return typeof n.render=="function"?n.render(null,t,i,l):(h=(u=(f=this.context.slots).expandCell)==null?void 0:u.call(f,{row:t,column:n,index:i,rows:l}))!=null?h:this.getExpandCell(t)};return r.createVNode("span",{class:"expand-btn-action",onClick:f=>this.handleRowExpandClick(t,n,i,l,f)},[c()])}const o=uc(t,It(n,"field",[n,t]),n);if(typeof n.render=="function"){const c=this.props.data[t[xt.ROW_INDEX]];return n.render({cell:o,data:c,row:t,column:n,index:i,rows:l})}return o}isColActive(t){return this.props.columnPick!=="disabled"&&this.propActiveCols.some(n=>n.index===t&&n.active)}renderColGroup(){return r.createVNode("colgroup",null,[(this.filterColgroups||[]).map((t,n)=>{const i=De({active:this.isColActive(n)}),l=`${lp(wa(t))}`.replace(/px$/i,"");return r.createVNode("col",{class:i,width:l},null)})])}get filterColgroups(){return this.colgroups.filter(t=>!t.isHidden)}get setting(){return this.reactiveProp.setting}}const g0=e=>e.columnPick!=="disabled"?e.columnPick==="multi"?Array.isArray(e.activeColumn)?e.activeColumn:lc(e.activeColumn):Array.isArray(e.activeColumn)?lc(e.activeColumn[0]):lc(e.activeColumn):[];var yp=e=>{let t=r.reactive([]);if(e.columnPick==="disabled")return{activeColumns:t};const n=r.reactive(g0(e)),i=()=>(e.columns||[]).map((l,o)=>({index:o,active:n.some(c=>c===o),_column:l}));return r.watchEffect(()=>{t=i();const l=g0(e);t.forEach((o,c)=>{Object.assign(o,{active:l.some(f=>f===c)})})}),{activeColumns:t}},Cp=(e,t=!0)=>{const n="HeadColumnResize";let i;(function(b){b.MOUSE_MOVE="onMousemove",b.MOUSE_OUT="onMouseout",b.MOUSE_DOWN="onMousedown"})(i||(i={}));let l=!1,o=!1,c=!1,f=0,u=null,h=0;const m=r.ref(-1e3),p=b=>{var J;o=!1,c=!1;const I=document.body.style;I.cursor="";const x=b.clientX-f;u.resizeWidth=((J=u.resizeWidth)!=null?J:u.calcWidth)+x,document.removeEventListener("mouseup",p),document.removeEventListener("mousemove",y),f=0,m.value=-1e3,u=null,b.target.closest("table").querySelectorAll("th").forEach(O=>O.style.setProperty("user-select","inherit"))},w=b=>Dt.exports.throttle(()=>{m.value=b.clientX-f+h},60),y=b=>{document.body.style.setProperty("cursor",""),w(b)()},M={[i.MOUSE_DOWN]:(b,I)=>{if(!l)return;o=!0,document.body.style.setProperty("cursor","col-resize"),u=I,f=b.clientX;const k=b.target.closest("table");h=f-k.getBoundingClientRect().left,document.addEventListener("mouseup",p),document.addEventListener("mousemove",y)},[i.MOUSE_MOVE]:(b,I)=>{o&&!c&&(c=!0);const x=b.target.closest("th");if(c&&x.style.setProperty("user-select","none"),!c){if(!x)return;const k=x.getBoundingClientRect();k.width>12&&k.right-b.pageX<8?(l=!0,x.style.setProperty("cursor","col-resize")):(x.style.setProperty("cursor",""),l=!1)}},[i.MOUSE_OUT]:(b,I)=>{const x=b.target;c||x.style.setProperty("cursor","")}},L=b=>`${n}_${b}`,T=()=>{e.forEach(b=>{b.resizable!==!1&&Object.keys(M).forEach(I=>{const x=L(I);b.listeners.has(x)||b.listeners.set(x,[]),b.listeners.get(x).push(M[I])})})},N=()=>{e.forEach(b=>{Object.keys(M).forEach(I=>{const x=L(I);if(b.listeners.has(x)){const k=b.listeners.get(x);k.splice(0,k.length)}})})};t&&T();const v=r.computed(()=>({position:"absolute",top:0,bottom:0,left:0,width:"1px","background-color":"#ebeef5"}));return{registerResizeEvent:T,resetResizeEvents:N,dragOffsetX:m,dragOffsetXStyle:v}};const Mp=(e,t,n,i)=>{const l=r.ref(200),o=r.ref(void 0),c=r.computed(()=>e.pagination&&e.data.length),f=r.computed(()=>De({[Be("table")]:!0,"has-footer":c.value,"has-scroll-y":o.value||e.virtualEnabled},op(e.border))),u=De({[Be("table-head")]:!0,"has-settings":!!e.settings}),h=cc(e),m=r.computed(()=>({"--row-height":`${It(h,"height",["thead"])}px`,"--scroll-head-left":`-${n.scrollTranslateX}px`,"--scroll-left":`${n.scrollTranslateX}px`})),p={[Be("table-body")]:!0},w=r.computed(()=>De({[Be("table-footer")]:!0,["is-hidden"]:!e.pagination||!e.data.length})),y=()=>{if(e.columns.every(k=>/^\d+\.?\d*(px)?$/ig.test(`${k.width}`))){const k=e.columns.reduce((O,A)=>O+Number(`${A.width}`.replace(/px/ig,"")),0),J=o.value?rc:0;return`${k+J}px`}return"100%"},M=r.computed(()=>({minHeight:f0(e.minHeight,"auto"),width:y(),maxWidth:"100%"})),L=(k,J)=>{const O=String(k);if(/^\d+\.?\d*$/.test(O))return Number(O);if(/^\d+\.?\d*px$/ig.test(O))return Number(O.replace("px",""));if(/^\d+\.?\d*%$/ig.test(O)&&typeof J=="number"){const A=Number(O.replace("%",""));return J*A/100}return J},T=r.reactive({}),N=()=>e.showHead?L(e.headHeight,qn):0,v=()=>{const k=L(e.height,l.value),J=N(),O=L(e.minHeight,l.value),A=e.pagination&&e.data.length?qn:0,E=k-J-A,P=e.height!=="auto"?`${E}px`:!1,K=O-J-A,G=L(e.maxHeight,void 0),oe=typeof G=="number"?`${G-J-A}px`:!1;Object.assign(T,{display:i!=null&&i.length?"block":!1,"min-height":`${K}px`,height:P,maxHeight:oe})};r.onMounted(()=>{b(t==null?void 0:t.value)});const b=k=>{if(k){const{height:J}=k.parentElement.getBoundingClientRect();l.value=J,v(),I(k)}},I=k=>{const J=e.virtualEnabled?`.${Be("virtual-section")}`:`.${Be("table-body-content")}`,O=k.querySelector(".bk-table-body");o.value=dp(O,J,0)};return{tableClass:f,headClass:u,contentClass:p,footerClass:w,wrapperStyle:M,contentStyle:T,headStyle:m,resetTableHeight:b,updateBorderClass:I,getColumnsWidthOffsetWidth:()=>{let k=0;return o.value&&(k=k+rc),e.border.includes(Js.OUTER)&&!e.border.includes(Js.NONE)&&(k=k+2),k},hasFooter:c,hasScrollY:o}},wp=e=>{var T,N;const t=r.reactive([]),n=()=>{t.splice(0,t.length,...(e.columns||[]).map(v=>Se(Y({},v),{calcWidth:null,resizeWidth:null,listeners:new Map})))},{dragOffsetXStyle:i,dragOffsetX:l,resetResizeEvents:o,registerResizeEvent:c}=Cp(t,!0),{activeColumns:f}=yp(e);r.watch(()=>e.columns,()=>{n(),o(),c()},{immediate:!0,deep:!0});const u=r.reactive({rowActions:new Map,scrollTranslateY:0,scrollTranslateX:0,pos:{bottom:1},activeColumns:f,settings:e.settings,setting:{size:(T=e.settings)==null?void 0:T.size,height:Qs[(N=e.settings)==null?void 0:N.size]}}),h=v=>{var b;return u.rowActions.has(v)?(b=u.rowActions.get(v))==null?void 0:b.isExpand:!1},m=(v,b=void 0)=>{var k;const I=v[xt.ROW_UID],x=typeof b=="boolean"?b:!h(I);u.rowActions.set(I,Object.assign({},(k=u.rowActions.get(I))!=null?k:{},{isExpand:x})),y()},p=r.reactive([]),w=(v=!1)=>{p.splice(0,p.length,...e.data.map((b,I)=>{const x=up(b,e,I);return Se(Y({},b),{[xt.ROW_INDEX]:I,[xt.ROW_UID]:x,[xt.ROW_EXPAND]:v?h(x):!1})}))},y=()=>{p.forEach(v=>{Object.assign(v,{[xt.ROW_EXPAND]:h(v[xt.ROW_UID])})})},{renderFixedColumns:M,fixedWrapperClass:L}=dc(e,t);return{colgroups:t,dragOffsetXStyle:i,dragOffsetX:l,reactiveSchema:u,indexData:p,fixedWrapperClass:L,initIndexData:w,updateIndexData:y,renderFixedColumns:M,setRowExpand:m,updateColGroups:n}};var Ip=r.defineComponent({name:"Table",props:Km,emits:Fm,setup(e,t){let n=null,i=null,l=null;const o=r.ref(),c=r.ref(),{colgroups:f,dragOffsetXStyle:u,dragOffsetX:h,reactiveSchema:m,indexData:p,renderFixedColumns:w,setRowExpand:y,initIndexData:M,fixedWrapperClass:L}=wp(e),{pageData:T,localPagination:N,resolvePageData:v,watchEffectFn:b}=$m(e,p),{tableClass:I,headClass:x,contentClass:k,footerClass:J,wrapperStyle:O,contentStyle:A,headStyle:E,updateBorderClass:P,resetTableHeight:K,getColumnsWidthOffsetWidth:G,hasFooter:oe}=Mp(e,o,m,T),de=new bp(e,t,m,f);r.watch(()=>[e.data,e.pagination],()=>{M(e.reserveExpand),b(i,n),r.nextTick(()=>{K(o.value),P(o.value)})},{immediate:!0,deep:!0}),r.watchEffect(()=>{if((o==null?void 0:o.value)instanceof HTMLElement){const ce=G();oc(o.value,f,20,ce)}}),de.on(Kn.ON_SORT_BY_CLICK,ce=>{var Z,ne;const{sortFn:ye,column:ie,index:be,type:$}=ce;typeof ye=="function"&&(n=ye,v(i,n),(ne=(Z=c.value)==null?void 0:Z.reset)==null||ne.call(Z)),t.emit(Mn.COLUMN_SORT,{column:ie,index:be,type:$})}).on(Kn.ON_FILTER_CLICK,ce=>{var Z,ne;const{filterFn:ye,checked:ie,column:be,index:$}=ce;typeof ye=="function"&&(i=ye,v(i,n),(ne=(Z=c.value)==null?void 0:Z.reset)==null||ne.call(Z)),t.emit(Mn.COLUMN_FILTER,{checked:ie,column:be,index:$})}).on(Kn.ON_SETTING_CHANGE,ce=>{const{checked:ye=[],size:ie,height:be}=ce;r.nextTick(()=>{var Z,ne;P(o.value);const $=G();ye.length&&oc(o.value,f,20,$),(ne=(Z=c.value)==null?void 0:Z.reset)==null||ne.call(Z),t.emit(Mn.SETTING_CHANGE,{checked:ye,size:ie,height:be})})}).on(Kn.ON_ROW_EXPAND_CLICK,ce=>{const{row:ye,column:ie,index:be,rows:$,e:Z}=ce;t.emit(Mn.ROW_EXPAND_CLICK,{row:ye,column:ie,index:be,rows:$,e:Z}),y(ye,!ye[xt.ROW_EXPAND])});const me=ce=>{var Ie;const ye=(Ie=m.pos.bottom)!=null?Ie:0,ie=ce[1],{translateX:be,translateY:$,pos:Z={}}=ie;m.scrollTranslateY=$,m.scrollTranslateX=be,m.pos=Z;const{bottom:ne}=Z;ne<=2&&ye>ne&&j1(60,()=>{t.emit(Mn.SCROLL_BOTTOM,Se(Y({},Z),{translateX:be,translateY:$}))},!0)()};r.onMounted(()=>{l=cp(o.value,()=>{(e.height==="100%"||e.height==="auto")&&K(o.value),P(o.value);const ce=G();oc(o.value,f,20,ce)},60,!0),l.start()}),r.onBeforeUnmount(()=>{l.stop(),l=null,de.destroy()}),t.expose({setRowExpand:y});const Ce=r.computed(()=>Se(Y({},k),{"__is-empty":!T.length})),re={[Be("table-body-content")]:!0,"with-virtual-render":e.virtualEnabled},q={column_drag_line:!0,"offset-x":!0},V=r.computed(()=>Se(Y({},u.value),{left:`${h.value-m.scrollTranslateX}px`})),H={"scroll-loading":!0,_bottom:!0},te={[Be("fixed-bottom-border")]:!0,"_is-empty":!e.data.length},{renderScrollLoading:ee}=Xm(e,t),ge=e.virtualEnabled?{}:{scrollXName:"",scrollYName:""};return()=>r.createVNode("div",{class:I.value,style:O.value,ref:o},[r.createVNode("div",{class:x,style:E.value},[de.renderTableHeadSchema()]),r.createVNode(Vs,r.mergeProps({ref:c,lineHeight:de.getRowHeight,class:Ce.value,style:A,list:T},ge,{contentClassName:re,onContentScroll:me,throttleDelay:0,scrollEvent:!0,enabled:e.virtualEnabled}),{default:ce=>de.renderTableBodySchema(ce.data||e.data),afterSection:()=>r.createVNode("div",{class:te},null)}),r.createVNode("div",{class:L},[w(),r.createVNode("div",{class:q,style:V.value},null),r.createVNode("div",{class:H},[ee()])]),r.createVNode("div",{class:J.value},[oe.value&&de.renderTableFooter(N.value)])])}});const m0=Ge(Ip),Tr=12;function vp(e){const t=r.reactive({curPage:1,totalSize:0,totalPage:0,pageSize:e,isPageLoading:!1,curPageList:[],renderListPaged:[]});return{pageState:t,initPage:(l=[])=>{t.curPage=1,t.totalSize=l.length,t.totalPage=Math.ceil(t.totalSize/t.pageSize)||1;const o=[];if(t.pageSize>0)for(let c=0;c<t.totalSize;c+=t.pageSize)o.push(l.slice(c,c+t.pageSize));t.renderListPaged.splice(0,t.renderListPaged.length,...o),t.curPageList.splice(0,t.curPageList.length,...t.renderListPaged[t.curPage-1]||[])},pageChange:l=>{t.curPage=l,t.curPageList.splice(t.curPageList.length,0,...t.renderListPaged[t.curPage-1]||[]),t.isPageLoading=!1}}}function Np(e){const{useGroup:t,saveKey:n,displayKey:i,list:l}=r.toRefs(e),o=r.reactive([]);r.watch([t,n,i,l],()=>{o.splice(0,o.length);let f=l.value;t.value&&(f=l.value.reduce((u,h)=>{let m=[];return h.children&&(m=h.children.map(p=>Y({group:{groupId:h[n.value],groupName:h[i.value]}},p))),u.concat(m)},[])),c(f)},{immediate:!0,deep:!0});function c(f){const h=f.length;for(let m=0;m<h;m+=3e4){const p=f.slice(m,Math.min(m+3e4,h));o.push(...p)}}return o}const p0=e=>{const t=e.length;let n=0;for(let i=0;i<t;i++)(e.charCodeAt(i)&65280)!==0&&(n+=1),n+=1;return n};var b0=r.defineComponent({name:"ListTagRender",props:{node:g.object,searchKey:g.oneOfType([g.string,g.arrayOf(g.string)]),displayKey:g.string,searchKeyword:g.string,tpl:{type:Function,default:null}},render(){const e=n=>{if(this.searchKeyword){const i=new RegExp(`(${this.searchKeyword})`,"i");return n.replace(i,'<strong class="highlight-text">$1</strong>')}return n};if(this.tpl)return this.tpl(this.node,e,r.h,this);const t=this.node[this.displayKey];return r.createVNode("div",{class:"bk-selector-node"},[r.createVNode("span",{class:"text",innerHTML:e(t)},[t])])}});const Lp=()=>({modelValue:g.arrayOf(g.string).def([]),placeholder:g.string.def("\u8BF7\u8F93\u5165\u5E76\u6309 Enter \u7ED3\u675F"),list:g.arrayOf(g.object).def([]),disabled:g.bool.def(!1),tooltipKey:g.string.def(""),saveKey:g.string.def("id"),displayKey:g.string.def("name"),hasDeleteIcon:g.bool.def(!1),clearable:g.bool.def(!0),trigger:g.commonType(["focus","search"]).def("search"),searchKey:g.oneOfType([g.string,g.arrayOf(g.string)]).def("name"),useGroup:g.bool.def(!1),allowCreate:g.bool.def(!1),maxData:g.number.def(-1),maxResult:g.number.def(10),contentMaxHeight:g.number.def(300),contentWidth:g.number.def(190),separator:g.string.def(""),allowNextFocus:g.bool.def(!0),allowAutoMatch:g.bool.def(!1),showClearOnlyHover:g.bool.def(!1),leftSpace:g.number.def(0),createTagValidator:{type:Function,default:null},filterCallback:{type:Function,default:null},tagTpl:{type:Function,default:null},tpl:{type:Function,default:null},pasteFn:{type:Function,default:null},withValidate:{type:Boolean,default:!0}});var kp=r.defineComponent({name:"TagRender",props:{node:g.object,displayKey:g.string,tpl:{type:Function,default:null}},render(){return this.tpl?this.tpl(this.node,r.h,this):r.createVNode("div",{class:"tag"},[r.createVNode("span",{class:"text"},[this.node[this.displayKey]])])}}),xp=r.defineComponent({name:"TagInput",directives:{bkTooltips:Go},props:Lp(),emits:["update:modelValue","change","select","blur","remove","removeAll"],setup(e,{emit:t}){const n=jn(),i=r.reactive({isEdit:!1,isHover:!1,focusItemIndex:e.allowCreate?-1:0}),l=r.reactive({isShow:!1,width:190,modifiers:[{name:"offset",options:{offset:[0,4]}}]}),{maxResult:o}=r.toRefs(e),{pageState:c,initPage:f,pageChange:u}=vp(o),h=r.ref(""),m=r.ref(null),p=r.ref(null),w=r.ref(null),y=r.ref(null),M=r.ref(null),L=r.ref(null),T=r.ref(null),N=r.computed(()=>!e.disabled&&e.hasDeleteIcon),v=r.computed(()=>e.maxData===1),b=r.computed(()=>E.selectedTagList.length===0&&h.value===""&&!i.isEdit),I=r.computed(()=>e.clearable&&!e.disabled&&E.selectedTagList.length!==0&&(e.showClearOnlyHover?i.isHover:!0)),x=r.computed(()=>({"bk-tag-input-trigger":!0,active:i.isEdit,disabled:e.disabled}));r.watch([()=>[...e.modelValue],()=>[...e.list]],()=>{var B;r.nextTick(()=>{oe()}),e.withValidate&&((B=n==null?void 0:n.validate)==null||B.call(n,"change"))}),r.watch(h,Dt.exports.debounce(()=>{const B=c.curPageList.length!==0,{value:U}=h;U!==""&&B||U===""&&e.trigger==="focus"&&B?l.isShow=!0:(e.trigger!=="focus"||!B)&&(l.isShow=!1)},150)),r.watch(()=>l.isShow,B=>{k(),B&&M.value&&(r.nextTick(()=>{M.value.scrollTop=0}),M.value.removeEventListener("scroll",J),M.value.addEventListener("scroll",J))});const k=()=>{var U,ae;const B=v.value?0:(U=y.value)==null?void 0:U.offsetLeft;l.modifiers=[{name:"offset",options:{offset:[B,4]}}],(ae=L.value)==null||ae.update()},J=()=>{if(c.isPageLoading||M.value.scrollTop===0)return;const{scrollTop:B,offsetHeight:U,scrollHeight:ae}=M.value;if(B+U>=ae){const Me=c.curPage+1;Me<=c.totalPage&&(c.isPageLoading=!0,setTimeout(()=>{u(Me)},500))}},O=()=>{var U;return Array.from(((U=w.value)==null?void 0:U.childNodes)||[]).filter(ae=>ae.nodeType!==Node.TEXT_NODE)},A=B=>{if(!e.disabled){if(B!=null&&B.target){const{className:U}=B.target;(U.indexOf("bk-tag-input-trigger")>-1||U.indexOf("tag-list")>-1)&&w.value.appendChild(y.value)}clearTimeout(T.value),v.value&&P.value.length&&(E.tagListCache=[...P.value],E.selectedTagListCache=[...E.selectedTagList],h.value=E.selectedTagListCache[0][e.saveKey],Q(E.selectedTagList[0],0),H()),i.isEdit=!0,r.nextTick(()=>{var U;(U=m.value)==null||U.focus(),e.trigger==="focus"&&E.localList.length!==0&&(de(),l.isShow?k():l.isShow=!0)})}},E=r.reactive({localList:[],tagListCache:[],selectedTagList:[],selectedTagListCache:[]}),P=r.computed(()=>E.selectedTagList.map(B=>B[e.saveKey])),K=Np(e),G=r.computed(()=>{if(e.useGroup){const B={};return c.curPageList.forEach((U,ae)=>{U.__index__=ae,B[U.group.groupId]||(B[U.group.groupId]={id:U.group.groupId,name:U.group.groupName,children:[]}),B[U.group.groupId].children.push(U)}),Object.keys(B).map(U=>B[U])}return c.curPageList}),oe=()=>{const{saveKey:B,modelValue:U,displayKey:ae,allowCreate:Me,trigger:ve}=e;E.selectedTagList=[],E.localList=[...K],U.length&&(U.forEach(ke=>{const je=E.localList.find(it=>ke===it[B]);je!==void 0?E.selectedTagList.push(je):Me&&!P.value.includes(ke)&&E.selectedTagList.push({[B]:ke,[ae]:ke})}),v.value||(E.localList=E.localList.filter(ke=>!U.includes(ke[B])))),ve==="focus"&&de()},de=(B="")=>{const{searchKey:U,filterCallback:ae}=e,Me=B.toLowerCase();let ve=[];if(typeof ae=="function")ve=ae(Me,U,E.localList)||[];else if(Array.isArray(U)){const ke=U.map(je=>E.localList.filter(it=>it[je].toLowerCase().indexOf(Me)!==-1));ve=Array.from(new Set(ke.flat()))}else ve=E.localList.filter(ke=>ke[U].toLowerCase().indexOf(Me)!==-1);f(ve)},me=(B,U)=>{const ae={"bk-selector-actived":!1,"bk-selector-selected":P.value.includes(B[e.saveKey])};return e.useGroup?ae["bk-selector-actived"]=B.__index__===i.focusItemIndex:ae["bk-selector-actived"]=U===i.focusItemIndex,ae};r.onMounted(()=>{oe()});const Ce=()=>{E.tagListCache=[],E.selectedTagListCache=[],E.selectedTagList=[]},re=()=>{h.value=""},q=()=>{if(v.value)return 0;const U=O().findIndex(({id:ae})=>ae==="tagInputItem");return U>=0?U:0},V=(B,U,ae=!1)=>{if(!U||!B)return;let Me=U;ae&&(Me=U.nextElementSibling||null),U.parentNode.insertBefore(B,Me)},H=B=>{const{maxData:U,trigger:ae,allowCreate:Me}=e;if(U===-1||U>P.value.length){const{value:ve}=B!=null&&B.target?B.target:h,ke=p0(ve);ke?(de(ve),m.value.style.width=`${ke*Tr}px`):ae==="focus"&&de()}else ee(),h.value="",l.isShow=!1;i.isEdit=!0,i.focusItemIndex=Me?-1:0},te=()=>{var B;l.width=v.value?(B=p.value)==null?void 0:B.clientWidth:e.contentWidth},ee=()=>{T.value=setTimeout(()=>{var U;const B=h.value;if(re(),i.isEdit=!1,v.value){const[ae]=E.tagListCache;B&&B===ae&&E.selectedTagListCache.length?W(E.selectedTagListCache[0],"select"):ye("remove")}else if(e.allowAutoMatch&&B){const ae=c.curPageList.find(Me=>Array.isArray(e.searchKey)?e.searchKey.map(ke=>Me[ke]).includes(B):Me[e.searchKey]===B);ae?ge(ae,"select"):e.allowCreate&&ge(B,"custom")}l.isShow=!1,t("blur",B,P.value),(U=n==null?void 0:n.validate)==null||U.call(n,"blur")},200)},ge=(B,U,ae)=>{ae==null||ae.stopPropagation(),!(!B||B.disabled)&&(v.value&&Ce(),W(B,U),ye("select"),re(),l.isShow=!1)},ce=(B,U,ae)=>{ae==null||ae.stopPropagation(),Q(B,U),re(),ye("remove",B),m.value.style.width=`${Tr}px`},ye=(B,U)=>{t("change",P.value),t(B,U),t("update:modelValue",P.value)},ie=B=>{B.stopPropagation();const U=E.selectedTagList;E.selectedTagList=[];const ae=K.filter(Me=>U.some(ve=>ve[e.saveKey]===Me[e.saveKey]));(e.allowCreate&&ae.length!==0||!e.allowCreate)&&!v.value&&E.localList.push(...ae),ye("removeAll")},be=()=>{const B={height:M.value.clientHeight,yAxis:M.value.getBoundingClientRect().y};r.nextTick(()=>{const U=M.value.querySelector(".bk-selector-actived");if(!U)return;const ae={height:U.clientHeight,yAxis:U.getBoundingClientRect().y};ae.yAxis<B.yAxis&&(M.value.scrollTop=M.value.scrollTop-(B.yAxis-ae.yAxis));const Me=ae.yAxis+ae.height-B.yAxis;Me>B.height&&(M.value.scrollTop=M.value.scrollTop+Me-B.height)})},$=(B,U)=>{const ae=O();V(y.value,ae[B-1]),E.selectedTagList.splice(B-1,1),A();const Me=K.some(ve=>ve===U[e.saveKey]);(e.allowCreate&&Me||!e.allowCreate)&&!v.value&&E.localList.push(U),m.value=`${Tr}px`,ye("remove")},Z=B=>{if(c.isPageLoading)return;let U;const ae=B.target.value,Me=p0(ae),ve=q(),ke=O();switch(B.code){case"ArrowUp":if(B.preventDefault(),!l.isShow)return;i.focusItemIndex=i.focusItemIndex-1,i.focusItemIndex=i.focusItemIndex<0?-1:i.focusItemIndex,i.focusItemIndex===-1&&(i.focusItemIndex=c.curPageList.length-1),be();break;case"ArrowDown":if(B.preventDefault(),!l.isShow)return;i.focusItemIndex=i.focusItemIndex+1,i.focusItemIndex=i.focusItemIndex>c.curPageList.length-1?c.curPageList.length:i.focusItemIndex,i.focusItemIndex===c.curPageList.length&&(i.focusItemIndex=0),be();break;case"ArrowLeft":if(i.isEdit=!0,!Me){if(ve<1)return;V(y.value,ke[ve-1]),A()}break;case"ArrowRight":if(i.isEdit=!0,!Me){if(ve===ke.length-1)return;V(ke[ve+1],y.value),A()}break;case"Enter":case"NumpadEnter":!e.allowCreate&&l.isShow||e.allowCreate&&i.focusItemIndex>=0&&l.isShow?ge(c.curPageList[i.focusItemIndex],"select",B):e.allowCreate&&ge(h.value,"custom",B),B.preventDefault();break;case"Backspace":ve!==0&&!h.value&&(U=E.selectedTagList[ve-1],$(ve,U));break}},ne=B=>{const U=[];return B.split(";").forEach(Me=>{if(Me.match(/^[a-zA-Z][a-zA-Z_]+/g)){const ve=Me.match(/^[a-zA-Z][a-zA-Z_]+/g).join("");U.push({[e.saveKey]:ve,[e.displayKey]:ve})}}),U},Ie=B=>{if(B.preventDefault(),v.value)return!1;const{maxData:U,saveKey:ae,pasteFn:Me}=e,ve=B.clipboardData.getData("text");let je=(Me?Me(ve):ne(ve)).map(it=>it[ae]);if(je.length){const it=O(),tt=q(),at=E.localList.map(Xe=>Xe[ae]);if(je=je.filter(Xe=>(Xe==null?void 0:Xe.trim())&&!P.value.includes(Xe)&&at.includes(Xe)),U!==-1){const Xe=E.selectedTagList.length;if(Xe<U){const Ue=U-Xe;je.length>Ue&&(je=[...je.slice(0,Ue)])}else je=[]}const Ut=E.localList.filter(Xe=>je.includes(Xe[ae]));je.length&&(E.selectedTagList.splice(tt,0,...Ut),V(y.value,it[tt]),m.value.style.width=`${Tr}px`,E.localList=E.localList.filter(Xe=>!je.includes(Xe[ae])),ye("select"),A())}},j=B=>{e.disabled||(V(y.value,B.currentTarget,!0),m.value.style.width=`${Tr}px`,l.isShow&&k())},W=(B,U)=>{if(E.selectedTagList.length>=e.maxData&&e.maxData!==-1)return;const{separator:ae,saveKey:Me,displayKey:ve,createTagValidator:ke}=e,je=q();let it=1,tt=!1,at;const Ut=Ue=>typeof ke=="function"?ke(Ue):!0,Xe=Ue=>E.localList.find($t=>$t[Me]===Ue);if(U==="custom")if(ae){let Ue=B.split(ae);Ue=Ue.filter(vt=>(vt==null?void 0:vt.trim())&&!P.value.includes(vt)&&Ut(vt));const $t=Ue.map(vt=>Xe(vt)||{[Me]:vt,[ve]:vt});Ue.length&&(E.selectedTagList.splice(je,0,...$t),it=$t.length,tt=!0)}else{const Ue=typeof B=="object";if(at=Ue?B[Me]:B.trim(),at=at.replace(/\s+/g,""),at!==void 0&&!P.value.includes(at)&&Ut(at)){const $t=Xe(at)||(Ue?B:{[Me]:at,[ve]:at});E.selectedTagList.splice(je,0,$t),tt=!0}}else B&&(at=B[Me],at!==void 0&&!P.value.includes(at)&&(E.selectedTagList.splice(je,0,B),tt=!0));tt&&r.nextTick(()=>{for(let Ue=1;Ue<=it;Ue++){const vt=O()[je+Ue];V(vt,y.value)}m.value.style.width=`${Tr}px`,v.value||(e.allowNextFocus&&A(),E.localList=E.localList.filter(Ue=>!P.value.includes(Ue[Me])))})},Q=(B,U)=>{E.selectedTagList.splice(U,1);const ae=K.some(Me=>Me===B[e.saveKey]);(e.allowCreate&&ae||!e.allowCreate)&&!v.value&&E.localList.push(B)};return Se(Y(Y(Y({popoverProps:l},r.toRefs(i)),r.toRefs(E)),r.toRefs(c)),{isShowPlaceholder:b,isShowClear:I,curInputValue:h,formatList:K,renderList:G,showTagClose:N,tagInputRef:m,bkTagSelectorRef:p,tagListRef:w,tagInputItemRef:y,selectorListRef:M,popoverRef:L,triggerClass:x,focusInputTrigger:A,activeClass:me,handleInput:H,handleFocus:te,handleBlur:ee,handleTagSelected:ge,handleTagRemove:ce,handleClear:ie,tagFocus:j,handleKeydown:Z,handlePaste:Ie})},render(){const e=()=>this.useGroup?this.renderList.map(t=>r.createVNode("li",{class:"bk-selector-group-item"},[r.createVNode("span",{class:"group-name"},[t.name,r.createTextVNode(" ("),t.children.length,r.createTextVNode(")")]),r.createVNode("ul",{class:"bk-selector-group-list-item"},[t.children.map((n,i)=>r.createVNode("li",{class:["bk-selector-list-item",{disabled:n.disabled},this.activeClass(n,i)],onClick:this.handleTagSelected.bind(this,n,"select")},[r.createVNode(b0,{node:n,displayKey:this.displayKey,tpl:this.tpl,searchKey:this.searchKey,searchKeyword:this.curInputValue},null)]))])])):this.renderList.map((t,n)=>r.createVNode("li",{class:["bk-selector-list-item",{disabled:t.disabled},this.activeClass(t,n)],onClick:this.handleTagSelected.bind(this,t,"select")},[r.createVNode(b0,{node:t,displayKey:this.displayKey,tpl:this.tpl,searchKey:this.searchKey,searchKeyword:this.curInputValue},null)]));return r.createVNode("div",{class:"bk-tag-input",ref:"bkTagSelectorRef",onClick:this.focusInputTrigger,onMouseenter:()=>this.isHover=!0,onMouseleave:()=>this.isHover=!1},[r.createVNode(ha,{ref:"popoverRef",theme:"light",trigger:"manual",placement:"bottom-start",arrow:!1,width:this.popoverProps.width,isShow:this.popoverProps.isShow,modifiers:this.popoverProps.modifiers},{default:()=>{var t,n,i;return r.createVNode("div",{class:this.triggerClass},[r.createVNode("ul",{class:"tag-list",ref:"tagListRef",style:{marginLeft:`${this.leftSpace}px`}},[this.selectedTagList.map((l,o)=>{const c={boundary:"window",theme:"light",distance:12,content:l[this.tooltipKey],disabled:!this.tooltipKey};return r.withDirectives(r.createVNode("li",{class:"tag-item",onClick:this.tagFocus},[r.createVNode(kp,{node:l,tpl:this.tagTpl,displayKey:this.displayKey},null),this.showTagClose?r.createVNode(Pn,{class:"remove-tag",onClick:this.handleTagRemove.bind(this,l,o)},null):null]),[[r.resolveDirective("bk-tooltips"),c]])}),r.withDirectives(r.createVNode("li",{ref:"tagInputItemRef",id:"tagInputItem",class:"tag-input-item",role:"input"},[r.withDirectives(r.createVNode("input",{type:"text",class:"tag-input",ref:"tagInputRef","onUpdate:modelValue":l=>this.curInputValue=l,onInput:this.handleInput,onFocus:this.handleFocus,onBlur:this.handleBlur,onKeydown:this.handleKeydown,onPaste:this.handlePaste},null),[[r.vModelText,this.curInputValue]])]),[[r.vShow,this.isEdit]])]),r.withDirectives(r.createVNode("p",{class:"placeholder"},[this.placeholder]),[[r.vShow,this.isShowPlaceholder]]),(i=(n=(t=this.$slots)==null?void 0:t.suffix)==null?void 0:n.call(t))!=null?i:this.isShowClear&&r.createVNode(Cn,{class:"clear-icon",onClick:this.handleClear},null)])},content:()=>r.createVNode("div",{class:"bk-selector-list"},[r.createVNode("ul",{ref:"selectorListRef",style:{"max-height":`${this.contentMaxHeight}px`},class:"outside-ul"},[e(),this.isPageLoading?r.createVNode("li",{class:"bk-selector-list-item loading"},[r.createVNode(mi,{theme:"primary",size:On.Small},null)]):null])])})])}});const y0=Ge(xp),Tp={direction:g.commonType(["horizontal","vertical"],"direction").def("horizontal"),align:g.commonType(["left","center","right"],"align").def("center"),color:g.string.def("#dde4eb"),width:g.number.def(1),type:g.commonType(["dashed","solid"],"lineType").def("dashed")};var Sp=r.defineComponent({name:"Divider",props:Tp,render(){const e=()=>this.direction==="vertical"?{borderRight:`${this.width}px ${this.type} ${this.color}`}:{borderBottom:`${this.width}px ${this.type} ${this.color}`};let t;return this.$slots.default&&(t=r.createVNode("div",{class:["bk-divider-info",`bk-divider-info-${this.align}`]},[this.$slots.default()])),r.createVNode("div",{class:["bk-divider",`bk-divider-${this.direction}`],style:e()},[t])}});const C0=Ge(Sp),Dp={tabAdd:{type:Function,default:()=>({})},tabChange:{type:Function,default:e=>e},tabRemove:{type:Function,default:e=>e},tabSort:{type:Function,default:()=>({})},tabDrag:{type:Function,default:()=>({})}},jp={active:g.oneOfType([g.number,g.string]).def(""),type:g.commonType(["card","border-card","unborder-card"],"type").def("border-card"),tabPosition:g.commonType(["left","right","top"],"position").def("top"),closable:Boolean,addable:Boolean,sortable:Boolean,sortType:g.commonType(["replace","insert","top"],"sortType").def("replace"),labelHeight:g.number.def(50),scrollStep:g.number.def(200),extCls:g.string.def(""),validateActive:g.bool.def(!0),showHeader:g.bool.def(!0),changeOnHover:g.bool.def(!1),changeOnHoverDelay:g.number.def(1e3)},zp=Y({active:g.oneOfType([g.number,g.string]).def(""),panels:{type:Array,default:()=>[]},tabPosition:g.commonType(["left","right","top"],"position").def("top"),closable:Boolean,addable:Boolean,sortable:Boolean,sortType:g.commonType(["replace","insert","top"],"sortType").def("replace"),labelHeight:g.number.def(50),scrollStep:g.number.def(200),validateActive:g.bool.def(!0),changeOnHover:g.bool.def(!1),changeOnHoverDelay:g.number.def(1e3)},Dp),Pp={name:g.oneOfType([g.number,g.string]).def(""),label:g.string||g.func,closable:g.bool,visible:g.bool.def(!0),disabled:g.bool,sortable:g.bool,renderDirective:g.commonType(["if","show"],"render").def("show"),panel:g.string||g.func};var M0=r.defineComponent({name:"TabNav",props:zp,setup(e){const t=r.computed(()=>{if(!Array.isArray(e.panels)||!e.panels.length)return[];const f=[];let u=!1;return e.panels.filter((h,m)=>{if(!h.props)return null;const{name:p,label:w,closable:y,visible:M,disabled:L,sortable:T}=h.props;if(!M)return!1;e.active===p&&(u=!0);const N=v=>h.slots.label?r.h(h.slots.label):[void 0,""].includes(v)?`\u9009\u9879\u5361${m+1}`:typeof v=="string"?v:typeof v=="function"?r.h(v):v;return f.push({name:p,closable:y,visible:M,disabled:L,sortable:T,tabLabel:N(w)}),!0}),!u&&e.validateActive&&e.panels[0].props&&e.tabChange(e.panels[0].props.name),f}),n=r.ref(-1),i=r.ref(-1),l=r.ref(""),o=(f,u)=>f===u;return Se(Y({},{handleTabAdd(f){e.tabAdd(f)},dragstart(f,u){i.value=f,l.value=e.guid,Object.assign(u.dataTransfer,{effectAllowed:"move"}),e.tabDrag(f,u)},dragenter(f){o(l.value,e.guid)&&(n.value=f)},dragend(){n.value=-1,i.value=-1,l.value=null},drop(f,u){if(!o(l.value,e.guid))return!1;e.tabSort(i.value,f,u)},handleTabChange(f){e.tabChange(f)},handleTabRemove(f,u){e.tabRemove(f,u)}}),{navs:t,dragenterIndex:n,dragStartIndex:i,draggingEle:l,guid:Math.random().toString(16).substr(4)+Math.random().toString(16).substr(4)})},render(){const{active:e,closable:t,addable:n,sortable:i,sortType:l,labelHeight:o,dragstart:c,dragenter:f,dragend:u,drop:h}=this,m=()=>this.navs.map((w,y)=>{if(!w)return null;const{name:M,disabled:L,tabLabel:T}=w,N=()=>{const b=["bk-tab-header-item"];return L&&b.push("bk-tab-header--disabled"),e===M&&b.push("bk-tab-header--active"),b.join(" ")},v=(b,I)=>b||I;return r.createVNode("div",{key:M,onClick:()=>this.handleTabChange(M),draggable:v(w.sortable,i),onDragstart:b=>c(y,b),onDragenter:b=>{b.preventDefault(),f(y)},onDragleave:b=>{b.preventDefault()},onDragover:b=>{b.preventDefault()},onDragend:b=>{b.preventDefault(),u()},onDrop:b=>{b.preventDefault(),h(y,l)},class:N()},[r.createVNode("div",null,[T]),v(w.closable,t)&&r.createVNode(Cn,{class:"bk-tab-header-item-close",onClick:()=>this.handleTabRemove(y,w)},null)])}),p=()=>{var y,M;const w=[];return typeof this.$slots.add=="function"?w.push((M=(y=this.$slots).add)==null?void 0:M.call(y,r.h)):n&&w.push(r.createVNode("div",{onClick:this.handleTabAdd},[r.createVNode(ps,{width:26,height:26},null)])),w.length?r.createVNode("div",{class:"bk-tab-header-operation"},[w.map((L,T)=>r.createVNode("div",{class:"bk-tab-header-item",key:T},[L]))]):null};return r.createVNode("div",{style:{lineHeight:`${o}px`},class:"bk-tab-header"},[r.createVNode("div",{class:"bk-tab-header-nav"},[m()]),p(),typeof this.$slots.setting=="function"&&r.createVNode("div",{class:"bk-tab-header-setting"},[this.$slots.setting()])])}}),Op=r.defineComponent({name:"Tab",components:{TabNav:M0},props:jp,emits:["add-panel","tab-change","remove-panel","sort-change","on-drag-tab","add","change","remove","update:active","sort","drag"],setup(e,{slots:t,emit:n}){const i=r.ref(!1),l=r.ref([]),o=r.getCurrentInstance(),c=(h,m=[])=>{const{children:p}=h;return(p||[]).forEach(w=>{let{type:y}=w;y=y.name||y,y==="TabPanel"&&w.component?m.push(w.component):(y===r.Fragment||y==="template")&&c(w,m)}),m},f=()=>{if(t.default){const{children:h}=o.subTree.children[1];if(!h)return;const m=h[0],p=c(m);p.length!==l.value.length&&(l.value=p)}};return r.onMounted(()=>{f(),i.value=!0}),r.onUpdated(()=>{f()}),Se(Y({},{tabAdd(h){n("add",{e:h}),n("add-panel",{e:h})},tabChange(h){n("change",h),n("tab-change",h),n("update:active",h)},tabRemove(h,m){n("remove",h,m),n("remove-panel",h,m)},tabSort(h,m,p){const w=l.value;if(p==="insert")if(h<m)w.splice(m+1,0,l[h]),w.splice(h,1);else if(h>m)w.splice(m,0,l[h]),w.splice(h+1,1);else return!1;else{const y=w[m];w[m]=w[h],w[h]=y}l.value=[...w],n("sort",h,m,p),n("sort-change",h,m,p)},tabDrag(h,m){n("drag",h,m),n("on-drag-tab",h,m)}}),{isMounted:i,panels:l})},render(){var n,i;const e=()=>this.tabPosition==="top"?`bk-tab bk-tab--${this.tabPosition} bk-tab--${this.type} ${this.extCls}`:`bk-tab bk-tab--${this.tabPosition} ${this.extCls}`,t=()=>{const{panels:l,active:o,type:c,closable:f,addable:u,sortable:h,sortType:m,labelHeight:p,scrollStep:w,validateActive:y,changeOnHover:M,changeOnHoverDelay:L,tabPosition:T,tabAdd:N,tabChange:v,tabRemove:b,tabSort:I,tabDrag:x}=this,k={panels:l,active:o,type:c,closable:f,addable:u,sortable:h,sortType:m,labelHeight:p,scrollStep:w,validateActive:y,changeOnHover:M,changeOnHoverDelay:L,tabPosition:T,tabAdd:N,tabChange:v,tabRemove:b,tabSort:I,tabDrag:x};return!l||!Array.isArray(l)?null:r.createVNode(M0,k,this.$slots)};return r.createVNode("div",{class:e()},[t(),r.createVNode("div",{class:"bk-tab-content"},[(i=(n=this.$slots).default)==null?void 0:i.call(n)])])}}),Ap=r.defineComponent({name:"TabPanel",props:Pp,render(){const e=this.name===this.$parent.active,t=()=>!this.visible||this.renderDirective==="if"&&!e?null:typeof this.panel=="function"?this.panel(r.h):typeof this.$slots.default=="function"?this.$slots.default(null):typeof this.$slots.panel=="function"?this.$slots.panel(null):null;return r.withDirectives(r.createVNode("div",{ref:"content",class:"bk-tab-panel"},[t()]),[[r.vShow,e]])}});const w0=Rt(Op,{TabPanel:Ap}),vi={"top-left":[],"top-right":[],"bottom-left":[],"bottom-right":[]};let I0=1;const v0=(e,t)=>{let n=t;const i=n.position||"top-right";typeof t=="string"&&(n={message:t});const l=t.onClose,o=n.offsetX||10;let c=n.offsetY||30;const{spacing:f=10}=n;vi[i].forEach(w=>{c+=(w.el.offsetHeight||0)+f}),I0+=1;const u=`message_${I0}`;n=Se(Y({},n),{offsetX:o,offsetY:c,id:u});const h=document.createElement("div"),m=r.createVNode(e,n);m.props.onDestroy=w=>{Ep(w,i,f,l),r.render(null,h)},r.render(m,h),vi[i].push(m);let p;m.props.getContainer&&sa(m.props.getContainer)?p=m.props.getContainer:p=document.body,p.appendChild(h.firstElementChild)};function Ep(e,t,n,i){i==null||i();const l=t.startsWith("top")?"top":"bottom";let o=-1;vi[t].forEach((h,m)=>{h.props.id===e&&(o=m)});const f=vi[t][o].el.offsetHeight,u=vi[t].length;for(let h=o;h<u;h++){const m=parseInt(vi[t][h].el.style[l],10)-f-n;vi[t][h].component.props.offsetY=m}vi[t].splice(o,1)}const Vp={id:g.string.def(""),message:g.string.def(""),theme:g.theme(["primary","warning","success","error"]).def("primary"),delay:g.number.def(3e3),dismissable:g.bool.def(!0),offsetY:g.number.def(30),spacing:g.number.def(10),extCls:g.string.def(""),onClose:g.func,getContainer:g.instanceOf(HTMLElement)};var Jp=r.defineComponent({name:"Message",props:Vp,emits:["destroy"],setup(e,{emit:t}){const n=r.computed(()=>["bk-message",`bk-message-${e.theme}`,`${e.extCls}`]),i=bn.getMessageNextIndex(),l=r.computed(()=>e.getContainer&&sa(e.getContainer)),o=r.computed(()=>({top:`${e.offsetY}px`,zIndex:i,position:l.value?"absolute":"fixed"})),c=r.ref(!1);let f=null;const u=()=>{f=setTimeout(()=>{c.value=!1},e.delay)},h=m=>{m.preventDefault(),m.stopPropagation(),c.value=!1};return r.onMounted(()=>{e.delay&&u(),c.value=!0}),r.onUnmounted(()=>{clearTimeout(f)}),r.watch(c,()=>{c.value||t("destroy",e.id)}),{classNames:n,styles:o,visible:c,close:h}},render(){const e=()=>({primary:r.createVNode(ms,null,null),warning:r.createVNode(ws,null,null),success:r.createVNode(Cs,null,null),error:r.createVNode(Cn,null,null)})[this.theme];return r.createVNode(r.Transition,{name:"bk-message-fade"},{default:()=>[r.withDirectives(r.createVNode("div",{class:this.classNames,style:this.styles},[r.createVNode("div",{class:"bk-message-content"},[r.createVNode("div",{class:"bk-message-icon"},[e()]),this.message]),this.dismissable&&r.createVNode(Pn,{class:"bk-message-close",onClick:this.close},null)]),[[r.vShow,this.visible]])]})}});const N0=e=>{v0(Jp,e)},L0=e=>{const t=document.createElement("div"),n=r.ref(!1),i=r.shallowRef(e),l=r.defineComponent({name:"DialogConfirm",setup(f,{expose:u}){r.onMounted(()=>{(document.activeElement||document.body).blur(),i.value.isShow!==!1&&(n.value=!0)});const h=async()=>{var y,M;typeof((y=i.value)==null?void 0:y.onClosed)=="function"&&await((M=i.value)==null?void 0:M.onClosed()),n.value=!1},m=async()=>{var y,M;typeof((y=i.value)==null?void 0:y.onConfirm)=="function"&&await((M=i.value)==null?void 0:M.onConfirm()),n.value=!1};function p(y){i.value=y}u({update:p});const w=()=>{const y=[];if(i.value.subTitle)switch(typeof i.value.subTitle){case"string":y.push(r.h("div",i.value.subTitle));break;case"function":y.push(r.h("div",i.value.subTitle()));break;default:y.push(r.h(i.value.subTitle));break}return y};return()=>r.createVNode(of,Se(Y({},i.value),{isShow:n.value,onClosed:h,onConfirm:m}),w())}}),o=r.createApp(l).mount(t);return{show:()=>{n.value=!0},hide:()=>{n.value=!1},update:f=>{o.update(f)}}},Qp={id:g.string.def(""),title:g.string.def(""),message:g.string.def(""),theme:g.theme(["primary","warning","success","error"]).def("primary"),position:g.position().def("top-right"),delay:g.number.def(5e3),dismissable:g.bool.def(!0),offsetX:g.number.def(100),offsetY:g.number.def(30),spacing:g.number.def(10),extCls:g.string.def(""),onClose:g.func};var Rp=r.defineComponent({name:"Notify",props:Qp,emits:["destroy"],setup(e,{emit:t}){const n=bn.getMessageNextIndex(),i=r.computed(()=>e.position.indexOf("right")>1?"right":"left"),l=r.computed(()=>e.position.startsWith("top")?"top":"bottom"),o=r.computed(()=>({[i.value]:`${e.offsetX}px`,[l.value]:`${e.offsetY}px`,zIndex:n})),c=r.computed(()=>["bk-notify",`bk-notify-${e.theme}`,i.value]),f=r.ref(!1);let u=null;const h=()=>{u=setTimeout(()=>{f.value=!1},e.delay)},m=()=>{f.value=!1};return r.onMounted(()=>{e.delay&&h(),f.value=!0}),r.onUnmounted(()=>{clearTimeout(u)}),r.watch(f,()=>{f.value||t("destroy",e.id)}),{classNames:c,styles:o,visible:f,handleClose:m}},render(){const e=()=>({primary:r.createVNode(ms,null,null),warning:r.createVNode(ws,null,null),success:r.createVNode(Cs,null,null),error:r.createVNode(Cn,null,null)})[this.theme];return r.createVNode(r.Transition,{name:"bk-notify-fade"},{default:()=>[r.withDirectives(r.createVNode("div",{class:this.classNames,style:this.styles},[r.createVNode("div",{class:"bk-notify-content"},[r.createVNode("div",{class:"bk-notify-icon"},[e()]),this.title?r.createVNode("div",{class:"bk-notify-content-header"},[this.title]):"",r.createVNode("div",{class:"bk-notify-content-text"},[this.message])]),this.dismissable&&r.createVNode(Pn,{class:"bk-notify-icon bk-notify-close",onClick:this.handleClose},null)]),[[r.vShow,this.visible]])]})}});const k0=e=>{v0(Rp,e)},x0=Symbol("MENU_PROVIDER_KEY"),fc=Symbol("MENU_PROVIDER_KEY_PATH"),Wp=e=>{r.provide(x0,e)},Hp=e=>{const{parentKeys:t,parentInfo:n}=hc(),i=r.computed(()=>[...t.value,e]);r.provide(fc,{parentInfo:{key:e,parentKey:n==null?void 0:n.key},parentKeys:i})},T0=()=>r.inject(x0),hc=()=>{var n;const e=r.getCurrentInstance(),t=e.parent?e.parent.provides:(n=e.vnode.appContext)==null?void 0:n.provides;return t&&fc in t?r.inject(fc):{parentInfo:void 0,parentKeys:r.ref([])}},gc=function(e){return(e||"").split(" ").filter(t=>!!t.trim())};function S0(e,t){if(!e||!t)return;const n=gc(t);let i=e.getAttribute("class")||"";if(e.classList){e.classList.remove(...n);return}n.forEach(o=>{i=i.replace(` ${o} `," ")});const l=gc(i).join(" ");e.setAttribute("class",l)}function D0(e,t){if(!e)return;let n=e.getAttribute("class")||"";const i=gc(n),l=(t||"").split(" ").filter(o=>!i.includes(o)&&!!o.trim());e.classList?e.classList.add(...l):(n+=` ${l.join(" ")}`,e.setAttribute("class",n))}const Bp=()=>({css:!0,onBeforeEnter:e=>{D0(e,"collapse-transition"),e.dataset||(e.dataset={}),e.style.height="0px",e.style.maxHeight="0px"},onEnter:e=>{e.dataset.oldOverflow=e.style.overflow,e.scrollHeight!==0?(e.style.height=`${e.scrollHeight}px`,e.style.maxHeight=`${e.scrollHeight}px`):(e.style.height="0px",e.style.maxHeight="0px"),e.style.overflow="hidden"},onAfterEnter:e=>{e.style.height="",e.style.maxHeight="",e.style.overflow=e.dataset.oldOverflow,S0(e,"collapse-transition")},onBeforeLeave:e=>{e.dataset||(e.dataset={}),e.dataset.oldOverflow=e.style.overflow,e.style.height=`${e.scrollHeight}px`,e.style.maxHeight=`${e.scrollHeight}px`,e.style.overflow="hidden"},onLeave:e=>{e.scrollHeight!==0&&(D0(e,"collapse-transition"),e.style.transitionProperty="height",e.style.height="0px",e.style.maxHeight="0px")},onAfterLeave:e=>{S0(e,"collapse-transition"),e.style.height="",e.style.maxHeight="",e.style.overflow=e.dataset.oldOverflow}}),Gp={activeKey:String,collapse:Boolean,openedKeys:{type:Array},mode:{type:String,default:"vertical"},uniqueOpen:{type:Boolean,default:!0}};var Zp=r.defineComponent({name:"Menu",props:Gp,emits:["update:activeKey","update:openKeys","click","openChange"],setup(e,{slots:t,emit:n,expose:i}){const l=r.ref(""),o=r.ref([]),c=r.ref({}),f=r.computed(()=>e.mode),u=r.ref(e.collapse),h=r.ref([]);r.watchEffect(()=>{e.activeKey!==void 0&&(l.value=e.activeKey)}),r.watch(()=>e.collapse,()=>{u.value=e.collapse,console.info(e.collapse);const M=[...h.value],L=[...o.value];o.value=u.value?[]:M,h.value=u.value?L:[]},{immediate:!0}),r.watch(()=>e.openedKeys,(M=o.value)=>{o.value=M},{immediate:!0});const m=(M,L)=>{c.value=Se(Y({},c.value),{[M]:L})},p=M=>{delete c.value[M],c.value=Y({},c.value)},w=(M,L)=>{L?e.uniqueOpen?o.value=[M]:o.value.push(M):o.value=o.value.filter(T=>T!==M),n("openChange",L,c.value[M]),n("update:openKeys",[...o.value])},y=M=>{l.value=M,n("click",c.value[M]),n("update:activeKey",M,c.value[M])};return Wp({activeKey:l,menuStore:c,registerMenuInfo:m,unregisterMenuInfo:p,mode:f.value,openedKeys:o,collapse:u,handleOpenChange:w,handleActiveChange:y}),i({activeKey:l,openedKeys:o,menuStore:c}),()=>{var M;return r.createVNode("div",{class:{"bk-menu":!0,"is-collapse":u.value}},[(M=t.default)==null?void 0:M.call(t)])}}}),_p=r.defineComponent({name:"MenuGroup",props:{name:{type:String,default:""}},setup(e,{slots:t}){return()=>{var n;return r.createVNode("div",{class:"bk-menu-group"},[r.createVNode("div",{class:"group-name"},[e.name]),r.createVNode("ul",{class:"group-wrap"},[(n=t.default)==null?void 0:n.call(t)])])}}}),Yp=r.defineComponent({name:"MenuItem",props:{needIcon:{type:Boolean,default:!0}},emits:["click"],slots:["icon"],setup(e,{slots:t,emit:n}){var y,M;const{registerMenuInfo:i,unregisterMenuInfo:l,activeKey:o,handleActiveChange:c}=T0(),f=r.getCurrentInstance(),{parentInfo:u}=hc(),h=((M=(y=f.vnode.key)==null?void 0:y.toString)==null?void 0:M.call(y))||String(f.uid),m=r.computed(()=>o.value===h),p=r.computed(()=>e.needIcon);i(h,{key:h,parentKey:u==null?void 0:u.key});const w=L=>{c(h),n("click",L)};return r.onBeforeUnmount(()=>l(h)),()=>{var L,T;return r.createVNode("li",{class:{"bk-menu-item":!0,"is-active":m.value},onClick:w},[p.value&&r.createVNode("span",{class:"item-icon"},[((L=t==null?void 0:t.icon)==null?void 0:L.call(t))||r.createVNode("i",{class:"default-icon"},null)]),r.createVNode("span",{class:"item-content"},[(T=t.default)==null?void 0:T.call(t)])])}}});const Fp={title:{type:String,default:"title"}};var Up=r.defineComponent({name:"Submenu",props:Fp,emits:["collapse"],slots:["icon"],setup(e,{slots:t,emit:n}){var N,v;const{registerMenuInfo:i,unregisterMenuInfo:l,openedKeys:o,handleOpenChange:c,collapse:f,activeKey:u,menuStore:h}=T0(),{parentInfo:m}=hc(),p=r.getCurrentInstance(),w=((v=(N=p.vnode.key)==null?void 0:N.toString)==null?void 0:v.call(N))||String(p.uid),y=r.ref(Bp()),M=r.computed(()=>o.value.includes(w)),L=r.computed(()=>{var I,x;const b=(x=(I=h.value)==null?void 0:I[u.value])==null?void 0:x.parentKey;return f.value&&b===w&&M});Hp(w),i(w,{key:w,parentKey:m==null?void 0:m.key}),r.onBeforeUnmount(()=>l(w));const T=()=>{c(w,!M.value),n("collapse",!M.value,p)};return()=>{var b;return r.createVNode("li",{class:{"bk-menu-submenu":!0,"is-opened":M.value}},[r.createVNode("div",{class:{"submenu-header":!0,"is-collapse":L.value},onClick:T},[r.createVNode("span",{class:"submenu-header-icon"},[((b=t.icon)==null?void 0:b.call(t))||r.createVNode(xo,{class:"menu-icon"},null)]),r.createVNode("span",{class:"submenu-header-content"},[e.title]),r.createVNode(os,{class:{"submenu-header-collapse":!0,"is-collapse":o.value.includes(w)}},null)]),r.createVNode(r.Transition,y.value,{default:()=>{var I;return[r.withDirectives(r.createVNode("ul",{class:"submenu-list"},[(I=t.default)==null?void 0:I.call(t)]),[[r.vShow,M.value]])]}})])}}});const j0=Rt(Zp,{Item:Yp,Submenu:Up,Group:_p}),$p={sideTitle:{type:String,default:""},navigationType:{type:String,default:"left-right"}};var z0=r.defineComponent({props:$p,slots:["side-icon"],setup(e,{slots:t}){return()=>{var n,i;return r.createVNode("div",{class:"bk-navigation-title",style:{borderBottomWidth:e.navigationType==="left-right"?"0":"1px"}},[((n=t.default)==null?void 0:n.call(t))||[r.createVNode("span",{class:"title-icon"},[((i=t["side-icon"])==null?void 0:i.call(t))||r.createVNode("i",{class:"bk-icon icon-rtx"},null)]),r.createVNode("span",{class:"title-desc"},[e.sideTitle])]])}}});const Xp={navWidth:{type:[Number,String],default:60},hoverWidth:{type:[Number,String],default:260},showSideNavTitle:{type:Boolean,default:!0},sideTitle:{type:String,default:""},headerTitle:{type:String,default:""},hoverLeaveDelay:{type:Number,default:0},hoverEnterDelay:{type:Number,default:100},defaultOpen:Boolean,headHeight:{type:[Number,String],default:52},navigationType:{type:String,default:"left-right",validator(e){return["top-bottom","left-right"].includes(e)}},needMenu:{type:Boolean,default:!0}};var Kp=r.defineComponent({name:"Navigation",props:Xp,emits:["leave","toggle","hover","toggle-click"],slots:["header","menu","footer","side-icon","side-header"],setup(e,{emit:t}){const n=r.ref(e.headerTitle),i=r.reactive({click:!1,hover:!1,delay:!1,timer:null,enterTimer:null});e.defaultOpen&&(i.click=!i.click,i.hover=i.click,t("toggle",i.hover)),r.onBeforeUnmount(()=>{i.timer&&window.clearTimeout(i.timer)});const l=()=>{i.click||(i.enterTimer=setTimeout(()=>{i.hover=!0,i.enterTimer&&window.clearTimeout(i.enterTimer),i.timer&&window.clearTimeout(i.timer),t("hover",i.hover),t("toggle",i.hover)},e.hoverEnterDelay))},o=()=>{i.click||(i.enterTimer&&window.clearTimeout(i.enterTimer),i.timer=setTimeout(()=>{i.hover=!1,window.clearTimeout(i.timer),t("leave",i.hover),t("toggle",i.hover)},e.hoverLeaveDelay))},c=()=>{i.click=!i.click,i.hover=i.click,t("toggle",i.hover),t("toggle-click",i.hover)};return{defaultHeaderTitle:n,nav:i,onBeforeUnmount:r.onBeforeUnmount,handleMouseOver:l,handleMouseLeave:o,handleClick:c}},render(){var e,t,n,i,l,o,c,f,u,h,m,p;return r.createVNode("div",{class:"bk-navigation"},[this.navigationType==="top-bottom"&&r.createVNode("div",{class:"bk-navigation-header",style:{flexBasis:`${this.headHeight}px`}},[r.createVNode(z0,{sideTitle:this.sideTitle},{default:this.$slots["side-header"],"side-icon":this.$slots["side-header"]?void 0:this.$slots["side-icon"]}),r.createVNode("div",{class:"header-right"},[(t=(e=this.$slots).header)==null?void 0:t.call(e)])]),r.createVNode("div",{class:"bk-navigation-wrapper"},[this.needMenu&&r.createVNode("div",{class:"navigation-nav",style:{width:this.nav.click?`${this.hoverWidth}px`:`${this.navWidth}px`}},[r.createVNode("div",{class:"nav-slider",onMouseenter:this.handleMouseOver,onMouseleave:this.handleMouseLeave,style:{width:this.nav.hover?`${this.hoverWidth}px`:`${this.navWidth}px`,borderRight:this.navigationType!=="top-bottom"?"none":"1px solid #DCDEE5"}},[this.navigationType!=="top-bottom"&&this.showSideNavTitle&&r.createVNode(z0,{style:{flexBasis:`${this.headHeight}px`},sideTitle:this.sideTitle},{default:this.$slots["side-header"],"side-icon":this.$slots["side-header"]?void 0:this.$slots["side-icon"]}),r.createVNode("div",{class:"nav-slider-list",style:{height:`calc(100vh - ${+this.headHeight+56}px)`}},[(i=(n=this.$slots).menu)==null?void 0:i.call(n)]),r.createVNode("div",{class:"nav-slider-footer"},[r.createVNode("div",{class:{"is-left":this.navigationType!=="top-bottom","footer-icon":!0},onClick:this.handleClick},[r.createVNode(po,{class:"footer-icon-svg",style:{transform:this.nav.click?"rotate(180deg)":"rotate(0deg)"}},null)])])])]),r.createVNode("div",{class:"navigation-container",style:{maxWidth:this.needMenu?"calc(100vw - 60px)":"100vw"}},[this.navigationType!=="top-bottom"&&r.createVNode("div",{class:"container-header",style:{flexBasis:`${this.headHeight}px`}},[((o=(l=this.$slots).header)==null?void 0:o.call(l))||[r.createVNode("div",{class:"container-header-title"},[this.headerTitle]),r.createVNode("div",{class:"container-header-sets"},[(f=(c=this.$slots)["header-set"])==null?void 0:f.call(c)])]]),r.createVNode("div",{class:"container-content",style:{maxHeight:`calc(100vh - ${this.headHeight}px)`}},[(h=(u=this.$slots).default)==null?void 0:h.call(u),r.createVNode("div",{class:"container-footer"},[(p=(m=this.$slots).footer)==null?void 0:p.call(m)])])])])])}});const P0=Ge(Kp),qp={placement:{type:String,default:"bottom-start",validator:e=>["top","top-start","top-end","bottom","bottom-start","bottom-end","left","left-start","left-end","right","right-start","right-end"].indexOf(e)<0?(console.error(`placement property is not valid: '${e}'`),!1):!0},className:{type:String},extPopoverCls:{type:String},appendToBody:{type:Boolean},triggerRef:{type:Object},onClick:Function};var mc=r.defineComponent({props:qp,emits:["changeVisible"],setup(e,{emit:t}){let n=Object.create(null);const i=r.ref(null);r.onMounted(()=>{o()}),r.onBeforeUnmount(()=>{l()});const l=()=>{if(n&&Object.keys(n).length!==0){const u=n;u.isShow&&u.hide(),u.destroy(),n=null,t("changeVisible",!1)}},o=()=>{n&&Object.keys(n).length!==0?r.nextTick(()=>{n.update()}):r.nextTick(()=>{n=new jd(e.triggerRef,i.value,{placement:e.placement,trigger:"manual",modifiers:[{name:"computeStyles",options:{adaptive:!1,gpuAcceleration:!1}},{name:"offset",options:{offset:[0,4]}}]})})},c=r.computed(()=>{const u={};return e.appendToBody&&(u["z-index"]=1060+bn.getModalNextIndex()),u}),f=r.reactive({styles:c});return Se(Y({},r.toRefs(f)),{refContentRef:i,updateDropdown:o,destoryDropdown:l})},render(){var e,t,n;return r.createVNode("div",{ref:"refContentRef",class:["bk-date-picker-dropdown",this.className,this.extPopoverCls],style:this.styles,onClick:this.onClick},[(n=(t=(e=this.$slots).default)==null?void 0:t.call(e))!=null?n:""])}});const e5={showTime:{type:Boolean,required:!0},isTime:{type:Boolean,default:!1},timeDisabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0}};var t5=r.defineComponent({props:e5,emits:["pick-clear","pick-success","pick-toggle-time"],setup(e,{emit:t}){const n=r.computed(()=>({time:e.isTime?"\u9009\u62E9\u65E5\u671F":"\u9009\u62E9\u65F6\u95F4",clear:"\u6E05\u9664",ok:"\u786E\u5B9A"})),i=()=>{t("pick-clear")},l=()=>{t("pick-success")},o=()=>{e.timeDisabled||t("pick-toggle-time")},c=r.ref(null);return{labels:n,handleClear:i,handleSuccess:l,handleToggleTime:o,handleTab:u=>{const m=[...c.value.children][u.shiftKey?"shift":"pop"]();document.activeElement===m&&(u.preventDefault(),u.stopPropagation())}}},render(){return r.createVNode("div",{class:"bk-picker-confirm",ref:"elRef",onKeydown:this.handleTab},[this.showTime?r.createVNode("a",{href:"javascript: void(0);",class:"bk-picker-confirm-time",onClick:this.handleToggleTime},[this.labels.time]):"",this.clearable?r.createVNode("a",{href:"javascript: void(0);",onClick:this.handleClear,onKeydown:this.handleClear},[this.labels.clear]):"",r.createVNode("a",{href:"javascript: void(0);",class:"confirm",onClick:this.handleSuccess,onKeydown_enter:this.handleSuccess},[this.labels.ok])])}}),O0=1e3*60*60*24;function A0(e,t){return new Date(e,t+1,0).getDate()}function E0(e,t,n){return t===0&&n>50?e-1:t===11&&n<10?e+1:e}function V0(e,t,n,i){t>11&&(t=0,e++);var l=new Date(e,t,n);i&&l.setDate(l.getDate()+4-(l.getDay()||7));var o=i?l.getFullYear():e,c=new Date(o,0,1),f=1+Math.round((l-c)/O0);i||(f+=c.getDay());var u=Math.ceil(f/7);if(!i){var h=new Date(e,t,n),m=new Date(e+1,0,1),p=m.getDay();h.getTime()>=m.getTime()-O0*p&&(u=1)}return u}function n5(e,t,n){for(var i=this.lang||"en",l=this.onlyDays,o=typeof this.weekStart=="undefined"?1:this.weekStart,c=o===1,f=[],u=new Date(e,t,1),h=u.getDay()||(c?7:0),m=o-h,p=V0(e,t,1,c),w=A0(e,t),y=A0(e,t-1),M,L,T,N=E0(e,t,p),v={month:t,year:e,daysInMonth:w},b=0;b<7;b++){T=m;for(var I=0;I<8;I++){b>0&&I>0&&m++,m>w||m<1?(L=m>w?m-w:y+m,M=m>w?t+1:t-1):(L=m,M=t);var x=function(){return I===0?"weekLabel":b===0?"dayLabel":m<1?"prevMonth":m>w?"nextMonth":"monthDay"}(),k=T!==m&&b>0,J={desc:k?L:p,week:p,type:x,format:c?"ISO 8601":"US",date:k?new Date(Date.UTC(e,M,L)):!1,year:N,index:f.length};n&&(typeof n=="function"?J=n.call(v,J,i):n.forEach(function(O){J=O.call(v,J,i)})),l&&k?f.push(J):l||f.push(J)}b>0&&(p=V0(e,M,L+1,c)),N=E0(e,t,p)}return v.cells=f,v}var i5=function(e){return n5.bind(e)},r5={weekPlaceholder:"",columnNames:{en:{0:"w",1:"monday",2:"tuesday",3:"wednesday",4:"thursday",5:"friday",6:"saturday",7:"sunday"},sv:{0:"v",1:"m\xE5ndag",2:"tisdag",3:"onsdag",4:"torsdag",5:"fredag",6:"l\xF6rdag",7:"s\xF6ndag"},pt:{0:"s",1:"segunda",2:"ter\xE7a",3:"quarta",4:"quinta",5:"sexta",6:"s\xE1bado",7:"domingo"}},monthNames:{en:["January","February","March","April","May","June","July","August","September","October","November","December"],sv:["januari","februari","mars","april","maj","juni","juli","augusti","september","oktober","november","december"],pt:["Janeiro","Fevereiro","Mar\xE7o","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro"]},classes:{dayLabel:"day-of-week",weekLabel:"week-number",prevMonth:"inactive",nextMonth:"inactive",monthDay:"day-in-month"}},Vn=r5;function a5(e){return e==null?!1:e.constructor===Array||e.constructor===Object}function J0(e,t){for(var n in e)t[n]?a5(e[n])&&J0(e[n],t[n]):t[n]=e[n]}function Q0(e,t){var n=[Vn.classes[e.type]];return e.class?e.class=(typeof e.class=="string"?[e.class]:e.class).concat(n):e.class=n,e.type.indexOf("Label")>0&&(e.index==0&&Vn.weekPlaceholder?e.desc=Vn.weekPlaceholder:e.index<8?e.desc=Vn.columnNames[t][e.index]:e.index%8==0&&(e.desc=e.week)),e.date&&(e.monthName=Vn.monthNames[t][e.date.getMonth()]),this.monthName||(this.monthName=Vn.monthNames[t][this.month]),this.labels||(this.labels={monthNames:Vn.monthNames[t],columnNames:Vn.columnNames[t],classes:Vn.classes}),e}Q0.setLabels=function(e){J0(e,Vn)};var s5=Q0,l5={Generator:i5,addLabels:s5};function ln(e){if(e===null||e===!0||e===!1)return NaN;var t=Number(e);return isNaN(t)?t:t<0?Math.ceil(t):Math.floor(t)}function jt(e,t){if(t.length<e)throw new TypeError(e+" argument"+(e>1?"s":"")+" required, but only "+t.length+" present")}function wn(e){jt(1,arguments);var t=Object.prototype.toString.call(e);return e instanceof Date||typeof e=="object"&&t==="[object Date]"?new Date(e.getTime()):typeof e=="number"||t==="[object Number]"?new Date(e):((typeof e=="string"||t==="[object String]")&&typeof console!="undefined"&&(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn(new Error().stack)),new Date(NaN))}function o5(e,t){jt(2,arguments);var n=wn(e).getTime(),i=ln(t);return new Date(n+i)}function c5(e){var t=new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()));return t.setUTCFullYear(e.getFullYear()),e.getTime()-t.getTime()}function u5(e){return jt(1,arguments),e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}function d5(e){if(jt(1,arguments),!u5(e)&&typeof e!="number")return!1;var t=wn(e);return!isNaN(Number(t))}var f5={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},h5=function(e,t,n){var i,l=f5[e];return typeof l=="string"?i=l:t===1?i=l.one:i=l.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+i:i+" ago":i},g5=h5;function pc(e){return function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=t.width?String(t.width):e.defaultWidth,i=e.formats[n]||e.formats[e.defaultWidth];return i}}var m5={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},p5={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},b5={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},y5={date:pc({formats:m5,defaultWidth:"full"}),time:pc({formats:p5,defaultWidth:"full"}),dateTime:pc({formats:b5,defaultWidth:"full"})},C5=y5,M5={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},w5=function(e,t,n,i){return M5[e]},I5=w5;function va(e){return function(t,n){var i=n||{},l=i.context?String(i.context):"standalone",o;if(l==="formatting"&&e.formattingValues){var c=e.defaultFormattingWidth||e.defaultWidth,f=i.width?String(i.width):c;o=e.formattingValues[f]||e.formattingValues[c]}else{var u=e.defaultWidth,h=i.width?String(i.width):e.defaultWidth;o=e.values[h]||e.values[u]}var m=e.argumentCallback?e.argumentCallback(t):t;return o[m]}}var v5={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},N5={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},L5={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},k5={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},x5={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},T5={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},S5=function(e,t){var n=Number(e),i=n%100;if(i>20||i<10)switch(i%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"},D5={ordinalNumber:S5,era:va({values:v5,defaultWidth:"wide"}),quarter:va({values:N5,defaultWidth:"wide",argumentCallback:function(e){return e-1}}),month:va({values:L5,defaultWidth:"wide"}),day:va({values:k5,defaultWidth:"wide"}),dayPeriod:va({values:x5,defaultWidth:"wide",formattingValues:T5,defaultFormattingWidth:"wide"})},j5=D5;function Na(e){return function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=n.width,l=i&&e.matchPatterns[i]||e.matchPatterns[e.defaultMatchWidth],o=t.match(l);if(!o)return null;var c=o[0],f=i&&e.parsePatterns[i]||e.parsePatterns[e.defaultParseWidth],u=Array.isArray(f)?P5(f,function(p){return p.test(c)}):z5(f,function(p){return p.test(c)}),h;h=e.valueCallback?e.valueCallback(u):u,h=n.valueCallback?n.valueCallback(h):h;var m=t.slice(c.length);return{value:h,rest:m}}}function z5(e,t){for(var n in e)if(e.hasOwnProperty(n)&&t(e[n]))return n}function P5(e,t){for(var n=0;n<e.length;n++)if(t(e[n]))return n}function O5(e){return function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=t.match(e.matchPattern);if(!i)return null;var l=i[0],o=t.match(e.parsePattern);if(!o)return null;var c=e.valueCallback?e.valueCallback(o[0]):o[0];c=n.valueCallback?n.valueCallback(c):c;var f=t.slice(l.length);return{value:c,rest:f}}}var A5=/^(\d+)(th|st|nd|rd)?/i,E5=/\d+/i,V5={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},J5={any:[/^b/i,/^(a|c)/i]},Q5={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},R5={any:[/1/i,/2/i,/3/i,/4/i]},W5={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},H5={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},B5={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},G5={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},Z5={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},_5={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},Y5={ordinalNumber:O5({matchPattern:A5,parsePattern:E5,valueCallback:function(e){return parseInt(e,10)}}),era:Na({matchPatterns:V5,defaultMatchWidth:"wide",parsePatterns:J5,defaultParseWidth:"any"}),quarter:Na({matchPatterns:Q5,defaultMatchWidth:"wide",parsePatterns:R5,defaultParseWidth:"any",valueCallback:function(e){return e+1}}),month:Na({matchPatterns:W5,defaultMatchWidth:"wide",parsePatterns:H5,defaultParseWidth:"any"}),day:Na({matchPatterns:B5,defaultMatchWidth:"wide",parsePatterns:G5,defaultParseWidth:"any"}),dayPeriod:Na({matchPatterns:Z5,defaultMatchWidth:"any",parsePatterns:_5,defaultParseWidth:"any"})},F5=Y5,U5={code:"en-US",formatDistance:g5,formatLong:C5,formatRelative:I5,localize:j5,match:F5,options:{weekStartsOn:0,firstWeekContainsDate:1}},$5=U5;function X5(e,t){jt(2,arguments);var n=ln(t);return o5(e,-n)}var K5=864e5;function q5(e){jt(1,arguments);var t=wn(e),n=t.getTime();t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0);var i=t.getTime(),l=n-i;return Math.floor(l/K5)+1}function Rs(e){jt(1,arguments);var t=1,n=wn(e),i=n.getUTCDay(),l=(i<t?7:0)+i-t;return n.setUTCDate(n.getUTCDate()-l),n.setUTCHours(0,0,0,0),n}function R0(e){jt(1,arguments);var t=wn(e),n=t.getUTCFullYear(),i=new Date(0);i.setUTCFullYear(n+1,0,4),i.setUTCHours(0,0,0,0);var l=Rs(i),o=new Date(0);o.setUTCFullYear(n,0,4),o.setUTCHours(0,0,0,0);var c=Rs(o);return t.getTime()>=l.getTime()?n+1:t.getTime()>=c.getTime()?n:n-1}function eb(e){jt(1,arguments);var t=R0(e),n=new Date(0);n.setUTCFullYear(t,0,4),n.setUTCHours(0,0,0,0);var i=Rs(n);return i}var tb=6048e5;function nb(e){jt(1,arguments);var t=wn(e),n=Rs(t).getTime()-eb(t).getTime();return Math.round(n/tb)+1}function Ws(e,t){jt(1,arguments);var n=t||{},i=n.locale,l=i&&i.options&&i.options.weekStartsOn,o=l==null?0:ln(l),c=n.weekStartsOn==null?o:ln(n.weekStartsOn);if(!(c>=0&&c<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var f=wn(e),u=f.getUTCDay(),h=(u<c?7:0)+u-c;return f.setUTCDate(f.getUTCDate()-h),f.setUTCHours(0,0,0,0),f}function W0(e,t){jt(1,arguments);var n=wn(e),i=n.getUTCFullYear(),l=t||{},o=l.locale,c=o&&o.options&&o.options.firstWeekContainsDate,f=c==null?1:ln(c),u=l.firstWeekContainsDate==null?f:ln(l.firstWeekContainsDate);if(!(u>=1&&u<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var h=new Date(0);h.setUTCFullYear(i+1,0,u),h.setUTCHours(0,0,0,0);var m=Ws(h,t),p=new Date(0);p.setUTCFullYear(i,0,u),p.setUTCHours(0,0,0,0);var w=Ws(p,t);return n.getTime()>=m.getTime()?i+1:n.getTime()>=w.getTime()?i:i-1}function ib(e,t){jt(1,arguments);var n=t||{},i=n.locale,l=i&&i.options&&i.options.firstWeekContainsDate,o=l==null?1:ln(l),c=n.firstWeekContainsDate==null?o:ln(n.firstWeekContainsDate),f=W0(e,t),u=new Date(0);u.setUTCFullYear(f,0,c),u.setUTCHours(0,0,0,0);var h=Ws(u,t);return h}var rb=6048e5;function ab(e,t){jt(1,arguments);var n=wn(e),i=Ws(n,t).getTime()-ib(n,t).getTime();return Math.round(i/rb)+1}function qe(e,t){for(var n=e<0?"-":"",i=Math.abs(e).toString();i.length<t;)i="0"+i;return n+i}var sb={y:function(e,t){var n=e.getUTCFullYear(),i=n>0?n:1-n;return qe(t==="yy"?i%100:i,t.length)},M:function(e,t){var n=e.getUTCMonth();return t==="M"?String(n+1):qe(n+1,2)},d:function(e,t){return qe(e.getUTCDate(),t.length)},a:function(e,t){var n=e.getUTCHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h:function(e,t){return qe(e.getUTCHours()%12||12,t.length)},H:function(e,t){return qe(e.getUTCHours(),t.length)},m:function(e,t){return qe(e.getUTCMinutes(),t.length)},s:function(e,t){return qe(e.getUTCSeconds(),t.length)},S:function(e,t){var n=t.length,i=e.getUTCMilliseconds(),l=Math.floor(i*Math.pow(10,n-3));return qe(l,t.length)}},Ni=sb,Sr={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},lb={G:function(e,t,n){var i=e.getUTCFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(i,{width:"abbreviated"});case"GGGGG":return n.era(i,{width:"narrow"});case"GGGG":default:return n.era(i,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){var i=e.getUTCFullYear(),l=i>0?i:1-i;return n.ordinalNumber(l,{unit:"year"})}return Ni.y(e,t)},Y:function(e,t,n,i){var l=W0(e,i),o=l>0?l:1-l;if(t==="YY"){var c=o%100;return qe(c,2)}return t==="Yo"?n.ordinalNumber(o,{unit:"year"}):qe(o,t.length)},R:function(e,t){var n=R0(e);return qe(n,t.length)},u:function(e,t){var n=e.getUTCFullYear();return qe(n,t.length)},Q:function(e,t,n){var i=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return qe(i,2);case"Qo":return n.ordinalNumber(i,{unit:"quarter"});case"QQQ":return n.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(i,{width:"wide",context:"formatting"})}},q:function(e,t,n){var i=Math.ceil((e.getUTCMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return qe(i,2);case"qo":return n.ordinalNumber(i,{unit:"quarter"});case"qqq":return n.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(i,{width:"wide",context:"standalone"})}},M:function(e,t,n){var i=e.getUTCMonth();switch(t){case"M":case"MM":return Ni.M(e,t);case"Mo":return n.ordinalNumber(i+1,{unit:"month"});case"MMM":return n.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(i,{width:"wide",context:"formatting"})}},L:function(e,t,n){var i=e.getUTCMonth();switch(t){case"L":return String(i+1);case"LL":return qe(i+1,2);case"Lo":return n.ordinalNumber(i+1,{unit:"month"});case"LLL":return n.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(i,{width:"wide",context:"standalone"})}},w:function(e,t,n,i){var l=ab(e,i);return t==="wo"?n.ordinalNumber(l,{unit:"week"}):qe(l,t.length)},I:function(e,t,n){var i=nb(e);return t==="Io"?n.ordinalNumber(i,{unit:"week"}):qe(i,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getUTCDate(),{unit:"date"}):Ni.d(e,t)},D:function(e,t,n){var i=q5(e);return t==="Do"?n.ordinalNumber(i,{unit:"dayOfYear"}):qe(i,t.length)},E:function(e,t,n){var i=e.getUTCDay();switch(t){case"E":case"EE":case"EEE":return n.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(i,{width:"short",context:"formatting"});case"EEEE":default:return n.day(i,{width:"wide",context:"formatting"})}},e:function(e,t,n,i){var l=e.getUTCDay(),o=(l-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(o);case"ee":return qe(o,2);case"eo":return n.ordinalNumber(o,{unit:"day"});case"eee":return n.day(l,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(l,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(l,{width:"short",context:"formatting"});case"eeee":default:return n.day(l,{width:"wide",context:"formatting"})}},c:function(e,t,n,i){var l=e.getUTCDay(),o=(l-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(o);case"cc":return qe(o,t.length);case"co":return n.ordinalNumber(o,{unit:"day"});case"ccc":return n.day(l,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(l,{width:"narrow",context:"standalone"});case"cccccc":return n.day(l,{width:"short",context:"standalone"});case"cccc":default:return n.day(l,{width:"wide",context:"standalone"})}},i:function(e,t,n){var i=e.getUTCDay(),l=i===0?7:i;switch(t){case"i":return String(l);case"ii":return qe(l,t.length);case"io":return n.ordinalNumber(l,{unit:"day"});case"iii":return n.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(i,{width:"short",context:"formatting"});case"iiii":default:return n.day(i,{width:"wide",context:"formatting"})}},a:function(e,t,n){var i=e.getUTCHours(),l=i/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(l,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(l,{width:"wide",context:"formatting"})}},b:function(e,t,n){var i=e.getUTCHours(),l;switch(i===12?l=Sr.noon:i===0?l=Sr.midnight:l=i/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(l,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(l,{width:"wide",context:"formatting"})}},B:function(e,t,n){var i=e.getUTCHours(),l;switch(i>=17?l=Sr.evening:i>=12?l=Sr.afternoon:i>=4?l=Sr.morning:l=Sr.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(l,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(l,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(l,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){var i=e.getUTCHours()%12;return i===0&&(i=12),n.ordinalNumber(i,{unit:"hour"})}return Ni.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getUTCHours(),{unit:"hour"}):Ni.H(e,t)},K:function(e,t,n){var i=e.getUTCHours()%12;return t==="Ko"?n.ordinalNumber(i,{unit:"hour"}):qe(i,t.length)},k:function(e,t,n){var i=e.getUTCHours();return i===0&&(i=24),t==="ko"?n.ordinalNumber(i,{unit:"hour"}):qe(i,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getUTCMinutes(),{unit:"minute"}):Ni.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getUTCSeconds(),{unit:"second"}):Ni.s(e,t)},S:function(e,t){return Ni.S(e,t)},X:function(e,t,n,i){var l=i._originalDate||e,o=l.getTimezoneOffset();if(o===0)return"Z";switch(t){case"X":return B0(o);case"XXXX":case"XX":return Xi(o);case"XXXXX":case"XXX":default:return Xi(o,":")}},x:function(e,t,n,i){var l=i._originalDate||e,o=l.getTimezoneOffset();switch(t){case"x":return B0(o);case"xxxx":case"xx":return Xi(o);case"xxxxx":case"xxx":default:return Xi(o,":")}},O:function(e,t,n,i){var l=i._originalDate||e,o=l.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+H0(o,":");case"OOOO":default:return"GMT"+Xi(o,":")}},z:function(e,t,n,i){var l=i._originalDate||e,o=l.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+H0(o,":");case"zzzz":default:return"GMT"+Xi(o,":")}},t:function(e,t,n,i){var l=i._originalDate||e,o=Math.floor(l.getTime()/1e3);return qe(o,t.length)},T:function(e,t,n,i){var l=i._originalDate||e,o=l.getTime();return qe(o,t.length)}};function H0(e,t){var n=e>0?"-":"+",i=Math.abs(e),l=Math.floor(i/60),o=i%60;if(o===0)return n+String(l);var c=t||"";return n+String(l)+c+qe(o,2)}function B0(e,t){if(e%60===0){var n=e>0?"-":"+";return n+qe(Math.abs(e)/60,2)}return Xi(e,t)}function Xi(e,t){var n=t||"",i=e>0?"-":"+",l=Math.abs(e),o=qe(Math.floor(l/60),2),c=qe(l%60,2);return i+o+n+c}var ob=lb;function G0(e,t){switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}}function Z0(e,t){switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}}function cb(e,t){var n=e.match(/(P+)(p+)?/)||[],i=n[1],l=n[2];if(!l)return G0(e,t);var o;switch(i){case"P":o=t.dateTime({width:"short"});break;case"PP":o=t.dateTime({width:"medium"});break;case"PPP":o=t.dateTime({width:"long"});break;case"PPPP":default:o=t.dateTime({width:"full"});break}return o.replace("{{date}}",G0(i,t)).replace("{{time}}",Z0(l,t))}var ub={p:Z0,P:cb},db=ub,fb=["D","DD"],hb=["YY","YYYY"];function gb(e){return fb.indexOf(e)!==-1}function mb(e){return hb.indexOf(e)!==-1}function _0(e,t,n){if(e==="YYYY")throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://git.io/fxCyr"));if(e==="YY")throw new RangeError("Use `yy` instead of `YY` (in `".concat(t,"`) for formatting years to the input `").concat(n,"`; see: https://git.io/fxCyr"));if(e==="D")throw new RangeError("Use `d` instead of `D` (in `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://git.io/fxCyr"));if(e==="DD")throw new RangeError("Use `dd` instead of `DD` (in `".concat(t,"`) for formatting days of the month to the input `").concat(n,"`; see: https://git.io/fxCyr"))}var pb=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,bb=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,yb=/^'([^]*?)'?$/,Cb=/''/g,Mb=/[a-zA-Z]/;function wb(e,t,n){jt(2,arguments);var i=String(t),l=n||{},o=l.locale||$5,c=o.options&&o.options.firstWeekContainsDate,f=c==null?1:ln(c),u=l.firstWeekContainsDate==null?f:ln(l.firstWeekContainsDate);if(!(u>=1&&u<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var h=o.options&&o.options.weekStartsOn,m=h==null?0:ln(h),p=l.weekStartsOn==null?m:ln(l.weekStartsOn);if(!(p>=0&&p<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!o.localize)throw new RangeError("locale must contain localize property");if(!o.formatLong)throw new RangeError("locale must contain formatLong property");var w=wn(e);if(!d5(w))throw new RangeError("Invalid time value");var y=c5(w),M=X5(w,y),L={firstWeekContainsDate:u,weekStartsOn:p,locale:o,_originalDate:w},T=i.match(bb).map(function(N){var v=N[0];if(v==="p"||v==="P"){var b=db[v];return b(N,o.formatLong,L)}return N}).join("").match(pb).map(function(N){if(N==="''")return"'";var v=N[0];if(v==="'")return Ib(N);var b=ob[v];if(b)return!l.useAdditionalWeekYearTokens&&mb(N)&&_0(N,t,e),!l.useAdditionalDayOfYearTokens&&gb(N)&&_0(N,t,e),b(M,N,o.localize,L);if(v.match(Mb))throw new RangeError("Format string contains an unescaped latin alphabet character `"+v+"`");return N}).join("");return T}function Ib(e){return e.match(yb)[1].replace(Cb,"'")}const Mt={},Y0=/d{1,4}|M{1,4}|yy(?:yy)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,Ki=/\d\d?/,vb=/\d{3}/,Nb=/\d{4}/,Hs=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,F0=function(){};function U0(e,t){const n=[];for(let i=0,l=e.length;i<l;i++)n.push(e[i].substr(0,t));return n}function $0(e){return(t,n,i)=>{const l=i[e].indexOf(n.charAt(0).toUpperCase()+n.substr(1).toLowerCase());~l&&(t.month=l)}}function Jn(e,t=2){let n=String(e);for(;n.length<t;)n=`0${n}`;return n}const X0=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],K0=["January","February","March","April","May","June","July","August","September","October","November","December"],Lb=U0(K0,3),kb=U0(X0,3);Mt.i18n={dayNamesShort:kb,dayNames:X0,monthNamesShort:Lb,monthNames:K0,amPm:["am","pm"],DoFn(e){return e+["th","st","nd","rd"][e%10>3?0:(e-e%10!==10)*e%10]}};const q0={D(e){return e.getDay()},DD(e){return Jn(e.getDay())},Do(e,t){return t.DoFn(e.getDate())},d(e){return e.getDate()},dd(e){return Jn(e.getDate())},ddd(e,t){return t.dayNamesShort[e.getDay()]},dddd(e,t){return t.dayNames[e.getDay()]},M(e){return e.getMonth()+1},MM(e){return Jn(e.getMonth()+1)},MMM(e,t){return t.monthNamesShort[e.getMonth()]},MMMM(e,t){return t.monthNames[e.getMonth()]},yy(e){return String(e.getFullYear()).substr(2)},yyyy(e){return e.getFullYear()},h(e){return e.getHours()%12||12},hh(e){return Jn(e.getHours()%12||12)},H(e){return e.getHours()},HH(e){return Jn(e.getHours())},m(e){return e.getMinutes()},mm(e){return Jn(e.getMinutes())},s(e){return e.getSeconds()},ss(e){return Jn(e.getSeconds())},S(e){return Math.round(e.getMilliseconds()/100)},SS(e){return Jn(Math.round(e.getMilliseconds()/10),2)},SSS(e){return Jn(e.getMilliseconds(),3)},a(e,t){return e.getHours()<12?t.amPm[0]:t.amPm[1]},A(e,t){return e.getHours()<12?t.amPm[0].toUpperCase():t.amPm[1].toUpperCase()},ZZ(e){const t=e.getTimezoneOffset();return(t>0?"-":"+")+Jn(Math.floor(Math.abs(t)/60)*100+Math.abs(t)%60,4)}},ct={d:[Ki,(e,t)=>{e.day=t}],M:[Ki,(e,t)=>{e.month=t-1}],yy:[Ki,(e,t)=>{const i=+`${new Date().getFullYear()}`.substr(0,2);e.year=`${t>68?i-1:i}${t}`}],h:[Ki,(e,t)=>{e.hour=t}],m:[Ki,(e,t)=>{e.minute=t}],s:[Ki,(e,t)=>{e.second=t}],yyyy:[Nb,(e,t)=>{e.year=t}],S:[/\d/,(e,t)=>{e.millisecond=t*100}],SS:[/\d{2}/,(e,t)=>{e.millisecond=t*10}],SSS:[vb,(e,t)=>{e.millisecond=t}],D:[Ki,F0],ddd:[Hs,F0],MMM:[Hs,$0("monthNamesShort")],MMMM:[Hs,$0("monthNames")],a:[Hs,(e,t,n)=>{const i=t.toLowerCase();i===n.amPm[0]?e.isPm=!1:i===n.amPm[1]&&(e.isPm=!0)}],ZZ:[/[\\+\\-]\d\d:?\d\d/,(e,t)=>{const n=`${t}`.match(/([\\+\\-]|\d\d)/gi);let i;n&&(i=+(n[1]*60)+parseInt(n[2],10),e.timezoneOffset=n[0]==="+"?i:-i)}]};ct.DD=ct.D,ct.dddd=ct.ddd,ct.Do=ct.dd=ct.d,ct.mm=ct.m,ct.hh=ct.H=ct.HH=ct.h,ct.MM=ct.M,ct.ss=ct.s,ct.A=ct.a,Mt.masks={default:"ddd MMM dd yyyy HH:mm:ss",shortDate:"M/D/yy",mediumDate:"MMM d, yyyy",longDate:"MMMM d, yyyy",fullDate:"dddd, MMMM d, yyyy",shortTime:"HH:mm",mediumTime:"HH:mm:ss",longTime:"HH:mm:ss.SSS"},Mt.format=(e,t,n)=>{const i=n||Mt.i18n;if(typeof e=="number"&&(e=new Date(e)),Object.prototype.toString.call(e)!=="[object Date]"||isNaN(e.getTime()))throw new Error("Invalid Date in fecha.format");return t=Mt.masks[t]||t||Mt.masks.default,t.replace(Y0,l=>l in q0?q0[l](e,i):l.slice(1,l.length-1))},Mt.parse=(e,t,n)=>{const i=n||Mt.i18n;if(typeof t!="string")throw new Error("Invalid format in fecha.parse");if(t=Mt.masks[t]||t,e.length>1e3)return!1;let l=!0;const o={};if(t.replace(Y0,u=>{if(ct[u]){const h=ct[u],m=e.search(h[0]);~m?e.replace(h[0],p=>(h[1](o,p,i),e=e.substr(m+p.length),p)):l=!1}return ct[u]?"":u.slice(1,u.length-1)}),!l)return!1;const c=new Date;o.isPm===!0&&o.hour!==null&&+o.hour!=12?o.hour=+o.hour+12:o.isPm===!1&&+o.hour==12&&(o.hour=0);let f;return o.timezoneOffset!==null&&o.timezoneOffset!==void 0?(o.minute=+(o.minute||0)-+o.timezoneOffset,f=new Date(Date.UTC(o.year||c.getFullYear(),o.month||0,o.day||1,o.hour||0,o.minute||0,o.second||0,o.millisecond||0))):f=new Date(o.year||c.getFullYear(),o.month||0,o.day||1,o.hour||0,o.minute||0,o.second||0,o.millisecond||0),f};const bc=" - ",ei=(e,t)=>{const n=wn(new Date(e));return!n||isNaN(n.getTime())?"":wb(n,t||"yyyy-MM-dd")},yc=(e,t)=>{if(Array.isArray(e)&&e.length===2){const n=e[0],i=e[1];if(n&&i)return ei(n,t)+bc+ei(i,t)}else if(!Array.isArray(e)&&e instanceof Date)return ei(e,t);return""},Cc=(e,t)=>{const n=Array.isArray(e)?e:e.split(bc);if(n.length===2){const i=n[0],l=n[1];return[i instanceof Date?i:Mt.parse(i,t||"yyyy-MM-dd"),l instanceof Date?l:Mt.parse(l,t||"yyyy-MM-dd")]}return[]},Dr={default:{formatter(e){return e?`${e}`:""},parser(e){return e===void 0||e===""?null:e}},date:{formatter:(e,t)=>ei(e,t),parser:(e,t)=>Mt.parse(e,t||"yyyy-MM-dd")},datetime:{formatter:(e,t)=>ei(e,t),parser:(e,t)=>Mt.parse(e,t||"yyyy-MM-dd")},daterange:{formatter:yc,parser:Cc},datetimerange:{formatter:yc,parser:Cc},timerange:{formatter:yc,parser:Cc},time:{formatter:(e,t)=>ei(e,t),parser:(e,t)=>Mt.parse(e,t||"yyyy-MM-dd")},month:{formatter:(e,t)=>ei(e,t),parser:(e,t)=>Mt.parse(e,t||"yyyy-MM-dd")},year:{formatter:(e,t)=>ei(e,t),parser:(e,t)=>Mt.parse(e,t||"yyyy-MM-dd")},multiple:{formatter(e,t){return e.filter(Boolean).map(n=>ei(n,t)).join(",")},parser(e,t){return(typeof e=="string"?e.split(","):e).map(i=>{if(i instanceof Date)return i;let l=i;return typeof i=="string"?l=i.trim():typeof i!="number"&&!i&&(l=""),Mt.parse(l,t||"yyyy-MM-dd")})}},number:{formatter(e){return e?`${e}`:""},parser(e){const t=Number(e);return isNaN(e)?null:t}}},Mc=()=>{const e=new Date;return e.setHours(0),e.setMinutes(0),e.setSeconds(0),e},e9=e=>e.every(t=>!t||typeof t=="string"&&t.trim()===""),Bs=e=>e?[e.getHours(),e.getMinutes(),e.getSeconds()]:[0,0,0],t9={date:"yyyy-MM-dd",month:"yyyy-MM",year:"yyyy",datetime:"yyyy-MM-dd HH:mm:ss",time:"HH:mm:ss",timerange:"HH:mm:ss",daterange:"yyyy-MM-dd",datetimerange:"yyyy-MM-dd HH:mm:ss"},Li=(e,t,n,i)=>{const l=t.includes("range"),{parser:o}=Dr[t]||Dr.default,c=i||t9[t],f=Dr.multiple.parser;let u=e;if(e&&t==="time"&&!(e instanceof Date))u=o(e,c);else if(n&&e)u=f(e,c);else if(l)if(!e)u=[null,null];else if(typeof e=="string")u=o(e,c);else if(t==="timerange")u=o(e,c).map(h=>h||"");else{const[h,m]=e;h instanceof Date&&m instanceof Date?u=e.map(p=>new Date(p)):typeof h=="string"&&typeof m=="string"?u=o(e.join(bc),c):(!h||!m)&&(u=[null,null])}else typeof e=="string"&&t.indexOf("time")!==0&&(u=o(e,c)||null);return l||n?u||[]:[u]},Qn=(e,t,n,i)=>{const l=t9[t];if(n){const{formatter:c}=Dr.multiple;return c(e,i||l)}const{formatter:o}=Dr[t]||Dr.default;return o(e,i||l)},n9=Symbol("date-picker"),i9=Symbol("time-picker");function r9(e,t){return e.$children.reduce((n,i)=>{i.$options.name===t&&n.push(i);const l=r9(i,t);return n.concat(l)},[])}function on(e,t=""){return["bk-picker-panel-icon-btn",`bk-date-picker-${e}-btn`,`bk-date-picker-${e}-btn-arrow${t}`]}const xb=(e,t)=>new Date(e,t+1,0).getDate(),a9=(e,t)=>{const n=new Date(e),i=n.getMonth()+t,l=xb(n.getFullYear(),i);return l<n.getDate()&&n.setDate(l),n.setMonth(i),n},s9=(()=>{const e={yyyy:n=>n.getFullYear(),m:n=>n.getMonth()+1,mm:n=>`0${n.getMonth()+1}`.slice(-2),mmm:(n,i)=>n.toLocaleDateString(i,{month:"long"}).slice(0,3),Mmm:(n,i)=>{const l=n.toLocaleDateString(i,{month:"long"});return(l[0].toUpperCase()+l.slice(1).toLowerCase()).slice(0,3)},mmmm:(n,i)=>n.toLocaleDateString(i,{month:"long"}),Mmmm:(n,i)=>{const l=n.toLocaleDateString(i,{month:"long"});return l[0].toUpperCase()+l.slice(1).toLowerCase()}},t=new RegExp(["yyyy","Mmmm","mmmm","Mmm","mmm","mm","m"].join("|"),"g");return(n,i,l)=>{const o=/(\[[^\]]+\])([^\\[\]]+)(\[[^\]]+\])/,c=i.match(o).slice(1),f=c[1],u=[c[0],c[2]].map(h=>({label:h.replace(/\[[^\]]+\]/,p=>p.slice(1,-1).replace(t,w=>e[w](l,n))),type:h.indexOf("yy")!==-1?"year":"month"}));return{separator:f,labels:u}}})(),qi=e=>{const t=new Date(e);return t.setHours(0,0,0,0),t.getTime()},Tb=(e,t,n)=>{if(!t||!n)return!1;const[i,l]=[t,n].sort();return e>=i&&e<=l};function Sb(e){return e.toString()[0].toUpperCase()+e.toString().slice(1)}const Db=(e,...t)=>{const n=new Date(e.getTime());return n.setHours(t[0]),n.setMinutes(t[1]),n.setSeconds(t[2]),n},jb=e=>e[0].toUpperCase()+e.slice(1),zb={tableDate:{type:Date,required:!0},disableDate:Function,selectionMode:{type:String,required:!0},modelValue:{type:[Date,String,Number,Array]},rangeState:{type:Object,default:()=>({from:null,to:null,selecting:!1})},focusedDate:{type:Date,required:!0}};var wc=r.defineComponent({props:zb,emits:["pick","pick-click","changeRange"],setup(e,{emit:t}){const n=r.computed(()=>new l5.Generator({onlyDays:!0,weekStart:0})),i=r.computed(()=>{const h=["\u65E5","\u4E00","\u4E8C","\u4E09","\u56DB","\u4E94","\u516D"];return h.splice(0,7-0).concat(h.splice(0,0))}),l=r.computed(()=>e.selectionMode==="range"&&e.rangeState.selecting?[e.rangeState.from]:e.modelValue),o=r.computed(()=>{const h=e.tableDate.getFullYear(),m=e.tableDate.getMonth(),p=qi(new Date),w=l.value.filter(Boolean).map(qi),[y,M]=l.value.map(qi),L=e.rangeState.from&&qi(e.rangeState.from),T=e.rangeState.to&&qi(e.rangeState.to),N=e.selectionMode==="range",v=typeof e.disableDate=="function"&&e.disableDate;return n.value(h,m,b=>{b.date instanceof Date&&b.date.setTime(b.date.getTime()+b.date.getTimezoneOffset()*6e4);const I=b.date&&qi(b.date),x=b.date&&m===b.date.getMonth();return Se(Y({},b),{type:I===p?"today":b.type,selected:x&&w.includes(I),disabled:b.date&&v&&v(new Date(I)),range:x&&N&&Tb(I,L,T),start:x&&N&&I===y,end:x&&N&&I===M})}).cells.slice(0)});return{headerDays:i,cells:o,getCellCls:h=>["bk-date-picker-cells-cell",{["bk-date-picker-cells-cell-selected"]:h.selected||h.start||h.end,["bk-date-picker-cells-cell-disabled"]:h.disabled,["bk-date-picker-cells-cell-today"]:h.type==="today",["bk-date-picker-cells-cell-prev-month"]:h.type==="prevMonth",["bk-date-picker-cells-cell-next-month"]:h.type==="nextMonth",["bk-date-picker-cells-cell-week-label"]:h.type==="weekLabel",["bk-date-picker-cells-cell-range"]:h.range&&!h.start&&!h.end}],handleClick:h=>{if(h.disabled||h.type==="weekLabel")return;const m=new Date(qi(h.date));t("pick",m),t("pick-click")},handleMouseMove:h=>{if(!e.rangeState.selecting||h.disabled)return;const m=h.date;t("changeRange",m)}}},render(){return r.createVNode("div",{class:"bk-date-picker-cells"},[r.createVNode("div",{class:"bk-date-picker-cells-header"},[this.headerDays.map(e=>r.createVNode("span",null,[e]))]),this.cells.map(e=>r.createVNode("span",{class:this.getCellCls(e),onClick:()=>this.handleClick(e),onMouseenter:()=>this.handleMouseMove(e)},[r.createVNode("em",null,[e.desc])]))])}});const Ic={type:{type:String,default:"date",validator(e){return["year","month","date","daterange","datetime","datetimerange","time","timerange"].indexOf(e)<0?(console.error(`type property is not valid: '${e}'`),!1):!0}},extPopoverCls:{type:String,default:""},format:String,readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},editable:{type:Boolean,default:!0},clearable:{type:Boolean,default:!0},open:{type:Boolean,default:null},multiple:{type:Boolean,default:!1},timePickerOptions:{type:Object,default:()=>({})},splitPanels:{type:Boolean,default:!0},startDate:Date,placeholder:{type:String,default:""},placement:{type:String,default:"bottom-start",validator:e=>["top","top-start","top-end","bottom","bottom-start","bottom-end","left","left-start","left-end","right","right-start","right-end"].indexOf(e)<0?(console.error(`placement property is not valid: '${e}'`),!1):!0},transfer:{type:Boolean,default:!1},appendToBody:{type:Boolean,default:!1},shortcuts:{type:Array,default:()=>[]},shortcutClose:{type:Boolean,default:!1},modelValue:{type:[Date,String,Number,Array]},value:{type:[Date,String,Number,Array]},options:{type:Object,default:()=>({})},fontSize:{type:String,default:"normal"},upToNow:{type:Boolean,default:!1},useShortcutText:{type:Boolean,default:!1},shortcutSelectedIndex:{type:Number,default:-1},headerSlotCls:{type:String,default:""},footerSlotCls:{type:String,default:""},allowCrossDay:{type:Boolean,default:!1},behavior:{type:String,default:"normal",validator(e){return["simplicity","normal"].indexOf(e)>-1}},disableDate:Function,withValidate:{type:Boolean,default:!0}},vc={disabledHours:{type:Array,default:()=>[]},disabledMinutes:{type:Array,default:()=>[]},disabledSeconds:{type:Array,default:()=>[]},hideDisabledOptions:{type:Boolean,default:!1},width:{type:Number,default:261},enterMode:{type:Boolean,default:!0}},Pb={type:{type:String,default:"time",validator(e){return["time","timerange"].indexOf(e)<0?(console.error(`type property is not valid: '${e}'`),!1):!0}},allowCrossDay:{type:Boolean,default:!1}},Ob={hours:{type:[Number,String],default:NaN},minutes:{type:[Number,String],default:NaN},seconds:{type:[Number,String],default:NaN},showSeconds:{type:Boolean,default:!0},steps:{type:Array,default:()=>[]}},l9=["hours","minutes","seconds"];var Ab=r.defineComponent({name:"TimeSpinner",props:Y(Y({},Ob),vc),emits:["change","pick-click"],setup(e,{emit:t}){const n=r.reactive({spinerSteps:[1,1,1].map((k,J)=>Math.abs(e.steps[J])||k),compiled:!1,focusedColumn:-1,focusedTime:[0,0,0]}),i=r.computed(()=>{const k=[],J=n.spinerSteps[0],O=n.focusedColumn===0&&n.focusedTime[0],A={text:0,selected:!1,disabled:!1,hide:!1};for(let E=0;E<24;E+=J){const P=JSON.parse(JSON.stringify(A));P.text=E,P.focused=E===O,e.disabledHours.length&&e.disabledHours.indexOf(E)>-1&&(P.disabled=!0,e.hideDisabledOptions&&(P.hide=!0)),e.hours===E&&(P.selected=!0),k.push(P)}return k}),l=r.computed(()=>{const k=[],J=n.spinerSteps[1],O=n.focusedColumn===1&&n.focusedTime[1],A={text:0,selected:!1,disabled:!1,hide:!1};for(let E=0;E<60;E+=J){const P=JSON.parse(JSON.stringify(A));P.text=E,P.focused=E===O,e.disabledMinutes.length&&e.disabledMinutes.indexOf(E)>-1&&(P.disabled=!0,e.hideDisabledOptions&&(P.hide=!0)),e.minutes===E&&(P.selected=!0),k.push(P)}return k}),o=r.computed(()=>{const k=[],J=n.spinerSteps[2],O=n.focusedColumn===2&&n.focusedTime[2],A={text:0,selected:!1,disabled:!1,hide:!1};for(let E=0;E<60;E+=J){const P=JSON.parse(JSON.stringify(A));P.text=E,P.focused=E===O,e.disabledSeconds.length&&e.disabledSeconds.indexOf(E)>-1&&(P.disabled=!0,e.hideDisabledOptions&&(P.hide=!0)),e.seconds===E&&(P.selected=!0),k.push(P)}return k}),c=r.computed(()=>({width:e.showSeconds?"33.33%":"50%"}));r.watch(()=>e.hours,k=>{!n.compiled||L("hours",i.value.findIndex(J=>J.text===k))}),r.watch(()=>e.minutes,k=>{!n.compiled||L("minutes",l.value.findIndex(J=>J.text===k))}),r.watch(()=>e.seconds,k=>{!n.compiled||L("seconds",l.value.findIndex(J=>J.text===k))}),r.watch(()=>n.focusedTime,(k,J)=>{l9.forEach((O,A)=>{if(k[A]===J[A]||typeof k[A]=="undefined")return;const E=this[`${O}List`].findIndex(P=>P.text===k[A]);L(O,E)})}),r.onMounted(()=>{r.nextTick(()=>{n.compiled=!0,h()})});function f(k){let J;return k==="hours"?J=b:k==="minutes"?J=I:J=x,J.value}function u(k){return["bk-time-picker-cells-cell",{["bk-time-picker-cells-cell-selected"]:k.selected,["bk-time-picker-cells-cell-focused"]:k.focused,["bk-time-picker-cells-cell-disabled"]:k.disabled}]}function h(){const k=J=>{f(J).addEventListener("wheel",Dt.exports.debounce(()=>{w(J)},32),{passive:!0})};k("hours"),k("minutes"),k("seconds")}function m(k){return f(k).querySelector("li").offsetHeight}function p(k){return f(k).offsetHeight}function w(k){const J=f(k),O=Math.min(Math.round((J.scrollTop-(p(k)*.5-10)/m(k)+3)/m(k)),k==="hours"?23:59);let A;if(k==="hours"?A=i:k==="minutes"?A=l:A=o,A.value.find(P=>P.text===O).disabled)return!1;r.nextTick(()=>{M({[k]:O})})}function y(k,J){if(J.disabled)return;const O={[k]:J.text};M(O)}function M(k){t("change",k),t("pick-click")}function L(k,J){const O=f(k),A=O.scrollTop,E=32*T(k,J);D1(O,A,E,500)}function T(k,J){const O=Sb(k),A=e[`disabled${O}`];let E=J;if(A.length&&e.hideDisabledOptions){let P=0;A.forEach(K=>K<=J?P+=1:""),E-=P}return E}function N(){r.nextTick(()=>{l9.forEach(k=>{const J=f(k);let O;k==="hours"?O=i:k==="minutes"?O=l:O=o,J.scrollTop=32*O.value.findIndex(A=>A.text===e[k])})})}function v(k){return k<10?`0${k}`:k}const b=r.ref(null),I=r.ref(null),x=r.ref(null);return Se(Y({},r.toRefs(n)),{hoursList:i,minutesList:l,secondsList:o,styles:c,hoursRef:b,minutesRef:I,secondsRef:x,getCellCls:u,handleClick:y,updateScroll:N,padTime:v})},render(){return r.createVNode("div",{class:["bk-time-picker-cells",this.showSeconds?"bk-time-picker-cells-with-seconds":""]},[r.createVNode("div",{class:"bk-time-picker-cells-title-wrapper"},[r.createVNode("div",{class:["bk-time-picker-cells-title",this.focusedColumn===0?"active":""],style:this.styles},[r.createTextVNode("\u65F6")]),r.createVNode("div",{class:["bk-time-picker-cells-title",this.focusedColumn===1?"active":""],style:this.styles},[r.createTextVNode("\u5206")]),r.withDirectives(r.createVNode("div",{class:["bk-time-picker-cells-title",this.focusedColumn===2?"active":""],style:this.styles},[r.createTextVNode("\u79D2")]),[[r.vShow,this.showSeconds]])]),r.createVNode("div",{class:"bk-time-picker-cells-list",ref:"hoursRef",style:this.styles},[r.createVNode("ul",{class:"bk-time-picker-cells-ul"},[this.hoursList.map(e=>r.withDirectives(r.createVNode("li",{class:this.getCellCls(e),onClick:()=>this.handleClick("hours",e)},[this.padTime(e.text)]),[[r.vShow,!e.hide]]))])]),r.createVNode("div",{class:"bk-time-picker-cells-list",ref:"minutesRef",style:this.styles},[r.createVNode("ul",{class:"bk-time-picker-cells-ul"},[this.minutesList.map(e=>r.withDirectives(r.createVNode("li",{class:this.getCellCls(e),onClick:()=>this.handleClick("minutes",e)},[this.padTime(e.text)]),[[r.vShow,!e.hide]]))])]),r.withDirectives(r.createVNode("div",{class:"bk-time-picker-cells-list",ref:"secondsRef",style:this.styles},[r.createVNode("ul",{class:"bk-time-picker-cells-ul"},[this.secondsList.map(e=>r.withDirectives(r.createVNode("li",{class:this.getCellCls(e),onClick:()=>this.handleClick("seconds",e)},[this.padTime(e.text)]),[[r.vShow,!e.hide]]))])]),[[r.vShow,this.showSeconds]])])}});const Eb={disabledDate:{type:Function,default:()=>!1},steps:{type:Array,default:()=>[]},format:{type:String,default:"HH:mm:ss"},value:{type:Array,required:!0},confirm:{type:Boolean,default:!1}};var o9=r.defineComponent({name:"TimePickerPanel",props:Y(Y(Y({},Ic),vc),Eb),emits:["pick","pick-click"],setup(e,{emit:t}){const n=r.reactive({date:e.value[0]||Mc(),showDate:!1}),i=r.inject(i9),l=r.ref(null),o=r.computed(()=>!(e.format||"").match(/mm$/)),c=r.computed(()=>Mt.format(i.panelDate,e.format)),f=r.computed(()=>e.value[0]?["getHours","getMinutes","getSeconds"].map(p=>n.date[p]()):[]),u=r.computed(()=>{const p=["disabledHours","disabledMinutes","disabledSeconds"];if(e.disabledDate===(()=>!e.value[0]))return p.reduce((T,N)=>(T[N]=this[N],T),{});const w=[24,60,60],M=["Hours","Minutes","Seconds"].map(L=>e[`disabled${L}`]).map((L,T)=>{const N=w[T],v=L;for(let b=0;b<N;b+=e.steps[T]||1){const I=f.value.map((k,J)=>J===T?b:k),x=Db(n.date,...I);e.disabledDate(x,!0)&&v.push(b)}return v.filter((b,I,x)=>x.indexOf(b)===I)});return p.reduce((L,T,N)=>(L[T]=M[N],L),{})});r.watch(()=>e.value,p=>{let w=p[0]||Mc();w=new Date(w),n.date=w}),r.onMounted(()=>{i&&i.parentName==="DatePanel"&&(n.showDate=!0)});function h(p,w=!0){const y=new Date(n.date);Object.keys(p).forEach(M=>y[`set${jb(M)}`](p[M])),w&&t("pick",y,!0,"time")}function m(){t("pick-click")}return Se(Y({},r.toRefs(n)),{visibleDate:c,showSeconds:o,timeSlots:f,disabledHMS:u,timeSpinnerRef:l,handlePickClick:m,handleChange:h})},render(){return r.createVNode("div",{class:"bk-picker-panel-body-wrapper",onMousedown:e=>{e.preventDefault()}},[r.createVNode("div",{class:"bk-picker-panel-body",style:{width:`${this.width}px`}},[this.showDate?r.createVNode("div",{class:"bk-time-picker-header"},[this.visibleDate]):"",r.createVNode("div",{class:"bk-picker-panel-content"},[r.createVNode(Ab,{ref:"timeSpinnerRef",showSeconds:this.showSeconds,steps:this.steps,hours:this.timeSlots[0],minutes:this.timeSlots[1],seconds:this.timeSlots[2],disabledHours:this.disabledHMS.disabledHours,disabledMinutes:this.disabledHMS.disabledMinutes,disabledSeconds:this.disabledHMS.disabledSeconds,hideDisabledOptions:this.hideDisabledOptions,"onPick-click":this.handlePickClick,onChange:this.handleChange},null)])])])}});const Vb={modelValue:{type:[Date,String,Number,Array]},shortcuts:{type:Array,default:()=>[]},multiple:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},shortcutClose:{type:Boolean,default:!1},selectionMode:{type:String,default:"date",validator(e){return["year","month","date","time"].indexOf(e)<0?(console.error(`selectionMode property is not valid: '${e}'`),!1):!0}},startDate:{type:Date},disableDate:Function,focusedDate:{type:Date,required:!0},confirm:{type:Boolean,default:!1},showTime:{type:Boolean,default:!1},format:{type:String,default:"yyyy-MM-dd"},disabledDate:{type:Function,default:()=>!1}};var Jb=r.defineComponent({name:"DatePanel",props:Vb,emits:["pick","pick-success","pick-clear","pick-click","selection-mode-change"],setup(e,{slots:t,emit:n}){const i=G=>G.match(/^time/)?"time-picker":`${G}-table`,l=e.modelValue.slice().sort(),o=r.reactive({currentView:e.selectionMode||"date",pickerTable:i(e.selectionMode),dates:l,panelDate:e.startDate||l[0]||new Date}),{proxy:c}=r.getCurrentInstance();r.provide(i9,{panelDate:o.panelDate,parentName:c.$options.name});const f=r.ref(null),u=r.ref(null),h=r.ref(null);r.watch(()=>o.currentView,G=>{console.error(11111,G),n("selection-mode-change",G),o.currentView==="time"&&r.nextTick(()=>{f.value.timeSpinnerRef.updateScroll()})}),r.watch(()=>e.selectionMode,G=>{o.currentView=G,o.pickerTable=i(G)});const m=()=>{setTimeout(()=>{o.currentView=e.selectionMode},500)},p=G=>{o.panelDate=G,o.pickerTable==="year-table"?o.pickerTable="month-table":o.pickerTable=i(o.currentView)},w=(G,oe)=>{let de=G;e.selectionMode==="year"?de=new Date(G.getFullYear(),0,1):e.selectionMode==="month"?de=new Date(o.panelDate.getFullYear(),G.getMonth(),1):de=new Date(G),o.dates=[de],n("pick",de,!1,oe||e.selectionMode)},y=()=>{m(),n("pick-success")},M=()=>{m(),n("pick-clear")},L=G=>{G.value&&n("pick",G.value(),!1,void 0,G),G.onClick&&G.onClick(this),e.shortcutClose&&y()},T=()=>{o.currentView=e.selectionMode,o.pickerTable=i(o.currentView)},N=G=>{e.selectionMode==="year"||o.pickerTable==="year-table"?o.panelDate=new Date(o.panelDate.getFullYear()+G*10,0,1):o.panelDate=a9(o.panelDate,G*12)},v=G=>{o.panelDate=a9(o.panelDate,G)},b=G=>{var oe,de;G&&((oe=u==null?void 0:u.value)==null||oe.updateScroll(),(de=h==null?void 0:h.value)==null||de.updateScroll())},I=r.computed(()=>o.pickerTable===`${o.currentView}-table`?w:p),x=r.computed(()=>{const G="zh-CN",oe="[yyyy]-[mm]",de=o.panelDate,{labels:me,separator:Ce}=s9(G,oe,de),re=q=>()=>{o.pickerTable=i(q)};return{separator:Ce,labels:me.map(q=>{const V=q;return V.handler=re(q.type),V})}}),k=r.computed(()=>x.value.labels[0].type==="year"||o.currentView==="date"),J=r.computed(()=>x.value.labels[1].type==="year"||o.currentView==="date"),O=r.computed(()=>o.currentView==="time"),A=()=>{o.currentView=o.currentView==="time"?"date":"time"},E=r.computed(()=>!!t.shortcuts),P=r.computed(()=>!o.dates[0]);function K(){n("pick-click")}return Se(Y({},r.toRefs(o)),{panelPickerHandlers:I,datePanelLabel:x,showLabelFirst:k,showLabelSecond:J,handleShortcutClick:L,changeYear:N,changeMonth:v,reset:T,isTime:O,hasShortcuts:E,timeDisabled:P,onToggleVisibility:b,handleToggleTime:A,handlePickSuccess:y,handlePickClear:M,handlePick:w,handlePickClick:K,timePickerRef:f})},render(){var e,t,n;return r.createVNode("div",{class:["bk-picker-panel-body-wrapper",this.shortcuts.length||this.hasShortcuts?"bk-picker-panel-with-sidebar":""],onMousedown:i=>{i.preventDefault()}},[this.shortcuts.length?r.createVNode("div",{class:"bk-picker-panel-sidebar"},[this.shortcuts.map(i=>r.createVNode("div",{class:"bk-picker-panel-shortcut",onClick:()=>this.handleShortcutClick(i)},[i.text]))]):"",r.createVNode("div",{class:"bk-picker-panel-body",style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:"bk-date-picker-header"},[r.createVNode("span",{class:on("prev","-double"),onClick:()=>this.changeYear(-1)},[r.createVNode(oa,{style:{fontSize:"20px",lineHeight:1}},null)]),this.pickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:on("prev"),onClick:()=>this.changeMonth(-1)},[r.createVNode(Hi,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):"",this.datePanelLabel&&Object.keys(this.datePanelLabel).length>0?r.createVNode("span",null,[r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.datePanelLabel.labels[0].handler},[this.datePanelLabel.labels[0].label]),[[r.vShow,this.showLabelFirst]]),this.currentView==="date"?` ${this.datePanelLabel.separator} `:" ",r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.datePanelLabel.labels[1].handler},[this.datePanelLabel.labels[1].label]),[[r.vShow,this.showLabelSecond]])]):"",r.createVNode("span",{class:on("next","-double"),onClick:()=>this.changeYear(1)},[r.createVNode(ca,{style:{fontSize:"20px",lineHeight:1}},null)]),this.pickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:on("next"),onClick:()=>this.changeMonth(1)},[r.createVNode(zn,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),r.createVNode("div",{class:"bk-picker-panel-content"},[this.currentView!=="time"?(()=>{switch(this.pickerTable){case"date-table":return r.createVNode(wc,{tableDate:this.panelDate,disableDate:this.disableDate,selectionMode:this.selectionMode,modelValue:this.dates,focusedDate:this.focusedDate,onPick:this.panelPickerHandlers},null);default:return null}})():r.createVNode(o9,{ref:"timePickerRef",value:this.dates,format:this.format,disabledDate:this.disabledDate,onPick:this.handlePick,"onPick-clear":this.handlePickClear,"onPick-success":this.handlePickSuccess},null)]),this.confirm?r.createVNode(t5,{clearable:this.clearable,showTime:this.showTime,isTime:this.isTime,"onPick-toggle-time":this.handleToggleTime,"onPick-clear":this.handlePickClear,"onPick-success":this.handlePickSuccess},null):""]),this.hasShortcuts?r.createVNode("div",{class:"bk-picker-panel-sidebar"},[(n=(t=(e=this.$slots).shortcuts)==null?void 0:t.call(e))!=null?n:null]):null])}});const Qb={modelValue:{type:[Date,String,Number,Array]},type:{type:String,default:"date",validator(e){return["year","month","date","daterange","datetime","datetimerange","time","timerange"].indexOf(e)<0?(console.error(`type property is not valid: '${e}'`),!1):!0}},shortcuts:{type:Array,default:()=>[]},clearable:{type:Boolean,default:!0},splitPanels:{type:Boolean,default:!0},shortcutClose:{type:Boolean,default:!1},showTime:{type:Boolean,default:!1},selectionMode:{type:String,default:"date",validator(e){return["year","month","date","time"].indexOf(e)<0?(console.error(`selectionMode property is not valid: '${e}'`),!1):!0}},startDate:{type:Date},upToNow:{type:Boolean,default:!1},disableDate:Function,focusedDate:{type:Date,required:!0},confirm:{type:Boolean,default:!1}};var Rb=r.defineComponent({props:Qb,emits:["pick"],setup(e,{slots:t,emit:n}){const[i,l]=e.modelValue.map(V=>V||Mc()),o=e.startDate?e.startDate:i,c=r.reactive({currentView:e.selectionMode||"date",leftPickerTable:`${e.selectionMode}-table`,rightPickerTable:`${e.selectionMode}-table`,leftPanelDate:o,rightPanelDate:new Date(o.getFullYear(),o.getMonth()+1,1),rangeState:{from:e.modelValue[0],to:e.modelValue[1],selecting:i&&!l},upToNowEnable:!1,dates:e.modelValue}),f=(V,H)=>!V||!H?0:V.getTime()-H.getTime(),u=()=>{c.currentView=e.selectionMode,c.leftPickerTable=`${c.currentView}-table`,c.rightPickerTable=`${c.currentView}-table`},h=r.ref(null),m=r.ref(null),p=V=>{var H,te;V&&((H=h==null?void 0:h.value)==null||H.updateScroll(),(te=m==null?void 0:m.value)==null||te.updateScroll())},w=(V,H,te,ee=!0)=>{const ge=new Date(c[`${V}PanelDate`]);if(ge[`set${H}`](ge[`get${H}`]()+te),c[`${V}PanelDate`]=ge,!!ee)if(e.splitPanels){const ce=V==="left"?"right":"left";V==="left"&&c.leftPanelDate>=c.rightPanelDate&&w(ce,H,1),V==="right"&&c.rightPanelDate<=c.leftPanelDate&&w(ce,H,-1)}else{const ce=V==="left"?"right":"left",ye=c[`${ce}PanelDate`],ie=new Date(ye);if(H==="Month"){const be=new Date(ie.getFullYear(),ie.getMonth()+te+1,0).getDate();ie.setDate(Math.min(be,ie.getDate()))}ie[`set${H}`](ie[`get${H}`]()+te),c[`${ce}PanelDate`]=ie}},y=V=>{const H=c.currentView==="year"?-10:-1;w(V,"FullYear",H)},M=V=>{const H=c.currentView==="year"?10:1;w(V,"FullYear",H)},L=V=>{w(V,"Month",-1)},T=V=>{w(V,"Month",1)},N=V=>{c[`${V}PickerTable`]="year-table"},v=V=>{c[`${V}PickerTable`]="month-table"},b=V=>{const H="zh-CN",te="[yyyy]-[mm]",ee=c[`${V}PanelDate`],{labels:ge,separator:ce}=s9(H,te,ee),ye=ie=>{const be=ie==="month"?v:N;return()=>be(V)};return{separator:ce,labels:ge.map(ie=>{const be=ie;return be.handler=ye(ie.type),be})}},I=(V,H)=>{n("pick",c.dates,V,H||e.type)},x=(V,H)=>{if(console.warn("handleRangePick"),c.rangeState.selecting||c.currentView==="time"){if(c.currentView==="time")c.dates=V;else{const[te,ee]=[c.rangeState.from,V].sort(f),ge=H==="upToNow"?new Date:new Date(new Date(new Date(ee.setHours(23)).setMinutes(59)).setSeconds(59));c.dates=[te,ge],c.rangeState={from:te,to:ge,selecting:!1}}I(!1,H||"date")}else c.upToNowEnable=new Date(V).getTime()<new Date().getTime(),c.rangeState={from:V,to:null,selecting:!0}},k=(V,H)=>{if(c[`${V}PanelDate`]=H,c[`${V}PickerTable`]==="year-table"?c[`${V}PickerTable`]="month-table":c[`${V}PickerTable`]=`${c.currentView}-table`,!e.splitPanels){const ee=V==="left"?"right":"left";c[`${ee}PanelDate`]=H,w(ee,"Month",ee==="left"?-1:1,!1)}},J=V=>{c.rangeState.to=V};r.watch(()=>e.selectionMode,V=>{c.currentView=V||"range"});const O=r.computed(()=>c.currentView==="time"),A=r.computed(()=>b("left")),E=r.computed(()=>b("right")),P=r.computed(()=>c.leftPickerTable.split("-").shift()),K=r.computed(()=>c.rightPickerTable.split("-").shift()),G=r.computed(()=>A.value.labels[0].type==="year"||c.currentView==="date"),oe=r.computed(()=>A.value.labels[1].type==="year"||c.currentView==="date"),de=r.computed(()=>E.value.labels[0].type==="year"||c.currentView==="date"),me=r.computed(()=>E.value.labels[1].type==="year"||c.currentView==="date"),Ce=r.computed(()=>{const V=`${c.currentView}-table`;return{left:c.leftPickerTable!==V,right:c.rightPickerTable!==V}}),re=r.computed(()=>({left:Ce.value.left?k.bind("left"):x,right:Ce.value.right?k.bind("right"):x})),q=r.computed(()=>!!t.shortcuts);return Se(Y({},r.toRefs(c)),{isTime:O,hasShortcuts:q,prevYear:y,nextYear:M,prevMonth:L,nextMonth:T,leftDatePanelLabel:A,rightDatePanelLabel:E,leftDatePanelView:P,rightDatePanelView:K,leftShowLabelFirst:G,leftShowLabelSecond:oe,rightShowLabelFirst:de,rightShowLabelSecond:me,preSelecting:Ce,panelPickerHandlers:re,reset:u,onToggleVisibility:p,handleRangePick:x,handleChangeRange:J})},render(){var e,t,n;return r.createVNode("div",{class:["bk-picker-panel-body-wrapper","bk-date-picker-with-range",this.shortcuts.length||this.$slots.shortcuts?"bk-picker-panel-with-sidebar":""],onMousedown:i=>{i.preventDefault()}},[r.createVNode("div",{class:["bk-picker-panel-body",this.showTime?"bk-picker-panel-body-time":"bk-picker-panel-body-date"]},[r.withDirectives(r.createVNode("div",{class:"bk-picker-panel-content bk-picker-panel-content-left",style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:"bk-date-picker-header"},[r.createVNode("span",{class:on("prev","-double"),onClick:()=>this.prevYear("left")},[r.createVNode(oa,{style:{fontSize:"20px",lineHeight:1}},null)]),this.leftPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:on("prev"),onClick:()=>this.prevMonth("left")},[r.createVNode(Hi,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):"",this.leftDatePanelLabel&&Object.keys(this.leftDatePanelLabel).length>0?r.createVNode("span",null,[r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.leftDatePanelLabel.labels[0].handler},[this.leftDatePanelLabel.labels[0].label]),[[r.vShow,this.leftShowLabelFirst]]),this.leftDatePanelView==="date"?` ${this.leftDatePanelLabel.separator} `:" ",r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.leftDatePanelLabel.labels[1].handler},[this.leftDatePanelLabel.labels[1].label]),[[r.vShow,this.leftShowLabelSecond]])]):"",this.splitPanels||this.leftPickerTable!=="date-table"?r.createVNode("span",{class:on("next","-double"),onClick:()=>this.nextYear("left")},[r.createVNode(ca,{style:{fontSize:"20px",lineHeight:1}},null)]):"",this.splitPanels||this.leftPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:on("next"),onClick:()=>this.nextMonth("left")},[r.createVNode(zn,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),this.currentView!=="time"?(()=>{switch(this.leftPickerTable){case"date-table":return r.createVNode(wc,{selectionMode:"range",tableDate:this.leftPanelDate,disableDate:this.disableDate,rangeState:this.rangeState,modelValue:this.preSelecting.left?[this.dates[0]]:this.dates,focusedDate:this.focusedDate,onChangeRange:this.handleChangeRange,onPick:this.panelPickerHandlers.left},null);default:return null}})():""]),[[r.vShow,!this.isTime]]),r.withDirectives(r.createVNode("div",{class:"bk-picker-panel-content bk-picker-panel-content-right",style:"width: 261px;"},[r.withDirectives(r.createVNode("div",{class:"bk-date-picker-header"},[this.splitPanels||this.rightPickerTable!=="date-table"?r.createVNode("span",{class:on("prev","-double"),onClick:()=>this.prevYear("right")},[r.createVNode(oa,{style:{fontSize:"20px",lineHeight:1}},null)]):"",this.splitPanels&&this.rightPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:on("prev","-double"),onClick:()=>this.prevMonth("right")},[r.createVNode(Hi,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):"",this.rightDatePanelLabel&&Object.keys(this.rightDatePanelLabel).length>0?r.createVNode("span",null,[r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.rightDatePanelLabel.labels[0].handler},[this.rightDatePanelLabel.labels[0].label]),[[r.vShow,this.rightShowLabelFirst]]),this.rightDatePanelView==="date"?` ${this.rightDatePanelLabel.separator} `:" ",r.withDirectives(r.createVNode("span",{class:"bk-date-picker-header-label",onClick:()=>this.rightDatePanelLabel.labels[1].handler},[this.rightDatePanelLabel.labels[1].label]),[[r.vShow,this.rightShowLabelSecond]])]):"",this.upToNow?(()=>(this.rangeState.selecting||this.currentView==="time")&&this.upToNowEnable?r.createVNode("span",{class:"up-to-now",onClick:()=>this.handleRangePick(new Date,"upToNow")},[r.createTextVNode("\u81F3\u4ECA")]):r.createVNode("span",{class:"up-to-now disabled"},[r.createTextVNode("\u81F3\u4ECA")]))():"",r.createVNode("span",{class:on("next","-double"),onClick:()=>this.nextYear("right")},[r.createVNode(ca,{style:{fontSize:"20px",lineHeight:1}},null)]),this.rightPickerTable==="date-table"?r.withDirectives(r.createVNode("span",{class:on("next"),onClick:()=>this.nextMonth("right")},[r.createVNode(zn,{style:{fontSize:"20px",lineHeight:1}},null)]),[[r.vShow,this.currentView==="date"]]):""]),[[r.vShow,this.currentView!=="time"]]),this.currentView!=="time"?(()=>{switch(this.rightPickerTable){case"date-table":return r.createVNode(wc,{selectionMode:"range",tableDate:this.rightPanelDate,disableDate:this.disableDate,rangeState:this.rangeState,modelValue:this.preSelecting.right?[this.dates[this.dates.length-1]]:this.dates,focusedDate:this.focusedDate,onChangeRange:this.handleChangeRange,onPick:this.panelPickerHandlers.right},null);default:return null}})():""]),[[r.vShow,!this.isTime]])]),this.hasShortcuts?r.createVNode("div",{class:"bk-picker-panel-sidebar"},[(n=(t=(e=this.$slots).shortcuts)==null?void 0:t.call(e))!=null?n:null]):null])}}),Wb=r.defineComponent({name:"DatePicker",directives:{clickoutside:Fi},props:Ic,emits:["open-change","input","change","update:modelValue","clear","shortcut-change","pick-success"],slots:["header"],setup(e,{slots:t,emit:n}){const i=jn(),l=e.type.includes("range"),o=l?[null,null]:[null];let c=e9((l?e.modelValue:[e.modelValue])||[])?o:Li(e.modelValue,e.type,e.multiple,e.format),f=null;e.shortcutSelectedIndex!==-1&&(f=e.shortcuts[e.shortcutSelectedIndex]||null,f&&(c=f.value()));const u=r.reactive({showClose:!1,visible:!1,internalValue:c,disableClickOutSide:!1,disableCloseUnderTransfer:!1,selectionMode:"date",forceInputRerender:1,isFocused:!1,focusedDate:c[0]||e.startDate||new Date,focusedTime:{column:0,picker:0,time:c.map(Bs),active:!1},internalFocus:!1,timeEnterMode:!0,shortcut:f,onSelectionModeChange:h});function h(ie){let be=ie;return ie.match(/^date/)&&(be="date"),u.selectionMode=["year","month","date","time"].indexOf(be)>-1&&be,u.selectionMode}const m=r.computed(()=>{if(e.multiple)return u.internalValue.slice();const ie=e.type.includes("range");let be=u.internalValue.map($=>$ instanceof Date?new Date($):$||"");return e.type.match(/^time/)&&(be=be.map($=>Qn($,e.type,e.multiple,e.format))),ie||e.multiple?be:be[0]}),p=r.computed(()=>e.type.match(/^time/)?m.value:e.multiple?Qn(m.value,e.type,e.multiple,e.format):Array.isArray(m.value)?m.value.map(ie=>Qn(ie,e.type,e.multiple,e.format)):Qn(m.value,e.type,e.multiple,e.format)),w=r.computed(()=>e.type==="daterange"||e.type==="datetimerange"?"DateRangePanel":"DatePanel"),y=r.computed(()=>e.open===null?u.visible:e.open),M=r.computed(()=>Qn(u.internalValue,e.type,e.multiple,e.format)),L=r.computed(()=>{var ie;return((ie=u.shortcut)==null?void 0:ie.text)&&e.useShortcutText?u.shortcut.text:M.value}),T=r.computed(()=>!!t.trigger||e.type==="datetime"||e.type==="datetimerange"||e.multiple),N=r.computed(()=>!!t.header),v=r.computed(()=>!!t.footer),b=r.computed(()=>!!t.shortcuts),I=r.computed(()=>{let ie="";return e.fontSize==="medium"?ie="medium-font":e.fontSize==="large"&&(ie="large-font"),ie}),x=r.computed(()=>{let ie="";return e.fontSize==="medium"?ie="medium-width":e.fontSize==="large"&&(ie="large-width"),ie}),k=r.computed(()=>{var ie;return((ie=u.shortcut)==null?void 0:ie.text)&&e.useShortcutText?!0:!e.editable||e.readonly}),J=r.computed(()=>e.options),O=r.computed(()=>w.value==="RangeTimePickerPanel"?e.allowCrossDay:!1),A=r.ref(null),E=()=>{var ie;(ie=A==null?void 0:A.value)==null||ie.focus()};r.watch(()=>u.visible,ie=>{var be,$;ie===!1&&((be=P.value)==null||be.destoryDropdown()),($=P.value)==null||$.updateDropdown(),n("open-change",ie)});const P=r.ref(null);r.watch(()=>e.modelValue,ie=>{var be;u.internalValue=Li(ie,e.type,e.multiple,e.format),e.withValidate&&((be=i==null?void 0:i.validate)==null||be.call(i,"change"))}),r.watch(()=>e.open,ie=>{u.visible=ie===!0}),r.watch(()=>e.type,ie=>{h(ie)}),r.watch(()=>m,(ie,be)=>{const $=JSON.stringify(ie),Z=JSON.stringify(be);($!==Z||typeof ie!=typeof be)&&n("input",ie)}),r.onMounted(()=>{e.type.indexOf("date")>-1,u.timeEnterMode=!0;const ie=e.modelValue,be=m.value;(typeof ie!=typeof be||JSON.stringify(ie)!==JSON.stringify(be))&&n("input",m.value),e.open!==null&&(u.visible=e.open),r.provide(n9,{props:e,focus:()=>E()})});const K=r.ref(null),G=ie=>{var be;if(u.disableCloseUnderTransfer)return u.disableCloseUnderTransfer=!1,!1;if(ie&&ie.type==="mousedown"&&u.visible){ie.preventDefault(),ie.stopPropagation();return}if(u.visible){const $=(be=K==null?void 0:K.value)==null?void 0:be.$el;if(ie&&$&&$.contains(ie.target))return;u.visible=!1,ie==null||ie.preventDefault(),ie==null||ie.stopPropagation();return}u.isFocused=!1,u.disableClickOutSide=!1},oe=()=>{var ie,be;(ie=A==null?void 0:A.value)==null||ie.focus(),(be=A==null?void 0:A.value)==null||be.click()},de=()=>{e.readonly||e.disabled||M!=null&&M.value&&(u.showClose=!0)},me=ie=>{u.showClose=!1},Ce=ie=>{r.nextTick(()=>{var be;n("change",p.value,ie),n("update:modelValue",m.value),e.type.indexOf("time")<0&&((be=A==null?void 0:A.value)==null||be.blur())})},re=ie=>{var Q;const be=e.type.includes("range")||e.multiple,$=M.value,Z=ie.target.value,ne=Li(Z,e.type,e.multiple,e.format),Ie=be?ne:ne[0],j=(Q=e.disableDate)==null?void 0:Q.call(e,Ie),W=ne.reduce((B,U)=>B&&U instanceof Date,!0);Z!==$&&!j&&W?(Ce(e.type),u.internalValue=ne):u.forceInputRerender=u.forceInputRerender+1},q=ie=>{e.readonly||(u.isFocused=!0,!(ie&&ie.type==="focus")&&(e.disabled||(u.visible=!0)))},V=()=>{var ie;(ie=K==null?void 0:K.value)==null||ie.reset()},H=ie=>{var be,$;if(u.internalFocus){u.internalFocus=!1;return}if(u.visible){ie.preventDefault();return}u.isFocused=!1,h(e.type),u.internalValue=u.internalValue.slice(),V(),(be=K==null?void 0:K.value)==null||be.onToggleVisibility(!1),($=i==null?void 0:i.validate)==null||$.call(i,"blur")},te=ie=>{const{keyCode:be}=ie;if(be===9&&u.visible)if(ie.stopPropagation(),ie.preventDefault(),T.value){const Z=".bk-picker-confirm > *",ne=P.value.$el.querySelectorAll(Z);u.internalFocus=!0,[...ne][ie.shiftKey?"pop":"shift"]().focus()}else G();const $=[37,38,39,40];if(!u.visible&&$.includes(be)){u.visible=!0;return}be===27&&u.visible&&(ie.stopPropagation(),G()),!!$.includes(be)&&u.focusedTime.active&&ie.preventDefault()},ee=()=>{u.visible=!1,u.internalValue=u.internalValue.map(()=>null),n("clear"),Ce(e.type),V(),u.showClose=!1,u.shortcut=null,setTimeout(()=>h(e.type),500)},ge=()=>{var ie;u.visible=!1,r.nextTick(()=>{n("pick-success")}),(ie=A==null?void 0:A.value)==null||ie.blur(),V()},ce=(ie,be=!1,$,Z)=>{let ne=ie;if(e.multiple){const j=ne.getTime(),W=u.internalValue.findIndex(U=>U&&U.getTime()===j),B=[...u.internalValue,ne].filter(Boolean).map(U=>U.getTime()).filter((U,ae,Me)=>Me.indexOf(U)===ae&&ae!==W);u.internalValue=B.map(U=>new Date(U))}else ne=Li(ie,e.type,e.multiple,e.format),u.internalValue=Array.isArray(ne)?ne:[ne];if(u.internalValue[0]){const[j]=u.internalValue;u.focusedDate=j}u.focusedTime=Se(Y({},u.focusedTime),{time:u.internalValue.map(Bs)}),T.value||(h(e.type),u.visible=be),$==="upToNow"&&e.type==="daterange"&&ge(),u.shortcut=Z,Ce($);const Ie=e.shortcuts.findIndex(j=>j===u.shortcut);n("shortcut-change",u.shortcut,Ie)},ye=r.ref(null);return Se(Y({},r.toRefs(u)),{panel:w,publicStringValue:p,opened:y,visualValue:M,displayValue:L,isConfirm:T,hasHeader:N,hasFooter:v,hasShortcuts:b,fontSizeCls:I,longWidthCls:x,localReadonly:k,allowCrossDayProp:O,ownPickerProps:J,pickerDropdownRef:P,inputRef:A,triggerRef:ye,pickerPanelRef:K,handleClose:G,handleIconClick:oe,handleInputMouseenter:de,handleInputMouseleave:me,handleFocus:q,handleBlur:H,handleKeydown:te,handleInputChange:re,handleClear:ee,onPick:ce,onPickSuccess:ge})},render(){var n,i,l;const e=r.createVNode("div",null,[r.createVNode("span",{class:["icon-wrapper",this.disabled?"disabled":""],onClick:this.handleIconClick},[this.type==="time"||this.type==="timerange"?r.createVNode("svg",{class:"picker-icon",x:"0px",y:"0px",viewBox:"0 0 1024 1024"},[r.createVNode("g",{id:"time"},[r.createVNode("path",{fill:"#c4c6cc",d:"M512,128c51.9,0,102.2,10.1,149.5,30.2c45.7,19.3,86.8,47,122.1,82.3s63,76.4,82.3,122.1c20,47.3,30.2,97.6,30.2,149.5S886,614.3,865.9,661.6c-19.3,45.7-47,86.8-82.3,122.1s-76.4,63-122.1,82.3c-47.3,20-97.6,30.2-149.5,30.2S409.8,886.1,362.5,866c-45.7-19.3-86.8-47-122.1-82.3s-63-76.4-82.3-122.1c-20-47.3-30.2-97.6-30.2-149.5s10.1-102.2,30.2-149.5c19.3-45.7,47-86.8,82.3-122.1s76.4-63,122.1-82.3C409.8,138.1,460.1,128,512,128 M512,64C264.6,64,64,264.6,64,512s200.6,448,448,448s448-200.6,448-448S759.4,64,512,64L512,64z"},null),r.createVNode("polygon",{fill:"#c4c6cc",points:"512,512 512,256 448,256 448,512 448,576 512,576 768,576 768,512"},null)])]):r.createVNode("svg",{class:"picker-icon",x:"0px",y:"0px",viewBox:"0 0 1024 1024"},[r.createVNode("g",{id:"date"},[r.createVNode("path",{fill:"#c4c6cc",d:"M896,128h-96v64h64v112H160V192h64v-64h-96c-17.7,0-32,14.3-32,32v736c0,17.7,14.3,32,32,32h768c17.7,0,32-14.3,32-32V160C928,142.3,913.7,128,896,128z M160,864V368h704v496H160z"},null),r.createVNode("rect",{x:"416",y:"128",fill:"#c4c6cc",width:"192",height:"64"},null),r.createVNode("rect",{x:"288",y:"96",fill:"#c4c6cc",width:"64",height:"128"},null),r.createVNode("rect",{x:"672",y:"96",fill:"#c4c6cc",width:"64",height:"128"},null),r.createVNode("polygon",{fill:"#c4c6cc",points:"403.7,514.4 557.1,514.4 557.1,515.3 420.1,765.5 483.5,765.5 620.3,504.3 620.3,466.5 403.7,466.5"},null)])])]),r.createVNode("input",{type:"text",class:["bk-date-picker-editor",this.readonly?"readonly":"",this.fontSizeCls,this.behavior==="simplicity"?"only-bottom-border":""],ref:"inputRef",key:this.forceInputRerender,readonly:this.localReadonly,disabled:this.disabled,placeholder:this.placeholder,value:this.displayValue,onFocus:this.handleFocus,onClick:this.handleFocus,onBlur:this.handleBlur,onKeydown:this.handleKeydown,onChange:this.handleInputChange},null),this.clearable&&this.showClose?r.createVNode(Cn,{onClick:this.handleClear,class:"clear-action"},null):""]),t=this.hasShortcuts?{shortcuts:()=>{var o,c;return((c=(o=this.$slots).shortcuts)==null?void 0:c.call(o,{change:this.onPick}))||null}}:{};return r.withDirectives(r.createVNode("div",{class:["bk-date-picker",this.type==="datetimerange"?"long":"",this.longWidthCls]},[r.createVNode("div",{ref:"triggerRef",class:"bk-date-picker-rel",onMouseenter:this.handleInputMouseenter,onMouseleave:this.handleInputMouseleave},[(l=(i=(n=this.$slots).trigger)==null?void 0:i.call(n))!=null?l:e]),r.createVNode(r.Teleport,{to:"body",disabled:!this.appendToBody},{default:()=>[r.createVNode(r.Transition,{name:"bk-fade-down-transition"},{default:()=>[r.withDirectives(r.createVNode(mc,{class:[this.appendToBody?"bk-date-picker-transfer":""],ref:"pickerDropdownRef",triggerRef:this.triggerRef,placement:this.placement,extPopoverCls:this.extPopoverCls,appendToBody:this.appendToBody},{default:()=>{var o,c,f,u,h,m;return[this.hasHeader?r.createVNode("div",{class:["bk-date-picker-top-wrapper",this.headerSlotCls]},[(f=(c=(o=this.$slots).header)==null?void 0:c.call(o))!=null?f:null]):null,this.panel==="DateRangePanel"?r.createVNode(Rb,{ref:"pickerPanelRef",type:this.type,confirm:this.isConfirm,shortcuts:this.shortcuts,modelValue:this.internalValue,selectionMode:this.selectionMode,startDate:this.startDate,disableDate:this.disableDate,focusedDate:this.focusedDate,onPick:this.onPick,"onPick-success":this.onPickSuccess,"onSelection-mode-change":this.onSelectionModeChange},t):r.createVNode(Jb,{ref:"pickerPanelRef",clearable:this.clearable,showTime:this.type==="datetime"||this.type==="datetimerange",confirm:this.isConfirm,shortcuts:this.shortcuts,multiple:this.multiple,shortcutClose:this.shortcutClose,selectionMode:this.selectionMode,modelValue:this.internalValue,startDate:this.startDate,disableDate:this.disableDate,focusedDate:this.focusedDate,onPick:this.onPick,"onPick-clear":this.handleClear,"onPick-success":this.onPickSuccess,"onSelection-mode-change":this.onSelectionModeChange},t),this.hasFooter?r.createVNode("div",{class:["bk-date-picker-footer-wrapper",this.footerSlotCls]},[(m=(h=(u=this.$slots).footer)==null?void 0:h.call(u))!=null?m:null]):null]}}),[[r.vShow,this.opened]])]})]})]),[[r.resolveDirective("clickoutside"),this.handleClose]])}}),Hb=r.defineComponent({name:"TimePicker",directives:{clickoutside:Fi},props:Y(Y(Y({},Ic),Pb),vc),emits:["open-change","input","change","update:modelValue","clear","shortcut-change","pick-success"],slots:["header"],setup(e,{slots:t,emit:n}){const i=jn(),l=e.type.includes("range"),o=l?[null,null]:[null];let c=e9((l?e.modelValue:[e.modelValue])||[])?o:Li(e.modelValue,e.type,e.multiple,e.format),f=null;e.shortcutSelectedIndex!==-1&&(f=e.shortcuts[e.shortcutSelectedIndex]||null,f&&(c=f.value()));const u=r.reactive({showClose:!1,visible:!1,internalValue:c,disableClickOutSide:!1,disableCloseUnderTransfer:!1,selectionMode:"date",forceInputRerender:1,isFocused:!1,focusedDate:c[0]||e.startDate||new Date,focusedTime:{column:0,picker:0,time:c.map(Bs),active:!1},internalFocus:!1,timeEnterMode:!0,shortcut:f,onSelectionModeChange:h});function h($){let Z=$;return $.match(/^date/)&&(Z="date"),u.selectionMode=["year","month","date","time"].indexOf(Z)>-1&&Z,u.selectionMode}const m=r.computed(()=>{if(e.multiple)return u.internalValue.slice();const $=e.type.includes("range");let Z=u.internalValue.map(ne=>ne instanceof Date?new Date(ne):ne||"");return e.type.match(/^time/)&&(Z=Z.map(ne=>Qn(ne,e.type,e.multiple,e.format))),$||e.multiple?Z:Z[0]}),p=r.computed(()=>e.type.match(/^time/)?m.value:e.multiple?Qn(m.value,e.type,e.multiple,e.format):Array.isArray(m.value)?m.value.map($=>Qn($,e.type,e.multiple,e.format)):Qn(m.value,e.type,e.multiple,e.format)),w=r.computed(()=>e.type==="timerange"?"RangeTimePickerPanel":"TimePickerPanel"),y=r.computed(()=>e.open===null?u.visible:e.open),M=r.computed(()=>Qn(u.internalValue,e.type,e.multiple,e.format)),L=r.computed(()=>{var $;return(($=u.shortcut)==null?void 0:$.text)&&e.useShortcutText?u.shortcut.text:M.value}),T=r.computed(()=>!!t.trigger||e.type==="datetime"||e.type==="datetimerange"||e.multiple),N=r.computed(()=>!!t.header),v=r.computed(()=>!!t.footer),b=r.computed(()=>!!t.shortcuts),I=r.computed(()=>{let $="";return e.fontSize==="medium"?$="medium-font":e.fontSize==="large"&&($="large-font"),$}),x=r.computed(()=>{let $="";return e.fontSize==="medium"?$="medium-width":e.fontSize==="large"&&($="large-width"),$}),k=r.computed(()=>{var $;return(($=u.shortcut)==null?void 0:$.text)&&e.useShortcutText?!0:!e.editable||e.readonly}),J=r.computed(()=>({disabledHours:e.disabledHours,disabledMinutes:e.disabledMinutes,disabledSeconds:e.disabledSeconds,hideDisabledOptions:e.hideDisabledOptions})),O=r.computed(()=>w.value==="RangeTimePickerPanel"?e.allowCrossDay:!1),A=r.ref(null),E=()=>{var $;($=A==null?void 0:A.value)==null||$.focus()},{proxy:P}=r.getCurrentInstance();r.watch(()=>u.visible,$=>{$&&r.nextTick(()=>{r9(P,"TimeSpinner").forEach(ne=>ne.updateScroll())})});const K=r.ref(null);r.watch(()=>e.modelValue,$=>{var Z;u.internalValue=Li($,e.type,e.multiple,e.format),e.withValidate&&((Z=i==null?void 0:i.validate)==null||Z.call(i,"change"))}),r.watch(()=>e.open,$=>{u.visible=$===!0}),r.watch(()=>e.type,$=>{h($)}),r.watch(()=>m,($,Z)=>{const ne=JSON.stringify($),Ie=JSON.stringify(Z);(ne!==Ie||typeof $!=typeof Z)&&n("input",$)}),r.onMounted(()=>{e.type.indexOf("date")>-1,u.timeEnterMode=!0;const $=e.modelValue,Z=m.value;(typeof $!=typeof Z||JSON.stringify($)!==JSON.stringify(Z))&&n("input",m.value),e.open!==null&&(u.visible=e.open),r.provide(n9,{props:e,focus:()=>E()})});const G=r.ref(null),oe=$=>{var Z;if(u.disableCloseUnderTransfer)return u.disableCloseUnderTransfer=!1,!1;if($&&$.type==="mousedown"&&u.visible){$.preventDefault(),$.stopPropagation();return}if(u.visible){const ne=(Z=G==null?void 0:G.value)==null?void 0:Z.$el;if($&&ne&&ne.contains($.target))return;u.visible=!1,$==null||$.preventDefault(),$==null||$.stopPropagation();return}u.isFocused=!1,u.disableClickOutSide=!1},de=()=>{var $,Z;($=A==null?void 0:A.value)==null||$.focus(),(Z=A==null?void 0:A.value)==null||Z.click()},me=()=>{e.readonly||e.disabled||M!=null&&M.value&&(u.showClose=!0)},Ce=$=>{u.showClose=!1},re=$=>{r.nextTick(()=>{var Z;n("change",p.value,$),n("update:modelValue",m.value),e.type.indexOf("time")<0&&((Z=A==null?void 0:A.value)==null||Z.blur())})},q=$=>{var U;const Z=e.type.includes("range")||e.multiple,ne=M.value,Ie=$.target.value,j=Li(Ie,e.type,e.multiple,e.format),W=Z?j:j[0],Q=(U=e.disableDate)==null?void 0:U.call(e,W),B=j.reduce((ae,Me)=>ae&&Me instanceof Date,!0);Ie!==ne&&!Q&&B?(re(e.type),u.internalValue=j):u.forceInputRerender=u.forceInputRerender+1},V=$=>{e.readonly||(u.isFocused=!0,!($&&$.type==="focus")&&(e.disabled||(u.visible=!0)))},H=()=>{var $;($=G==null?void 0:G.value)==null||$.reset()},te=$=>{var Z,ne;if(u.internalFocus){u.internalFocus=!1;return}if(u.visible){$.preventDefault();return}u.isFocused=!1,h(e.type),u.internalValue=u.internalValue.slice(),H(),(Z=G==null?void 0:G.value)==null||Z.onToggleVisibility(!1),(ne=i==null?void 0:i.validate)==null||ne.call(i,"blur")},ee=$=>{const{keyCode:Z}=$;if(Z===9&&u.visible)if($.stopPropagation(),$.preventDefault(),T.value){const Ie=".bk-picker-confirm > *",j=K.value.$el.querySelectorAll(Ie);u.internalFocus=!0,[...j][$.shiftKey?"pop":"shift"]().focus()}else oe();const ne=[37,38,39,40];if(!u.visible&&ne.includes(Z)){u.visible=!0;return}Z===27&&u.visible&&($.stopPropagation(),oe()),!!ne.includes(Z)&&u.focusedTime.active&&$.preventDefault()},ge=()=>{u.visible=!1,u.internalValue=u.internalValue.map(()=>null),n("clear"),re(e.type),H(),u.showClose=!1,u.shortcut=null,setTimeout(()=>h(e.type),500)},ce=()=>{e.appendToBody&&(u.disableCloseUnderTransfer=!0)},ye=()=>{var $;u.visible=!1,r.nextTick(()=>{n("pick-success")}),($=A==null?void 0:A.value)==null||$.blur(),H()},ie=($,Z=!1,ne,Ie)=>{let j=$;if(e.multiple){const Q=j.getTime(),B=u.internalValue.findIndex(Me=>Me&&Me.getTime()===Q),ae=[...u.internalValue,j].filter(Boolean).map(Me=>Me.getTime()).filter((Me,ve,ke)=>ke.indexOf(Me)===ve&&ve!==B);u.internalValue=ae.map(Me=>new Date(Me))}else j=Li($,e.type,e.multiple,e.format),u.internalValue=Array.isArray(j)?j:[j];if(u.internalValue[0]){const[Q]=u.internalValue;u.focusedDate=Q}u.focusedTime=Se(Y({},u.focusedTime),{time:u.internalValue.map(Bs)}),T.value||(h(e.type),u.visible=Z),ne==="upToNow"&&e.type==="daterange"&&ye(),u.shortcut=Ie,re(ne);const W=e.shortcuts.findIndex(Q=>Q===u.shortcut);n("shortcut-change",u.shortcut,W)},be=r.ref(null);return console.error(w),console.error(w.value),Se(Y({},r.toRefs(u)),{panel:w,publicStringValue:p,opened:y,visualValue:M,displayValue:L,isConfirm:T,hasHeader:N,hasFooter:v,hasShortcuts:b,fontSizeCls:I,longWidthCls:x,localReadonly:k,allowCrossDayProp:O,ownPickerProps:J,pickerDropdownRef:K,inputRef:A,triggerRef:be,pickerPanelRef:G,handleClose:oe,handleIconClick:de,handleInputMouseenter:me,handleInputMouseleave:Ce,handleFocus:V,handleBlur:te,handleKeydown:ee,handleInputChange:q,handleClear:ge,handleTransferClick:ce,onPick:ie,onPickSuccess:ye})},render(){var n,i,l;const e=r.createVNode("div",null,[r.createVNode("span",{class:["icon-wrapper",this.disabled?"disabled":""],onClick:this.handleIconClick},[this.type==="time"||this.type==="timerange"?r.createVNode("svg",{class:"picker-icon",x:"0px",y:"0px",viewBox:"0 0 1024 1024"},[r.createVNode("g",{id:"time"},[r.createVNode("path",{fill:"#c4c6cc",d:"M512,128c51.9,0,102.2,10.1,149.5,30.2c45.7,19.3,86.8,47,122.1,82.3s63,76.4,82.3,122.1c20,47.3,30.2,97.6,30.2,149.5S886,614.3,865.9,661.6c-19.3,45.7-47,86.8-82.3,122.1s-76.4,63-122.1,82.3c-47.3,20-97.6,30.2-149.5,30.2S409.8,886.1,362.5,866c-45.7-19.3-86.8-47-122.1-82.3s-63-76.4-82.3-122.1c-20-47.3-30.2-97.6-30.2-149.5s10.1-102.2,30.2-149.5c19.3-45.7,47-86.8,82.3-122.1s76.4-63,122.1-82.3C409.8,138.1,460.1,128,512,128 M512,64C264.6,64,64,264.6,64,512s200.6,448,448,448s448-200.6,448-448S759.4,64,512,64L512,64z"},null),r.createVNode("polygon",{fill:"#c4c6cc",points:"512,512 512,256 448,256 448,512 448,576 512,576 768,576 768,512"},null)])]):r.createVNode("svg",{class:"picker-icon",x:"0px",y:"0px",viewBox:"0 0 1024 1024"},[r.createVNode("g",{id:"date"},[r.createVNode("path",{fill:"#c4c6cc",d:"M896,128h-96v64h64v112H160V192h64v-64h-96c-17.7,0-32,14.3-32,32v736c0,17.7,14.3,32,32,32h768c17.7,0,32-14.3,32-32V160C928,142.3,913.7,128,896,128z M160,864V368h704v496H160z"},null),r.createVNode("rect",{x:"416",y:"128",fill:"#c4c6cc",width:"192",height:"64"},null),r.createVNode("rect",{x:"288",y:"96",fill:"#c4c6cc",width:"64",height:"128"},null),r.createVNode("rect",{x:"672",y:"96",fill:"#c4c6cc",width:"64",height:"128"},null),r.createVNode("polygon",{fill:"#c4c6cc",points:"403.7,514.4 557.1,514.4 557.1,515.3 420.1,765.5 483.5,765.5 620.3,504.3 620.3,466.5 403.7,466.5"},null)])])]),r.createVNode("input",{type:"text",class:["bk-date-picker-editor",this.readonly?"readonly":"",this.fontSizeCls,this.behavior==="simplicity"?"only-bottom-border":""],ref:"inputRef",key:this.forceInputRerender,readonly:this.localReadonly,disabled:this.disabled,placeholder:this.placeholder,value:this.displayValue,onFocus:this.handleFocus,onClick:this.handleFocus,onBlur:this.handleBlur,onKeydown:this.handleKeydown,onChange:this.handleInputChange},null),this.clearable&&this.showClose?r.createVNode(Cn,{onClick:this.handleClear,class:"clear-action"},null):""]),t=this.hasShortcuts?{shortcuts:()=>{var o,c;return((c=(o=this.$slots).shortcuts)==null?void 0:c.call(o))||null}}:{};return r.withDirectives(r.createVNode("div",{class:["bk-date-picker",this.type==="datetimerange"?"long":"",this.longWidthCls]},[r.createVNode("div",{ref:"triggerRef",class:"bk-date-picker-rel",onMouseenter:this.handleInputMouseenter,onMouseleave:this.handleInputMouseleave},[(l=(i=(n=this.$slots).trigger)==null?void 0:i.call(n))!=null?l:e]),r.createVNode(r.Teleport,{to:"body",disabled:!this.appendToBody},{default:()=>[r.createVNode(r.Transition,{name:"bk-fade-down-transition"},{default:()=>[r.withDirectives(r.createVNode(mc,{class:[this.appendToBody?"bk-date-picker-transfer":""],ref:"pickerDropdownRef",triggerRef:this.triggerRef,placement:this.placement,extPopoverCls:this.extPopoverCls,appendToBody:this.appendToBody,onClick:this.handleTransferClick},{default:()=>{var o,c,f,u,h,m;return[this.hasHeader?r.createVNode("div",{class:["bk-date-picker-top-wrapper",this.headerSlotCls]},[(f=(c=(o=this.$slots).header)==null?void 0:c.call(o))!=null?f:null]):null,r.createVNode(o9,{ref:"pickerPanelRef",clearable:this.clearable,confirm:this.isConfirm,shortcuts:this.shortcuts,multiple:this.multiple,shortcutClose:this.shortcutClose,value:this.internalValue,startDate:this.startDate,disableDate:this.disableDate,onPick:this.onPick,"onPick-clear":this.handleClear,"onPick-success":this.onPickSuccess,disabledHours:this.ownPickerProps.disabledHours,disabledMinutes:this.ownPickerProps.disabledMinutes,disabledSeconds:this.ownPickerProps.disabledSeconds},t),this.hasFooter?r.createVNode("div",{class:["bk-date-picker-footer-wrapper",this.footerSlotCls]},[(m=(h=(u=this.$slots).footer)==null?void 0:h.call(u))!=null?m:null]):null]}}),[[r.vShow,this.opened]])]})]})]),[[r.resolveDirective("clickoutside"),this.handleClose]])}});const c9=Ge(Wb);var Rn=(e=>(e.OBJECT_ARRAY="objectArray",e.BASE_ARRAY="baseArray",e.NOT_ARRAY="notArray",e))(Rn||{});const Bb={title:g.arrayOf(g.string).def([]),extCls:g.string.def(""),searchPlaceholder:g.string.def(""),settingKey:g.string.def("id"),displayKey:g.string.def("value"),sortKey:g.string.def("value"),showOverflowTips:g.bool.def(!1),searchable:g.bool.def(!1),sortable:g.bool.def(!1),sourceList:g.arrayOf(g.any).def([]),targetList:g.arrayOf(g.any).def([]),emptyContent:g.arrayOf(g.string).def([])};function Gb(e,t,n){const i=r.ref([]),l=r.ref([]),o=()=>{e.value.forEach(c=>{const f=c[n.value];t.value.includes(f)?l.value.push(c):i.value.push(c)})};return o(),r.watch(()=>[e,t,n],o),{selectList:i,selectedList:l}}function Zb(e,t){const n=r.ref(""),i=r.computed(()=>e.value.filter(l=>{const o=l[t.value];return o instanceof Object?!1:o.toString().includes(n.value)}));return{selectSearchQuery:n,selectListSearch:i}}var _b=r.defineComponent({name:"Transfer",props:Bb,emits:["change","update:targetList"],setup(e,{emit:t}){const n=r.computed(()=>Array.isArray(e.sourceList)?e.sourceList.every(b=>b.toString().includes("[object Object]"))?Rn.OBJECT_ARRAY:Rn.BASE_ARRAY:Rn.NOT_ARRAY),i=r.computed(()=>n.value===Rn.BASE_ARRAY?"value":e.settingKey),l=r.computed(()=>n.value===Rn.BASE_ARRAY?"value":e.displayKey),o=r.computed(()=>e.sortKey||l.value),c=r.computed(()=>{switch(n.value){case Rn.BASE_ARRAY:return[...new Set(e.sourceList)].map(v=>({value:v}));case Rn.OBJECT_ARRAY:return[...e.sourceList];default:return[]}}),{targetList:f}=r.toRefs(e),{selectList:u,selectedList:h}=Gb(c,f,i),{selectSearchQuery:m,selectListSearch:p}=Zb(u,l),w=r.computed(()=>[...p.value].sort((v,b)=>{const I=v[o.value],x=b[o.value];return I>x?1:-1})),y=r.computed(()=>[...h.value].sort((v,b)=>{const I=v[o.value],x=b[o.value];return I>x?1:-1})),M=()=>{u.value=[],h.value=[...c.value],N()},L=()=>{u.value=[...c.value],h.value=[],N()},T=(v,b)=>{const I=b?u:h,x=b?h:u,k=I.value.findIndex(J=>J[i.value]===v);x.value.push(...I.value.splice(k,1)),N()},N=()=>{const v=u.value.map(I=>I[i.value]),b=h.value.map(I=>I[i.value]);t("update:targetList",b),t("change",n.value===Rn.BASE_ARRAY?v:u.value.map(I=>r.toRaw(I)),n.value===Rn.BASE_ARRAY?b:h.value.map(I=>r.toRaw(I)),b)};return{selectSearchQuery:m,selectListSearch:p,selectedList:h,selectListSort:w,selectedListSort:y,settingCode:i,displayCode:l,allToRight:M,allToLeft:L,handleItemClick:T}},render(){const e=this.sortable?this.selectListSort:this.selectListSearch,t=this.sortable?this.selectedListSort:this.selectedList,n=c=>{var p,w;const f=c==="left-header",u=f?`${(p=this.title[0])!=null?p:"\u5DE6\u4FA7\u5217\u8868"}`:`${(w=this.title[1])!=null?w:"\u53F3\u4FA7\u5217\u8868"}`,h=f?!e.length:!t.length,m=()=>{h||(f?this.allToRight():this.allToLeft())};return this.$slots[c]?r.createVNode("div",{class:"slot-header"},[this.$slots[c]()]):r.createVNode("div",{class:"header"},[`${u}\uFF08\u5171${f?e.length:t.length}\u6761\uFF09`,r.createVNode("span",{class:{disabled:h},onClick:()=>m()},[f?"\u5168\u90E8\u6DFB\u52A0":"\u6E05\u7A7A"])])},i=c=>{var h;const f=c==="left-empty-content",u=(h=f?this.emptyContent[0]:this.emptyContent[1])!=null?h:f?"\u65E0\u6570\u636E":"\u672A\u9009\u62E9\u4EFB\u4F55\u9879";return this.$slots[c]?r.createVNode("div",null,[this.$slots[c]()]):r.createVNode("div",{class:"empty"},[u])},l=(c,f=!0)=>r.createVNode("div",{class:"item-content"},[r.createVNode("span",{class:"content-text",title:c[this.displayCode]},[c[this.displayCode]]),r.createVNode("span",{class:"icon-wrapper"},[f?r.createVNode(ho,{class:"bk-icon"},null):r.createVNode(Pn,{class:"bk-icon"},null)])]),o=c=>{const f=c==="left",u=f?e:t,h=f?"source-option":"target-option",m=f?"left-empty-content":"right-empty-content";return u.length?r.createVNode("ul",{class:["content",this.searchable&&f?"is-search":""]},[u.map(p=>{var w,y,M;return r.createVNode("li",{key:p[this.settingCode],class:[this.$slots[h]?"custom-item":""],onClick:()=>this.handleItemClick(p[this.settingCode],f)},[(M=(y=(w=this.$slots)[h])==null?void 0:y.call(w,p))!=null?M:l(p,f)])})]):i(m)};return r.createVNode("div",{class:["bk-transfer",this.extCls]},[r.createVNode("div",{class:"source-list"},[n("left-header"),this.searchable&&r.createVNode(Gi,{modelValue:this.selectSearchQuery,"onUpdate:modelValue":c=>this.selectSearchQuery=c,class:"transfer-search-input",clearable:!0,placeholder:this.searchPlaceholder||"\u8BF7\u8F93\u5165\u641C\u7D22\u5173\u952E\u5B57",type:"search","left-icon":"bk-icon icon-search"},null),o("left")]),r.createVNode("div",{class:"transfer"},null),r.createVNode("div",{class:"target-list"},[n("right-header"),o("right")])])}});const u9=Ge(_b);var La=(e=>(e.NODE_CLICK="nodeClick",e.NODE_COLLAPSE="nodeCollapse",e.NODE_EXPAND="nodeExpand",e.NODE_CHECKED="nodeChecked",e))(La||{});const Gs=(...e)=>!0,Yb={nodeClick:Gs,nodeCollapse:Gs,nodeExpand:Gs,nodeChecked:Gs};var le=(e=>(e.DEPTH="__depth",e.INDEX="__index",e.UUID="__uuid",e.PARENT_ID="__parent_id",e.HAS_CHILD="__has_child",e.PATH="__path",e.IS_ROOT="__is_root",e.ORDER="__order",e.IS_OPEN="__is_open",e.IS_CHECKED="__is_checked",e.IS_SELECTED="__is_selected",e.IS_ASYNC_INIT="__is_async_init",e.IS_MATCH="__is_match",e.IS_NULL="__IS_NULL",e.IS_CACHED="__is_cached",e.IS_ASYNC="__is_async",e.IS_LOADING="__is_loading",e.TREE_NODE_ATTR="__attr__",e))(le||{});const ki={__is_open:"isOpen",__is_selected:"selected",__is_match:"isMatch",__has_child:"hasChild",__is_checked:"checked",__is_async:"async",__is_loading:"loading",__is_root:"isRoot"},Fb={data:g.arrayOf(g.any).def([]),label:g.oneOfType([g.func.def(void 0),g.string.def("label")]),nodeKey:g.string.def(void 0),children:g.string.def("children"),indent:g.number.def(18),lineHeight:g.number.def(32),levelLine:g.oneOfType([g.bool.def(!1),g.func.def(void 0),g.string.def("1px dashed #c3cdd7")]).def(!1),virtualRender:g.bool.def(!1),prefixIcon:g.oneOfType([g.func.def(()=>{}),g.bool.def(!1)]).def(!0),async:g.shape({callback:g.func.def(void 0),cache:g.bool.def(!0),deepAutoOpen:g.commonType(["once","every"],"columnType").def("once")}),offsetLeft:g.number.def(5),search:g.oneOfType([g.shape({value:g.oneOfType([g.number,g.string,g.bool]).def(""),match:g.oneOfType([g.commonType(["fuzzy","full"],"TreeSearchMatchType"),g.func]),resultType:g.commonType(["tree","list"],"TreeSearchResultType").def("tree"),openResultNode:g.bool}),g.string,g.number,g.bool]).def(void 0),emptyText:g.string.def("\u6CA1\u6709\u6570\u636E"),draggable:g.bool.def(!1),dragSort:g.bool.def(!1),selectable:g.bool.def(!0),showCheckbox:g.bool.def(!1),showNodeTypeIcon:g.bool.def(!0),selected:g.oneOfType([g.string,null,g.number,g.object]).def(null),autoCheckChildren:g.bool.def(!0),autoOpenParentNode:g.bool.def(!0)};var Ub=(e,{slots:t})=>({renderEmpty:n=>r.createVNode(vs,{scene:"part",type:n},{default:()=>{var i,l;return[(l=(i=t.default)==null?void 0:i.call(t))!=null?l:e.emptyText]}})}),Zs=(e,t)=>{const n=P=>e.schema.get(P),i=(P,K)=>{var G;return(G=n(P[le.UUID]))==null?void 0:G[K]},l=(P,K,G)=>{e.schema.set(P[le.UUID],Se(Y({},n(P[le.UUID])),{[K]:G}))},o=P=>i(P,le.PATH),c=P=>i(P,le.UUID),f=P=>i(P,le.IS_ROOT),u=P=>i(P,le.IS_OPEN),h=P=>i(P,le.HAS_CHILD),m=P=>i(P,le.IS_MATCH),p=P=>i(P,le.IS_CHECKED),w=P=>i(P,le.PARENT_ID),y=P=>i({[le.UUID]:P},le.PARENT_ID),M=P=>i(P,le.IS_LOADING),L=(P,K)=>{l(P,le.IS_LOADING,K)},T=P=>e.schema.delete(P),N=P=>n(w(P)),v=P=>{var K;return typeof P=="object"?u(P):typeof P=="string"?(K=n(P))==null?void 0:K[le.IS_OPEN]:!1},b=P=>v(i(P,le.PARENT_ID)),I=P=>f(P)||b(P),x=P=>P.split("-").reduce((G,oe)=>{const de=Number(oe);return Array.isArray(G)?G[de]:G[t.children][de]},t.data),k=P=>{const K=e.schema;return Array.prototype.filter.call(Array.from(K.keys()),G=>K.get(G)[le.PARENT_ID]===P[le.UUID])},J=P=>x(o({[le.UUID]:P})),O=P=>f({[le.UUID]:P})?{[t.children]:t.data}:J(y(P)),A=P=>({[ki[le.IS_LOADING]]:i(P,le.IS_LOADING),[ki[le.HAS_CHILD]]:h(P),[ki[le.IS_MATCH]]:m(P),[ki[le.IS_CHECKED]]:p(P),[ki[le.IS_OPEN]]:u(P),[ki[le.IS_ROOT]]:f(P),fullPath:i(P,le.PATH),uuid:c(P),parentId:i(P,le.PARENT_ID)});return{getSchemaVal:n,getNodeAttr:i,getNodeId:c,getNodeParentId:w,getNodeParentIdById:y,getParentNodeData:O,getParentNode:N,setNodeAttr:l,getNodePath:o,isRootNode:f,isNodeOpened:u,hasChildNode:h,isItemOpen:v,isNodeChecked:p,isNodeMatched:m,isNodeLoading:M,checkNodeIsOpen:I,getSourceNodeByPath:x,getSourceNodeByUID:J,deleteNodeSchema:T,resolveScopedSlotParam:A,setTreeNodeLoading:L,extendNodeAttr:P=>Se(Y({},P),{[le.TREE_NODE_ATTR]:A(P)}),getChildNodes:k}};const d9="1px dashed #c3cdd7",f9=(e,t,n=null,i=null,l=null,o=[])=>{const c=e[t];return typeof c=="boolean"?c?i:l:h9(n,e,t,o)},h9=(e,t,n,i=[])=>{const l=t[n];if(typeof l=="string")return typeof e=="object"&&e!==null?(Object.prototype.hasOwnProperty.call(e,l)||console.error(`cannot find node label with key ${l}`),e[l]):l;if(typeof l=="function"){const o=l.apply(globalThis,[e,...i]);if(typeof o=="string")return o;console.error("props label with function return value is not string, please check and return string");return}},g9=(e,t)=>h9(e,t,"label"),Nc=(e,t)=>e.get(t)||{},$b=(e,t,n)=>{var i;return(i=Nc(e,t))==null?void 0:i[n]},Xb=(e,t)=>({"--level-line":f9(t,"levelLine",e,d9,null,["tree"]),"--lineHeight":`${t.lineHeight}px`,"--indent":`${t.indent}px`,"--offset-left":`${t.offsetLeft}px`}),Kb=(e,t,n={})=>{const{schema:i}=n,l=$b(i,e[le.UUID],le.DEPTH);return Y({"--depth":l},typeof t.levelLine=="function"?{"--level-line":f9(t,"levelLine",e,d9,null,["node"])}:{})},qb=(e,t,n)=>{const{__is_root:i,__is_open:l}=Nc(t,e[le.UUID])||{};return{"is-root":i,"bk-tree-node":!0,"is-open":l,"is-virtual-render":n.virtualRender,"level-line":n.levelLine}},ey=(e,t)=>{const{__is_checked:n,__is_selected:i}=Nc(t,e[le.UUID])||{};return{"is-checked":n,"is-selected":i,[Be("node-row")]:!0}},ty=(e,t,n,i,l)=>{ny(e,t,n,{[i]:l})},ny=(e,t,n,i)=>{const o=e.split("-").reduce((c,f)=>{const u=Number(f);return Array.isArray(c)?c[u]:c[n][u]},t);Object.assign(o,i||{})},ka=e=>e==null?{__IS_NULL:!0}:typeof e=="string"||typeof e=="number"||typeof e=="symbol"?{[le.UUID]:e}:(Object.prototype.hasOwnProperty.call(e,le.UUID)||console.error("setNodeAction Error: node id cannot found"),e);var m9=(e,t)=>{const{setNodeAttr:n,getNodePath:i,getNodeAttr:l,resolveScopedSlotParam:o,setTreeNodeLoading:c}=Zs(t,e),f=(m,p)=>{if(typeof m=="object"&&m!==null){n(p,le.IS_OPEN,!0);const w=Array.isArray(m)?m:[m];return ty(i(p),e.data,e.children,e.children,w),Promise.resolve(m)}return Promise.resolve(m)},u=m=>{const{callback:p=null,cache:w=!0}=e.async||{};if(typeof p=="function"&&l(m,le.IS_ASYNC)){if(n(m,le.IS_ASYNC_INIT,!0),!l(m,le.IS_CACHED)){n(m,le.IS_CACHED,w);const y=o(m),M=p(m,L=>f(L,m),y);if(typeof M=="object"&&M!==null)return c(m,!0),M instanceof Promise?Promise.resolve(M.then(L=>f(L,m)).catch(L=>console.error("load remote data error:",L)).finally(()=>{c(m,!1),n(m,le.IS_CACHED,!0)})):(f(M,m),c(m,!1),Promise.resolve(!0))}return Promise.resolve(!0)}return Promise.resolve(!0)},h=()=>{const m=t.data.filter(p=>l(p,le.IS_ASYNC)&&p[ki[le.IS_OPEN]]&&!l(p,le.IS_ASYNC_INIT));m.length&&Promise.all(m.map(p=>u(p))).then(()=>{h()}).catch(p=>{console.warn(p)})};return{asyncNodeClick:u,deepAutoOpen:h}},iy=(e,t,n,i,l,o)=>{let c=e.selected;const{setNodeAttr:f,getNodePath:u,getSchemaVal:h,getNodeAttr:m,getNodeId:p,getChildNodes:w,isRootNode:y,hasChildNode:M,isItemOpen:L,isNodeOpened:T,isNodeLoading:N,isNodeChecked:v,getParentNode:b,resolveScopedSlotParam:I,extendNodeAttr:x}=Zs(n,e),{registerNextLoop:k}=o,{asyncNodeClick:J,deepAutoOpen:O}=m9(e,n),A=Z=>L(Z)?r.createVNode(Mo,{class:[Be("tree-icon"),Be("node-prefix")]},null):r.createVNode(wo,{class:[Be("tree-icon"),Be("node-prefix")]},null),E=Z=>{if(typeof Z=="string")return Z;if(typeof Z=="object"&&Z!==null){if(Z.__v_isVNode)return Z;const{node:ne,className:Ie,text:j,style:W}=Z;return r.h(ne,{class:Ie,style:W},j)}return null},P=Z=>{var ne,Ie,j;return((j=(Ie=(ne=t.slots).nodeLoading)==null?void 0:Ie.call(ne,x(Z)))!=null?j:N(Z))?r.createVNode(ys,null,null):""},K=Z=>{if(t.slots.nodeAction)return t.slots.nodeAction(x(Z));let ne=null;return N(Z)?P(Z):typeof e.prefixIcon=="function"&&(ne=e.prefixIcon(x(Z),"node_action"),ne!=="default")?E(ne):(ne==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon)&&(M(Z)||Z.async||!e.autoCheckChildren)?L(Z)?r.createVNode(fs,{class:Be("node-prefix")},null):r.createVNode(da,{class:Be("node-prefix")},null):null},G=Z=>{if(!e.showNodeTypeIcon)return null;if(t.slots.nodeType)return t.slots.nodeType(x(Z));let ne=null;return typeof e.prefixIcon=="function"&&(ne=e.prefixIcon(x(Z),"node_type"),ne!=="default")?E(ne):ne==="default"||typeof e.prefixIcon=="boolean"&&e.prefixIcon?y(Z)||M(Z)?A(Z):r.createVNode(ko,{class:[Be("tree-icon"),Be("node-prefix")]},null):null},oe=(Z,ne)=>{const Ie=b(Z);Ie&&(f(Ie,le.IS_CHECKED,ne),y(Ie)||oe(Ie,ne))},de=(Z,ne,Ie)=>{w(Z).forEach(j=>{f({[le.UUID]:j},ne,Ie),de({[le.UUID]:j},ne,Ie)})},me=(Z,ne)=>{f(Z,le.IS_CHECKED,!!ne),de(Z,le.IS_CHECKED,!!ne),oe(Z,ne),t.emit(La.NODE_CHECKED,l.value.filter(Ie=>v(Ie)).map(Ie=>Ie[le.UUID]))},Ce=Z=>v(Z)&&!l.value.filter(ne=>{var Ie;return(Ie=u(ne))==null?void 0:Ie.startsWith(u(Z))}).every(ne=>v(ne)),re=Z=>v(Z)||l.value.filter(ne=>{var Ie;return(Ie=u(ne))==null?void 0:Ie.startsWith(u(Z))}).some(ne=>v(ne)),q=Z=>e.showCheckbox?r.createVNode(Zi,{size:"small",modelValue:re(Z),indeterminate:Ce(Z),onChange:ne=>me(Z,ne)},null):null,V=(Z,ne=null,Ie=null,j=!0)=>{const W=ne===null?!L(Z):!!ne;if(W||de(Z,le.IS_OPEN,W),f(Z,le.IS_OPEN,W),j){const Q=L(Z)?La.NODE_EXPAND:La.NODE_COLLAPSE;t.emit(Q,Z,I(Z),h(Z[le.UUID]),Ie)}},H=(Z,ne,Ie)=>{if(Array.isArray(Z)){Z.forEach(j=>f(ka(j),ne,Ie));return}f(ka(Z),ne,Ie)},te=(Z,ne=!0,Ie=!1)=>{const j=ka(Z);if(!j[le.IS_NULL])if(Ie)if(ne){if(H(j,le.IS_OPEN,!0),!y(j)){const W=m(j,le.PARENT_ID);te(W,!0,!0)}}else V(j,!1,null,!1);else H(j,le.IS_OPEN,ne)},ee=(Z,ne)=>{if(T(Z)){V(Z,!1,ne);return}J(Z).finally(()=>{m(Z,le.IS_LOADING)?k("setNodeOpenedAfterLoading",{type:"once",fn:()=>V(Z,!0,ne)}):V(Z,!0,ne)})},ge=(Z,ne)=>{Z.stopImmediatePropagation(),Z.stopPropagation(),Z.preventDefault(),ee(ne,Z)},ce=(Z,ne=!0,Ie=!0)=>{const j=Array.isArray(Z)?Z:[Z];if(!j.length)return;const W=ka(j[0]);W[le.IS_NULL]||(e.selectable?(c!=null&&f({[le.UUID]:c},le.IS_SELECTED,!ne),e.selected&&e.selected!==c&&f({[le.UUID]:e.selected},le.IS_SELECTED,!ne),f(W,le.IS_SELECTED,ne),c=p(W),Ie&&j.length===1&&te(W,!0,!0),m(W,le.IS_ASYNC)&&J(W).then(()=>{r.nextTick(()=>{j.shift(),ce(j,ne,Ie)})})):console.warn("props.selectable is false or undefined, please set selectable with true"))},ye=(Z,ne)=>{ce(Z,!0,!1),T(Z)||ee(Z,ne);const Ie=La.NODE_CLICK;t.emit(Ie,Z,I(Z),h(Z[le.UUID]),ne)},ie=(Z,ne)=>{if(y(ne))return!1;const Ie=u(ne),j=`${Ie}`.split("-").slice(0,Z+1);if(j.join("-")===Ie)return!0;const Q=j.pop(),B=parseInt(Q,10);j.push(`${B+1}`);const U=j.join("-");return l.value.some(ae=>ae[le.PATH]===U)},be=Z=>{if(!e.levelLine)return null;const ne=j=>({"--depth":j}),Ie=m(Z,le.DEPTH)+1;return new Array(Ie).fill("").map((j,W)=>W).filter(j=>ie(j,Z)).filter(j=>j>0).map(j=>r.createVNode("span",{class:"node-virtual-line",style:ne(Ie-j)},null))};return{renderTreeNode:Z=>{var ne,Ie,j,W,Q;return r.createVNode("div",{"data-tree-node":p(Z),key:p(Z),class:ey(Z,n.schema)},[r.createVNode("div",{class:qb(Z,n.schema,e),style:Kb(Z,e,n),onClick:B=>ye(Z,B)},[r.createVNode("span",{class:[Be("node-action")],onClick:B=>ge(B,Z)},[K(Z)]),r.createVNode("span",{class:Be("node-content")},[[q(Z),G(Z)],r.createVNode("span",{class:Be("node-text")},[(j=(Ie=(ne=t.slots).node)==null?void 0:Ie.call(ne,x(Z)))!=null?j:[g9(Z,e)]]),(Q=(W=t.slots).nodeAppend)==null?void 0:Q.call(W,x(Z))]),be(Z)])])},hanldeTreeNodeClick:ee,deepAutoOpen:O,asyncNodeClick:J,setNodeAction:H,setNodeOpened:V,setSelect:ce,setOpen:te}},ry=(e,t,n)=>{const{getSourceNodeByUID:i,getNodeParentIdById:l,getParentNodeData:o,getNodeAttr:c,getNodePath:f,isRootNode:u}=Zs(n,e),h=v=>v.target.closest("[data-tree-node]"),m=v=>{h(v).removeEventListener("mouseup",m)},p=v=>{const b=h(v);b.setAttribute("draggable","true"),b.addEventListener("mouseup",m)},w=v=>{v.preventDefault();const b=h(v),I=v.dataTransfer.getData("node-id"),x=b.getAttribute("data-tree-node"),k=L(I,x)?"move":"none";v.dataTransfer.effectAllowed=k,v.dataTransfer.dropEffect=k},y=v=>{v.dataTransfer.effectAllowed="move",v.dataTransfer.dropEffect="move";const b=h(v);v.dataTransfer.setData("text/plain",""),v.dataTransfer.setData("node-id",b.getAttribute("data-tree-node"))},M=v=>{v.preventDefault(),v.stopPropagation();const b=h(v),I=v.dataTransfer.getData("node-id"),x=b.getAttribute("data-tree-node");Reflect.apply(e.dragSort?T:N,globalThis,[I,x])},L=(v,b)=>{const I=f({[le.UUID]:v}),x=f({[le.UUID]:b}),k=l(v),J=l(b);return k===J?!0:I.indexOf(x)===-1&&x.indexOf(I)===-1},T=(v,b)=>{if(!L(v,b))return;const I=JSON.parse(JSON.stringify(i(v))),x=JSON.parse(JSON.stringify(i(b))),k=o(v),J=o(b),O=c({[le.UUID]:v},le.INDEX),A=c({[le.UUID]:b},le.INDEX);k==null||k[e.children].splice(O,1,x),J==null||J[e.children].splice(A,1,I)},N=(v,b)=>{const I=i(v),x=i(b);let k=null;if(u({[le.UUID]:v}))k=e.data;else{const J=l(v);if(J!=null){k=i(J);const O=c({[le.UUID]:v},le.INDEX);k==null||k[e.children].splice(O,1)}}x[e.children]||(x[e.children]=[]),x[e.children].unshift(I)};r.onMounted(()=>{if(e.draggable&&t.value){const v=t.value.$el;v.addEventListener("mousedown",p),v.addEventListener("dragstart",y),v.addEventListener("dragover",w),v.addEventListener("drop",M)}}),r.onUnmounted(()=>{if(e.draggable&&t.value){const v=t.value.$el;v.removeEventListener("mousedown",p),v.removeEventListener("dragstart",y),v.removeEventListener("dragover",w),v.removeEventListener("drop",M)}})},ay=e=>{var w;const t=r.toRef(e,"search"),{openResultNode:n=!1,resultType:i="tree"}=(w=e.search)!=null?w:{},l=y=>["string","number","boolean"].includes(typeof y),o=(y,M)=>y===M,c=(y,M)=>new RegExp(`${y}`,"i").test(`${M}`),f=(y,M)=>Reflect.apply(y,globalThis,M),u=t.value===void 0||t.value===!1,h=(y,M)=>{if(u)return!0;if(l(t.value))return f(c,[t.value,y,M]);const{value:L="",match:T="fuzzy"}=t.value,v=typeof T=="function"?T:T==="fuzzy"?c:o;return`${L}`.length===0?!0:f(v,[L,y,M])},m=r.computed(()=>t.value!==!1&&(l(t.value)?`${t.value}`.length>0:typeof t.value=="object"));return{searchFn:h,refSearch:t,isSearchActive:m,isSearchDisabled:u,openResultNode:n,resultType:i,isTreeUI:i==="tree"}},sy=e=>{var T;const t=(N,v=void 0,b=[])=>{const{data:I,children:x}=N,k=[],J=[];let O=0;const A=new Map;function E(re,q,V,H){if(re!=null&&A.has(re)&&![le.UUID,le.PARENT_ID].includes(q)){const te=A.get(re);Object.prototype.hasOwnProperty.call(te,q)&&typeof H=="function"&&Reflect.apply(H,self,[te,q,V])&&(Object.assign(te,{[q]:V}),E(te[le.PARENT_ID],q,V,H))}}function P(re){let q=null;return typeof N.nodeKey=="string"&&(q=re[N.nodeKey]||Vi.v4()),q||re[le.UUID]||Vi.v4()}const K={[le.IS_OPEN]:()=>!1,[le.IS_CHECKED]:()=>!1,[le.IS_MATCH]:()=>!0,[le.IS_SELECTED]:re=>N.selected===re,[le.IS_CACHED]:()=>!1,[le.IS_ASYNC]:()=>null,[le.IS_LOADING]:()=>!1};function G(re,q,V,H=void 0){let te=H;H===void 0&&typeof K[V]=="function"&&(te=K[V](re,q));const ee=ki[V];if(Object.prototype.hasOwnProperty.call(q,ee))return q[ee];const ge=(b||[]).find(ye=>ye[le.UUID]===re);let ce;return ge&&(ce=ge[V]),ce==null&&(ce=te),ce}function oe(re,q){return N.selectable?G(re,q,le.IS_SELECTED,N.selected===re):!1}function de(re,q,V){var ee;const H=G(re,q,le.IS_OPEN),te=A.has(V)?(ee=A.get(V))==null?void 0:ee[le.IS_OPEN]:!0;return H&&te}function me(re){return!re[le.IS_OPEN]}function Ce(re,q=0,V=null,H=null){const te=re.length;for(let ee=0;ee<te;ee++){const ge=re[ee];if(Array.isArray(ge))Ce(ge,q,V,H);else if(typeof ge=="object"&&ge!==null){const ce=H!==null?`${H}-${ee}`:`${ee}`,ye=`${P(ge)}`,ie=!!(ge[x]||[]).length;let be=G(ye,ge,le.IS_OPEN);N.autoOpenParentNode?be&&E(V,le.IS_OPEN,!0,me):be=de(ye,ge,V),Object.assign(ge,{[le.UUID]:ye});const $=N.showCheckbox&&G(ye,ge,le.IS_CHECKED);$&&k.push(ye),A.set(ye,{[le.DEPTH]:q,[le.INDEX]:ee,[le.UUID]:ye,[le.PARENT_ID]:V,[le.HAS_CHILD]:ie,[le.PATH]:ce,[le.IS_ROOT]:V===null,[le.ORDER]:O,[le.IS_SELECTED]:oe(ye,ge),[le.IS_MATCH]:G(ye,ge,le.IS_MATCH),[le.IS_OPEN]:be,[le.IS_CHECKED]:$,[le.IS_CACHED]:G(ye,ge,le.IS_CACHED),[le.IS_ASYNC]:G(ye,ge,le.IS_ASYNC),[le.IS_LOADING]:G(ye,ge,le.IS_LOADING),[x]:null}),O+=1,J.push(Se(Y({},JSON.parse(JSON.stringify(ge,(Z,ne)=>Z===N.children?null:ne))),{[le.IS_OPEN]:be,[x]:null})),Object.prototype.hasOwnProperty.call(ge,x)&&Ce(ge[x]||[],q+1,ye,ce)}}}return Ce(v||I),N.showCheckbox&&(k==null||k.forEach(re=>{Array.from(A.values()).filter(q=>{var V;return(V=q[le.PATH])==null?void 0:V.startsWith(A.get(re)[le.PATH])}).forEach(q=>Object.assign(q,{[le.IS_CHECKED]:!0})),E(re,le.IS_CHECKED,!0,()=>!0)})),[J,A]},n=t(e),i=new Map,l=[],o=[],c=r.reactive({data:n[0],schema:n[1],levelLineSchema:{}}),f=r.computed(()=>Array.from(c.schema.values())),{asyncNodeClick:u,deepAutoOpen:h}=m9(e,c),m=N=>{l.push(N)},p=(N,v,b=!0)=>{b&&i.has(N)&&i.delete(N),i.set(N,v)},w=N=>typeof N=="function"?{type:"loop",fn:N}:typeof N=="object"&&typeof N.type=="string"&&typeof N.fn=="function"?N:(console.error("loop event error",N),null),y=N=>{var b;const v=w(N);return v!==null&&Reflect.apply(v.fn,globalThis,[]),(b=v==null?void 0:v.type)!=null?b:"once"},M=()=>{Array.from(i.keys()).forEach(N=>{const v=i.get(N);if(Array.isArray(v)){const b=[];v.forEach((I,x)=>{y(I)==="once"&&b.unshift(x)}),b.length&&b.forEach(I=>v.splice(I,1)),v.length===0&&i.delete(N)}else y(v)==="once"&&i.delete(N)})};r.watch(()=>[e.data],N=>{var b,I;const v=t(e,N,f.value);c.data=v[0],c.schema=v[1],((b=e.async)==null?void 0:b.callback)&&((I=e.async)==null?void 0:I.deepAutoOpen)==="every"&&h(),M()},{deep:!0}),e.selectable&&r.watch(()=>e.selected,N=>{o.length=0,l.forEach(v=>{Reflect.apply(v,globalThis,[N]),o.push(()=>Reflect.apply(v,globalThis,[N]))}),p("afterSelectWatch",o)},{immediate:!0});const L=N=>{p("afterDataUpdate",N)};return(T=e.async)!=null&&T.callback&&h(),{flatData:c,schemaValues:f,asyncNodeClick:u,deepAutoOpen:h,afterDataUpdate:L,registerNextLoop:p,onSelected:m}},ly=r.defineComponent({name:"Tree",props:Fb,emits:Yb,setup(e,t){const{flatData:n,schemaValues:i,onSelected:l,registerNextLoop:o}=sy(e),{setNodeAttr:c,checkNodeIsOpen:f,getNodeAttr:u,getNodePath:h,isRootNode:m,isNodeOpened:p,isNodeChecked:w,isNodeMatched:y,hasChildNode:M}=Zs(n,e),{searchFn:L,isSearchActive:T,refSearch:N,openResultNode:v,isTreeUI:b,isSearchDisabled:I}=ay(e);I||r.watch([N],()=>{n.data.forEach(q=>{const V=L(g9(q,e),q);c(q,le.IS_MATCH,V),v&&E(q,!0,!0)})});const x=q=>{if(T.value){const V=()=>b?i.value.some(H=>{var te;return((te=H[le.PATH])==null?void 0:te.startsWith(h(q)))&&H[le.IS_MATCH]}):!1;return u(q,le.IS_MATCH)||V()}return!0},k=r.computed(()=>n.data.filter(q=>f(q)&&x(q))),{renderTreeNode:J,hanldeTreeNodeClick:O,setNodeOpened:A,setOpen:E,setNodeAction:P,setSelect:K,asyncNodeClick:G}=iy(e,t,n,k,i,{registerNextLoop:o}),oe=(q,V=!0)=>{P(ka(q),le.IS_CHECKED,V)};l(q=>{K(q,!0,e.autoOpenParentNode)});const de=()=>n;t.expose({hanldeTreeNodeClick:O,isNodeChecked:w,isRootNode:m,isNodeOpened:p,isNodeMatched:y,hasChildNode:M,setOpen:E,setChecked:oe,setNodeAction:P,setNodeOpened:A,setSelect:K,asyncNodeClick:G,getData:de});const me=r.ref(),{renderEmpty:Ce}=Ub(e,t);ry(e,me,n);const re=q=>{if(q.length)return q.map(J);const V=T.value?"search-empty":"empty";return Ce(V)};return()=>r.createVNode(Vs,{class:Be("tree"),style:Xb(null,e),list:k.value,lineHeight:e.lineHeight,enabled:e.virtualRender,contentClassName:Be("container"),throttleDelay:0,ref:me},{default:q=>re(q.data||[])})}});const p9=Ge(ly),b9=e=>e.__v_isVNode;var oy=r.defineComponent({name:"ComposeFormItem",props:{headBackgroundColor:{type:String,default:"#FAFBFD"},tailBackgroundColor:String},render(){if(!this.$slots.default)return null;const e=this.$slots.default();if(e.length>1){const t=e.length;let n=0,i=null;for(;n<t;){if(b9(e[n])){i=e[n];break}n=n+1}let l=t-1,o=null;for(;l>=0&&l>n;){if(b9(e[l])){o=e[l];break}l=l-1}if(i&&o){i.props||(i.props={});let c="bk-compose-form-item-head";i.props.class&&(c+=` ${i.props.class}`),this.headBackgroundColor&&(i.props.style=Object.assign(i.props.style||{},{"background-color":this.headBackgroundColor})),i.props.class=c,o.props||(o.props={});let f="bk-compose-form-item-tail";o.props.class&&(f+=` ${o.props.class}`),this.tailBackgroundColor&&(o.props.style=Object.assign(o.props.style||{},{"background-color":this.tailBackgroundColor})),o.props.class=f}}return r.h("div",{class:"bk-compose-form-item"},e)}});const cy={formType:g.oneOf(["default","vertical"]).def("default"),labelWidth:g.oneOfType([Number,String]),labelPosition:g.oneOf(["left","center","right"]),model:g.object,rules:g.object};var uy=r.defineComponent({name:"Form",props:cy,emits:["submit"],setup(e,t){let n=[];const i=u=>{n.push(u)},l=u=>{n=n.reduce((h,m)=>(m!==u&&h.push(m),h),[])};return r.provide(Bd,{props:e,register:i,unregister:l}),{handleSubmit:u=>{u.preventDefault(),t.emit("submit")},validate:u=>{let h={};return u?h=(typeof u=="string"?[u]:u).reduce((p,w)=>Se(Y({},p),{[w]:!0}),{}):h=n.reduce((m,p)=>p.property?Se(Y({},m),{[p.property]:!0}):m,{}),Promise.all(n.reduce((m,p)=>(h[p.property]&&m.push(p.validate()),m),[])).then(()=>Promise.resolve(e.model))},clearValidate:u=>{let h={};u?h=(typeof u=="string"?[u]:u).reduce((p,w)=>Se(Y({},p),{[w]:!0}),{}):h=n.reduce((m,p)=>Se(Y({},m),{[p.property]:!0}),{}),n.forEach(m=>h[m.property]&&m.clearValidate())}}},render(){var t,n;const e=De({"bk-form":!0,[`bk-form--${this.formType}`]:!0});return r.createVNode("form",{class:e,onSubmit:this.handleSubmit},[(n=(t=this.$slots).default)==null?void 0:n.call(t)])}}),In={required:e=>e!==""&&e!==void 0&&e!==null,min:(e,t)=>e>=t,max:(e,t)=>t>=e,email:e=>/^[A-Za-z\d]+([-_.][A-Za-z\d]+)*@([A-Za-z\d]+[-.])+[A-Za-z\d]{2,4}$/.test(e),maxlength:(e,t)=>e.length<=t,pattern:(e,t)=>t.test(e)};const dy={label:g.string,labelWidth:g.oneOfType([Number,String]),labelPosition:g.oneOf(["left","center","right"]),property:g.string.def(""),required:g.bool.def(!1),email:g.bool.def(!1),max:g.number,min:g.number,maxlength:g.number,rules:g.array,autoCheck:g.bool.def(!1),description:g.string,errorDisplayType:g.oneOf(["tooltips","normal"]).def("normal")},fy=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),hy=e=>{const t=[];return e.required&&t.push({validator:In.required,message:`${e.label}\u4E0D\u80FD\u4E3A\u7A7A`,trigger:"blur"}),e.email&&t.push({validator:In.email,message:`${e.label}\u683C\u5F0F\u4E0D\u6B63\u786E`,trigger:"blur"}),Number(e.max)>-1&&t.push({validator:n=>In.max(n,e.max),message:`${e.label}\u6700\u5927\u503C${e.max}`,trigger:"blur"}),Number(e.min)>-1&&t.push({validator:n=>In.min(n,e.min),message:`${e.label}\u6700\u5C0F\u503C${e.min}`,trigger:"blur"}),Number(e.maxlength)>-1&&t.push({validator:n=>In.maxlength(n,e.maxlength),message:`${e.label}\u6700\u5927\u957F\u5EA6${e.maxlength}`,trigger:"blur"}),t},gy=(e,t)=>{const n=e.reduce((i,l)=>{let o;if(l.required)o=In.required;else if(l.email)o=In.email;else if(Number(l.max)>-1)o=c=>In.max(c,l.max);else if(Number(l.min)>-1)o=c=>In.min(c,l.max);else if(Number(l.maxlength)>-1)o=c=>In.min(c,l.max);else if(Object.prototype.toString.call(l.pattern)==="[object RegExp]")o=c=>In.pattern(c,l.pattern);else if(Object.prototype.toString.call(l.validator)==="[object Function]")o=l.validator;else return i;return i.push({validator:o,message:l.message,trigger:l.trigger}),i},[]);return[...t,...n]},my=(e,t)=>t.reduce((n,i)=>!i.trigger||!e?(n.push(i),n):((Array.isArray(i.trigger)?i.trigger:[i.trigger]).includes(e)&&n.push(i),n),[]),y9=e=>e!==void 0;var py=r.defineComponent({name:"FormItem",directives:{bkTooltips:Go},props:dy,setup(e){const t=r.getCurrentInstance(),n=r.reactive({isError:!1,errorMessage:""}),i=x1(),l=Boolean(i),o=r.computed(()=>l?i.props.formType==="vertical":!1),c=r.computed(()=>{const h={width:"",paddingRight:"",textAlign:""},m=y9(e.labelWidth)?e.labelWidth:l&&i.props.labelWidth;y9(m)&&(h.width=`${m}px`,h.paddingRight=m?"":"0px");const p=e.labelPosition||l&&i.props.labelPosition;return p&&(h["text-align"]=p),h}),f=h=>{if(n.isError=!1,n.errorMessage="",!e.property||l&&!i.props.model)return Promise.resolve(!0);let m=[];l&&i.props.rules&&fy(i.props.rules,e.property)&&(m=i.props.rules[e.property]),e.rules&&(m=e.rules),m=my(h,gy(m,hy(e)));const p=Dt.exports.get(i.props.model,e.property),w=(()=>{let y=-1;return()=>{if(y=y+1,y>=m.length)return Promise.resolve(!0);const M=m[y];return Promise.resolve().then(()=>{const L=M.validator(p);return typeof L!="boolean"&&typeof L.then=="function"?L.then(T=>{if(T===!1)return Promise.reject(M.message)}).then(()=>w(),()=>(n.isError=!0,n.errorMessage=M.message,Promise.reject(M.message))):L?w():(n.isError=!0,n.errorMessage=M.message,Promise.reject(M.message))})}})();return w()},u=()=>{n.isError=!1,n.errorMessage=""};return r.provide(Gd,Se(Y({},e),{validate:f,clearValidate:u})),r.onMounted(()=>{l&&i.register(t.proxy)}),r.onBeforeUnmount(()=>{l&&i.unregister(t.proxy)}),Se(Y({},r.toRefs(n)),{labelStyles:c,isFormTypeVertical:o,validate:f,clearValidate:u})},render(){var i,l,o,c;const e=De({"bk-form-item":!0,"is-error":this.isError,"is-required":this.required}),t=()=>this.$slots.label?this.$slots.label():this.description?r.withDirectives(r.createVNode("span",{class:{"bk-form-label-description":Boolean(this.description)}},[this.label]),[[r.resolveDirective("bk-tooltips"),this.description]]):this.label,n=()=>this.isError?this.errorDisplayType==="tooltips"?r.withDirectives(r.createVNode("div",{class:"bk-form-error-tips"},[r.createVNode(yo,null,null)]),[[r.resolveDirective("bk-tooltips"),this.errorMessage]]):r.createVNode("div",{class:"bk-form-error"},[this.$slots.error?this.$slots.error(this.errorMessage):this.errorMessage]):null;return r.createVNode("div",{class:e},[r.createVNode("div",{class:"bk-form-label",style:this.labelStyles},[t(),this.isFormTypeVertical&&((l=(i=this.$slots).labelAppend)==null?void 0:l.call(i))]),r.createVNode("div",{class:"bk-form-content"},[(c=(o=this.$slots).default)==null?void 0:c.call(o),n()])])}});const C9=Rt(uy,{FormItem:py,ComposeFormItem:oy}),by={span:g.number.def(1),offset:g.number.def(0),pull:g.number.def(0),push:g.number.def(0)};var yy=r.defineComponent({name:"Col",props:by,emits:[],setup(e,t){const{col:n,gutter:i,flex:l}=r.inject("containerProps"),{span:o,offset:c,pull:f,push:u}=e,h=r.computed(()=>o||n);r.provide("containerProps",{col:h.value,gutter:i,flex:l});const m=function(w){return`${Number((w*100).toFixed(3))}%`},p=r.computed(()=>({width:m(h.value/n),"padding-right":`${i/2}px`,"padding-left":`${i/2}px`,"margin-left":c?m(c/n):null,right:f?m(f/n):null,left:u?m(u/n):null}));return()=>{var w,y;return r.createVNode("div",{class:"bk-grid-col",style:p.value},[(y=(w=t.slots).default)==null?void 0:y.call(w)])}}});const Cy={col:g.number.def(24),gutter:g.number.def(20),margin:g.number.def(20),flex:g.bool.def(!1),extCls:g.string};var My=r.defineComponent({name:"Container",props:Cy,emits:[],setup(e,t){const{col:n,gutter:i,flex:l,extCls:o}=e;r.provide("containerProps",{col:n,gutter:i,flex:l});const c=r.computed(()=>o?`bk-grid-container ${o}`:"bk-grid-container"),f=r.computed(()=>{const{margin:u}=e;return{"padding-right":`${u}px`,"padding-left":`${u}px`}});return()=>{var u,h;return r.createVNode("div",{class:c.value,style:f.value},[(h=(u=t.slots).default)==null?void 0:h.call(u)])}}}),wy=r.defineComponent({name:"Row",emits:[],setup(e,t){const{col:n,gutter:i,flex:l}=r.inject("containerProps");r.provide("containerProps",{col:n,gutter:i,flex:l});const o=r.computed(()=>Se(Y({},l?{display:["-webkit-box","-ms-flexbox","flex"]}:{}),{"margin-right":`-${i/2}px`,"margin-left":`-${i/2}px`}));return()=>{var c,f;return r.createVNode("div",{class:"bk-grid-row",style:o.value},[(f=(c=t.slots).default)==null?void 0:f.call(c)])}}});const _s=Rt(My,{Row:wy,Col:yy}),Iy=["auto","auto-start","auto-end","top","right","bottom","left","top-start","top-end","bottom-start","bottom-end","right-start","right-end","left-start","left-end"],vy=["hover","click","manual"];var Ny=r.defineComponent({name:"Dropdown",props:{isShow:g.bool.def(!1),placement:g.commonType(Iy,"placement").def("bottom"),trigger:g.commonType(vy,"trigger").def("hover"),disabled:g.bool.def(!1),popoverOptions:g.object.def({}),extCls:g.string},emits:["showChange","show","hide"],setup(e,{emit:t}){const n=o=>{t("showChange",o)};return{afterShow:()=>{t("show"),n(!0)},afterHidden:()=>{t("hide"),n(!1)}}},render(){const e=De({"bk-dropdown":!0},this.$props.extCls),t={theme:"light bk-dropdown-popover",trigger:this.trigger,arrow:!1,placement:this.placement,isShow:this.isShow,disabled:this.disabled},n=Dt.exports.merge(t,this.popoverOptions);return r.createVNode("div",{class:e},[r.createVNode(wi,r.mergeProps(n,{onAfterShow:this.afterShow,onAfterHidden:this.afterHidden}),{default:()=>{var i,l;return r.createVNode("div",{class:"bk-dropdown-reference"},[r.createTextVNode(" "),(l=(i=this.$slots).default)==null?void 0:l.call(i),r.createTextVNode(" ")])},content:()=>{var i,l;return r.createVNode("div",{class:"bk-dropdown-content"},[r.createTextVNode(" "),(l=(i=this.$slots).content)==null?void 0:l.call(i),r.createTextVNode(" ")])}})])}}),Ly=r.defineComponent({name:"DropdownItem",props:{extCls:g.string},emits:["click"],setup(e,{emit:t}){const n=l=>{l.stopPropagation(),t("click",l)};return{wrapperCLasses:r.computed(()=>["bk-dropdown-item",e.extCls]),handleClick:n}},render(){var e,t;return r.createVNode("li",{class:this.wrapperCLasses,onClick:this.handleClick},[(t=(e=this.$slots).default)==null?void 0:t.call(e)])}}),ky=r.defineComponent({name:"DropdownMenu",props:{extCls:g.string},setup(e){return{wrapperCLasses:r.computed(()=>["bk-dropdown-menu",e.extCls])}},render(){var e,t;return r.createVNode("ul",{class:this.wrapperCLasses},[(t=(e=this.$slots).default)==null?void 0:t.call(e)])}});const M9=Rt(Ny,{DropdownMenu:ky,DropdownItem:Ly});var Lc=r.defineComponent({name:"CascaderPanel",props:{store:g.object.def({}),modelValue:g.oneOfType([g.arrayOf(g.number).def([]),g.arrayOf(g.string).def([])])},emits:["update:modelValue"],setup(e,{emit:t}){const{store:n}=e,i=r.reactive({list:[e.store.getNodes()]}),l=r.ref([]),o=r.ref([]),c=M=>{M.length===0&&(i.list=i.list.slice(0,1),l.value=[]),M.forEach(L=>{const T=n.getNodeById(L);u(T)}),o.value=M},f=M=>{M.config.multiple?o.value=n.getCheckedNodes().map(L=>L.path):o.value=M.path,t("update:modelValue",o.value)},u=M=>{var L;if(!(!M||(M==null?void 0:M.isDisabled))){if(i.list=i.list.slice(0,M.level),l.value=l.value.slice(0,M.level-1),(L=M.children)!=null&&L.length){i.list.push(M.children),l.value.push(M);return}if(n.config.isRemote&&!M.isLeaf){M.loading=!0;const T=N=>{n.appendNodes(N,M||null),i.list.push(M.children),l.value.push(M),M.loading=!1};n.config.remoteMethod(M,T)}}},h=M=>{const{trigger:L,checkAnyLevel:T,multiple:N}=M.config;return{onClick:b=>{(!M.isLeaf||N)&&b.stopPropagation(),L==="click"&&u(M),T&&!N&&f(M),M.isLeaf&&!N&&f(M)},onMouseenter:()=>{L==="hover"&&u(M)}}},m=M=>(l.value[M.level-1]||{}).id===M.id,p=(M,L)=>{const{multiple:T}=M.config;return T?!1:_d(L,M.path)},w=(M,L)=>{M.setNodeCheck(L),f(M)},y=M=>M.loading?r.createVNode(ys,{class:"icon-spinner"},null):r.createVNode(zn,{class:"icon-angle-right"},null);return r.watch(()=>e.modelValue,M=>{c(M)},{immediate:!0}),r.watch(()=>e.store,M=>{i.list=[M.getNodes()]}),{menus:i,activePath:l,nodeExpandHandler:u,isNodeInPath:m,nodeEvent:h,isCheckedNode:p,checkValue:o,checkNode:w,iconRender:y}},render(){return r.createVNode("div",{class:"bk-cascader-panel-wrapper"},[this.menus.list.map(e=>r.createVNode("ul",{class:"bk-cascader-panel"},[e.map(t=>r.createVNode("li",r.mergeProps({class:["bk-cascader-node",{"is-selected":this.isNodeInPath(t)},{"is-disabled":t.isDisabled},{"is-checked":this.isCheckedNode(t,this.checkValue)}]},this.nodeEvent(t)),[t.config.multiple&&r.createVNode(Zi,{disabled:t.isDisabled,modelValue:t.checked,"onUpdate:modelValue":n=>t.checked=n,onChange:n=>this.checkNode(t,n)},null),r.createVNode("span",{class:"bk-cascader-node-name"},[t.name]),t.isLeaf?"":this.iconRender(t)]))]))])}});class Ys{constructor(t,n,i){this.data=t,this.config=n,this.parent=i||null,this.leaf=t.leaf,this.level=this.parent?this.parent.level+1:1,this.initState()}initState(){const{idKey:t,nameKey:n,childrenKey:i}=this.config;this.id=this.data[t],this.name=this.data[n],this.loading=!1,this.loaded=!1,this.checked=!1;const l=this.data[i];this.children=(l||[]).map(o=>new Ys(o,this.config,this)),this.pathNodes=this.calculateNodesPath(),this.path=this.pathNodes.map(o=>o.id),this.pathNames=this.pathNodes.map(o=>o.name)}get isLeaf(){var t;return this.config.isRemote?this.leaf||(this.loaded?!this.children.length:!1):!(Array.isArray(this.children)&&((t=this.children)==null?void 0:t.length)!==0)}get isDisabled(){return this.data.disabled}setNodeCheck(t){this.checked=t}calculateNodesPath(){const t=[this];let{parent:n}=this;for(;n;)t.unshift(n),n=n.parent;return t}}const w9=(e,t)=>e.reduce((n,i)=>(i.isLeaf?n.push(i):(!t&&n.push(i),n=n.concat(w9(i.children,t))),n),[]);class I9{constructor(t){const{list:n}=t;this.data=n,this.config=t,this.nodes=this.data.map(i=>new Ys(i,this.config))}getNodes(){return this.nodes}getFlattedNodes(t=!1){return w9(this.nodes,t)}getCheckedNodes(){return this.getFlattedNodes().filter(t=>t.checked)}getNodeByValue(t){var i;return(i=this.getFlattedNodes().filter(l=>_d(l.path,t))[0])!=null?i:null}getNodeById(t){return this.getFlattedNodes().find(n=>n.id===t)}appendNode(t,n){const i=new Ys(t,this.config,n);(n?n.children:this.nodes).push(i)}appendNodes(t,n){t.forEach(i=>this.appendNode(i,n))}}var xy=r.defineComponent({name:"Cascader",directives:{clickoutside:Fi},components:{CascaderPanel:Lc,BkPopover:wi},props:{modelValue:g.oneOfType([g.arrayOf(g.number).def([]),g.arrayOf(g.string).def([])]),list:g.array.def([]),placeholder:g.string.def("\u8BF7\u9009\u62E9"),filterable:g.bool.def(!1),multiple:g.bool.def(!1),disabled:g.bool.def(!1),clearable:g.bool.def(!0),trigger:g.string.def("click"),checkAnyLevel:g.bool.def(!1),isRemote:g.bool.def(!1),remoteMethod:g.func,showCompleteName:g.bool.def(!1),idKey:g.string.def("id"),nameKey:g.string.def("name"),childrenKey:g.string.def("children"),separator:g.string.def("/"),limitOneLine:g.bool.def(!1),extCls:g.string.def("")},emits:["update:modelValue","change","clear","toggle"],setup(e,{emit:t}){const{separator:n,multiple:i}=e,{isHover:l,setHover:o,cancelHover:c}=t0(),f=r.ref(new I9(e)),u=r.ref(!1),h=r.ref(""),m=r.ref([]),{modelValue:p}=r.toRefs(e),w=r.ref(),y=r.computed({get:()=>p.value,set:x=>{t("update:modelValue",x)}}),M=r.ref(null),L=x=>{var k;if(i){m.value=f.value.getCheckedNodes().map(J=>({text:J.pathNames.join(n),key:J.id}));return}if((k=M==null?void 0:M.value)==null||k.hide(),x.length===0)h.value="";else{const J=f.value.getNodeByValue(x);if(!J)return;h.value=J.pathNames.join(n)}},T=x=>{x.stopPropagation(),L([]),t("update:modelValue",[]),t("clear",JSON.parse(JSON.stringify(e.modelValue)))},N=(x,k,J)=>{J.stopPropagation();const O=JSON.parse(JSON.stringify(x));O.splice(k,1),L(O)},v=x=>{L(x),t("update:modelValue",x),t("change",x)},b=()=>{f.value=new I9(e),L(e.modelValue)},I=x=>{t("toggle",x.isShow)};return r.watch(()=>e.modelValue,v,{immediate:!0}),r.watch(()=>e.list,b,{deep:!0,immediate:!0}),{store:f,updateValue:L,panelShow:u,selectedText:h,checkedValue:y,handleClear:T,isHover:l,setHover:o,popover:M,cancelHover:c,selectedTags:m,removeTag:N,cascaderPanel:w,popoverChangeEmitter:I}},render(){const e=()=>this.clearable&&this.isHover?r.createVNode(Cn,{class:"bk-icon-clear-icon",onClick:this.handleClear},null):r.createVNode(vr,{class:"bk-icon-angle-up"},null),t=()=>this.limitOneLine?r.createVNode("span",null,[this.selectedText]):r.createVNode("div",{class:"cascader-tag-list"},[this.selectedTags.map((n,i)=>r.createVNode("span",{class:"cascader-tag-item"},[r.createVNode("span",{class:"cascader-tag-item-name"},[n.text]),r.createVNode(Pn,{class:"bk-icon-clear-icon",onClick:l=>this.removeTag(this.modelValue,i,l)},null)]))]);return r.createVNode("div",{class:["bk-cascader","bk-cascader-wrapper",this.extCls,{"bk-is-show-panel":this.panelShow,"is-unselected":this.modelValue.length===0,"is-hover":this.isHover}],tabindex:"0","data-placeholder":this.placeholder,onMouseenter:this.setHover,onMouseleave:this.cancelHover},[e(),r.createVNode(wi,{placement:"bottom-start",theme:"light bk-cascader-popover",trigger:"click",arrow:!1,class:"bk-cascader-popover-wrapper",ref:"popover",onAfterHidden:this.popoverChangeEmitter,onAfterShow:this.popoverChangeEmitter,boundary:"body"},{default:()=>r.createVNode("div",{class:"bk-cascader-name"},[this.multiple&&t(),this.filterable?r.createVNode("input",{class:"bk-cascader-search-input",type:"text",placeholder:this.placeholder},null):r.createVNode("span",null,[this.selectedText])]),content:()=>r.createVNode("div",{class:"bk-cascader-popover"},[r.createVNode(Lc,{store:this.store,ref:"cascaderPanel",modelValue:this.checkedValue,"onUpdate:modelValue":n=>this.checkedValue=n},null)])})])}});const v9=Rt(xy,{CascaderPanel:Lc});var N9=r.defineComponent({name:"SliderButton",props:{modelValue:{type:Number,default:0},params:{type:Object,default:()=>({})}},emits:["emitChange","resetSize","update:modelValue"],setup(e,{emit:t}){const n=r.ref(!1),i=r.ref(!1),l=r.ref(0),o=r.ref(0),c=r.ref(0),f=r.ref(null),u=r.ref(e.modelValue),h=r.ref(0),m=r.ref(0),p=r.ref(!1),w=r.ref(null),y=r.computed(()=>{var A,E;let J="";if((A=e.params.customContent)!=null&&A[e.modelValue]){const P=e.params.customContent[e.modelValue];J=P.tip||P.label||""}const O=e.params.vertical?"right":"top";return(E=e.params)!=null&&E.showTip?{content:e.params.formatterTipLabel(`${J||(e==null?void 0:e.modelValue)||"0"}`),placement:O}:{content:"",placement:O}}),M=r.computed(()=>`${(e.modelValue-e.params.minValue)/(e.params.maxValue-e.params.minValue)*100}%`),L=r.computed(()=>e.params.vertical?{bottom:M.value}:{left:M.value}),T=r.computed(()=>e.params.formatterButtonLabel(e.modelValue)),N=J=>{e.params.disable||(J.preventDefault(),v(J),xa(window,"mousemove",b),xa(window,"touchmove",b),xa(window,"mouseup",I),xa(window,"touchend",I))},v=J=>{n.value=!0,i.value=!0,e.params.vertical?l.value=J.clientY:o.value=J.clientX,c.value=parseFloat(M.value),f.value=c.value},b=J=>{if(n.value){i.value=!1,t("resetSize");let O=0;e.params.vertical?(h.value=J.clientY,O=(l.value-h.value)/e.params.sliderSize*100):(m.value=J.clientX,O=(m.value-o.value)/e.params.sliderSize*100),f.value=c.value+O,x(f.value)}},I=()=>{p.value=!1,n.value&&(setTimeout(()=>{n.value=!1,i.value||(x(f.value),t("emitChange"))},0),Fs(window,"mousemove",b),Fs(window,"touchmove",b),Fs(window,"mouseup",I),Fs(window,"touchend",I))},x=J=>{if(J===null||isNaN(J))return;J<0?f.value=0:J>100&&(f.value=100);const O=100/((e.params.maxValue-e.params.minValue)/e.params.step);let E=Math.round(J/O)*O*(e.params.maxValue-e.params.minValue)*.01+e.params.minValue;E=parseFloat(E.toFixed(e.params.precision)),t("update:modelValue",E),!n.value&&e.modelValue!==u.value&&(u.value=e.modelValue)};return{renderDom:()=>r.createVNode("div",{class:["bk-slider-button",e.params.vertical?"vertical":"horizontal",{grabbing:n.value}],ref:w,tabindex:"0",style:L.value,onClick:J=>J.stopPropagation(),onMousedown:N},[Boolean(y.value.content)?r.createVNode(ha,{content:y.value.content,theme:"dark",placement:y.value.placement,boundary:document.body},{default:()=>[r.createVNode("div",{class:["slider-button",{"slider-button-disable":e.params.disable}]},null)]}):r.createVNode("div",{class:["slider-button",{"slider-button-disable":e.params.disable}]},null),e.params.showButtonLabel&&!e.params.showIntervalLabel?r.createVNode("div",{class:["slider-button-label",e.params.vertical?"vertical":"horizontal"]},[T.value]):void 0]),setPosition:x,tip:y}},render(){return this.renderDom()}});const xa=(e,t,n)=>{e&&t&&n&&e.addEventListener(t,n,!1)},Fs=(e,t,n)=>{e&&t&&n&&e.removeEventListener(t,n,!1)};var Ty=r.defineComponent({name:"Slider",props:{modelValue:g.oneOfType([g.array,g.number]),extCls:{type:String,default:""},vertical:{type:Boolean,default:!1},height:{type:String,default:"200px"},disable:{type:Boolean,default:!1},showTip:{type:Boolean,default:!1},maxValue:{type:[Number],default:100},minValue:{type:[Number],default:0},step:{type:[Number],default:1},range:{type:Boolean,default:!1},showInterval:{type:Boolean,default:!1},showIntervalLabel:{type:Boolean,default:!1},showButtonLabel:{type:Boolean,default:!1},showBetweenLabel:{type:Boolean,default:!1},showInput:{type:Boolean,default:!1},customContent:{type:Object,default:null},formatterLabel:{type:Function,default:e=>e},formatterButtonLabel:{type:Function,default:e=>e},formatterTipLabel:{type:Function,default:e=>e}},emits:["update:modelValue","change"],setup(e,{slots:t,emit:n}){const i=r.ref(1),l=r.ref(null),o=r.ref(null),c=r.ref(null),f=r.ref(0),u=r.ref(0),h=r.ref(null),m=r.ref(null),p=r.ref(null),w=r.ref(null),y=r.computed(()=>{const V=[e.minValue,e.maxValue,e.step].map(H=>{const te=`${H}`.split(".")[1];return te?te.length:0});return Math.max.apply(null,V)}),M=r.computed(()=>Math.min(l.value,o.value)),L=r.computed(()=>Math.max(l.value,o.value)),T=r.computed(()=>e.range?`${100*(L.value-M.value)/(e.maxValue-e.minValue)}%`:`${100*(l.value-e.minValue)/(e.maxValue-e.minValue)}%`),N=r.computed(()=>e.range?`${100*(M.value-e.minValue)/(e.maxValue-e.minValue)}%`:"0%"),v=r.computed(()=>e.vertical?{height:T.value,bottom:N.value}:{width:T.value,left:N.value}),b=r.computed(()=>{if(!e.showInterval||e.minValue>e.maxValue)return[];if(e.step===0)return console.warn("WARNNING:step should not be 0"),[];const V=(e.maxValue-e.minValue)/e.step,H=100*e.step/(e.maxValue-e.minValue),te=[];for(let ee=1;ee<V;ee++)te.push(ee*H);return e.range?te.filter(ee=>ee<100*(M.value-e.minValue)/(e.maxValue-e.minValue)||ee>100*(L.value-e.minValue)/(e.maxValue-e.minValue)):te.filter(ee=>ee>100*(l.value-e.minValue)/(e.maxValue-e.minValue))}),I=r.computed(()=>e.vertical?{height:e.height,width:"4px"}:{}),x=r.computed(()=>{if(!e.showIntervalLabel)return[];if(e.step===0)return console.warn("WARNNING:step should not be 0"),[];const V=100*e.step/(e.maxValue-e.minValue),H=[];for(let te=e.minValue,ee=0;te<=e.maxValue;te+=e.step,ee++){const ge={stepWidth:ee*V,stepLabel:e.formatterLabel(te)};H.push(ge)}return H}),k=r.computed(()=>Array.isArray(e.modelValue)),J=r.computed(()=>e.customContent?Object.keys(e.customContent).sort((V,H)=>Number(V)-Number(H)).filter(V=>Number(V)>=e.minValue&&Number(V)<=e.maxValue).map(V=>{const{tip:H}=e.customContent[V],{label:te}=e.customContent[V];return{tip:H||te||"",label:te||"",percent:(Number(V)-e.minValue)/(e.maxValue-e.minValue)*100}}):[]),O=r.computed(()=>({vertical:e.vertical,showTip:e.showTip,disable:e.disable,maxValue:e.maxValue,minValue:e.minValue,step:e.step,precision:y.value,showButtonLabel:e.showButtonLabel,formatterButtonLabel:e.formatterButtonLabel,showIntervalLabel:e.showIntervalLabel,customContent:e.customContent,sliderSize:i.value,formatterTipLabel:e.formatterTipLabel}));r.watch(()=>e.modelValue,()=>{K()}),r.watch(()=>l.value,V=>{e.range?n("update:modelValue",[M.value,L.value]):n("update:modelValue",V),f.value=V}),r.watch(()=>o.value,V=>{n("update:modelValue",[M.value,L.value]),u.value=V}),r.onMounted(()=>{e.range?(Array.isArray(e.modelValue)?(l.value=Math.max(e.minValue,Number(e.modelValue[0])),o.value=Math.min(e.maxValue,Number(e.modelValue[1]))):(l.value=e.minValue,o.value=e.maxValue),c.value=[l.value,o.value]):(typeof e.modelValue!="number"||isNaN(e.modelValue)?l.value=e.minValue:l.value=Math.min(e.maxValue,Math.max(e.minValue,e.modelValue)),c.value=l.value),A(),xa(window,"resize",A())});const A=()=>{h.value&&(i.value=h.value[`client${e.vertical?"Height":"Width"}`])},E=V=>{var H,te;if(V.stopPropagation(),!e.disable){if(A(),e.vertical){const ee=(H=h.value)==null?void 0:H.getBoundingClientRect().bottom;de((ee-V.clientY)/i.value*100)}else{const ee=(te=h.value)==null?void 0:te.getBoundingClientRect().left;de((V.clientX-ee)/i.value*100)}G()}},P=()=>e.range?![M.value,L.value].every((V,H)=>V===c.value[H]):e.modelValue!==c.value,K=()=>{if(e.minValue>e.maxValue){console.error("min should not be greater than max.");return}const V=e.modelValue;e.range&&Array.isArray(V)?V[1]<e.minValue?n("update:modelValue",[e.minValue,e.minValue]):V[0]>e.maxValue?n("update:modelValue",[e.maxValue,e.maxValue]):V[0]<e.minValue?n("update:modelValue",[e.minValue,V[1]]):V[1]>e.maxValue?n("update:modelValue",[V[0],e.maxValue]):(l.value=Number(V[0]),o.value=Number(V[1]),P()&&(c.value=V.slice())):!e.range&&typeof V=="number"&&!isNaN(V)&&(V<e.minValue?n("update:modelValue",e.minValue):V>e.maxValue?n("update:modelValue",e.maxValue):(l.value=V,P()&&(c.value=V)))},G=async()=>{await r.nextTick(),n("change",e.range?[M.value,L.value]:e.modelValue)},oe=V=>e.vertical?{bottom:`${V}%`}:{left:`${V}%`},de=V=>{if(!e.range){m.value.setPosition(V);return}const H=e.minValue+V*(e.maxValue-e.minValue)/100;Math.abs(M.value-H)<Math.abs(L.value-H)?w.value=l.value<o.value?m.value:p.value:w.value=l.value>o.value?m.value:p.value,w.value.setPosition(V)},me=V=>{if(V==="")return;const H=parseFloat(V);H<e.minValue?(f.value=e.minValue,l.value=e.minValue):H>e.maxValue?(f.value=e.maxValue,l.value=e.maxValue):l.value=H},Ce=V=>{if(V===""||typeof V=="number")return;const H=parseFloat(V);H<e.minValue?(u.value=e.minValue,o.value=e.minValue):H>e.maxValue?(u.value=e.maxValue,o.value=e.maxValue):o.value=H},re=V=>{let H=0;return V==="start"?H=e.vertical?e.maxValue:e.minValue:H=e.vertical?e.minValue:e.maxValue,e.showButtonLabel&&[l.value,o.value].includes(H)?"0":"1"};return{renderDom:()=>{var V,H;return r.createVNode("div",{class:["bk-slider",e.extCls]},[(V=t.start)==null?void 0:V.call(t),r.createVNode("div",{class:"bk-slider-runway",ref:h,style:I.value,onClick:E},[r.createVNode("div",{class:["bk-slider-bar",e.vertical?"vertical":"horizontal",{disable:e.disable}],style:v.value},null),e.showInterval?b.value.map((te,ee)=>r.createVNode("div",{key:ee,class:["bk-slider-interval",{vertical:e.vertical}],style:oe(te)},null)):void 0,e.customContent?J.value.map((te,ee)=>r.createVNode("div",{key:ee,class:["bk-slider-interval",{vertical:e.vertical}],style:oe(te.percent)},null)):void 0,e.showBetweenLabel||e.showIntervalLabel||e.customContent?r.createVNode("div",{class:["bk-slider-labels",e.vertical?"vertical":"horizontal"]},[function(){if(e.showBetweenLabel)return[r.createVNode("div",{class:"label-start",style:[{opacity:re("start")}]},[e.formatterLabel(e.minValue)]),r.createVNode("div",{class:"label-end",style:[{opacity:re("end")}]},[e.formatterLabel(e.maxValue)])];if(e.showIntervalLabel)return x.value.map((te,ee)=>r.createVNode("div",{class:["bk-slider-label",e.vertical?"vertical":"horizontal"],key:ee,style:oe(te.stepWidth)},[te.stepLabel]));if(e.customContent)return J.value.map((te,ee)=>r.createVNode("div",{class:["bk-slider-label",e.vertical?"vertical":"horizontal"],key:ee,style:oe(te.percent)},[te.label]))}()]):void 0,r.createVNode(N9,{modelValue:l.value,"onUpdate:modelValue":te=>l.value=te,ref:m,params:O.value,onEmitChange:G,onResetSize:A},null),e.range?r.createVNode(N9,{modelValue:o.value,"onUpdate:modelValue":te=>o.value=te,ref:p,params:O.value,onEmitChange:G,onResetSize:A},null):void 0]),e.showInput&&!e.vertical?r.createVNode("div",{class:"bk-slider-input"},[r.createVNode("div",{class:"input-item"},[r.createVNode(Gi,{type:"number",modelValue:f.value,max:e.maxValue,min:e.minValue,onChange:me},null)]),k.value&&o.value?[r.createVNode("div",{class:"input-center"},[r.createTextVNode("\uFF5E")]),r.createVNode("div",{class:"input-item"},[r.createVNode(Gi,{type:"number",modelValue:u.value,max:e.maxValue,min:e.minValue,onChange:Ce},null)])]:void 0]):void 0,(H=t.end)==null?void 0:H.call(t)])}}},render(){return this.renderDom()}});const L9=Ge(Ty);var Sy=r.defineComponent({name:"ResizeLayout",props:{placement:g.placement().def("left"),min:g.number.def(3),max:g.number.def(1/0),triggerWidth:g.number.def(5),triggerOffset:g.number.def(3),initialDivide:g.oneOfType([String,Number]).def("20%"),immediate:g.bool,disabled:g.bool,collapsible:g.bool,autoMinimize:g.oneOfType([Boolean,Number]).def(!1),border:g.bool.def(!0)},emits:["before-resize","resizing","after-resize","collapse-change"],setup(e,{emit:t}){const{placement:n,initialDivide:i,triggerOffset:l,triggerWidth:o,max:c,min:f,immediate:u,autoMinimize:h}=r.toRefs(e),m=r.ref(!1),p=r.ref(!0),w=r.ref(!1),y=r.ref(null),M=r.ref({}),L=r.ref(null),T=r.ref(null),N=r.ref(null),v=r.ref(null),b=r.computed(()=>["left","right"].includes(n.value)),I=r.computed(()=>b.value?"width":"height"),x=r.computed(()=>{let re=i.value;return typeof re=="number"&&(re=`${re}px`),{[I.value]:re}}),k=r.computed(()=>({[`margin-${n.value}`]:`${l.value-o.value}px`,[I.value]:`${o.value}px`})),J=r.computed(()=>h.value?typeof h.value=="boolean"?50:h.value:0),O=()=>{const re=L.value.getBoundingClientRect();y.value=b.value?re.width:re.height},A=new ResizeObserver(O),E=()=>{switch(T.value.style.visibility="visible",n.value){case"left":T.value.style.inset=`0 auto auto ${M.value.aside.width}px`;break;case"right":T.value.style.inset=`0 ${M.value.aside.width}px auto auto`;break;case"top":T.value.style.inset=`${M.value.aside.height}px auto auto 0`;break;case"bottom":T.value.style.inset=`auto auto ${M.value.aside.height}px 0`;break}},P=()=>{N.value.style.display="block",N.value.style.cursor=b.value?"col-resize":"row-resize"},K=re=>Math.min(c.value,Math.max(f.value,re),y.value-o.value),G=re=>{t("before-resize",re);const q=v.value.getBoundingClientRect();M.value=Object.freeze({mouse:{clientX:re.clientX,clientY:re.clientY},aside:{width:q.width,height:q.height}}),P(),u.value||E(),document.onselectstart=()=>!1,document.ondragstart=()=>!1;const V=ee=>{t("resizing",ee)},H=ee=>{let ge;switch(n.value){case"top":ge=ee.clientY-M.value.mouse.clientY;break;case"right":ge=M.value.mouse.clientX-ee.clientX;break;case"bottom":ge=M.value.mouse.clientY-ee.clientY;break;case"left":ge=ee.clientX-M.value.mouse.clientX}const ce=M.value.aside[I.value]+ge,ye=K(ce)+l.value,ie=`${ye}px`;u.value?v.value.style[I.value]=ie:T.value.style[n.value]=ie,V(ye)},te=()=>{if(T.value.style.visibility="hidden",N.value.style.display="none",document.removeEventListener("mousemove",H),document.removeEventListener("mouseup",te),document.onselectstart=null,document.ondragstart=null,r.nextTick(()=>{oe(),t("after-resize",parseFloat(T.value.style[n.value]))}),u.value)return!1;v.value.style[I.value]=T.value.style[n.value]};document.addEventListener("mousemove",H),document.addEventListener("mouseup",te)},oe=()=>{if(!h.value)return!1;const re=v.value.getBoundingClientRect();if(w.value=m.value=re[I.value]<=J.value,!w.value)return p.value=!0,!1;me(),r.nextTick(()=>{v.value.setAttribute(`data-${I.value}`,x.value[I.value])})},de=re=>{m.value=typeof re=="boolean"?re:!m.value,me(),t("collapse-change",m.value)},me=()=>{const re=v.value.getBoundingClientRect();Ce(!m.value),m.value?(v.value.setAttribute(`data-${I.value}`,`${re[I.value]}px`),v.value.style[I.value]="5px"):(p.value=!0,v.value.style[I.value]=v.value.getAttribute(`data-${I.value}`))},Ce=re=>{const q=()=>{p.value=re,v.value.style.transition="",v.value.removeEventListener("transitionend",q)};v.value.addEventListener("transitionend",q),v.value.style.transition=`${I.value} cubic-bezier(0.4, 0, 0.2, 1) .3s`};return r.onMounted(()=>{A.observe(L.value)}),r.onBeforeUnmount(()=>{A.unobserve(L.value)}),{collapsed:m,asideContentVisible:p,minimized:w,limitMax:y,state:M,vertical:b,cssPropKey:I,bkResizeLayoutRef:L,resizeProxyRef:T,resizeMaskRef:N,asideRef:v,triggerStyle:k,asideStyle:x,handleMousedown:G,setCollapse:de}},render(){var t,n,i,l,o,c;const e=["bk-resize-layout",`bk-resize-layout-${this.placement}`,{"bk-resize-layout-collapsed":this.collapsed,"bk-resize-layout-border":this.border}];return r.createVNode("div",{ref:"bkResizeLayoutRef",class:e},[r.createVNode("aside",{class:"bk-resize-layout-aside",ref:"asideRef",style:this.asideStyle},[r.withDirectives(r.createVNode("div",{class:"bk-resize-layout-aside-content"},[(n=(t=this.$slots).aside)==null?void 0:n.call(t)]),[[r.vShow,this.asideContentVisible]]),r.withDirectives(r.createVNode("i",{class:"bk-resize-trigger",style:this.triggerStyle,onMousedown:r.withModifiers(this.handleMousedown,["left"])},null),[[r.vShow,!this.disabled&&(!this.collapsed||this.autoMinimize)]]),r.withDirectives(r.createVNode("i",{class:["bk-resize-proxy",this.placement],ref:"resizeProxyRef"},null),[[r.vShow,!this.collapsed||this.autoMinimize]]),this.collapsible&&(((l=(i=this.$slots)["collapse-trigger"])==null?void 0:l.call(i))||(this.collapsed?r.createVNode(zn,{class:"bk-resize-collapse",onClick:this.setCollapse},null):r.createVNode(Hi,{class:"bk-resize-collapse",onClick:this.setCollapse},null)))]),r.createVNode("main",{class:"bk-resize-layout-main"},[(c=(o=this.$slots).main)==null?void 0:c.call(o)]),r.createVNode("div",{class:"bk-resize-mask",ref:"resizeMaskRef"},null)])}});const k9=Ge(Sy),Dy={list:g.array.def([]),titleAble:g.bool.def(!1),extCls:g.string};var jy=r.defineComponent({name:"Timeline",props:Dy,emits:["select"],setup(e,{emit:t}){const n=r.ref([]),i=c=>{const f=[];c.forEach(u=>{var h;f.push({tag:u.tag,content:u.content,type:u.type,size:u.size,color:u.color,icon:u.icon,filled:u.filled,border:(h=u.border)!=null?h:!0})}),n.value.splice(0,n.value.length,...f)},l=()=>{var c;n.value.splice(0,n.value.length,{tag:"\u6B65\u9AA41",content:"\u5185\u5BB91"},{tag:"\u6B65\u9AA42",content:"\u5185\u5BB92"},{tag:"\u6B65\u9AA43",content:"\u5185\u5BB93"}),(c=e.list)!=null&&c.length&&i(e.list)},o=c=>{try{t("select",c)}catch(f){console.warn(f)}};return r.onMounted(l),r.watch(()=>e.list,()=>{i(e.list)},{deep:!0}),{defaultTimelines:n,titleSelect:o}},render(){const e=n=>{const{icon:i}=n;return i?typeof i=="function":!1},t=n=>{const i="bk-timeline",l=["blue","red","green","yellow","gray"],o=n.type?`${i}-${n.type}`:`${i}-default`,c=n.size?`${i}-${n.size}`:"",f=n.filled?`${i}-filled`:"",u=n.color&&l.includes(n.color)?`${i}-${n.color}`:"";return De({},`${i} ${o} ${c} ${u} ${f}`)};return r.createVNode("ul",{class:["bk-timeline",this.extCls]},[this.defaultTimelines.map(n=>{var i,l,o;return r.createVNode("li",{class:["bk-timeline-dot",t(n)]},[e(n)?r.createVNode("div",{class:"bk-timeline-icon",style:{border:n.border?`2px solid ${n.color}`:"0px",borderRadius:n.border?"50%":"0"}},[r.createVNode("span",{class:"bk-timeline-icon-inner"},[r.createVNode(n.icon,null,null)])]):"",r.createVNode("div",{class:"bk-timeline-section"},[r.createVNode("div",{class:"bk-timeline-title",onClick:()=>{this.titleSelect(n)}},[(o=(l=(i=this.$slots).default)==null?void 0:l.call(i))!=null?o:r.createVNode("span",{innerHTML:n.tag},null)]),n.content?r.createVNode("div",{class:"bk-timeline-content",innerHTML:n.content},null):""])])})])}});const x9=Ge(jy),zy={list:g.array.def([]),controllable:g.bool.def(!1),showSteps:g.bool.def(!1),curProcess:g.number.def(0),displayKey:g.string.def("content"),extCls:g.string};var Py=r.defineComponent({name:"BKProcess",props:zy,emits:["update:curProcess","click"],setup(e,{emit:t}){const n=r.ref([]),i=r.ref(0),l=()=>{var c;n.value.splice(0,n.value.length,{content:"\u6B65\u9AA41"},{content:"\u6B65\u9AA42"},{content:"\u6B65\u9AA43"},{content:"\u6B65\u9AA44"},{content:"\u6B65\u9AA45"}),(c=e.list)!=null&&c.length&&n.value.splice(0,n.value.length,...e.list)},o=async c=>{try{e.controllable&&c!==e.curProcess&&(t("update:curProcess",c),t("click",c))}catch(f){console.warn(f)}};return r.onMounted(l),{defaultProcessList:n,paddingBottom:i,jumpTo:o}},render(){const e="bk-process",t=De({[`${this.extCls}`]:!!this.extCls},`${e}`),n=f=>f.status==="loading",i=f=>f.status==="error",l=f=>this.curProcess>=f+1||this.defaultProcessList[f].status==="done",o=f=>f.icon?f.icon:"",c=(f,u)=>f===this.curProcess-1&&n(u)?r.createVNode(us,{class:"bk-icon bk-process-icon icon-loading"},null):i(u)?r.createVNode(Pn,{class:"bk-process-icon"},null):l(f)?r.createVNode(Nr,{class:"bk-process-icon-done"},null):r.createVNode("span",{class:"number"},[o(u)]);return r.createVNode("div",{class:t},[r.createVNode("ul",{style:{paddingBottom:`${this.paddingBottom}px`}},[this.defaultProcessList.map((f,u)=>r.createVNode("li",{onClick:()=>{this.jumpTo(u+1)},style:{cursor:this.controllable?"pointer":""},class:{success:this.curProcess>=u+1,current:n(f)&&u===this.curProcess-1}},[f[this.displayKey],c(u,f)]))])])}});const T9=Ge(Py),er="bk-upload";var ti=(e=>(e.BUTTON="button",e.DRAGGABLE="draggable",e.PICTURE="picture",e))(ti||{}),jr=(e=>(e.NEW="new",e.UPLOADING="uploading",e.SUCCESS="success",e.FAIL="fail",e))(jr||{});const S9=[ti.BUTTON,ti.DRAGGABLE,ti.PICTURE];var ni={theme:{type:String,default:"draggable",validator:e=>!e||S9.includes(e)?!0:(console.error(`invalid theme, ${e}, the theme must be one of \u3010${S9.join(" | ")}\u3011`),!1)},files:{type:Array,default:()=>[]},name:{type:String,default:"upload_file"},multiple:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1},autoUpload:{type:Boolean,default:!0},accept:{type:String},delayTime:{type:Number,default:0},url:{type:String,required:!1},method:{type:String,default:"post"},size:{type:[Number,Object],default(){return{maxFileSize:5,maxImgSize:1}}},handleResCode:{type:Function,default(e){return!!(e&&e.code===0)}},headers:{type:Object,default:()=>({})},header:{type:[Array,Object],default:()=>[]},tip:{type:String,default:""},validateName:{type:RegExp},withCredentials:{type:Boolean,default:!1},limit:Number,data:{type:[Array,Object],default:()=>[]},formDataAttributes:{type:[Array,Object],default:()=>[]},extCls:{type:String,default:""},customRequest:Function,beforeUpload:{type:Function,default:null},beforeRemove:{type:Function,default:null},sliceUpload:{type:Boolean,default:!1},sliceUrl:{type:String,default:""},mergeUrl:{type:String,default:""},chunkSize:{type:Number,default:10}};function D9(e){return typeof e=="function"||Object.prototype.toString.call(e)==="[object Object]"&&!r.isVNode(e)}var Oy=r.defineComponent({name:"UploadList",props:{theme:ni.theme,disabled:ni.disabled,files:ni.files,multiple:ni.multiple},emits:["remove"],setup(e,{slots:t,emit:n}){const{theme:i,disabled:l,multiple:o}=r.toRefs(e),c=`${er}-list`,f=r.computed(()=>i.value===ti.PICTURE),u=r.computed(()=>f.value&&!o.value),h=r.computed(()=>De({[c]:!0,[`${c}--${i.value}`]:!0,[`${c}--disabled`]:l.value}));function m(N){const v=["Bytes","KB","MB","GB","TB"],b=Math.floor(Math.log(N)/Math.log(1024));return`${(N/1024**b).toFixed(2)}${v[b]}`}function p(N,v){n("remove",N,v)}const w=()=>{let N;return r.createVNode(r.TransitionGroup,{name:`${c}__item`},D9(N=e.files.map(v=>{const b=De({[`${c}__item`]:!0,[`${c}__item-picture`]:!0,[`${c}__item--${v.status}`]:!0});return r.createVNode("li",{key:v.uid,class:b},[t!=null&&t.file?t.file(v):y(v)])}))?N:{default:()=>[N]})},y=N=>[r.withDirectives(r.createVNode("img",{src:N.url,class:`${c}__picture-item-thumbnail`,alt:""},null),[[r.vShow,N.status!=="uploading"]]),r.createVNode(r.Fragment,null,[N.status==="uploading"&&r.createVNode(Ma,{class:`${c}__picture-item-progress`,type:"circle",color:"#3a84ff",bgColor:"#333",width:50,titleStyle:{color:"#fff"},percent:N.percentage},null)]),r.createVNode(r.Fragment,null,[!l.value&&r.createVNode("div",{class:`${c}__picture-item-actions`},[r.createVNode(ua,{class:"action-icon",onClick:v=>p(N,v)},null)])])],M=()=>{let N;return r.createVNode(r.TransitionGroup,{name:`${c}__item`},D9(N=e.files.map(v=>{const b=De({[`${c}__item`]:!0,[`${c}__item--${v.status}`]:!0});return r.createVNode("li",{key:v.uid,class:b},[t!=null&&t.file?t.file(v):T(v)])}))?N:{default:()=>[N]})},L=N=>{var J;const v=(J=N==null?void 0:N.raw)==null?void 0:J.type,[b]=(v==null?void 0:v.split("/"))||"";let x={text:fa,image:Io,application:fa,video:So,audio:go}[b]||fa;return["application/zip","application/rar","application/tar","application/gz","application/x-gzip"].includes(v)&&(x=uo),r.h(x,{class:`${c}__item-file-icon`})},T=N=>[r.createVNode("div",{class:`${c}__item-icon`},[N.isPic?r.createVNode("img",{src:N.url,class:`${c}__item-thumbnail`,alt:""},null):L(N)]),r.createVNode("div",{class:`${c}__item-summary`},[r.createVNode("div",{class:`${c}__item-name`,title:N.name},[N.name]),N.status!=="uploading"&&r.createVNode("div",{class:`${c}__item-message`,title:N.statusText},[N.status==="success"&&r.createVNode("span",null,[r.createVNode(Nr,{class:`${c}__item-message-success-icon`},null),N.statusText||"\u4E0A\u4F20\u6210\u529F"]),N.status==="fail"&&r.createVNode("span",null,[N.statusText||"\u4E0A\u4F20\u5931\u8D25"])]),N.status==="uploading"&&r.createVNode(Ma,{class:`${c}__item-progress`,showText:!1,percent:N.percentage,size:"small"},null),N.status!=="fail"&&r.createVNode("div",{class:`${c}__item-speed`},[r.withDirectives(r.createVNode("span",{class:`${c}__item-speed-size`},[m(N.size)]),[[r.vShow,N.size]]),r.withDirectives(r.createVNode("span",{class:`${c}__item-speed-percentage`},[N.percentage,r.createTextVNode("%")]),[[r.vShow,N.status==="uploading"]])]),!l.value&&r.createVNode("div",{class:`${c}__item-actions`},[r.createVNode(ua,{class:`${c}__item-del-icon`,onClick:v=>p(N,v)},null)])])];return()=>{var N;return r.createVNode(r.Fragment,null,[u.value?(t==null?void 0:t.innerTrigger)&&(t==null?void 0:t.innerTrigger((N=e.files)==null?void 0:N[0])):r.createVNode("ul",{class:h.value},[f.value?w():M(),(t==null?void 0:t.innerTrigger)&&(t==null?void 0:t.innerTrigger())])])}}}),j9=r.defineComponent({name:"UploadTrigger",props:{theme:ni.theme,disabled:ni.disabled,multiple:ni.multiple,accept:ni.accept,file:{type:Object,default:null}},emits:["change","remove"],setup(e,{slots:t,emit:n}){const{theme:i,disabled:l,file:o,multiple:c,accept:f}=r.toRefs(e),u=`${er}-trigger`,h=r.computed(()=>i.value===ti.BUTTON),m=r.computed(()=>i.value===ti.DRAGGABLE),p=r.computed(()=>i.value===ti.PICTURE),w=r.computed(()=>p.value&&!c.value),y=r.computed(()=>p.value&&!f.value?"image/png,image/jpeg,image/jpg":f.value),M=r.ref(null),L=r.computed(()=>{var K,G,oe;return De({[u]:!0,[`${u}--${i.value}`]:!0,[`${u}--single-picture`]:w.value,[`${u}--has-file`]:(K=o.value)!=null?K:!1,[`${u}--${(G=o.value)==null?void 0:G.status}`]:(oe=o.value)!=null?oe:!1,[`${u}--dragover`]:x.value,[`${u}--disabled`]:l.value})}),T=()=>{M.value.value=null,M.value.click()},N=K=>{const{files:G}=K.target;n("change",Array.from(G))},v=()=>{e.disabled||T()},b=K=>{K.defaultPrevented||K.target!==K.currentTarget||((K.code==="Enter"||K.code==="Space")&&T(),K.preventDefault())};function I(K,G){n("remove",K,G),G.stopPropagation(),G.preventDefault()}const x=r.ref(!1),k=()=>{const K=me=>{if(l.value)return;me.preventDefault(),x.value=!1;const Ce=Array.from(me.dataTransfer.files);if(!y.value){n("change",Ce);return}const re=Ce.filter(q=>{const{type:V,name:H}=q,te=H.includes(".")?`.${H.split(".").pop()}`:"",ee=V.replace(/\/.*$/,"");return y.value.split(",").map(ge=>ge.trim()).filter(ge=>ge).some(ge=>ge.startsWith(".")?te===ge:/\/\*$/.test(ge)?ee===ge.replace(/\/\*$/,""):/^[^/]+\/[^/]+$/.test(ge)?V===ge:!1)});n("change",re)},G=me=>{me.preventDefault(),x.value=!0},oe=()=>{x.value=!1},de=De({[`${u}__draggable`]:!0});return r.createVNode("div",{class:de,onDrop:K,onDragover:G,onDragleave:oe},[t.default?t.default():r.createVNode(r.Fragment,null,[r.createVNode(Ms,{class:`${u}__draggable-icon`},null),r.createVNode("div",{class:`${u}__draggable-text`},[r.createTextVNode("\u5C06\u6587\u4EF6\u62D6\u5230\u6B64\u5904\u6216"),r.createVNode("span",{class:`${u}__draggable-upload-link`},[r.createTextVNode("\u70B9\u51FB\u4E0A\u4F20")])])])])},J=()=>r.createVNode(r.Fragment,null,[w.value&&e.file?A(e.file):O()]),O=()=>r.createVNode(r.Fragment,null,[t.default?t.default():r.createVNode("div",{class:`${u}__picture-inner`},[r.createVNode(ps,{class:`${u}__picture-icon`},null),r.createVNode("div",{class:`${u}__picture-text`},[r.createTextVNode("\u70B9\u51FB\u4E0A\u4F20")])])]),A=K=>[r.withDirectives(r.createVNode("img",{src:K.url,class:`${u}__picture-thumbnail`,alt:""},null),[[r.vShow,K.status!=="uploading"]]),r.createVNode(r.Fragment,null,[K.status==="uploading"&&r.createVNode(Ma,{class:`${u}__picture-progress`,type:"circle",color:"#3a84ff",bgColor:"#333",width:50,titleStyle:{color:"#fff"},percent:K.percentage},null)]),r.createVNode(r.Fragment,null,[!e.disabled&&r.createVNode("div",{class:`${u}__picture-actions`},[r.createVNode(ua,{class:"action-icon",onClick:G=>I(K,G)},null)])])],E=()=>r.createVNode(Wt,{disabled:l.value},{default:()=>[r.createVNode(Ms,{class:`${u}__button-icon`},null),r.createVNode("span",{class:`${u}__button-text`},[r.createTextVNode("\u4E0A\u4F20\u6587\u4EF6")])]}),P=()=>{if(h.value)return E();if(m.value)return k();if(p.value)return J()};return()=>{var K;return r.createVNode("div",{class:L.value,tabindex:"0",onClick:v,onKeydown:b},[t.trigger?[t.trigger(),(K=t==null?void 0:t.default)==null?void 0:K.call(t)]:P(),r.createVNode("input",{ref:M,class:"bk-upload__input-file",tabindex:"-1",onChange:N,accept:y.value,multiple:c.value,disabled:l.value,type:"file"},null)])}}}),z9={exports:{}};(function(e,t){(function(n){e.exports=n()})(function(n){var i=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];function l(N,v){var b=N[0],I=N[1],x=N[2],k=N[3];b+=(I&x|~I&k)+v[0]-680876936|0,b=(b<<7|b>>>25)+I|0,k+=(b&I|~b&x)+v[1]-389564586|0,k=(k<<12|k>>>20)+b|0,x+=(k&b|~k&I)+v[2]+606105819|0,x=(x<<17|x>>>15)+k|0,I+=(x&k|~x&b)+v[3]-1044525330|0,I=(I<<22|I>>>10)+x|0,b+=(I&x|~I&k)+v[4]-176418897|0,b=(b<<7|b>>>25)+I|0,k+=(b&I|~b&x)+v[5]+1200080426|0,k=(k<<12|k>>>20)+b|0,x+=(k&b|~k&I)+v[6]-1473231341|0,x=(x<<17|x>>>15)+k|0,I+=(x&k|~x&b)+v[7]-45705983|0,I=(I<<22|I>>>10)+x|0,b+=(I&x|~I&k)+v[8]+1770035416|0,b=(b<<7|b>>>25)+I|0,k+=(b&I|~b&x)+v[9]-1958414417|0,k=(k<<12|k>>>20)+b|0,x+=(k&b|~k&I)+v[10]-42063|0,x=(x<<17|x>>>15)+k|0,I+=(x&k|~x&b)+v[11]-1990404162|0,I=(I<<22|I>>>10)+x|0,b+=(I&x|~I&k)+v[12]+1804603682|0,b=(b<<7|b>>>25)+I|0,k+=(b&I|~b&x)+v[13]-40341101|0,k=(k<<12|k>>>20)+b|0,x+=(k&b|~k&I)+v[14]-1502002290|0,x=(x<<17|x>>>15)+k|0,I+=(x&k|~x&b)+v[15]+1236535329|0,I=(I<<22|I>>>10)+x|0,b+=(I&k|x&~k)+v[1]-165796510|0,b=(b<<5|b>>>27)+I|0,k+=(b&x|I&~x)+v[6]-1069501632|0,k=(k<<9|k>>>23)+b|0,x+=(k&I|b&~I)+v[11]+643717713|0,x=(x<<14|x>>>18)+k|0,I+=(x&b|k&~b)+v[0]-373897302|0,I=(I<<20|I>>>12)+x|0,b+=(I&k|x&~k)+v[5]-701558691|0,b=(b<<5|b>>>27)+I|0,k+=(b&x|I&~x)+v[10]+38016083|0,k=(k<<9|k>>>23)+b|0,x+=(k&I|b&~I)+v[15]-660478335|0,x=(x<<14|x>>>18)+k|0,I+=(x&b|k&~b)+v[4]-405537848|0,I=(I<<20|I>>>12)+x|0,b+=(I&k|x&~k)+v[9]+568446438|0,b=(b<<5|b>>>27)+I|0,k+=(b&x|I&~x)+v[14]-1019803690|0,k=(k<<9|k>>>23)+b|0,x+=(k&I|b&~I)+v[3]-187363961|0,x=(x<<14|x>>>18)+k|0,I+=(x&b|k&~b)+v[8]+1163531501|0,I=(I<<20|I>>>12)+x|0,b+=(I&k|x&~k)+v[13]-1444681467|0,b=(b<<5|b>>>27)+I|0,k+=(b&x|I&~x)+v[2]-51403784|0,k=(k<<9|k>>>23)+b|0,x+=(k&I|b&~I)+v[7]+1735328473|0,x=(x<<14|x>>>18)+k|0,I+=(x&b|k&~b)+v[12]-1926607734|0,I=(I<<20|I>>>12)+x|0,b+=(I^x^k)+v[5]-378558|0,b=(b<<4|b>>>28)+I|0,k+=(b^I^x)+v[8]-2022574463|0,k=(k<<11|k>>>21)+b|0,x+=(k^b^I)+v[11]+1839030562|0,x=(x<<16|x>>>16)+k|0,I+=(x^k^b)+v[14]-35309556|0,I=(I<<23|I>>>9)+x|0,b+=(I^x^k)+v[1]-1530992060|0,b=(b<<4|b>>>28)+I|0,k+=(b^I^x)+v[4]+1272893353|0,k=(k<<11|k>>>21)+b|0,x+=(k^b^I)+v[7]-155497632|0,x=(x<<16|x>>>16)+k|0,I+=(x^k^b)+v[10]-1094730640|0,I=(I<<23|I>>>9)+x|0,b+=(I^x^k)+v[13]+681279174|0,b=(b<<4|b>>>28)+I|0,k+=(b^I^x)+v[0]-358537222|0,k=(k<<11|k>>>21)+b|0,x+=(k^b^I)+v[3]-722521979|0,x=(x<<16|x>>>16)+k|0,I+=(x^k^b)+v[6]+76029189|0,I=(I<<23|I>>>9)+x|0,b+=(I^x^k)+v[9]-640364487|0,b=(b<<4|b>>>28)+I|0,k+=(b^I^x)+v[12]-421815835|0,k=(k<<11|k>>>21)+b|0,x+=(k^b^I)+v[15]+530742520|0,x=(x<<16|x>>>16)+k|0,I+=(x^k^b)+v[2]-995338651|0,I=(I<<23|I>>>9)+x|0,b+=(x^(I|~k))+v[0]-198630844|0,b=(b<<6|b>>>26)+I|0,k+=(I^(b|~x))+v[7]+1126891415|0,k=(k<<10|k>>>22)+b|0,x+=(b^(k|~I))+v[14]-1416354905|0,x=(x<<15|x>>>17)+k|0,I+=(k^(x|~b))+v[5]-57434055|0,I=(I<<21|I>>>11)+x|0,b+=(x^(I|~k))+v[12]+1700485571|0,b=(b<<6|b>>>26)+I|0,k+=(I^(b|~x))+v[3]-1894986606|0,k=(k<<10|k>>>22)+b|0,x+=(b^(k|~I))+v[10]-1051523|0,x=(x<<15|x>>>17)+k|0,I+=(k^(x|~b))+v[1]-2054922799|0,I=(I<<21|I>>>11)+x|0,b+=(x^(I|~k))+v[8]+1873313359|0,b=(b<<6|b>>>26)+I|0,k+=(I^(b|~x))+v[15]-30611744|0,k=(k<<10|k>>>22)+b|0,x+=(b^(k|~I))+v[6]-1560198380|0,x=(x<<15|x>>>17)+k|0,I+=(k^(x|~b))+v[13]+1309151649|0,I=(I<<21|I>>>11)+x|0,b+=(x^(I|~k))+v[4]-145523070|0,b=(b<<6|b>>>26)+I|0,k+=(I^(b|~x))+v[11]-1120210379|0,k=(k<<10|k>>>22)+b|0,x+=(b^(k|~I))+v[2]+718787259|0,x=(x<<15|x>>>17)+k|0,I+=(k^(x|~b))+v[9]-343485551|0,I=(I<<21|I>>>11)+x|0,N[0]=b+N[0]|0,N[1]=I+N[1]|0,N[2]=x+N[2]|0,N[3]=k+N[3]|0}function o(N){var v=[],b;for(b=0;b<64;b+=4)v[b>>2]=N.charCodeAt(b)+(N.charCodeAt(b+1)<<8)+(N.charCodeAt(b+2)<<16)+(N.charCodeAt(b+3)<<24);return v}function c(N){var v=[],b;for(b=0;b<64;b+=4)v[b>>2]=N[b]+(N[b+1]<<8)+(N[b+2]<<16)+(N[b+3]<<24);return v}function f(N){var v=N.length,b=[1732584193,-271733879,-1732584194,271733878],I,x,k,J,O,A;for(I=64;I<=v;I+=64)l(b,o(N.substring(I-64,I)));for(N=N.substring(I-64),x=N.length,k=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],I=0;I<x;I+=1)k[I>>2]|=N.charCodeAt(I)<<(I%4<<3);if(k[I>>2]|=128<<(I%4<<3),I>55)for(l(b,k),I=0;I<16;I+=1)k[I]=0;return J=v*8,J=J.toString(16).match(/(.*?)(.{0,8})$/),O=parseInt(J[2],16),A=parseInt(J[1],16)||0,k[14]=O,k[15]=A,l(b,k),b}function u(N){var v=N.length,b=[1732584193,-271733879,-1732584194,271733878],I,x,k,J,O,A;for(I=64;I<=v;I+=64)l(b,c(N.subarray(I-64,I)));for(N=I-64<v?N.subarray(I-64):new Uint8Array(0),x=N.length,k=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],I=0;I<x;I+=1)k[I>>2]|=N[I]<<(I%4<<3);if(k[I>>2]|=128<<(I%4<<3),I>55)for(l(b,k),I=0;I<16;I+=1)k[I]=0;return J=v*8,J=J.toString(16).match(/(.*?)(.{0,8})$/),O=parseInt(J[2],16),A=parseInt(J[1],16)||0,k[14]=O,k[15]=A,l(b,k),b}function h(N){var v="",b;for(b=0;b<4;b+=1)v+=i[N>>b*8+4&15]+i[N>>b*8&15];return v}function m(N){var v;for(v=0;v<N.length;v+=1)N[v]=h(N[v]);return N.join("")}m(f("hello")),typeof ArrayBuffer!="undefined"&&!ArrayBuffer.prototype.slice&&function(){function N(v,b){return v=v|0||0,v<0?Math.max(v+b,0):Math.min(v,b)}ArrayBuffer.prototype.slice=function(v,b){var I=this.byteLength,x=N(v,I),k=I,J,O,A,E;return b!==n&&(k=N(b,I)),x>k?new ArrayBuffer(0):(J=k-x,O=new ArrayBuffer(J),A=new Uint8Array(O),E=new Uint8Array(this,x,J),A.set(E),O)}}();function p(N){return/[\u0080-\uFFFF]/.test(N)&&(N=unescape(encodeURIComponent(N))),N}function w(N,v){var b=N.length,I=new ArrayBuffer(b),x=new Uint8Array(I),k;for(k=0;k<b;k+=1)x[k]=N.charCodeAt(k);return v?x:I}function y(N){return String.fromCharCode.apply(null,new Uint8Array(N))}function M(N,v,b){var I=new Uint8Array(N.byteLength+v.byteLength);return I.set(new Uint8Array(N)),I.set(new Uint8Array(v),N.byteLength),b?I:I.buffer}function L(N){var v=[],b=N.length,I;for(I=0;I<b-1;I+=2)v.push(parseInt(N.substr(I,2),16));return String.fromCharCode.apply(String,v)}function T(){this.reset()}return T.prototype.append=function(N){return this.appendBinary(p(N)),this},T.prototype.appendBinary=function(N){this._buff+=N,this._length+=N.length;var v=this._buff.length,b;for(b=64;b<=v;b+=64)l(this._hash,o(this._buff.substring(b-64,b)));return this._buff=this._buff.substring(b-64),this},T.prototype.end=function(N){var v=this._buff,b=v.length,I,x=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],k;for(I=0;I<b;I+=1)x[I>>2]|=v.charCodeAt(I)<<(I%4<<3);return this._finish(x,b),k=m(this._hash),N&&(k=L(k)),this.reset(),k},T.prototype.reset=function(){return this._buff="",this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},T.prototype.getState=function(){return{buff:this._buff,length:this._length,hash:this._hash.slice()}},T.prototype.setState=function(N){return this._buff=N.buff,this._length=N.length,this._hash=N.hash,this},T.prototype.destroy=function(){delete this._hash,delete this._buff,delete this._length},T.prototype._finish=function(N,v){var b=v,I,x,k;if(N[b>>2]|=128<<(b%4<<3),b>55)for(l(this._hash,N),b=0;b<16;b+=1)N[b]=0;I=this._length*8,I=I.toString(16).match(/(.*?)(.{0,8})$/),x=parseInt(I[2],16),k=parseInt(I[1],16)||0,N[14]=x,N[15]=k,l(this._hash,N)},T.hash=function(N,v){return T.hashBinary(p(N),v)},T.hashBinary=function(N,v){var b=f(N),I=m(b);return v?L(I):I},T.ArrayBuffer=function(){this.reset()},T.ArrayBuffer.prototype.append=function(N){var v=M(this._buff.buffer,N,!0),b=v.length,I;for(this._length+=N.byteLength,I=64;I<=b;I+=64)l(this._hash,c(v.subarray(I-64,I)));return this._buff=I-64<b?new Uint8Array(v.buffer.slice(I-64)):new Uint8Array(0),this},T.ArrayBuffer.prototype.end=function(N){var v=this._buff,b=v.length,I=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],x,k;for(x=0;x<b;x+=1)I[x>>2]|=v[x]<<(x%4<<3);return this._finish(I,b),k=m(this._hash),N&&(k=L(k)),this.reset(),k},T.ArrayBuffer.prototype.reset=function(){return this._buff=new Uint8Array(0),this._length=0,this._hash=[1732584193,-271733879,-1732584194,271733878],this},T.ArrayBuffer.prototype.getState=function(){var N=T.prototype.getState.call(this);return N.buff=y(N.buff),N},T.ArrayBuffer.prototype.setState=function(N){return N.buff=w(N.buff,!0),T.prototype.setState.call(this,N)},T.ArrayBuffer.prototype.destroy=T.prototype.destroy,T.ArrayBuffer.prototype._finish=T.prototype._finish,T.ArrayBuffer.hash=function(N,v){var b=u(new Uint8Array(N)),I=m(b);return v?L(I):I},T})})(z9);var P9=z9.exports;function kc(e){const t=e.responseText||e.response;if(!t)return t;try{return JSON.parse(t)}catch{return t}}const Ay=e=>{if(typeof XMLHttpRequest=="undefined")throw new Error("XMLHttpRequest is undefined");const t=new XMLHttpRequest,{action:n}=e;t.upload&&t.upload.addEventListener("progress",o=>{const c=o;c.percent=o.total>0?o.loaded/o.total*100:0,e.onProgress(c)});const i=new FormData;if(e.data){let o=e.data;Array.isArray(o)||(o=[o]),o.forEach(c=>{for(const[f,u]of Object.entries(c))Array.isArray(u)?i.append(f,...u):i.append(f,u)})}if(e.formDataAttributes){let o=e.formDataAttributes;Array.isArray(o)||(o=[o]),o.forEach(c=>{Array.isArray(c.value)?i.append(c.name,...c.value):i.append(c.name,c.value)})}if(i.append(e.filename,e.file,e.file.name),t.addEventListener("error",()=>{e.onError(new Error("An error occurred during upload"))}),t.addEventListener("load",()=>{if(t.status<200||t.status>=300)return e.onError(new Error("An error occurred during upload"));e.onSuccess(kc(t))}),t.addEventListener("loadend",()=>{e.onComplete()}),t.open(e.method,n,!0),e.withCredentials&&"withCredentials"in t&&(t.withCredentials=!0),e.header)if(Array.isArray(e.header))e.header.forEach(o=>{const c=o.name,f=o.value;t.setRequestHeader(c,f)});else{const o=e.header.name,c=e.header.value;t.setRequestHeader(o,c)}const l=e.headers||{};if(l instanceof Headers)l.forEach((o,c)=>t.setRequestHeader(c,o));else for(const[o,c]of Object.entries(l))Td(c)||t.setRequestHeader(o,String(c));return t.send(i),t},O9=File.prototype.slice||File.prototype.mozSlice||File.prototype.webkitSlice,Ey=async e=>{const t=e.chunkSize*1024*1024,{file:n}=e;if(!n)throw new Error("File not found");const i=Math.ceil(n.size/t),l=await Jy(n,t),o=[];Vy(e,n,i,l,o,t),await Promise.all(o).then(()=>{const c={size:n.size,name:n.name,total:i,hash:l},f=new XMLHttpRequest;f.open(e.method,e.mergeUrl,!0),f.onreadystatechange=()=>{if(f.readyState===4){if(f.status<200||f.status>=300)return e.onError(new Error("An error occurred during upload"));e.onSuccess(kc(f))}},f.onloadend=()=>{e.onComplete()},f.setRequestHeader("Content-type","application/JSON"),f.send(JSON.stringify(c))})},Vy=(e,t,n,i,l,o)=>{for(let c=0;c<n;c++){const f=new Promise((u,h)=>{const m=c*o,p=Math.min(t.size,m+o),w=new FormData;if(e.data){let L=e.data;Array.isArray(L)||(L=[L]),L.forEach(T=>{for(const[N,v]of Object.entries(T))Array.isArray(v)?w.append(N,...v):w.append(N,v)})}if(e.formDataAttributes){let L=e.formDataAttributes;Array.isArray(L)||(L=[L]),L.forEach(T=>{Array.isArray(T.value)?w.append(T.name,...T.value):w.append(T.name,T.value)})}w.append("file",O9.call(t,m,p)),w.append("name",t.name),w.append("total",n.toString()),w.append("index",c.toString()),w.append("size",t.size.toString()),w.append("hash",i.toString());const y=new XMLHttpRequest;if(y.onreadystatechange=()=>{if(y.readyState===4){const L=kc(y);y.status<200||y.status>=300?(h(L),e.onError(new Error("An error occurred during upload"))):u("reponseText")}},y.upload.addEventListener("progress",L=>{const T=L;e.onProgress(T,c)},!1),e.withCredentials&&"withCredentials"in y&&(y.withCredentials=!0),y.open(e.method,e.sliceUrl,!0),e.header)if(Array.isArray(e.header))e.header.forEach(L=>{const T=L.name,N=L.value;y.setRequestHeader(T,N)});else{const L=e.header.name,T=e.header.value;y.setRequestHeader(L,T)}const M=e.headers||{};if(M instanceof Headers)M.forEach((L,T)=>y.setRequestHeader(T,L));else for(const[L,T]of Object.entries(M))Td(T)||y.setRequestHeader(L,String(T));y.send(w)});l.push(f)}},Jy=(e,t)=>new Promise((n,i)=>{const l=Math.ceil(e.size/t);let o=0;const c=new P9.ArrayBuffer,f=new FileReader;function u(){const h=o*t,m=h+t>=e.size?e.size:h+t;f.readAsArrayBuffer(O9.call(e,h,m))}f.onload=h=>{if(c.append(h.target.result),o+=1,o<l)u();else{const m=c.end(),p=new P9;p.append(m),p.append(e.name);const w=p.end();n(w)}},f.onerror=()=>{i(new Error("File slcie failed"))},u()}).catch(n=>{console.log(n)});function A9(e){return Date.now()+e}var Qy=(e,t)=>{const n=r.computed(()=>{var w;return typeof e.size=="number"?e.size:(w=e==null?void 0:e.size)==null?void 0:w.maxImgSize}),i=r.computed(()=>{var w;return typeof e.size=="number"?e.size:(w=e==null?void 0:e.size)==null?void 0:w.maxImgSize}),l=r.ref([]);function o(w){return l.value.find(y=>y.uid===w.uid)}let c=0;function f(w){var T;c+=1,w.uid=A9(c);const y={uid:w.uid,name:w.name,status:jr.NEW,size:w.size,raw:w},M=w.type.startsWith("image/");let L=null;if(M){try{y.url=window.URL.createObjectURL(w)}catch(N){console.error(N)}y.isPic=!0}return e.validateName&&!((T=e.validateName)!=null&&T.test(y.name))&&(y.status=jr.FAIL,y.statusText="invalid filename",L=new Error(y.statusText)),M&&w.size>n.value*1024**2&&(y.status=jr.FAIL,y.statusText="invalid file size",L=new Error(y.statusText)),!M&&w.size>i.value*1024**2&&(y.status=jr.FAIL,y.statusText="invalid file size",L=new Error(y.statusText)),l.value.push(y),L}async function u(w){var L;const y=w instanceof File?o(w):w,M=T=>{var N;t.onRemove(T,l.value),l.value.splice(l.value.indexOf(y),1),(N=T.url)!=null&&N.startsWith("blob:")&&URL.revokeObjectURL(T.url)};e.beforeRemove?await((L=e.beforeRemove)==null?void 0:L.call(e,y,l.value))!==!1&&M(y):M(y)}async function h(w,y){const M=o(y);!M||(M.status="fail",M.statusText=w.message)}async function m(w,y){const M=o(y);!M||(M.status="success",M.response=w)}async function p(w,y){const M=o(y);!M||(M.status="uploading",M.percentage=Math.round(w.percent))}return r.watch(()=>e.files,w=>{l.value=w.map(y=>{var M,L;return c+=1,Se(Y({},y),{uid:(M=y.uid)!=null?M:A9(c),status:(L=y.status)!=null?L:jr.SUCCESS})})},{immediate:!0,deep:!0}),{fileList:l,handlePreprocess:f,handleRemove:u,handleError:h,handleSuccess:m,handleProgress:p}},Ry=r.defineComponent({name:"Upload",props:ni,emits:["exceed","progress","success","error","delete","done"],setup(e,{slots:t,emit:n}){const i=r.shallowRef({}),l=r.computed(()=>e.theme===ti.PICTURE),o=r.computed(()=>l.value&&!e.multiple),c=r.computed(()=>{var b;return De({[er]:!0,[`${er}--${e.theme}`]:!0,[`${er}--disabled`]:e.disabled,[`${er}--single-picture`]:o.value,[e.extCls]:(b=e.extCls)!=null?b:!1})}),f={theme:e.theme,multiple:e.multiple,disabled:e.disabled,accept:e.accept};function u(b,I){v(b),n("delete",b,I)}const{fileList:h,handlePreprocess:m,handleRemove:p,handleProgress:w,handleSuccess:y,handleError:M}=Qy(e,{onRemove:u});function L(b){if(!b.length)return;if(e.limit&&h.value.length+b.length>e.limit){n("exceed",b,h.value);return}let I=b;(!e.multiple||e.limit===1)&&(I=b.slice(0,1));for(const x of I){const k=x,J=m(k);if(J){n("error",k,h.value,J);return}e.autoUpload&&T(k,I)}}async function T(b,I){var k;if(!e.beforeUpload)return N(b,I);let x;try{x=await((k=e.beforeUpload)==null?void 0:k.call(e,b))}catch{x=!1}if(x===!1){p(b);return}N(b,I)}function N(b,I){const{headers:x,header:k,data:J,formDataAttributes:O,method:A,withCredentials:E,name:P,url:K,sliceUrl:G,mergeUrl:oe,chunkSize:de,customRequest:me}=e,{uid:Ce}=b,re={headers:x,header:k,withCredentials:E,file:b,data:J,formDataAttributes:O,method:A,filename:P,action:K,sliceUrl:G,mergeUrl:oe,chunkSize:de,onProgress:H=>{w(H,b),n("progress",H,b,h.value)},onSuccess:H=>{var ee;const te=H;if((ee=e==null?void 0:e.handleResCode)!=null&&ee.call(e,te))y(H,b),n("success",H,b,h.value);else{const ge=new Error((te==null?void 0:te.message)||"unknow error");M(ge,b),n("error",b,h.value,ge)}delete i.value[Ce]},onError:H=>{M(H,b),n("error",b,h.value,H),delete i.value[Ce]},onComplete:()=>{I.indexOf(b)===I.length-1&&n("done",h.value)}};let q=e.sliceUpload?Ey:Ay;me&&(q=me);const V=q(re);i.value[Ce]=V,V instanceof Promise&&V.then(re.onSuccess,re.onError)}function v(b){let I=i.value;b&&(I={[b.uid]:i.value[b.uid]}),Object.keys(I).forEach(x=>{if(I[x]instanceof XMLHttpRequest){const k=I[x];k==null||k.abort()}delete i.value[x]})}return r.onBeforeUnmount(()=>{h.value.forEach(({url:b})=>{b!=null&&b.startsWith("blob:")&&URL.revokeObjectURL(b)})}),()=>r.createVNode("div",{class:c.value},[!l.value&&r.createVNode(j9,r.mergeProps(f,{onChange:L}),t),t.tip?t.tip():e.tip&&r.createVNode("div",{class:`${er}__tip`},[e.tip]),r.createVNode(Oy,{files:h.value,theme:e.theme,disabled:e.disabled,multiple:e.multiple,onRemove:p},{innerTrigger:b=>l.value&&r.createVNode(j9,r.mergeProps(f,{file:b,onChange:L,onRemove:p}),t)})])}});const E9=Ge(Ry);function xi(){}xi.prototype={diff:function(t,n){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},l=i.callback;typeof i=="function"&&(l=i,i={}),this.options=i;var o=this;function c(L){return l?(setTimeout(function(){l(void 0,L)},0),!0):L}t=this.castInput(t),n=this.castInput(n),t=this.removeEmpty(this.tokenize(t)),n=this.removeEmpty(this.tokenize(n));var f=n.length,u=t.length,h=1,m=f+u,p=[{newPos:-1,components:[]}],w=this.extractCommon(p[0],n,t,0);if(p[0].newPos+1>=f&&w+1>=u)return c([{value:this.join(n),count:n.length}]);function y(){for(var L=-1*h;L<=h;L+=2){var T=void 0,N=p[L-1],v=p[L+1],b=(v?v.newPos:0)-L;N&&(p[L-1]=void 0);var I=N&&N.newPos+1<f,x=v&&0<=b&&b<u;if(!I&&!x){p[L]=void 0;continue}if(!I||x&&N.newPos<v.newPos?(T=Hy(v),o.pushComponent(T.components,void 0,!0)):(T=N,T.newPos++,o.pushComponent(T.components,!0,void 0)),b=o.extractCommon(T,n,t,L),T.newPos+1>=f&&b+1>=u)return c(Wy(o,T.components,n,t,o.useLongestToken));p[L]=T}h++}if(l)(function L(){setTimeout(function(){if(h>m)return l();y()||L()},0)})();else for(;h<=m;){var M=y();if(M)return M}},pushComponent:function(t,n,i){var l=t[t.length-1];l&&l.added===n&&l.removed===i?t[t.length-1]={count:l.count+1,added:n,removed:i}:t.push({count:1,added:n,removed:i})},extractCommon:function(t,n,i,l){for(var o=n.length,c=i.length,f=t.newPos,u=f-l,h=0;f+1<o&&u+1<c&&this.equals(n[f+1],i[u+1]);)f++,u++,h++;return h&&t.components.push({count:h}),t.newPos=f,u},equals:function(t,n){return this.options.comparator?this.options.comparator(t,n):t===n||this.options.ignoreCase&&t.toLowerCase()===n.toLowerCase()},removeEmpty:function(t){for(var n=[],i=0;i<t.length;i++)t[i]&&n.push(t[i]);return n},castInput:function(t){return t},tokenize:function(t){return t.split("")},join:function(t){return t.join("")}};function Wy(e,t,n,i,l){for(var o=0,c=t.length,f=0,u=0;o<c;o++){var h=t[o];if(h.removed){if(h.value=e.join(i.slice(u,u+h.count)),u+=h.count,o&&t[o-1].added){var p=t[o-1];t[o-1]=t[o],t[o]=p}}else{if(!h.added&&l){var m=n.slice(f,f+h.count);m=m.map(function(y,M){var L=i[u+M];return L.length>y.length?L:y}),h.value=e.join(m)}else h.value=e.join(n.slice(f,f+h.count));f+=h.count,h.added||(u+=h.count)}}var w=t[c-1];return c>1&&typeof w.value=="string"&&(w.added||w.removed)&&e.equals("",w.value)&&(t[c-2].value+=w.value,t.pop()),t}function Hy(e){return{newPos:e.newPos,components:e.components.slice(0)}}var V9=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,J9=/\S/,Q9=new xi;Q9.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!J9.test(e)&&!J9.test(t)},Q9.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),n=0;n<t.length-1;n++)!t[n+1]&&t[n+2]&&V9.test(t[n])&&V9.test(t[n+2])&&(t[n]+=t[n+2],t.splice(n+1,2),n--);return t};var xc=new xi;xc.tokenize=function(e){var t=[],n=e.split(/(\n|\r\n)/);n[n.length-1]||n.pop();for(var i=0;i<n.length;i++){var l=n[i];i%2&&!this.options.newlineIsToken?t[t.length-1]+=l:(this.options.ignoreWhitespace&&(l=l.trim()),t.push(l))}return t};function By(e,t,n){return xc.diff(e,t,n)}var Gy=new xi;Gy.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var Zy=new xi;Zy.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};function Us(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Us=function(t){return typeof t}:Us=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Us(e)}function Tc(e){return _y(e)||Yy(e)||Fy(e)||Uy()}function _y(e){if(Array.isArray(e))return Sc(e)}function Yy(e){if(typeof Symbol!="undefined"&&Symbol.iterator in Object(e))return Array.from(e)}function Fy(e,t){if(!!e){if(typeof e=="string")return Sc(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Sc(e,t)}}function Sc(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Uy(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
58
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var $y=Object.prototype.toString,Ta=new xi;Ta.useLongestToken=!0,Ta.tokenize=xc.tokenize,Ta.castInput=function(e){var t=this.options,n=t.undefinedReplacement,i=t.stringifyReplacer,l=i===void 0?function(o,c){return typeof c=="undefined"?n:c}:i;return typeof e=="string"?e:JSON.stringify(Dc(e,null,null,l),l," ")},Ta.equals=function(e,t){return xi.prototype.equals.call(Ta,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};function Dc(e,t,n,i,l){t=t||[],n=n||[],i&&(e=i(l,e));var o;for(o=0;o<t.length;o+=1)if(t[o]===e)return n[o];var c;if($y.call(e)==="[object Array]"){for(t.push(e),c=new Array(e.length),n.push(c),o=0;o<e.length;o+=1)c[o]=Dc(e[o],t,n,i,l);return t.pop(),n.pop(),c}if(e&&e.toJSON&&(e=e.toJSON()),Us(e)==="object"&&e!==null){t.push(e),c={},n.push(c);var f=[],u;for(u in e)e.hasOwnProperty(u)&&f.push(u);for(f.sort(),o=0;o<f.length;o+=1)u=f[o],c[u]=Dc(e[u],t,n,i,u);t.pop(),n.pop()}else c=e;return c}var jc=new xi;jc.tokenize=function(e){return e.slice()},jc.join=jc.removeEmpty=function(e){return e};function Xy(e,t,n,i,l,o,c){c||(c={}),typeof c.context=="undefined"&&(c.context=4);var f=By(n,i,c);f.push({value:"",lines:[]});function u(N){return N.map(function(v){return" "+v})}for(var h=[],m=0,p=0,w=[],y=1,M=1,L=function(v){var b=f[v],I=b.lines||b.value.replace(/\n$/,"").split(`
|
59
|
+
`);if(b.lines=I,b.added||b.removed){var x;if(!m){var k=f[v-1];m=y,p=M,k&&(w=c.context>0?u(k.lines.slice(-c.context)):[],m-=w.length,p-=w.length)}(x=w).push.apply(x,Tc(I.map(function(oe){return(b.added?"+":"-")+oe}))),b.added?M+=I.length:y+=I.length}else{if(m)if(I.length<=c.context*2&&v<f.length-2){var J;(J=w).push.apply(J,Tc(u(I)))}else{var O,A=Math.min(I.length,c.context);(O=w).push.apply(O,Tc(u(I.slice(0,A))));var E={oldStart:m,oldLines:y-m+A,newStart:p,newLines:M-p+A,lines:w};if(v>=f.length-2&&I.length<=c.context){var P=/\n$/.test(n),K=/\n$/.test(i),G=I.length==0&&w.length>E.oldLines;!P&&G&&n.length>0&&w.splice(E.oldLines,0,"\"),(!P&&!G||!K)&&w.push("\")}h.push(E),m=0,p=0,w=[]}y+=I.length,M+=I.length}},T=0;T<f.length;T++)L(T);return{oldFileName:e,newFileName:t,oldHeader:l,newHeader:o,hunks:h}}function Ky(e){var t=[];e.oldFileName==e.newFileName&&t.push("Index: "+e.oldFileName),t.push("==================================================================="),t.push("--- "+e.oldFileName+(typeof e.oldHeader=="undefined"?"":" "+e.oldHeader)),t.push("+++ "+e.newFileName+(typeof e.newHeader=="undefined"?"":" "+e.newHeader));for(var n=0;n<e.hunks.length;n++){var i=e.hunks[n];i.oldLines===0&&(i.oldStart-=1),i.newLines===0&&(i.newStart-=1),t.push("@@ -"+i.oldStart+","+i.oldLines+" +"+i.newStart+","+i.newLines+" @@"),t.push.apply(t,i.lines)}return t.join(`
|
60
|
+
`)+`
|
61
|
+
`}function qy(e,t,n,i,l,o,c){return Ky(Xy(e,t,n,i,l,o,c))}function eC(e,t,n,i,l,o){return qy(e,e,t,n,i,l,o)}var gt;(function(e){e.INSERT="insert",e.DELETE="delete",e.CONTEXT="context"})(gt||(gt={}));var tC={LINE_BY_LINE:"line-by-line",SIDE_BY_SIDE:"side-by-side"},nC={LINES:"lines",WORDS:"words",NONE:"none"},iC={WORD:"word",CHAR:"char"},rC=["-","[","]","/","{","}","(",")","*","+","?",".","\\","^","$","|"],aC=RegExp("["+rC.join("\\")+"]","g");function sC(e){return e.replace(aC,"\\$&")}function R9(e){return e&&e.replace(/\\/g,"/")}function lC(e){var t,n,i,l=0;for(t=0,i=e.length;t<i;t++)n=e.charCodeAt(t),l=(l<<5)-l+n,l|=0;return l}var W9=globalThis&&globalThis.__spreadArray||function(e,t,n){if(n||arguments.length===2)for(var i=0,l=t.length,o;i<l;i++)(o||!(i in t))&&(o||(o=Array.prototype.slice.call(t,0,i)),o[i]=t[i]);return e.concat(o||Array.prototype.slice.call(t))};function H9(e,t){var n=e.split(".");return n.length>1?n[n.length-1]:t}function B9(e,t){return t.reduce(function(n,i){return n||e.startsWith(i)},!1)}var G9=["a/","b/","i/","w/","c/","o/"];function zr(e,t,n){var i=n!==void 0?W9(W9([],G9,!0),[n],!1):G9,l=t?new RegExp("^".concat(sC(t),' "?(.+?)"?$')):new RegExp('^"?(.+?)"?$'),o=l.exec(e)||[],c=o[1],f=c===void 0?"":c,u=i.find(function(m){return f.indexOf(m)===0}),h=u?f.slice(u.length):f;return h.replace(/\s+\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}(?:\.\d+)? [+-]\d{4}.*$/,"")}function oC(e,t){return zr(e,"---",t)}function cC(e,t){return zr(e,"+++",t)}function uC(e,t){t===void 0&&(t={});var n=[],i=null,l=null,o=null,c=null,f=null,u=null,h=null,m="--- ",p="+++ ",w="@@",y=/^old mode (\d{6})/,M=/^new mode (\d{6})/,L=/^deleted file mode (\d{6})/,T=/^new file mode (\d{6})/,N=/^copy from "?(.+)"?/,v=/^copy to "?(.+)"?/,b=/^rename from "?(.+)"?/,I=/^rename to "?(.+)"?/,x=/^similarity index (\d+)%/,k=/^dissimilarity index (\d+)%/,J=/^index ([\da-z]+)\.\.([\da-z]+)\s*(\d{6})?/,O=/^Binary files (.*) and (.*) differ/,A=/^GIT binary patch/,E=/^index ([\da-z]+),([\da-z]+)\.\.([\da-z]+)/,P=/^mode (\d{6}),(\d{6})\.\.(\d{6})/,K=/^new file mode (\d{6})/,G=/^deleted file mode (\d{6}),(\d{6})/,oe=e.replace(/\/g,"").replace(/\r\n?/g,`
|
62
|
+
`).split(`
|
63
|
+
`);function de(){l!==null&&i!==null&&(i.blocks.push(l),l=null)}function me(){i!==null&&(!i.oldName&&u!==null&&(i.oldName=u),!i.newName&&h!==null&&(i.newName=h),i.newName&&(n.push(i),i=null)),u=null,h=null}function Ce(){de(),me(),i={blocks:[],deletedLines:0,addedLines:0}}function re(H){de();var te;i!==null&&((te=/^@@ -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@.*/.exec(H))?(i.isCombined=!1,o=parseInt(te[1],10),f=parseInt(te[2],10)):(te=/^@@@ -(\d+)(?:,\d+)? -(\d+)(?:,\d+)? \+(\d+)(?:,\d+)? @@@.*/.exec(H))?(i.isCombined=!0,o=parseInt(te[1],10),c=parseInt(te[2],10),f=parseInt(te[3],10)):(H.startsWith(w)&&console.error("Failed to parse lines, starting in 0!"),o=0,f=0,i.isCombined=!1)),l={lines:[],oldStartLine:o,oldStartLine2:c,newStartLine:f,header:H}}function q(H){if(!(i===null||l===null||o===null||f===null)){var te={content:H},ee=i.isCombined?["+ "," +","++"]:["+"],ge=i.isCombined?["- "," -","--"]:["-"];B9(H,ee)?(i.addedLines++,te.type=gt.INSERT,te.oldNumber=void 0,te.newNumber=f++):B9(H,ge)?(i.deletedLines++,te.type=gt.DELETE,te.oldNumber=o++,te.newNumber=void 0):(te.type=gt.CONTEXT,te.oldNumber=o++,te.newNumber=f++),l.lines.push(te)}}function V(H,te){for(var ee=te;ee<oe.length-3;){if(H.startsWith("diff"))return!1;if(oe[ee].startsWith(m)&&oe[ee+1].startsWith(p)&&oe[ee+2].startsWith(w))return!0;ee++}return!1}return oe.forEach(function(H,te){if(!(!H||H.startsWith("*"))){var ee,ge=oe[te-1],ce=oe[te+1],ye=oe[te+2];if(H.startsWith("diff")){Ce();var ie=/^diff --git "?([a-ciow]\/.+)"? "?([a-ciow]\/.+)"?/;if((ee=ie.exec(H))&&(u=zr(ee[1],void 0,t.dstPrefix),h=zr(ee[2],void 0,t.srcPrefix)),i===null)throw new Error("Where is my file !!!");i.isGitDiff=!0;return}if((!i||!i.isGitDiff&&i&&H.startsWith(m)&&ce.startsWith(p)&&ye.startsWith(w))&&Ce(),!(i!=null&&i.isTooBig)){if(i&&(typeof t.diffMaxChanges=="number"&&i.addedLines+i.deletedLines>t.diffMaxChanges||typeof t.diffMaxLineLength=="number"&&H.length>t.diffMaxLineLength)){i.isTooBig=!0,i.addedLines=0,i.deletedLines=0,i.blocks=[],l=null;var be=typeof t.diffTooBigMessage=="function"?t.diffTooBigMessage(n.length):"Diff too big to be displayed";re(be);return}if(H.startsWith(m)&&ce.startsWith(p)||H.startsWith(p)&&ge.startsWith(m)){if(i&&!i.oldName&&H.startsWith("--- ")&&(ee=oC(H,t.srcPrefix))){i.oldName=ee,i.language=H9(i.oldName,i.language);return}if(i&&!i.newName&&H.startsWith("+++ ")&&(ee=cC(H,t.dstPrefix))){i.newName=ee,i.language=H9(i.newName,i.language);return}}if(i&&(H.startsWith(w)||i.isGitDiff&&i.oldName&&i.newName&&!l)){re(H);return}if(l&&(H.startsWith("+")||H.startsWith("-")||H.startsWith(" "))){q(H);return}var $=!V(H,te);if(i===null)throw new Error("Where is my file !!!");(ee=y.exec(H))?i.oldMode=ee[1]:(ee=M.exec(H))?i.newMode=ee[1]:(ee=L.exec(H))?(i.deletedFileMode=ee[1],i.isDeleted=!0):(ee=T.exec(H))?(i.newFileMode=ee[1],i.isNew=!0):(ee=N.exec(H))?($&&(i.oldName=ee[1]),i.isCopy=!0):(ee=v.exec(H))?($&&(i.newName=ee[1]),i.isCopy=!0):(ee=b.exec(H))?($&&(i.oldName=ee[1]),i.isRename=!0):(ee=I.exec(H))?($&&(i.newName=ee[1]),i.isRename=!0):(ee=O.exec(H))?(i.isBinary=!0,i.oldName=zr(ee[1],void 0,t.srcPrefix),i.newName=zr(ee[2],void 0,t.dstPrefix),re("Binary file")):A.test(H)?(i.isBinary=!0,re(H)):(ee=x.exec(H))?i.unchangedPercentage=parseInt(ee[1],10):(ee=k.exec(H))?i.changedPercentage=parseInt(ee[1],10):(ee=J.exec(H))?(i.checksumBefore=ee[1],i.checksumAfter=ee[2],ee[3]&&(i.mode=ee[3])):(ee=E.exec(H))?(i.checksumBefore=[ee[2],ee[3]],i.checksumAfter=ee[1]):(ee=P.exec(H))?(i.oldMode=[ee[2],ee[3]],i.newMode=ee[1]):(ee=K.exec(H))?(i.newFileMode=ee[1],i.isNew=!0):(ee=G.exec(H))&&(i.deletedFileMode=ee[1],i.isDeleted=!0)}}}),de(),me(),n}function ii(){}ii.prototype={diff:function(t,n){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},l=i.callback;typeof i=="function"&&(l=i,i={}),this.options=i;var o=this;function c(L){return l?(setTimeout(function(){l(void 0,L)},0),!0):L}t=this.castInput(t),n=this.castInput(n),t=this.removeEmpty(this.tokenize(t)),n=this.removeEmpty(this.tokenize(n));var f=n.length,u=t.length,h=1,m=f+u,p=[{newPos:-1,components:[]}],w=this.extractCommon(p[0],n,t,0);if(p[0].newPos+1>=f&&w+1>=u)return c([{value:this.join(n),count:n.length}]);function y(){for(var L=-1*h;L<=h;L+=2){var T=void 0,N=p[L-1],v=p[L+1],b=(v?v.newPos:0)-L;N&&(p[L-1]=void 0);var I=N&&N.newPos+1<f,x=v&&0<=b&&b<u;if(!I&&!x){p[L]=void 0;continue}if(!I||x&&N.newPos<v.newPos?(T=fC(v),o.pushComponent(T.components,void 0,!0)):(T=N,T.newPos++,o.pushComponent(T.components,!0,void 0)),b=o.extractCommon(T,n,t,L),T.newPos+1>=f&&b+1>=u)return c(dC(o,T.components,n,t,o.useLongestToken));p[L]=T}h++}if(l)(function L(){setTimeout(function(){if(h>m)return l();y()||L()},0)})();else for(;h<=m;){var M=y();if(M)return M}},pushComponent:function(t,n,i){var l=t[t.length-1];l&&l.added===n&&l.removed===i?t[t.length-1]={count:l.count+1,added:n,removed:i}:t.push({count:1,added:n,removed:i})},extractCommon:function(t,n,i,l){for(var o=n.length,c=i.length,f=t.newPos,u=f-l,h=0;f+1<o&&u+1<c&&this.equals(n[f+1],i[u+1]);)f++,u++,h++;return h&&t.components.push({count:h}),t.newPos=f,u},equals:function(t,n){return this.options.comparator?this.options.comparator(t,n):t===n||this.options.ignoreCase&&t.toLowerCase()===n.toLowerCase()},removeEmpty:function(t){for(var n=[],i=0;i<t.length;i++)t[i]&&n.push(t[i]);return n},castInput:function(t){return t},tokenize:function(t){return t.split("")},join:function(t){return t.join("")}};function dC(e,t,n,i,l){for(var o=0,c=t.length,f=0,u=0;o<c;o++){var h=t[o];if(h.removed){if(h.value=e.join(i.slice(u,u+h.count)),u+=h.count,o&&t[o-1].added){var p=t[o-1];t[o-1]=t[o],t[o]=p}}else{if(!h.added&&l){var m=n.slice(f,f+h.count);m=m.map(function(y,M){var L=i[u+M];return L.length>y.length?L:y}),h.value=e.join(m)}else h.value=e.join(n.slice(f,f+h.count));f+=h.count,h.added||(u+=h.count)}}var w=t[c-1];return c>1&&typeof w.value=="string"&&(w.added||w.removed)&&e.equals("",w.value)&&(t[c-2].value+=w.value,t.pop()),t}function fC(e){return{newPos:e.newPos,components:e.components.slice(0)}}var hC=new ii;function gC(e,t,n){return hC.diff(e,t,n)}var Z9=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,_9=/\S/,zc=new ii;zc.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!_9.test(e)&&!_9.test(t)},zc.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),n=0;n<t.length-1;n++)!t[n+1]&&t[n+2]&&Z9.test(t[n])&&Z9.test(t[n+2])&&(t[n]+=t[n+2],t.splice(n+1,2),n--);return t};function mC(e,t,n){return zc.diff(e,t,n)}var Y9=new ii;Y9.tokenize=function(e){var t=[],n=e.split(/(\n|\r\n)/);n[n.length-1]||n.pop();for(var i=0;i<n.length;i++){var l=n[i];i%2&&!this.options.newlineIsToken?t[t.length-1]+=l:(this.options.ignoreWhitespace&&(l=l.trim()),t.push(l))}return t};var pC=new ii;pC.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var bC=new ii;bC.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};function $s(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?$s=function(t){return typeof t}:$s=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},$s(e)}var yC=Object.prototype.toString,Sa=new ii;Sa.useLongestToken=!0,Sa.tokenize=Y9.tokenize,Sa.castInput=function(e){var t=this.options,n=t.undefinedReplacement,i=t.stringifyReplacer,l=i===void 0?function(o,c){return typeof c=="undefined"?n:c}:i;return typeof e=="string"?e:JSON.stringify(Pc(e,null,null,l),l," ")},Sa.equals=function(e,t){return ii.prototype.equals.call(Sa,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};function Pc(e,t,n,i,l){t=t||[],n=n||[],i&&(e=i(l,e));var o;for(o=0;o<t.length;o+=1)if(t[o]===e)return n[o];var c;if(yC.call(e)==="[object Array]"){for(t.push(e),c=new Array(e.length),n.push(c),o=0;o<e.length;o+=1)c[o]=Pc(e[o],t,n,i,l);return t.pop(),n.pop(),c}if(e&&e.toJSON&&(e=e.toJSON()),$s(e)==="object"&&e!==null){t.push(e),c={},n.push(c);var f=[],u;for(u in e)e.hasOwnProperty(u)&&f.push(u);for(f.sort(),o=0;o<f.length;o+=1)u=f[o],c[u]=Pc(e[u],t,n,i,u);t.pop(),n.pop()}else c=e;return c}var Oc=new ii;Oc.tokenize=function(e){return e.slice()},Oc.join=Oc.removeEmpty=function(e){return e};function CC(e,t){if(e.length===0)return t.length;if(t.length===0)return e.length;var n=[],i;for(i=0;i<=t.length;i++)n[i]=[i];var l;for(l=0;l<=e.length;l++)n[0][l]=l;for(i=1;i<=t.length;i++)for(l=1;l<=e.length;l++)t.charAt(i-1)===e.charAt(l-1)?n[i][l]=n[i-1][l-1]:n[i][l]=Math.min(n[i-1][l-1]+1,Math.min(n[i][l-1]+1,n[i-1][l]+1));return n[t.length][e.length]}function Ac(e){return function(t,n){var i=e(t).trim(),l=e(n).trim(),o=CC(i,l);return o/(i.length+l.length)}}function Ec(e){function t(i,l,o){o===void 0&&(o=new Map);for(var c=1/0,f,u=0;u<i.length;++u)for(var h=0;h<l.length;++h){var m=JSON.stringify([i[u],l[h]]),p=void 0;o.has(m)&&(p=o.get(m))||(p=e(i[u],l[h]),o.set(m,p)),p<c&&(c=p,f={indexA:u,indexB:h,score:c})}return f}function n(i,l,o,c){o===void 0&&(o=0),c===void 0&&(c=new Map);var f=t(i,l,c);if(!f||i.length+l.length<3)return[[i,l]];var u=i.slice(0,f.indexA),h=l.slice(0,f.indexB),m=[i[f.indexA]],p=[l[f.indexB]],w=f.indexA+1,y=f.indexB+1,M=i.slice(w),L=l.slice(y),T=n(u,h,o+1,c),N=n(m,p,o+1,c),v=n(M,L,o+1,c),b=N;return(f.indexA>0||f.indexB>0)&&(b=T.concat(b)),(i.length>w||l.length>y)&&(b=b.concat(v)),b}return n}var Xs=globalThis&&globalThis.__assign||function(){return Xs=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(e[l]=t[l])}return e},Xs.apply(this,arguments)},zt={INSERTS:"d2h-ins",DELETES:"d2h-del",CONTEXT:"d2h-cntx",INFO:"d2h-info",INSERT_CHANGES:"d2h-ins d2h-change",DELETE_CHANGES:"d2h-del d2h-change"},Vc={matching:nC.NONE,matchWordsThreshold:.25,maxLineLengthHighlight:1e4,diffStyle:iC.WORD},Wn="/",F9=Ac(function(e){return e.value}),MC=Ec(F9);function Jc(e){return e.indexOf("dev/null")!==-1}function wC(e){return e.replace(/(<ins[^>]*>((.|\n)*?)<\/ins>)/g,"")}function IC(e){return e.replace(/(<del[^>]*>((.|\n)*?)<\/del>)/g,"")}function Ks(e){switch(e){case gt.CONTEXT:return zt.CONTEXT;case gt.INSERT:return zt.INSERTS;case gt.DELETE:return zt.DELETES}}function vC(e){return e?2:1}function Pr(e){return e.slice(0).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")}function Hn(e,t,n){n===void 0&&(n=!0);var i=vC(t);return{prefix:e.substring(0,i),content:n?Pr(e.substring(i)):e.substring(i)}}function qs(e){var t=R9(e.oldName),n=R9(e.newName);if(t!==n&&!Jc(t)&&!Jc(n)){for(var i=[],l=[],o=t.split(Wn),c=n.split(Wn),f=o.length,u=c.length,h=0,m=f-1,p=u-1;h<m&&h<p&&o[h]===c[h];)i.push(c[h]),h+=1;for(;m>h&&p>h&&o[m]===c[p];)l.unshift(c[p]),m-=1,p-=1;var w=i.join(Wn),y=l.join(Wn),M=o.slice(h,m+1).join(Wn),L=c.slice(h,p+1).join(Wn);return w.length&&y.length?w+Wn+"{"+M+" \u2192 "+L+"}"+Wn+y:w.length?w+Wn+"{"+M+" \u2192 "+L+"}":y.length?"{"+M+" \u2192 "+L+"}"+Wn+y:t+" \u2192 "+n}else return Jc(n)?t:n}function Qc(e){return"d2h-".concat(lC(qs(e)).toString().slice(-6))}function Rc(e){var t="file-changed";return e.isRename||e.isCopy?t="file-renamed":e.isNew?t="file-added":e.isDeleted?t="file-deleted":e.newName!==e.oldName&&(t="file-renamed"),t}function U9(e,t,n,i){i===void 0&&(i={});var l=Xs(Xs({},Vc),i),o=l.matching,c=l.maxLineLengthHighlight,f=l.matchWordsThreshold,u=l.diffStyle,h=Hn(e,n,!1),m=Hn(t,n,!1);if(h.content.length>c||m.content.length>c)return{oldLine:{prefix:h.prefix,content:Pr(h.content)},newLine:{prefix:m.prefix,content:Pr(m.content)}};var p=u==="char"?gC(h.content,m.content):mC(h.content,m.content),w=[];if(u==="word"&&o==="words"){var y=p.filter(function(N){return N.removed}),M=p.filter(function(N){return N.added}),L=MC(M,y);L.forEach(function(N){if(N[0].length===1&&N[1].length===1){var v=F9(N[0][0],N[1][0]);v<f&&(w.push(N[0][0]),w.push(N[1][0]))}})}var T=p.reduce(function(N,v){var b=v.added?"ins":v.removed?"del":null,I=w.indexOf(v)>-1?' class="d2h-change"':"",x=Pr(v.value);return b!==null?"".concat(N,"<").concat(b).concat(I,">").concat(x,"</").concat(b,">"):"".concat(N).concat(x)},"");return{oldLine:{prefix:h.prefix,content:wC(T)},newLine:{prefix:m.prefix,content:IC(T)}}}var $9="file-summary",NC="icon";function LC(e,t){var n=e.map(function(i){return t.render($9,"line",{fileHtmlId:Qc(i),oldName:i.oldName,newName:i.newName,fileName:qs(i),deletedLines:"-"+i.deletedLines,addedLines:"+"+i.addedLines},{fileIcon:t.template(NC,Rc(i))})}).join(`
|
64
|
+
`);return t.render($9,"wrapper",{filesNumber:e.length,files:n})}var Bt=globalThis&&globalThis.__assign||function(){return Bt=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(e[l]=t[l])}return e},Bt.apply(this,arguments)},X9=Bt(Bt({},Vc),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200}),Da="generic",K9="line-by-line",kC="icon",xC="tag",TC=function(){function e(t,n){n===void 0&&(n={}),this.hoganUtils=t,this.config=Bt(Bt({},X9),n)}return e.prototype.render=function(t){var n=this,i=t.map(function(l){var o;return l.blocks.length?o=n.generateFileHtml(l):o=n.generateEmptyDiff(),n.makeFileDiffHtml(l,o)}).join(`
|
65
|
+
`);return this.hoganUtils.render(Da,"wrapper",{content:i})},e.prototype.makeFileDiffHtml=function(t,n){if(this.config.renderNothingWhenEmpty&&Array.isArray(t.blocks)&&t.blocks.length===0)return"";var i=this.hoganUtils.template(K9,"file-diff"),l=this.hoganUtils.template(Da,"file-path"),o=this.hoganUtils.template(kC,"file"),c=this.hoganUtils.template(xC,Rc(t));return i.render({file:t,fileHtmlId:Qc(t),diffs:n,filePath:l.render({fileDiffName:qs(t)},{fileIcon:o,fileTag:c})})},e.prototype.generateEmptyDiff=function(){return this.hoganUtils.render(Da,"empty-diff",{contentClass:"d2h-code-line",CSSLineClass:zt})},e.prototype.generateFileHtml=function(t){var n=this,i=Ec(Ac(function(l){return Hn(l.content,t.isCombined).content}));return t.blocks.map(function(l){var o=n.hoganUtils.render(Da,"block-header",{CSSLineClass:zt,blockHeader:t.isTooBig?l.header:Pr(l.header),lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line"});return n.applyLineGroupping(l).forEach(function(c){var f=c[0],u=c[1],h=c[2];if(u.length&&h.length&&!f.length)n.applyRematchMatching(u,h,i).map(function(y){var M=y[0],L=y[1],T=n.processChangedLines(t.isCombined,M,L),N=T.left,v=T.right;o+=N,o+=v});else if(f.length)f.forEach(function(y){var M=Hn(y.content,t.isCombined),L=M.prefix,T=M.content;o+=n.generateSingleLineHtml({type:zt.CONTEXT,prefix:L,content:T,oldNumber:y.oldNumber,newNumber:y.newNumber})});else if(u.length||h.length){var m=n.processChangedLines(t.isCombined,u,h),p=m.left,w=m.right;o+=p,o+=w}else console.error("Unknown state reached while processing groups of lines",f,u,h)}),o}).join(`
|
66
|
+
`)},e.prototype.applyLineGroupping=function(t){for(var n=[],i=[],l=[],o=0;o<t.lines.length;o++){var c=t.lines[o];(c.type!==gt.INSERT&&l.length||c.type===gt.CONTEXT&&i.length>0)&&(n.push([[],i,l]),i=[],l=[]),c.type===gt.CONTEXT?n.push([[c],[],[]]):c.type===gt.INSERT&&i.length===0?n.push([[],[],[c]]):c.type===gt.INSERT&&i.length>0?l.push(c):c.type===gt.DELETE&&i.push(c)}return(i.length||l.length)&&(n.push([[],i,l]),i=[],l=[]),n},e.prototype.applyRematchMatching=function(t,n,i){var l=t.length*n.length,o=Math.max.apply(null,[0].concat(t.concat(n).map(function(f){return f.content.length}))),c=l<this.config.matchingMaxComparisons&&o<this.config.maxLineSizeInBlockForComparison&&(this.config.matching==="lines"||this.config.matching==="words");return c?i(t,n):[[t,n]]},e.prototype.processChangedLines=function(t,n,i){for(var l={right:"",left:""},o=Math.max(n.length,i.length),c=0;c<o;c++){var f=n[c],u=i[c],h=f!==void 0&&u!==void 0?U9(f.content,u.content,t,this.config):void 0,m=f!==void 0&&f.oldNumber!==void 0?Bt(Bt({},h!==void 0?{prefix:h.oldLine.prefix,content:h.oldLine.content,type:zt.DELETE_CHANGES}:Bt(Bt({},Hn(f.content,t)),{type:Ks(f.type)})),{oldNumber:f.oldNumber,newNumber:f.newNumber}):void 0,p=u!==void 0&&u.newNumber!==void 0?Bt(Bt({},h!==void 0?{prefix:h.newLine.prefix,content:h.newLine.content,type:zt.INSERT_CHANGES}:Bt(Bt({},Hn(u.content,t)),{type:Ks(u.type)})),{oldNumber:u.oldNumber,newNumber:u.newNumber}):void 0,w=this.generateLineHtml(m,p),y=w.left,M=w.right;l.left+=y,l.right+=M}return l},e.prototype.generateLineHtml=function(t,n){return{left:this.generateSingleLineHtml(t),right:this.generateSingleLineHtml(n)}},e.prototype.generateSingleLineHtml=function(t){if(t===void 0)return"";var n=this.hoganUtils.render(K9,"numbers",{oldNumber:t.oldNumber||"",newNumber:t.newNumber||""});return this.hoganUtils.render(Da,"line",{type:t.type,lineClass:"d2h-code-linenumber",contentClass:"d2h-code-line",prefix:t.prefix===" "?" ":t.prefix,content:t.content,lineNumber:n})},e}(),Gt=globalThis&&globalThis.__assign||function(){return Gt=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(e[l]=t[l])}return e},Gt.apply(this,arguments)},q9=Gt(Gt({},Vc),{renderNothingWhenEmpty:!1,matchingMaxComparisons:2500,maxLineSizeInBlockForComparison:200}),ja="generic",SC="side-by-side",DC="icon",jC="tag",zC=function(){function e(t,n){n===void 0&&(n={}),this.hoganUtils=t,this.config=Gt(Gt({},q9),n)}return e.prototype.render=function(t){var n=this,i=t.map(function(l){var o;return l.blocks.length?o=n.generateFileHtml(l):o=n.generateEmptyDiff(),n.makeFileDiffHtml(l,o)}).join(`
|
67
|
+
`);return this.hoganUtils.render(ja,"wrapper",{content:i})},e.prototype.makeFileDiffHtml=function(t,n){if(this.config.renderNothingWhenEmpty&&Array.isArray(t.blocks)&&t.blocks.length===0)return"";var i=this.hoganUtils.template(SC,"file-diff"),l=this.hoganUtils.template(ja,"file-path"),o=this.hoganUtils.template(DC,"file"),c=this.hoganUtils.template(jC,Rc(t));return i.render({file:t,fileHtmlId:Qc(t),diffs:n,filePath:l.render({fileDiffName:qs(t)},{fileIcon:o,fileTag:c})})},e.prototype.generateEmptyDiff=function(){return{right:"",left:this.hoganUtils.render(ja,"empty-diff",{contentClass:"d2h-code-side-line",CSSLineClass:zt})}},e.prototype.generateFileHtml=function(t){var n=this,i=Ec(Ac(function(l){return Hn(l.content,t.isCombined).content}));return t.blocks.map(function(l){var o={left:n.makeHeaderHtml(l.header,t),right:n.makeHeaderHtml("")};return n.applyLineGroupping(l).forEach(function(c){var f=c[0],u=c[1],h=c[2];if(u.length&&h.length&&!f.length)n.applyRematchMatching(u,h,i).map(function(y){var M=y[0],L=y[1],T=n.processChangedLines(t.isCombined,M,L),N=T.left,v=T.right;o.left+=N,o.right+=v});else if(f.length)f.forEach(function(y){var M=Hn(y.content,t.isCombined),L=M.prefix,T=M.content,N=n.generateLineHtml({type:zt.CONTEXT,prefix:L,content:T,number:y.oldNumber},{type:zt.CONTEXT,prefix:L,content:T,number:y.newNumber}),v=N.left,b=N.right;o.left+=v,o.right+=b});else if(u.length||h.length){var m=n.processChangedLines(t.isCombined,u,h),p=m.left,w=m.right;o.left+=p,o.right+=w}else console.error("Unknown state reached while processing groups of lines",f,u,h)}),o}).reduce(function(l,o){return{left:l.left+o.left,right:l.right+o.right}},{left:"",right:""})},e.prototype.applyLineGroupping=function(t){for(var n=[],i=[],l=[],o=0;o<t.lines.length;o++){var c=t.lines[o];(c.type!==gt.INSERT&&l.length||c.type===gt.CONTEXT&&i.length>0)&&(n.push([[],i,l]),i=[],l=[]),c.type===gt.CONTEXT?n.push([[c],[],[]]):c.type===gt.INSERT&&i.length===0?n.push([[],[],[c]]):c.type===gt.INSERT&&i.length>0?l.push(c):c.type===gt.DELETE&&i.push(c)}return(i.length||l.length)&&(n.push([[],i,l]),i=[],l=[]),n},e.prototype.applyRematchMatching=function(t,n,i){var l=t.length*n.length,o=Math.max.apply(null,[0].concat(t.concat(n).map(function(f){return f.content.length}))),c=l<this.config.matchingMaxComparisons&&o<this.config.maxLineSizeInBlockForComparison&&(this.config.matching==="lines"||this.config.matching==="words");return c?i(t,n):[[t,n]]},e.prototype.makeHeaderHtml=function(t,n){return this.hoganUtils.render(ja,"block-header",{CSSLineClass:zt,blockHeader:n!=null&&n.isTooBig?t:Pr(t),lineClass:"d2h-code-side-linenumber",contentClass:"d2h-code-side-line"})},e.prototype.processChangedLines=function(t,n,i){for(var l={right:"",left:""},o=Math.max(n.length,i.length),c=0;c<o;c++){var f=n[c],u=i[c],h=f!==void 0&&u!==void 0?U9(f.content,u.content,t,this.config):void 0,m=f!==void 0&&f.oldNumber!==void 0?Gt(Gt({},h!==void 0?{prefix:h.oldLine.prefix,content:h.oldLine.content,type:zt.DELETE_CHANGES}:Gt(Gt({},Hn(f.content,t)),{type:Ks(f.type)})),{number:f.oldNumber}):void 0,p=u!==void 0&&u.newNumber!==void 0?Gt(Gt({},h!==void 0?{prefix:h.newLine.prefix,content:h.newLine.content,type:zt.INSERT_CHANGES}:Gt(Gt({},Hn(u.content,t)),{type:Ks(u.type)})),{number:u.newNumber}):void 0,w=this.generateLineHtml(m,p),y=w.left,M=w.right;l.left+=y,l.right+=M}return l},e.prototype.generateLineHtml=function(t,n){return{left:this.generateSingleHtml(t),right:this.generateSingleHtml(n)}},e.prototype.generateSingleHtml=function(t){var n="d2h-code-side-linenumber",i="d2h-code-side-line";return this.hoganUtils.render(ja,"line",{type:(t==null?void 0:t.type)||"".concat(zt.CONTEXT," d2h-emptyplaceholder"),lineClass:t!==void 0?n:"".concat(n," d2h-code-side-emptyplaceholder"),contentClass:t!==void 0?i:"".concat(i," d2h-code-side-emptyplaceholder"),prefix:(t==null?void 0:t.prefix)===" "?" ":t==null?void 0:t.prefix,content:t==null?void 0:t.content,lineNumber:t==null?void 0:t.number})},e}(),eh={};(function(e){(function(t){var n=/\S/,i=/\"/g,l=/\n/g,o=/\r/g,c=/\\/g,f=/\u2028/,u=/\u2029/;t.tags={"#":1,"^":2,"<":3,$:4,"/":5,"!":6,">":7,"=":8,_v:9,"{":10,"&":11,_t:12},t.scan=function(A,E){var P=A.length,K=0,G=1,oe=2,de=K,me=null,Ce=null,re="",q=[],V=!1,H=0,te=0,ee="{{",ge="}}";function ce(){re.length>0&&(q.push({tag:"_t",text:new String(re)}),re="")}function ye(){for(var $=!0,Z=te;Z<q.length;Z++)if($=t.tags[q[Z].tag]<t.tags._v||q[Z].tag=="_t"&&q[Z].text.match(n)===null,!$)return!1;return $}function ie($,Z){if(ce(),$&&ye())for(var ne=te,Ie;ne<q.length;ne++)q[ne].text&&((Ie=q[ne+1])&&Ie.tag==">"&&(Ie.indent=q[ne].text.toString()),q.splice(ne,1));else Z||q.push({tag:`
|
68
|
+
`});V=!1,te=q.length}function be($,Z){var ne="="+ge,Ie=$.indexOf(ne,Z),j=m($.substring($.indexOf("=",Z)+1,Ie)).split(" ");return ee=j[0],ge=j[j.length-1],Ie+ne.length-1}for(E&&(E=E.split(" "),ee=E[0],ge=E[1]),H=0;H<P;H++)de==K?p(ee,A,H)?(--H,ce(),de=G):A.charAt(H)==`
|
69
|
+
`?ie(V):re+=A.charAt(H):de==G?(H+=ee.length-1,Ce=t.tags[A.charAt(H+1)],me=Ce?A.charAt(H+1):"_v",me=="="?(H=be(A,H),de=K):(Ce&&H++,de=oe),V=H):p(ge,A,H)?(q.push({tag:me,n:m(re),otag:ee,ctag:ge,i:me=="/"?V-ee.length:H+ge.length}),re="",H+=ge.length-1,de=K,me=="{"&&(ge=="}}"?H++:h(q[q.length-1]))):re+=A.charAt(H);return ie(V,!0),q};function h(O){O.n.substr(O.n.length-1)==="}"&&(O.n=O.n.substring(0,O.n.length-1))}function m(O){return O.trim?O.trim():O.replace(/^\s*|\s*$/g,"")}function p(O,A,E){if(A.charAt(E)!=O.charAt(0))return!1;for(var P=1,K=O.length;P<K;P++)if(A.charAt(E+P)!=O.charAt(P))return!1;return!0}var w={_t:!0,"\n":!0,$:!0,"/":!0};function y(O,A,E,P){var K=[],G=null,oe=null,de=null;for(oe=E[E.length-1];O.length>0;){if(de=O.shift(),oe&&oe.tag=="<"&&!(de.tag in w))throw new Error("Illegal content in < super tag.");if(t.tags[de.tag]<=t.tags.$||M(de,P))E.push(de),de.nodes=y(O,de.tag,E,P);else if(de.tag=="/"){if(E.length===0)throw new Error("Closing tag without opener: /"+de.n);if(G=E.pop(),de.n!=G.n&&!L(de.n,G.n,P))throw new Error("Nesting error: "+G.n+" vs. "+de.n);return G.end=de.i,K}else de.tag==`
|
70
|
+
`&&(de.last=O.length==0||O[0].tag==`
|
71
|
+
`);K.push(de)}if(E.length>0)throw new Error("missing closing tag: "+E.pop().n);return K}function M(O,A){for(var E=0,P=A.length;E<P;E++)if(A[E].o==O.n)return O.tag="#",!0}function L(O,A,E){for(var P=0,K=E.length;P<K;P++)if(E[P].c==O&&E[P].o==A)return!0}function T(O){var A=[];for(var E in O)A.push('"'+b(E)+'": function(c,p,t,i) {'+O[E]+"}");return"{ "+A.join(",")+" }"}function N(O){var A=[];for(var E in O.partials)A.push('"'+b(E)+'":{name:"'+b(O.partials[E].name)+'", '+N(O.partials[E])+"}");return"partials: {"+A.join(",")+"}, subs: "+T(O.subs)}t.stringify=function(O,A,E){return"{code: function (c,p,i) { "+t.wrapMain(O.code)+" },"+N(O)+"}"};var v=0;t.generate=function(O,A,E){v=0;var P={code:"",subs:{},partials:{}};return t.walk(O,P),E.asString?this.stringify(P,A,E):this.makeTemplate(P,A,E)},t.wrapMain=function(O){return'var t=this;t.b(i=i||"");'+O+"return t.fl();"},t.template=t.Template,t.makeTemplate=function(O,A,E){var P=this.makePartials(O);return P.code=new Function("c","p","i",this.wrapMain(O.code)),new this.template(P,A,this,E)},t.makePartials=function(O){var A,E={subs:{},partials:O.partials,name:O.name};for(A in E.partials)E.partials[A]=this.makePartials(E.partials[A]);for(A in O.subs)E.subs[A]=new Function("c","p","t","i",O.subs[A]);return E};function b(O){return O.replace(c,"\\\\").replace(i,'\\"').replace(l,"\\n").replace(o,"\\r").replace(f,"\\u2028").replace(u,"\\u2029")}function I(O){return~O.indexOf(".")?"d":"f"}function x(O,A){var E="<"+(A.prefix||""),P=E+O.n+v++;return A.partials[P]={name:O.n,partials:{}},A.code+='t.b(t.rp("'+b(P)+'",c,p,"'+(O.indent||"")+'"));',P}t.codegen={"#":function(O,A){A.code+="if(t.s(t."+I(O.n)+'("'+b(O.n)+'",c,p,1),c,p,0,'+O.i+","+O.end+',"'+O.otag+" "+O.ctag+'")){t.rs(c,p,function(c,p,t){',t.walk(O.nodes,A),A.code+="});c.pop();}"},"^":function(O,A){A.code+="if(!t.s(t."+I(O.n)+'("'+b(O.n)+'",c,p,1),c,p,1,0,0,"")){',t.walk(O.nodes,A),A.code+="};"},">":x,"<":function(O,A){var E={partials:{},code:"",subs:{},inPartial:!0};t.walk(O.nodes,E);var P=A.partials[x(O,A)];P.subs=E.subs,P.partials=E.partials},$:function(O,A){var E={subs:{},code:"",partials:A.partials,prefix:O.n};t.walk(O.nodes,E),A.subs[O.n]=E.code,A.inPartial||(A.code+='t.sub("'+b(O.n)+'",c,p,i);')},"\n":function(O,A){A.code+=J('"\\n"'+(O.last?"":" + i"))},_v:function(O,A){A.code+="t.b(t.v(t."+I(O.n)+'("'+b(O.n)+'",c,p,0)));'},_t:function(O,A){A.code+=J('"'+b(O.text)+'"')},"{":k,"&":k};function k(O,A){A.code+="t.b(t.t(t."+I(O.n)+'("'+b(O.n)+'",c,p,0)));'}function J(O){return"t.b("+O+");"}t.walk=function(O,A){for(var E,P=0,K=O.length;P<K;P++)E=t.codegen[O[P].tag],E&&E(O[P],A);return A},t.parse=function(O,A,E){return E=E||{},y(O,"",[],E.sectionTags||[])},t.cache={},t.cacheKey=function(O,A){return[O,!!A.asString,!!A.disableLambda,A.delimiters,!!A.modelGet].join("||")},t.compile=function(O,A){A=A||{};var E=t.cacheKey(O,A),P=this.cache[E];if(P){var K=P.partials;for(var G in K)delete K[G].instance;return P}return P=this.generate(this.parse(this.scan(O,A.delimiters),O,A),O,A),this.cache[E]=P}})(e)})(eh);var th={};(function(e){(function(t){t.Template=function(y,M,L,T){y=y||{},this.r=y.code||this.r,this.c=L,this.options=T||{},this.text=M||"",this.partials=y.partials||{},this.subs=y.subs||{},this.buf=""},t.Template.prototype={r:function(y,M,L){return""},v:p,t:m,render:function(M,L,T){return this.ri([M],L||{},T)},ri:function(y,M,L){return this.r(y,M,L)},ep:function(y,M){var L=this.partials[y],T=M[L.name];if(L.instance&&L.base==T)return L.instance;if(typeof T=="string"){if(!this.c)throw new Error("No compiler available.");T=this.c.compile(T,this.options)}if(!T)return null;if(this.partials[y].base=T,L.subs){M.stackText||(M.stackText={});for(key in L.subs)M.stackText[key]||(M.stackText[key]=this.activeSub!==void 0&&M.stackText[this.activeSub]?M.stackText[this.activeSub]:this.text);T=i(T,L.subs,L.partials,this.stackSubs,this.stackPartials,M.stackText)}return this.partials[y].instance=T,T},rp:function(y,M,L,T){var N=this.ep(y,L);return N?N.ri(M,L,T):""},rs:function(y,M,L){var T=y[y.length-1];if(!w(T)){L(y,M,this);return}for(var N=0;N<T.length;N++)y.push(T[N]),L(y,M,this),y.pop()},s:function(y,M,L,T,N,v,b){var I;return w(y)&&y.length===0?!1:(typeof y=="function"&&(y=this.ms(y,M,L,T,N,v,b)),I=!!y,!T&&I&&M&&M.push(typeof y=="object"?y:M[M.length-1]),I)},d:function(y,M,L,T){var N,v=y.split("."),b=this.f(v[0],M,L,T),I=this.options.modelGet,x=null;if(y==="."&&w(M[M.length-2]))b=M[M.length-1];else for(var k=1;k<v.length;k++)N=n(v[k],b,I),N!==void 0?(x=b,b=N):b="";return T&&!b?!1:(!T&&typeof b=="function"&&(M.push(x),b=this.mv(b,M,L),M.pop()),b)},f:function(y,M,L,T){for(var N=!1,v=null,b=!1,I=this.options.modelGet,x=M.length-1;x>=0;x--)if(v=M[x],N=n(y,v,I),N!==void 0){b=!0;break}return b?(!T&&typeof N=="function"&&(N=this.mv(N,M,L)),N):T?!1:""},ls:function(y,M,L,T,N){var v=this.options.delimiters;return this.options.delimiters=N,this.b(this.ct(m(y.call(M,T)),M,L)),this.options.delimiters=v,!1},ct:function(y,M,L){if(this.options.disableLambda)throw new Error("Lambda features disabled.");return this.c.compile(y,this.options).render(M,L)},b:function(y){this.buf+=y},fl:function(){var y=this.buf;return this.buf="",y},ms:function(y,M,L,T,N,v,b){var I,x=M[M.length-1],k=y.call(x);return typeof k=="function"?T?!0:(I=this.activeSub&&this.subsText&&this.subsText[this.activeSub]?this.subsText[this.activeSub]:this.text,this.ls(k,x,L,I.substring(N,v),b)):k},mv:function(y,M,L){var T=M[M.length-1],N=y.call(T);return typeof N=="function"?this.ct(m(N.call(T)),T,L):N},sub:function(y,M,L,T){var N=this.subs[y];N&&(this.activeSub=y,N(M,L,this,T),this.activeSub=!1)}};function n(y,M,L){var T;return M&&typeof M=="object"&&(M[y]!==void 0?T=M[y]:L&&M.get&&typeof M.get=="function"&&(T=M.get(y))),T}function i(y,M,L,T,N,v){function b(){}b.prototype=y;function I(){}I.prototype=y.subs;var x,k=new b;k.subs=new I,k.subsText={},k.buf="",T=T||{},k.stackSubs=T,k.subsText=v;for(x in M)T[x]||(T[x]=M[x]);for(x in T)k.subs[x]=T[x];N=N||{},k.stackPartials=N;for(x in L)N[x]||(N[x]=L[x]);for(x in N)k.partials[x]=N[x];return k}var l=/&/g,o=/</g,c=/>/g,f=/\'/g,u=/\"/g,h=/[&<>\"\']/;function m(y){return String(y==null?"":y)}function p(y){return y=m(y),h.test(y)?y.replace(l,"&").replace(o,"<").replace(c,">").replace(f,"'").replace(u,"""):y}var w=Array.isArray||function(y){return Object.prototype.toString.call(y)==="[object Array]"}})(e)})(th);var el=eh;el.Template=th.Template,el.template=el.Template;var dt=el,mt={};mt["file-summary-line"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<li class="d2h-file-list-line">'),i.b(`
|
72
|
+
`+n),i.b(' <span class="d2h-file-name-wrapper">'),i.b(`
|
73
|
+
`+n),i.b(i.rp("<fileIcon0",e,t," ")),i.b(' <a href="#'),i.b(i.v(i.f("fileHtmlId",e,t,0))),i.b('" class="d2h-file-name">'),i.b(i.v(i.f("fileName",e,t,0))),i.b("</a>"),i.b(`
|
74
|
+
`+n),i.b(' <span class="d2h-file-stats">'),i.b(`
|
75
|
+
`+n),i.b(' <span class="d2h-lines-added">'),i.b(i.v(i.f("addedLines",e,t,0))),i.b("</span>"),i.b(`
|
76
|
+
`+n),i.b(' <span class="d2h-lines-deleted">'),i.b(i.v(i.f("deletedLines",e,t,0))),i.b("</span>"),i.b(`
|
77
|
+
`+n),i.b(" </span>"),i.b(`
|
78
|
+
`+n),i.b(" </span>"),i.b(`
|
79
|
+
`+n),i.b("</li>"),i.fl()},partials:{"<fileIcon0":{name:"fileIcon",partials:{},subs:{}}},subs:{}}),mt["file-summary-wrapper"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<div class="d2h-file-list-wrapper">'),i.b(`
|
80
|
+
`+n),i.b(' <div class="d2h-file-list-header">'),i.b(`
|
81
|
+
`+n),i.b(' <span class="d2h-file-list-title">Files changed ('),i.b(i.v(i.f("filesNumber",e,t,0))),i.b(")</span>"),i.b(`
|
82
|
+
`+n),i.b(' <a class="d2h-file-switch d2h-hide">hide</a>'),i.b(`
|
83
|
+
`+n),i.b(' <a class="d2h-file-switch d2h-show">show</a>'),i.b(`
|
84
|
+
`+n),i.b(" </div>"),i.b(`
|
85
|
+
`+n),i.b(' <ol class="d2h-file-list">'),i.b(`
|
86
|
+
`+n),i.b(" "),i.b(i.t(i.f("files",e,t,0))),i.b(`
|
87
|
+
`+n),i.b(" </ol>"),i.b(`
|
88
|
+
`+n),i.b("</div>"),i.fl()},partials:{},subs:{}}),mt["generic-block-header"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b("<tr>"),i.b(`
|
89
|
+
`+n),i.b(' <td class="'),i.b(i.v(i.f("lineClass",e,t,0))),i.b(" "),i.b(i.v(i.d("CSSLineClass.INFO",e,t,0))),i.b('"></td>'),i.b(`
|
90
|
+
`+n),i.b(' <td class="'),i.b(i.v(i.d("CSSLineClass.INFO",e,t,0))),i.b('">'),i.b(`
|
91
|
+
`+n),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,t,0))),i.b('">'),i.b(i.t(i.f("blockHeader",e,t,0))),i.b("</div>"),i.b(`
|
92
|
+
`+n),i.b(" </td>"),i.b(`
|
93
|
+
`+n),i.b("</tr>"),i.fl()},partials:{},subs:{}}),mt["generic-empty-diff"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b("<tr>"),i.b(`
|
94
|
+
`+n),i.b(' <td class="'),i.b(i.v(i.d("CSSLineClass.INFO",e,t,0))),i.b('">'),i.b(`
|
95
|
+
`+n),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,t,0))),i.b('">'),i.b(`
|
96
|
+
`+n),i.b(" File without changes"),i.b(`
|
97
|
+
`+n),i.b(" </div>"),i.b(`
|
98
|
+
`+n),i.b(" </td>"),i.b(`
|
99
|
+
`+n),i.b("</tr>"),i.fl()},partials:{},subs:{}}),mt["generic-file-path"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<span class="d2h-file-name-wrapper">'),i.b(`
|
100
|
+
`+n),i.b(i.rp("<fileIcon0",e,t," ")),i.b(' <span class="d2h-file-name">'),i.b(i.v(i.f("fileDiffName",e,t,0))),i.b("</span>"),i.b(`
|
101
|
+
`+n),i.b(i.rp("<fileTag1",e,t," ")),i.b("</span>"),i.b(`
|
102
|
+
`+n),i.b('<label class="d2h-file-collapse">'),i.b(`
|
103
|
+
`+n),i.b(' <input class="d2h-file-collapse-input" type="checkbox" name="viewed" value="viewed">'),i.b(`
|
104
|
+
`+n),i.b(" Viewed"),i.b(`
|
105
|
+
`+n),i.b("</label>"),i.fl()},partials:{"<fileIcon0":{name:"fileIcon",partials:{},subs:{}},"<fileTag1":{name:"fileTag",partials:{},subs:{}}},subs:{}}),mt["generic-line"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b("<tr>"),i.b(`
|
106
|
+
`+n),i.b(' <td class="'),i.b(i.v(i.f("lineClass",e,t,0))),i.b(" "),i.b(i.v(i.f("type",e,t,0))),i.b('">'),i.b(`
|
107
|
+
`+n),i.b(" "),i.b(i.t(i.f("lineNumber",e,t,0))),i.b(`
|
108
|
+
`+n),i.b(" </td>"),i.b(`
|
109
|
+
`+n),i.b(' <td class="'),i.b(i.v(i.f("type",e,t,0))),i.b('">'),i.b(`
|
110
|
+
`+n),i.b(' <div class="'),i.b(i.v(i.f("contentClass",e,t,0))),i.b('">'),i.b(`
|
111
|
+
`+n),i.s(i.f("prefix",e,t,1),e,t,0,162,238,"{{ }}")&&(i.rs(e,t,function(l,o,c){c.b(' <span class="d2h-code-line-prefix">'),c.b(c.t(c.f("prefix",l,o,0))),c.b("</span>"),c.b(`
|
112
|
+
`+n)}),e.pop()),i.s(i.f("prefix",e,t,1),e,t,1,0,0,"")||(i.b(' <span class="d2h-code-line-prefix"> </span>'),i.b(`
|
113
|
+
`+n)),i.s(i.f("content",e,t,1),e,t,0,371,445,"{{ }}")&&(i.rs(e,t,function(l,o,c){c.b(' <span class="d2h-code-line-ctn">'),c.b(c.t(c.f("content",l,o,0))),c.b("</span>"),c.b(`
|
114
|
+
`+n)}),e.pop()),i.s(i.f("content",e,t,1),e,t,1,0,0,"")||(i.b(' <span class="d2h-code-line-ctn"><br></span>'),i.b(`
|
115
|
+
`+n)),i.b(" </div>"),i.b(`
|
116
|
+
`+n),i.b(" </td>"),i.b(`
|
117
|
+
`+n),i.b("</tr>"),i.fl()},partials:{},subs:{}}),mt["generic-wrapper"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<div class="d2h-wrapper">'),i.b(`
|
118
|
+
`+n),i.b(" "),i.b(i.t(i.f("content",e,t,0))),i.b(`
|
119
|
+
`+n),i.b("</div>"),i.fl()},partials:{},subs:{}}),mt["icon-file-added"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-added" height="16" title="added" version="1.1" viewBox="0 0 14 16"'),i.b(`
|
120
|
+
`+n),i.b(' width="14">'),i.b(`
|
121
|
+
`+n),i.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM6 9H3V7h3V4h2v3h3v2H8v3H6V9z"></path>'),i.b(`
|
122
|
+
`+n),i.b("</svg>"),i.fl()},partials:{},subs:{}}),mt["icon-file-changed"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-changed" height="16" title="modified" version="1.1"'),i.b(`
|
123
|
+
`+n),i.b(' viewBox="0 0 14 16" width="14">'),i.b(`
|
124
|
+
`+n),i.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM4 8c0-1.66 1.34-3 3-3s3 1.34 3 3-1.34 3-3 3-3-1.34-3-3z"></path>'),i.b(`
|
125
|
+
`+n),i.b("</svg>"),i.fl()},partials:{},subs:{}}),mt["icon-file-deleted"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-deleted" height="16" title="removed" version="1.1"'),i.b(`
|
126
|
+
`+n),i.b(' viewBox="0 0 14 16" width="14">'),i.b(`
|
127
|
+
`+n),i.b(' <path d="M13 1H1C0.45 1 0 1.45 0 2v12c0 0.55 0.45 1 1 1h12c0.55 0 1-0.45 1-1V2c0-0.55-0.45-1-1-1z m0 13H1V2h12v12zM11 9H3V7h8v2z"></path>'),i.b(`
|
128
|
+
`+n),i.b("</svg>"),i.fl()},partials:{},subs:{}}),mt["icon-file-renamed"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<svg aria-hidden="true" class="d2h-icon d2h-moved" height="16" title="renamed" version="1.1"'),i.b(`
|
129
|
+
`+n),i.b(' viewBox="0 0 14 16" width="14">'),i.b(`
|
130
|
+
`+n),i.b(' <path d="M6 9H3V7h3V4l5 4-5 4V9z m8-7v12c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h12c0.55 0 1 0.45 1 1z m-1 0H1v12h12V2z"></path>'),i.b(`
|
131
|
+
`+n),i.b("</svg>"),i.fl()},partials:{},subs:{}}),mt["icon-file"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<svg aria-hidden="true" class="d2h-icon" height="16" version="1.1" viewBox="0 0 12 16" width="12">'),i.b(`
|
132
|
+
`+n),i.b(' <path d="M6 5H2v-1h4v1zM2 8h7v-1H2v1z m0 2h7v-1H2v1z m0 2h7v-1H2v1z m10-7.5v9.5c0 0.55-0.45 1-1 1H1c-0.55 0-1-0.45-1-1V2c0-0.55 0.45-1 1-1h7.5l3.5 3.5z m-1 0.5L8 2H1v12h10V5z"></path>'),i.b(`
|
133
|
+
`+n),i.b("</svg>"),i.fl()},partials:{},subs:{}}),mt["line-by-line-file-diff"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<div id="'),i.b(i.v(i.f("fileHtmlId",e,t,0))),i.b('" class="d2h-file-wrapper" data-lang="'),i.b(i.v(i.d("file.language",e,t,0))),i.b('">'),i.b(`
|
134
|
+
`+n),i.b(' <div class="d2h-file-header">'),i.b(`
|
135
|
+
`+n),i.b(" "),i.b(i.t(i.f("filePath",e,t,0))),i.b(`
|
136
|
+
`+n),i.b(" </div>"),i.b(`
|
137
|
+
`+n),i.b(' <div class="d2h-file-diff">'),i.b(`
|
138
|
+
`+n),i.b(' <div class="d2h-code-wrapper">'),i.b(`
|
139
|
+
`+n),i.b(' <table class="d2h-diff-table">'),i.b(`
|
140
|
+
`+n),i.b(' <tbody class="d2h-diff-tbody">'),i.b(`
|
141
|
+
`+n),i.b(" "),i.b(i.t(i.f("diffs",e,t,0))),i.b(`
|
142
|
+
`+n),i.b(" </tbody>"),i.b(`
|
143
|
+
`+n),i.b(" </table>"),i.b(`
|
144
|
+
`+n),i.b(" </div>"),i.b(`
|
145
|
+
`+n),i.b(" </div>"),i.b(`
|
146
|
+
`+n),i.b("</div>"),i.fl()},partials:{},subs:{}}),mt["line-by-line-numbers"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<div class="line-num1">'),i.b(i.v(i.f("oldNumber",e,t,0))),i.b("</div>"),i.b(`
|
147
|
+
`+n),i.b('<div class="line-num2">'),i.b(i.v(i.f("newNumber",e,t,0))),i.b("</div>"),i.fl()},partials:{},subs:{}}),mt["side-by-side-file-diff"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<div id="'),i.b(i.v(i.f("fileHtmlId",e,t,0))),i.b('" class="d2h-file-wrapper" data-lang="'),i.b(i.v(i.d("file.language",e,t,0))),i.b('">'),i.b(`
|
148
|
+
`+n),i.b(' <div class="d2h-file-header">'),i.b(`
|
149
|
+
`+n),i.b(" "),i.b(i.t(i.f("filePath",e,t,0))),i.b(`
|
150
|
+
`+n),i.b(" </div>"),i.b(`
|
151
|
+
`+n),i.b(' <div class="d2h-files-diff">'),i.b(`
|
152
|
+
`+n),i.b(' <div class="d2h-file-side-diff">'),i.b(`
|
153
|
+
`+n),i.b(' <div class="d2h-code-wrapper">'),i.b(`
|
154
|
+
`+n),i.b(' <table class="d2h-diff-table">'),i.b(`
|
155
|
+
`+n),i.b(' <tbody class="d2h-diff-tbody">'),i.b(`
|
156
|
+
`+n),i.b(" "),i.b(i.t(i.d("diffs.left",e,t,0))),i.b(`
|
157
|
+
`+n),i.b(" </tbody>"),i.b(`
|
158
|
+
`+n),i.b(" </table>"),i.b(`
|
159
|
+
`+n),i.b(" </div>"),i.b(`
|
160
|
+
`+n),i.b(" </div>"),i.b(`
|
161
|
+
`+n),i.b(' <div class="d2h-file-side-diff">'),i.b(`
|
162
|
+
`+n),i.b(' <div class="d2h-code-wrapper">'),i.b(`
|
163
|
+
`+n),i.b(' <table class="d2h-diff-table">'),i.b(`
|
164
|
+
`+n),i.b(' <tbody class="d2h-diff-tbody">'),i.b(`
|
165
|
+
`+n),i.b(" "),i.b(i.t(i.d("diffs.right",e,t,0))),i.b(`
|
166
|
+
`+n),i.b(" </tbody>"),i.b(`
|
167
|
+
`+n),i.b(" </table>"),i.b(`
|
168
|
+
`+n),i.b(" </div>"),i.b(`
|
169
|
+
`+n),i.b(" </div>"),i.b(`
|
170
|
+
`+n),i.b(" </div>"),i.b(`
|
171
|
+
`+n),i.b("</div>"),i.fl()},partials:{},subs:{}}),mt["tag-file-added"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<span class="d2h-tag d2h-added d2h-added-tag">ADDED</span>'),i.fl()},partials:{},subs:{}}),mt["tag-file-changed"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<span class="d2h-tag d2h-changed d2h-changed-tag">CHANGED</span>'),i.fl()},partials:{},subs:{}}),mt["tag-file-deleted"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<span class="d2h-tag d2h-deleted d2h-deleted-tag">DELETED</span>'),i.fl()},partials:{},subs:{}}),mt["tag-file-renamed"]=new dt.Template({code:function(e,t,n){var i=this;return i.b(n=n||""),i.b('<span class="d2h-tag d2h-moved d2h-moved-tag">RENAMED</span>'),i.fl()},partials:{},subs:{}});var tr=globalThis&&globalThis.__assign||function(){return tr=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(e[l]=t[l])}return e},tr.apply(this,arguments)},PC=function(){function e(t){var n=t.compiledTemplates,i=n===void 0?{}:n,l=t.rawTemplates,o=l===void 0?{}:l,c=Object.entries(o).reduce(function(f,u){var h,m=u[0],p=u[1],w=dt.compile(p,{asString:!1});return tr(tr({},f),(h={},h[m]=w,h))},{});this.preCompiledTemplates=tr(tr(tr({},mt),i),c)}return e.compile=function(t){return dt.compile(t,{asString:!1})},e.prototype.render=function(t,n,i,l,o){var c=this.templateKey(t,n);try{var f=this.preCompiledTemplates[c];return f.render(i,l,o)}catch{throw new Error("Could not find template to render '".concat(c,"'"))}},e.prototype.template=function(t,n){return this.preCompiledTemplates[this.templateKey(t,n)]},e.prototype.templateKey=function(t,n){return"".concat(t,"-").concat(n)},e}(),nr=globalThis&&globalThis.__assign||function(){return nr=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++){t=arguments[n];for(var l in t)Object.prototype.hasOwnProperty.call(t,l)&&(e[l]=t[l])}return e},nr.apply(this,arguments)},OC=nr(nr(nr({},X9),q9),{outputFormat:tC.LINE_BY_LINE,drawFileList:!0});function AC(e,t){t===void 0&&(t={});var n=nr(nr({},OC),t),i=typeof e=="string"?uC(e,n):e,l=new PC(n),o=n.drawFileList?LC(i,l):"",c=n.outputFormat==="side-by-side"?new zC(l,n).render(i):new TC(l,n).render(i);return o+c}const EC=Hd([...["side-by-side","line-by-line"]]),VC=Hd([...["dark","light"]]),JC={oldContent:Ir().def(""),newContent:Ir().def(""),diffFormat:Ir().def(EC["line-by-line"]),diffContext:Rd(),theme:Ir().def("light"),language:Ir().def("javascript"),hljs:g.any.isRequired};function QC(e,t){return e.replace(/d2h-code-line-ctn/g,n=>`${n} lang-${t}`)}var RC=r.defineComponent({name:"CodeDiff",props:JC,emits:[],setup(e){const t=r.ref(null),n=r.ref(""),i=r.computed(()=>De({dark:e.theme===VC.dark},"hljs bk-code-diff"));function l(){r.nextTick(()=>{t.value&&t.value.querySelectorAll(`.lang-${e.language}`).forEach(c=>{e.hljs.highlightElement(c)})})}function o(c,f){const u=eC("",e.oldContent,e.newContent,"","",{context:c});n.value=QC(AC(u,{drawFileList:!1,matching:"lines",outputFormat:e.diffFormat}),f),l()}return r.onMounted(()=>{o(e.diffContext,e.language)}),r.watch(()=>[e.diffContext,e.language],c=>{const[f,u]=c;o(f,u)}),()=>r.createVNode("div",{ref:t,class:i.value,innerHTML:n.value},null)}});const nh=Ge(RC);var ih={exports:{}};(function(e){(function(t){var n=/^\s+/,i=/\s+$/,l=0,o=t.round,c=t.min,f=t.max,u=t.random;function h(j,W){if(j=j||"",W=W||{},j instanceof h)return j;if(!(this instanceof h))return new h(j,W);var Q=m(j);this._originalInput=j,this._r=Q.r,this._g=Q.g,this._b=Q.b,this._a=Q.a,this._roundA=o(100*this._a)/100,this._format=W.format||Q.format,this._gradientType=W.gradientType,this._r<1&&(this._r=o(this._r)),this._g<1&&(this._g=o(this._g)),this._b<1&&(this._b=o(this._b)),this._ok=Q.ok,this._tc_id=l++}h.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var j=this.toRgb();return(j.r*299+j.g*587+j.b*114)/1e3},getLuminance:function(){var j=this.toRgb(),W,Q,B,U,ae,Me;return W=j.r/255,Q=j.g/255,B=j.b/255,W<=.03928?U=W/12.92:U=t.pow((W+.055)/1.055,2.4),Q<=.03928?ae=Q/12.92:ae=t.pow((Q+.055)/1.055,2.4),B<=.03928?Me=B/12.92:Me=t.pow((B+.055)/1.055,2.4),.2126*U+.7152*ae+.0722*Me},setAlpha:function(j){return this._a=q(j),this._roundA=o(100*this._a)/100,this},toHsv:function(){var j=M(this._r,this._g,this._b);return{h:j.h*360,s:j.s,v:j.v,a:this._a}},toHsvString:function(){var j=M(this._r,this._g,this._b),W=o(j.h*360),Q=o(j.s*100),B=o(j.v*100);return this._a==1?"hsv("+W+", "+Q+"%, "+B+"%)":"hsva("+W+", "+Q+"%, "+B+"%, "+this._roundA+")"},toHsl:function(){var j=w(this._r,this._g,this._b);return{h:j.h*360,s:j.s,l:j.l,a:this._a}},toHslString:function(){var j=w(this._r,this._g,this._b),W=o(j.h*360),Q=o(j.s*100),B=o(j.l*100);return this._a==1?"hsl("+W+", "+Q+"%, "+B+"%)":"hsla("+W+", "+Q+"%, "+B+"%, "+this._roundA+")"},toHex:function(j){return T(this._r,this._g,this._b,j)},toHexString:function(j){return"#"+this.toHex(j)},toHex8:function(j){return N(this._r,this._g,this._b,this._a,j)},toHex8String:function(j){return"#"+this.toHex8(j)},toRgb:function(){return{r:o(this._r),g:o(this._g),b:o(this._b),a:this._a}},toRgbString:function(){return this._a==1?"rgb("+o(this._r)+", "+o(this._g)+", "+o(this._b)+")":"rgba("+o(this._r)+", "+o(this._g)+", "+o(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:o(V(this._r,255)*100)+"%",g:o(V(this._g,255)*100)+"%",b:o(V(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function(){return this._a==1?"rgb("+o(V(this._r,255)*100)+"%, "+o(V(this._g,255)*100)+"%, "+o(V(this._b,255)*100)+"%)":"rgba("+o(V(this._r,255)*100)+"%, "+o(V(this._g,255)*100)+"%, "+o(V(this._b,255)*100)+"%, "+this._roundA+")"},toName:function(){return this._a===0?"transparent":this._a<1?!1:Ce[T(this._r,this._g,this._b,!0)]||!1},toFilter:function(j){var W="#"+v(this._r,this._g,this._b,this._a),Q=W,B=this._gradientType?"GradientType = 1, ":"";if(j){var U=h(j);Q="#"+v(U._r,U._g,U._b,U._a)}return"progid:DXImageTransform.Microsoft.gradient("+B+"startColorstr="+W+",endColorstr="+Q+")"},toString:function(j){var W=!!j;j=j||this._format;var Q=!1,B=this._a<1&&this._a>=0,U=!W&&B&&(j==="hex"||j==="hex6"||j==="hex3"||j==="hex4"||j==="hex8"||j==="name");return U?j==="name"&&this._a===0?this.toName():this.toRgbString():(j==="rgb"&&(Q=this.toRgbString()),j==="prgb"&&(Q=this.toPercentageRgbString()),(j==="hex"||j==="hex6")&&(Q=this.toHexString()),j==="hex3"&&(Q=this.toHexString(!0)),j==="hex4"&&(Q=this.toHex8String(!0)),j==="hex8"&&(Q=this.toHex8String()),j==="name"&&(Q=this.toName()),j==="hsl"&&(Q=this.toHslString()),j==="hsv"&&(Q=this.toHsvString()),Q||this.toHexString())},clone:function(){return h(this.toString())},_applyModification:function(j,W){var Q=j.apply(null,[this].concat([].slice.call(W)));return this._r=Q._r,this._g=Q._g,this._b=Q._b,this.setAlpha(Q._a),this},lighten:function(){return this._applyModification(k,arguments)},brighten:function(){return this._applyModification(J,arguments)},darken:function(){return this._applyModification(O,arguments)},desaturate:function(){return this._applyModification(b,arguments)},saturate:function(){return this._applyModification(I,arguments)},greyscale:function(){return this._applyModification(x,arguments)},spin:function(){return this._applyModification(A,arguments)},_applyCombination:function(j,W){return j.apply(null,[this].concat([].slice.call(W)))},analogous:function(){return this._applyCombination(oe,arguments)},complement:function(){return this._applyCombination(E,arguments)},monochromatic:function(){return this._applyCombination(de,arguments)},splitcomplement:function(){return this._applyCombination(G,arguments)},triad:function(){return this._applyCombination(P,arguments)},tetrad:function(){return this._applyCombination(K,arguments)}},h.fromRatio=function(j,W){if(typeof j=="object"){var Q={};for(var B in j)j.hasOwnProperty(B)&&(B==="a"?Q[B]=j[B]:Q[B]=ye(j[B]));j=Q}return h(j,W)};function m(j){var W={r:0,g:0,b:0},Q=1,B=null,U=null,ae=null,Me=!1,ve=!1;return typeof j=="string"&&(j=ne(j)),typeof j=="object"&&(Z(j.r)&&Z(j.g)&&Z(j.b)?(W=p(j.r,j.g,j.b),Me=!0,ve=String(j.r).substr(-1)==="%"?"prgb":"rgb"):Z(j.h)&&Z(j.s)&&Z(j.v)?(B=ye(j.s),U=ye(j.v),W=L(j.h,B,U),Me=!0,ve="hsv"):Z(j.h)&&Z(j.s)&&Z(j.l)&&(B=ye(j.s),ae=ye(j.l),W=y(j.h,B,ae),Me=!0,ve="hsl"),j.hasOwnProperty("a")&&(Q=j.a)),Q=q(Q),{ok:Me,format:j.format||ve,r:c(255,f(W.r,0)),g:c(255,f(W.g,0)),b:c(255,f(W.b,0)),a:Q}}function p(j,W,Q){return{r:V(j,255)*255,g:V(W,255)*255,b:V(Q,255)*255}}function w(j,W,Q){j=V(j,255),W=V(W,255),Q=V(Q,255);var B=f(j,W,Q),U=c(j,W,Q),ae,Me,ve=(B+U)/2;if(B==U)ae=Me=0;else{var ke=B-U;switch(Me=ve>.5?ke/(2-B-U):ke/(B+U),B){case j:ae=(W-Q)/ke+(W<Q?6:0);break;case W:ae=(Q-j)/ke+2;break;case Q:ae=(j-W)/ke+4;break}ae/=6}return{h:ae,s:Me,l:ve}}function y(j,W,Q){var B,U,ae;j=V(j,360),W=V(W,100),Q=V(Q,100);function Me(je,it,tt){return tt<0&&(tt+=1),tt>1&&(tt-=1),tt<1/6?je+(it-je)*6*tt:tt<1/2?it:tt<2/3?je+(it-je)*(2/3-tt)*6:je}if(W===0)B=U=ae=Q;else{var ve=Q<.5?Q*(1+W):Q+W-Q*W,ke=2*Q-ve;B=Me(ke,ve,j+1/3),U=Me(ke,ve,j),ae=Me(ke,ve,j-1/3)}return{r:B*255,g:U*255,b:ae*255}}function M(j,W,Q){j=V(j,255),W=V(W,255),Q=V(Q,255);var B=f(j,W,Q),U=c(j,W,Q),ae,Me,ve=B,ke=B-U;if(Me=B===0?0:ke/B,B==U)ae=0;else{switch(B){case j:ae=(W-Q)/ke+(W<Q?6:0);break;case W:ae=(Q-j)/ke+2;break;case Q:ae=(j-W)/ke+4;break}ae/=6}return{h:ae,s:Me,v:ve}}function L(j,W,Q){j=V(j,360)*6,W=V(W,100),Q=V(Q,100);var B=t.floor(j),U=j-B,ae=Q*(1-W),Me=Q*(1-U*W),ve=Q*(1-(1-U)*W),ke=B%6,je=[Q,Me,ae,ae,ve,Q][ke],it=[ve,Q,Q,Me,ae,ae][ke],tt=[ae,ae,ve,Q,Q,Me][ke];return{r:je*255,g:it*255,b:tt*255}}function T(j,W,Q,B){var U=[ce(o(j).toString(16)),ce(o(W).toString(16)),ce(o(Q).toString(16))];return B&&U[0].charAt(0)==U[0].charAt(1)&&U[1].charAt(0)==U[1].charAt(1)&&U[2].charAt(0)==U[2].charAt(1)?U[0].charAt(0)+U[1].charAt(0)+U[2].charAt(0):U.join("")}function N(j,W,Q,B,U){var ae=[ce(o(j).toString(16)),ce(o(W).toString(16)),ce(o(Q).toString(16)),ce(ie(B))];return U&&ae[0].charAt(0)==ae[0].charAt(1)&&ae[1].charAt(0)==ae[1].charAt(1)&&ae[2].charAt(0)==ae[2].charAt(1)&&ae[3].charAt(0)==ae[3].charAt(1)?ae[0].charAt(0)+ae[1].charAt(0)+ae[2].charAt(0)+ae[3].charAt(0):ae.join("")}function v(j,W,Q,B){var U=[ce(ie(B)),ce(o(j).toString(16)),ce(o(W).toString(16)),ce(o(Q).toString(16))];return U.join("")}h.equals=function(j,W){return!j||!W?!1:h(j).toRgbString()==h(W).toRgbString()},h.random=function(){return h.fromRatio({r:u(),g:u(),b:u()})};function b(j,W){W=W===0?0:W||10;var Q=h(j).toHsl();return Q.s-=W/100,Q.s=H(Q.s),h(Q)}function I(j,W){W=W===0?0:W||10;var Q=h(j).toHsl();return Q.s+=W/100,Q.s=H(Q.s),h(Q)}function x(j){return h(j).desaturate(100)}function k(j,W){W=W===0?0:W||10;var Q=h(j).toHsl();return Q.l+=W/100,Q.l=H(Q.l),h(Q)}function J(j,W){W=W===0?0:W||10;var Q=h(j).toRgb();return Q.r=f(0,c(255,Q.r-o(255*-(W/100)))),Q.g=f(0,c(255,Q.g-o(255*-(W/100)))),Q.b=f(0,c(255,Q.b-o(255*-(W/100)))),h(Q)}function O(j,W){W=W===0?0:W||10;var Q=h(j).toHsl();return Q.l-=W/100,Q.l=H(Q.l),h(Q)}function A(j,W){var Q=h(j).toHsl(),B=(Q.h+W)%360;return Q.h=B<0?360+B:B,h(Q)}function E(j){var W=h(j).toHsl();return W.h=(W.h+180)%360,h(W)}function P(j){var W=h(j).toHsl(),Q=W.h;return[h(j),h({h:(Q+120)%360,s:W.s,l:W.l}),h({h:(Q+240)%360,s:W.s,l:W.l})]}function K(j){var W=h(j).toHsl(),Q=W.h;return[h(j),h({h:(Q+90)%360,s:W.s,l:W.l}),h({h:(Q+180)%360,s:W.s,l:W.l}),h({h:(Q+270)%360,s:W.s,l:W.l})]}function G(j){var W=h(j).toHsl(),Q=W.h;return[h(j),h({h:(Q+72)%360,s:W.s,l:W.l}),h({h:(Q+216)%360,s:W.s,l:W.l})]}function oe(j,W,Q){W=W||6,Q=Q||30;var B=h(j).toHsl(),U=360/Q,ae=[h(j)];for(B.h=(B.h-(U*W>>1)+720)%360;--W;)B.h=(B.h+U)%360,ae.push(h(B));return ae}function de(j,W){W=W||6;for(var Q=h(j).toHsv(),B=Q.h,U=Q.s,ae=Q.v,Me=[],ve=1/W;W--;)Me.push(h({h:B,s:U,v:ae})),ae=(ae+ve)%1;return Me}h.mix=function(j,W,Q){Q=Q===0?0:Q||50;var B=h(j).toRgb(),U=h(W).toRgb(),ae=Q/100,Me={r:(U.r-B.r)*ae+B.r,g:(U.g-B.g)*ae+B.g,b:(U.b-B.b)*ae+B.b,a:(U.a-B.a)*ae+B.a};return h(Me)},h.readability=function(j,W){var Q=h(j),B=h(W);return(t.max(Q.getLuminance(),B.getLuminance())+.05)/(t.min(Q.getLuminance(),B.getLuminance())+.05)},h.isReadable=function(j,W,Q){var B=h.readability(j,W),U,ae;switch(ae=!1,U=Ie(Q),U.level+U.size){case"AAsmall":case"AAAlarge":ae=B>=4.5;break;case"AAlarge":ae=B>=3;break;case"AAAsmall":ae=B>=7;break}return ae},h.mostReadable=function(j,W,Q){var B=null,U=0,ae,Me,ve,ke;Q=Q||{},Me=Q.includeFallbackColors,ve=Q.level,ke=Q.size;for(var je=0;je<W.length;je++)ae=h.readability(j,W[je]),ae>U&&(U=ae,B=h(W[je]));return h.isReadable(j,B,{level:ve,size:ke})||!Me?B:(Q.includeFallbackColors=!1,h.mostReadable(j,["#fff","#000"],Q))};var me=h.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},Ce=h.hexNames=re(me);function re(j){var W={};for(var Q in j)j.hasOwnProperty(Q)&&(W[j[Q]]=Q);return W}function q(j){return j=parseFloat(j),(isNaN(j)||j<0||j>1)&&(j=1),j}function V(j,W){ee(j)&&(j="100%");var Q=ge(j);return j=c(W,f(0,parseFloat(j))),Q&&(j=parseInt(j*W,10)/100),t.abs(j-W)<1e-6?1:j%W/parseFloat(W)}function H(j){return c(1,f(0,j))}function te(j){return parseInt(j,16)}function ee(j){return typeof j=="string"&&j.indexOf(".")!=-1&&parseFloat(j)===1}function ge(j){return typeof j=="string"&&j.indexOf("%")!=-1}function ce(j){return j.length==1?"0"+j:""+j}function ye(j){return j<=1&&(j=j*100+"%"),j}function ie(j){return t.round(parseFloat(j)*255).toString(16)}function be(j){return te(j)/255}var $=function(){var j="[-\\+]?\\d+%?",W="[-\\+]?\\d*\\.\\d+%?",Q="(?:"+W+")|(?:"+j+")",B="[\\s|\\(]+("+Q+")[,|\\s]+("+Q+")[,|\\s]+("+Q+")\\s*\\)?",U="[\\s|\\(]+("+Q+")[,|\\s]+("+Q+")[,|\\s]+("+Q+")[,|\\s]+("+Q+")\\s*\\)?";return{CSS_UNIT:new RegExp(Q),rgb:new RegExp("rgb"+B),rgba:new RegExp("rgba"+U),hsl:new RegExp("hsl"+B),hsla:new RegExp("hsla"+U),hsv:new RegExp("hsv"+B),hsva:new RegExp("hsva"+U),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();function Z(j){return!!$.CSS_UNIT.exec(j)}function ne(j){j=j.replace(n,"").replace(i,"").toLowerCase();var W=!1;if(me[j])j=me[j],W=!0;else if(j=="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var Q;return(Q=$.rgb.exec(j))?{r:Q[1],g:Q[2],b:Q[3]}:(Q=$.rgba.exec(j))?{r:Q[1],g:Q[2],b:Q[3],a:Q[4]}:(Q=$.hsl.exec(j))?{h:Q[1],s:Q[2],l:Q[3]}:(Q=$.hsla.exec(j))?{h:Q[1],s:Q[2],l:Q[3],a:Q[4]}:(Q=$.hsv.exec(j))?{h:Q[1],s:Q[2],v:Q[3]}:(Q=$.hsva.exec(j))?{h:Q[1],s:Q[2],v:Q[3],a:Q[4]}:(Q=$.hex8.exec(j))?{r:te(Q[1]),g:te(Q[2]),b:te(Q[3]),a:be(Q[4]),format:W?"name":"hex8"}:(Q=$.hex6.exec(j))?{r:te(Q[1]),g:te(Q[2]),b:te(Q[3]),format:W?"name":"hex"}:(Q=$.hex4.exec(j))?{r:te(Q[1]+""+Q[1]),g:te(Q[2]+""+Q[2]),b:te(Q[3]+""+Q[3]),a:be(Q[4]+""+Q[4]),format:W?"name":"hex8"}:(Q=$.hex3.exec(j))?{r:te(Q[1]+""+Q[1]),g:te(Q[2]+""+Q[2]),b:te(Q[3]+""+Q[3]),format:W?"name":"hex"}:!1}function Ie(j){var W,Q;return j=j||{level:"AA",size:"small"},W=(j.level||"AA").toUpperCase(),Q=(j.size||"small").toLowerCase(),W!=="AA"&&W!=="AAA"&&(W="AA"),Q!=="small"&&Q!=="large"&&(Q="small"),{level:W,size:Q}}e.exports?e.exports=h:window.tinycolor=h})(Math)})(ih);var za=ih.exports;const WC={info:g.object.isRequired};var Pa=r.defineComponent({props:WC,emits:["tab","input"],setup(e,{emit:t}){const n=o=>{e.info.key==="a"&&t("tab",o)},i=o=>{const{key:c}=e.info,{value:f}=o.target;t("input",c,f)},l=r.computed(()=>De({error:e.info.error},"bk-color-picker-input-value"));return()=>r.createVNode("div",{class:"bk-color-picker-input-part"},[r.createVNode("input",{type:e.info.name==="HEX"?"text":"number",class:l.value,value:e.info.value,onKeydown:n,onInput:i},null),r.createVNode("span",{class:"bk-color-picker-input-text"},[e.info.name])])}});const HC={colorObj:g.object.isRequired};var BC=r.defineComponent({name:"ColorPicker",props:HC,emits:["change","tab"],setup(e,{emit:t}){const n=r.reactive({key:"hex",name:"HEX",value:e.colorObj.hex,error:!1}),i=r.reactive({key:"r",name:"R",value:e.colorObj.rgba.r.toString(),error:!1}),l=r.reactive({key:"g",name:"G",value:e.colorObj.rgba.g.toString(),error:!1}),o=r.reactive({key:"b",name:"B",value:e.colorObj.rgba.b.toString(),error:!1}),c=r.reactive({key:"a",name:"Alpha",value:e.colorObj.rgba.a.toString(),error:!1});r.watch(()=>e.colorObj,m=>{za(m.hex).toString()!==za(n.value).toString()&&(n.value=m.hex),i.value=m.rgba.r.toString(),l.value=m.rgba.g.toString(),o.value=m.rgba.b.toString(),c.value=m.rgba.a.toString(),h()},{deep:!0});const f=m=>{t("tab",m)},u=(m,p)=>{const w={r:i,g:l,b:o,a:c,hex:n};if(w[m].value=p,h()){const y=m==="hex"?n.value:`rgba(${i.value}, ${l.value}, ${o.value}, ${c.value})`;t("change",y)}},h=()=>{let m=!0;n.value.startsWith("#")&&(n.value.length===4||n.value.length===7)&&!n.value.slice(1).match(/[^0-9a-fA-F]/)?n.error=!1:(n.error=!0,m=!1),c.value!==""&&c.value>=0&&c.value<=1?c.error=!1:(c.error=!0,m=!1);for(const p of[i,l,o]){const{value:w}=p;w!==""&&w>=0&&w<=255?p.error=!1:(p.error=!0,m=!1)}return m};return()=>r.createVNode("div",{class:"bk-color-picker-input"},[r.createVNode("div",{class:"bk-color-picker-input-hex"},[r.createVNode(Pa,{info:n,onInput:u},null)]),r.createVNode("div",{class:"bk-color-picker-input-rgba"},[r.createVNode(Pa,{info:i,onInput:u},null),r.createVNode(Pa,{info:l,onInput:u},null),r.createVNode(Pa,{info:o,onInput:u},null),r.createVNode(Pa,{info:c,onInput:u,onTab:f},null)])])}});const Wc=e=>{let t=e;e===""&&(t="#FFFFFF");const n=za(e),i=n.toHsl(),l=n.toHsv();return i.s===0&&(i.h=t.h||0,l.h=t.h||0),l.v<.0164&&(l.h=t.h||0,l.s=t.s||0),i.l<.01&&(i.h=t.h||0,i.s=t.s||0),{hsl:i,hsv:l,hex:n.toHexString().toUpperCase(),rgba:n.toRgb()}},Pt=(e,t,n)=>e<t?t:e>n?n:e,Hc=(e,t)=>e.touches?e.touches[0][t]:0,rh=e=>{const{r:t,g:n,b:i,a:l}=e;return`rgba(${[t,n,i,l].join(",")})`},GC={colorObj:g.object.isRequired};var ZC=r.defineComponent({name:"ColorPicker",props:GC,emits:["change"],setup(e,{emit:t}){const n=r.ref(null),i=r.computed(()=>({left:`${e.colorObj.hsv.h/360*100}%`})),l=m=>{const{clientWidth:p}=n.value;let w=e.colorObj.hsv.h/360*p;const y=2,M=10;switch(m.code){case"ArrowLeft":m.preventDefault(),w=Pt(w-y,0,p);break;case"ArrowRight":m.preventDefault(),w=Pt(w+y,0,p);break;case"ArrowUp":m.preventDefault(),w=Pt(w-M,0,p);break;case"ArrowDown":m.preventDefault(),w=Pt(w+M,0,p);break;default:return}f(null,w)},o=m=>{n.value.focus(),f(m),window.addEventListener("mousemove",f,{passive:!0}),window.addEventListener("mouseup",c)},c=()=>{window.removeEventListener("mousemove",f),window.removeEventListener("mouseup",c)},f=(m,p)=>{const{clientWidth:w}=n.value,y=p!==void 0?p:u(m);h(y/w)},u=m=>{const p=n.value.getBoundingClientRect().left+window.pageXOffset,w=m.pageX||Hc(m,"PageX");return Pt(w-p,0,n.value.clientWidth)},h=m=>{const{h:p,s:w,l:y,a:M}=e.colorObj.hsl,L=m*360;p!==L&&t("change",{h:L,s:w,l:y,a:M})};return()=>r.createVNode("div",{ref:n,tabindex:"0",class:"bk-color-picker-hue",onKeydown:l,onMousedown:m=>{m.stopPropagation(),m.preventDefault(),o(m)}},[r.createVNode("div",{class:"bk-color-picker-hue-pointer",style:i.value},[r.createVNode("div",{class:"bk-color-picker-hue-rectangle"},null)])])}});const _C={colorObj:g.object.isRequired,recommend:g.oneOfType([g.array.def(()=>[]),g.bool.def(!0)]).isRequired};var YC=r.defineComponent({props:_C,emits:["change","tab"],setup(e,{emit:t}){const n=r.ref(!1),i=r.ref(-1),l=r.ref(null);r.watch(()=>e.colorObj,()=>{i.value=-1,l.value=null},{deep:!0});const o=r.computed(()=>h(e.recommend)),c=(m,p)=>De({"bk-color-picker-empty":m==="","bk-color-picker-recommend-selected-color":n.value&&i.value===p},"bk-color-picker-recommend-color"),f=m=>{if(m.code==="Tab")t("tab",m);else{let p=0;const w=10,y=o.value.length-1;switch(m.code){case"ArrowLeft":m.preventDefault(),p=Pt(i.value-1,0,y);break;case"ArrowRight":m.preventDefault(),p=Pt(i.value+1,0,y);break;case"ArrowUp":m.preventDefault(),p=Pt(i.value-w,0,y);break;case"ArrowDown":m.preventDefault(),p=Pt(i.value+w,0,y);break;default:return}u(p)}},u=m=>{const p=o.value[m];t("change",p),r.nextTick(()=>{i.value=m,l.value=p})},h=m=>{if(m===!0)return["","#ff4500","#ff8c00","#ffd700","#90ee90","#ddffff","#00ced1","#3a84ff","#a933f5","#db7093","#000000","#494949","#9B9B9B","#ffffff"];if(Array.isArray(m))return m.map(p=>za(p).isValid()?p:"")};return()=>r.createVNode("div",{tabindex:"0",class:"bk-color-picker-recommend",onFocus:()=>n.value=!0,onBlur:()=>n.value=!1,onKeydown:f},[o.value.map((m,p)=>r.createVNode("div",{style:`background: ${m||"#fff"}`,class:c(m,p),onClick:()=>u(p)},[i.value===p?r.createVNode("div",{class:"bk-color-picker-pointer"},[r.createVNode("div",{class:"bk-color-picker-circle"},null)]):void 0]))])}});const FC={colorObj:g.object.isRequired};var UC=r.defineComponent({props:FC,emits:["change"],setup(e,{emit:t}){const n=r.ref(null),i=r.computed(()=>({background:`hsl(${e.colorObj.hsv.h}, 100%, 50%)`})),l=r.computed(()=>({top:`${(1-e.colorObj.hsv.v)*100}%`,left:`${e.colorObj.hsv.s*100}%`})),o=w=>{n.value.focus(),u(w),window.addEventListener("mousemove",u,{passive:!0}),window.addEventListener("mouseup",c)},c=()=>{window.removeEventListener("mousemove",u),window.removeEventListener("mouseup",c)},f=w=>{const{clientWidth:y,clientHeight:M}=n.value;let L=e.colorObj.hsv.s*y,T=(1-e.colorObj.hsv.v)*M;const N=10;switch(w.code){case"ArrowLeft":w.preventDefault(),L=Pt(L-N,0,y);break;case"ArrowRight":w.preventDefault(),L=Pt(L+N,0,y);break;case"ArrowUp":w.preventDefault(),T=Pt(T-N,0,M);break;case"ArrowDown":w.preventDefault(),T=Pt(T+N,0,M);break;default:return}u(null,L,T)},u=(w,y,M)=>{const{clientWidth:L,clientHeight:T}=n.value,N=y!==void 0?y:h(w),v=M!==void 0?M:m(w),b=N/L,I=1-v/T;p(e.colorObj.hsv.h,b,I,e.colorObj.hsv.a)},h=w=>{const y=n.value.getBoundingClientRect().left+window.pageXOffset,M=w.pageX||Hc(w,"PageX");return Pt(M-y,0,n.value.clientWidth)},m=w=>{const y=n.value.getBoundingClientRect().top+window.pageYOffset,M=w.pageY||Hc(w,"PageY");return Pt(M-y,0,n.value.clientHeight)},p=(w,y,M,L)=>{t("change",{h:w,s:y,v:M,a:L})};return()=>r.createVNode("div",{ref:n,tabindex:"0",class:"bk-color-picker-saturation",style:i.value,onKeydown:f,onMousedown:w=>{w.stopPropagation(),o(w)}},[r.createVNode("div",{class:"bk-color-picker-saturation-white"},null),r.createVNode("div",{class:"bk-color-picker-saturation-black"},null),r.createVNode("div",{class:"bk-color-picker-pointer",style:l.value},[r.createVNode("div",{class:"bk-color-picker-circle"},null)])])}});const $C={modelValue:g.string.def(""),disabled:g.bool.def(!1),readonly:g.bool.def(!1),transfer:g.bool.def(!1),size:g.size(["","small","large"]).def(""),showValue:g.bool.def(!0),recommend:g.oneOfType([g.array.def(()=>[]),g.bool.def(!0)]).def(!0),extCls:g.string.def(""),withValidate:g.bool.def(!0)},Oa=Wc("#FFFFFF");var XC=r.defineComponent({name:"ColorPicker",directives:{clickoutside:Fi},props:$C,emits:["update:modelValue","change"],setup(e,{emit:t}){const n=jn(),i=r.ref(!1),l=r.ref(""),o=r.reactive(JSON.parse(JSON.stringify(Oa))),c=r.ref(null),f=r.ref(null),u=r.ref(null),h=r.computed(()=>De({[`bk-color-picker-${e.size}`]:e.size,"bk-color-picker-show-dropdown":i.value,"bk-color-picker-show-value":e.showValue,"bk-color-picker-disabled":e.disabled||e.readonly},`bk-color-picker ${e.extCls}`)),m=r.computed(()=>Boolean(e.recommend===!0||Array.isArray(e.recommend)&&e.recommend.length));r.onBeforeMount(()=>{v({isCreated:!0})}),r.watch(()=>e.modelValue,()=>{var x;v(),e.withValidate&&((x=n==null?void 0:n.validate)==null||x.call(n,"change"))});const p=x=>{x.code==="Enter"||x.code==="NumpadEnter"?y():x.code==="Escape"&&N()},w=x=>{e.transfer&&p(x)},y=()=>{e.disabled||e.readonly||(i.value?N():T())},M=x=>{m.value||(x.preventDefault(),f.value.$el.focus())},L=x=>{x.preventDefault(),f.value.$el.focus()},T=()=>{var x;i.value=!0,(x=c.value)==null||x.updateDropdown(),setTimeout(()=>{c.value.$el.querySelector(".bk-color-picker-input-hex .bk-color-picker-input-value").select()},100)},N=()=>{var x;i.value&&(r.nextTick(()=>u.value.focus()),i.value=!1,(x=c.value)==null||x.destoryDropdown(),v())},v=({isCreated:x=!1}={})=>{if(e.modelValue===""){l.value!==""&&(l.value="",Object.assign(o,Oa),t("update:modelValue",l.value));return}const k=Wc(e.modelValue),J=k.rgba.a===1?k.hex:rh(k.rgba);if(J!==l.value){const O=za(e.modelValue).isValid();x?O?(l.value=J.toLowerCase()===e.modelValue.toLowerCase()?e.modelValue:J,Object.assign(o,k)):(Object.assign(o,Oa),t("change","")):O?J.toLowerCase()!==l.value.toLowerCase()&&(Object.assign(o,k),l.value=J):(l.value="",Object.assign(o,Oa))}},b=x=>{if(x===""){l.value="",Object.assign(o,Oa),t("update:modelValue",""),t("change","");return}const k=Wc(x),J=k.rgba.a===1?k.hex:rh(k.rgba);l.value=J,Object.assign(o,k),t("change",J),t("update:modelValue",l.value)},I=()=>{i.value=!1};return()=>r.withDirectives(r.createVNode("div",{ref:u,tabindex:"0",class:h.value,onKeydown:p,onClick:y},[r.createVNode("div",{class:"bk-color-picker-color"},[r.createVNode("span",{class:`bk-color-picker-color-square ${!l.value&&"bk-color-picker-empty"}`,style:`background: ${l.value||"#FFF"}`},null)]),e.showValue?r.createVNode("div",{class:"bk-color-picker-text"},[r.createVNode("span",null,[l.value])]):void 0,r.createVNode("div",{class:"bk-color-picker-icon"},[r.createVNode(vr,{class:"icon-angle-down"},null)]),r.createVNode(r.Transition,{name:"bk-fade-down-transition"},{default:()=>[r.withDirectives(r.createVNode(mc,{ref:c,triggerRef:u.value},{default:()=>[r.createVNode("div",{class:"bk-color-dropdown-container"},[r.createVNode("div",{class:"bk-color-picker-dropdown",onClick:x=>{x.stopPropagation()},onMousedown:x=>{x.stopPropagation()},onKeydown:w},[r.createVNode(UC,{ref:f,colorObj:o,onChange:b},null),r.createVNode(ZC,{colorObj:o,onChange:b},null),r.createVNode(BC,{colorObj:o,onTab:M,onChange:b},null),m.value?r.createVNode("div",{class:"bk-color-picker-recommend-container"},[r.createVNode(YC,{colorObj:o,recommend:e.recommend,onTab:L,onChange:b},null)]):void 0])])]}),[[r.vShow,i.value]])]})]),[[r.resolveDirective("clickoutside"),I]])}});const ah=Ge(XC),sh=Ge(Hb);var Bc=Object.freeze(Object.defineProperty({__proto__:null,Alert:Fd,AnimateNumber:Ud,Affix:$d,Backtop:Xd,Badge:Kd,Breadcrumb:qd,Button:Wt,Card:tf,Checkbox:Zi,Collapse:lf,Dialog:cf,Exception:vs,FixedNavbar:df,Input:Gi,Link:ff,Loading:mi,Modal:_i,Popover:ha,Popover2:wi,Progress:Ma,Radio:Xf,Rate:Kf,Swiper:qf,Select:nc,Sideslider:n0,Steps:r0,Switcher:a0,Table:m0,Tag:tc,TagInput:y0,Divider:C0,Tab:w0,Message:N0,InfoBox:L0,Notify:k0,Menu:j0,Navigation:P0,DatePicker:c9,Transfer:u9,Tree:p9,VirtualRender:Vs,Form:C9,Pagination:ac,Container:_s,containerProps:_s,Dropdown:M9,Cascader:v9,Slider:L9,ResizeLayout:k9,TimeLine:x9,Process:T9,Upload:E9,CodeDiff:nh,ColorPicker:ah,TimePicker:sh},Symbol.toStringTag,{value:"Module"}));const lh=(e="Bk")=>t=>{const n=t.config.globalProperties.bkUIPrefix||e;Object.keys(Bc).forEach(i=>{const l=Bc[i];"install"in l?t.use(l,{prefix:n}):t.component(n+i,Bc[i])})};var KC={createInstall:lh,install:lh(),version:"0.0.1"};we.Affix=$d,we.Alert=Fd,we.AnimateNumber=Ud,we.Backtop=Xd,we.Badge=Kd,we.Breadcrumb=qd,we.Button=Wt,we.Card=tf,we.Cascader=v9,we.Checkbox=Zi,we.CodeDiff=nh,we.Collapse=lf,we.ColorPicker=ah,we.Container=_s,we.DatePicker=c9,we.Dialog=cf,we.Divider=C0,we.Dropdown=M9,we.Exception=vs,we.FixedNavbar=df,we.Form=C9,we.InfoBox=L0,we.Input=Gi,we.Link=ff,we.Loading=mi,we.Menu=j0,we.Message=N0,we.Modal=_i,we.Navigation=P0,we.Notify=k0,we.Pagination=ac,we.Popover=ha,we.Popover2=wi,we.Process=T9,we.Progress=Ma,we.Radio=Xf,we.Rate=Kf,we.ResizeLayout=k9,we.Select=nc,we.Sideslider=n0,we.Slider=L9,we.Steps=r0,we.Swiper=qf,we.Switcher=a0,we.Tab=w0,we.Table=m0,we.Tag=tc,we.TagInput=y0,we.TimeLine=x9,we.TimePicker=sh,we.Transfer=u9,we.Tree=p9,we.Upload=E9,we.VirtualRender=Vs,we.bkTooltips=Go,we.clickoutside=Fi,we.containerProps=_s,we.default=KC,we.mousewheel=L2,Object.defineProperties(we,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|